From 80e50a4b3eaffcbf753783b51ad244f9752d6b97 Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Sun, 20 Oct 2024 02:00:05 -0400 Subject: [PATCH 1/4] init cli --- package.json | 6 +- pnpm-lock.yaml | 7277 ---------------------------------------------- scripts/setup.ts | 71 + 3 files changed, 76 insertions(+), 7278 deletions(-) delete mode 100644 pnpm-lock.yaml create mode 100644 scripts/setup.ts diff --git a/package.json b/package.json index dc7dafe..13ca5fb 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,13 @@ "format:check": "prettier --check .", "format": "prettier --write . --list-different", "db:push": "drizzle-kit push", - "db:studio": "drizzle-kit studio" + "db:studio": "drizzle-kit studio", + "setup": "npx tsx scripts/setup.ts" }, "dependencies": { + "@effect/cli": "^0.47.6", + "@effect/platform": "^0.68.6", + "@effect/platform-node": "^0.63.6", "@next/env": "^14.2.15", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml deleted file mode 100644 index 36c3717..0000000 --- a/pnpm-lock.yaml +++ /dev/null @@ -1,7277 +0,0 @@ -lockfileVersion: "9.0" - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -overrides: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - -importers: - .: - dependencies: - "@next/env": - specifier: ^14.2.15 - version: 14.2.15 - "@radix-ui/react-icons": - specifier: ^1.3.0 - version: 1.3.0(react@19.0.0-rc-cd22717c-20241013) - "@radix-ui/react-label": - specifier: ^2.1.0 - version: 2.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-popover": - specifier: ^1.1.2 - version: 1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-scroll-area": - specifier: ^1.2.0 - version: 1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-slot": - specifier: ^1.1.0 - version: 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@types/bcryptjs": - specifier: ^2.4.6 - version: 2.4.6 - "@upstash/ratelimit": - specifier: ^2.0.3 - version: 2.0.3 - "@upstash/redis": - specifier: ^1.34.3 - version: 1.34.3 - "@vercel/analytics": - specifier: ^1.3.1 - version: 1.3.1(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - "@vercel/blob": - specifier: ^0.25.1 - version: 0.25.1 - "@vercel/functions": - specifier: ^1.4.2 - version: 1.4.2 - "@vercel/kv": - specifier: ^3.0.0 - version: 3.0.0 - "@vercel/postgres": - specifier: ^0.10.0 - version: 0.10.0 - "@vercel/speed-insights": - specifier: ^1.0.12 - version: 1.0.12(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - bcryptjs: - specifier: ^2.4.3 - version: 2.4.3 - class-variance-authority: - specifier: ^0.7.0 - version: 0.7.0 - clsx: - specifier: ^2.1.1 - version: 2.1.1 - drizzle-orm: - specifier: ^0.35.1 - version: 0.35.1(@neondatabase/serverless@0.9.5)(@types/pg@8.11.6)(@vercel/postgres@0.10.0)(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - effect: - specifier: ^3.9.2 - version: 3.9.2 - jose: - specifier: ^5.9.4 - version: 5.9.4 - linkedom: - specifier: ^0.18.5 - version: 0.18.5 - lucide-react: - specifier: ^0.453.0 - version: 0.453.0(react@19.0.0-rc-cd22717c-20241013) - next: - specifier: 15.0.0-canary.200 - version: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - openai: - specifier: ^4.68.0 - version: 4.68.0(zod@3.23.8) - react: - specifier: 19.0.0-rc-cd22717c-20241013 - version: 19.0.0-rc-cd22717c-20241013 - react-dom: - specifier: 19.0.0-rc-cd22717c-20241013 - version: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - slugify: - specifier: ^1.6.6 - version: 1.6.6 - tailwind-merge: - specifier: ^2.5.4 - version: 2.5.4 - tailwindcss-animate: - specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.4.14) - zod: - specifier: ^3.23.8 - version: 3.23.8 - devDependencies: - "@types/node": - specifier: ^20 - version: 20.16.12 - "@types/react": - specifier: npm:types-react@19.0.0-rc.1 - version: types-react@19.0.0-rc.1 - "@types/react-dom": - specifier: npm:types-react-dom@19.0.0-rc.1 - version: types-react-dom@19.0.0-rc.1 - drizzle-kit: - specifier: ^0.26.2 - version: 0.26.2 - eslint: - specifier: ^8 - version: 8.57.1 - eslint-config-next: - specifier: 15.0.0-rc.1 - version: 15.0.0-rc.1(eslint@8.57.1)(typescript@5.6.3) - postcss: - specifier: ^8 - version: 8.4.47 - postcss-hover-media-feature: - specifier: ^1.0.2 - version: 1.0.2(postcss@8.4.47) - prettier-plugin-tailwindcss: - specifier: ^0.6.8 - version: 0.6.8(prettier@3.3.3) - tailwindcss: - specifier: ^3.4.1 - version: 3.4.14 - typescript: - specifier: ^5 - version: 5.6.3 - -packages: - "@alloc/quick-lru@5.2.0": - resolution: - { - integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==, - } - engines: { node: ">=10" } - - "@drizzle-team/brocli@0.10.1": - resolution: - { - integrity: sha512-AHy0vjc+n/4w/8Mif+w86qpppHuF3AyXbcWW+R/W7GNA3F5/p2nuhlkCJaTXSLZheB4l1rtHzOfr9A7NwoR/Zg==, - } - - "@emnapi/runtime@1.3.1": - resolution: - { - integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==, - } - - "@esbuild-kit/core-utils@3.3.2": - resolution: - { - integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==, - } - deprecated: "Merged into tsx: https://tsx.is" - - "@esbuild-kit/esm-loader@2.6.5": - resolution: - { - integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==, - } - deprecated: "Merged into tsx: https://tsx.is" - - "@esbuild/aix-ppc64@0.19.12": - resolution: - { - integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [aix] - - "@esbuild/android-arm64@0.18.20": - resolution: - { - integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [android] - - "@esbuild/android-arm64@0.19.12": - resolution: - { - integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [android] - - "@esbuild/android-arm@0.18.20": - resolution: - { - integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [android] - - "@esbuild/android-arm@0.19.12": - resolution: - { - integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [android] - - "@esbuild/android-x64@0.18.20": - resolution: - { - integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [android] - - "@esbuild/android-x64@0.19.12": - resolution: - { - integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [android] - - "@esbuild/darwin-arm64@0.18.20": - resolution: - { - integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [darwin] - - "@esbuild/darwin-arm64@0.19.12": - resolution: - { - integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [darwin] - - "@esbuild/darwin-x64@0.18.20": - resolution: - { - integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [darwin] - - "@esbuild/darwin-x64@0.19.12": - resolution: - { - integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [darwin] - - "@esbuild/freebsd-arm64@0.18.20": - resolution: - { - integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [freebsd] - - "@esbuild/freebsd-arm64@0.19.12": - resolution: - { - integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [freebsd] - - "@esbuild/freebsd-x64@0.18.20": - resolution: - { - integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [freebsd] - - "@esbuild/freebsd-x64@0.19.12": - resolution: - { - integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [freebsd] - - "@esbuild/linux-arm64@0.18.20": - resolution: - { - integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [linux] - - "@esbuild/linux-arm64@0.19.12": - resolution: - { - integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [linux] - - "@esbuild/linux-arm@0.18.20": - resolution: - { - integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [linux] - - "@esbuild/linux-arm@0.19.12": - resolution: - { - integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [linux] - - "@esbuild/linux-ia32@0.18.20": - resolution: - { - integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [linux] - - "@esbuild/linux-ia32@0.19.12": - resolution: - { - integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [linux] - - "@esbuild/linux-loong64@0.18.20": - resolution: - { - integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==, - } - engines: { node: ">=12" } - cpu: [loong64] - os: [linux] - - "@esbuild/linux-loong64@0.19.12": - resolution: - { - integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==, - } - engines: { node: ">=12" } - cpu: [loong64] - os: [linux] - - "@esbuild/linux-mips64el@0.18.20": - resolution: - { - integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==, - } - engines: { node: ">=12" } - cpu: [mips64el] - os: [linux] - - "@esbuild/linux-mips64el@0.19.12": - resolution: - { - integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==, - } - engines: { node: ">=12" } - cpu: [mips64el] - os: [linux] - - "@esbuild/linux-ppc64@0.18.20": - resolution: - { - integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [linux] - - "@esbuild/linux-ppc64@0.19.12": - resolution: - { - integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [linux] - - "@esbuild/linux-riscv64@0.18.20": - resolution: - { - integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==, - } - engines: { node: ">=12" } - cpu: [riscv64] - os: [linux] - - "@esbuild/linux-riscv64@0.19.12": - resolution: - { - integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==, - } - engines: { node: ">=12" } - cpu: [riscv64] - os: [linux] - - "@esbuild/linux-s390x@0.18.20": - resolution: - { - integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==, - } - engines: { node: ">=12" } - cpu: [s390x] - os: [linux] - - "@esbuild/linux-s390x@0.19.12": - resolution: - { - integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==, - } - engines: { node: ">=12" } - cpu: [s390x] - os: [linux] - - "@esbuild/linux-x64@0.18.20": - resolution: - { - integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [linux] - - "@esbuild/linux-x64@0.19.12": - resolution: - { - integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [linux] - - "@esbuild/netbsd-x64@0.18.20": - resolution: - { - integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [netbsd] - - "@esbuild/netbsd-x64@0.19.12": - resolution: - { - integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [netbsd] - - "@esbuild/openbsd-x64@0.18.20": - resolution: - { - integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [openbsd] - - "@esbuild/openbsd-x64@0.19.12": - resolution: - { - integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [openbsd] - - "@esbuild/sunos-x64@0.18.20": - resolution: - { - integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [sunos] - - "@esbuild/sunos-x64@0.19.12": - resolution: - { - integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [sunos] - - "@esbuild/win32-arm64@0.18.20": - resolution: - { - integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [win32] - - "@esbuild/win32-arm64@0.19.12": - resolution: - { - integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [win32] - - "@esbuild/win32-ia32@0.18.20": - resolution: - { - integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [win32] - - "@esbuild/win32-ia32@0.19.12": - resolution: - { - integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [win32] - - "@esbuild/win32-x64@0.18.20": - resolution: - { - integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [win32] - - "@esbuild/win32-x64@0.19.12": - resolution: - { - integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [win32] - - "@eslint-community/eslint-utils@4.4.0": - resolution: - { - integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - - "@eslint-community/regexpp@4.11.1": - resolution: - { - integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==, - } - engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - - "@eslint/eslintrc@2.1.4": - resolution: - { - integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - "@eslint/js@8.57.1": - resolution: - { - integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - "@fastify/busboy@2.1.1": - resolution: - { - integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==, - } - engines: { node: ">=14" } - - "@floating-ui/core@1.6.8": - resolution: - { - integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==, - } - - "@floating-ui/dom@1.6.11": - resolution: - { - integrity: sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==, - } - - "@floating-ui/react-dom@2.1.2": - resolution: - { - integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==, - } - peerDependencies: - react: ">=16.8.0" - react-dom: ">=16.8.0" - - "@floating-ui/utils@0.2.8": - resolution: - { - integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==, - } - - "@humanwhocodes/config-array@0.13.0": - resolution: - { - integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==, - } - engines: { node: ">=10.10.0" } - deprecated: Use @eslint/config-array instead - - "@humanwhocodes/module-importer@1.0.1": - resolution: - { - integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, - } - engines: { node: ">=12.22" } - - "@humanwhocodes/object-schema@2.0.3": - resolution: - { - integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==, - } - deprecated: Use @eslint/object-schema instead - - "@img/sharp-darwin-arm64@0.33.5": - resolution: - { - integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [arm64] - os: [darwin] - - "@img/sharp-darwin-x64@0.33.5": - resolution: - { - integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [x64] - os: [darwin] - - "@img/sharp-libvips-darwin-arm64@1.0.4": - resolution: - { - integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==, - } - cpu: [arm64] - os: [darwin] - - "@img/sharp-libvips-darwin-x64@1.0.4": - resolution: - { - integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==, - } - cpu: [x64] - os: [darwin] - - "@img/sharp-libvips-linux-arm64@1.0.4": - resolution: - { - integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==, - } - cpu: [arm64] - os: [linux] - - "@img/sharp-libvips-linux-arm@1.0.5": - resolution: - { - integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==, - } - cpu: [arm] - os: [linux] - - "@img/sharp-libvips-linux-s390x@1.0.4": - resolution: - { - integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==, - } - cpu: [s390x] - os: [linux] - - "@img/sharp-libvips-linux-x64@1.0.4": - resolution: - { - integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==, - } - cpu: [x64] - os: [linux] - - "@img/sharp-libvips-linuxmusl-arm64@1.0.4": - resolution: - { - integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==, - } - cpu: [arm64] - os: [linux] - - "@img/sharp-libvips-linuxmusl-x64@1.0.4": - resolution: - { - integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==, - } - cpu: [x64] - os: [linux] - - "@img/sharp-linux-arm64@0.33.5": - resolution: - { - integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [arm64] - os: [linux] - - "@img/sharp-linux-arm@0.33.5": - resolution: - { - integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [arm] - os: [linux] - - "@img/sharp-linux-s390x@0.33.5": - resolution: - { - integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [s390x] - os: [linux] - - "@img/sharp-linux-x64@0.33.5": - resolution: - { - integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [x64] - os: [linux] - - "@img/sharp-linuxmusl-arm64@0.33.5": - resolution: - { - integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [arm64] - os: [linux] - - "@img/sharp-linuxmusl-x64@0.33.5": - resolution: - { - integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [x64] - os: [linux] - - "@img/sharp-wasm32@0.33.5": - resolution: - { - integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [wasm32] - - "@img/sharp-win32-ia32@0.33.5": - resolution: - { - integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [ia32] - os: [win32] - - "@img/sharp-win32-x64@0.33.5": - resolution: - { - integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - cpu: [x64] - os: [win32] - - "@isaacs/cliui@8.0.2": - resolution: - { - integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, - } - engines: { node: ">=12" } - - "@jridgewell/gen-mapping@0.3.5": - resolution: - { - integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/resolve-uri@3.1.2": - resolution: - { - integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/set-array@1.2.1": - resolution: - { - integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/sourcemap-codec@1.5.0": - resolution: - { - integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==, - } - - "@jridgewell/trace-mapping@0.3.25": - resolution: - { - integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==, - } - - "@neondatabase/serverless@0.9.5": - resolution: - { - integrity: sha512-siFas6gItqv6wD/pZnvdu34wEqgG3nSE6zWZdq5j2DEsa+VvX8i/5HXJOo06qrw5axPXn+lGCxeR+NLaSPIXug==, - } - - "@next/env@14.2.15": - resolution: - { - integrity: sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==, - } - - "@next/env@15.0.0-canary.200": - resolution: - { - integrity: sha512-LyqDPrItghUscTdG4BuWw3n5XkQcKYgfgJbadkhiz5Gk4XLsmMwjMM53yRhXC+1SxJ2+tseKYWq0DOTs47XKwg==, - } - - "@next/eslint-plugin-next@15.0.0-rc.1": - resolution: - { - integrity: sha512-Nz/tMHzuGPYR0uK57+mxLhVFDTKtCK8HeVnPmDp/L1nrgcgICFZUCYHnKDUM9IUQ1XalzYhrLOlizOadpOosIQ==, - } - - "@next/swc-darwin-arm64@15.0.0-canary.200": - resolution: - { - integrity: sha512-R8qdOY7qyV2pipatfz9j86iiyNGDCh2iH75co+qp4US5qpzYQgNiW2ZITlRwwsfslOfs7dm5sa2KamUM0E3Jwg==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [darwin] - - "@next/swc-darwin-x64@15.0.0-canary.200": - resolution: - { - integrity: sha512-sbatFluZ1+r7g1qDyi83v1QxHgpmOPci5oI7YFbiT2UjxIOJsa+UTnH/Zx1PESP6T3rp6GRLkYDAFtJWPXFQ5A==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [darwin] - - "@next/swc-linux-arm64-gnu@15.0.0-canary.200": - resolution: - { - integrity: sha512-Wm6PPCOSYd68Lp6S545uPl1JfKg2gEb7xPpnpdAsA3NCDoOLqVWn12T5GMsPiJo45F5r2/iqERgQG73D6Cj5Tg==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - - "@next/swc-linux-arm64-musl@15.0.0-canary.200": - resolution: - { - integrity: sha512-0O8j4RO6YwLVy1SFNGJU+koPCLzcGYUqAYWLe9W+rZ/XlW1m4CPnL2Ku02pnkl5Cj0b3RYgCowjIw+qQVLpgeg==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - - "@next/swc-linux-x64-gnu@15.0.0-canary.200": - resolution: - { - integrity: sha512-mmPxMfp6eKEVCJ4Yrsa7kaBSMwSngnK4kYbpHE4IkCCqMeREQ7rSl5lJym+7IJsTW8Mjo3t5Anhf+rxbArsTEw==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - - "@next/swc-linux-x64-musl@15.0.0-canary.200": - resolution: - { - integrity: sha512-rnPD4Qjr9K/QGrT8jHwel2Wtu4oN2QCxraDwH0vnBQlhO+U0RvQIUPd1vLfSY1OhTm29+Ul0hYoCSvbcUsVmAg==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - - "@next/swc-win32-arm64-msvc@15.0.0-canary.200": - resolution: - { - integrity: sha512-NIH8jF9mvs1WUdBQPF3V4rl2XT6WEC6N3C9oMgIOpuEmUU4ALpI52PvtwJ1N2ulOTWpTACVc+wvszyBJM1i4og==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [win32] - - "@next/swc-win32-x64-msvc@15.0.0-canary.200": - resolution: - { - integrity: sha512-s7i1FGVJwGnFF92SmlC8SLY6GMFVBCKigk33zrZw4eNugF9U3oBReEjZCUctWgN2XapIsfmfOsO+v52SJsMFsg==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [win32] - - "@nodelib/fs.scandir@2.1.5": - resolution: - { - integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, - } - engines: { node: ">= 8" } - - "@nodelib/fs.stat@2.0.5": - resolution: - { - integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, - } - engines: { node: ">= 8" } - - "@nodelib/fs.walk@1.2.8": - resolution: - { - integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, - } - engines: { node: ">= 8" } - - "@nolyfill/is-core-module@1.0.39": - resolution: - { - integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==, - } - engines: { node: ">=12.4.0" } - - "@pkgjs/parseargs@0.11.0": - resolution: - { - integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, - } - engines: { node: ">=14" } - - "@radix-ui/number@1.1.0": - resolution: - { - integrity: sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==, - } - - "@radix-ui/primitive@1.1.0": - resolution: - { - integrity: sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==, - } - - "@radix-ui/react-arrow@1.1.0": - resolution: - { - integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-compose-refs@1.1.0": - resolution: - { - integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-context@1.1.0": - resolution: - { - integrity: sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-context@1.1.1": - resolution: - { - integrity: sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-direction@1.1.0": - resolution: - { - integrity: sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-dismissable-layer@1.1.1": - resolution: - { - integrity: sha512-QSxg29lfr/xcev6kSz7MAlmDnzbP1eI/Dwn3Tp1ip0KT5CUELsxkekFEMVBEoykI3oV39hKT4TKZzBNMbcTZYQ==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-focus-guards@1.1.1": - resolution: - { - integrity: sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-focus-scope@1.1.0": - resolution: - { - integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-icons@1.3.0": - resolution: - { - integrity: sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==, - } - peerDependencies: - react: ^16.x || ^17.x || ^18.x - - "@radix-ui/react-id@1.1.0": - resolution: - { - integrity: sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-label@2.1.0": - resolution: - { - integrity: sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-popover@1.1.2": - resolution: - { - integrity: sha512-u2HRUyWW+lOiA2g0Le0tMmT55FGOEWHwPFt1EPfbLly7uXQExFo5duNKqG2DzmFXIdqOeNd+TpE8baHWJCyP9w==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-popper@1.2.0": - resolution: - { - integrity: sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-portal@1.1.2": - resolution: - { - integrity: sha512-WeDYLGPxJb/5EGBoedyJbT0MpoULmwnIPMJMSldkuiMsBAv7N1cRdsTWZWht9vpPOiN3qyiGAtbK2is47/uMFg==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-presence@1.1.1": - resolution: - { - integrity: sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-primitive@2.0.0": - resolution: - { - integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-scroll-area@1.2.0": - resolution: - { - integrity: sha512-q2jMBdsJ9zB7QG6ngQNzNwlvxLQqONyL58QbEGwuyRZZb/ARQwk3uQVbCF7GvQVOtV6EU/pDxAw3zRzJZI3rpQ==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/react-dom": npm:types-react-dom@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - - "@radix-ui/react-slot@1.1.0": - resolution: - { - integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-callback-ref@1.1.0": - resolution: - { - integrity: sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-controllable-state@1.1.0": - resolution: - { - integrity: sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-escape-keydown@1.1.0": - resolution: - { - integrity: sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-layout-effect@1.1.0": - resolution: - { - integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-rect@1.1.0": - resolution: - { - integrity: sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/react-use-size@1.1.0": - resolution: - { - integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==, - } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - - "@radix-ui/rect@1.1.0": - resolution: - { - integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==, - } - - "@rtsao/scc@1.1.0": - resolution: - { - integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==, - } - - "@rushstack/eslint-patch@1.10.4": - resolution: - { - integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==, - } - - "@swc/counter@0.1.3": - resolution: - { - integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==, - } - - "@swc/helpers@0.5.13": - resolution: - { - integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==, - } - - "@types/bcryptjs@2.4.6": - resolution: - { - integrity: sha512-9xlo6R2qDs5uixm0bcIqCeMCE6HiQsIyel9KQySStiyqNl2tnj2mP3DX1Nf56MD6KMenNNlBBsy3LJ7gUEQPXQ==, - } - - "@types/json5@0.0.29": - resolution: - { - integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, - } - - "@types/node-fetch@2.6.11": - resolution: - { - integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==, - } - - "@types/node@18.19.56": - resolution: - { - integrity: sha512-4EMJlWwwGnVPflJAtM14p9eVSa6BOv5b92mCsh5zcM1UagNtEtrbbtaE6WE1tw2TabavatnwqXjlIpcAEuJJNg==, - } - - "@types/node@20.16.12": - resolution: - { - integrity: sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==, - } - - "@types/pg@8.11.6": - resolution: - { - integrity: sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==, - } - - "@typescript-eslint/eslint-plugin@8.10.0": - resolution: - { - integrity: sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - peerDependencies: - "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 - eslint: ^8.57.0 || ^9.0.0 - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true - - "@typescript-eslint/parser@8.10.0": - resolution: - { - integrity: sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true - - "@typescript-eslint/scope-manager@8.10.0": - resolution: - { - integrity: sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - - "@typescript-eslint/type-utils@8.10.0": - resolution: - { - integrity: sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - peerDependencies: - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true - - "@typescript-eslint/types@8.10.0": - resolution: - { - integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - - "@typescript-eslint/typescript-estree@8.10.0": - resolution: - { - integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - peerDependencies: - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true - - "@typescript-eslint/utils@8.10.0": - resolution: - { - integrity: sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - - "@typescript-eslint/visitor-keys@8.10.0": - resolution: - { - integrity: sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==, - } - engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - - "@ungap/structured-clone@1.2.0": - resolution: - { - integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, - } - - "@upstash/core-analytics@0.0.10": - resolution: - { - integrity: sha512-7qJHGxpQgQr9/vmeS1PktEwvNAF7TI4iJDi8Pu2CFZ9YUGHZH4fOP5TfYlZ4aVxfopnELiE4BS4FBjyK7V1/xQ==, - } - engines: { node: ">=16.0.0" } - - "@upstash/ratelimit@2.0.3": - resolution: - { - integrity: sha512-BMUpZPZ9IMwrUwohw0HoVAwjBRo5SDb0riAxfCGrLbutuZTPiVagh017Cm3GfhMqwUWLOp0xJQxTCXp812UJVQ==, - } - - "@upstash/redis@1.34.3": - resolution: - { - integrity: sha512-VT25TyODGy/8ljl7GADnJoMmtmJ1F8d84UXfGonRRF8fWYJz7+2J6GzW+a6ETGtk4OyuRTt7FRSvFG5GvrfSdQ==, - } - - "@vercel/analytics@1.3.1": - resolution: - { - integrity: sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==, - } - peerDependencies: - next: ">= 13" - react: ^18 || ^19 - peerDependenciesMeta: - next: - optional: true - react: - optional: true - - "@vercel/blob@0.25.1": - resolution: - { - integrity: sha512-JqnDCGcoDH2gDF5Qgp5RGcDfrdR4IoOEnpS7CiDE15pw25/m1xE0CusjeZcjiBVBnLrLJCDuA9Ts77etOoCOeQ==, - } - engines: { node: ">=16.14" } - - "@vercel/functions@1.4.2": - resolution: - { - integrity: sha512-WLY3g6NT1SVJDAoAqz5pJfJ8uyOmEejZkatZn0q57Dn6qXNrh/pjbeffolQy9npWRYJPcfwjgqw8tUqolTEyuw==, - } - engines: { node: ">= 16" } - peerDependencies: - "@aws-sdk/credential-provider-web-identity": "*" - peerDependenciesMeta: - "@aws-sdk/credential-provider-web-identity": - optional: true - - "@vercel/kv@3.0.0": - resolution: - { - integrity: sha512-pKT8fRnfyYk2MgvyB6fn6ipJPCdfZwiKDdw7vB+HL50rjboEBHDVBEcnwfkEpVSp2AjNtoaOUH7zG+bVC/rvSg==, - } - engines: { node: ">=14.6" } - - "@vercel/postgres@0.10.0": - resolution: - { - integrity: sha512-fSD23DxGND40IzSkXjcFcxr53t3Tiym59Is0jSYIFpG4/0f0KO9SGtcp1sXiebvPaGe7N/tU05cH4yt2S6/IPg==, - } - engines: { node: ">=18.14" } - - "@vercel/speed-insights@1.0.12": - resolution: - { - integrity: sha512-ZGQ+a7bcfWJD2VYEp2R1LHvRAMyyaFBYytZXsfnbOMkeOvzGNVxUL7aVUvisIrTZjXTSsxG45DKX7yiw6nq2Jw==, - } - peerDependencies: - "@sveltejs/kit": ^1 || ^2 - next: ">= 13" - react: ^18 || ^19 - svelte: ^4 - vue: ^3 - vue-router: ^4 - peerDependenciesMeta: - "@sveltejs/kit": - optional: true - next: - optional: true - react: - optional: true - svelte: - optional: true - vue: - optional: true - vue-router: - optional: true - - abort-controller@3.0.0: - resolution: - { - integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==, - } - engines: { node: ">=6.5" } - - acorn-jsx@5.3.2: - resolution: - { - integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, - } - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - - acorn@8.13.0: - resolution: - { - integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==, - } - engines: { node: ">=0.4.0" } - hasBin: true - - agentkeepalive@4.5.0: - resolution: - { - integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==, - } - engines: { node: ">= 8.0.0" } - - ajv@6.12.6: - resolution: - { - integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, - } - - ansi-regex@5.0.1: - resolution: - { - integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, - } - engines: { node: ">=8" } - - ansi-regex@6.1.0: - resolution: - { - integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==, - } - engines: { node: ">=12" } - - ansi-styles@4.3.0: - resolution: - { - integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, - } - engines: { node: ">=8" } - - ansi-styles@6.2.1: - resolution: - { - integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, - } - engines: { node: ">=12" } - - any-promise@1.3.0: - resolution: - { - integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==, - } - - anymatch@3.1.3: - resolution: - { - integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, - } - engines: { node: ">= 8" } - - arg@5.0.2: - resolution: - { - integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==, - } - - argparse@2.0.1: - resolution: - { - integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, - } - - aria-hidden@1.2.4: - resolution: - { - integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==, - } - engines: { node: ">=10" } - - aria-query@5.1.3: - resolution: - { - integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==, - } - - array-buffer-byte-length@1.0.1: - resolution: - { - integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==, - } - engines: { node: ">= 0.4" } - - array-includes@3.1.8: - resolution: - { - integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==, - } - engines: { node: ">= 0.4" } - - array.prototype.findlast@1.2.5: - resolution: - { - integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==, - } - engines: { node: ">= 0.4" } - - array.prototype.findlastindex@1.2.5: - resolution: - { - integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==, - } - engines: { node: ">= 0.4" } - - array.prototype.flat@1.3.2: - resolution: - { - integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, - } - engines: { node: ">= 0.4" } - - array.prototype.flatmap@1.3.2: - resolution: - { - integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, - } - engines: { node: ">= 0.4" } - - array.prototype.tosorted@1.1.4: - resolution: - { - integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==, - } - engines: { node: ">= 0.4" } - - arraybuffer.prototype.slice@1.0.3: - resolution: - { - integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==, - } - engines: { node: ">= 0.4" } - - ast-types-flow@0.0.8: - resolution: - { - integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==, - } - - async-retry@1.3.3: - resolution: - { - integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==, - } - - asynckit@0.4.0: - resolution: - { - integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, - } - - available-typed-arrays@1.0.7: - resolution: - { - integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==, - } - engines: { node: ">= 0.4" } - - axe-core@4.10.1: - resolution: - { - integrity: sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==, - } - engines: { node: ">=4" } - - axobject-query@4.1.0: - resolution: - { - integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==, - } - engines: { node: ">= 0.4" } - - balanced-match@1.0.2: - resolution: - { - integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, - } - - bcryptjs@2.4.3: - resolution: - { - integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==, - } - - binary-extensions@2.3.0: - resolution: - { - integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==, - } - engines: { node: ">=8" } - - boolbase@1.0.0: - resolution: - { - integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==, - } - - brace-expansion@1.1.11: - resolution: - { - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, - } - - brace-expansion@2.0.1: - resolution: - { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, - } - - braces@3.0.3: - resolution: - { - integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==, - } - engines: { node: ">=8" } - - buffer-from@1.1.2: - resolution: - { - integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, - } - - bufferutil@4.0.8: - resolution: - { - integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==, - } - engines: { node: ">=6.14.2" } - - busboy@1.6.0: - resolution: - { - integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==, - } - engines: { node: ">=10.16.0" } - - bytes@3.1.2: - resolution: - { - integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, - } - engines: { node: ">= 0.8" } - - call-bind@1.0.7: - resolution: - { - integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==, - } - engines: { node: ">= 0.4" } - - callsites@3.1.0: - resolution: - { - integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, - } - engines: { node: ">=6" } - - camelcase-css@2.0.1: - resolution: - { - integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==, - } - engines: { node: ">= 6" } - - caniuse-lite@1.0.30001669: - resolution: - { - integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==, - } - - chalk@4.1.2: - resolution: - { - integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, - } - engines: { node: ">=10" } - - chokidar@3.6.0: - resolution: - { - integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==, - } - engines: { node: ">= 8.10.0" } - - class-variance-authority@0.7.0: - resolution: - { - integrity: sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==, - } - - client-only@0.0.1: - resolution: - { - integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==, - } - - clsx@2.0.0: - resolution: - { - integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==, - } - engines: { node: ">=6" } - - clsx@2.1.1: - resolution: - { - integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==, - } - engines: { node: ">=6" } - - color-convert@2.0.1: - resolution: - { - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, - } - engines: { node: ">=7.0.0" } - - color-name@1.1.4: - resolution: - { - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, - } - - color-string@1.9.1: - resolution: - { - integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==, - } - - color@4.2.3: - resolution: - { - integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==, - } - engines: { node: ">=12.5.0" } - - combined-stream@1.0.8: - resolution: - { - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, - } - engines: { node: ">= 0.8" } - - commander@4.1.1: - resolution: - { - integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, - } - engines: { node: ">= 6" } - - concat-map@0.0.1: - resolution: - { - integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, - } - - cross-spawn@7.0.3: - resolution: - { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, - } - engines: { node: ">= 8" } - - crypto-js@4.2.0: - resolution: - { - integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==, - } - - css-select@5.1.0: - resolution: - { - integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==, - } - - css-what@6.1.0: - resolution: - { - integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==, - } - engines: { node: ">= 6" } - - cssesc@3.0.0: - resolution: - { - integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, - } - engines: { node: ">=4" } - hasBin: true - - cssom@0.5.0: - resolution: - { - integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==, - } - - csstype@3.1.3: - resolution: - { - integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==, - } - - damerau-levenshtein@1.0.8: - resolution: - { - integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==, - } - - data-view-buffer@1.0.1: - resolution: - { - integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==, - } - engines: { node: ">= 0.4" } - - data-view-byte-length@1.0.1: - resolution: - { - integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==, - } - engines: { node: ">= 0.4" } - - data-view-byte-offset@1.0.0: - resolution: - { - integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==, - } - engines: { node: ">= 0.4" } - - debug@3.2.7: - resolution: - { - integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, - } - peerDependencies: - supports-color: "*" - peerDependenciesMeta: - supports-color: - optional: true - - debug@4.3.7: - resolution: - { - integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==, - } - engines: { node: ">=6.0" } - peerDependencies: - supports-color: "*" - peerDependenciesMeta: - supports-color: - optional: true - - deep-equal@2.2.3: - resolution: - { - integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==, - } - engines: { node: ">= 0.4" } - - deep-is@0.1.4: - resolution: - { - integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, - } - - define-data-property@1.1.4: - resolution: - { - integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==, - } - engines: { node: ">= 0.4" } - - define-properties@1.2.1: - resolution: - { - integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==, - } - engines: { node: ">= 0.4" } - - delayed-stream@1.0.0: - resolution: - { - integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, - } - engines: { node: ">=0.4.0" } - - detect-libc@2.0.3: - resolution: - { - integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==, - } - engines: { node: ">=8" } - - detect-node-es@1.1.0: - resolution: - { - integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==, - } - - didyoumean@1.2.2: - resolution: - { - integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==, - } - - dlv@1.1.3: - resolution: - { - integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==, - } - - doctrine@2.1.0: - resolution: - { - integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, - } - engines: { node: ">=0.10.0" } - - doctrine@3.0.0: - resolution: - { - integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, - } - engines: { node: ">=6.0.0" } - - dom-serializer@2.0.0: - resolution: - { - integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==, - } - - domelementtype@2.3.0: - resolution: - { - integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==, - } - - domhandler@5.0.3: - resolution: - { - integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==, - } - engines: { node: ">= 4" } - - domutils@3.1.0: - resolution: - { - integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==, - } - - drizzle-kit@0.26.2: - resolution: - { - integrity: sha512-cMq8omEKywjIy5KcqUo6LvEFxkl8/zYHsgYjFVXjmPWWtuW4blcz+YW9+oIhoaALgs2ebRjzXwsJgN9i6P49Dw==, - } - hasBin: true - - drizzle-orm@0.35.1: - resolution: - { - integrity: sha512-HQxDdYuXlZFuvDPztlUIzrX8TqWa/Ej6uN6L0hkbuGL4slexOUMc3u4nXVU15RQ5QYbk+uLQnR6v1+OIrdCTXQ==, - } - peerDependencies: - "@aws-sdk/client-rds-data": ">=3" - "@cloudflare/workers-types": ">=3" - "@electric-sql/pglite": ">=0.1.1" - "@libsql/client": ">=0.10.0" - "@neondatabase/serverless": ">=0.1" - "@op-engineering/op-sqlite": ">=2" - "@opentelemetry/api": ^1.4.1 - "@planetscale/database": ">=1" - "@prisma/client": "*" - "@tidbcloud/serverless": "*" - "@types/better-sqlite3": "*" - "@types/pg": "*" - "@types/react": npm:types-react@19.0.0-rc.1 - "@types/sql.js": "*" - "@vercel/postgres": ">=0.8.0" - "@xata.io/client": "*" - better-sqlite3: ">=7" - bun-types: "*" - expo-sqlite: ">=13.2.0" - knex: "*" - kysely: "*" - mysql2: ">=2" - pg: ">=8" - postgres: ">=3" - prisma: "*" - react: ">=18" - sql.js: ">=1" - sqlite3: ">=5" - peerDependenciesMeta: - "@aws-sdk/client-rds-data": - optional: true - "@cloudflare/workers-types": - optional: true - "@electric-sql/pglite": - optional: true - "@libsql/client": - optional: true - "@neondatabase/serverless": - optional: true - "@op-engineering/op-sqlite": - optional: true - "@opentelemetry/api": - optional: true - "@planetscale/database": - optional: true - "@prisma/client": - optional: true - "@tidbcloud/serverless": - optional: true - "@types/better-sqlite3": - optional: true - "@types/pg": - optional: true - "@types/react": - optional: true - "@types/sql.js": - optional: true - "@vercel/postgres": - optional: true - "@xata.io/client": - optional: true - better-sqlite3: - optional: true - bun-types: - optional: true - expo-sqlite: - optional: true - knex: - optional: true - kysely: - optional: true - mysql2: - optional: true - pg: - optional: true - postgres: - optional: true - prisma: - optional: true - react: - optional: true - sql.js: - optional: true - sqlite3: - optional: true - - eastasianwidth@0.2.0: - resolution: - { - integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, - } - - effect@3.9.2: - resolution: - { - integrity: sha512-1sx/v1HTWHTodXfzWxAFg+SCF+ACgpJVruaAMIh/NmDVvrUsf0x9PzpXvkgJUbQ1fMdmKYK//FqxeHSQ+Zxv/Q==, - } - - emoji-regex@8.0.0: - resolution: - { - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, - } - - emoji-regex@9.2.2: - resolution: - { - integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, - } - - enhanced-resolve@5.17.1: - resolution: - { - integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==, - } - engines: { node: ">=10.13.0" } - - entities@4.5.0: - resolution: - { - integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==, - } - engines: { node: ">=0.12" } - - es-abstract@1.23.3: - resolution: - { - integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==, - } - engines: { node: ">= 0.4" } - - es-define-property@1.0.0: - resolution: - { - integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==, - } - engines: { node: ">= 0.4" } - - es-errors@1.3.0: - resolution: - { - integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==, - } - engines: { node: ">= 0.4" } - - es-get-iterator@1.1.3: - resolution: - { - integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==, - } - - es-iterator-helpers@1.1.0: - resolution: - { - integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==, - } - engines: { node: ">= 0.4" } - - es-object-atoms@1.0.0: - resolution: - { - integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==, - } - engines: { node: ">= 0.4" } - - es-set-tostringtag@2.0.3: - resolution: - { - integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==, - } - engines: { node: ">= 0.4" } - - es-shim-unscopables@1.0.2: - resolution: - { - integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==, - } - - es-to-primitive@1.2.1: - resolution: - { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, - } - engines: { node: ">= 0.4" } - - esbuild-register@3.6.0: - resolution: - { - integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==, - } - peerDependencies: - esbuild: ">=0.12 <1" - - esbuild@0.18.20: - resolution: - { - integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==, - } - engines: { node: ">=12" } - hasBin: true - - esbuild@0.19.12: - resolution: - { - integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==, - } - engines: { node: ">=12" } - hasBin: true - - escape-string-regexp@4.0.0: - resolution: - { - integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, - } - engines: { node: ">=10" } - - eslint-config-next@15.0.0-rc.1: - resolution: - { - integrity: sha512-RhOlMP/dWBYBBzYjh6ya4OYSxUhkzsoQmbkLvifZgBflD/XCQ+WUd/D1qdSTI9BBkUEeDZ7GOaN5UaIACkQeRA==, - } - peerDependencies: - eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 - typescript: ">=3.3.1" - peerDependenciesMeta: - typescript: - optional: true - - eslint-import-resolver-node@0.3.9: - resolution: - { - integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, - } - - eslint-import-resolver-typescript@3.6.3: - resolution: - { - integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==, - } - engines: { node: ^14.18.0 || >=16.0.0 } - peerDependencies: - eslint: "*" - eslint-plugin-import: "*" - eslint-plugin-import-x: "*" - peerDependenciesMeta: - eslint-plugin-import: - optional: true - eslint-plugin-import-x: - optional: true - - eslint-module-utils@2.12.0: - resolution: - { - integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==, - } - engines: { node: ">=4" } - peerDependencies: - "@typescript-eslint/parser": "*" - eslint: "*" - eslint-import-resolver-node: "*" - eslint-import-resolver-typescript: "*" - eslint-import-resolver-webpack: "*" - peerDependenciesMeta: - "@typescript-eslint/parser": - optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true - - eslint-plugin-import@2.31.0: - resolution: - { - integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==, - } - engines: { node: ">=4" } - peerDependencies: - "@typescript-eslint/parser": "*" - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 - peerDependenciesMeta: - "@typescript-eslint/parser": - optional: true - - eslint-plugin-jsx-a11y@6.10.0: - resolution: - { - integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==, - } - engines: { node: ">=4.0" } - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - - eslint-plugin-react-hooks@5.0.0: - resolution: - { - integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==, - } - engines: { node: ">=10" } - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - - eslint-plugin-react@7.37.1: - resolution: - { - integrity: sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==, - } - engines: { node: ">=4" } - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - - eslint-scope@7.2.2: - resolution: - { - integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - eslint-visitor-keys@3.4.3: - resolution: - { - integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - eslint@8.57.1: - resolution: - { - integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. - hasBin: true - - espree@9.6.1: - resolution: - { - integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - esquery@1.6.0: - resolution: - { - integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==, - } - engines: { node: ">=0.10" } - - esrecurse@4.3.0: - resolution: - { - integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, - } - engines: { node: ">=4.0" } - - estraverse@5.3.0: - resolution: - { - integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, - } - engines: { node: ">=4.0" } - - esutils@2.0.3: - resolution: - { - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, - } - engines: { node: ">=0.10.0" } - - event-target-shim@5.0.1: - resolution: - { - integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==, - } - engines: { node: ">=6" } - - fast-deep-equal@3.1.3: - resolution: - { - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, - } - - fast-glob@3.3.1: - resolution: - { - integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, - } - engines: { node: ">=8.6.0" } - - fast-glob@3.3.2: - resolution: - { - integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==, - } - engines: { node: ">=8.6.0" } - - fast-json-stable-stringify@2.1.0: - resolution: - { - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, - } - - fast-levenshtein@2.0.6: - resolution: - { - integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, - } - - fastq@1.17.1: - resolution: - { - integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==, - } - - file-entry-cache@6.0.1: - resolution: - { - integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, - } - engines: { node: ^10.12.0 || >=12.0.0 } - - fill-range@7.1.1: - resolution: - { - integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==, - } - engines: { node: ">=8" } - - find-up@5.0.0: - resolution: - { - integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, - } - engines: { node: ">=10" } - - flat-cache@3.2.0: - resolution: - { - integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==, - } - engines: { node: ^10.12.0 || >=12.0.0 } - - flatted@3.3.1: - resolution: - { - integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==, - } - - for-each@0.3.3: - resolution: - { - integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, - } - - foreground-child@3.3.0: - resolution: - { - integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==, - } - engines: { node: ">=14" } - - form-data-encoder@1.7.2: - resolution: - { - integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==, - } - - form-data@4.0.1: - resolution: - { - integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==, - } - engines: { node: ">= 6" } - - formdata-node@4.4.1: - resolution: - { - integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==, - } - engines: { node: ">= 12.20" } - - fs.realpath@1.0.0: - resolution: - { - integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, - } - - fsevents@2.3.3: - resolution: - { - integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, - } - engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } - os: [darwin] - - function-bind@1.1.2: - resolution: - { - integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, - } - - function.prototype.name@1.1.6: - resolution: - { - integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==, - } - engines: { node: ">= 0.4" } - - functions-have-names@1.2.3: - resolution: - { - integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, - } - - get-intrinsic@1.2.4: - resolution: - { - integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==, - } - engines: { node: ">= 0.4" } - - get-nonce@1.0.1: - resolution: - { - integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==, - } - engines: { node: ">=6" } - - get-symbol-description@1.0.2: - resolution: - { - integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==, - } - engines: { node: ">= 0.4" } - - get-tsconfig@4.8.1: - resolution: - { - integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==, - } - - glob-parent@5.1.2: - resolution: - { - integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, - } - engines: { node: ">= 6" } - - glob-parent@6.0.2: - resolution: - { - integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, - } - engines: { node: ">=10.13.0" } - - glob@10.4.5: - resolution: - { - integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==, - } - hasBin: true - - glob@7.2.3: - resolution: - { - integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, - } - deprecated: Glob versions prior to v9 are no longer supported - - globals@13.24.0: - resolution: - { - integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==, - } - engines: { node: ">=8" } - - globalthis@1.0.4: - resolution: - { - integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==, - } - engines: { node: ">= 0.4" } - - gopd@1.0.1: - resolution: - { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, - } - - graceful-fs@4.2.11: - resolution: - { - integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, - } - - graphemer@1.4.0: - resolution: - { - integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, - } - - has-bigints@1.0.2: - resolution: - { - integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, - } - - has-flag@4.0.0: - resolution: - { - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, - } - engines: { node: ">=8" } - - has-property-descriptors@1.0.2: - resolution: - { - integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==, - } - - has-proto@1.0.3: - resolution: - { - integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==, - } - engines: { node: ">= 0.4" } - - has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: ">= 0.4" } - - has-tostringtag@1.0.2: - resolution: - { - integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==, - } - engines: { node: ">= 0.4" } - - hasown@2.0.2: - resolution: - { - integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==, - } - engines: { node: ">= 0.4" } - - html-escaper@3.0.3: - resolution: - { - integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==, - } - - htmlparser2@9.1.0: - resolution: - { - integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==, - } - - humanize-ms@1.2.1: - resolution: - { - integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, - } - - ignore@5.3.2: - resolution: - { - integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==, - } - engines: { node: ">= 4" } - - import-fresh@3.3.0: - resolution: - { - integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, - } - engines: { node: ">=6" } - - imurmurhash@0.1.4: - resolution: - { - integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, - } - engines: { node: ">=0.8.19" } - - inflight@1.0.6: - resolution: - { - integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, - } - deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. - - inherits@2.0.4: - resolution: - { - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, - } - - internal-slot@1.0.7: - resolution: - { - integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==, - } - engines: { node: ">= 0.4" } - - invariant@2.2.4: - resolution: - { - integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==, - } - - is-arguments@1.1.1: - resolution: - { - integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==, - } - engines: { node: ">= 0.4" } - - is-array-buffer@3.0.4: - resolution: - { - integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==, - } - engines: { node: ">= 0.4" } - - is-arrayish@0.3.2: - resolution: - { - integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==, - } - - is-async-function@2.0.0: - resolution: - { - integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==, - } - engines: { node: ">= 0.4" } - - is-bigint@1.0.4: - resolution: - { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, - } - - is-binary-path@2.1.0: - resolution: - { - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, - } - engines: { node: ">=8" } - - is-boolean-object@1.1.2: - resolution: - { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, - } - engines: { node: ">= 0.4" } - - is-buffer@2.0.5: - resolution: - { - integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==, - } - engines: { node: ">=4" } - - is-bun-module@1.2.1: - resolution: - { - integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==, - } - - is-callable@1.2.7: - resolution: - { - integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, - } - engines: { node: ">= 0.4" } - - is-core-module@2.15.1: - resolution: - { - integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==, - } - engines: { node: ">= 0.4" } - - is-data-view@1.0.1: - resolution: - { - integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==, - } - engines: { node: ">= 0.4" } - - is-date-object@1.0.5: - resolution: - { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, - } - engines: { node: ">= 0.4" } - - is-extglob@2.1.1: - resolution: - { - integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, - } - engines: { node: ">=0.10.0" } - - is-finalizationregistry@1.0.2: - resolution: - { - integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==, - } - - is-fullwidth-code-point@3.0.0: - resolution: - { - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, - } - engines: { node: ">=8" } - - is-generator-function@1.0.10: - resolution: - { - integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==, - } - engines: { node: ">= 0.4" } - - is-glob@4.0.3: - resolution: - { - integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, - } - engines: { node: ">=0.10.0" } - - is-map@2.0.3: - resolution: - { - integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==, - } - engines: { node: ">= 0.4" } - - is-negative-zero@2.0.3: - resolution: - { - integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==, - } - engines: { node: ">= 0.4" } - - is-number-object@1.0.7: - resolution: - { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, - } - engines: { node: ">= 0.4" } - - is-number@7.0.0: - resolution: - { - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, - } - engines: { node: ">=0.12.0" } - - is-path-inside@3.0.3: - resolution: - { - integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, - } - engines: { node: ">=8" } - - is-regex@1.1.4: - resolution: - { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, - } - engines: { node: ">= 0.4" } - - is-set@2.0.3: - resolution: - { - integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==, - } - engines: { node: ">= 0.4" } - - is-shared-array-buffer@1.0.3: - resolution: - { - integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==, - } - engines: { node: ">= 0.4" } - - is-string@1.0.7: - resolution: - { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, - } - engines: { node: ">= 0.4" } - - is-symbol@1.0.4: - resolution: - { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, - } - engines: { node: ">= 0.4" } - - is-typed-array@1.1.13: - resolution: - { - integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==, - } - engines: { node: ">= 0.4" } - - is-weakmap@2.0.2: - resolution: - { - integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==, - } - engines: { node: ">= 0.4" } - - is-weakref@1.0.2: - resolution: - { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, - } - - is-weakset@2.0.3: - resolution: - { - integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==, - } - engines: { node: ">= 0.4" } - - isarray@2.0.5: - resolution: - { - integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, - } - - isexe@2.0.0: - resolution: - { - integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, - } - - iterator.prototype@1.1.3: - resolution: - { - integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==, - } - engines: { node: ">= 0.4" } - - jackspeak@3.4.3: - resolution: - { - integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==, - } - - jiti@1.21.6: - resolution: - { - integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==, - } - hasBin: true - - jose@5.9.4: - resolution: - { - integrity: sha512-WBBl6au1qg6OHj67yCffCgFR3BADJBXN8MdRvCgJDuMv3driV2nHr7jdGvaKX9IolosAsn+M0XRArqLXUhyJHQ==, - } - - js-tokens@4.0.0: - resolution: - { - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, - } - - js-yaml@4.1.0: - resolution: - { - integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, - } - hasBin: true - - json-buffer@3.0.1: - resolution: - { - integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==, - } - - json-schema-traverse@0.4.1: - resolution: - { - integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, - } - - json-stable-stringify-without-jsonify@1.0.1: - resolution: - { - integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, - } - - json5@1.0.2: - resolution: - { - integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, - } - hasBin: true - - jsx-ast-utils@3.3.5: - resolution: - { - integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==, - } - engines: { node: ">=4.0" } - - keyv@4.5.4: - resolution: - { - integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==, - } - - language-subtag-registry@0.3.23: - resolution: - { - integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==, - } - - language-tags@1.0.9: - resolution: - { - integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==, - } - engines: { node: ">=0.10" } - - levn@0.4.1: - resolution: - { - integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, - } - engines: { node: ">= 0.8.0" } - - lilconfig@2.1.0: - resolution: - { - integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==, - } - engines: { node: ">=10" } - - lilconfig@3.1.2: - resolution: - { - integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==, - } - engines: { node: ">=14" } - - lines-and-columns@1.2.4: - resolution: - { - integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, - } - - linkedom@0.18.5: - resolution: - { - integrity: sha512-JGLaGGtqtu+eOhYrC1wkWYTBcpVWL4AsnwAtMtgO1Q0gI0PuPJKI0zBBE+a/1BrhOE3Uw8JI/ycByAv5cLrAuQ==, - } - - locate-path@6.0.0: - resolution: - { - integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, - } - engines: { node: ">=10" } - - lodash.merge@4.6.2: - resolution: - { - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, - } - - loose-envify@1.4.0: - resolution: - { - integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==, - } - hasBin: true - - lru-cache@10.4.3: - resolution: - { - integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==, - } - - lucide-react@0.453.0: - resolution: - { - integrity: sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==, - } - peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc - - merge2@1.4.1: - resolution: - { - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, - } - engines: { node: ">= 8" } - - micromatch@4.0.8: - resolution: - { - integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==, - } - engines: { node: ">=8.6" } - - mime-db@1.52.0: - resolution: - { - integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, - } - engines: { node: ">= 0.6" } - - mime-types@2.1.35: - resolution: - { - integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, - } - engines: { node: ">= 0.6" } - - minimatch@3.1.2: - resolution: - { - integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, - } - - minimatch@9.0.5: - resolution: - { - integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==, - } - engines: { node: ">=16 || 14 >=14.17" } - - minimist@1.2.8: - resolution: - { - integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, - } - - minipass@7.1.2: - resolution: - { - integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==, - } - engines: { node: ">=16 || 14 >=14.17" } - - ms@2.1.3: - resolution: - { - integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, - } - - mz@2.7.0: - resolution: - { - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==, - } - - nanoid@3.3.7: - resolution: - { - integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==, - } - engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } - hasBin: true - - natural-compare@1.4.0: - resolution: - { - integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, - } - - next@15.0.0-canary.200: - resolution: - { - integrity: sha512-eYYTUWD+TDx61gBrwthFlPQtrYqpQfqOhPC9xv8XtAhP8EB4gg88fTR0ZhDMlKpocWo5t+Ke+ZTX6tWbVOzFtg==, - } - engines: { node: ">=18.18.0" } - hasBin: true - peerDependencies: - "@opentelemetry/api": ^1.1.0 - "@playwright/test": ^1.41.2 - babel-plugin-react-compiler: "*" - react: ^18.2.0 || 19.0.0-rc-bf7e210c-20241017 - react-dom: ^18.2.0 || 19.0.0-rc-bf7e210c-20241017 - sass: ^1.3.0 - peerDependenciesMeta: - "@opentelemetry/api": - optional: true - "@playwright/test": - optional: true - babel-plugin-react-compiler: - optional: true - sass: - optional: true - - node-domexception@1.0.0: - resolution: - { - integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==, - } - engines: { node: ">=10.5.0" } - - node-fetch@2.7.0: - resolution: - { - integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==, - } - engines: { node: 4.x || >=6.0.0 } - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - - node-gyp-build@4.8.2: - resolution: - { - integrity: sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==, - } - hasBin: true - - normalize-path@3.0.0: - resolution: - { - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, - } - engines: { node: ">=0.10.0" } - - nth-check@2.1.1: - resolution: - { - integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==, - } - - object-assign@4.1.1: - resolution: - { - integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, - } - engines: { node: ">=0.10.0" } - - object-hash@3.0.0: - resolution: - { - integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==, - } - engines: { node: ">= 6" } - - object-inspect@1.13.2: - resolution: - { - integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==, - } - engines: { node: ">= 0.4" } - - object-is@1.1.6: - resolution: - { - integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==, - } - engines: { node: ">= 0.4" } - - object-keys@1.1.1: - resolution: - { - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, - } - engines: { node: ">= 0.4" } - - object.assign@4.1.5: - resolution: - { - integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==, - } - engines: { node: ">= 0.4" } - - object.entries@1.1.8: - resolution: - { - integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==, - } - engines: { node: ">= 0.4" } - - object.fromentries@2.0.8: - resolution: - { - integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==, - } - engines: { node: ">= 0.4" } - - object.groupby@1.0.3: - resolution: - { - integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==, - } - engines: { node: ">= 0.4" } - - object.values@1.2.0: - resolution: - { - integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==, - } - engines: { node: ">= 0.4" } - - obuf@1.1.2: - resolution: - { - integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==, - } - - once@1.4.0: - resolution: - { - integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, - } - - openai@4.68.0: - resolution: - { - integrity: sha512-cVH0WMKd4cColyorwqo+Gn08lN8LQ8uKLMfWXFfvnedrLq3lCH6lRd0Rd0XJRunyfgNve/L9E7uZLAii39NBkw==, - } - hasBin: true - peerDependencies: - zod: ^3.23.8 - peerDependenciesMeta: - zod: - optional: true - - optionator@0.9.4: - resolution: - { - integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==, - } - engines: { node: ">= 0.8.0" } - - p-limit@3.1.0: - resolution: - { - integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, - } - engines: { node: ">=10" } - - p-locate@5.0.0: - resolution: - { - integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, - } - engines: { node: ">=10" } - - package-json-from-dist@1.0.1: - resolution: - { - integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==, - } - - parent-module@1.0.1: - resolution: - { - integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, - } - engines: { node: ">=6" } - - path-exists@4.0.0: - resolution: - { - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, - } - engines: { node: ">=8" } - - path-is-absolute@1.0.1: - resolution: - { - integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, - } - engines: { node: ">=0.10.0" } - - path-key@3.1.1: - resolution: - { - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, - } - engines: { node: ">=8" } - - path-parse@1.0.7: - resolution: - { - integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, - } - - path-scurry@1.11.1: - resolution: - { - integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==, - } - engines: { node: ">=16 || 14 >=14.18" } - - pg-int8@1.0.1: - resolution: - { - integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==, - } - engines: { node: ">=4.0.0" } - - pg-numeric@1.0.2: - resolution: - { - integrity: sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==, - } - engines: { node: ">=4" } - - pg-protocol@1.7.0: - resolution: - { - integrity: sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==, - } - - pg-types@4.0.2: - resolution: - { - integrity: sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==, - } - engines: { node: ">=10" } - - picocolors@1.1.1: - resolution: - { - integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==, - } - - picomatch@2.3.1: - resolution: - { - integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, - } - engines: { node: ">=8.6" } - - pify@2.3.0: - resolution: - { - integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, - } - engines: { node: ">=0.10.0" } - - pirates@4.0.6: - resolution: - { - integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==, - } - engines: { node: ">= 6" } - - possible-typed-array-names@1.0.0: - resolution: - { - integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==, - } - engines: { node: ">= 0.4" } - - postcss-hover-media-feature@1.0.2: - resolution: - { - integrity: sha512-o5xDUqCQ4xtilWOcvo5LKYxFVSLWcBN0IlTqa0IJwAwHTd4pxKmX4c0fGIpgLQCcBB/+aFizt2NVWNGJWG4Izg==, - } - engines: { node: ">=10.0.0" } - peerDependencies: - postcss: ^8.0.0 - - postcss-import@15.1.0: - resolution: - { - integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==, - } - engines: { node: ">=14.0.0" } - peerDependencies: - postcss: ^8.0.0 - - postcss-js@4.0.1: - resolution: - { - integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==, - } - engines: { node: ^12 || ^14 || >= 16 } - peerDependencies: - postcss: ^8.4.21 - - postcss-load-config@4.0.2: - resolution: - { - integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==, - } - engines: { node: ">= 14" } - peerDependencies: - postcss: ">=8.0.9" - ts-node: ">=9.0.0" - peerDependenciesMeta: - postcss: - optional: true - ts-node: - optional: true - - postcss-nested@6.2.0: - resolution: - { - integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==, - } - engines: { node: ">=12.0" } - peerDependencies: - postcss: ^8.2.14 - - postcss-selector-parser@6.1.2: - resolution: - { - integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==, - } - engines: { node: ">=4" } - - postcss-value-parser@4.2.0: - resolution: - { - integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, - } - - postcss@8.4.31: - resolution: - { - integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==, - } - engines: { node: ^10 || ^12 || >=14 } - - postcss@8.4.47: - resolution: - { - integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==, - } - engines: { node: ^10 || ^12 || >=14 } - - postgres-array@3.0.2: - resolution: - { - integrity: sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==, - } - engines: { node: ">=12" } - - postgres-bytea@3.0.0: - resolution: - { - integrity: sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==, - } - engines: { node: ">= 6" } - - postgres-date@2.1.0: - resolution: - { - integrity: sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==, - } - engines: { node: ">=12" } - - postgres-interval@3.0.0: - resolution: - { - integrity: sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==, - } - engines: { node: ">=12" } - - postgres-range@1.1.4: - resolution: - { - integrity: sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==, - } - - prelude-ls@1.2.1: - resolution: - { - integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, - } - engines: { node: ">= 0.8.0" } - - prettier-plugin-tailwindcss@0.6.8: - resolution: - { - integrity: sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==, - } - engines: { node: ">=14.21.3" } - peerDependencies: - "@ianvs/prettier-plugin-sort-imports": "*" - "@prettier/plugin-pug": "*" - "@shopify/prettier-plugin-liquid": "*" - "@trivago/prettier-plugin-sort-imports": "*" - "@zackad/prettier-plugin-twig-melody": "*" - prettier: ^3.0 - prettier-plugin-astro: "*" - prettier-plugin-css-order: "*" - prettier-plugin-import-sort: "*" - prettier-plugin-jsdoc: "*" - prettier-plugin-marko: "*" - prettier-plugin-multiline-arrays: "*" - prettier-plugin-organize-attributes: "*" - prettier-plugin-organize-imports: "*" - prettier-plugin-sort-imports: "*" - prettier-plugin-style-order: "*" - prettier-plugin-svelte: "*" - peerDependenciesMeta: - "@ianvs/prettier-plugin-sort-imports": - optional: true - "@prettier/plugin-pug": - optional: true - "@shopify/prettier-plugin-liquid": - optional: true - "@trivago/prettier-plugin-sort-imports": - optional: true - "@zackad/prettier-plugin-twig-melody": - optional: true - prettier-plugin-astro: - optional: true - prettier-plugin-css-order: - optional: true - prettier-plugin-import-sort: - optional: true - prettier-plugin-jsdoc: - optional: true - prettier-plugin-marko: - optional: true - prettier-plugin-multiline-arrays: - optional: true - prettier-plugin-organize-attributes: - optional: true - prettier-plugin-organize-imports: - optional: true - prettier-plugin-sort-imports: - optional: true - prettier-plugin-style-order: - optional: true - prettier-plugin-svelte: - optional: true - - prettier@3.3.3: - resolution: - { - integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==, - } - engines: { node: ">=14" } - hasBin: true - - prop-types@15.8.1: - resolution: - { - integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==, - } - - punycode@2.3.1: - resolution: - { - integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==, - } - engines: { node: ">=6" } - - queue-microtask@1.2.3: - resolution: - { - integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, - } - - react-dom@19.0.0-rc-cd22717c-20241013: - resolution: - { - integrity: sha512-NzjTBOXygonUxLRQuUUW5V2QLGkAcyUwJoS8+UWxs089paMvQQfoRD51w65Ovgd2OEQ8Rm3HWx+82fvXiT0czQ==, - } - peerDependencies: - react: 19.0.0-rc-cd22717c-20241013 - - react-is@16.13.1: - resolution: - { - integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==, - } - - react-remove-scroll-bar@2.3.6: - resolution: - { - integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==, - } - engines: { node: ">=10" } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - - react-remove-scroll@2.6.0: - resolution: - { - integrity: sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==, - } - engines: { node: ">=10" } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - - react-style-singleton@2.2.1: - resolution: - { - integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==, - } - engines: { node: ">=10" } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - - react@19.0.0-rc-cd22717c-20241013: - resolution: - { - integrity: sha512-k28GszmyQ1tX/JmeLGZINq5KXiNy/MmN0fCAtcwF8a9INDyVYG0zATCRGJwaPB9WixmkuwPv1BfB1QBfJC7cNg==, - } - engines: { node: ">=0.10.0" } - - read-cache@1.0.0: - resolution: - { - integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==, - } - - readdirp@3.6.0: - resolution: - { - integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, - } - engines: { node: ">=8.10.0" } - - reflect.getprototypeof@1.0.6: - resolution: - { - integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==, - } - engines: { node: ">= 0.4" } - - regexp.prototype.flags@1.5.3: - resolution: - { - integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==, - } - engines: { node: ">= 0.4" } - - resolve-from@4.0.0: - resolution: - { - integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, - } - engines: { node: ">=4" } - - resolve-pkg-maps@1.0.0: - resolution: - { - integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==, - } - - resolve@1.22.8: - resolution: - { - integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, - } - hasBin: true - - resolve@2.0.0-next.5: - resolution: - { - integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==, - } - hasBin: true - - retry@0.13.1: - resolution: - { - integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==, - } - engines: { node: ">= 4" } - - reusify@1.0.4: - resolution: - { - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, - } - engines: { iojs: ">=1.0.0", node: ">=0.10.0" } - - rimraf@3.0.2: - resolution: - { - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, - } - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - - run-parallel@1.2.0: - resolution: - { - integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, - } - - safe-array-concat@1.1.2: - resolution: - { - integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==, - } - engines: { node: ">=0.4" } - - safe-regex-test@1.0.3: - resolution: - { - integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==, - } - engines: { node: ">= 0.4" } - - scheduler@0.25.0-rc-cd22717c-20241013: - resolution: - { - integrity: sha512-MnsFR57bKcrYslnbCUsaUG0qBuAArk92VxE0zu6A2Usz38iIuL2uZLunqKlP1W47MF33GrRGDj1sXdPbFKIZfw==, - } - - semver@6.3.1: - resolution: - { - integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, - } - hasBin: true - - semver@7.6.3: - resolution: - { - integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==, - } - engines: { node: ">=10" } - hasBin: true - - server-only@0.0.1: - resolution: - { - integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==, - } - - set-function-length@1.2.2: - resolution: - { - integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==, - } - engines: { node: ">= 0.4" } - - set-function-name@2.0.2: - resolution: - { - integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==, - } - engines: { node: ">= 0.4" } - - sharp@0.33.5: - resolution: - { - integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==, - } - engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 } - - shebang-command@2.0.0: - resolution: - { - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, - } - engines: { node: ">=8" } - - shebang-regex@3.0.0: - resolution: - { - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, - } - engines: { node: ">=8" } - - side-channel@1.0.6: - resolution: - { - integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==, - } - engines: { node: ">= 0.4" } - - signal-exit@4.1.0: - resolution: - { - integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, - } - engines: { node: ">=14" } - - simple-swizzle@0.2.2: - resolution: - { - integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==, - } - - slugify@1.6.6: - resolution: - { - integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==, - } - engines: { node: ">=8.0.0" } - - source-map-js@1.2.1: - resolution: - { - integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==, - } - engines: { node: ">=0.10.0" } - - source-map-support@0.5.21: - resolution: - { - integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, - } - - source-map@0.6.1: - resolution: - { - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, - } - engines: { node: ">=0.10.0" } - - stop-iteration-iterator@1.0.0: - resolution: - { - integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==, - } - engines: { node: ">= 0.4" } - - streamsearch@1.1.0: - resolution: - { - integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==, - } - engines: { node: ">=10.0.0" } - - string-width@4.2.3: - resolution: - { - integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, - } - engines: { node: ">=8" } - - string-width@5.1.2: - resolution: - { - integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, - } - engines: { node: ">=12" } - - string.prototype.includes@2.0.1: - resolution: - { - integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==, - } - engines: { node: ">= 0.4" } - - string.prototype.matchall@4.0.11: - resolution: - { - integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==, - } - engines: { node: ">= 0.4" } - - string.prototype.repeat@1.0.0: - resolution: - { - integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==, - } - - string.prototype.trim@1.2.9: - resolution: - { - integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==, - } - engines: { node: ">= 0.4" } - - string.prototype.trimend@1.0.8: - resolution: - { - integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==, - } - - string.prototype.trimstart@1.0.8: - resolution: - { - integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==, - } - engines: { node: ">= 0.4" } - - strip-ansi@6.0.1: - resolution: - { - integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, - } - engines: { node: ">=8" } - - strip-ansi@7.1.0: - resolution: - { - integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, - } - engines: { node: ">=12" } - - strip-bom@3.0.0: - resolution: - { - integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, - } - engines: { node: ">=4" } - - strip-json-comments@3.1.1: - resolution: - { - integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, - } - engines: { node: ">=8" } - - styled-jsx@5.1.6: - resolution: - { - integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==, - } - engines: { node: ">= 12.0.0" } - peerDependencies: - "@babel/core": "*" - babel-plugin-macros: "*" - react: ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" - peerDependenciesMeta: - "@babel/core": - optional: true - babel-plugin-macros: - optional: true - - sucrase@3.35.0: - resolution: - { - integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==, - } - engines: { node: ">=16 || 14 >=14.17" } - hasBin: true - - supports-color@7.2.0: - resolution: - { - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, - } - engines: { node: ">=8" } - - supports-preserve-symlinks-flag@1.0.0: - resolution: - { - integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, - } - engines: { node: ">= 0.4" } - - tailwind-merge@2.5.4: - resolution: - { - integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==, - } - - tailwindcss-animate@1.0.7: - resolution: - { - integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==, - } - peerDependencies: - tailwindcss: ">=3.0.0 || insiders" - - tailwindcss@3.4.14: - resolution: - { - integrity: sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==, - } - engines: { node: ">=14.0.0" } - hasBin: true - - tapable@2.2.1: - resolution: - { - integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, - } - engines: { node: ">=6" } - - text-table@0.2.0: - resolution: - { - integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, - } - - thenify-all@1.6.0: - resolution: - { - integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==, - } - engines: { node: ">=0.8" } - - thenify@3.3.1: - resolution: - { - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==, - } - - to-regex-range@5.0.1: - resolution: - { - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, - } - engines: { node: ">=8.0" } - - tr46@0.0.3: - resolution: - { - integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, - } - - ts-api-utils@1.3.0: - resolution: - { - integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==, - } - engines: { node: ">=16" } - peerDependencies: - typescript: ">=4.2.0" - - ts-interface-checker@0.1.13: - resolution: - { - integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==, - } - - tsconfig-paths@3.15.0: - resolution: - { - integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==, - } - - tslib@2.8.0: - resolution: - { - integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==, - } - - type-check@0.4.0: - resolution: - { - integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, - } - engines: { node: ">= 0.8.0" } - - type-fest@0.20.2: - resolution: - { - integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, - } - engines: { node: ">=10" } - - typed-array-buffer@1.0.2: - resolution: - { - integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==, - } - engines: { node: ">= 0.4" } - - typed-array-byte-length@1.0.1: - resolution: - { - integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==, - } - engines: { node: ">= 0.4" } - - typed-array-byte-offset@1.0.2: - resolution: - { - integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==, - } - engines: { node: ">= 0.4" } - - typed-array-length@1.0.6: - resolution: - { - integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==, - } - engines: { node: ">= 0.4" } - - types-react-dom@19.0.0-rc.1: - resolution: - { - integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==, - } - - types-react@19.0.0-rc.1: - resolution: - { - integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==, - } - - typescript@5.6.3: - resolution: - { - integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==, - } - engines: { node: ">=14.17" } - hasBin: true - - uhyphen@0.2.0: - resolution: - { - integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==, - } - - unbox-primitive@1.0.2: - resolution: - { - integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, - } - - undici-types@5.26.5: - resolution: - { - integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, - } - - undici-types@6.19.8: - resolution: - { - integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==, - } - - undici@5.28.4: - resolution: - { - integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==, - } - engines: { node: ">=14.0" } - - uri-js@4.4.1: - resolution: - { - integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, - } - - use-callback-ref@1.3.2: - resolution: - { - integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==, - } - engines: { node: ">=10" } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - - use-sidecar@1.1.2: - resolution: - { - integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==, - } - engines: { node: ">=10" } - peerDependencies: - "@types/react": npm:types-react@19.0.0-rc.1 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - - util-deprecate@1.0.2: - resolution: - { - integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, - } - - web-streams-polyfill@4.0.0-beta.3: - resolution: - { - integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==, - } - engines: { node: ">= 14" } - - webidl-conversions@3.0.1: - resolution: - { - integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, - } - - whatwg-url@5.0.0: - resolution: - { - integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, - } - - which-boxed-primitive@1.0.2: - resolution: - { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, - } - - which-builtin-type@1.1.4: - resolution: - { - integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==, - } - engines: { node: ">= 0.4" } - - which-collection@1.0.2: - resolution: - { - integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==, - } - engines: { node: ">= 0.4" } - - which-typed-array@1.1.15: - resolution: - { - integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==, - } - engines: { node: ">= 0.4" } - - which@2.0.2: - resolution: - { - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, - } - engines: { node: ">= 8" } - hasBin: true - - word-wrap@1.2.5: - resolution: - { - integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==, - } - engines: { node: ">=0.10.0" } - - wrap-ansi@7.0.0: - resolution: - { - integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, - } - engines: { node: ">=10" } - - wrap-ansi@8.1.0: - resolution: - { - integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, - } - engines: { node: ">=12" } - - wrappy@1.0.2: - resolution: - { - integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, - } - - ws@8.18.0: - resolution: - { - integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==, - } - engines: { node: ">=10.0.0" } - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - yaml@2.6.0: - resolution: - { - integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==, - } - engines: { node: ">= 14" } - hasBin: true - - yocto-queue@0.1.0: - resolution: - { - integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, - } - engines: { node: ">=10" } - - zod@3.23.8: - resolution: - { - integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==, - } - -snapshots: - "@alloc/quick-lru@5.2.0": {} - - "@drizzle-team/brocli@0.10.1": {} - - "@emnapi/runtime@1.3.1": - dependencies: - tslib: 2.8.0 - optional: true - - "@esbuild-kit/core-utils@3.3.2": - dependencies: - esbuild: 0.18.20 - source-map-support: 0.5.21 - - "@esbuild-kit/esm-loader@2.6.5": - dependencies: - "@esbuild-kit/core-utils": 3.3.2 - get-tsconfig: 4.8.1 - - "@esbuild/aix-ppc64@0.19.12": - optional: true - - "@esbuild/android-arm64@0.18.20": - optional: true - - "@esbuild/android-arm64@0.19.12": - optional: true - - "@esbuild/android-arm@0.18.20": - optional: true - - "@esbuild/android-arm@0.19.12": - optional: true - - "@esbuild/android-x64@0.18.20": - optional: true - - "@esbuild/android-x64@0.19.12": - optional: true - - "@esbuild/darwin-arm64@0.18.20": - optional: true - - "@esbuild/darwin-arm64@0.19.12": - optional: true - - "@esbuild/darwin-x64@0.18.20": - optional: true - - "@esbuild/darwin-x64@0.19.12": - optional: true - - "@esbuild/freebsd-arm64@0.18.20": - optional: true - - "@esbuild/freebsd-arm64@0.19.12": - optional: true - - "@esbuild/freebsd-x64@0.18.20": - optional: true - - "@esbuild/freebsd-x64@0.19.12": - optional: true - - "@esbuild/linux-arm64@0.18.20": - optional: true - - "@esbuild/linux-arm64@0.19.12": - optional: true - - "@esbuild/linux-arm@0.18.20": - optional: true - - "@esbuild/linux-arm@0.19.12": - optional: true - - "@esbuild/linux-ia32@0.18.20": - optional: true - - "@esbuild/linux-ia32@0.19.12": - optional: true - - "@esbuild/linux-loong64@0.18.20": - optional: true - - "@esbuild/linux-loong64@0.19.12": - optional: true - - "@esbuild/linux-mips64el@0.18.20": - optional: true - - "@esbuild/linux-mips64el@0.19.12": - optional: true - - "@esbuild/linux-ppc64@0.18.20": - optional: true - - "@esbuild/linux-ppc64@0.19.12": - optional: true - - "@esbuild/linux-riscv64@0.18.20": - optional: true - - "@esbuild/linux-riscv64@0.19.12": - optional: true - - "@esbuild/linux-s390x@0.18.20": - optional: true - - "@esbuild/linux-s390x@0.19.12": - optional: true - - "@esbuild/linux-x64@0.18.20": - optional: true - - "@esbuild/linux-x64@0.19.12": - optional: true - - "@esbuild/netbsd-x64@0.18.20": - optional: true - - "@esbuild/netbsd-x64@0.19.12": - optional: true - - "@esbuild/openbsd-x64@0.18.20": - optional: true - - "@esbuild/openbsd-x64@0.19.12": - optional: true - - "@esbuild/sunos-x64@0.18.20": - optional: true - - "@esbuild/sunos-x64@0.19.12": - optional: true - - "@esbuild/win32-arm64@0.18.20": - optional: true - - "@esbuild/win32-arm64@0.19.12": - optional: true - - "@esbuild/win32-ia32@0.18.20": - optional: true - - "@esbuild/win32-ia32@0.19.12": - optional: true - - "@esbuild/win32-x64@0.18.20": - optional: true - - "@esbuild/win32-x64@0.19.12": - optional: true - - "@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)": - dependencies: - eslint: 8.57.1 - eslint-visitor-keys: 3.4.3 - - "@eslint-community/regexpp@4.11.1": {} - - "@eslint/eslintrc@2.1.4": - dependencies: - ajv: 6.12.6 - debug: 4.3.7 - espree: 9.6.1 - globals: 13.24.0 - ignore: 5.3.2 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - - "@eslint/js@8.57.1": {} - - "@fastify/busboy@2.1.1": {} - - "@floating-ui/core@1.6.8": - dependencies: - "@floating-ui/utils": 0.2.8 - - "@floating-ui/dom@1.6.11": - dependencies: - "@floating-ui/core": 1.6.8 - "@floating-ui/utils": 0.2.8 - - "@floating-ui/react-dom@2.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)": - dependencies: - "@floating-ui/dom": 1.6.11 - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - - "@floating-ui/utils@0.2.8": {} - - "@humanwhocodes/config-array@0.13.0": - dependencies: - "@humanwhocodes/object-schema": 2.0.3 - debug: 4.3.7 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - - "@humanwhocodes/module-importer@1.0.1": {} - - "@humanwhocodes/object-schema@2.0.3": {} - - "@img/sharp-darwin-arm64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-darwin-arm64": 1.0.4 - optional: true - - "@img/sharp-darwin-x64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-darwin-x64": 1.0.4 - optional: true - - "@img/sharp-libvips-darwin-arm64@1.0.4": - optional: true - - "@img/sharp-libvips-darwin-x64@1.0.4": - optional: true - - "@img/sharp-libvips-linux-arm64@1.0.4": - optional: true - - "@img/sharp-libvips-linux-arm@1.0.5": - optional: true - - "@img/sharp-libvips-linux-s390x@1.0.4": - optional: true - - "@img/sharp-libvips-linux-x64@1.0.4": - optional: true - - "@img/sharp-libvips-linuxmusl-arm64@1.0.4": - optional: true - - "@img/sharp-libvips-linuxmusl-x64@1.0.4": - optional: true - - "@img/sharp-linux-arm64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linux-arm64": 1.0.4 - optional: true - - "@img/sharp-linux-arm@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linux-arm": 1.0.5 - optional: true - - "@img/sharp-linux-s390x@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linux-s390x": 1.0.4 - optional: true - - "@img/sharp-linux-x64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linux-x64": 1.0.4 - optional: true - - "@img/sharp-linuxmusl-arm64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linuxmusl-arm64": 1.0.4 - optional: true - - "@img/sharp-linuxmusl-x64@0.33.5": - optionalDependencies: - "@img/sharp-libvips-linuxmusl-x64": 1.0.4 - optional: true - - "@img/sharp-wasm32@0.33.5": - dependencies: - "@emnapi/runtime": 1.3.1 - optional: true - - "@img/sharp-win32-ia32@0.33.5": - optional: true - - "@img/sharp-win32-x64@0.33.5": - optional: true - - "@isaacs/cliui@8.0.2": - dependencies: - string-width: 5.1.2 - string-width-cjs: string-width@4.2.3 - strip-ansi: 7.1.0 - strip-ansi-cjs: strip-ansi@6.0.1 - wrap-ansi: 8.1.0 - wrap-ansi-cjs: wrap-ansi@7.0.0 - - "@jridgewell/gen-mapping@0.3.5": - dependencies: - "@jridgewell/set-array": 1.2.1 - "@jridgewell/sourcemap-codec": 1.5.0 - "@jridgewell/trace-mapping": 0.3.25 - - "@jridgewell/resolve-uri@3.1.2": {} - - "@jridgewell/set-array@1.2.1": {} - - "@jridgewell/sourcemap-codec@1.5.0": {} - - "@jridgewell/trace-mapping@0.3.25": - dependencies: - "@jridgewell/resolve-uri": 3.1.2 - "@jridgewell/sourcemap-codec": 1.5.0 - - "@neondatabase/serverless@0.9.5": - dependencies: - "@types/pg": 8.11.6 - - "@next/env@14.2.15": {} - - "@next/env@15.0.0-canary.200": {} - - "@next/eslint-plugin-next@15.0.0-rc.1": - dependencies: - fast-glob: 3.3.1 - - "@next/swc-darwin-arm64@15.0.0-canary.200": - optional: true - - "@next/swc-darwin-x64@15.0.0-canary.200": - optional: true - - "@next/swc-linux-arm64-gnu@15.0.0-canary.200": - optional: true - - "@next/swc-linux-arm64-musl@15.0.0-canary.200": - optional: true - - "@next/swc-linux-x64-gnu@15.0.0-canary.200": - optional: true - - "@next/swc-linux-x64-musl@15.0.0-canary.200": - optional: true - - "@next/swc-win32-arm64-msvc@15.0.0-canary.200": - optional: true - - "@next/swc-win32-x64-msvc@15.0.0-canary.200": - optional: true - - "@nodelib/fs.scandir@2.1.5": - dependencies: - "@nodelib/fs.stat": 2.0.5 - run-parallel: 1.2.0 - - "@nodelib/fs.stat@2.0.5": {} - - "@nodelib/fs.walk@1.2.8": - dependencies: - "@nodelib/fs.scandir": 2.1.5 - fastq: 1.17.1 - - "@nolyfill/is-core-module@1.0.39": {} - - "@pkgjs/parseargs@0.11.0": - optional: true - - "@radix-ui/number@1.1.0": {} - - "@radix-ui/primitive@1.1.0": {} - - "@radix-ui/react-arrow@1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-compose-refs@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-context@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-context@1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-direction@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-dismissable-layer@1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/primitive": 1.1.0 - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-escape-keydown": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-focus-guards@1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-focus-scope@1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-icons@1.3.0(react@19.0.0-rc-cd22717c-20241013)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - - "@radix-ui/react-id@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-label@2.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-popover@1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/primitive": 1.1.0 - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-context": 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-dismissable-layer": 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-focus-guards": 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-focus-scope": 1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-id": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-popper": 1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-portal": 1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-presence": 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-slot": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-controllable-state": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - aria-hidden: 1.2.4 - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - react-remove-scroll: 2.6.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-popper@1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@floating-ui/react-dom": 2.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - "@radix-ui/react-arrow": 1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-context": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-rect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-size": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/rect": 1.1.0 - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-portal@1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-presence@1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-primitive@2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-slot": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-scroll-area@1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/number": 1.1.0 - "@radix-ui/primitive": 1.1.0 - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-context": 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-direction": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-presence": 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-primitive": 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - "@types/react-dom": types-react-dom@19.0.0-rc.1 - - "@radix-ui/react-slot@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-compose-refs": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-callback-ref@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-controllable-state@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-escape-keydown@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-use-callback-ref": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-layout-effect@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-rect@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/rect": 1.1.0 - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/react-use-size@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)": - dependencies: - "@radix-ui/react-use-layout-effect": 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-cd22717c-20241013 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - "@radix-ui/rect@1.1.0": {} - - "@rtsao/scc@1.1.0": {} - - "@rushstack/eslint-patch@1.10.4": {} - - "@swc/counter@0.1.3": {} - - "@swc/helpers@0.5.13": - dependencies: - tslib: 2.8.0 - - "@types/bcryptjs@2.4.6": {} - - "@types/json5@0.0.29": {} - - "@types/node-fetch@2.6.11": - dependencies: - "@types/node": 20.16.12 - form-data: 4.0.1 - - "@types/node@18.19.56": - dependencies: - undici-types: 5.26.5 - - "@types/node@20.16.12": - dependencies: - undici-types: 6.19.8 - - "@types/pg@8.11.6": - dependencies: - "@types/node": 20.16.12 - pg-protocol: 1.7.0 - pg-types: 4.0.2 - - "@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)": - dependencies: - "@eslint-community/regexpp": 4.11.1 - "@typescript-eslint/parser": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - "@typescript-eslint/scope-manager": 8.10.0 - "@typescript-eslint/type-utils": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - "@typescript-eslint/utils": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - "@typescript-eslint/visitor-keys": 8.10.0 - eslint: 8.57.1 - graphemer: 1.4.0 - ignore: 5.3.2 - natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.6.3) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - "@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3)": - dependencies: - "@typescript-eslint/scope-manager": 8.10.0 - "@typescript-eslint/types": 8.10.0 - "@typescript-eslint/typescript-estree": 8.10.0(typescript@5.6.3) - "@typescript-eslint/visitor-keys": 8.10.0 - debug: 4.3.7 - eslint: 8.57.1 - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - "@typescript-eslint/scope-manager@8.10.0": - dependencies: - "@typescript-eslint/types": 8.10.0 - "@typescript-eslint/visitor-keys": 8.10.0 - - "@typescript-eslint/type-utils@8.10.0(eslint@8.57.1)(typescript@5.6.3)": - dependencies: - "@typescript-eslint/typescript-estree": 8.10.0(typescript@5.6.3) - "@typescript-eslint/utils": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - debug: 4.3.7 - ts-api-utils: 1.3.0(typescript@5.6.3) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - eslint - - supports-color - - "@typescript-eslint/types@8.10.0": {} - - "@typescript-eslint/typescript-estree@8.10.0(typescript@5.6.3)": - dependencies: - "@typescript-eslint/types": 8.10.0 - "@typescript-eslint/visitor-keys": 8.10.0 - debug: 4.3.7 - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.6.3) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - supports-color - - "@typescript-eslint/utils@8.10.0(eslint@8.57.1)(typescript@5.6.3)": - dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.1) - "@typescript-eslint/scope-manager": 8.10.0 - "@typescript-eslint/types": 8.10.0 - "@typescript-eslint/typescript-estree": 8.10.0(typescript@5.6.3) - eslint: 8.57.1 - transitivePeerDependencies: - - supports-color - - typescript - - "@typescript-eslint/visitor-keys@8.10.0": - dependencies: - "@typescript-eslint/types": 8.10.0 - eslint-visitor-keys: 3.4.3 - - "@ungap/structured-clone@1.2.0": {} - - "@upstash/core-analytics@0.0.10": - dependencies: - "@upstash/redis": 1.34.3 - - "@upstash/ratelimit@2.0.3": - dependencies: - "@upstash/core-analytics": 0.0.10 - - "@upstash/redis@1.34.3": - dependencies: - crypto-js: 4.2.0 - - "@vercel/analytics@1.3.1(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)": - dependencies: - server-only: 0.0.1 - optionalDependencies: - next: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - react: 19.0.0-rc-cd22717c-20241013 - - "@vercel/blob@0.25.1": - dependencies: - async-retry: 1.3.3 - bytes: 3.1.2 - is-buffer: 2.0.5 - undici: 5.28.4 - - "@vercel/functions@1.4.2": {} - - "@vercel/kv@3.0.0": - dependencies: - "@upstash/redis": 1.34.3 - - "@vercel/postgres@0.10.0": - dependencies: - "@neondatabase/serverless": 0.9.5 - bufferutil: 4.0.8 - ws: 8.18.0(bufferutil@4.0.8) - transitivePeerDependencies: - - utf-8-validate - - "@vercel/speed-insights@1.0.12(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)": - optionalDependencies: - next: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) - react: 19.0.0-rc-cd22717c-20241013 - - abort-controller@3.0.0: - dependencies: - event-target-shim: 5.0.1 - - acorn-jsx@5.3.2(acorn@8.13.0): - dependencies: - acorn: 8.13.0 - - acorn@8.13.0: {} - - agentkeepalive@4.5.0: - dependencies: - humanize-ms: 1.2.1 - - ajv@6.12.6: - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - - ansi-regex@5.0.1: {} - - ansi-regex@6.1.0: {} - - ansi-styles@4.3.0: - dependencies: - color-convert: 2.0.1 - - ansi-styles@6.2.1: {} - - any-promise@1.3.0: {} - - anymatch@3.1.3: - dependencies: - normalize-path: 3.0.0 - picomatch: 2.3.1 - - arg@5.0.2: {} - - argparse@2.0.1: {} - - aria-hidden@1.2.4: - dependencies: - tslib: 2.8.0 - - aria-query@5.1.3: - dependencies: - deep-equal: 2.2.3 - - array-buffer-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - is-array-buffer: 3.0.4 - - array-includes@3.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 - - array.prototype.findlast@1.2.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 - - array.prototype.findlastindex@1.2.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 - - array.prototype.flat@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.flatmap@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.tosorted@1.1.4: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 - - arraybuffer.prototype.slice@1.0.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - is-array-buffer: 3.0.4 - is-shared-array-buffer: 1.0.3 - - ast-types-flow@0.0.8: {} - - async-retry@1.3.3: - dependencies: - retry: 0.13.1 - - asynckit@0.4.0: {} - - available-typed-arrays@1.0.7: - dependencies: - possible-typed-array-names: 1.0.0 - - axe-core@4.10.1: {} - - axobject-query@4.1.0: {} - - balanced-match@1.0.2: {} - - bcryptjs@2.4.3: {} - - binary-extensions@2.3.0: {} - - boolbase@1.0.0: {} - - brace-expansion@1.1.11: - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 - - brace-expansion@2.0.1: - dependencies: - balanced-match: 1.0.2 - - braces@3.0.3: - dependencies: - fill-range: 7.1.1 - - buffer-from@1.1.2: {} - - bufferutil@4.0.8: - dependencies: - node-gyp-build: 4.8.2 - - busboy@1.6.0: - dependencies: - streamsearch: 1.1.0 - - bytes@3.1.2: {} - - call-bind@1.0.7: - dependencies: - es-define-property: 1.0.0 - es-errors: 1.3.0 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - set-function-length: 1.2.2 - - callsites@3.1.0: {} - - camelcase-css@2.0.1: {} - - caniuse-lite@1.0.30001669: {} - - chalk@4.1.2: - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - - chokidar@3.6.0: - dependencies: - anymatch: 3.1.3 - braces: 3.0.3 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - - class-variance-authority@0.7.0: - dependencies: - clsx: 2.0.0 - - client-only@0.0.1: {} - - clsx@2.0.0: {} - - clsx@2.1.1: {} - - color-convert@2.0.1: - dependencies: - color-name: 1.1.4 - - color-name@1.1.4: {} - - color-string@1.9.1: - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - optional: true - - color@4.2.3: - dependencies: - color-convert: 2.0.1 - color-string: 1.9.1 - optional: true - - combined-stream@1.0.8: - dependencies: - delayed-stream: 1.0.0 - - commander@4.1.1: {} - - concat-map@0.0.1: {} - - cross-spawn@7.0.3: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - - crypto-js@4.2.0: {} - - css-select@5.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 6.1.0 - domhandler: 5.0.3 - domutils: 3.1.0 - nth-check: 2.1.1 - - css-what@6.1.0: {} - - cssesc@3.0.0: {} - - cssom@0.5.0: {} - - csstype@3.1.3: {} - - damerau-levenshtein@1.0.8: {} - - data-view-buffer@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - data-view-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - data-view-byte-offset@1.0.0: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - debug@3.2.7: - dependencies: - ms: 2.1.3 - - debug@4.3.7: - dependencies: - ms: 2.1.3 - - deep-equal@2.2.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.4 - is-arguments: 1.1.1 - is-array-buffer: 3.0.4 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - isarray: 2.0.5 - object-is: 1.1.6 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.3 - side-channel: 1.0.6 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.15 - - deep-is@0.1.4: {} - - define-data-property@1.1.4: - dependencies: - es-define-property: 1.0.0 - es-errors: 1.3.0 - gopd: 1.0.1 - - define-properties@1.2.1: - dependencies: - define-data-property: 1.1.4 - has-property-descriptors: 1.0.2 - object-keys: 1.1.1 - - delayed-stream@1.0.0: {} - - detect-libc@2.0.3: - optional: true - - detect-node-es@1.1.0: {} - - didyoumean@1.2.2: {} - - dlv@1.1.3: {} - - doctrine@2.1.0: - dependencies: - esutils: 2.0.3 - - doctrine@3.0.0: - dependencies: - esutils: 2.0.3 - - dom-serializer@2.0.0: - dependencies: - domelementtype: 2.3.0 - domhandler: 5.0.3 - entities: 4.5.0 - - domelementtype@2.3.0: {} - - domhandler@5.0.3: - dependencies: - domelementtype: 2.3.0 - - domutils@3.1.0: - dependencies: - dom-serializer: 2.0.0 - domelementtype: 2.3.0 - domhandler: 5.0.3 - - drizzle-kit@0.26.2: - dependencies: - "@drizzle-team/brocli": 0.10.1 - "@esbuild-kit/esm-loader": 2.6.5 - esbuild: 0.19.12 - esbuild-register: 3.6.0(esbuild@0.19.12) - transitivePeerDependencies: - - supports-color - - drizzle-orm@0.35.1(@neondatabase/serverless@0.9.5)(@types/pg@8.11.6)(@vercel/postgres@0.10.0)(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - optionalDependencies: - "@neondatabase/serverless": 0.9.5 - "@types/pg": 8.11.6 - "@types/react": types-react@19.0.0-rc.1 - "@vercel/postgres": 0.10.0 - react: 19.0.0-rc-cd22717c-20241013 - - eastasianwidth@0.2.0: {} - - effect@3.9.2: {} - - emoji-regex@8.0.0: {} - - emoji-regex@9.2.2: {} - - enhanced-resolve@5.17.1: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.2.1 - - entities@4.5.0: {} - - es-abstract@1.23.3: - dependencies: - array-buffer-byte-length: 1.0.1 - arraybuffer.prototype.slice: 1.0.3 - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - data-view-buffer: 1.0.1 - data-view-byte-length: 1.0.1 - data-view-byte-offset: 1.0.0 - es-define-property: 1.0.0 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-set-tostringtag: 2.0.3 - es-to-primitive: 1.2.1 - function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 - get-symbol-description: 1.0.2 - globalthis: 1.0.4 - gopd: 1.0.1 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - hasown: 2.0.2 - internal-slot: 1.0.7 - is-array-buffer: 3.0.4 - is-callable: 1.2.7 - is-data-view: 1.0.1 - is-negative-zero: 2.0.3 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 - is-typed-array: 1.1.13 - is-weakref: 1.0.2 - object-inspect: 1.13.2 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.3 - safe-array-concat: 1.1.2 - safe-regex-test: 1.0.3 - string.prototype.trim: 1.2.9 - string.prototype.trimend: 1.0.8 - string.prototype.trimstart: 1.0.8 - typed-array-buffer: 1.0.2 - typed-array-byte-length: 1.0.1 - typed-array-byte-offset: 1.0.2 - typed-array-length: 1.0.6 - unbox-primitive: 1.0.2 - which-typed-array: 1.1.15 - - es-define-property@1.0.0: - dependencies: - get-intrinsic: 1.2.4 - - es-errors@1.3.0: {} - - es-get-iterator@1.1.3: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - is-arguments: 1.1.1 - is-map: 2.0.3 - is-set: 2.0.3 - is-string: 1.0.7 - isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 - - es-iterator-helpers@1.1.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-set-tostringtag: 2.0.3 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - globalthis: 1.0.4 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - iterator.prototype: 1.1.3 - safe-array-concat: 1.1.2 - - es-object-atoms@1.0.0: - dependencies: - es-errors: 1.3.0 - - es-set-tostringtag@2.0.3: - dependencies: - get-intrinsic: 1.2.4 - has-tostringtag: 1.0.2 - hasown: 2.0.2 - - es-shim-unscopables@1.0.2: - dependencies: - hasown: 2.0.2 - - es-to-primitive@1.2.1: - dependencies: - is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - - esbuild-register@3.6.0(esbuild@0.19.12): - dependencies: - debug: 4.3.7 - esbuild: 0.19.12 - transitivePeerDependencies: - - supports-color - - esbuild@0.18.20: - optionalDependencies: - "@esbuild/android-arm": 0.18.20 - "@esbuild/android-arm64": 0.18.20 - "@esbuild/android-x64": 0.18.20 - "@esbuild/darwin-arm64": 0.18.20 - "@esbuild/darwin-x64": 0.18.20 - "@esbuild/freebsd-arm64": 0.18.20 - "@esbuild/freebsd-x64": 0.18.20 - "@esbuild/linux-arm": 0.18.20 - "@esbuild/linux-arm64": 0.18.20 - "@esbuild/linux-ia32": 0.18.20 - "@esbuild/linux-loong64": 0.18.20 - "@esbuild/linux-mips64el": 0.18.20 - "@esbuild/linux-ppc64": 0.18.20 - "@esbuild/linux-riscv64": 0.18.20 - "@esbuild/linux-s390x": 0.18.20 - "@esbuild/linux-x64": 0.18.20 - "@esbuild/netbsd-x64": 0.18.20 - "@esbuild/openbsd-x64": 0.18.20 - "@esbuild/sunos-x64": 0.18.20 - "@esbuild/win32-arm64": 0.18.20 - "@esbuild/win32-ia32": 0.18.20 - "@esbuild/win32-x64": 0.18.20 - - esbuild@0.19.12: - optionalDependencies: - "@esbuild/aix-ppc64": 0.19.12 - "@esbuild/android-arm": 0.19.12 - "@esbuild/android-arm64": 0.19.12 - "@esbuild/android-x64": 0.19.12 - "@esbuild/darwin-arm64": 0.19.12 - "@esbuild/darwin-x64": 0.19.12 - "@esbuild/freebsd-arm64": 0.19.12 - "@esbuild/freebsd-x64": 0.19.12 - "@esbuild/linux-arm": 0.19.12 - "@esbuild/linux-arm64": 0.19.12 - "@esbuild/linux-ia32": 0.19.12 - "@esbuild/linux-loong64": 0.19.12 - "@esbuild/linux-mips64el": 0.19.12 - "@esbuild/linux-ppc64": 0.19.12 - "@esbuild/linux-riscv64": 0.19.12 - "@esbuild/linux-s390x": 0.19.12 - "@esbuild/linux-x64": 0.19.12 - "@esbuild/netbsd-x64": 0.19.12 - "@esbuild/openbsd-x64": 0.19.12 - "@esbuild/sunos-x64": 0.19.12 - "@esbuild/win32-arm64": 0.19.12 - "@esbuild/win32-ia32": 0.19.12 - "@esbuild/win32-x64": 0.19.12 - - escape-string-regexp@4.0.0: {} - - eslint-config-next@15.0.0-rc.1(eslint@8.57.1)(typescript@5.6.3): - dependencies: - "@next/eslint-plugin-next": 15.0.0-rc.1 - "@rushstack/eslint-patch": 1.10.4 - "@typescript-eslint/eslint-plugin": 8.10.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) - "@typescript-eslint/parser": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) - eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1) - eslint-plugin-react: 7.37.1(eslint@8.57.1) - eslint-plugin-react-hooks: 5.0.0(eslint@8.57.1) - optionalDependencies: - typescript: 5.6.3 - transitivePeerDependencies: - - eslint-import-resolver-webpack - - eslint-plugin-import-x - - supports-color - - eslint-import-resolver-node@0.3.9: - dependencies: - debug: 3.2.7 - is-core-module: 2.15.1 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1): - dependencies: - "@nolyfill/is-core-module": 1.0.39 - debug: 4.3.7 - enhanced-resolve: 5.17.1 - eslint: 8.57.1 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) - fast-glob: 3.3.2 - get-tsconfig: 4.8.1 - is-bun-module: 1.2.1 - is-glob: 4.0.3 - optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) - transitivePeerDependencies: - - "@typescript-eslint/parser" - - eslint-import-resolver-node - - eslint-import-resolver-webpack - - supports-color - - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): - dependencies: - debug: 3.2.7 - optionalDependencies: - "@typescript-eslint/parser": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) - transitivePeerDependencies: - - supports-color - - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): - dependencies: - "@rtsao/scc": 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 8.57.1 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) - hasown: 2.0.2 - is-core-module: 2.15.1 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - string.prototype.trimend: 1.0.8 - tsconfig-paths: 3.15.0 - optionalDependencies: - "@typescript-eslint/parser": 8.10.0(eslint@8.57.1)(typescript@5.6.3) - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - - eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.1): - dependencies: - aria-query: 5.1.3 - array-includes: 3.1.8 - array.prototype.flatmap: 1.3.2 - ast-types-flow: 0.0.8 - axe-core: 4.10.1 - axobject-query: 4.1.0 - damerau-levenshtein: 1.0.8 - emoji-regex: 9.2.2 - es-iterator-helpers: 1.1.0 - eslint: 8.57.1 - hasown: 2.0.2 - jsx-ast-utils: 3.3.5 - language-tags: 1.0.9 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - safe-regex-test: 1.0.3 - string.prototype.includes: 2.0.1 - - eslint-plugin-react-hooks@5.0.0(eslint@8.57.1): - dependencies: - eslint: 8.57.1 - - eslint-plugin-react@7.37.1(eslint@8.57.1): - dependencies: - array-includes: 3.1.8 - array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.2 - array.prototype.tosorted: 1.1.4 - doctrine: 2.1.0 - es-iterator-helpers: 1.1.0 - eslint: 8.57.1 - estraverse: 5.3.0 - hasown: 2.0.2 - jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 - object.entries: 1.1.8 - object.fromentries: 2.0.8 - object.values: 1.2.0 - prop-types: 15.8.1 - resolve: 2.0.0-next.5 - semver: 6.3.1 - string.prototype.matchall: 4.0.11 - string.prototype.repeat: 1.0.0 - - eslint-scope@7.2.2: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - - eslint-visitor-keys@3.4.3: {} - - eslint@8.57.1: - dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.1) - "@eslint-community/regexpp": 4.11.1 - "@eslint/eslintrc": 2.1.4 - "@eslint/js": 8.57.1 - "@humanwhocodes/config-array": 0.13.0 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.7 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - esquery: 1.6.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - find-up: 5.0.0 - glob-parent: 6.0.2 - globals: 13.24.0 - graphemer: 1.4.0 - ignore: 5.3.2 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - is-path-inside: 3.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.4 - strip-ansi: 6.0.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - - espree@9.6.1: - dependencies: - acorn: 8.13.0 - acorn-jsx: 5.3.2(acorn@8.13.0) - eslint-visitor-keys: 3.4.3 - - esquery@1.6.0: - dependencies: - estraverse: 5.3.0 - - esrecurse@4.3.0: - dependencies: - estraverse: 5.3.0 - - estraverse@5.3.0: {} - - esutils@2.0.3: {} - - event-target-shim@5.0.1: {} - - fast-deep-equal@3.1.3: {} - - fast-glob@3.3.1: - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.8 - - fast-glob@3.3.2: - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.8 - - fast-json-stable-stringify@2.1.0: {} - - fast-levenshtein@2.0.6: {} - - fastq@1.17.1: - dependencies: - reusify: 1.0.4 - - file-entry-cache@6.0.1: - dependencies: - flat-cache: 3.2.0 - - fill-range@7.1.1: - dependencies: - to-regex-range: 5.0.1 - - find-up@5.0.0: - dependencies: - locate-path: 6.0.0 - path-exists: 4.0.0 - - flat-cache@3.2.0: - dependencies: - flatted: 3.3.1 - keyv: 4.5.4 - rimraf: 3.0.2 - - flatted@3.3.1: {} - - for-each@0.3.3: - dependencies: - is-callable: 1.2.7 - - foreground-child@3.3.0: - dependencies: - cross-spawn: 7.0.3 - signal-exit: 4.1.0 - - form-data-encoder@1.7.2: {} - - form-data@4.0.1: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - - formdata-node@4.4.1: - dependencies: - node-domexception: 1.0.0 - web-streams-polyfill: 4.0.0-beta.3 - - fs.realpath@1.0.0: {} - - fsevents@2.3.3: - optional: true - - function-bind@1.1.2: {} - - function.prototype.name@1.1.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - functions-have-names: 1.2.3 - - functions-have-names@1.2.3: {} - - get-intrinsic@1.2.4: - dependencies: - es-errors: 1.3.0 - function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - hasown: 2.0.2 - - get-nonce@1.0.1: {} - - get-symbol-description@1.0.2: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - - get-tsconfig@4.8.1: - dependencies: - resolve-pkg-maps: 1.0.0 - - glob-parent@5.1.2: - dependencies: - is-glob: 4.0.3 - - glob-parent@6.0.2: - dependencies: - is-glob: 4.0.3 - - glob@10.4.5: - dependencies: - foreground-child: 3.3.0 - jackspeak: 3.4.3 - minimatch: 9.0.5 - minipass: 7.1.2 - package-json-from-dist: 1.0.1 - path-scurry: 1.11.1 - - glob@7.2.3: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - - globals@13.24.0: - dependencies: - type-fest: 0.20.2 - - globalthis@1.0.4: - dependencies: - define-properties: 1.2.1 - gopd: 1.0.1 - - gopd@1.0.1: - dependencies: - get-intrinsic: 1.2.4 - - graceful-fs@4.2.11: {} - - graphemer@1.4.0: {} - - has-bigints@1.0.2: {} - - has-flag@4.0.0: {} - - has-property-descriptors@1.0.2: - dependencies: - es-define-property: 1.0.0 - - has-proto@1.0.3: {} - - has-symbols@1.0.3: {} - - has-tostringtag@1.0.2: - dependencies: - has-symbols: 1.0.3 - - hasown@2.0.2: - dependencies: - function-bind: 1.1.2 - - html-escaper@3.0.3: {} - - htmlparser2@9.1.0: - dependencies: - domelementtype: 2.3.0 - domhandler: 5.0.3 - domutils: 3.1.0 - entities: 4.5.0 - - humanize-ms@1.2.1: - dependencies: - ms: 2.1.3 - - ignore@5.3.2: {} - - import-fresh@3.3.0: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - - imurmurhash@0.1.4: {} - - inflight@1.0.6: - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - - inherits@2.0.4: {} - - internal-slot@1.0.7: - dependencies: - es-errors: 1.3.0 - hasown: 2.0.2 - side-channel: 1.0.6 - - invariant@2.2.4: - dependencies: - loose-envify: 1.4.0 - - is-arguments@1.1.1: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - - is-array-buffer@3.0.4: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - - is-arrayish@0.3.2: - optional: true - - is-async-function@2.0.0: - dependencies: - has-tostringtag: 1.0.2 - - is-bigint@1.0.4: - dependencies: - has-bigints: 1.0.2 - - is-binary-path@2.1.0: - dependencies: - binary-extensions: 2.3.0 - - is-boolean-object@1.1.2: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - - is-buffer@2.0.5: {} - - is-bun-module@1.2.1: - dependencies: - semver: 7.6.3 - - is-callable@1.2.7: {} - - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - - is-data-view@1.0.1: - dependencies: - is-typed-array: 1.1.13 - - is-date-object@1.0.5: - dependencies: - has-tostringtag: 1.0.2 - - is-extglob@2.1.1: {} - - is-finalizationregistry@1.0.2: - dependencies: - call-bind: 1.0.7 - - is-fullwidth-code-point@3.0.0: {} - - is-generator-function@1.0.10: - dependencies: - has-tostringtag: 1.0.2 - - is-glob@4.0.3: - dependencies: - is-extglob: 2.1.1 - - is-map@2.0.3: {} - - is-negative-zero@2.0.3: {} - - is-number-object@1.0.7: - dependencies: - has-tostringtag: 1.0.2 - - is-number@7.0.0: {} - - is-path-inside@3.0.3: {} - - is-regex@1.1.4: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - - is-set@2.0.3: {} - - is-shared-array-buffer@1.0.3: - dependencies: - call-bind: 1.0.7 - - is-string@1.0.7: - dependencies: - has-tostringtag: 1.0.2 - - is-symbol@1.0.4: - dependencies: - has-symbols: 1.0.3 - - is-typed-array@1.1.13: - dependencies: - which-typed-array: 1.1.15 - - is-weakmap@2.0.2: {} - - is-weakref@1.0.2: - dependencies: - call-bind: 1.0.7 - - is-weakset@2.0.3: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - - isarray@2.0.5: {} - - isexe@2.0.0: {} - - iterator.prototype@1.1.3: - dependencies: - define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.6 - set-function-name: 2.0.2 - - jackspeak@3.4.3: - dependencies: - "@isaacs/cliui": 8.0.2 - optionalDependencies: - "@pkgjs/parseargs": 0.11.0 - - jiti@1.21.6: {} - - jose@5.9.4: {} - - js-tokens@4.0.0: {} - - js-yaml@4.1.0: - dependencies: - argparse: 2.0.1 - - json-buffer@3.0.1: {} - - json-schema-traverse@0.4.1: {} - - json-stable-stringify-without-jsonify@1.0.1: {} - - json5@1.0.2: - dependencies: - minimist: 1.2.8 - - jsx-ast-utils@3.3.5: - dependencies: - array-includes: 3.1.8 - array.prototype.flat: 1.3.2 - object.assign: 4.1.5 - object.values: 1.2.0 - - keyv@4.5.4: - dependencies: - json-buffer: 3.0.1 - - language-subtag-registry@0.3.23: {} - - language-tags@1.0.9: - dependencies: - language-subtag-registry: 0.3.23 - - levn@0.4.1: - dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 - - lilconfig@2.1.0: {} - - lilconfig@3.1.2: {} - - lines-and-columns@1.2.4: {} - - linkedom@0.18.5: - dependencies: - css-select: 5.1.0 - cssom: 0.5.0 - html-escaper: 3.0.3 - htmlparser2: 9.1.0 - uhyphen: 0.2.0 - - locate-path@6.0.0: - dependencies: - p-locate: 5.0.0 - - lodash.merge@4.6.2: {} - - loose-envify@1.4.0: - dependencies: - js-tokens: 4.0.0 - - lru-cache@10.4.3: {} - - lucide-react@0.453.0(react@19.0.0-rc-cd22717c-20241013): - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - - merge2@1.4.1: {} - - micromatch@4.0.8: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - - mime-db@1.52.0: {} - - mime-types@2.1.35: - dependencies: - mime-db: 1.52.0 - - minimatch@3.1.2: - dependencies: - brace-expansion: 1.1.11 - - minimatch@9.0.5: - dependencies: - brace-expansion: 2.0.1 - - minimist@1.2.8: {} - - minipass@7.1.2: {} - - ms@2.1.3: {} - - mz@2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - - nanoid@3.3.7: {} - - natural-compare@1.4.0: {} - - next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013): - dependencies: - "@next/env": 15.0.0-canary.200 - "@swc/counter": 0.1.3 - "@swc/helpers": 0.5.13 - busboy: 1.6.0 - caniuse-lite: 1.0.30001669 - postcss: 8.4.31 - react: 19.0.0-rc-cd22717c-20241013 - react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) - styled-jsx: 5.1.6(react@19.0.0-rc-cd22717c-20241013) - optionalDependencies: - "@next/swc-darwin-arm64": 15.0.0-canary.200 - "@next/swc-darwin-x64": 15.0.0-canary.200 - "@next/swc-linux-arm64-gnu": 15.0.0-canary.200 - "@next/swc-linux-arm64-musl": 15.0.0-canary.200 - "@next/swc-linux-x64-gnu": 15.0.0-canary.200 - "@next/swc-linux-x64-musl": 15.0.0-canary.200 - "@next/swc-win32-arm64-msvc": 15.0.0-canary.200 - "@next/swc-win32-x64-msvc": 15.0.0-canary.200 - sharp: 0.33.5 - transitivePeerDependencies: - - "@babel/core" - - babel-plugin-macros - - node-domexception@1.0.0: {} - - node-fetch@2.7.0: - dependencies: - whatwg-url: 5.0.0 - - node-gyp-build@4.8.2: {} - - normalize-path@3.0.0: {} - - nth-check@2.1.1: - dependencies: - boolbase: 1.0.0 - - object-assign@4.1.1: {} - - object-hash@3.0.0: {} - - object-inspect@1.13.2: {} - - object-is@1.1.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - - object-keys@1.1.1: {} - - object.assign@4.1.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - has-symbols: 1.0.3 - object-keys: 1.1.1 - - object.entries@1.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - - object.fromentries@2.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - - object.groupby@1.0.3: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - - object.values@1.2.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - - obuf@1.1.2: {} - - once@1.4.0: - dependencies: - wrappy: 1.0.2 - - openai@4.68.0(zod@3.23.8): - dependencies: - "@types/node": 18.19.56 - "@types/node-fetch": 2.6.11 - abort-controller: 3.0.0 - agentkeepalive: 4.5.0 - form-data-encoder: 1.7.2 - formdata-node: 4.4.1 - node-fetch: 2.7.0 - optionalDependencies: - zod: 3.23.8 - transitivePeerDependencies: - - encoding - - optionator@0.9.4: - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.5 - - p-limit@3.1.0: - dependencies: - yocto-queue: 0.1.0 - - p-locate@5.0.0: - dependencies: - p-limit: 3.1.0 - - package-json-from-dist@1.0.1: {} - - parent-module@1.0.1: - dependencies: - callsites: 3.1.0 - - path-exists@4.0.0: {} - - path-is-absolute@1.0.1: {} - - path-key@3.1.1: {} - - path-parse@1.0.7: {} - - path-scurry@1.11.1: - dependencies: - lru-cache: 10.4.3 - minipass: 7.1.2 - - pg-int8@1.0.1: {} - - pg-numeric@1.0.2: {} - - pg-protocol@1.7.0: {} - - pg-types@4.0.2: - dependencies: - pg-int8: 1.0.1 - pg-numeric: 1.0.2 - postgres-array: 3.0.2 - postgres-bytea: 3.0.0 - postgres-date: 2.1.0 - postgres-interval: 3.0.0 - postgres-range: 1.1.4 - - picocolors@1.1.1: {} - - picomatch@2.3.1: {} - - pify@2.3.0: {} - - pirates@4.0.6: {} - - possible-typed-array-names@1.0.0: {} - - postcss-hover-media-feature@1.0.2(postcss@8.4.47): - dependencies: - postcss: 8.4.47 - postcss-selector-parser: 6.1.2 - - postcss-import@15.1.0(postcss@8.4.47): - dependencies: - postcss: 8.4.47 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.8 - - postcss-js@4.0.1(postcss@8.4.47): - dependencies: - camelcase-css: 2.0.1 - postcss: 8.4.47 - - postcss-load-config@4.0.2(postcss@8.4.47): - dependencies: - lilconfig: 3.1.2 - yaml: 2.6.0 - optionalDependencies: - postcss: 8.4.47 - - postcss-nested@6.2.0(postcss@8.4.47): - dependencies: - postcss: 8.4.47 - postcss-selector-parser: 6.1.2 - - postcss-selector-parser@6.1.2: - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - - postcss-value-parser@4.2.0: {} - - postcss@8.4.31: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.1 - source-map-js: 1.2.1 - - postcss@8.4.47: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.1 - source-map-js: 1.2.1 - - postgres-array@3.0.2: {} - - postgres-bytea@3.0.0: - dependencies: - obuf: 1.1.2 - - postgres-date@2.1.0: {} - - postgres-interval@3.0.0: {} - - postgres-range@1.1.4: {} - - prelude-ls@1.2.1: {} - - prettier-plugin-tailwindcss@0.6.8(prettier@3.3.3): - dependencies: - prettier: 3.3.3 - - prettier@3.3.3: {} - - prop-types@15.8.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - - punycode@2.3.1: {} - - queue-microtask@1.2.3: {} - - react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013): - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - scheduler: 0.25.0-rc-cd22717c-20241013 - - react-is@16.13.1: {} - - react-remove-scroll-bar@2.3.6(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - react-style-singleton: 2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - tslib: 2.8.0 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - react-remove-scroll@2.6.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - react-remove-scroll-bar: 2.3.6(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - react-style-singleton: 2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - tslib: 2.8.0 - use-callback-ref: 1.3.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - use-sidecar: 1.1.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - react-style-singleton@2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - dependencies: - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 19.0.0-rc-cd22717c-20241013 - tslib: 2.8.0 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - react@19.0.0-rc-cd22717c-20241013: {} - - read-cache@1.0.0: - dependencies: - pify: 2.3.0 - - readdirp@3.6.0: - dependencies: - picomatch: 2.3.1 - - reflect.getprototypeof@1.0.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - globalthis: 1.0.4 - which-builtin-type: 1.1.4 - - regexp.prototype.flags@1.5.3: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-errors: 1.3.0 - set-function-name: 2.0.2 - - resolve-from@4.0.0: {} - - resolve-pkg-maps@1.0.0: {} - - resolve@1.22.8: - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - - resolve@2.0.0-next.5: - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - - retry@0.13.1: {} - - reusify@1.0.4: {} - - rimraf@3.0.2: - dependencies: - glob: 7.2.3 - - run-parallel@1.2.0: - dependencies: - queue-microtask: 1.2.3 - - safe-array-concat@1.1.2: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - isarray: 2.0.5 - - safe-regex-test@1.0.3: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-regex: 1.1.4 - - scheduler@0.25.0-rc-cd22717c-20241013: {} - - semver@6.3.1: {} - - semver@7.6.3: {} - - server-only@0.0.1: {} - - set-function-length@1.2.2: - dependencies: - define-data-property: 1.1.4 - es-errors: 1.3.0 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.0.1 - has-property-descriptors: 1.0.2 - - set-function-name@2.0.2: - dependencies: - define-data-property: 1.1.4 - es-errors: 1.3.0 - functions-have-names: 1.2.3 - has-property-descriptors: 1.0.2 - - sharp@0.33.5: - dependencies: - color: 4.2.3 - detect-libc: 2.0.3 - semver: 7.6.3 - optionalDependencies: - "@img/sharp-darwin-arm64": 0.33.5 - "@img/sharp-darwin-x64": 0.33.5 - "@img/sharp-libvips-darwin-arm64": 1.0.4 - "@img/sharp-libvips-darwin-x64": 1.0.4 - "@img/sharp-libvips-linux-arm": 1.0.5 - "@img/sharp-libvips-linux-arm64": 1.0.4 - "@img/sharp-libvips-linux-s390x": 1.0.4 - "@img/sharp-libvips-linux-x64": 1.0.4 - "@img/sharp-libvips-linuxmusl-arm64": 1.0.4 - "@img/sharp-libvips-linuxmusl-x64": 1.0.4 - "@img/sharp-linux-arm": 0.33.5 - "@img/sharp-linux-arm64": 0.33.5 - "@img/sharp-linux-s390x": 0.33.5 - "@img/sharp-linux-x64": 0.33.5 - "@img/sharp-linuxmusl-arm64": 0.33.5 - "@img/sharp-linuxmusl-x64": 0.33.5 - "@img/sharp-wasm32": 0.33.5 - "@img/sharp-win32-ia32": 0.33.5 - "@img/sharp-win32-x64": 0.33.5 - optional: true - - shebang-command@2.0.0: - dependencies: - shebang-regex: 3.0.0 - - shebang-regex@3.0.0: {} - - side-channel@1.0.6: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - object-inspect: 1.13.2 - - signal-exit@4.1.0: {} - - simple-swizzle@0.2.2: - dependencies: - is-arrayish: 0.3.2 - optional: true - - slugify@1.6.6: {} - - source-map-js@1.2.1: {} - - source-map-support@0.5.21: - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - - source-map@0.6.1: {} - - stop-iteration-iterator@1.0.0: - dependencies: - internal-slot: 1.0.7 - - streamsearch@1.1.0: {} - - string-width@4.2.3: - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.1 - - string-width@5.1.2: - dependencies: - eastasianwidth: 0.2.0 - emoji-regex: 9.2.2 - strip-ansi: 7.1.0 - - string.prototype.includes@2.0.1: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - - string.prototype.matchall@4.0.11: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - regexp.prototype.flags: 1.5.3 - set-function-name: 2.0.2 - side-channel: 1.0.6 - - string.prototype.repeat@1.0.0: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.3 - - string.prototype.trim@1.2.9: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - - string.prototype.trimend@1.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - - string.prototype.trimstart@1.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - - strip-ansi@6.0.1: - dependencies: - ansi-regex: 5.0.1 - - strip-ansi@7.1.0: - dependencies: - ansi-regex: 6.1.0 - - strip-bom@3.0.0: {} - - strip-json-comments@3.1.1: {} - - styled-jsx@5.1.6(react@19.0.0-rc-cd22717c-20241013): - dependencies: - client-only: 0.0.1 - react: 19.0.0-rc-cd22717c-20241013 - - sucrase@3.35.0: - dependencies: - "@jridgewell/gen-mapping": 0.3.5 - commander: 4.1.1 - glob: 10.4.5 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.6 - ts-interface-checker: 0.1.13 - - supports-color@7.2.0: - dependencies: - has-flag: 4.0.0 - - supports-preserve-symlinks-flag@1.0.0: {} - - tailwind-merge@2.5.4: {} - - tailwindcss-animate@1.0.7(tailwindcss@3.4.14): - dependencies: - tailwindcss: 3.4.14 - - tailwindcss@3.4.14: - dependencies: - "@alloc/quick-lru": 5.2.0 - arg: 5.0.2 - chokidar: 3.6.0 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.2 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.21.6 - lilconfig: 2.1.0 - micromatch: 4.0.8 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.1.1 - postcss: 8.4.47 - postcss-import: 15.1.0(postcss@8.4.47) - postcss-js: 4.0.1(postcss@8.4.47) - postcss-load-config: 4.0.2(postcss@8.4.47) - postcss-nested: 6.2.0(postcss@8.4.47) - postcss-selector-parser: 6.1.2 - resolve: 1.22.8 - sucrase: 3.35.0 - transitivePeerDependencies: - - ts-node - - tapable@2.2.1: {} - - text-table@0.2.0: {} - - thenify-all@1.6.0: - dependencies: - thenify: 3.3.1 - - thenify@3.3.1: - dependencies: - any-promise: 1.3.0 - - to-regex-range@5.0.1: - dependencies: - is-number: 7.0.0 - - tr46@0.0.3: {} - - ts-api-utils@1.3.0(typescript@5.6.3): - dependencies: - typescript: 5.6.3 - - ts-interface-checker@0.1.13: {} - - tsconfig-paths@3.15.0: - dependencies: - "@types/json5": 0.0.29 - json5: 1.0.2 - minimist: 1.2.8 - strip-bom: 3.0.0 - - tslib@2.8.0: {} - - type-check@0.4.0: - dependencies: - prelude-ls: 1.2.1 - - type-fest@0.20.2: {} - - typed-array-buffer@1.0.2: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-typed-array: 1.1.13 - - typed-array-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - - typed-array-byte-offset@1.0.2: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - - typed-array-length@1.0.6: - dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - possible-typed-array-names: 1.0.0 - - types-react-dom@19.0.0-rc.1: - dependencies: - "@types/react": types-react@19.0.0-rc.1 - - types-react@19.0.0-rc.1: - dependencies: - csstype: 3.1.3 - - typescript@5.6.3: {} - - uhyphen@0.2.0: {} - - unbox-primitive@1.0.2: - dependencies: - call-bind: 1.0.7 - has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 - - undici-types@5.26.5: {} - - undici-types@6.19.8: {} - - undici@5.28.4: - dependencies: - "@fastify/busboy": 2.1.1 - - uri-js@4.4.1: - dependencies: - punycode: 2.3.1 - - use-callback-ref@1.3.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - dependencies: - react: 19.0.0-rc-cd22717c-20241013 - tslib: 2.8.0 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - use-sidecar@1.1.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): - dependencies: - detect-node-es: 1.1.0 - react: 19.0.0-rc-cd22717c-20241013 - tslib: 2.8.0 - optionalDependencies: - "@types/react": types-react@19.0.0-rc.1 - - util-deprecate@1.0.2: {} - - web-streams-polyfill@4.0.0-beta.3: {} - - webidl-conversions@3.0.1: {} - - whatwg-url@5.0.0: - dependencies: - tr46: 0.0.3 - webidl-conversions: 3.0.1 - - which-boxed-primitive@1.0.2: - dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 - - which-builtin-type@1.1.4: - dependencies: - function.prototype.name: 1.1.6 - has-tostringtag: 1.0.2 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.15 - - which-collection@1.0.2: - dependencies: - is-map: 2.0.3 - is-set: 2.0.3 - is-weakmap: 2.0.2 - is-weakset: 2.0.3 - - which-typed-array@1.1.15: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.2 - - which@2.0.2: - dependencies: - isexe: 2.0.0 - - word-wrap@1.2.5: {} - - wrap-ansi@7.0.0: - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - - wrap-ansi@8.1.0: - dependencies: - ansi-styles: 6.2.1 - string-width: 5.1.2 - strip-ansi: 7.1.0 - - wrappy@1.0.2: {} - - ws@8.18.0(bufferutil@4.0.8): - optionalDependencies: - bufferutil: 4.0.8 - - yaml@2.6.0: {} - - yocto-queue@0.1.0: {} - - zod@3.23.8: {} diff --git a/scripts/setup.ts b/scripts/setup.ts new file mode 100644 index 0000000..ee5fa0e --- /dev/null +++ b/scripts/setup.ts @@ -0,0 +1,71 @@ +import { Command, Prompt } from "@effect/cli"; +import { NodeContext, NodeRuntime } from "@effect/platform-node"; +import { Effect } from "effect"; + +const colorPrompt = Prompt.select({ + message: "Pick your favorite color", + choices: [ + { + title: "Red", + value: "#ff0000", + description: "This option has a description", + }, + { title: "Green", value: "#00ff00", description: "So does this one" }, + { title: "Blue", value: "#0000ff", disabled: true }, + ], +}); + +const confirmPrompt = Prompt.confirm({ + message: "Can you please confirm?", +}); + +const datePrompt = Prompt.date({ + message: "What's your birth day?", + dateMask: + '"Year:" YYYY, "Month:" MM, "Day:" DD \\\\\\\\||// \\Hour: HH, \\Minute: mm, "Seconds:" ss', + validate: (date) => + date.getTime() > Date.now() + ? Effect.fail("Your birth day can't be in the future") + : Effect.succeed(date), +}); + +const numberPrompt = Prompt.float({ + message: `What is your favorite number?`, + validate: (n) => + n > 0 ? Effect.succeed(n) : Effect.fail("must be greater than 0"), +}); + +const passwordPrompt = Prompt.password({ + message: "Enter your password: ", + validate: (value) => + value.length === 0 + ? Effect.fail("Password cannot be empty") + : Effect.succeed(value), +}); + +const togglePrompt = Prompt.toggle({ + message: "Yes or no?", + active: "yes", + inactive: "no", +}); + +const prompt = Prompt.all([ + colorPrompt, + confirmPrompt, + datePrompt, + numberPrompt, + passwordPrompt, + togglePrompt, +]); + +const command = Command.prompt("favorites", prompt, Effect.log); + +const cli = Command.run(command, { + name: "Prompt Examples", + version: "0.0.1", +}); + +Effect.suspend(() => cli(process.argv)).pipe( + Effect.provide(NodeContext.layer), + NodeRuntime.runMain, +); From 5b904db0c026a897714f90125f1eece3a6ce962c Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Sun, 20 Oct 2024 02:05:21 -0400 Subject: [PATCH 2/4] improve example --- scripts/setup.ts | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/scripts/setup.ts b/scripts/setup.ts index ee5fa0e..bc4d57c 100644 --- a/scripts/setup.ts +++ b/scripts/setup.ts @@ -1,6 +1,6 @@ -import { Command, Prompt } from "@effect/cli"; +import { Command, Options, Prompt } from "@effect/cli"; import { NodeContext, NodeRuntime } from "@effect/platform-node"; -import { Effect } from "effect"; +import { Config, Effect } from "effect"; const colorPrompt = Prompt.select({ message: "Pick your favorite color", @@ -58,7 +58,18 @@ const prompt = Prompt.all([ togglePrompt, ]); -const command = Command.prompt("favorites", prompt, Effect.log); +const testOption = Options.boolean("test").pipe( + Options.withAlias("t"), + Options.withFallbackConfig(Config.boolean("TEST")), +); + +const command = Command.make("favorites", { testOption }, (args) => + Effect.gen(function* () { + yield* Effect.log(args); + const promptResults = yield* prompt; + yield* Effect.log(promptResults); + }), +); const cli = Command.run(command, { name: "Prompt Examples", From 8845c25ede68ea19d0e685740f9d172f19b1faa0 Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Sun, 20 Oct 2024 16:45:35 -0400 Subject: [PATCH 3/4] remake lockfile --- pnpm-lock.yaml | 5900 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 5900 insertions(+) create mode 100644 pnpm-lock.yaml diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..d16bf4f --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,5900 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +overrides: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + +importers: + + .: + dependencies: + '@effect/cli': + specifier: ^0.47.6 + version: 0.47.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(@effect/printer-ansi@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2))(@effect/printer@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2))(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2) + '@effect/platform': + specifier: ^0.68.6 + version: 0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2) + '@effect/platform-node': + specifier: ^0.63.6 + version: 0.63.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(bufferutil@4.0.8)(effect@3.9.2) + '@next/env': + specifier: ^14.2.15 + version: 14.2.15 + '@radix-ui/react-icons': + specifier: ^1.3.0 + version: 1.3.0(react@19.0.0-rc-cd22717c-20241013) + '@radix-ui/react-label': + specifier: ^2.1.0 + version: 2.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-popover': + specifier: ^1.1.2 + version: 1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-scroll-area': + specifier: ^1.2.0 + version: 1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-slot': + specifier: ^1.1.0 + version: 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@types/bcryptjs': + specifier: ^2.4.6 + version: 2.4.6 + '@upstash/ratelimit': + specifier: ^2.0.3 + version: 2.0.3 + '@upstash/redis': + specifier: ^1.34.3 + version: 1.34.3 + '@vercel/analytics': + specifier: ^1.3.1 + version: 1.3.1(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + '@vercel/blob': + specifier: ^0.25.1 + version: 0.25.1 + '@vercel/functions': + specifier: ^1.4.2 + version: 1.4.2 + '@vercel/kv': + specifier: ^3.0.0 + version: 3.0.0 + '@vercel/postgres': + specifier: ^0.10.0 + version: 0.10.0 + '@vercel/speed-insights': + specifier: ^1.0.12 + version: 1.0.12(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + bcryptjs: + specifier: ^2.4.3 + version: 2.4.3 + class-variance-authority: + specifier: ^0.7.0 + version: 0.7.0 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + drizzle-orm: + specifier: ^0.35.1 + version: 0.35.1(@neondatabase/serverless@0.9.5)(@types/pg@8.11.6)(@vercel/postgres@0.10.0)(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + effect: + specifier: ^3.9.2 + version: 3.9.2 + jose: + specifier: ^5.9.4 + version: 5.9.4 + linkedom: + specifier: ^0.18.5 + version: 0.18.5 + lucide-react: + specifier: ^0.453.0 + version: 0.453.0(react@19.0.0-rc-cd22717c-20241013) + next: + specifier: 15.0.0-canary.200 + version: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + openai: + specifier: ^4.68.0 + version: 4.68.0(zod@3.23.8) + react: + specifier: 19.0.0-rc-cd22717c-20241013 + version: 19.0.0-rc-cd22717c-20241013 + react-dom: + specifier: 19.0.0-rc-cd22717c-20241013 + version: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + slugify: + specifier: ^1.6.6 + version: 1.6.6 + tailwind-merge: + specifier: ^2.5.4 + version: 2.5.4 + tailwindcss-animate: + specifier: ^1.0.7 + version: 1.0.7(tailwindcss@3.4.14) + zod: + specifier: ^3.23.8 + version: 3.23.8 + devDependencies: + '@types/node': + specifier: ^20 + version: 20.16.12 + '@types/react': + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 + '@types/react-dom': + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 + drizzle-kit: + specifier: ^0.26.2 + version: 0.26.2 + eslint: + specifier: ^8 + version: 8.57.1 + eslint-config-next: + specifier: 15.0.0-rc.1 + version: 15.0.0-rc.1(eslint@8.57.1)(typescript@5.6.3) + postcss: + specifier: ^8 + version: 8.4.47 + postcss-hover-media-feature: + specifier: ^1.0.2 + version: 1.0.2(postcss@8.4.47) + prettier-plugin-tailwindcss: + specifier: ^0.6.8 + version: 0.6.8(prettier@3.3.3) + tailwindcss: + specifier: ^3.4.1 + version: 3.4.14 + typescript: + specifier: ^5 + version: 5.6.3 + +packages: + + '@alloc/quick-lru@5.2.0': + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} + engines: {node: '>=10'} + + '@drizzle-team/brocli@0.10.1': + resolution: {integrity: sha512-AHy0vjc+n/4w/8Mif+w86qpppHuF3AyXbcWW+R/W7GNA3F5/p2nuhlkCJaTXSLZheB4l1rtHzOfr9A7NwoR/Zg==} + + '@effect/cli@0.47.6': + resolution: {integrity: sha512-d5UY7pFIZ+B7yADRUrCKxYIHAd807Mk39lWJ3WyxCA8t9M+kCtZib6kxrSedD6EseNqq9BFMtIwXIO8sQueSyQ==} + peerDependencies: + '@effect/platform': ^0.68.6 + '@effect/printer': ^0.37.2 + '@effect/printer-ansi': ^0.37.2 + '@effect/schema': ^0.75.5 + effect: ^3.9.2 + + '@effect/platform-node-shared@0.18.6': + resolution: {integrity: sha512-HJTa1pQR9Ew3oAA2ibLq+UCC92MAK8PZ9/6nDnSR+w3z103pZ/k2/wtRK/kuQmv4la4/rhE+nu8wZdJJ4qLqwA==} + peerDependencies: + '@effect/platform': ^0.68.6 + effect: ^3.9.2 + + '@effect/platform-node@0.63.6': + resolution: {integrity: sha512-sq5R/dCqruUM5d8WLCOWvR74Z0Oeo1agrLii7MnYKZJ8n1Jhmw+K8grk5BfBauOuYbzJRPWuBU0T7RDd7txDMw==} + peerDependencies: + '@effect/platform': ^0.68.6 + effect: ^3.9.2 + + '@effect/platform@0.68.6': + resolution: {integrity: sha512-0dLbgfZGxMQqxGX7hFCkpqI9N0vFXf0e5bLdplvjpEskB/VrFQXkz0j+aopztHwXJkG/4pp1HHLNLK3ZcU5FXQ==} + peerDependencies: + '@effect/schema': ^0.75.5 + effect: ^3.9.2 + + '@effect/printer-ansi@0.37.2': + resolution: {integrity: sha512-B6m2+kqNVXZWx8vYBX6oY4OY0RQKQyV6/STyhdt/o7bewjGgp2WlpvbKTFldKxUg7mGkeLoq7IB0sGlYPiyj2w==} + peerDependencies: + '@effect/typeclass': ^0.28.2 + effect: ^3.9.2 + + '@effect/printer@0.37.2': + resolution: {integrity: sha512-cO+iNlF2QTEJdvSHgubF/tiD00Obw5iFQNtuSO+PwTdXxC4mngO0K+ncAmSl+iQPzV5Ug9ikfyahwGVmjZhmLw==} + peerDependencies: + '@effect/typeclass': ^0.28.2 + effect: ^3.9.2 + + '@effect/schema@0.75.5': + resolution: {integrity: sha512-TQInulTVCuF+9EIbJpyLP6dvxbQJMphrnRqgexm/Ze39rSjfhJuufF7XvU3SxTgg3HnL7B/kpORTJbHhlE6thw==} + peerDependencies: + effect: ^3.9.2 + + '@effect/typeclass@0.28.2': + resolution: {integrity: sha512-0Pd7KLzaGVtT07f+5fT5ZEl7V4CF1Sd54py3LJE/+Ys+bqezdCFqW/U1OER2RAJ68MTSXvjMmowsU9AJfs8WMQ==} + peerDependencies: + effect: ^3.9.2 + + '@emnapi/runtime@1.3.1': + resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} + + '@esbuild-kit/core-utils@3.3.2': + resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} + deprecated: 'Merged into tsx: https://tsx.is' + + '@esbuild-kit/esm-loader@2.6.5': + resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} + deprecated: 'Merged into tsx: https://tsx.is' + + '@esbuild/aix-ppc64@0.19.12': + resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.18.20': + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm64@0.19.12': + resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.18.20': + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-arm@0.19.12': + resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.18.20': + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/android-x64@0.19.12': + resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.18.20': + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-arm64@0.19.12': + resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.18.20': + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/darwin-x64@0.19.12': + resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.18.20': + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-arm64@0.19.12': + resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.18.20': + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.19.12': + resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.18.20': + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm64@0.19.12': + resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.18.20': + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-arm@0.19.12': + resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.18.20': + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-ia32@0.19.12': + resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.18.20': + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-loong64@0.19.12': + resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.18.20': + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-mips64el@0.19.12': + resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.18.20': + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-ppc64@0.19.12': + resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.18.20': + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-riscv64@0.19.12': + resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.18.20': + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-s390x@0.19.12': + resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.18.20': + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/linux-x64@0.19.12': + resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.18.20': + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.19.12': + resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.18.20': + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.19.12': + resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.18.20': + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/sunos-x64@0.19.12': + resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.18.20': + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-arm64@0.19.12': + resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.18.20': + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-ia32@0.19.12': + resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.18.20': + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@esbuild/win32-x64@0.19.12': + resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.4.0': + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.11.1': + resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/eslintrc@2.1.4': + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.1': + resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@fastify/busboy@2.1.1': + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} + engines: {node: '>=14'} + + '@floating-ui/core@1.6.8': + resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} + + '@floating-ui/dom@1.6.11': + resolution: {integrity: sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==} + + '@floating-ui/react-dom@2.1.2': + resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + + '@floating-ui/utils@0.2.8': + resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} + + '@humanwhocodes/config-array@0.13.0': + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} + engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + deprecated: Use @eslint/object-schema instead + + '@img/sharp-darwin-arm64@0.33.5': + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [darwin] + + '@img/sharp-darwin-x64@0.33.5': + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-darwin-arm64@1.0.4': + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} + cpu: [arm64] + os: [darwin] + + '@img/sharp-libvips-darwin-x64@1.0.4': + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-linux-arm64@1.0.4': + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linux-arm@1.0.5': + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} + cpu: [arm] + os: [linux] + + '@img/sharp-libvips-linux-s390x@1.0.4': + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} + cpu: [s390x] + os: [linux] + + '@img/sharp-libvips-linux-x64@1.0.4': + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} + cpu: [x64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} + cpu: [x64] + os: [linux] + + '@img/sharp-linux-arm64@0.33.5': + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linux-arm@0.33.5': + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm] + os: [linux] + + '@img/sharp-linux-s390x@0.33.5': + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [s390x] + os: [linux] + + '@img/sharp-linux-x64@0.33.5': + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-linuxmusl-arm64@0.33.5': + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linuxmusl-x64@0.33.5': + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-wasm32@0.33.5': + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [wasm32] + + '@img/sharp-win32-ia32@0.33.5': + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ia32] + os: [win32] + + '@img/sharp-win32-x64@0.33.5': + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [win32] + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@neondatabase/serverless@0.9.5': + resolution: {integrity: sha512-siFas6gItqv6wD/pZnvdu34wEqgG3nSE6zWZdq5j2DEsa+VvX8i/5HXJOo06qrw5axPXn+lGCxeR+NLaSPIXug==} + + '@next/env@14.2.15': + resolution: {integrity: sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==} + + '@next/env@15.0.0-canary.200': + resolution: {integrity: sha512-LyqDPrItghUscTdG4BuWw3n5XkQcKYgfgJbadkhiz5Gk4XLsmMwjMM53yRhXC+1SxJ2+tseKYWq0DOTs47XKwg==} + + '@next/eslint-plugin-next@15.0.0-rc.1': + resolution: {integrity: sha512-Nz/tMHzuGPYR0uK57+mxLhVFDTKtCK8HeVnPmDp/L1nrgcgICFZUCYHnKDUM9IUQ1XalzYhrLOlizOadpOosIQ==} + + '@next/swc-darwin-arm64@15.0.0-canary.200': + resolution: {integrity: sha512-R8qdOY7qyV2pipatfz9j86iiyNGDCh2iH75co+qp4US5qpzYQgNiW2ZITlRwwsfslOfs7dm5sa2KamUM0E3Jwg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@next/swc-darwin-x64@15.0.0-canary.200': + resolution: {integrity: sha512-sbatFluZ1+r7g1qDyi83v1QxHgpmOPci5oI7YFbiT2UjxIOJsa+UTnH/Zx1PESP6T3rp6GRLkYDAFtJWPXFQ5A==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@next/swc-linux-arm64-gnu@15.0.0-canary.200': + resolution: {integrity: sha512-Wm6PPCOSYd68Lp6S545uPl1JfKg2gEb7xPpnpdAsA3NCDoOLqVWn12T5GMsPiJo45F5r2/iqERgQG73D6Cj5Tg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-arm64-musl@15.0.0-canary.200': + resolution: {integrity: sha512-0O8j4RO6YwLVy1SFNGJU+koPCLzcGYUqAYWLe9W+rZ/XlW1m4CPnL2Ku02pnkl5Cj0b3RYgCowjIw+qQVLpgeg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-x64-gnu@15.0.0-canary.200': + resolution: {integrity: sha512-mmPxMfp6eKEVCJ4Yrsa7kaBSMwSngnK4kYbpHE4IkCCqMeREQ7rSl5lJym+7IJsTW8Mjo3t5Anhf+rxbArsTEw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-linux-x64-musl@15.0.0-canary.200': + resolution: {integrity: sha512-rnPD4Qjr9K/QGrT8jHwel2Wtu4oN2QCxraDwH0vnBQlhO+U0RvQIUPd1vLfSY1OhTm29+Ul0hYoCSvbcUsVmAg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-win32-arm64-msvc@15.0.0-canary.200': + resolution: {integrity: sha512-NIH8jF9mvs1WUdBQPF3V4rl2XT6WEC6N3C9oMgIOpuEmUU4ALpI52PvtwJ1N2ulOTWpTACVc+wvszyBJM1i4og==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@next/swc-win32-x64-msvc@15.0.0-canary.200': + resolution: {integrity: sha512-s7i1FGVJwGnFF92SmlC8SLY6GMFVBCKigk33zrZw4eNugF9U3oBReEjZCUctWgN2XapIsfmfOsO+v52SJsMFsg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@nolyfill/is-core-module@1.0.39': + resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} + engines: {node: '>=12.4.0'} + + '@parcel/watcher-android-arm64@2.4.1': + resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [android] + + '@parcel/watcher-darwin-arm64@2.4.1': + resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [darwin] + + '@parcel/watcher-darwin-x64@2.4.1': + resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [darwin] + + '@parcel/watcher-freebsd-x64@2.4.1': + resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] + + '@parcel/watcher-linux-arm-glibc@2.4.1': + resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-arm64-musl@2.4.1': + resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-x64-glibc@2.4.1': + resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-linux-x64-musl@2.4.1': + resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-win32-arm64@2.4.1': + resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [win32] + + '@parcel/watcher-win32-ia32@2.4.1': + resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==} + engines: {node: '>= 10.0.0'} + cpu: [ia32] + os: [win32] + + '@parcel/watcher-win32-x64@2.4.1': + resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [win32] + + '@parcel/watcher@2.4.1': + resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==} + engines: {node: '>= 10.0.0'} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@radix-ui/number@1.1.0': + resolution: {integrity: sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==} + + '@radix-ui/primitive@1.1.0': + resolution: {integrity: sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==} + + '@radix-ui/react-arrow@1.1.0': + resolution: {integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-compose-refs@1.1.0': + resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-context@1.1.0': + resolution: {integrity: sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-context@1.1.1': + resolution: {integrity: sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-direction@1.1.0': + resolution: {integrity: sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.1': + resolution: {integrity: sha512-QSxg29lfr/xcev6kSz7MAlmDnzbP1eI/Dwn3Tp1ip0KT5CUELsxkekFEMVBEoykI3oV39hKT4TKZzBNMbcTZYQ==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-focus-guards@1.1.1': + resolution: {integrity: sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-focus-scope@1.1.0': + resolution: {integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-icons@1.3.0': + resolution: {integrity: sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==} + peerDependencies: + react: ^16.x || ^17.x || ^18.x + + '@radix-ui/react-id@1.1.0': + resolution: {integrity: sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-label@2.1.0': + resolution: {integrity: sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popover@1.1.2': + resolution: {integrity: sha512-u2HRUyWW+lOiA2g0Le0tMmT55FGOEWHwPFt1EPfbLly7uXQExFo5duNKqG2DzmFXIdqOeNd+TpE8baHWJCyP9w==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-popper@1.2.0': + resolution: {integrity: sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-portal@1.1.2': + resolution: {integrity: sha512-WeDYLGPxJb/5EGBoedyJbT0MpoULmwnIPMJMSldkuiMsBAv7N1cRdsTWZWht9vpPOiN3qyiGAtbK2is47/uMFg==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-presence@1.1.1': + resolution: {integrity: sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-primitive@2.0.0': + resolution: {integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-scroll-area@1.2.0': + resolution: {integrity: sha512-q2jMBdsJ9zB7QG6ngQNzNwlvxLQqONyL58QbEGwuyRZZb/ARQwk3uQVbCF7GvQVOtV6EU/pDxAw3zRzJZI3rpQ==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-slot@1.1.0': + resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-callback-ref@1.1.0': + resolution: {integrity: sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-controllable-state@1.1.0': + resolution: {integrity: sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-escape-keydown@1.1.0': + resolution: {integrity: sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-layout-effect@1.1.0': + resolution: {integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-rect@1.1.0': + resolution: {integrity: sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-size@1.1.0': + resolution: {integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/rect@1.1.0': + resolution: {integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==} + + '@rtsao/scc@1.1.0': + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + + '@rushstack/eslint-patch@1.10.4': + resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} + + '@swc/counter@0.1.3': + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + + '@swc/helpers@0.5.13': + resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} + + '@types/bcryptjs@2.4.6': + resolution: {integrity: sha512-9xlo6R2qDs5uixm0bcIqCeMCE6HiQsIyel9KQySStiyqNl2tnj2mP3DX1Nf56MD6KMenNNlBBsy3LJ7gUEQPXQ==} + + '@types/json5@0.0.29': + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + + '@types/node-fetch@2.6.11': + resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} + + '@types/node@18.19.56': + resolution: {integrity: sha512-4EMJlWwwGnVPflJAtM14p9eVSa6BOv5b92mCsh5zcM1UagNtEtrbbtaE6WE1tw2TabavatnwqXjlIpcAEuJJNg==} + + '@types/node@20.16.12': + resolution: {integrity: sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==} + + '@types/pg@8.11.6': + resolution: {integrity: sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==} + + '@typescript-eslint/eslint-plugin@8.10.0': + resolution: {integrity: sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@8.10.0': + resolution: {integrity: sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@8.10.0': + resolution: {integrity: sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/type-utils@8.10.0': + resolution: {integrity: sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@8.10.0': + resolution: {integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/typescript-estree@8.10.0': + resolution: {integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@8.10.0': + resolution: {integrity: sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + + '@typescript-eslint/visitor-keys@8.10.0': + resolution: {integrity: sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + + '@upstash/core-analytics@0.0.10': + resolution: {integrity: sha512-7qJHGxpQgQr9/vmeS1PktEwvNAF7TI4iJDi8Pu2CFZ9YUGHZH4fOP5TfYlZ4aVxfopnELiE4BS4FBjyK7V1/xQ==} + engines: {node: '>=16.0.0'} + + '@upstash/ratelimit@2.0.3': + resolution: {integrity: sha512-BMUpZPZ9IMwrUwohw0HoVAwjBRo5SDb0riAxfCGrLbutuZTPiVagh017Cm3GfhMqwUWLOp0xJQxTCXp812UJVQ==} + + '@upstash/redis@1.34.3': + resolution: {integrity: sha512-VT25TyODGy/8ljl7GADnJoMmtmJ1F8d84UXfGonRRF8fWYJz7+2J6GzW+a6ETGtk4OyuRTt7FRSvFG5GvrfSdQ==} + + '@vercel/analytics@1.3.1': + resolution: {integrity: sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==} + peerDependencies: + next: '>= 13' + react: ^18 || ^19 + peerDependenciesMeta: + next: + optional: true + react: + optional: true + + '@vercel/blob@0.25.1': + resolution: {integrity: sha512-JqnDCGcoDH2gDF5Qgp5RGcDfrdR4IoOEnpS7CiDE15pw25/m1xE0CusjeZcjiBVBnLrLJCDuA9Ts77etOoCOeQ==} + engines: {node: '>=16.14'} + + '@vercel/functions@1.4.2': + resolution: {integrity: sha512-WLY3g6NT1SVJDAoAqz5pJfJ8uyOmEejZkatZn0q57Dn6qXNrh/pjbeffolQy9npWRYJPcfwjgqw8tUqolTEyuw==} + engines: {node: '>= 16'} + peerDependencies: + '@aws-sdk/credential-provider-web-identity': '*' + peerDependenciesMeta: + '@aws-sdk/credential-provider-web-identity': + optional: true + + '@vercel/kv@3.0.0': + resolution: {integrity: sha512-pKT8fRnfyYk2MgvyB6fn6ipJPCdfZwiKDdw7vB+HL50rjboEBHDVBEcnwfkEpVSp2AjNtoaOUH7zG+bVC/rvSg==} + engines: {node: '>=14.6'} + + '@vercel/postgres@0.10.0': + resolution: {integrity: sha512-fSD23DxGND40IzSkXjcFcxr53t3Tiym59Is0jSYIFpG4/0f0KO9SGtcp1sXiebvPaGe7N/tU05cH4yt2S6/IPg==} + engines: {node: '>=18.14'} + + '@vercel/speed-insights@1.0.12': + resolution: {integrity: sha512-ZGQ+a7bcfWJD2VYEp2R1LHvRAMyyaFBYytZXsfnbOMkeOvzGNVxUL7aVUvisIrTZjXTSsxG45DKX7yiw6nq2Jw==} + peerDependencies: + '@sveltejs/kit': ^1 || ^2 + next: '>= 13' + react: ^18 || ^19 + svelte: ^4 + vue: ^3 + vue-router: ^4 + peerDependenciesMeta: + '@sveltejs/kit': + optional: true + next: + optional: true + react: + optional: true + svelte: + optional: true + vue: + optional: true + vue-router: + optional: true + + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.13.0: + resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} + engines: {node: '>=0.4.0'} + hasBin: true + + agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + engines: {node: '>= 8.0.0'} + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + arg@5.0.2: + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + aria-hidden@1.2.4: + resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} + engines: {node: '>=10'} + + aria-query@5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + + array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} + + array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + + array.prototype.findlast@1.2.5: + resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} + engines: {node: '>= 0.4'} + + array.prototype.findlastindex@1.2.5: + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + engines: {node: '>= 0.4'} + + array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} + + array.prototype.flatmap@1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} + + array.prototype.tosorted@1.1.4: + resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} + engines: {node: '>= 0.4'} + + arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + engines: {node: '>= 0.4'} + + ast-types-flow@0.0.8: + resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} + + async-retry@1.3.3: + resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==} + + asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + axe-core@4.10.1: + resolution: {integrity: sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==} + engines: {node: '>=4'} + + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + bcryptjs@2.4.3: + resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + boolbase@1.0.0: + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + bufferutil@4.0.8: + resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} + engines: {node: '>=6.14.2'} + + busboy@1.6.0: + resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} + engines: {node: '>=10.16.0'} + + bytes@3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase-css@2.0.1: + resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} + engines: {node: '>= 6'} + + caniuse-lite@1.0.30001669: + resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + class-variance-authority@0.7.0: + resolution: {integrity: sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==} + + client-only@0.0.1: + resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} + + clsx@2.0.0: + resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==} + engines: {node: '>=6'} + + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-string@1.9.1: + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + + color@4.2.3: + resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} + engines: {node: '>=12.5.0'} + + combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + + commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + crypto-js@4.2.0: + resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==} + + css-select@5.1.0: + resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + + css-what@6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + engines: {node: '>= 6'} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + cssom@0.5.0: + resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + damerau-levenshtein@1.0.8: + resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} + + data-view-buffer@1.0.1: + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} + + data-view-byte-length@1.0.1: + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} + + data-view-byte-offset@1.0.0: + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} + + debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + + detect-libc@2.0.3: + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} + engines: {node: '>=8'} + + detect-node-es@1.1.0: + resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} + + didyoumean@1.2.2: + resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} + + dlv@1.1.3: + resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} + + doctrine@2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-serializer@2.0.0: + resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + + domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + + domhandler@5.0.3: + resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} + engines: {node: '>= 4'} + + domutils@3.1.0: + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + + drizzle-kit@0.26.2: + resolution: {integrity: sha512-cMq8omEKywjIy5KcqUo6LvEFxkl8/zYHsgYjFVXjmPWWtuW4blcz+YW9+oIhoaALgs2ebRjzXwsJgN9i6P49Dw==} + hasBin: true + + drizzle-orm@0.35.1: + resolution: {integrity: sha512-HQxDdYuXlZFuvDPztlUIzrX8TqWa/Ej6uN6L0hkbuGL4slexOUMc3u4nXVU15RQ5QYbk+uLQnR6v1+OIrdCTXQ==} + peerDependencies: + '@aws-sdk/client-rds-data': '>=3' + '@cloudflare/workers-types': '>=3' + '@electric-sql/pglite': '>=0.1.1' + '@libsql/client': '>=0.10.0' + '@neondatabase/serverless': '>=0.1' + '@op-engineering/op-sqlite': '>=2' + '@opentelemetry/api': ^1.4.1 + '@planetscale/database': '>=1' + '@prisma/client': '*' + '@tidbcloud/serverless': '*' + '@types/better-sqlite3': '*' + '@types/pg': '*' + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/sql.js': '*' + '@vercel/postgres': '>=0.8.0' + '@xata.io/client': '*' + better-sqlite3: '>=7' + bun-types: '*' + expo-sqlite: '>=13.2.0' + knex: '*' + kysely: '*' + mysql2: '>=2' + pg: '>=8' + postgres: '>=3' + prisma: '*' + react: '>=18' + sql.js: '>=1' + sqlite3: '>=5' + peerDependenciesMeta: + '@aws-sdk/client-rds-data': + optional: true + '@cloudflare/workers-types': + optional: true + '@electric-sql/pglite': + optional: true + '@libsql/client': + optional: true + '@neondatabase/serverless': + optional: true + '@op-engineering/op-sqlite': + optional: true + '@opentelemetry/api': + optional: true + '@planetscale/database': + optional: true + '@prisma/client': + optional: true + '@tidbcloud/serverless': + optional: true + '@types/better-sqlite3': + optional: true + '@types/pg': + optional: true + '@types/react': + optional: true + '@types/sql.js': + optional: true + '@vercel/postgres': + optional: true + '@xata.io/client': + optional: true + better-sqlite3: + optional: true + bun-types: + optional: true + expo-sqlite: + optional: true + knex: + optional: true + kysely: + optional: true + mysql2: + optional: true + pg: + optional: true + postgres: + optional: true + prisma: + optional: true + react: + optional: true + sql.js: + optional: true + sqlite3: + optional: true + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + effect@3.9.2: + resolution: {integrity: sha512-1sx/v1HTWHTodXfzWxAFg+SCF+ACgpJVruaAMIh/NmDVvrUsf0x9PzpXvkgJUbQ1fMdmKYK//FqxeHSQ+Zxv/Q==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + enhanced-resolve@5.17.1: + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} + engines: {node: '>=10.13.0'} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + es-abstract@1.23.3: + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + engines: {node: '>= 0.4'} + + es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + + es-iterator-helpers@1.1.0: + resolution: {integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==} + engines: {node: '>= 0.4'} + + es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} + + es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + + es-to-primitive@1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + + esbuild-register@3.6.0: + resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} + peerDependencies: + esbuild: '>=0.12 <1' + + esbuild@0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} + engines: {node: '>=12'} + hasBin: true + + esbuild@0.19.12: + resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} + engines: {node: '>=12'} + hasBin: true + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + eslint-config-next@15.0.0-rc.1: + resolution: {integrity: sha512-RhOlMP/dWBYBBzYjh6ya4OYSxUhkzsoQmbkLvifZgBflD/XCQ+WUd/D1qdSTI9BBkUEeDZ7GOaN5UaIACkQeRA==} + peerDependencies: + eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 + typescript: '>=3.3.1' + peerDependenciesMeta: + typescript: + optional: true + + eslint-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + + eslint-import-resolver-typescript@3.6.3: + resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + eslint: '*' + eslint-plugin-import: '*' + eslint-plugin-import-x: '*' + peerDependenciesMeta: + eslint-plugin-import: + optional: true + eslint-plugin-import-x: + optional: true + + eslint-module-utils@2.12.0: + resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + + eslint-plugin-import@2.31.0: + resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + + eslint-plugin-jsx-a11y@6.10.0: + resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==} + engines: {node: '>=4.0'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + + eslint-plugin-react-hooks@5.0.0: + resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + + eslint-plugin-react@7.37.1: + resolution: {integrity: sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + + eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint@8.57.1: + resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + hasBin: true + + espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + + fast-check@3.22.0: + resolution: {integrity: sha512-8HKz3qXqnHYp/VCNn2qfjHdAdcI8zcSqOyX64GOMukp7SL2bfzfeDKjSd+UyECtejccaZv3LcvZTm9YDD22iCQ==} + engines: {node: '>=8.0.0'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + find-my-way-ts@0.1.5: + resolution: {integrity: sha512-4GOTMrpGQVzsCH2ruUn2vmwzV/02zF4q+ybhCIrw/Rkt3L8KWcycdC6aJMctJzwN4fXD4SD5F/4B9Sksh5rE0A==} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + engines: {node: '>=14'} + + form-data-encoder@1.7.2: + resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} + + form-data@4.0.1: + resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} + engines: {node: '>= 6'} + + formdata-node@4.4.1: + resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==} + engines: {node: '>= 12.20'} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + function.prototype.name@1.1.6: + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + engines: {node: '>= 0.4'} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + + get-nonce@1.0.1: + resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} + engines: {node: '>=6'} + + get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + engines: {node: '>= 0.4'} + + get-tsconfig@4.8.1: + resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + + globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} + + gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + has-bigints@1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + + has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + html-escaper@3.0.3: + resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==} + + htmlparser2@9.1.0: + resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} + + humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@4.1.3: + resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} + + invariant@2.2.4: + resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} + + is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + + is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} + + is-arrayish@0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + + is-async-function@2.0.0: + resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} + engines: {node: '>= 0.4'} + + is-bigint@1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-boolean-object@1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + + is-buffer@2.0.5: + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} + + is-bun-module@1.2.1: + resolution: {integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-core-module@2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + engines: {node: '>= 0.4'} + + is-data-view@1.0.1: + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} + + is-date-object@1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-finalizationregistry@1.0.2: + resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + + is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + + is-number-object@1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + is-regex@1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + + is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + + is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} + + is-string@1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + + is-symbol@1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + + is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} + + is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + + is-weakref@1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + + is-weakset@2.0.3: + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + engines: {node: '>= 0.4'} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + iterator.prototype@1.1.3: + resolution: {integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==} + engines: {node: '>= 0.4'} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} + hasBin: true + + jose@5.9.4: + resolution: {integrity: sha512-WBBl6au1qg6OHj67yCffCgFR3BADJBXN8MdRvCgJDuMv3driV2nHr7jdGvaKX9IolosAsn+M0XRArqLXUhyJHQ==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + + jsx-ast-utils@3.3.5: + resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} + engines: {node: '>=4.0'} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + language-subtag-registry@0.3.23: + resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} + + language-tags@1.0.9: + resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} + engines: {node: '>=0.10'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + lilconfig@2.1.0: + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} + engines: {node: '>=10'} + + lilconfig@3.1.2: + resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + engines: {node: '>=14'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + linkedom@0.18.5: + resolution: {integrity: sha512-JGLaGGtqtu+eOhYrC1wkWYTBcpVWL4AsnwAtMtgO1Q0gI0PuPJKI0zBBE+a/1BrhOE3Uw8JI/ycByAv5cLrAuQ==} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + lucide-react@0.453.0: + resolution: {integrity: sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==} + peerDependencies: + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mime@3.0.0: + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} + hasBin: true + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + multipasta@0.2.5: + resolution: {integrity: sha512-c8eMDb1WwZcE02WVjHoOmUVk7fnKU/RmUcosHACglrWAuPQsEJv+E8430sXj6jNc1jHw0zrS16aCjQh4BcEb4A==} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + next@15.0.0-canary.200: + resolution: {integrity: sha512-eYYTUWD+TDx61gBrwthFlPQtrYqpQfqOhPC9xv8XtAhP8EB4gg88fTR0ZhDMlKpocWo5t+Ke+ZTX6tWbVOzFtg==} + engines: {node: '>=18.18.0'} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + babel-plugin-react-compiler: '*' + react: ^18.2.0 || 19.0.0-rc-bf7e210c-20241017 + react-dom: ^18.2.0 || 19.0.0-rc-bf7e210c-20241017 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + + node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-gyp-build@4.8.2: + resolution: {integrity: sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==} + hasBin: true + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + nth-check@2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-hash@3.0.0: + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} + + object-inspect@1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + + object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + + object.entries@1.1.8: + resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} + engines: {node: '>= 0.4'} + + object.fromentries@2.0.8: + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} + engines: {node: '>= 0.4'} + + object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} + + object.values@1.2.0: + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} + engines: {node: '>= 0.4'} + + obuf@1.1.2: + resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + openai@4.68.0: + resolution: {integrity: sha512-cVH0WMKd4cColyorwqo+Gn08lN8LQ8uKLMfWXFfvnedrLq3lCH6lRd0Rd0XJRunyfgNve/L9E7uZLAii39NBkw==} + hasBin: true + peerDependencies: + zod: ^3.23.8 + peerDependenciesMeta: + zod: + optional: true + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + pg-int8@1.0.1: + resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} + engines: {node: '>=4.0.0'} + + pg-numeric@1.0.2: + resolution: {integrity: sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==} + engines: {node: '>=4'} + + pg-protocol@1.7.0: + resolution: {integrity: sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==} + + pg-types@4.0.2: + resolution: {integrity: sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==} + engines: {node: '>=10'} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + pify@2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + + pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + postcss-hover-media-feature@1.0.2: + resolution: {integrity: sha512-o5xDUqCQ4xtilWOcvo5LKYxFVSLWcBN0IlTqa0IJwAwHTd4pxKmX4c0fGIpgLQCcBB/+aFizt2NVWNGJWG4Izg==} + engines: {node: '>=10.0.0'} + peerDependencies: + postcss: ^8.0.0 + + postcss-import@15.1.0: + resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} + engines: {node: '>=14.0.0'} + peerDependencies: + postcss: ^8.0.0 + + postcss-js@4.0.1: + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + engines: {node: ^12 || ^14 || >= 16} + peerDependencies: + postcss: ^8.4.21 + + postcss-load-config@4.0.2: + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} + engines: {node: '>= 14'} + peerDependencies: + postcss: '>=8.0.9' + ts-node: '>=9.0.0' + peerDependenciesMeta: + postcss: + optional: true + ts-node: + optional: true + + postcss-nested@6.2.0: + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.2.14 + + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.4.31: + resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} + engines: {node: ^10 || ^12 || >=14} + + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} + engines: {node: ^10 || ^12 || >=14} + + postgres-array@3.0.2: + resolution: {integrity: sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==} + engines: {node: '>=12'} + + postgres-bytea@3.0.0: + resolution: {integrity: sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==} + engines: {node: '>= 6'} + + postgres-date@2.1.0: + resolution: {integrity: sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==} + engines: {node: '>=12'} + + postgres-interval@3.0.0: + resolution: {integrity: sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==} + engines: {node: '>=12'} + + postgres-range@1.1.4: + resolution: {integrity: sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-plugin-tailwindcss@0.6.8: + resolution: {integrity: sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==} + engines: {node: '>=14.21.3'} + peerDependencies: + '@ianvs/prettier-plugin-sort-imports': '*' + '@prettier/plugin-pug': '*' + '@shopify/prettier-plugin-liquid': '*' + '@trivago/prettier-plugin-sort-imports': '*' + '@zackad/prettier-plugin-twig-melody': '*' + prettier: ^3.0 + prettier-plugin-astro: '*' + prettier-plugin-css-order: '*' + prettier-plugin-import-sort: '*' + prettier-plugin-jsdoc: '*' + prettier-plugin-marko: '*' + prettier-plugin-multiline-arrays: '*' + prettier-plugin-organize-attributes: '*' + prettier-plugin-organize-imports: '*' + prettier-plugin-sort-imports: '*' + prettier-plugin-style-order: '*' + prettier-plugin-svelte: '*' + peerDependenciesMeta: + '@ianvs/prettier-plugin-sort-imports': + optional: true + '@prettier/plugin-pug': + optional: true + '@shopify/prettier-plugin-liquid': + optional: true + '@trivago/prettier-plugin-sort-imports': + optional: true + '@zackad/prettier-plugin-twig-melody': + optional: true + prettier-plugin-astro: + optional: true + prettier-plugin-css-order: + optional: true + prettier-plugin-import-sort: + optional: true + prettier-plugin-jsdoc: + optional: true + prettier-plugin-marko: + optional: true + prettier-plugin-multiline-arrays: + optional: true + prettier-plugin-organize-attributes: + optional: true + prettier-plugin-organize-imports: + optional: true + prettier-plugin-sort-imports: + optional: true + prettier-plugin-style-order: + optional: true + prettier-plugin-svelte: + optional: true + + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + engines: {node: '>=14'} + hasBin: true + + prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + pure-rand@6.1.0: + resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + react-dom@19.0.0-rc-cd22717c-20241013: + resolution: {integrity: sha512-NzjTBOXygonUxLRQuUUW5V2QLGkAcyUwJoS8+UWxs089paMvQQfoRD51w65Ovgd2OEQ8Rm3HWx+82fvXiT0czQ==} + peerDependencies: + react: 19.0.0-rc-cd22717c-20241013 + + react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + + react-remove-scroll-bar@2.3.6: + resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + react-remove-scroll@2.6.0: + resolution: {integrity: sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + react-style-singleton@2.2.1: + resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + react@19.0.0-rc-cd22717c-20241013: + resolution: {integrity: sha512-k28GszmyQ1tX/JmeLGZINq5KXiNy/MmN0fCAtcwF8a9INDyVYG0zATCRGJwaPB9WixmkuwPv1BfB1QBfJC7cNg==} + engines: {node: '>=0.10.0'} + + read-cache@1.0.0: + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + reflect.getprototypeof@1.0.6: + resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} + engines: {node: '>= 0.4'} + + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} + engines: {node: '>= 0.4'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} + hasBin: true + + retry@0.13.1: + resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} + engines: {node: '>= 4'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported + hasBin: true + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + engines: {node: '>=0.4'} + + safe-regex-test@1.0.3: + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} + + scheduler@0.25.0-rc-cd22717c-20241013: + resolution: {integrity: sha512-MnsFR57bKcrYslnbCUsaUG0qBuAArk92VxE0zu6A2Usz38iIuL2uZLunqKlP1W47MF33GrRGDj1sXdPbFKIZfw==} + + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + + server-only@0.0.1: + resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + + sharp@0.33.5: + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + simple-swizzle@0.2.2: + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + + slugify@1.6.6: + resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} + engines: {node: '>=8.0.0'} + + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + + source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + + streamsearch@1.1.0: + resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} + engines: {node: '>=10.0.0'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string.prototype.includes@2.0.1: + resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==} + engines: {node: '>= 0.4'} + + string.prototype.matchall@4.0.11: + resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} + engines: {node: '>= 0.4'} + + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + + string.prototype.trim@1.2.9: + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + engines: {node: '>= 0.4'} + + string.prototype.trimend@1.0.8: + resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + + string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + styled-jsx@5.1.6: + resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} + engines: {node: '>= 12.0.0'} + peerDependencies: + '@babel/core': '*' + babel-plugin-macros: '*' + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0' + peerDependenciesMeta: + '@babel/core': + optional: true + babel-plugin-macros: + optional: true + + sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + tailwind-merge@2.5.4: + resolution: {integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==} + + tailwindcss-animate@1.0.7: + resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} + peerDependencies: + tailwindcss: '>=3.0.0 || insiders' + + tailwindcss@3.4.14: + resolution: {integrity: sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==} + engines: {node: '>=14.0.0'} + hasBin: true + + tapable@2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + toml@3.0.0: + resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + ts-api-utils@1.3.0: + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + + ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + + tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + + tslib@2.8.0: + resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + + typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + engines: {node: '>= 0.4'} + + typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + engines: {node: '>= 0.4'} + + typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + engines: {node: '>= 0.4'} + + typed-array-length@1.0.6: + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} + + types-react-dom@19.0.0-rc.1: + resolution: {integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==} + + types-react@19.0.0-rc.1: + resolution: {integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==} + + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} + engines: {node: '>=14.17'} + hasBin: true + + uhyphen@0.2.0: + resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} + + unbox-primitive@1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + + undici@5.28.4: + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} + engines: {node: '>=14.0'} + + undici@6.20.1: + resolution: {integrity: sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==} + engines: {node: '>=18.17'} + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + use-callback-ref@1.3.2: + resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + use-sidecar@1.1.2: + resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': npm:types-react@19.0.0-rc.1 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + web-streams-polyfill@4.0.0-beta.3: + resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==} + engines: {node: '>= 14'} + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + which-boxed-primitive@1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + + which-builtin-type@1.1.4: + resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} + engines: {node: '>= 0.4'} + + which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + yaml@2.6.0: + resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==} + engines: {node: '>= 14'} + hasBin: true + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + zod@3.23.8: + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + +snapshots: + + '@alloc/quick-lru@5.2.0': {} + + '@drizzle-team/brocli@0.10.1': {} + + '@effect/cli@0.47.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(@effect/printer-ansi@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2))(@effect/printer@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2))(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2)': + dependencies: + '@effect/platform': 0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2) + '@effect/printer': 0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2) + '@effect/printer-ansi': 0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2) + '@effect/schema': 0.75.5(effect@3.9.2) + effect: 3.9.2 + ini: 4.1.3 + toml: 3.0.0 + yaml: 2.6.0 + + '@effect/platform-node-shared@0.18.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(effect@3.9.2)': + dependencies: + '@effect/platform': 0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2) + '@parcel/watcher': 2.4.1 + effect: 3.9.2 + multipasta: 0.2.5 + + '@effect/platform-node@0.63.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(bufferutil@4.0.8)(effect@3.9.2)': + dependencies: + '@effect/platform': 0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2) + '@effect/platform-node-shared': 0.18.6(@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2))(effect@3.9.2) + effect: 3.9.2 + mime: 3.0.0 + undici: 6.20.1 + ws: 8.18.0(bufferutil@4.0.8) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + '@effect/platform@0.68.6(@effect/schema@0.75.5(effect@3.9.2))(effect@3.9.2)': + dependencies: + '@effect/schema': 0.75.5(effect@3.9.2) + effect: 3.9.2 + find-my-way-ts: 0.1.5 + multipasta: 0.2.5 + + '@effect/printer-ansi@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2)': + dependencies: + '@effect/printer': 0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2) + '@effect/typeclass': 0.28.2(effect@3.9.2) + effect: 3.9.2 + + '@effect/printer@0.37.2(@effect/typeclass@0.28.2(effect@3.9.2))(effect@3.9.2)': + dependencies: + '@effect/typeclass': 0.28.2(effect@3.9.2) + effect: 3.9.2 + + '@effect/schema@0.75.5(effect@3.9.2)': + dependencies: + effect: 3.9.2 + fast-check: 3.22.0 + + '@effect/typeclass@0.28.2(effect@3.9.2)': + dependencies: + effect: 3.9.2 + + '@emnapi/runtime@1.3.1': + dependencies: + tslib: 2.8.0 + optional: true + + '@esbuild-kit/core-utils@3.3.2': + dependencies: + esbuild: 0.18.20 + source-map-support: 0.5.21 + + '@esbuild-kit/esm-loader@2.6.5': + dependencies: + '@esbuild-kit/core-utils': 3.3.2 + get-tsconfig: 4.8.1 + + '@esbuild/aix-ppc64@0.19.12': + optional: true + + '@esbuild/android-arm64@0.18.20': + optional: true + + '@esbuild/android-arm64@0.19.12': + optional: true + + '@esbuild/android-arm@0.18.20': + optional: true + + '@esbuild/android-arm@0.19.12': + optional: true + + '@esbuild/android-x64@0.18.20': + optional: true + + '@esbuild/android-x64@0.19.12': + optional: true + + '@esbuild/darwin-arm64@0.18.20': + optional: true + + '@esbuild/darwin-arm64@0.19.12': + optional: true + + '@esbuild/darwin-x64@0.18.20': + optional: true + + '@esbuild/darwin-x64@0.19.12': + optional: true + + '@esbuild/freebsd-arm64@0.18.20': + optional: true + + '@esbuild/freebsd-arm64@0.19.12': + optional: true + + '@esbuild/freebsd-x64@0.18.20': + optional: true + + '@esbuild/freebsd-x64@0.19.12': + optional: true + + '@esbuild/linux-arm64@0.18.20': + optional: true + + '@esbuild/linux-arm64@0.19.12': + optional: true + + '@esbuild/linux-arm@0.18.20': + optional: true + + '@esbuild/linux-arm@0.19.12': + optional: true + + '@esbuild/linux-ia32@0.18.20': + optional: true + + '@esbuild/linux-ia32@0.19.12': + optional: true + + '@esbuild/linux-loong64@0.18.20': + optional: true + + '@esbuild/linux-loong64@0.19.12': + optional: true + + '@esbuild/linux-mips64el@0.18.20': + optional: true + + '@esbuild/linux-mips64el@0.19.12': + optional: true + + '@esbuild/linux-ppc64@0.18.20': + optional: true + + '@esbuild/linux-ppc64@0.19.12': + optional: true + + '@esbuild/linux-riscv64@0.18.20': + optional: true + + '@esbuild/linux-riscv64@0.19.12': + optional: true + + '@esbuild/linux-s390x@0.18.20': + optional: true + + '@esbuild/linux-s390x@0.19.12': + optional: true + + '@esbuild/linux-x64@0.18.20': + optional: true + + '@esbuild/linux-x64@0.19.12': + optional: true + + '@esbuild/netbsd-x64@0.18.20': + optional: true + + '@esbuild/netbsd-x64@0.19.12': + optional: true + + '@esbuild/openbsd-x64@0.18.20': + optional: true + + '@esbuild/openbsd-x64@0.19.12': + optional: true + + '@esbuild/sunos-x64@0.18.20': + optional: true + + '@esbuild/sunos-x64@0.19.12': + optional: true + + '@esbuild/win32-arm64@0.18.20': + optional: true + + '@esbuild/win32-arm64@0.19.12': + optional: true + + '@esbuild/win32-ia32@0.18.20': + optional: true + + '@esbuild/win32-ia32@0.19.12': + optional: true + + '@esbuild/win32-x64@0.18.20': + optional: true + + '@esbuild/win32-x64@0.19.12': + optional: true + + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)': + dependencies: + eslint: 8.57.1 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.11.1': {} + + '@eslint/eslintrc@2.1.4': + dependencies: + ajv: 6.12.6 + debug: 4.3.7 + espree: 9.6.1 + globals: 13.24.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@8.57.1': {} + + '@fastify/busboy@2.1.1': {} + + '@floating-ui/core@1.6.8': + dependencies: + '@floating-ui/utils': 0.2.8 + + '@floating-ui/dom@1.6.11': + dependencies: + '@floating-ui/core': 1.6.8 + '@floating-ui/utils': 0.2.8 + + '@floating-ui/react-dom@2.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)': + dependencies: + '@floating-ui/dom': 1.6.11 + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + + '@floating-ui/utils@0.2.8': {} + + '@humanwhocodes/config-array@0.13.0': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.3.7 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/object-schema@2.0.3': {} + + '@img/sharp-darwin-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-arm64': 1.0.4 + optional: true + + '@img/sharp-darwin-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.0.4 + optional: true + + '@img/sharp-libvips-darwin-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-darwin-x64@1.0.4': + optional: true + + '@img/sharp-libvips-linux-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-linux-arm@1.0.5': + optional: true + + '@img/sharp-libvips-linux-s390x@1.0.4': + optional: true + + '@img/sharp-libvips-linux-x64@1.0.4': + optional: true + + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + optional: true + + '@img/sharp-linux-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.0.4 + optional: true + + '@img/sharp-linux-arm@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.0.5 + optional: true + + '@img/sharp-linux-s390x@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-s390x': 1.0.4 + optional: true + + '@img/sharp-linux-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-x64': 1.0.4 + optional: true + + '@img/sharp-linuxmusl-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + optional: true + + '@img/sharp-linuxmusl-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + optional: true + + '@img/sharp-wasm32@0.33.5': + dependencies: + '@emnapi/runtime': 1.3.1 + optional: true + + '@img/sharp-win32-ia32@0.33.5': + optional: true + + '@img/sharp-win32-x64@0.33.5': + optional: true + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/sourcemap-codec@1.5.0': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@neondatabase/serverless@0.9.5': + dependencies: + '@types/pg': 8.11.6 + + '@next/env@14.2.15': {} + + '@next/env@15.0.0-canary.200': {} + + '@next/eslint-plugin-next@15.0.0-rc.1': + dependencies: + fast-glob: 3.3.1 + + '@next/swc-darwin-arm64@15.0.0-canary.200': + optional: true + + '@next/swc-darwin-x64@15.0.0-canary.200': + optional: true + + '@next/swc-linux-arm64-gnu@15.0.0-canary.200': + optional: true + + '@next/swc-linux-arm64-musl@15.0.0-canary.200': + optional: true + + '@next/swc-linux-x64-gnu@15.0.0-canary.200': + optional: true + + '@next/swc-linux-x64-musl@15.0.0-canary.200': + optional: true + + '@next/swc-win32-arm64-msvc@15.0.0-canary.200': + optional: true + + '@next/swc-win32-x64-msvc@15.0.0-canary.200': + optional: true + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + '@nolyfill/is-core-module@1.0.39': {} + + '@parcel/watcher-android-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-x64@2.4.1': + optional: true + + '@parcel/watcher-freebsd-x64@2.4.1': + optional: true + + '@parcel/watcher-linux-arm-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-musl@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-musl@2.4.1': + optional: true + + '@parcel/watcher-win32-arm64@2.4.1': + optional: true + + '@parcel/watcher-win32-ia32@2.4.1': + optional: true + + '@parcel/watcher-win32-x64@2.4.1': + optional: true + + '@parcel/watcher@2.4.1': + dependencies: + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.8 + node-addon-api: 7.1.1 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.4.1 + '@parcel/watcher-darwin-arm64': 2.4.1 + '@parcel/watcher-darwin-x64': 2.4.1 + '@parcel/watcher-freebsd-x64': 2.4.1 + '@parcel/watcher-linux-arm-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-musl': 2.4.1 + '@parcel/watcher-linux-x64-glibc': 2.4.1 + '@parcel/watcher-linux-x64-musl': 2.4.1 + '@parcel/watcher-win32-arm64': 2.4.1 + '@parcel/watcher-win32-ia32': 2.4.1 + '@parcel/watcher-win32-x64': 2.4.1 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@radix-ui/number@1.1.0': {} + + '@radix-ui/primitive@1.1.0': {} + + '@radix-ui/react-arrow@1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-compose-refs@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-context@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-context@1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-direction@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-dismissable-layer@1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-escape-keydown': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-focus-guards@1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-focus-scope@1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-icons@1.3.0(react@19.0.0-rc-cd22717c-20241013)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + + '@radix-ui/react-id@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-label@2.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-popover@1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-context': 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-dismissable-layer': 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-focus-guards': 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-focus-scope': 1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-id': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-popper': 1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-portal': 1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-presence': 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-slot': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-controllable-state': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + aria-hidden: 1.2.4 + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + react-remove-scroll: 2.6.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-popper@1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + '@radix-ui/react-arrow': 1.1.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-context': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-rect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-size': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/rect': 1.1.0 + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-portal@1.1.2(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-presence@1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-primitive@2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-slot': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-scroll-area@1.2.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/number': 1.1.0 + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-context': 1.1.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-direction': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-presence': 1.1.1(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-primitive': 2.0.0(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@radix-ui/react-slot@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-callback-ref@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-controllable-state@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-escape-keydown@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-use-callback-ref': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-layout-effect@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-rect@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/rect': 1.1.0 + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/react-use-size@1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-cd22717c-20241013 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + '@radix-ui/rect@1.1.0': {} + + '@rtsao/scc@1.1.0': {} + + '@rushstack/eslint-patch@1.10.4': {} + + '@swc/counter@0.1.3': {} + + '@swc/helpers@0.5.13': + dependencies: + tslib: 2.8.0 + + '@types/bcryptjs@2.4.6': {} + + '@types/json5@0.0.29': {} + + '@types/node-fetch@2.6.11': + dependencies: + '@types/node': 20.16.12 + form-data: 4.0.1 + + '@types/node@18.19.56': + dependencies: + undici-types: 5.26.5 + + '@types/node@20.16.12': + dependencies: + undici-types: 6.19.8 + + '@types/pg@8.11.6': + dependencies: + '@types/node': 20.16.12 + pg-protocol: 1.7.0 + pg-types: 4.0.2 + + '@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@eslint-community/regexpp': 4.11.1 + '@typescript-eslint/parser': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/type-utils': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/utils': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.10.0 + eslint: 8.57.1 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 + ts-api-utils: 1.3.0(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.10.0 + debug: 4.3.7 + eslint: 8.57.1 + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@8.10.0': + dependencies: + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 + + '@typescript-eslint/type-utils@8.10.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + debug: 4.3.7 + ts-api-utils: 1.3.0(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - eslint + - supports-color + + '@typescript-eslint/types@8.10.0': {} + + '@typescript-eslint/typescript-estree@8.10.0(typescript@5.6.3)': + dependencies: + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/visitor-keys': 8.10.0 + debug: 4.3.7 + fast-glob: 3.3.2 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.10.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) + '@typescript-eslint/scope-manager': 8.10.0 + '@typescript-eslint/types': 8.10.0 + '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.6.3) + eslint: 8.57.1 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/visitor-keys@8.10.0': + dependencies: + '@typescript-eslint/types': 8.10.0 + eslint-visitor-keys: 3.4.3 + + '@ungap/structured-clone@1.2.0': {} + + '@upstash/core-analytics@0.0.10': + dependencies: + '@upstash/redis': 1.34.3 + + '@upstash/ratelimit@2.0.3': + dependencies: + '@upstash/core-analytics': 0.0.10 + + '@upstash/redis@1.34.3': + dependencies: + crypto-js: 4.2.0 + + '@vercel/analytics@1.3.1(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)': + dependencies: + server-only: 0.0.1 + optionalDependencies: + next: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + react: 19.0.0-rc-cd22717c-20241013 + + '@vercel/blob@0.25.1': + dependencies: + async-retry: 1.3.3 + bytes: 3.1.2 + is-buffer: 2.0.5 + undici: 5.28.4 + + '@vercel/functions@1.4.2': {} + + '@vercel/kv@3.0.0': + dependencies: + '@upstash/redis': 1.34.3 + + '@vercel/postgres@0.10.0': + dependencies: + '@neondatabase/serverless': 0.9.5 + bufferutil: 4.0.8 + ws: 8.18.0(bufferutil@4.0.8) + transitivePeerDependencies: + - utf-8-validate + + '@vercel/speed-insights@1.0.12(next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013)': + optionalDependencies: + next: 15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013) + react: 19.0.0-rc-cd22717c-20241013 + + abort-controller@3.0.0: + dependencies: + event-target-shim: 5.0.1 + + acorn-jsx@5.3.2(acorn@8.13.0): + dependencies: + acorn: 8.13.0 + + acorn@8.13.0: {} + + agentkeepalive@4.5.0: + dependencies: + humanize-ms: 1.2.1 + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ansi-regex@5.0.1: {} + + ansi-regex@6.1.0: {} + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + any-promise@1.3.0: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + arg@5.0.2: {} + + argparse@2.0.1: {} + + aria-hidden@1.2.4: + dependencies: + tslib: 2.8.0 + + aria-query@5.1.3: + dependencies: + deep-equal: 2.2.3 + + array-buffer-byte-length@1.0.1: + dependencies: + call-bind: 1.0.7 + is-array-buffer: 3.0.4 + + array-includes@3.1.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 + is-string: 1.0.7 + + array.prototype.findlast@1.2.5: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + + array.prototype.findlastindex@1.2.5: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + + array.prototype.flat@1.3.2: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 + + array.prototype.flatmap@1.3.2: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 + + array.prototype.tosorted@1.1.4: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-shim-unscopables: 1.0.2 + + arraybuffer.prototype.slice@1.0.3: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + is-array-buffer: 3.0.4 + is-shared-array-buffer: 1.0.3 + + ast-types-flow@0.0.8: {} + + async-retry@1.3.3: + dependencies: + retry: 0.13.1 + + asynckit@0.4.0: {} + + available-typed-arrays@1.0.7: + dependencies: + possible-typed-array-names: 1.0.0 + + axe-core@4.10.1: {} + + axobject-query@4.1.0: {} + + balanced-match@1.0.2: {} + + bcryptjs@2.4.3: {} + + binary-extensions@2.3.0: {} + + boolbase@1.0.0: {} + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + buffer-from@1.1.2: {} + + bufferutil@4.0.8: + dependencies: + node-gyp-build: 4.8.2 + + busboy@1.6.0: + dependencies: + streamsearch: 1.1.0 + + bytes@3.1.2: {} + + call-bind@1.0.7: + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + + callsites@3.1.0: {} + + camelcase-css@2.0.1: {} + + caniuse-lite@1.0.30001669: {} + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + class-variance-authority@0.7.0: + dependencies: + clsx: 2.0.0 + + client-only@0.0.1: {} + + clsx@2.0.0: {} + + clsx@2.1.1: {} + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.4: {} + + color-string@1.9.1: + dependencies: + color-name: 1.1.4 + simple-swizzle: 0.2.2 + optional: true + + color@4.2.3: + dependencies: + color-convert: 2.0.1 + color-string: 1.9.1 + optional: true + + combined-stream@1.0.8: + dependencies: + delayed-stream: 1.0.0 + + commander@4.1.1: {} + + concat-map@0.0.1: {} + + cross-spawn@7.0.3: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + crypto-js@4.2.0: {} + + css-select@5.1.0: + dependencies: + boolbase: 1.0.0 + css-what: 6.1.0 + domhandler: 5.0.3 + domutils: 3.1.0 + nth-check: 2.1.1 + + css-what@6.1.0: {} + + cssesc@3.0.0: {} + + cssom@0.5.0: {} + + csstype@3.1.3: {} + + damerau-levenshtein@1.0.8: {} + + data-view-buffer@1.0.1: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + + data-view-byte-length@1.0.1: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + + data-view-byte-offset@1.0.0: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + + debug@3.2.7: + dependencies: + ms: 2.1.3 + + debug@4.3.7: + dependencies: + ms: 2.1.3 + + deep-equal@2.2.3: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.4 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.3 + side-channel: 1.0.6 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + + deep-is@0.1.4: {} + + define-data-property@1.1.4: + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + + define-properties@1.2.1: + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + + delayed-stream@1.0.0: {} + + detect-libc@1.0.3: {} + + detect-libc@2.0.3: + optional: true + + detect-node-es@1.1.0: {} + + didyoumean@1.2.2: {} + + dlv@1.1.3: {} + + doctrine@2.1.0: + dependencies: + esutils: 2.0.3 + + doctrine@3.0.0: + dependencies: + esutils: 2.0.3 + + dom-serializer@2.0.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + entities: 4.5.0 + + domelementtype@2.3.0: {} + + domhandler@5.0.3: + dependencies: + domelementtype: 2.3.0 + + domutils@3.1.0: + dependencies: + dom-serializer: 2.0.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + + drizzle-kit@0.26.2: + dependencies: + '@drizzle-team/brocli': 0.10.1 + '@esbuild-kit/esm-loader': 2.6.5 + esbuild: 0.19.12 + esbuild-register: 3.6.0(esbuild@0.19.12) + transitivePeerDependencies: + - supports-color + + drizzle-orm@0.35.1(@neondatabase/serverless@0.9.5)(@types/pg@8.11.6)(@vercel/postgres@0.10.0)(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + optionalDependencies: + '@neondatabase/serverless': 0.9.5 + '@types/pg': 8.11.6 + '@types/react': types-react@19.0.0-rc.1 + '@vercel/postgres': 0.10.0 + react: 19.0.0-rc-cd22717c-20241013 + + eastasianwidth@0.2.0: {} + + effect@3.9.2: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + enhanced-resolve@5.17.1: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + + entities@4.5.0: {} + + es-abstract@1.23.3: + dependencies: + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.3 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + data-view-buffer: 1.0.1 + data-view-byte-length: 1.0.1 + data-view-byte-offset: 1.0.0 + es-define-property: 1.0.0 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.0.3 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.6 + get-intrinsic: 1.2.4 + get-symbol-description: 1.0.2 + globalthis: 1.0.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + internal-slot: 1.0.7 + is-array-buffer: 3.0.4 + is-callable: 1.2.7 + is-data-view: 1.0.1 + is-negative-zero: 2.0.3 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + is-string: 1.0.7 + is-typed-array: 1.1.13 + is-weakref: 1.0.2 + object-inspect: 1.13.2 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.3 + safe-array-concat: 1.1.2 + safe-regex-test: 1.0.3 + string.prototype.trim: 1.2.9 + string.prototype.trimend: 1.0.8 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.2 + typed-array-length: 1.0.6 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.15 + + es-define-property@1.0.0: + dependencies: + get-intrinsic: 1.2.4 + + es-errors@1.3.0: {} + + es-get-iterator@1.1.3: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + is-arguments: 1.1.1 + is-map: 2.0.3 + is-set: 2.0.3 + is-string: 1.0.7 + isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 + + es-iterator-helpers@1.1.0: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + globalthis: 1.0.4 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + internal-slot: 1.0.7 + iterator.prototype: 1.1.3 + safe-array-concat: 1.1.2 + + es-object-atoms@1.0.0: + dependencies: + es-errors: 1.3.0 + + es-set-tostringtag@2.0.3: + dependencies: + get-intrinsic: 1.2.4 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + es-shim-unscopables@1.0.2: + dependencies: + hasown: 2.0.2 + + es-to-primitive@1.2.1: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + + esbuild-register@3.6.0(esbuild@0.19.12): + dependencies: + debug: 4.3.7 + esbuild: 0.19.12 + transitivePeerDependencies: + - supports-color + + esbuild@0.18.20: + optionalDependencies: + '@esbuild/android-arm': 0.18.20 + '@esbuild/android-arm64': 0.18.20 + '@esbuild/android-x64': 0.18.20 + '@esbuild/darwin-arm64': 0.18.20 + '@esbuild/darwin-x64': 0.18.20 + '@esbuild/freebsd-arm64': 0.18.20 + '@esbuild/freebsd-x64': 0.18.20 + '@esbuild/linux-arm': 0.18.20 + '@esbuild/linux-arm64': 0.18.20 + '@esbuild/linux-ia32': 0.18.20 + '@esbuild/linux-loong64': 0.18.20 + '@esbuild/linux-mips64el': 0.18.20 + '@esbuild/linux-ppc64': 0.18.20 + '@esbuild/linux-riscv64': 0.18.20 + '@esbuild/linux-s390x': 0.18.20 + '@esbuild/linux-x64': 0.18.20 + '@esbuild/netbsd-x64': 0.18.20 + '@esbuild/openbsd-x64': 0.18.20 + '@esbuild/sunos-x64': 0.18.20 + '@esbuild/win32-arm64': 0.18.20 + '@esbuild/win32-ia32': 0.18.20 + '@esbuild/win32-x64': 0.18.20 + + esbuild@0.19.12: + optionalDependencies: + '@esbuild/aix-ppc64': 0.19.12 + '@esbuild/android-arm': 0.19.12 + '@esbuild/android-arm64': 0.19.12 + '@esbuild/android-x64': 0.19.12 + '@esbuild/darwin-arm64': 0.19.12 + '@esbuild/darwin-x64': 0.19.12 + '@esbuild/freebsd-arm64': 0.19.12 + '@esbuild/freebsd-x64': 0.19.12 + '@esbuild/linux-arm': 0.19.12 + '@esbuild/linux-arm64': 0.19.12 + '@esbuild/linux-ia32': 0.19.12 + '@esbuild/linux-loong64': 0.19.12 + '@esbuild/linux-mips64el': 0.19.12 + '@esbuild/linux-ppc64': 0.19.12 + '@esbuild/linux-riscv64': 0.19.12 + '@esbuild/linux-s390x': 0.19.12 + '@esbuild/linux-x64': 0.19.12 + '@esbuild/netbsd-x64': 0.19.12 + '@esbuild/openbsd-x64': 0.19.12 + '@esbuild/sunos-x64': 0.19.12 + '@esbuild/win32-arm64': 0.19.12 + '@esbuild/win32-ia32': 0.19.12 + '@esbuild/win32-x64': 0.19.12 + + escape-string-regexp@4.0.0: {} + + eslint-config-next@15.0.0-rc.1(eslint@8.57.1)(typescript@5.6.3): + dependencies: + '@next/eslint-plugin-next': 15.0.0-rc.1 + '@rushstack/eslint-patch': 1.10.4 + '@typescript-eslint/eslint-plugin': 8.10.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1) + eslint-plugin-react: 7.37.1(eslint@8.57.1) + eslint-plugin-react-hooks: 5.0.0(eslint@8.57.1) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - eslint-import-resolver-webpack + - eslint-plugin-import-x + - supports-color + + eslint-import-resolver-node@0.3.9: + dependencies: + debug: 3.2.7 + is-core-module: 2.15.1 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1): + dependencies: + '@nolyfill/is-core-module': 1.0.39 + debug: 4.3.7 + enhanced-resolve: 5.17.1 + eslint: 8.57.1 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + fast-glob: 3.3.2 + get-tsconfig: 4.8.1 + is-bun-module: 1.2.1 + is-glob: 4.0.3 + optionalDependencies: + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + transitivePeerDependencies: + - '@typescript-eslint/parser' + - eslint-import-resolver-node + - eslint-import-resolver-webpack + - supports-color + + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + dependencies: + debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) + transitivePeerDependencies: + - supports-color + + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + dependencies: + '@rtsao/scc': 1.1.0 + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.5 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.10.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + hasown: 2.0.2 + is-core-module: 2.15.1 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.0 + semver: 6.3.1 + string.prototype.trimend: 1.0.8 + tsconfig-paths: 3.15.0 + optionalDependencies: + '@typescript-eslint/parser': 8.10.0(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + + eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.1): + dependencies: + aria-query: 5.1.3 + array-includes: 3.1.8 + array.prototype.flatmap: 1.3.2 + ast-types-flow: 0.0.8 + axe-core: 4.10.1 + axobject-query: 4.1.0 + damerau-levenshtein: 1.0.8 + emoji-regex: 9.2.2 + es-iterator-helpers: 1.1.0 + eslint: 8.57.1 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + language-tags: 1.0.9 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + safe-regex-test: 1.0.3 + string.prototype.includes: 2.0.1 + + eslint-plugin-react-hooks@5.0.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + + eslint-plugin-react@7.37.1(eslint@8.57.1): + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.2 + array.prototype.tosorted: 1.1.4 + doctrine: 2.1.0 + es-iterator-helpers: 1.1.0 + eslint: 8.57.1 + estraverse: 5.3.0 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.8 + object.fromentries: 2.0.8 + object.values: 1.2.0 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 + + eslint-scope@7.2.2: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + + eslint-visitor-keys@3.4.3: {} + + eslint@8.57.1: + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) + '@eslint-community/regexpp': 4.11.1 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.57.1 + '@humanwhocodes/config-array': 0.13.0 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.7 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.24.0 + graphemer: 1.4.0 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + + espree@9.6.1: + dependencies: + acorn: 8.13.0 + acorn-jsx: 5.3.2(acorn@8.13.0) + eslint-visitor-keys: 3.4.3 + + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 + + esrecurse@4.3.0: + dependencies: + estraverse: 5.3.0 + + estraverse@5.3.0: {} + + esutils@2.0.3: {} + + event-target-shim@5.0.1: {} + + fast-check@3.22.0: + dependencies: + pure-rand: 6.1.0 + + fast-deep-equal@3.1.3: {} + + fast-glob@3.3.1: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fast-json-stable-stringify@2.1.0: {} + + fast-levenshtein@2.0.6: {} + + fastq@1.17.1: + dependencies: + reusify: 1.0.4 + + file-entry-cache@6.0.1: + dependencies: + flat-cache: 3.2.0 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + find-my-way-ts@0.1.5: {} + + find-up@5.0.0: + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + flat-cache@3.2.0: + dependencies: + flatted: 3.3.1 + keyv: 4.5.4 + rimraf: 3.0.2 + + flatted@3.3.1: {} + + for-each@0.3.3: + dependencies: + is-callable: 1.2.7 + + foreground-child@3.3.0: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + + form-data-encoder@1.7.2: {} + + form-data@4.0.1: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + + formdata-node@4.4.1: + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 4.0.0-beta.3 + + fs.realpath@1.0.0: {} + + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} + + function.prototype.name@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + functions-have-names: 1.2.3 + + functions-have-names@1.2.3: {} + + get-intrinsic@1.2.4: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + + get-nonce@1.0.1: {} + + get-symbol-description@1.0.2: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + + get-tsconfig@4.8.1: + dependencies: + resolve-pkg-maps: 1.0.0 + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob@10.4.5: + dependencies: + foreground-child: 3.3.0 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + globals@13.24.0: + dependencies: + type-fest: 0.20.2 + + globalthis@1.0.4: + dependencies: + define-properties: 1.2.1 + gopd: 1.0.1 + + gopd@1.0.1: + dependencies: + get-intrinsic: 1.2.4 + + graceful-fs@4.2.11: {} + + graphemer@1.4.0: {} + + has-bigints@1.0.2: {} + + has-flag@4.0.0: {} + + has-property-descriptors@1.0.2: + dependencies: + es-define-property: 1.0.0 + + has-proto@1.0.3: {} + + has-symbols@1.0.3: {} + + has-tostringtag@1.0.2: + dependencies: + has-symbols: 1.0.3 + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + html-escaper@3.0.3: {} + + htmlparser2@9.1.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.1.0 + entities: 4.5.0 + + humanize-ms@1.2.1: + dependencies: + ms: 2.1.3 + + ignore@5.3.2: {} + + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + imurmurhash@0.1.4: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.4: {} + + ini@4.1.3: {} + + internal-slot@1.0.7: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.0.6 + + invariant@2.2.4: + dependencies: + loose-envify: 1.4.0 + + is-arguments@1.1.1: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + + is-array-buffer@3.0.4: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + + is-arrayish@0.3.2: + optional: true + + is-async-function@2.0.0: + dependencies: + has-tostringtag: 1.0.2 + + is-bigint@1.0.4: + dependencies: + has-bigints: 1.0.2 + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 + + is-boolean-object@1.1.2: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + + is-buffer@2.0.5: {} + + is-bun-module@1.2.1: + dependencies: + semver: 7.6.3 + + is-callable@1.2.7: {} + + is-core-module@2.15.1: + dependencies: + hasown: 2.0.2 + + is-data-view@1.0.1: + dependencies: + is-typed-array: 1.1.13 + + is-date-object@1.0.5: + dependencies: + has-tostringtag: 1.0.2 + + is-extglob@2.1.1: {} + + is-finalizationregistry@1.0.2: + dependencies: + call-bind: 1.0.7 + + is-fullwidth-code-point@3.0.0: {} + + is-generator-function@1.0.10: + dependencies: + has-tostringtag: 1.0.2 + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-map@2.0.3: {} + + is-negative-zero@2.0.3: {} + + is-number-object@1.0.7: + dependencies: + has-tostringtag: 1.0.2 + + is-number@7.0.0: {} + + is-path-inside@3.0.3: {} + + is-regex@1.1.4: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + + is-set@2.0.3: {} + + is-shared-array-buffer@1.0.3: + dependencies: + call-bind: 1.0.7 + + is-string@1.0.7: + dependencies: + has-tostringtag: 1.0.2 + + is-symbol@1.0.4: + dependencies: + has-symbols: 1.0.3 + + is-typed-array@1.1.13: + dependencies: + which-typed-array: 1.1.15 + + is-weakmap@2.0.2: {} + + is-weakref@1.0.2: + dependencies: + call-bind: 1.0.7 + + is-weakset@2.0.3: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + + isarray@2.0.5: {} + + isexe@2.0.0: {} + + iterator.prototype@1.1.3: + dependencies: + define-properties: 1.2.1 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + reflect.getprototypeof: 1.0.6 + set-function-name: 2.0.2 + + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + jiti@1.21.6: {} + + jose@5.9.4: {} + + js-tokens@4.0.0: {} + + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + json-buffer@3.0.1: {} + + json-schema-traverse@0.4.1: {} + + json-stable-stringify-without-jsonify@1.0.1: {} + + json5@1.0.2: + dependencies: + minimist: 1.2.8 + + jsx-ast-utils@3.3.5: + dependencies: + array-includes: 3.1.8 + array.prototype.flat: 1.3.2 + object.assign: 4.1.5 + object.values: 1.2.0 + + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + language-subtag-registry@0.3.23: {} + + language-tags@1.0.9: + dependencies: + language-subtag-registry: 0.3.23 + + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + + lilconfig@2.1.0: {} + + lilconfig@3.1.2: {} + + lines-and-columns@1.2.4: {} + + linkedom@0.18.5: + dependencies: + css-select: 5.1.0 + cssom: 0.5.0 + html-escaper: 3.0.3 + htmlparser2: 9.1.0 + uhyphen: 0.2.0 + + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 + + lodash.merge@4.6.2: {} + + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + + lru-cache@10.4.3: {} + + lucide-react@0.453.0(react@19.0.0-rc-cd22717c-20241013): + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + + merge2@1.4.1: {} + + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + mime-db@1.52.0: {} + + mime-types@2.1.35: + dependencies: + mime-db: 1.52.0 + + mime@3.0.0: {} + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + + minimist@1.2.8: {} + + minipass@7.1.2: {} + + ms@2.1.3: {} + + multipasta@0.2.5: {} + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + nanoid@3.3.7: {} + + natural-compare@1.4.0: {} + + next@15.0.0-canary.200(react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013))(react@19.0.0-rc-cd22717c-20241013): + dependencies: + '@next/env': 15.0.0-canary.200 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.13 + busboy: 1.6.0 + caniuse-lite: 1.0.30001669 + postcss: 8.4.31 + react: 19.0.0-rc-cd22717c-20241013 + react-dom: 19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013) + styled-jsx: 5.1.6(react@19.0.0-rc-cd22717c-20241013) + optionalDependencies: + '@next/swc-darwin-arm64': 15.0.0-canary.200 + '@next/swc-darwin-x64': 15.0.0-canary.200 + '@next/swc-linux-arm64-gnu': 15.0.0-canary.200 + '@next/swc-linux-arm64-musl': 15.0.0-canary.200 + '@next/swc-linux-x64-gnu': 15.0.0-canary.200 + '@next/swc-linux-x64-musl': 15.0.0-canary.200 + '@next/swc-win32-arm64-msvc': 15.0.0-canary.200 + '@next/swc-win32-x64-msvc': 15.0.0-canary.200 + sharp: 0.33.5 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + node-addon-api@7.1.1: {} + + node-domexception@1.0.0: {} + + node-fetch@2.7.0: + dependencies: + whatwg-url: 5.0.0 + + node-gyp-build@4.8.2: {} + + normalize-path@3.0.0: {} + + nth-check@2.1.1: + dependencies: + boolbase: 1.0.0 + + object-assign@4.1.1: {} + + object-hash@3.0.0: {} + + object-inspect@1.13.2: {} + + object-is@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + + object-keys@1.1.1: {} + + object.assign@4.1.5: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + + object.entries@1.1.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + + object.fromentries@2.0.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + + object.groupby@1.0.3: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + + object.values@1.2.0: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + + obuf@1.1.2: {} + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + openai@4.68.0(zod@3.23.8): + dependencies: + '@types/node': 18.19.56 + '@types/node-fetch': 2.6.11 + abort-controller: 3.0.0 + agentkeepalive: 4.5.0 + form-data-encoder: 1.7.2 + formdata-node: 4.4.1 + node-fetch: 2.7.0 + optionalDependencies: + zod: 3.23.8 + transitivePeerDependencies: + - encoding + + optionator@0.9.4: + dependencies: + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.5 + + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 + + p-locate@5.0.0: + dependencies: + p-limit: 3.1.0 + + package-json-from-dist@1.0.1: {} + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + path-exists@4.0.0: {} + + path-is-absolute@1.0.1: {} + + path-key@3.1.1: {} + + path-parse@1.0.7: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + pg-int8@1.0.1: {} + + pg-numeric@1.0.2: {} + + pg-protocol@1.7.0: {} + + pg-types@4.0.2: + dependencies: + pg-int8: 1.0.1 + pg-numeric: 1.0.2 + postgres-array: 3.0.2 + postgres-bytea: 3.0.0 + postgres-date: 2.1.0 + postgres-interval: 3.0.0 + postgres-range: 1.1.4 + + picocolors@1.1.1: {} + + picomatch@2.3.1: {} + + pify@2.3.0: {} + + pirates@4.0.6: {} + + possible-typed-array-names@1.0.0: {} + + postcss-hover-media-feature@1.0.2(postcss@8.4.47): + dependencies: + postcss: 8.4.47 + postcss-selector-parser: 6.1.2 + + postcss-import@15.1.0(postcss@8.4.47): + dependencies: + postcss: 8.4.47 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.8 + + postcss-js@4.0.1(postcss@8.4.47): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.4.47 + + postcss-load-config@4.0.2(postcss@8.4.47): + dependencies: + lilconfig: 3.1.2 + yaml: 2.6.0 + optionalDependencies: + postcss: 8.4.47 + + postcss-nested@6.2.0(postcss@8.4.47): + dependencies: + postcss: 8.4.47 + postcss-selector-parser: 6.1.2 + + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.31: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + postcss@8.4.47: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + postgres-array@3.0.2: {} + + postgres-bytea@3.0.0: + dependencies: + obuf: 1.1.2 + + postgres-date@2.1.0: {} + + postgres-interval@3.0.0: {} + + postgres-range@1.1.4: {} + + prelude-ls@1.2.1: {} + + prettier-plugin-tailwindcss@0.6.8(prettier@3.3.3): + dependencies: + prettier: 3.3.3 + + prettier@3.3.3: {} + + prop-types@15.8.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + + punycode@2.3.1: {} + + pure-rand@6.1.0: {} + + queue-microtask@1.2.3: {} + + react-dom@19.0.0-rc-cd22717c-20241013(react@19.0.0-rc-cd22717c-20241013): + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + scheduler: 0.25.0-rc-cd22717c-20241013 + + react-is@16.13.1: {} + + react-remove-scroll-bar@2.3.6(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + react-style-singleton: 2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + tslib: 2.8.0 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + react-remove-scroll@2.6.0(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + react-remove-scroll-bar: 2.3.6(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + react-style-singleton: 2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + tslib: 2.8.0 + use-callback-ref: 1.3.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + use-sidecar: 1.1.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + react-style-singleton@2.2.1(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + dependencies: + get-nonce: 1.0.1 + invariant: 2.2.4 + react: 19.0.0-rc-cd22717c-20241013 + tslib: 2.8.0 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + react@19.0.0-rc-cd22717c-20241013: {} + + read-cache@1.0.0: + dependencies: + pify: 2.3.0 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + + reflect.getprototypeof@1.0.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + globalthis: 1.0.4 + which-builtin-type: 1.1.4 + + regexp.prototype.flags@1.5.3: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 + + resolve-from@4.0.0: {} + + resolve-pkg-maps@1.0.0: {} + + resolve@1.22.8: + dependencies: + is-core-module: 2.15.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + resolve@2.0.0-next.5: + dependencies: + is-core-module: 2.15.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + retry@0.13.1: {} + + reusify@1.0.4: {} + + rimraf@3.0.2: + dependencies: + glob: 7.2.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + safe-array-concat@1.1.2: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + isarray: 2.0.5 + + safe-regex-test@1.0.3: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-regex: 1.1.4 + + scheduler@0.25.0-rc-cd22717c-20241013: {} + + semver@6.3.1: {} + + semver@7.6.3: {} + + server-only@0.0.1: {} + + set-function-length@1.2.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + + set-function-name@2.0.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + + sharp@0.33.5: + dependencies: + color: 4.2.3 + detect-libc: 2.0.3 + semver: 7.6.3 + optionalDependencies: + '@img/sharp-darwin-arm64': 0.33.5 + '@img/sharp-darwin-x64': 0.33.5 + '@img/sharp-libvips-darwin-arm64': 1.0.4 + '@img/sharp-libvips-darwin-x64': 1.0.4 + '@img/sharp-libvips-linux-arm': 1.0.5 + '@img/sharp-libvips-linux-arm64': 1.0.4 + '@img/sharp-libvips-linux-s390x': 1.0.4 + '@img/sharp-libvips-linux-x64': 1.0.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + '@img/sharp-linux-arm': 0.33.5 + '@img/sharp-linux-arm64': 0.33.5 + '@img/sharp-linux-s390x': 0.33.5 + '@img/sharp-linux-x64': 0.33.5 + '@img/sharp-linuxmusl-arm64': 0.33.5 + '@img/sharp-linuxmusl-x64': 0.33.5 + '@img/sharp-wasm32': 0.33.5 + '@img/sharp-win32-ia32': 0.33.5 + '@img/sharp-win32-x64': 0.33.5 + optional: true + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + side-channel@1.0.6: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + object-inspect: 1.13.2 + + signal-exit@4.1.0: {} + + simple-swizzle@0.2.2: + dependencies: + is-arrayish: 0.3.2 + optional: true + + slugify@1.6.6: {} + + source-map-js@1.2.1: {} + + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + + source-map@0.6.1: {} + + stop-iteration-iterator@1.0.0: + dependencies: + internal-slot: 1.0.7 + + streamsearch@1.1.0: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + string.prototype.includes@2.0.1: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + + string.prototype.matchall@4.0.11: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.7 + regexp.prototype.flags: 1.5.3 + set-function-name: 2.0.2 + side-channel: 1.0.6 + + string.prototype.repeat@1.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + + string.prototype.trim@1.2.9: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + + string.prototype.trimend@1.0.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + + string.prototype.trimstart@1.0.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.1.0 + + strip-bom@3.0.0: {} + + strip-json-comments@3.1.1: {} + + styled-jsx@5.1.6(react@19.0.0-rc-cd22717c-20241013): + dependencies: + client-only: 0.0.1 + react: 19.0.0-rc-cd22717c-20241013 + + sucrase@3.35.0: + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 10.4.5 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + tailwind-merge@2.5.4: {} + + tailwindcss-animate@1.0.7(tailwindcss@3.4.14): + dependencies: + tailwindcss: 3.4.14 + + tailwindcss@3.4.14: + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 2.1.0 + micromatch: 4.0.8 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.1.1 + postcss: 8.4.47 + postcss-import: 15.1.0(postcss@8.4.47) + postcss-js: 4.0.1(postcss@8.4.47) + postcss-load-config: 4.0.2(postcss@8.4.47) + postcss-nested: 6.2.0(postcss@8.4.47) + postcss-selector-parser: 6.1.2 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + + tapable@2.2.1: {} + + text-table@0.2.0: {} + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + toml@3.0.0: {} + + tr46@0.0.3: {} + + ts-api-utils@1.3.0(typescript@5.6.3): + dependencies: + typescript: 5.6.3 + + ts-interface-checker@0.1.13: {} + + tsconfig-paths@3.15.0: + dependencies: + '@types/json5': 0.0.29 + json5: 1.0.2 + minimist: 1.2.8 + strip-bom: 3.0.0 + + tslib@2.8.0: {} + + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + type-fest@0.20.2: {} + + typed-array-buffer@1.0.2: + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-typed-array: 1.1.13 + + typed-array-byte-length@1.0.1: + dependencies: + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + + typed-array-byte-offset@1.0.2: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + + typed-array-length@1.0.6: + dependencies: + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + possible-typed-array-names: 1.0.0 + + types-react-dom@19.0.0-rc.1: + dependencies: + '@types/react': types-react@19.0.0-rc.1 + + types-react@19.0.0-rc.1: + dependencies: + csstype: 3.1.3 + + typescript@5.6.3: {} + + uhyphen@0.2.0: {} + + unbox-primitive@1.0.2: + dependencies: + call-bind: 1.0.7 + has-bigints: 1.0.2 + has-symbols: 1.0.3 + which-boxed-primitive: 1.0.2 + + undici-types@5.26.5: {} + + undici-types@6.19.8: {} + + undici@5.28.4: + dependencies: + '@fastify/busboy': 2.1.1 + + undici@6.20.1: {} + + uri-js@4.4.1: + dependencies: + punycode: 2.3.1 + + use-callback-ref@1.3.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + dependencies: + react: 19.0.0-rc-cd22717c-20241013 + tslib: 2.8.0 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + use-sidecar@1.1.2(react@19.0.0-rc-cd22717c-20241013)(types-react@19.0.0-rc.1): + dependencies: + detect-node-es: 1.1.0 + react: 19.0.0-rc-cd22717c-20241013 + tslib: 2.8.0 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + + util-deprecate@1.0.2: {} + + web-streams-polyfill@4.0.0-beta.3: {} + + webidl-conversions@3.0.1: {} + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + + which-boxed-primitive@1.0.2: + dependencies: + is-bigint: 1.0.4 + is-boolean-object: 1.1.2 + is-number-object: 1.0.7 + is-string: 1.0.7 + is-symbol: 1.0.4 + + which-builtin-type@1.1.4: + dependencies: + function.prototype.name: 1.1.6 + has-tostringtag: 1.0.2 + is-async-function: 2.0.0 + is-date-object: 1.0.5 + is-finalizationregistry: 1.0.2 + is-generator-function: 1.0.10 + is-regex: 1.1.4 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + + which-collection@1.0.2: + dependencies: + is-map: 2.0.3 + is-set: 2.0.3 + is-weakmap: 2.0.2 + is-weakset: 2.0.3 + + which-typed-array@1.1.15: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.2 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + word-wrap@1.2.5: {} + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + wrappy@1.0.2: {} + + ws@8.18.0(bufferutil@4.0.8): + optionalDependencies: + bufferutil: 4.0.8 + + yaml@2.6.0: {} + + yocto-queue@0.1.0: {} + + zod@3.23.8: {} From 9ba1ef366987c658a7d2587778e7adc331d0c30b Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Sun, 20 Oct 2024 16:47:54 -0400 Subject: [PATCH 4/4] add seed.sql file --- scripts/seed.sql | 2691 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2691 insertions(+) create mode 100644 scripts/seed.sql diff --git a/scripts/seed.sql b/scripts/seed.sql new file mode 100644 index 0000000..fa88033 --- /dev/null +++ b/scripts/seed.sql @@ -0,0 +1,2691 @@ +BEGIN; +SET CONSTRAINTS ALL DEFERRED; + +COPY public.categories (slug, name, collection_id, image_url) FROM stdin; +erasers Erasers 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/erasers-VTz6b5E0ZNe2V5Gs4JjvvRGMvsWmhm +inking-pens Inking Pens 6 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/inking-pens-HfWBdaqugXDFP9YtT4xdZV6xyhHPCn +charcoal Charcoal 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/charcoal-ERSDh71MNc3TVmOthFRSSIfUjjlOWy +pastels Pastels 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/pastels-uAQE3LHSifZmF233ihS6RLfmSiFbdh +crayons Crayons 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/crayons-UtPMcq0HTIXZGkhxDtHdXRZdxqNlk2 +graphite-pencils Graphite Pencils 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/graphite-pencils-NuYhnNwOQhgIZ288n4FefN4T2Oj8gZ +sketchbooks Sketchbooks 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/sketchbooks-VJfVeMh0bY1ya6lFXQ5nTiY8gmnqRf +drawing-paper Drawing Paper 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/drawing-paper-TIZtJqfrBO7ghRfu1KZxLgyKDHOc1j +conte-crayons Conte Crayons 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/conte-crayons-DKnK1SXHHtMZShTj9QFZ7ndbAFbDrj +drawing-boards Drawing Boards 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/drawing-boards-IlDs2NKgNSN5MKCvFPiOklJoYzTLp4 +blending-tools Blending Tools 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/blending-tools-PhttC8l0OXOlbRHCa5ulGPFVNqy8Aq +sanguine Sanguine 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/sanguine-YXOS5z0PkLsW0mz9MfDv107DsIdhuF +fixative-sprays Fixative Sprays 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/fixative-sprays-owxmTGveP8FJ9c5jHBxEIOXqpsYcZF +calligraphy-supplies Calligraphy Supplies 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/calligraphy-supplies-F5oZTH4qY2OQSTwQu1yAUYx7bepUBd +pastel-pencils Pastel Pencils 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/pastel-pencils-hZYQUF73eIJsnh5f79p7ZkiAr4Uiet +gel-pens Gel Pens 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/gel-pens-9PWj8RuFzeypVZVc05KIK9qghGxMWl +drawing-light-boxes Drawing Light Boxes 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/drawing-light-boxes-9995M5jP8ClR1FPeeHesCxQJv4Ul0a +ink Ink 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/ink-HQ98OuZpuZrdXmuG0FcAKKXHFCZsKF +charcoal-paper Charcoal Paper 5 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/charcoal-paper-rUIy2gnwWB3tymvvlT3TZeZDAno0WT +coloring-books Coloring Books 6 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/coloring-books-UUIWOQqVKQjPuuCsfe8C2jdmyAb6Gr +drawing-accessories Drawing Accessories 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/categories/drawing-accessories-70Zp9juJyTdom0w1eIRwLZtawSXJzn +\. + + +-- +-- Data for Name: collections; Type: TABLE DATA; Schema: public; Owner: default +-- + +COPY public.collections (id, name) FROM stdin; +2 Drawing and Sketching +3 Painting Supplies +4 Ink and Calligraphy +5 Craft Supplies +6 Printmaking and Stamping +7 Sculpting and Model Making +8 Tools and Accessories +\. + + +-- +-- Data for Name: products; Type: TABLE DATA; Schema: public; Owner: default +-- + +COPY public.products (slug, name, description, price, subcategory_slug, image_url) FROM stdin; +6b-pencil-2 6B Pencil 2 6B pencil with wide lead for quick coverage 3.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-2-LZp7swNI2gxsS1woDHygMVnHWpaPsZ +sets-6 Water-Soluble Graphite Pencil Sketching Set Perfect for quick sketches and studies. 20 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-6-ZbCnIcCLEVywoB15P2x4KmyaRkF3IQ +artist-pastel-set-1 Pastel Masterpiece High-quality pastels for creating professional artworks 49.99 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-1-PJgqh2KpF3Q3LniKGkegcvi9Rpc9DL +2b-pencil-10 2B Pencil 10 2B pencil of premium quality for professionals 4.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-10-QNowMZQsfBbSwHKAXUSjVMWFjZ5Evw +soft-pastel-set-10 Pastel Velvet Luxurious velvet-like pastels for a rich and tactile experience 30.5 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-10-SRhyQlzJCoBgT62h5vXtKNdw9Pgjts +primary-color-pan-pastel-4 Primary Color Pan Pastel - Yellow Yellow primary color pan pastel for sunny hues. 5 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-4-oTcgBJKEH8BYj2N68G0FeV5RZnvp70 +oil-pastel-47 Non-Toxic Oil Pastels Safe and non-toxic for eco-conscious artists 17.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-47-htrBypDq2TFB89JkndyBzTTwS5r1hn +2b-pencil-9 2B Pencil 9 2B pencil bulk pack for art classes 24.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-9-vaUqcZSrPN9pO9vOAWp82LeRZjRK4h +8b-pencil-6 8B Pencil 6 8B pencil set with sketching accessories 22.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-6-gtV8DScGoTeNSwrhVpnkhr2rnshHDA +metallic-pencil-2 Metallic Colored Graphite Pencil - Bronze Glow Illuminate your sketches with a warm bronze glow using this metallic pencil. 3.49 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-2-rGoOCXlqvZdi50EHFAKKgwWXCojLmj +4h-pencil 4H Pencil Hard lead pencil for fine lines and details 1.79 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4h-pencil-33ldljZcB5hwpjkNd4Ngk9BAWQ4ex7 +6b-pencil 6B Pencil Extra soft lead pencil for rich, dark tones 2.59 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-AohGNGwxbvdivK6GTfPMNmeZAAI4E4 +hb-pencil-set HB Pencil Set (12 Pack) Economic set of standard drawing pencils 8.99 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-set-8ajsMYzuldeaCVN5sm3EjVPODS4jnU +hb-pencil HB Pencil Standard drawing pencil with medium hardness lead 1.99 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-0f6p3wRzXtS2sndzPjuHBdxCn5lF68 +2b-pencil 2B Pencil Soft lead pencil for dark and smooth shading 2.49 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-4aOUYZ81du5fS9SBQ0xFaNnq0xwR4b +pencil-sharpeners Pencil Sharpeners Handheld sharpeners for keeping pencils sharp 3.49 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/pencil-sharpeners-b0c2080HNXUW05jrxaTc5YuKsZtl0I +5h-pencil 5H Pencil Hard lead pencil for fine details and technical drawings 1.99 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/5h-pencil-T192VV9MNtmsyiiGEykZuJ14Iuq8B2 +0-7mm-mechanical-pencil 0.7mm Mechanical Pencil Standard lead size mechanical pencil for everyday use 5.49 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/0-7mm-mechanical-pencil-PBYpm6HGOtt0oUaFXA2eiHv99yDyE3 +3b-pencil 3B Pencil Soft lead pencil for versatile drawing techniques 2.29 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/3b-pencil-W3infg2a3t4I0aph9LPZzISdupaE7s +0-9mm-mechanical-pencil 0.9mm Mechanical Pencil Thicker lead mechanical pencil for bolder lines 5.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/0-9mm-mechanical-pencil-nGsoqdAtZbUU31mNpIhoKMbSjocLIR +mechanical-pencil-refills Mechanical Pencil Refills (0.5mm, 0.7mm, 0.9mm) Pack of lead refills for mechanical pencils 3.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/mechanical-pencil-refills-zXbCmfzVOsqNTkryLH4XyXKNBCwpQA +skin-tone-set Skin Tone Set (6 Pack) Selection of colors for realistic skin tones 6.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/skin-tone-set-Tjxcuq4kyuCCG2mrqpb9g9MK7RxQRU +premium-colors-set Premium Colors Set (24 Pack) High-quality vibrant colors for professional work 19.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/premium-colors-set-l34U3JdNutmj6AO30ffTNMpDi30bVN +colorless-blender-pencil Colorless Blender Pencil Pencil for blending and creating smooth color transitions 2.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/colorless-blender-pencil-BwP45lVHdRISBwTfgXPbq9nRptrrYq +6b-pencil-8 6B Pencil 8 6B pencil for dramatic pencil sketches 6.49 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-8-U63VyC5zheYlpCv0cm4OsJdcE871bR +jumbo-colored-pencils Jumbo Colored Pencils (5 Pack) Chunky pencils for young artists or large areas 5.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/jumbo-colored-pencils-rL2BkgMv1pcBcgF0AMp54DWOiHyBMY +erasable-colored-pencils Erasable Colored Pencils (10 Pack) Colored pencils with erasers for easy corrections 8.49 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/erasable-colored-pencils-gN2L6EgJb3Zt6yajPEqzqsUewlI849 +oil-pastel-32 Premium Oil Pastel Set of 72 Top-tier set of 72 oil pastels 49.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-32-rGjeDtOwNH9eeXCzGFUrCdBVpq03QT +xp-pen-stylus XP-Pen Stylus Dual-function stylus pen with pen and eraser tips for digital drawing and sketching. 59.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/XP-Pen-Stylus-iVh1fkFkjmcLDMzXJJBPTQ9Q8Fi2jo +large-capacity-pencil-case-with-multiple-compartments Large Capacity Pencil Case with Multiple Compartments Spacious pencil case with separate compartments for pens, pencils, erasers, and sharpeners. 12.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Large-Capacity-Pencil-Case-with-Multiple-Compartments-E4LpyeCjQjpjq9z2WYBVqJTaMHAINL +dual-tip-marker-pencils-set Dual-Tip Marker Pencils Set (12 Pack) Pencils with both fine and chisel tips for versatile use 13.49 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/dual-tip-marker-pencils-set-krOFrCRA1HTBaia6y53sjVy7s23Tfp +pastel-marker-pencils-set Pastel Marker Pencils Set (6 Pack) Soft pastel pencils that double as markers 8.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/pastel-marker-pencils-set-xG6uWHiMBKnJztFUMgs1gejSLZYMOA +skin-tone-marker-pencils-set Skin Tone Marker Pencils Set (8 Pack) Selection of shades for realistic skin tones in marker form 10.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/skin-tone-marker-pencils-set-NsTzdCqKJ74wADCYEZGOaj0bmh83dh +art-marker-pencil-eraser Art Marker Pencil Eraser Eraser designed for precise corrections with marker pencils 3.29 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/art-marker-pencil-eraser-R6F430Omt8NwMYy4XAmFgi6Z9tfmfP +long-lasting-marker-pencils Long-Lasting Marker Pencils (8 Pack) Pencils that promise durability and longevity as markers 11.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/long-lasting-marker-pencils-2BUKDkJI0BA7KSKi5xgIcFWNJIFdDx +soft-charcoal-pencil Soft Charcoal Pencil Soft and dark charcoal for smooth shading 3.49 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-pencil-T5CTuUfUpslwNX0Q9CEeCfKOPlk7mR +white-charcoal-pencil White Charcoal Pencil Opaque white charcoal for highlights and accents 2.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/white-charcoal-pencil-hEwIpr0aXe4arInav6K2UY0vMqDa67 +square-charcoal-pencils Square Charcoal Pencils (3 Pack) Pencils with a square cross-section for different marks 5.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/square-charcoal-pencils-QiBXjjfWraEijOXqvvjlc39vBR8XG8 +hard-charcoal-pencil Hard Charcoal Pencil Harder charcoal for crisp lines and details 3.29 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-pencil-jjHVBXWZ8Kf0xHGc5s0afvzYQaKSCW +compressed-charcoal-sticks Compressed Charcoal Sticks (3 Pack) Dense sticks for bold and intense charcoal work 6.49 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/compressed-charcoal-sticks-2xUPDzDdBi0Sz8iZ8Kwbni91RUVK6p +extra-long-charcoal-pencils Extra Long Charcoal Pencils (2 Pack) Long-lasting charcoal pencils for extended use 4.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/extra-long-charcoal-pencils-lYKtpVYyLotbmyOP1SjGT4FZsW9hPt +medium-charcoal-1 Medium Charcoal Pencil - 4B 4B graded medium charcoal pencil for bold lines and shading 3.49 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-1-Dvyo7ECcKVvmJK1x45xeZqrNqrT4je +metallic-pencil-5 Metallic Colored Graphite Pencil Set - Copper Luxe Experience the luxurious shine of copper in your artwork with this pencil set. 15.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-5-eRjH25gzWfUyXPL3Fy3z4iWEVwCfTQ +charcoal-drawing-5 Charcoal Portrait Drawing Set Specialized set with charcoal pencils and tools for portrait artists 39.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-5-SZsOKTYhvOPJaP8mB4UlivvW314sNc +charcoal-drawing-3 Professional Charcoal Art Set - 25 Pieces Premium set with various charcoal pencils, blocks, and tools for professionals 49.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-3-pEg2kwmv9F2KKYzTrGRiyvlf8rra4N +medium-charcoal-7 Medium Charcoal Artist Set Artist-grade medium charcoal pencils set for creating professional artwork 27.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-7-NzXayGGMu7Rv364tKuiWiv1p0viGzv +medium-charcoal-4 Medium Charcoal Sketching Set Sketching set with medium charcoal pencils and accessories for beginners 22.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-4-zEccREYxLyrw4Ml1q3zo0vRkd9JvvP +soft-charcoal-1 Soft Charcoal Pencil Set - 6 Pack Set of 6 high-quality soft charcoal pencils for expressive drawing 12.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-1-I3Rwhiys4NLn2W6uySet3Lqy6NqIrD +oil-pastel-5 Oil Pastel Set of 60 Ultimate set of 60 oil pastels 49.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-5-t7rxlgezsK0LcqE5ufnzdOiGDCoVuu +charcoal-drawing-4 Essential Charcoal Drawing Bundle Bundle containing essential charcoal drawing supplies for artists 29.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-4-sWDTsWzxr3MJTkNB0NNwK2jtS5eufb +charcoal-drawing-7 Charcoal Figure Drawing Collection Collection of charcoal pencils and tools for figure drawing studies 32.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-7-yhBfdtw54b65TxzN7PyseZzVhdx1sS +oil-pastel-3 Oil Pastel Set of 36 Comprehensive set of 36 oil pastels 29.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-3-tc8McDETQRviMemfTy4wHQhGxx2wh9 +charcoal-drawing-8 Charcoal Still Life Drawing Bundle Bundle with charcoal pencils and materials for still life drawing compositions 29.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-8-fmWkpqeI8qvDXkOfzevnykdUfCOgFq +oil-pastel-37 Artist Grade Oil Pastel Set Grade A quality oil pastels for artists 49.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-37-1rCqGA8MPKJ1bgVMamOPIDmNDDQGpn +oil-pastel-38 Professional Oil Pastel Assortment Assorted colors for professional use 43.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-38-qXEwYkBL1gGR0Csinh26v7gvNpATbb +soft-charcoal-10 Soft Charcoal Blend Stump Set Set of blending stumps for achieving smooth transitions in charcoal drawings 9.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-10-eFdb52WnSYxlfwfGF2P77dT4gVkLyI +charcoal-drawing-6 Charcoal Landscape Drawing Kit Kit with charcoal pencils and accessories for landscape drawing enthusiasts 26.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-6-WzsNC5PXxHHO2L1vVqVD724QNSAl5P +soft-charcoal-6 Soft Charcoal Pencil Set - 4B-8B Assorted set of extra soft charcoal pencils for rich dark tones 16.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-6-id78UxriwJTPyLPAAv7xcNmFmlfBsy +charcoal-drawing-10 Charcoal Mixed Media Art Kit Mixed media kit combining charcoal with other art mediums for creative projects 36.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-10-GrC5sDdK7akEJ9sZVxsKjW0I0nx1N2 +soft-charcoal-5 Soft Charcoal Pencil - B Individual softer charcoal pencil ideal for blending and shading 3.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-5-jtrOZKguynbzpESJkqrky6GmoOInVV +hard-charcoal-2 Hard Charcoal Pencil Set - 5 Pack Set of 5 hard charcoal pencils for precision drawing and sketching 11.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-2-h0s7wPUEDxFcejlsnxAL3LhrBoMK3i +specialty-charcoal-4 Charcoal Pencil Sharpener Set Set of sharpeners designed to maintain the sharpness of charcoal pencils 5.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-4-bIXHE7auwbLr9QavpEJgL5jAMgO1cw +specialty-charcoal-5 Charcoal Pencil Erasers - Pack of 3 Eraser pack specifically for correcting mistakes made with charcoal pencils 4.49 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-5-pYFDO0Em5186x9199dh8gz8NjNf76n +oil-pastel-40 Pro Artists Oil Pastel Set Set designed for professional artists 46.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-40-BOBrrGjLqvENpNfVp4gWjVVvAjCnCF +sketchbook-with-pen-loop Sketchbook with Pen Loop Sketchbook with a convenient pen loop to keep your favorite sketching pen always handy. 11.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sketchbook-with-Pen-Loop-zB1DqX692VqrWkBbxeuOkhUeT5hiCm +specialty-charcoal-7 Charcoal Pencil Blending Tool Blending tool for achieving smooth transitions and effects in charcoal art 6.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-7-hPreNbpmQydc39wpeqHeKujtWTMnOI +hard-charcoal-6 Hard Charcoal Pencil - 9B 9B graded hard charcoal pencil for very dark and smooth lines 5.29 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-6-iaXtlRiwZnSeHXYBnbI7WoEmW8JGJA +oil-pastel-14 Pearlescent Oil Pastel Set Shimmery pearlescent oil pastels 21.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-14-qOBkZU6KmyOF1TZsNTNPLwiowDCdfK +pastel-gel-highlighters Pastel Gel Highlighters Set of 8 gel highlighters in soft pastel colors that glide smoothly over paper without smudging. 9.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Highlighters-jCB4oaqB4lr6qnaKpMhAKGLOsmzttA +double-ended-blending-stump-and-tortillon-set Double-ended Blending Stump and Tortillon Set Set of 12 double-ended blending stumps and tortillons for creating smooth gradients and textures in drawings. 12.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-ended-Blending-Stump-and-Tortillon-Set-iPFeczYLOnuM8gx49UnE6MQn0chYXD +professional-set-1 Artist Sketching Essentials Comprehensive set of professional sketching pencils and tools 39.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-1-49UFMvY5bg9E1ksanqkji4624fICsv +professional-set-2 Manga Artist Collection High-quality pencils curated for manga and anime artists 44.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-2-lSPzSTrrfBDNlf79XgOmqtTQhSdbxs +travel-set-3 Cityscape Artist Kit Pencils suited for urban sketching and cityscape illustrations 34.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-3-rISBCVPbXyKa5crCmIvG3dC2TPsZ0F +hard-lead-05 Jumbo Hard Graphite Pencil 6H The hardest lead for the most delicate and detailed technical drawings. 4.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-05-DsZqIAgjrnlshvlMVIDfpoMPDSIF56 +medium-lead-05 Jumbo Medium Graphite Pencil 4H Very hard, light tones for technical drawing or sketching intricate details. 3.49 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-05-YFN5SpoVEonCpUEOoWMw8KDJhp5YiP +water-soluble-10 Jumbo Water-Soluble Graphite Pencil Painting Set All-inclusive set for artists creating aquarelle-like graphite paintings. 24.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-10-gjHw2erdmeRG9LnkWhLjfWyAYjExrV +soft-lead-08 Jumbo Soft Graphite Pencil 3-Pack (2B, 4B, 6B) Essential trio of soft lead pencils for general drawing and shading work. 8.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-08-kTcjikniESj1ljquPIBuSFgCQYX1Ox +soft-lead-03 Jumbo Soft Graphite Pencil 6B Extra soft and dark, suitable for rich, deep shadows and textures. 3.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-03-mjM3wNQ618FGQFQtRexNekAmpxwJGa +soft-charcoal-7 Soft Charcoal Artist Pencils Professional artist-grade soft charcoal pencils for fine art drawings 29.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-7-cROAsFt2vGO5Q79rk4KHAt7nca2HuS +soft-charcoal-2 Soft Charcoal Pencil - HB Single soft charcoal pencil with HB grading for versatile shading 2.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-2-hTOtEz0nMtSzmQdweTiJBnHFTH5xGL +hard-charcoal-10 Hard Charcoal Pencil - H Additional H graded hard charcoal pencil for artists requiring precision 3.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-10-DTxp1PpltMF1s1NQ7jXSkSs1ZCenrn +specialty-charcoal-1 Water-Soluble Charcoal Pencils - Set of 6 Set of water-soluble charcoal pencils for unique blending and effects 15.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-1-QclbqoI8s4RY0ezk84A3JjcSHU8CGR +oil-pastel-15 Fluorescent Oil Pastel Set Bright fluorescent oil pastels 19.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-15-r5YjdG0vX4jhiynZzepEzwmMnbnQch +specialty-charcoal-6 Tinted Charcoal Pencils - Set of 12 Set of tinted charcoal pencils for adding color accents to charcoal drawings 17.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-6-chY6Pq5do7cUMGIWQqTCVnRbxARTUM +specialty-charcoal-10 Charcoal Pencil Fixative Spray Fixative spray for preserving charcoal drawings and preventing smudging 10.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-10-YxprrZ74VRGR8UtYyrl4yNa3XCHrYS +professional-set-3 Architect's Precision Set Precision pencils and tools for architectural drawings and plans 42.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-3-JW1ElUOO1PNNbkOjmglfR2OZSP9lFi +professional-set-9 Comics Creator Kit Tailored set for comic book creators and graphic novel artists 43.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-9-OUGwL2YJyRB7T3Ehe7OH831HbzgiBi +travel-set-9 Backpacking Sketch Set Compact and lightweight pencils for sketching during backpacking trips 29.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-9-jNaWS1JY073ePTOMCflu5XDdWOMuUo +sketching-set-2 Charcoal Sketching Set Combination of graphite and charcoal pencils for dynamic sketches 24.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-2-OPWEeyiogahdYF4Nz6C0V6ggkTpfve +specialty-set-5 Ink Sketching Set Pencils that replicate ink sketches with varying line weights 22.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-5-cr3MPAEzmwr4vyr3qaCYoUbb838Nno +soft-lead-02 Jumbo Soft Graphite Pencil 4B Perfect for darker and more intense shading, great for expressive drawings. 3.49 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-02-bC2wZopUKZBio5CkOQadZLmZH8TVor +standard-graphite-set-2 2B Graphite Pencil Set Set of 10 2B graphite pencils for shading and sketching 14.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-2-riRH66t2yBN9FXlXFlgNREmGfzBM7l +sketching-set-6 Comics and Manga Set Pencils suited for comic book and manga illustrations 27.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-6-DXMLnx4ygq39ZB7BYtkUj0Nq0AV9LY +sketching-set-7 Portrait Sketching Set Pencils designed for portrait sketches and character studies 28.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-7-YKKHD0g0Kk35571We6ZUqFEHL9WVey +medium-lead-08 Jumbo Medium Graphite Pencil 3-Pack (HB, B, 2B) Essential trio of medium lead pencils for professional artwork and drafting. 8.49 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-08-zVSAihcNdVP30Vx1umrOLZJsYdnEQQ +sketching-set-8 Urban Sketching Set Pencils for on-the-go urban sketching and cityscapes 24.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-8-HCeJ79MfUwjedLalTBqT6EIjsxGF9B +soft-pencils-9 Soft Graphite Pencil Sharpener Special sharpener for maintaining pencil tips. 3 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-9-F3Xxpu3oCD8M0dCBZeSC1eGlb3F0Dd +soft-lead-06 Jumbo Soft Graphite Pencil Set (2B-6B) Convenient set with various soft leads for versatile shading techniques. 12.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-06-vdDAUtBtaYPUZRcKSNRoBErioBjjNW +student-grade-3 Learning Artist Water-Soluble Graphite Pencil Collection A variety of pencils for learning different techniques. 18 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-3-6Tc6t2bdDKuVt9WQdQ8yXjJ5YWr5Et +soft-pencils-8 Soft Graphite Pencil Tin Case Convenient storage for your soft graphite pencils. 5 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-8-Mwd0REFKDbgN1j8X4FxZ7Rld76b5j6 +student-grade-5 Junior Artist Water-Soluble Graphite Pencil Pack Encourage young artists with this starter pack. 10 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-5-yAgduVhgJqLoJfRZjfBo27jfoRlGvR +student-grade-6 Essentials Student Water-Soluble Graphite Pencil Set Basic set for students learning graphite art. 8 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-6-r6Q56T4NhMmKWC56X6PJdIMC64UqjE +student-grade-9 Art Club Water-Soluble Graphite Pencil Sampler Try different pencils with this sampler pack. 14 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-9-v2iwTenRHiCDKPuPVWhKjLvWD6H250 +student-grade-8 Practice Makes Perfect Water-Soluble Graphite Pencil Kit Kit to hone drawing skills with graphite. 25 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-8-ag4IltdoSViuOa0HmX2Abw61N5YMaE +soft-pencils-2 Soft Graphite Pencil 2B Great for sketching and initial outlines. 6 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-2-Ajy9GI3drGJjhBwQ3AF4hjEuDZjj8U +soft-pencils-4 Soft Graphite Pencil 6B Intense dark tones with minimal pressure. 8 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-4-4DW5V3tCeiWjN7uHXiNnzj6eZ99JxN +oil-pastel-set-7 Pastel Blaze Fiery oil pastels for adding passion and energy to artworks 37.99 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-7-cqmxKksZPaqeNxjUw0Rt73ikpkdRX1 +soft-charcoal-8 Soft Charcoal Pencil - 2B Medium soft charcoal pencil suitable for various techniques 4.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-8-WAVpifgZ12Mrp9lyrREXJLC47NAi0F +medium-charcoal-8 Medium Charcoal Blend Tortillion Set Set of tortillions for blending and smudging charcoal drawings 7.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-8-nYAzlE4o0Eo6RQBlrBdJWGVIElYDNq +soft-charcoal-4 Soft Charcoal Sketching Set Sketching set containing soft charcoal pencils and essential tools 24.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-4-Xusl2hRKpiq0SnL4NgVaVqSCQJ9jJF +medium-charcoal-2 Medium Charcoal Pencil Set - 3 Pack Set of 3 versatile medium charcoal pencils for different effects 9.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-2-my3MxRh9ImbrbKkJxQY7YJ1m8QDDVn +charcoal-drawing-1 Complete Charcoal Drawing Set Comprehensive set with charcoal pencils, paper, and accessories for artists 34.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-1-2kFGrs9OODnofIaRZnK2Su4ZsNdJLc +hard-charcoal-3 Hard Charcoal Pencils - Value Pack Value pack containing multiple hard charcoal pencils for artists 24.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-3-zefG8NZfbxcnQD7qrgkNb7ABPkqn4j +charcoal-drawing-2 Charcoal Sketching Kit - Beginner's Set Starter kit with charcoal pencils, erasers, and tools for beginners 19.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-2-nWM8gXOWDV7YDiLDEj7JOkczQS3kDg +hard-charcoal-7 Hard Charcoal Artist Set - 10 Pieces Professional artist set with various hard charcoal pencils for advanced drawings 32.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-7-MZYX9tNt3SCVY7um5H20FTOJWLV9GB +medium-charcoal-5 Medium Charcoal Pencil - 2H Harder medium charcoal pencil for precise lines and details 3.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-5-88rNBGfhkw71hmZtMY0fJ9YLB69WEC +hard-charcoal-4 Hard Charcoal Sketching Set Sketching set with hard charcoal pencils and accessories for professionals 29.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-4-rs8h5oy9jLKsirSd0yU5BFP7ih1boj +medium-charcoal-6 Medium Charcoal Pencil - 6B 6B graded medium charcoal pencil for dark, rich tones in drawings 4.49 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-6-BZdbsrMeiTVP7NPj1gzzJJtrsk3Dyw +professional-set-4 Illustrator's Dream Kit Versatile pencils for illustrators with a variety of styles 46.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-4-GLS1yo2oyK8lFa0mgNeMrj3snLMUYQ +professional-set-10 Mixed Media Masterclass Set of pencils perfect for mixed media artists and experimentalists 49.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-10-L4GnfsFvQM4u4g9FwPQUbugJ5ObZPk +hard-charcoal-1 Hard Charcoal Pencil - H H graded hard charcoal pencil for light lines and details 3.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-1-F6lML24liezhL6SS9lvn6HkxQX9SgB +specialty-set-8 Glow-in-the-Dark Set Pencils that glow in the dark for special effects and artworks 20.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-8-rQts9dtNnNhZUYEOKHnaZRC6HohMs8 +standard-graphite-set-8 6H Graphite Pencil Set Set of 10 6H graphite pencils for extremely light sketching 16.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-8-oJShMMSgDXQasOn92hW3ZDXv2f5biu +medium-charcoal-3 Medium Charcoal Pencils - Set of 7 Collection of 7 medium charcoal pencils in different grades for artists 18.99 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-3-XizmWSEaZlnCQLgiWrd3X5LasYl1Ic +hard-lead-09 Jumbo Hard Graphite Pencil 4-Pack (3H, 4H, 5H, 6H) Specialized set for technical professionals with varying lead hardness needs. 11.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-09-AonHtyqVmVFB0HmeX1AOylz6P0LAkT +medium-lead-10 Jumbo Medium Graphite Pencil Drawing Kit Comprehensive collection for artists looking to explore various lead grades. 18.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-10-6wR0E7wf3QQ5kYhmm5OhQxiZD6nYhp +charcoal-infused-04 Jumbo Charcoal Infused Graphite Pencil 8B The darkest and richest graphite charcoal blend for bold and impactful drawings. 4.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-04-8ZuC7jSrxvNwdwSVpVuerMDWuLe7Gk +travel-set-5 Hiking Artist Collection Pencils for creating art inspired by outdoor hiking and trails 33.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-5-uhRLGCDQ2AdFOgrhbm5okDFgoyPxNX +medium-lead-09 Jumbo Medium Graphite Pencil 4-Pack (H, 2H, 3H, 4H) Set of hard lead pencils for architectural drafting and technical linework. 10.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-09-sgTs2zNBx1EHwBOenK1SAzHTlvqJm0 +charcoal-infused-10 Jumbo Charcoal Infused Graphite Pencil Sketching Kit Comprehensive kit for sketchers wanting to explore intense dark tones. 19.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-10-Mn4FYsPwMxb3yS1VAPtjq4xJ5Kra3L +charcoal-infused-08 Jumbo Charcoal Infused Graphite Pencil 4-Pack (B, 3B, 5B, 7B) Variety pack for blended charcoal and graphite drawings, offers unique effects. 12.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-08-9i1CpXsXfZMON7rwzbYW7OaOsKsrfZ +soft-lead-07 Jumbo Soft Graphite Pencil Set (4B-10B) A set of soft lead pencils for creating a wide range of values and textures. 15.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-07-J2j15NZmLraIsvbgJBDLb6uroovoNk +soft-lead-04 Jumbo Soft Graphite Pencil 8B Extremely soft lead for the darkest shades and dramatic effects in artwork. 4.49 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-04-YHuboIwPEpi7DXRsdv0OzLi2Fjdm4f +oil-pastel-set-8 Pastel Glow Glowing and luminous oil pastels for radiant effects 35.75 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-8-7semAWxH1gn1XuLRVRY3g4ns8jtSrH +specialty-set-2 Neon Vibrant Pencil Set Fluorescent neon colored pencils for striking drawings 21.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-2-RxwbNUbAtR4lJLyrRCR8PBW7B5sNaI +professional-set-6 Charcoal and Graphite Master Set Combination set for artists who work with both charcoal and graphite 48.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-6-VsrAuOvYVG4miIsXocVJYAVSV7c0eY +travel-set-1 Portable Sketching Essentials Compact set for sketching on-the-go and while traveling 29.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-1-3Vb9yCsTPV39TxOtduf4r0RVe5EHnD +specialty-set-7 Marble Texture Pencil Set Pencils with marbled texture for creating textured drawings 26.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-7-DIkZq4u6JIXR2BlcfwDiIOXr6p0cG7 +specialty-set-9 Glass Effect Pencil Set Pencils that mimic glass-like effects in drawings and designs 27.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-9-p08Zf2QMTz6w1dbgxlU3Vv4HT28nqk +specialty-set-10 Holographic Drawing Set Pencils that create holographic and shimmering effects on paper 28.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-10-YJkcFTLVheEURuM9yOqbWsR7KrR61d +sketching-set-10 Mixed Media Sketch Set Versatile pencils for mixed media artworks and experimental sketches 26.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-10-CUOAYwBsPREWKkpStjes0tjaNIQge2 +standard-graphite-set-6 2H Graphite Pencil Set Set of 10 2H graphite pencils for fine details and light sketching 14.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-6-MMVN4RGUPIbDEbouYoD2db7y1jlNBB +sketching-set-9 Landscape Drawing Set Pencils for capturing scenic landscape views and natural beauty 25.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-9-8ZbKSStzZZrlhH0dOcBFuA5XlvW2Z4 +hard-lead-03 Jumbo Hard Graphite Pencil 4H Super hard graphite pencil ideal for technical drawing and intricate linework. 3.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-03-qvAKCqDgMpekhu3l5A3chSGykM8Dto +standard-graphite-set-9 8H Graphite Pencil Set Set of 10 8H graphite pencils for ultra-fine details 17.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-9-raOV7Kkr4FdFjZb3UpqPazZUWQpnEA +sketching-set-4 Nature Sketching Set Earth-toned pencils for nature-inspired sketches and drawings 23.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-4-GSZ4zMXM7AsrTgEPY9SvyoAuZl4dmy +standard-graphite-set-10 9H Graphite Pencil Set Set of 10 9H graphite pencils for the lightest possible sketching 18.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-10-GcddWSKPgg2jlUcvdqLygfe0bMG03r +hard-lead-04 Jumbo Hard Graphite Pencil 5H Premium quality hard lead pencil for architects and drafting professionals. 4.29 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-04-WRq863zsBGIf8c3Nn4XTXsH5tQMW9M +medium-lead-02 Jumbo Medium Graphite Pencil F Light to medium darkness, perfect for fine lines and technical drawing. 2.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-02-2kruWJPj4Me0GqlVsNfFQUbRxzTgV4 +medium-lead-01 Jumbo Medium Graphite Pencil HB All-purpose pencil for everyday use, blending durability and dark tones. 2.49 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-01-uiOelxsbyeBcYJDgNt2lIjzC8mMTeY +charcoal-infused-03 Jumbo Charcoal Infused Graphite Pencil 6B Offers intense dark tones with a charcoal-like texture, ideal for dramatic art. 4.49 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-03-dRioi1TrIEn8pHnefYeov01CacvenL +medium-lead-04 Jumbo Medium Graphite Pencil 2H Extra hard lead suitable for detailed work requiring fine lines and control. 3.49 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-04-FccY1eLNYIuWShIcsfdonUAqH63j83 +water-soluble-05 Jumbo Water-Soluble Graphite Pencil Set (4B-8B) Set of water-soluble pencils for blending and creating washes in graphite art. 14.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-05-o5jSCDTu1dT3kgrqn8iwWaPG8IJNal +charcoal-infused-09 Jumbo Charcoal Infused Graphite Pencil Art Set Complete art set for artists looking to experiment with charcoal-graphite combinations. 21.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-09-g0CkvsquemS1YgTUDpmMfENIQWKwfV +soft-lead-01 Jumbo Soft Graphite Pencil 2B Ideal for shading and sketching, this soft lead pencil offers smooth application. 2.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-01-BlKo6uQb0CVwhCLLHC0oxvJaWBX0t6 +water-soluble-06 Jumbo Water-Soluble Graphite Pencil Set (6B-10B) Kit with dark water-soluble pencils for artists emphasizing rich tones and washes. 17.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-06-erPmBP2OG6TzcWNontNNA1agacDQR3 +soft-lead-10 Jumbo Soft Graphite Pencil Sketching Kit Complete set for beginners and professionals, perfect for sketching projects. 19.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-10-Xy2YNvE7cjV1K18a2sHizu1MlTdJQj +soft-lead-09 Jumbo Soft Graphite Pencil 4-Pack (HB, 2B, 4B, 6B) Variety pack for intermediate shading needs, from light to dark tones. 10.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-09-2veNq4zt0KjPqz7fw5q0dSfMGw5hDs +medium-lead-07 Jumbo Medium Graphite Pencil Set (F, H, 2H, 4H) Kit with a range of medium-hard lead pencils for technical illustrations. 12.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-07-pJCApiYIFJ64CU4KG4p9hIIgzybHYu +soft-pencils-1 Soft Graphite Pencil HB Ideal for shading and light details. 5 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-1-jx3HMKCvHeYH8tciNXdsgxRqyJPyFg +sets-9 Water-Soluble Graphite Pencil Accessories Kit Includes essential tools for graphite art. 15 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-9-ffMSWJrogRvw5HSs3vnnnuzYvLBjyX +soft-pencils-5 Soft Graphite Pencil 8B Deep shadows and rich contrasts. 9 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-5-J2ot2ie9U1yGTr9YQk8OMw3cJihQ2e +sets-5 Water-Soluble Graphite Pencil Mixed Media Set Combine graphite with other mediums. 35 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-5-UNOTxQZNcYouLKLx619obwYOxoWbwt +sets-10 Water-Soluble Graphite Pencil Beginner's Set Starter set for those new to water-soluble pencils. 18 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-10-gbXDR1E4LkU44CsnPfW8h50RBMKmRV +artist-grade-1 Professional Water-Soluble Graphite Pencil HB Premium pencil for professional artwork. 8 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-1-p1m4jKdhRoGlbqO6ZzhC9p8nKArIgg +hard-pencils-1 Hard Graphite Pencil 2H For fine lines and detailed work. 5 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-1-z5rw96xNns0DWzhHKjfaEJZb80wFqH +artist-grade-7 Pro Water-Soluble Graphite Pencil Sharpener Precision sharpener for professional use. 7 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-7-xUHXJygMO4fMOqV5CMyaypU5lpBqvE +artist-grade-8 Studio Water-Soluble Graphite Pencil Eraser High-quality eraser for artists. 5 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-8-pHS2hAgAB8uaIpiPNK62Am6Oskggxl +hard-pencils-2 Hard Graphite Pencil H Lighter shades with precise control. 6 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-2-Np2FYFELgnjv8F7XyuWpoMkxGW9PJC +artist-grade-10 Maestro Water-Soluble Graphite Pencil Extender Extend the life of your premium pencils. 10 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-10-LlrwjyPCBKoDSKMdLWEIQIuB9aLLDz +artist-grade-9 Artisan Water-Soluble Graphite Pencil Blender Blend graphite like a true artist. 8 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-9-mck7YYGMEjPsktUbtMitr0CaG5j0hM +hb-pencil-9 HB Pencil 9 HB pencil set of 12 for various drawing techniques 8.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-9-DXuAVASpc7o6HlyhWsCz0KNStDzNn6 +4b-pencil-5 4B Pencil 5 4B pencil with ergonomic grip for comfort 4.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-5-QnZmRWNOZuHFqghdPuMYnnGfowfD9E +hb-pencil-10 HB Pencil 10 HB pencil bulk pack for schools and offices 29.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-10-mH6rRxwNVJFxIYsyRqvKp7kHHesdQM +4b-pencil-1 4B Pencil 1 4B pencil for rich, dark lines in drawing 2.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-1-1B4LRN2H6dzZjDE78uolfG2vUZcVD7 +4b-pencil-3 4B Pencil 3 4B pencil pack with varied graphite shades 12.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-3-l5uoxgtDITvdB3BjhqTwxjHHDgxBkh +4b-pencil-9 4B Pencil 9 4B pencil with refillable lead for sustainability 6.49 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-9-4MAV2UE7yNUZ4lDNFY1h5FQplnQmuv +2b-pencil-2 2B Pencil 2 Smooth 2B pencil for effortless writing 1.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-2-iEbQN8EtEwAEmE6uBL0uRhyqktbCG2 +hard-pencil-1 Drafting Pencil Designed for precise technical drawings and drafts. 4.49 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-1-OrbZB2bTsz3aTHYKtSreHhhs1w7dEh +2b-pencil-4 2B Pencil 4 2B pencil set of 6 for drawing enthusiasts 9.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-4-ttrxw25VuSSFnqXhdODCYE4o2teCWp +6b-pencil-9 6B Pencil 9 6B pencil set with artist-quality lead 9.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-9-mscMjkpIds1deal1IbD6pDheJPLD7n +6b-pencil-1 6B Pencil 1 6B pencil for intense shading and bold strokes 4.49 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-1-ke8mPEJdty6YSeMLp4LGvWbTMewgc3 +soft-pencil-5 Water-Soluble Graphite Pencil Allows for unique watercolor effects in your art. 6.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-5-jWDS8Gji7O4QRJH81K1wVymmFIpCdE +soft-pencil-1 Soft Sketching Pencil Ideal for drawing and shading with a smooth lead. 3.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-1-c6AImmKHFgxAWlz6x0ZT63ISTStbyR +choice-set-2 Artists' Favorite Graphite Collection Curated selection of top-rated graphite pencils for artists. 34.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-2-ewLewFvBp7NUSBcNSoQPeGbXcyoeCj +soft-pencil-10 Pocket-sized Graphite Pencils Convenient for sketching on the go. 1.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-10-nbJ1m7TxjEVS2Uzc5juBA3wRrjG54U +choice-set-1 Professional Sketching Bundle Complete set of premium graphite pencils for professional artists. 39.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-1-RJEl5OyE0zMGjKSrKPQext8koFPY7e +soft-pencil-6 Professional Grade 9B Pencil Extra soft lead for creating deep contrasts. 7.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-6-lL1q38NerpJoBxmsUb6zwbxpBiURtK +soft-pencil-8 Tinted Graphite Pencil Set Adds a unique touch of color to your graphite art. 12.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-8-D6LlrJKUBh6ZQBMGruHw9C1VOaZ3FT +artist-pastel-set-4 Pastel Elegance Elegant pastels for sophisticated and refined art 59.99 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-4-oB1A9ZpekSpa5XRb1LZU0GLjgmFdZj +soft-pencils-3 Soft Graphite Pencil 4B Perfect for darker shading and texture work. 7 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-3-bgex2TU1ZaVmHJ02VSDMAfO6mDzMXB +sets-2 Water-Soluble Graphite Pencil Set (24 pcs) Extended range for professional artists. 45 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-2-DEagGM7LJWNDnude1EeArdjM74h8Ip +hard-pencils-3 Hard Graphite Pencil 2H Extra hard lead for crisp lines. 7 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-3-GtJQjb3d1Ub8HSGrDqyrcz6fReugRf +hard-pencils-8 Hard Graphite Pencil Blender Tool for blending and smoothing hard graphite. 5 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-8-lwXBMuPvJ7c75uxuyWHsjLOisCmeJe +hard-pencils-10 Hard Graphite Pencil Storage Case Protect and organize your hard pencils. 8 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-10-PRfIpxfxE9eiZOCpn4XdU96iqCdGJE +hard-pencils-7 Hard Graphite Pencil Eraser Special eraser for hard graphite marks. 3 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-7-VevvgikKcbeTiVP5CrN23w0jjZL0Wp +hard-pencils-5 Hard Graphite Pencil 6H Very light and precise details. 9 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-5-aIWwCU6kQq2EqIZdmZFnEdoa6vRRz3 +artist-grade-3 Master Water-Soluble Graphite Pencil 6B Ultimate dark shades with smooth blending. 10 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-3-BSAjHGWkn46iHAFwBHvd0i0FzsBcfT +hard-pencils-6 Hard Graphite Pencil Set (6 pcs) A comprehensive range for detailed drawing. 30 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-6-ijdu2qc4jQSvW6c58RmQF3YXboSdqJ +sets-4 Water-Soluble Graphite Pencil Drawing Kit All-in-one set for drawing and shading. 40 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-4-8hwvoKZxYWRo81VhRIHBrJzdGHCSBc +hb-pencil-2 HB Pencil 2 Classic HB pencil with a comfortable grip 1.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-2-fL7sk26331lPdvGLhdhE9Wkfr27Ke4 +specialty-pencil-4 Jumbo Graphite Pencil Extra thick pencil for bold sketches and shading. 7.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-4-Bw7jGAMNQxF6RqV1m5b6pDvcjc05DI +4b-pencil-8 4B Pencil 8 4B pencil bulk pack for art students 29.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-8-38BxA0lJxpaChm7CNLJ4iifyekCHEI +hb-pencil-7 HB Pencil 7 HB pencil made from sustainable wood materials 2.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-7-NpBPWWyexhnmMZwLLSQv3m9fzSyOxm +muted-pencil-6 Muted Colored Graphite Pencil - Lavender Fields Find serenity in the gentle lavender shades of this muted colored pencil. 2.49 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-6-Aj0IenBLkGfWhZuc23uPEBNP4HtTX7 +specialty-pencil-7 Graphite Pencil Assortment Pack Assorted graphite pencils for experimenting with different tones. 10.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-7-QE5BcEKdocC0mMgSndRwKrymjemNjM +muted-pencil-10 Muted Colored Graphite Pencil - Desert Sands Feel the warmth of desert sands in your artwork with this muted colored pencil. 2.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-10-pIu0nTvAkcnyRzh7Izz7LpTpIZX3bu +2b-pencil-7 2B Pencil 7 2B pencil designed for smooth sketching 2.49 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-7-eYzMT0QmPpXw8kXC82PgLwjDcPgfDX +specialty-pencil-1 Watercolor Pencil Set Graphite pencils that can be blended with water for watercolor effects. 11.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-1-JnY2siVh0ns19bI3O0tasnoQhoM0fr +2b-pencil-1 2B Pencil 1 2B pencil with dark, soft lead for shading 3.49 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-1-jnUfJmuNCAPWnQ9mXJxjHr56OIyfIu +watercolor-pencil-8 Watercolor Colored Graphite Pencil - Cherry Blossom Capture the delicate beauty of cherry blossoms with this watercolor pencil. 4.49 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-8-TY9RqMTdlluwXBE4lzHcrN1IzCfVJ3 +metallic-pencil-3 Metallic Colored Graphite Pencil Set - Golden Treasure Discover the richness of gold with this metallic colored pencil set. 16.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-3-JnFlhC72QKSWrZERW9YrZXUkDNZC6y +neon-pencil-5 Neon Colored Graphite Pencil Set - Neon Glow Illuminate your sketches with the glowing neon colors in this pencil set. 16.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-5-TsWZl2tCjZqP2g4PuGfxWXTK0gGa5z +metallic-pencil-6 Metallic Colored Graphite Pencil - Platinum Perfection Create a sense of sophistication with this platinum metallic colored pencil. 3.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-6-KNpwaNPD6L3ABpOOygLJm1aZdPljQT +metallic-pencil-7 Metallic Colored Graphite Pencil Set - Emerald Enchantment Capture the mystical allure of emeralds with this metallic pencil set. 17.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-7-DeUlBYBlUenM6lVScsrGq16EhcyKeL +neon-pencil-7 Neon Colored Graphite Pencil Set - Neon Frenzy Experience a frenzy of neon colors and creativity with this pencil set. 14.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-7-LKPBLJbIe2dpA2W9bkhJfon2fy1rxo +hb-pencil-5 HB Pencil 5 Reliable HB pencil perfect for daily use 1.79 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-5-I2oaEV7K7UmaiNqQA8DfpidqDN2iht +8b-pencil-3 8B Pencil 3 8B pencil pack of 8 for value and quality 17.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-3-IvBrlJe0blmhPJmfHb2xvuo9kBRpHD +8b-pencil-2 8B Pencil 2 8B pencil with rich graphite for dark tones 3.49 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-2-FZ5zswOYBNEksQ8uqMyulBo06wU9RK +8b-pencil-9 8B Pencil 9 8B pencil with triangular shape for comfort 6.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-9-dk7JCM2X71Ybp6WiHnMaDQ0Oyz806e +8b-pencil-5 8B Pencil 5 8B pencil for creating bold and expressive marks 5.49 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-5-jgTqbjttK7eWZi3DFHVUidTBM1RmIH +hb-pencil-3 HB Pencil 3 HB pencil ideal for shading and sketching 3.49 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-3-AVVwUUK1eh2i96e73RgguODCMVTnjJ +6b-pencil-3 6B Pencil 3 6B pencil set of 4 for expressive sketching 11.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-3-sObeJSjgqHboO6lhwn79vBFciUC0Ix +6b-pencil-4 6B Pencil 4 6B pencil with hexagonal barrel design 5.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-4-zLHMBmabLEGzxSuFCqLvhXTmEBcN5O +6b-pencil-5 6B Pencil 5 6B pencil pack with blending tortillons 18.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-5-qdDjyq5lTDUY0BztKmIdO6BH7YbKo8 +6b-pencil-7 6B Pencil 7 6B pencil bulk pack for creative projects 34.99 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-7-N6DogSCMnODj3oMHgToNp2xDIFLAkA +8b-pencil-10 8B Pencil 10 8B pencil for creating dramatic shadow effects 5.29 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-10-rPZUp4EkxQibXk8eVdFNb5T0zee77V +sketching-pencil-1 Premium Sketching Set High-quality pencils for professional sketching. 16.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-1-x23Bak8FX63h42yhnHJjhoT95S1Tv8 +6b-pencil-6 6B Pencil 6 6B pencil suitable for life drawing sessions 4.79 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-6-aXcmRdHq1VU2P3vCvZJJ9UKzfv2Jo5 +sketching-pencil-6 Mixed Media Sketching Kit Includes pencils suitable for various art media. 19.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-6-tKoCDFMp4V8DAqLUkuge5TZ8zdsOEw +sketching-pencil-5 Artist's Essential Sketch Set Basic set for artists starting their sketching journey. 9.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-5-eaUUsN1lHghu8aPiaGjdtrMGS5AjDt +hard-pencil-2 H-Series High-Density Pencil Provides a hard lead for fine lines and details. 5.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-2-5Nm43i5Vrg8PFQl2xa4VqEsbTZFYMK +sketching-pencil-4 Sketching Pencil Roll Set Portable set for artists on the move. 13.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-4-bZEgZ4A8BRdK7iWzMMnUlI28wiD2WE +sketching-pencil-9 Travel Sketching Pencil Set Compact set for sketching while traveling. 11.49 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-9-X4HNc4msYB95kHYqIVHpRQp0l0sOlx +hard-pencil-5 Ergonomic Grip Pencil Comfortable pencil for long drawing sessions. 7.49 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-5-de3EgeiEQrL77HcwIiVQWQbGyHdWNZ +hard-pencil-4 Non-Smudge Sketch Pencil Ensures clean and precise lines without smudging. 3.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-4-JunGOhwSgS0itWntVSniY1dbzbDn7F +hard-pencil-7 Economical Hard Pencil Pack Great value pack for everyday drawing needs. 9.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-7-6LpsG59Levw9mq2VgQaPswNkocKLrS +soft-pencil-2 Charcoal Pencil Perfect for achieving dark, rich tones in sketches. 4.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-2-yJgvnJkyGntb0GPVCOHYwgyCTHBq9m +specialty-pencil-5 Multifunctional Graphite Set Includes pencils that can be used for sketching and watercolor. 14.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-5-9KVnsFOKAyp1AzLJXr7894xJtLItxy +specialty-pencil-8 Premium Metallic Sketching Set High-quality metallic pencils for sketching and highlighting. 16.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-8-Xk5ksGvBj6V6HyJTm55bYydsOTQS0o +choice-set-9 Artists' Graphite Sketchbox Portable sketchbox filled with graphite pencils for on-the-go drawing. 26.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-9-E8RHeLmAmL9Pd5g5xAbspn1a24xm0Q +hard-pencil-9 Thin Lead Mechanical Pencil Ideal for fine lines and technical drawings. 6.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-9-kmLrBCgK5wTmiWvRRX6j1o7lVPsF5z +muted-pencil-9 Muted Colored Graphite Pencil Set - Misty Mountains Explore the mystery of misty mountain hues with this pencil set. 14.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-9-e6sG40hGDOdEuHKkkdK8kV00miUbQW +muted-pencil-7 Muted Colored Graphite Pencil Set - Winter Frost Experience the cool crispness of winter frost with this pencil set. 13.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-7-j3SVD0FQlUrFhEOCeQuBNmD5s0htDO +watercolor-pencil-5 Watercolor Colored Graphite Pencil Set - Tropical Paradise Transport yourself to a tropical paradise with this vibrant watercolor pencil set. 19.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-5-kbbza3PllQyIiPX9HWR6opHzy7v0jA +metallic-pencil-1 Metallic Colored Graphite Pencil Set - Silver Shimmer Add a touch of silver shimmer to your artwork with this metallic pencil set. 14.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-1-AWoShk9tGPGjxKXWSXjKmVvoIDHjPk +neon-pencil-10 Neon Colored Graphite Pencil - Neon Orange Zest Add a zesty burst of neon orange to your sketches with this lively pencil. 2.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-10-EY85aczL9IRKNc5erjoYo6eXIVgcI9 +metallic-pencil-10 Metallic Colored Graphite Pencil - Diamond Dust Add a touch of diamond-like sparkle to your artwork with this metallic pencil. 4.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-10-cViNJP9s9u0cQsWNrMO4KJPo9hmRVN +metallic-pencil-8 Metallic Colored Graphite Pencil - Sapphire Sparkle Bring a spark of sapphire brilliance to your sketches with this metallic pencil. 5.49 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-8-LBrfIdoJsi6Xue5qIl2tYrjhb4fEWq +metallic-pencil-4 Metallic Colored Graphite Pencil - Rose Gold Radiance Achieve a radiant rose gold effect in your drawings with this metallic pencil. 4.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-4-64HNexg2OUh9PZYwq02b944bAW7CV1 +charcoal-drawing-set Charcoal Drawing Set Complete set of charcoal drawing essentials for artists of all levels. 29.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Drawing-Set-2qglIr0cudLzLnwLgcrG2iVC19WOWf +choice-set-7 Graphite Pencil Sampler Pack Sampler pack of various graphite pencils for trying out different brands. 19.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-7-7mraoY8M1ZzJhmZnRIKiNxD1WESBeY +specialty-pencil-2 Colored Graphite Pencils Graphite pencils in vibrant colors for unique artworks. 9.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-2-R1ODAc0VPlpHmCTiochtr7E8pmIUEr +specialty-pencil-3 Metallic Graphite Pencils Pencils with metallic finishes for adding shine to drawings. 8.49 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-3-PTzq16ytBZjPk8ZKDqnIzqeWhMAoEF +specialty-pencil-6 Art Deco Graphite Pencil Collection Artistic pencils inspired by Art Deco design. 13.49 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-6-6RWHl4WYdCampKWwDr0M89wyddGJBK +muted-pencil-8 Muted Colored Graphite Pencil - Timber Trail Journey through the rich tones of a timber trail with this muted pencil. 3.49 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-8-KR293ucFxvm2Lr0Ukged0Xk2CYKCOF +choice-set-5 Master Artists' Graphite Set Premium collection of graphite pencils favored by master artists. 69.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-5-ILSO7GbQCzczoAZuIZSL26a1ckzk3N +choice-set-4 Ultimate Sketching Arsenal Extensive set of graphite pencils for professional sketching projects. 59.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-4-E9S9JDVnwotVrAZcFeAmHq4VoCIt1V +muted-pencil-5 Muted Colored Graphite Pencil Set - Coastal Calm Immerse yourself in the peaceful hues of the coast with this pencil set. 12.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-5-wesxKfiTFr4q9AUgNec1T9nk2YbZOv +muted-pencil-2 Muted Colored Graphite Pencil - Dusty Rose Explore the subtle beauty of dusty rose tones with this muted colored pencil. 2.49 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-2-5ZrGCqp4uLtBooyWJlhHvIt7STCrLo +muted-pencil-4 Muted Colored Graphite Pencil - Misty Morning Evoke the tranquility of a misty morning with this muted colored pencil. 2.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-4-RXALKCxoRwceobX9IIXPEPJoG9kSkg +watercolor-pencil-6 Watercolor Colored Graphite Pencil - Citrus Splash Infuse your artwork with a splash of citrus vibrancy using this watercolor pencil. 3.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-6-t5Hr03eUSduM4m6eWriRszcfcz9LOh +watercolor-pencil-9 Watercolor Colored Graphite Pencil Set - Enchanted Forest Embark on a journey through an enchanted forest of colors with this pencil set. 18.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-9-cZjJLBR7zBhVOOj6l4gVuERGD8x2xE +watercolor-pencil-7 Watercolor Colored Graphite Pencil Set - Moonlit Serenade Evoke the beauty of a moonlit night with this watercolor pencil set. 16.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-7-uJKxQgT8sTVtSCgpLFtetGrdB229u1 +watercolor-pencil-1 Watercolor Colored Graphite Pencil Set - Floral Fantasy Experience a fantasy of floral colors with this watercolor colored graphite pencil set. 16.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-1-Qpn8LUIFXZPg2AekIx5JPO5KPaokjc +choice-set-6 Signature Sketching Pencil Kit Personalized kit of graphite pencils for customized sketching experiences. 44.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-6-h2xrXIsXlEI38MchNY4VqFi9uVYVD3 +watercolor-pencil-10 Watercolor Colored Graphite Pencil - Sunshine Yellow Bring the warmth of sunshine to your sketches with this watercolor pencil. 3.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-10-CaXwcVhoLQsc67eMDADiSz3bWYecWB +neon-pencil-9 Neon Colored Graphite Pencil Set - Neon Sunrise Awaken your creativity with the fiery neon colors in this pencil set. 15.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-9-6xBOgF0fPQCI74Stqn2B6gGJfVWMfx +neon-pencil-6 Neon Colored Graphite Pencil - Neon Green Burst Infuse your artwork with a burst of neon green vitality using this pencil. 2.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-6-v57OM7uVAAnMtiy8BuoJQHpmXOdGTm +neon-pencil-8 Neon Colored Graphite Pencil - Neon Purple Haze Get lost in the mesmerizing hues of neon purple with this vibrant pencil. 3.49 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-8-EZvrfGNuBRsXN2DAluoEgeIMWGJRQb +watercolor-pencil-4 Watercolor Colored Graphite Pencil - Violet Dreams Indulge in dreamy violet shades with this watercolor colored pencil. 4.49 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-4-SyRXjZuVFE4u2WHadVlXxeoTo5C9kv +metallic-pencil-9 Metallic Colored Graphite Pencil Set - Ruby Rhapsody Experience the vibrant beauty of rubies with this metallic pencil set. 18.99 metallic-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pencil-9-JClqnalYMZSll34bcw7XYEjGZI1xe8 +artist-pastel-set-3 Pastel Luminary Luminous pastels that shine in artwork 47.75 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-3-G8JRKyksZ2brzTGhtVH1GQPRmxd1wc +artist-pastel-set-6 Pastel Visionary Innovative pastels for visionary artists pushing boundaries 58.99 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-6-G3NY7XD9oZyAOEKJGHCHFuI62Cg8RY +artist-pastel-set-10 Pastel Legacy Carry on the legacy of pastel art with this comprehensive set 51.25 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-10-kTyHTKh5wOsoUscIrhaCQcyHmDXIkb +oil-pastel-set-4 Pastel Fusion Blendable oil pastels for creating unique color mixtures 34.99 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-4-niw7nL1ZFn4tMuhj48iaGhPNM8JHiO +oil-pastel-set-6 Pastel Blush Soft and delicate oil pastels for a gentle touch in art 32.99 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-6-orwBkEetzzg2dUFWJZtlpVAaVbrlx3 +soft-pastel-set-1 Pastel Dream A beautiful set of soft pastels for creating dreamy artworks 25.99 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-1-wMIoRJGVAKbl9Qcl2u0476UMKUD6lv +soft-pastel-set-4 Pastel Blossom Vibrant pastels to bring your artwork to life 19.99 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-4-uTenrhFOI5iuLHADrVjo6U4nvzvO4H +soft-pastel-set-5 Pastel Glow Glowing pastel shades for adding warmth to your art 27.75 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-5-rJlsGkQjFKxwGSK9CeI41owm06bOgx +beginner-pastel-set-5 Pastel Learning Set designed for learning and experimentation with pastels 14.25 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-5-5jS0V4XeEwfbG1cyVeQlL67bpxfM7d +soft-pastel-set-9 Pastel Lullaby Calming pastels for soothing and peaceful artworks 26.25 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-9-Kc918BNE6eocCiKoJmPBY6SF1gecRY +blending-stumps Blending Stumps Set of blending stumps for smudging and blending charcoal drawings. 6.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stumps-ACFtUxRq7geUsJIGr2OF9MHzaIoBjA +charcoal-erasers Charcoal Erasers Special erasers designed for erasing charcoal without smudging. 4.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Erasers-9Q5MpwP9eX4cFBILOHSivW8u34H91C +compressed-charcoal-set Compressed Charcoal Set Set of compressed charcoal sticks for varying line widths and shading. 15.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compressed-Charcoal-Set-CZNghimczE4y8yimxKvBP7ylYaWtgX +charcoal-sharpening-block Charcoal Sharpening Block Sharpening block specifically designed for charcoal sticks and pencils. 5.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Sharpening-Block-EcjCqNnVwKmh6DNkm6o6jqt6Mp58Ck +charcoal-pencils Charcoal Pencils Set of charcoal pencils for precise drawing and sketching. 8.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Pencils-MT24flZjM4Opc9iA8xzWpqCzXeUwD6 +charcoal-sketch-pad Charcoal Sketch Pad Sketch pad specially designed for charcoal drawing techniques. 7.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Sketch-Pad-rpyOchU5yNMW7j52rJm32c50y7fVLg +charcoal-fixative-spray Charcoal Fixative Spray Fixative spray for protecting charcoal drawings from smudging and fading. 11.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Fixative-Spray-T2daqHACTrFPsJerhpSdRmcZ12cIRS +willow-charcoal-stick-set Willow Charcoal Stick Set Set of various sizes of high-quality willow charcoal sticks for sketching and drawing. 9.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Stick-Set-LFgUJs3ExmZ0hISdYuzeWC8hH2wO2v +willow-charcoal-pencils Willow Charcoal Pencils Set of willow charcoal pencils for detailed drawing and shading work. 14.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Pencils-i3ABDVhZQBrjdYBzWIsuu4Ao5EYV4q +extra-soft-willow-charcoal-stick Extra Soft Willow Charcoal Stick Single extra soft willow charcoal stick for creating delicate and expressive lines. 1.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Extra-Soft-Willow-Charcoal-Stick-QiZBOLcZ5FoyhG8evEVCkhoIewbYGf +willow-charcoal-powder Willow Charcoal Powder Fine willow charcoal powder for creating subtle tonal gradations and soft effects. 5.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Powder-v7XEWoxJy0YBdZq9JfNX0G4GecfrNx +willow-charcoal-eraser Willow Charcoal Eraser Special eraser designed for correcting and refining willow charcoal artwork. 4.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Eraser-ihMAfrSgNAN6wXQUogJ0hJWheisPA4 +compressed-willow-charcoal-blocks Compressed Willow Charcoal Blocks Set of compressed willow charcoal blocks for creating bold and intense marks. 7.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compressed-Willow-Charcoal-Blocks-dG2ko9RHjRQaFk2viYmI7wVWs50QaR +vine-willow-charcoal-stick Vine Willow Charcoal Stick Single vine willow charcoal stick for smooth and rich shading. 3.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vine-Willow-Charcoal-Stick-7pARRzommu06UXplR33W1mkoO9XfKr +willow-charcoal-drawing-set Willow Charcoal Drawing Set Complete set of willow charcoal sticks, pencils, and accessories for all drawing needs. 29.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Drawing-Set-0Z8SMPrBvjvnEb8PLRZsFqBDOclr8f +art-nouveau-floral-embroidery-kit Art Nouveau Floral Embroidery Kit Create your own stunning art nouveau floral embroidery with this kit. 29.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Floral-Embroidery-Kit-vnfY2Ibq1cT1yVL5Cz2bAqSaLn8zxI +vine-charcoal-1 Soft Vine Charcoal Produces smooth and velvety textures 4.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/vine-charcoal-1-9lnKIImxVfSeI27qKCI4GKBt5X3JwH +charcoal-set-1 Beginner's Charcoal Set Perfect kit for starting with charcoal drawing 14.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-set-1-m7L18cK3Sh8HODz16EpJdce9VGCkd4 +oil-pastel-set-1 Pastel Fusion Blendable oil pastels for creating unique color mixtures 34.99 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-1-aqptEbZkt0miFn2mzgqkeUDszjfVWG +charcoal-stick-1 Thin Willow Charcoal Stick Ideal for sketching and fine details 5.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-stick-1-0OQluoOpQxR7POlbUFwisgmuM1rTEs +oil-pastel-set-9 Pastel Dusk Dusky oil pastels for creating twilight-inspired art 38.5 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-9-ZspkC1WhjExHthEdHCk4Rrwng1OZIa +oil-pastel-set-10 Pastel Dream Dreamy oil pastels for creating ethereal and fantastical art 33.25 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-10-RY6xYHntHizQn4w6flA0dCqnUuXpia +artist-pastel-set-2 Pastel Virtuoso Vibrant and versatile pastels for skilled artists 55.5 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-2-hJoCjiiC7ynKaow9wBEkyOj0TaqDVq +artist-pastel-set-7 Pastel Essence Essential pastel set for all your artistic needs 52.99 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-7-BmcoF5Qn9zdzQrutshB1tX4ZLdKri8 +artist-pastel-set-5 Pastel Opulence Opulent pastels for creating luxurious and rich art pieces 63.25 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-5-m22Ns1Yt1K1nEeGcxg40Gp9hyA9JEd +artist-pastel-set-9 Pastel Radiance Radiant pastels for artworks that glow with brilliance 57.5 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-9-amShMTKItMlrKyRddduwmSNj58l0xb +artist-pastel-set-8 Pastel Harmony Harmonious pastels for balanced and peaceful art 54.75 artist-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-pastel-set-8-edXi2YTmmht3BLMsc9eEzDyHfuHZhq +oil-pastel-set-5 Pastel Harmony Harmonious oil pastels for balanced and peaceful art 39.25 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-5-LicBuP9e162Q9nsQdwKudJZWSNrDRw +soft-pastel-set-2 Pastel Harmony Harmonious colors perfect for blending and layering 29.99 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-2-kaU2xGazrjwJU363GC0qnlxm2Ca8rZ +oil-pastel-set-2 Pastel Shimmer Shimmery oil pastels for adding a touch of glamour to art 36.5 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-2-9inDgQUU8CBjbBZVInbdg6fwjC01Ag +soft-pastel-set-3 Pastel Serenity Create tranquil scenes with this serene pastel set 21.5 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-3-wPFBSV55wH8ETF2wPKPrnqKADJOiom +beginner-pastel-set-1 Pastel Starter Starter set for beginners to explore the world of pastels 19.99 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-1-Cs0M1zpXRJ29HCThvMuGzP0myWks9W +oil-pastel-set-3 Pastel Wave Fluid and flowing oil pastels for expressive artwork 30.75 oil-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-set-3-uYDa1vBf9xX7p50GLWW3sdI1y6IIzQ +soft-pastel-set-6 Pastel Whisper Subtle pastels for creating delicate and soft effects 24.5 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-6-aJkS36pVsTirFVjzvcDR2PLXCZW4nr +beginner-pastel-set-3 Pastel Essential Essential pastels for learning key techniques in pastel art 17.75 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-3-DFezC3IlecGTvOJKNy6gnD96YqR7vq +beginner-pastel-set-4 Pastel Discovery Discover the joy of pastel art with this introductory set 12.99 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-4-DerizoucoB7RXKzbeHDGg9NbsaAqxS +beginner-pastel-set-6 Pastel Fundamentals Fundamental pastels to build a strong pastel art foundation 18.99 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-6-iqB6s3VdUbsEJLvP6My5skhel8JeG1 +beginner-pastel-set-9 Pastel Adventure Adventurous pastels for trying out new art styles 20.5 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-9-QchmQAAHmjrZAnY3JmU3Kmteq2csdp +hard-pastel-set-2 Pastel Intensity Intensely pigmented hard pastels for bold and vibrant art 23.5 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-2-fSC139lduMT2F0AevjFKCwlOo2igHk +hard-pastel-set-1 Pastel Edge Hard pastels with sharp edges for precise details in artwork 18.99 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-1-aFupuWXOXxEmnbKGF8KpwnxlChNClG +hard-pastel-set-5 Pastel Burst Explosive colors in a hard pastel set for dynamic artworks 25.25 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-5-gHj9eyhzY4MLvRx7KBEgFgzYh0dJQx +hard-pastel-set-4 Pastel Earth Natural earthy tones in a set of hard pastels for landscapes 29.99 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-4-hVy4E9SUEsISUhLiYnYTuE1CIsdKxZ +hard-pastel-set-3 Pastel Rock Create textured effects with these rock-like hard pastels 20.75 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-3-Da2dcwwlXrztdMhIWTrpzFbG1RwQNH +hard-pastel-set-6 Pastel Blaze Blazing hot colors in a hard pastel set for fiery artwork 32.99 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-6-cj2ZMF5T4CT80sM6BNWcL4ePNkvuME +hard-pastel-set-10 Pastel Etch Etching-like effects with these hard pastels for intricate art 24.25 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-10-HLWWpA832gCeBybwCENnHOyGsef9DK +hard-pastel-set-9 Pastel Spark Vibrant and sparkly hard pastels for adding glittering accents 28.5 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-9-zV59V792hGglxO8BJo51VfNCOWthOs +soft-pastel-set-8 Pastel Mist Misty pastel shades for adding a touch of mystery to your art 22.99 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-8-gCYauJDUNmy6ZcbOd1U1jTM9qhzav3 +soft-pastel-set-7 Pastel Aurora Capture the colors of the northern lights with this pastel set 33.99 soft-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pastel-set-7-diSAqxgFthFJcIiv9oCw53hVFwA1jV +beginner-pastel-set-2 Pastel Basics Basic pastels for foundational studies in pastel art 15.5 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-2-grkynAR5VY9hol4IM1fAhjQz94aT6f +beginner-pastel-set-7 Pastel Exploration Explore different colors and techniques with this set 16.99 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-7-MTQSNoQeIjabB1WNcy26kQkI1NkIZC +beginner-pastel-set-10 Pastel Starter Kit Complete starter kit for diving into pastel art 24.25 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-10-BNWeqI2VNSpW4Cb0W8NQqqWdV5cRrb +beginner-pastel-set-8 Pastel Journey Embark on a colorful journey with these beginner pastels 21.75 beginner-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/beginner-pastel-set-8-mvg27PrJVnaZM56O3efOVmyTAfCgMe +hard-pastel-set-7 Pastel Stone Muted stone-inspired colors for creating solid structures in art 21.99 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-7-LpY4AyMJlSNvtuSDAYDHvl6qeuPtBA +primary-color-pan-pastel-1 Primary Color Pan Pastel Set of 10 A set of 10 primary color pan pastels for color theory studies. 28 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-1-Fb0zbUCzsV4EVFuv6om4VU7EVVQWfX +primary-color-pan-pastel-6 Primary Color Pan Pastel - Orange Orange primary color pan pastel for vibrant warmth. 7 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-6-qTtJuXssNCtiHj8GALGJi2ODhsG2sm +metallic-pan-pastel-3 Metallic Pan Pastel - Golden Gleam Golden gleam metallic pan pastel for radiant highlights. 7.25 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-3-QkooZWXsAK2w2xw9sR1pLi8mLJ9YSB +hard-pastel-set-8 Pastel Sharp Sharp and defined hard pastels for clean and precise lines 19.75 hard-pastel-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pastel-set-8-XZ19pGflNsZwCFub0T6nIe00wdM8qi +earth-tone-pan-pastel-3 Earth Tone Pan Pastel - Terracotta Terracotta earth tone pan pastel for clay-like colors. 7 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-3-YeAVD6FvG5HPcIBpA2nd8rvUifuhA4 +neon-pan-pastel-3 Neon Pan Pastel - Neon Green Neon green pan pastel for striking accents. 5.75 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-3-hUova1dN7aRsKFDJlyeqYolnfwQoDV +neon-pan-pastel-8 Neon Pan Pastel - Neon Red Neon red pan pastel for fiery accents. 6.75 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-8-EZwLvrhOHkUSRqJdSKd0QSNf4Wjm4G +metallic-pan-pastel-6 Metallic Pan Pastel - Ruby Radiance Ruby radiance metallic pan pastel for jewel-like tones. 8.75 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-6-IzlQ30G2q6n5BvW9e0gYCbLzAKe1pQ +metallic-pan-pastel-9 Metallic Pan Pastel - Amethyst Aura Amethyst aura metallic pan pastel for mystical hues. 9.25 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-9-GC1ClVKdVjICdJJjipkFxbtWyIki1i +soft-pan-pastel-7 Soft Pan Pastel - Warm Brown Warm brown pan pastel for earthy tones and textures. 7 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-7-zWlGtLf73KfXusHyUs2CpVDLl8ll2W +soft-pan-pastel-2 Soft Pan Pastel - Sky Blue Single soft pan pastel in a beautiful sky blue color. 5 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-2-3pDHWxQTjQX9EO3EhKoA6UowfnxNCJ +soft-pan-pastel-1 Soft Pan Pastel Set of 10 A set of 10 soft pan pastels for smooth blending and shading. 25 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-1-MNKw46QbNOspO0o6L7NktJF6w77BIu +oil-pastel-41 Recycled Oil Pastels Made from recycled material 12.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-41-nclTnH3ioDMHtVUff3M2WfHz9Iz4uM +earth-tone-pan-pastel-8 Earth Tone Pan Pastel - Bark Brown Bark brown earth tone pan pastel for natural textures. 7.25 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-8-rpMxg7aVuNynETmIAdJlvqcCxAqgLH +soft-pan-pastel-3 Soft Pan Pastel - Rose Pink Vibrant rose pink soft pan pastel for stunning artworks. 5.5 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-3-iVF61X0HeIxPC9LoLxRiNEn9jbJQQs +oil-pastel-6 Individual Oil Pastel - Red Single red oil pastel stick 1.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-6-zkUB3FZ3lKAVYAmKFzSjlYijlPYmxy +oil-pastel-29 Sparkle Oil Pastels for Kids Oil pastels with glitter for kids 12.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-29-i7yTMCYYjiB6VVd2iSFI4SPI5xKypw +oil-pastel-43 Sustainable Oil Pastel Set Set made from sustainable sources 16.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-43-MyjPf1qgP0zpTllksaw1oiw5GwOHra +oil-pastel-7 Individual Oil Pastel - Blue Single blue oil pastel stick 1.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-7-uu3xlstDEIsMImBdyoAkIpEm36YvK9 +oil-pastel-22 Jumbo Oil Pastels for Kids Large jumbo oil pastels for kids 13.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-22-1BkABDbLbLzrFAshLeZmBMmxD9wqgl +oil-pastel-33 Archival Oil Pastels Long-lasting archival-quality oil pastels 44.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-33-G5iSwViaUZHhfeOdOxhCO3muqlaySB +primary-color-pan-pastel-3 Primary Color Pan Pastel - Blue Blue primary color pan pastel for calming blues. 6 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-3-A0qHpiHbOXQuF4bmMoIVmRKqKg85Wu +oil-pastel-8 Individual Oil Pastel - Green Single green oil pastel stick 1.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-8-HILaynXWS8A33tyg2KN7Or13kMtU1W +primary-color-pan-pastel-2 Primary Color Pan Pastel - Red Red primary color pan pastel for bold statements. 5.5 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-2-unJnAlwkUkc0ya94VZKkNnDtWeMgFG +neon-pan-pastel-1 Neon Pan Pastel Set of 10 A set of 10 neon pan pastels for vibrant pop. 27 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-1-3TKLGVcb1leNiQQuHXffUKMj3DnYpc +neon-pan-pastel-7 Neon Pan Pastel - Neon Purple Neon purple pan pastel for vibrant purples. 7.5 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-7-GTCRkhYGVuTxQSBg0gu8IvcQiHN3Pd +earth-tone-pan-pastel-10 Earth Tone Pan Pastel - Forest Green Forest green earth tone pan pastel for deep forest tones. 8 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-10-0vDQ65qKM7XVR0RqTxh0Ai9QauIxCe +soft-pan-pastel-6 Soft Pan Pastel - Emerald Green Rich emerald green pan pastel for lush landscapes. 8.25 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-6-HiZ1a7OjIGXs4Ci0sqR7NmwcCBscRB +soft-pan-pastel-8 Soft Pan Pastel - Burnt Sienna Burnt sienna pan pastel for expressive coloration. 6 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-8-jQNZfGt23q5esg4nhTt3unIVBCTpt2 +oil-pastel-2 Oil Pastel Set of 24 Extended set of 24 oil pastels 19.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-2-lBM5yjEBQX4L6Pzx1rASsI7ngxajZT +metallic-pan-pastel-10 Metallic Pan Pastel - Opal Opulence Opal opulence metallic pan pastel for iridescent effects. 10 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-10-1wOYzezDcsnXRW9kvH2lMU9JkadmGe +metallic-pan-pastel-2 Metallic Pan Pastel - Silver Shimmer Silver shimmer metallic pan pastel for metallic sheen. 5.75 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-2-lwQ9XyAXe2cKiM2iVyORnGAKka9S4n +soft-pan-pastel-5 Soft Pan Pastel - Lavender Soothing lavender pan pastel for calming compositions. 6.75 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-5-PFpuuR6b7I5PHBbrOQ4f3HdswKTdvm +soft-pan-pastel-9 Soft Pan Pastel - Pearl White Pearl white pan pastel for highlights and subtle effects. 5.25 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-9-tx3U26wOh4oWI7anviREs0JWqB4lPk +soft-pan-pastel-10 Soft Pan Pastel - Black Velvet Intense black velvet pan pastel for dramatic contrasts. 7.5 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-10-76hdcRdk6v5dEfwyQFkhDkjyQGvLz9 +oil-pastel-49 Eco-Friendly Artist Oil Pastels Designed for artists who care for the environment 25.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-49-ukg17P4BN41jOc8ETZPGZtzkeUR917 +earth-tone-pan-pastel-7 Earth Tone Pan Pastel - Slate Gray Slate gray earth tone pan pastel for subtle grays. 6.75 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-7-I6eyCz9b1Fz1QiI9w5Uad5SHH58R8e +oil-pastel-28 Rainbow Oil Pastel Set for Kids Set of rainbow colors for kids 10.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-28-ddP2Tjgb8O9frJPDKD3uxKEOJuWeHb +neon-pan-pastel-5 Neon Pan Pastel - Neon Yellow Neon yellow pan pastel for sunshine hues. 5.5 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-5-IM6wGfBqJBP7f7lrFQ9uaZZJCMV1YZ +earth-tone-pan-pastel-6 Earth Tone Pan Pastel - Mocha Mist Mocha mist earth tone pan pastel for coffee-inspired hues. 7.5 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-6-QIY6mDGmdlo359D9lx24waC20Hdimh +earth-tone-pan-pastel-1 Earth Tone Pan Pastel Set of 10 A set of 10 earth tone pan pastels for naturalistic tones. 32.5 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-1-BSCD4oXFlORqii7oYQNmwjqyFa3Eix +neon-chalk-pastel-paper-pad Neon Chalk Pastel Paper Pad Special paper designed for optimal results with neon chalk pastels. 7.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Paper-Pad-b8RvLla7mY7upVnby35dOaargR1i1X +neon-chalk-pastel-fixative-spray Neon Chalk Pastel Fixative Spray Spray fixative to protect and preserve neon chalk pastel artwork. 8.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Fixative-Spray-F9patiRzjsKxqKRIshlWUXFAWMq7wb +neon-chalk-pastel-palette Neon Chalk Pastel Palette Palette with compartments for organizing and mixing neon chalk pastel colors. 3.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Palette-GbBXmmUVjqB7OFL2vrtMIiS6F2yHrS +plastic-palette-knife Plastic Palette Knife Single plastic palette knife for easy cleanup and mixing of paint on palettes. 3.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plastic-Palette-Knife-IJT8AdZ2si00ZrDOXJVfh8FjJQlSjn +neon-chalk-pastel-easel Neon Chalk Pastel Easel Adjustable easel for comfortably working on neon chalk pastel artwork. 29.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Easel-rvyLGHgPLQKLqxwzQNxwFmzXv3zaxU +wooden-handle-palette-knife Wooden Handle Palette Knife Palette knife with a wooden handle for comfortable grip and control when applying paint. 8.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Handle-Palette-Knife-kAsNXYKdmUSOwiF7T1Qi7FvAEx5kf6 +angled-palette-knife Angled Palette Knife Angled palette knife for easily mixing and applying paint at different angles. 6.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Palette-Knife-0szvdVAQhKFe7buyI7eFUSEsxWkg1k +apple-pencil Apple Pencil Precision stylus pen for drawing, note-taking, and more on iPad and iPad Pro. 99.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Apple-Pencil-KfIthp5PrUAEmGa3dv544Mz7vpqXPA +neon-pan-pastel-10 Neon Pan Pastel - Neon Violet Neon violet pan pastel for intense purples. 8 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-10-NedPGNpkqV3IAmjA5hysYl75uc5mvP +earth-tone-pan-pastel-4 Earth Tone Pan Pastel - Olive Brown Olive brown earth tone pan pastel for rich greens. 6.25 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-4-uF43J0wDmo5OZ6nwX5C9f8b6wdBXWv +oil-pastel-17 Earth Tones Oil Pastel Set Set of earthy tone oil pastels 17.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-17-7YWPfuKny38JVjSYmnEnMwbOr6P2QY +primary-color-pan-pastel-9 Primary Color Pan Pastel - Magenta Magenta primary color pan pastel for striking pinks. 8 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-9-HVhAyiPyQDTPv2fn5FxjS0A8s0WxBx +neon-pan-pastel-6 Neon Pan Pastel - Neon Blue Neon blue pan pastel for cool tones. 6.75 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-6-6vidF0JKYIiNqkRWeH8qtfC5SYT8bl +oil-pastel-30 Beginner Oil Pastel Kit for Kids Starter kit for young artists 18.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-30-TZ5nJVgjTEHmBkXA7Y1UOUvMOm6kY6 +oil-pastel-45 Fair Trade Oil Pastels Support fair trade with these pastels 21.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-45-Ayml8SsCNp6sLJY5tgDmUOVq2B0LF6 +metallic-pan-pastel-5 Metallic Pan Pastel - Copper Lustre Copper lustre metallic pan pastel for vibrant accents. 6.5 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-5-Z8wAPBvY7pqpDQSr5MWCELXnH6ojVM +oil-pastel-48 Green Oil Pastel Collection A green alternative for environmentally friendly artists 23.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-48-9jlSOhm8pSgq1oOCeekAI2ygrgP8ax +oil-pastel-21 Kids' Oil Pastel Set of 24 Child-friendly set of 24 oil pastels 11.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-21-AJw7URYukCs5IMUKFHQMvYT4OFU0uG +oil-pastel-44 Organic Oil Pastel Set Organic materials used in these pastels 18.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-44-IIA5S54qPJAevCvTHYqaTBK4au5TYc +oil-pastel-50 Earth-Friendly Oil Pastel Set Set that respects the earth we live on 27.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-50-sUs9HTEsEi9d2wXp7GKHppBrKWdDMA +oil-pastel-4 Oil Pastel Set of 48 Large set of 48 oil pastels 39.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-4-xSiM4SAvz0ZGwVEfxyp5mIhYm7cQqE +oil-pastel-9 Individual Oil Pastel - Yellow Single yellow oil pastel stick 1.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-9-riWTyPdBJvsxbG45VzOlvcb7od7xqB +oil-pastel-34 Professional Artist Oil Pastels Specially formulated for professional artists 54.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-34-djyN0sFO9qbCMT9b2b2C8G1HdRTBeR +oil-pastel-31 Artist Series Oil Pastel Set High-quality oil pastels for professionals 39.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-31-BARiniVbr02AJpgmnWpALclYVt3eir +oil-pastel-36 Extra-Fine Oil Pastel Set Set of extra fine oil pastels for detailed work 47.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-36-pn0AFg7Et0ZKmKuhVc6dtUMDjseRCu +oil-pastel-39 Master's Oil Pastel Collection Collection of master oil pastels 59.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-39-8AnbTxJbug1hePg5gemwXobmKs8O8D +oil-pastel-11 Metallic Oil Pastel Set Set of metallic oil pastels 14.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-11-RXMNyI0dAhvs5sFuzoDIKhgjtAKOMy +oil-pastel-12 Neon Oil Pastel Set Vibrant neon oil pastels 16.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-12-0HK2gC8PXTFJsc5IUPnFFIH4xL9K8c +oil-pastel-16 Glitter Oil Pastel Set Set of glitter-infused oil pastels 23.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-16-asypQuyuqTxPhmlPsmuYzis5pcY7s5 +oil-pastel-18 Iridescent Oil Pastel Set Set of iridescent oil pastels 22.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-18-LTBVqgVRyG2CHWWGQfTsdOPQKYx1k6 +oil-pastel-20 Artists' Oil Pastel Set Professional-grade oil pastels 29.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-20-EzI6HrR69BwOlCWNwbPDxOvrOvRVHF +flexible-palette-knife Flexible Palette Knife Flexible palette knife for smooth application of paint and creating soft edges. 7.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Flexible-Palette-Knife-7RZfFxoL5N1rTlRgOEtnTHcJ4yaTgx +palette-knife-with-spatula Palette Knife with Spatula Palette knife with spatula end for mixing and spreading paint with precision. 10.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palette-Knife-with-Spatula-1hAuO9GEwHzG70InLZ9zYTqnq2IsEh +palette-knife-set-with-case Palette Knife Set with Case Set of 3 palette knives with a convenient case for storage and portability. 14.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palette-Knife-Set-with-Case-w1dOgs9Q6gOKtdHZNG6cI7dyZDOqGM +palette-knife-scraper Palette Knife Scraper Palette knife scraper for removing excess paint and cleaning palettes with ease. 5.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palette-Knife-Scraper-MQV9b47dFW3L8kNptsRmIuPOWsyYpn +palette-knife-with-diamond-tip Palette Knife with Diamond Tip Palette knife with a diamond-shaped tip for creating intricate textures and patterns. 11.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palette-Knife-with-Diamond-Tip-mB5aHIw227sxssjy2obQYFmS3MUXQC +copic-sketch-markers-set Copic Sketch Markers Set Professional-grade alcohol-based markers with dual tips for precise coloring. 89.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copic-Sketch-Markers-Set-HTD6ok6zoKJUiXa9orNsqfgQEItIfU +primary-color-pan-pastel-8 Primary Color Pan Pastel - Cyan Cyan primary color pan pastel for refreshing blues. 6.75 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-8-gIpBn7rhPW7mOL0C85QZKnUiiyXFPP +primary-color-pan-pastel-10 Primary Color Pan Pastel - Black Black primary color pan pastel for depth and shadows. 7 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-10-5wYKQQEwEIDmAaQpGGo3KOwrIKp30x +earth-tone-pan-pastel-5 Earth Tone Pan Pastel - Sandy Taupe Sandy taupe earth tone pan pastel for neutral shades. 5.75 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-5-Ccq90IJiYMP1vBqafk7FQQaka02vy8 +earth-tone-pan-pastel-9 Earth Tone Pan Pastel - Pumpkin Spice Pumpkin spice earth tone pan pastel for warm pumpkin hues. 6.5 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-9-Pv8jvLmX5OPpnxgX7yTzr8LLzRbq1U +metallic-pan-pastel-1 Metallic Pan Pastel Set of 10 A set of 10 metallic pan pastels for shimmering effects. 30.5 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-1-PZSa4qfBEFLknWWvzy0SNBMKj4hjkr +neon-pan-pastel-2 Neon Pan Pastel - Neon Pink Neon pink pan pastel for electric effects. 6.25 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-2-3gtFywQT97zVIEnvp10blU5lI97eeg +oil-pastel-35 Soft Oil Pastels for Artists Smooth and soft oil pastels for blending 41.99 professional-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-35-7atrxi4XZoDRn9f0Qu09atX6ctvtPS +metallic-pan-pastel-7 Metallic Pan Pastel - Sapphire Sparkle Sapphire sparkle metallic pan pastel for deep blues. 7.75 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-7-QYAoNJszJSXlujLTtI2lV0HpTUYFeb +oil-pastel-27 Glow-in-the-Dark Oil Pastels Oil pastels that glow in the dark 16.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-27-TQRl84LlFOBBJ1Yfeq79F1aWGK0wNy +oil-pastel-13 Skin Tone Oil Pastel Set Range of skin tone oil pastels 18.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-13-TfdbiVCe2tU0RpyrLi8LJNTmR4pFDJ +medium-vine-charcoal-sticks Medium Vine Charcoal Sticks Pack of 6 medium hardness vine charcoal sticks for sketching and detail work. 7.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Medium-Vine-Charcoal-Sticks-rBjfhzbLYQ0ADGwklgOHlox6dp3uXM +soft-vine-charcoal-sticks Soft Vine Charcoal Sticks Set of 12 soft vine charcoal sticks for drawing and shading. 9.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Soft-Vine-Charcoal-Sticks-x7UOwponB8rQHOs0uGfW0E7PqxNwW7 +hard-vine-charcoal-pencils Hard Vine Charcoal Pencils Set of 3 hard vine charcoal pencils for precise lines and details. 5.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Vine-Charcoal-Pencils-cg6wqPfxw0KKRbSk7eaTgQjfQc8DLe +vine-charcoal-drawing-set Vine Charcoal Drawing Set Complete drawing set with various grades of vine charcoal sticks and pencils. 15.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vine-Charcoal-Drawing-Set-ZKIHTXoPvnIxWSWjTyeFOzuSdlCwg4 +compressed-vine-charcoal-sticks Compressed Vine Charcoal Sticks 5-pack of compressed vine charcoal sticks for darker, richer blacks in artwork. 11.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compressed-Vine-Charcoal-Sticks-XxLU7wiQdFwqtuJimAUPXgMrGxMIdw +natural-vine-charcoal Natural Vine Charcoal Organic, natural vine charcoal for a unique drawing experience. 3.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Natural-Vine-Charcoal-vC1YjNesWJr4W3uVf7HIwhTCHj35we +fine-art-vine-charcoal-set Fine Art Vine Charcoal Set Professional-grade vine charcoal set for fine art drawing and sketching. 19.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fine-Art-Vine-Charcoal-Set-XkeZbW3omEHWnkpI6wsJObiBFsQ2q2 +vine-charcoal-blending-stumps Vine Charcoal Blending Stumps Set of 4 blending stumps for smudging and blending charcoal drawings. 6.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vine-Charcoal-Blending-Stumps-awAW0xf2dNJFQsoYSPXVmCkSR3C1vt +bulk-pack-of-vine-charcoal-sticks Bulk Pack of Vine Charcoal Sticks Economical bulk pack of 50 vine charcoal sticks in assorted sizes. 23.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bulk-Pack-of-Vine-Charcoal-Sticks-3xrZ9Jj7AksnssUKEBZfiWEZ3tbUcY +vine-charcoal-sketchbook Vine Charcoal Sketchbook Sketchbook with vine charcoal paper, perfect for charcoal sketches and drawings. 12.99 vine-charcoal https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vine-Charcoal-Sketchbook-sX6YuCCR1PCoBNHtG0ea4pCEQgDXdv +winsor-and-newton-promarker-set Winsor & Newton Promarker Set High-quality alcohol-based markers with blendable ink and vibrant colors. 29.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Promarker-Set-EwCvEoFa8SNzOiAvCjwHDJxrNB8KQ0 +shinhan-touch-twin-markers Shinhan Touch Twin Markers Professional artist-grade alcohol-based markers with ergonomic design for comfort. 49.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Shinhan-Touch-Twin-Markers-6Yqw0lRAtaX5apZsULjfHl3WnttH7h +touchfive-dual-tip-markers-set TouchFive Dual Tip Markers Set Dual-tip alcohol-based markers set with a wide range of colors for creative projects. 19.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/TouchFive-Dual-Tip-Markers-Set-F3Cn0B8eoV02VNltPn3LvtDlSAOLOU +bianyo-classic-series-markers-set Bianyo Classic Series Markers Set Classic alcohol-based markers set with a sturdy carrying case for on-the-go creativity. 26.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bianyo-Classic-Series-Markers-Set-4ztlRSMUEWO1r5Enbul14EAlkrJrfV +prismacolor-premier-double-ended-art-markers Prismacolor Premier Double-Ended Art Markers Premier dual-ended art markers with fine and chisel tips for precise coloring. 39.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Double-Ended-Art-Markers-SqbfW0EQXtkGZfb6tbcVIeEu50ICJE +primary-color-pan-pastel-7 Primary Color Pan Pastel - Purple Purple primary color pan pastel for royal tones. 7.5 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-7-lNEp1kiH0KpIUxNVJqa8IjgoGJdEn9 +neon-pan-pastel-9 Neon Pan Pastel - Neon Turquoise Neon turquoise pan pastel for refreshing colors. 7 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-9-Cswj6NuqrBaodgUJDNxiKO8TVmoQSI +2h-pencil 2H Pencil Hard lead pencil for light and precise drawing 1.89 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2h-pencil-7pJ2JJwO7p3jNaTeszADTNa6zhAvWI +0-5mm-mechanical-pencil 0.5mm Mechanical Pencil Fine lead mechanical pencil for precise drawing 4.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/0-5mm-mechanical-pencil-oGATYjQ4S1oDnl5xwFoASQUR270bsx +mechanical-pencil-erasers Mechanical Pencil Erasers (10 Pack) Replacement erasers for mechanical pencils 2.49 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/mechanical-pencil-erasers-IIKoyj0K5qe4vbj2sOBNsQtiKjEa47 +primary-color-pan-pastel-5 Primary Color Pan Pastel - Green Green primary color pan pastel for natural shades. 6.25 primary-color-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/primary-color-pan-pastel-5-wIuoFCsZQ56PbiIisTHLGDtj1VKuRo +retractable-mechanical-pencil Retractable Mechanical Pencil Pencil with a retractable tip for avoiding breaks 5.79 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/retractable-mechanical-pencil-igvbx4QoLS5QVluD07IG3WTe3qUQTr +neon-pan-pastel-4 Neon Pan Pastel - Neon Orange Neon orange pan pastel for high-energy artworks. 6 neon-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pan-pastel-4-ueJ87iwIAJRVKkxQXRsgLagrtUesx6 +earth-tone-pan-pastel-2 Earth Tone Pan Pastel - Sandstone Sandstone earth tone pan pastel for desert hues. 6.5 earth-tone-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/earth-tone-pan-pastel-2-mYSg8VSXbqSZ7zlqtDm53nxsrkNJP5 +metallic-pan-pastel-4 Metallic Pan Pastel - Bronze Glow Bronze glow metallic pan pastel for warm richness. 6 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-4-Z981Mv55xTshJR8Bne43FMGYggR3db +metallic-pan-pastel-8 Metallic Pan Pastel - Emerald Enchantment Emerald enchantment metallic pan pastel for lush greens. 8.5 metallic-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-pan-pastel-8-x5MwH8TP5QeoPQieqqzS3TEZUv3RyF +oil-pastel-46 Vegan Oil Pastel Set No animal products used in these pastels 19.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-46-M6TVjIZ2EoRPWqqdcuIwA8ZWTBK5Kl +soft-pan-pastel-4 Soft Pan Pastel - Lemon Yellow Luminous lemon yellow pan pastel for bright highlights. 4 soft-pan-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pan-pastel-4-iIR2zcN44TBSabuothpuAjhwFb4dFW +oil-pastel-23 Animal-Shaped Oil Pastels Oil pastels shaped like animals 15.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-23-C7DmRUQ6OKs9mYGC7YQWZ5MmyGxcHd +oil-pastel-24 Scented Oil Pastels Set Set of scented oil pastels for kids 14.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-24-GA4Y2z4FFGL4c4CeUECV6XKuqAlha5 +oil-pastel-1 Oil Pastel Set of 12 Basic set of 12 oil pastels 9.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-1-XWNSFuZTVjCbc4eMW4pfNGO9ltSy22 +oil-pastel-42 Biodegradable Oil Pastels Eco-conscious oil pastels 14.99 eco-friendly-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-42-TzIEhytPtlfI7CfQoemJpgAKFI6w5L +oil-pastel-25 Washable Oil Pastels for Kids Easy-to-clean washable oil pastels 12.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-25-deIiw8WFIk6slg0neUfBCmirwIlm1V +oil-pastel-10 Individual Oil Pastel - Black Single black oil pastel stick 1.99 standard-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-10-TTVadHnbsGrKJ9GZGP11sgJ6UzfniH +oil-pastel-26 Chunky Oil Pastels for Toddlers Easy-to-hold chunky oil pastels for toddlers 9.99 kids-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-26-6DAslnNGJxC26dCnZXMiWMFuwG44Tm +oil-pastel-19 Pastel Shades Oil Pastel Set Soft pastel shades oil pastels 20.99 specialty-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/oil-pastel-19-PNE363eQ4rKcj6pIyUfrjI5RnFnPz3 +mechanical-pencil-lead-case Mechanical Pencil Lead Case Portable case for organizing and storing pencil leads 7.49 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/mechanical-pencil-lead-case-wJnmyGyiQAam9iDtsuCyiPENIfaqIl +colorful-mechanical-pencil-set Colorful Mechanical Pencil Set (5 Pack) Vibrant pencils to brighten up your workspace 9.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/colorful-mechanical-pencil-set-yIve6hzTtUGiCu9HfDCawXFkEuG7yl +8b-pencil 8B Pencil Extra soft lead pencil for expressive and bold strokes 2.69 graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-h1GiphQPppV6IeaY6Ih6tVuNiFrP99 +ergonomic-mechanical-pencil Ergonomic Mechanical Pencil Comfortable grip design for extended use 6.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/ergonomic-mechanical-pencil-8g0bIc7ZAVdoF7PNIRy6Z2EDDopYjg +basic-colors-set Basic Colors Set (12 Pack) Essential colors for basic coloring needs 9.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/basic-colors-set-xXc7PYw6zDb6BBhCKTfYvmMPapGJ2k +metallic-colors-set Metallic Colors Set (8 Pack) Shiny and reflective colors for special effects 11.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-colors-set-BeLQjCYvaWDcktX1zeffSRf1XRKaow +mechanical-pencil-set Mechanical Pencil Set (3 Pack) Assortment of lead sizes for varying line weights 14.99 mechanical-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/mechanical-pencil-set-yVKjVvSdLqv4mkn3BcBvwbtdZWWZgf +pastel-pencils-set Pastel Pencils Set (12 Pack) Soft and blendable pencils for pastel art 10.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/pastel-pencils-set-k4DjC05m7Pa6LLvqFD5X7XyFc1LOPY +watercolor-pencils-set Watercolor Pencils Set (24 Pack) Pencils that turn into paint when water is added 14.99 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencils-set-NtWR6Xyp0no5PcsQm5ANGyG4hRATVJ +neon-colors-set Neon Colors Set (6 Pack) Bright and fluorescent colors for a pop of color 7.49 colored-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-colors-set-jeP9O5UJiDWhTeVneRpIuBG4Ok8Z3s +sketch-color-pencils-set Sketch Color Pencils Set (24 Pack) Pencils that work like markers for vibrant coloring 16.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketch-color-pencils-set-Vwmy7pUIPqFNA1U9Y3tHlC2StGrYS6 +watercolor-marker-pencils-set Watercolor Marker Pencils Set (18 Pack) Pencils that create watercolor effects when blended with water 17.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-marker-pencils-set-hcNrRk3apvm1NGUlP900GpZyRN2Vtm +metallic-marker-pencils-set Metallic Marker Pencils Set (10 Pack) Shimmery colors that glide like markers for metallic effects 12.99 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/metallic-marker-pencils-set-35JYGhCmELIPnbTU9N0c6pIvns97rm +skin-tone-markers-blender Skin Tone Markers Blender Blending tool for seamless transitions in skin tone markers 4.49 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/skin-tone-markers-blender-GLqaKZaOMQK26GSSjkv8oklFRa8DcC +tinted-charcoal-pencil Tinted Charcoal Pencil (Sepia) Sepia-tinted pencil for warm and vintage-style drawings 3.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/tinted-charcoal-pencil-ZPBsheLRLcwCCdKEUVHSGWYl6CCjrB +charcoal-pencil-set Charcoal Pencil Set (6 Pack) Variety of charcoals for different effects and techniques 18.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-pencil-set-SqLk0qvGz4cDyBaTa4szHvnQiN27PT +wide-tip-marker-pencil-set Wide Tip Marker Pencil Set (6 Pack) Pencils with broad tips for large strokes and fillings 9.79 art-marker-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/wide-tip-marker-pencil-set-vCQXO1CAhbUD82v17TM6eqVCLnuXNl +charcoal-pencil-sharpener Charcoal Pencil Sharpener Sharpener designed specifically for charcoal pencils 4.49 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-pencil-sharpener-ybinCFgu2hg8oyEyYrfBrE0M44C6hr +skin-tone-charcoal-set Skin Tone Charcoal Set (4 Pack) Charcoal pencils in skin tone shades for portraits 12.99 charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/skin-tone-charcoal-set-qDXEAUW4lFemsLRiI1HWYTHCKM5wsY +medium-charcoal-9 Medium Charcoal Pencil - F F graded medium charcoal pencil suitable for various sketching techniques 3.49 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-9-cdWkUGnuIEEHp5U7mUNBthe93KRpMo +charcoal-drawing-9 Advanced Charcoal Drawing Set Set designed for advanced artists with high-quality charcoal drawing supplies 44.99 charcoal-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-drawing-9-6Co46rp031IAvrkAWPIS57hqtPmXFN +specialty-charcoal-8 Compressed Charcoal Pencils - 8 Pack Pack of compressed charcoal pencils for dense, bold lines in artwork 19.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-8-1ui7AuPpUdOuEkjiaZ41paEjpzPppV +specialty-charcoal-3 Charcoal Pencil Extender Holder Holder for extending the life of charcoal pencils and improving grip 7.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-3-a2hYf6cEuQ8CE0G0Po8z9iM0SX76I2 +hard-charcoal-5 Hard Charcoal Pencil - 3H 3H graded hard charcoal pencil for precise technical drawing work 4.49 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-5-BoDCm2ZygQ1UMQ35VtsYY82V7PTOYD +travel-set-4 Adventure Sketch Pack Versatile set for artistic adventurers and explorers 30.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-4-mbNc9DCog3Si46g7IPrVKWFavTVKnd +travel-set-6 Wanderlust Sketch Set Sketching pencils for documenting travel experiences and memories 31.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-6-nydD6LjiCT4mdVF6uiNkKxgkZYFNpa +pastel-fine-point-pens-pastel-palette Pastel Fine Point Pens - Pastel Palette Set of 5 fine point pens in a range of soft pastel shades, ideal for creating delicate artwork. 6.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Pastel-Palette-ZQqVlrvEJZVywf2BMyeGHdOkLIRZNb +medium-willow-charcoal-stick Medium Willow Charcoal Stick Single medium willow charcoal stick for broad strokes and shading. 2.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Medium-Willow-Charcoal-Stick-YUYmMg7031TPequAEgyar16FV63Y5T +professional-set-8 Landscape Artisan Set Pencils designed for capturing the beauty of landscapes and nature 47.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-8-ClvCIKHQYsN1Eq8x6j8UvLr7uxBtXt +water-soluble-04 Jumbo Water-Soluble Graphite Pencil 10B The darkest water-soluble graphite pencil for deep shadows and expressive drawings. 4.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-04-qwysqaqvOUcyStJLj09G3h65qlXeTn +water-soluble-07 Jumbo Water-Soluble Graphite Pencil 3-Pack (4B, 6B, 8B) Essential trio of water-soluble graphite pencils for mixed media art projects. 11.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-07-otiPF7lEx4oV23OeZ5LO9l4G6Zbtay +medium-charcoal-10 Medium Charcoal Pencil - 5B 5B graded medium charcoal pencil for smooth shading and textures 4.29 medium-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-charcoal-10-dzbSKVhRRLLH3kHozSCPEQXPGdfCHF +soft-charcoal-3 Soft Charcoal Pencils - Set of 12 Large set of 12 soft charcoal pencils for detailed artwork 19.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-3-ivtaBDF7glAcyYkdgGaDZ1nFZjKJus +hard-charcoal-8 Hard Charcoal White Pencil Hard charcoal white pencil for highlights and special effects in artwork 5.99 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-8-p5CHC74KPwdoOJFiBlECg9YVtFSZIX +hard-charcoal-9 Hard Charcoal Pencil - 2H 2H graded hard charcoal pencil for light shading and technical drawings 4.29 hard-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-charcoal-9-o54GttKsa7lkCGkRBQ5BvxUPQDdGS4 +specialty-charcoal-2 Charcoal Pencils for Sketching - 10 Pack Pack of charcoal pencils specifically designed for sketching purposes 21.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-2-2ggSUw3sNxpMBuFEv1hpwsEUB100E8 +soft-charcoal-9 Soft Charcoal Pencils - Black & White Set of soft charcoal pencils in black and white for tonal drawings 14.99 soft-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-charcoal-9-ssLnWgUj0bk05Qbd8yTqBpwJ0aGfOv +travel-set-8 Artistic Nomad Pack Set of pencils for nomadic artists and creative wanderers 32.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-8-iQugROJwrkCXSZ9e2zzqQcNFMdc8lO +specialty-set-4 Pastel Tone Drawing Set Soft pastel tone pencils for gentle and dreamy illustrations 24.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-4-dsNjI9dDccOZ5pT4rZhWLoqmdhwjBZ +sketching-set-3 Architectural Sketching Set Specialized pencils for architectural drawings and line work 25.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-3-O5hbkDNsHEt7kjaWnp4U1kIt6H61pJ +standard-graphite-set-7 4H Graphite Pencil Set Set of 10 4H graphite pencils for very light sketching 15.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-7-xFp7nNM5LiuiVaDQPYlvTS6rYv0Mgc +hard-lead-08 Jumbo Hard Graphite Pencil 3-Pack (2H, 4H, 6H) Essential trio of hard lead pencils for architectural rendering and drafting. 9.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-08-kBZRpg7xHNT7nqIB53dzSslUSQUkeD +standard-graphite-set-4 6B Graphite Pencil Set Set of 10 6B graphite pencils for intense shading 18.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-4-VJSvYpmCr8K8fQbOqdRaYYE03JcBke +water-soluble-08 Jumbo Water-Soluble Graphite Pencil 4-Pack (8B, 10B, 12B, 14B) Exclusive set for artists exploring the darkest and richest graphite washes. 13.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-08-NDbIL2FQB6zlTGlsYeERexZ1OV6URd +soft-pencils-10 Soft Graphite Pencil Extender Extend the life of your favorite soft pencils. 6 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-10-MLhyjhtVo9kJOx9v5mMK3IuWg4dbRm +student-grade-1 Budding Artist Water-Soluble Graphite Pencil Set Perfect for art students and beginners. 12 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-1-07HIhbp2S2MHTbPjatYRaLmqIsUzHC +student-grade-2 Student Water-Soluble Graphite Pencil Study Kit Essential tools for art studies and projects. 15 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-2-1eXYHuKwZCiZl88oOawYge0ULA9ct6 +student-grade-4 Art Class Water-Soluble Graphite Pencil Set (24 pcs) Bulk set for classroom use. 30 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-4-1PwYVZgc8lg6uRQGfH4lBPYzORvfH5 +student-grade-10 Beginner's Luck Water-Soluble Graphite Pencil Collection Get lucky with this beginner's set. 12 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-10-DJ7tpckJv1G3r6wKJn38QAHH4cF0g3 +student-grade-7 Study Buddy Water-Soluble Graphite Pencil Bundle Companion set for art studies. 20 student-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/student-grade-7-9Lyga9D7GQmOreOJ3GAyjOTVDhmb3M +professional-set-7 Portrait Artist Bundle Specialized pencils for creating lifelike portraits and figures 45.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-7-erjHJ9nYZiYeLEWCjzLFbMFn4FXJLq +specialty-charcoal-9 Charcoal Pencil Roll-Up Case Roll-up case for organizing and carrying charcoal pencils on-the-go 8.99 specialty-charcoal-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-charcoal-9-NrnArkGZ3OB6SzqQoinhSgDQ21AmIo +travel-set-2 Nature Explorer Set Pencils for outdoor sketching and capturing natural landscapes 32.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-2-CqHxad4P9zEMrK83Gyj6Deb9p9EMYK +specialty-set-1 Metallic Drawing Set Pencils with metallic finishes for shiny and reflective effects 19.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-1-4UjOOuFjDjsQ1Xsq7IjIi6nU3OY58X +specialty-set-3 Watercolor Pencil Set Pencils that turn into watercolor when blended with water 23.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-3-lAvwrG38PWXDx6Yro5qhrmd24c28g1 +hard-lead-06 Jumbo Hard Graphite Pencil Set (2H, 4H, 6H) Set of hard lead pencils for architectural drafting and technical illustration. 11.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-06-C36uk3dPuOhFgxyzCW69VnfbMT5lQi +medium-lead-06 Jumbo Medium Graphite Pencil Set (HB, 2B, 4B) Versatile set for everyday writing and sketching, suitable for various tones. 9.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-06-LM0sYh7gaCKOam9QI8BvN1WhA8JqA5 +charcoal-infused-05 Jumbo Charcoal Infused Graphite Pencil Set (2B-6B) Set of charcoal-infused pencils for artists seeking unique textures and tones. 13.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-05-VlIQJoCn0XH5Hwbxghapem9iKNjQFn +charcoal-infused-07 Jumbo Charcoal Infused Graphite Pencil 3-Pack (2B, 4B, 6B) Essential trio of charcoal-infused pencils for mixed media artwork. 10.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-07-qzEUeNFJoT9GvHycMMSrTdGYyjYgfd +charcoal-infused-02 Jumbo Charcoal Infused Graphite Pencil 4B Perfect balance of charcoal darkness and graphite precision for detailed sketches. 3.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-02-mtcMBDD9ynIb2CLtGbbBgf1og28cp2 +water-soluble-01 Jumbo Water-Soluble Graphite Pencil 4B Blendable water-soluble graphite pencil, ideal for expressive sketches and washes. 3.49 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-01-RilMvfFlDWEI2jJAaIC71JhYC3b58W +travel-set-10 Carry-On Artist Collection Air travel friendly set for artists who enjoy sketching while flying 36.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-10-ThfIBdOovu2RKrw1eIXnqz60qgGvB3 +professional-set-5 Fine Art Drawing Collection Premium art pencils for fine art drawing and detailed work 49.99 professional-drawing-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/professional-set-5-qhQlxUci44HInwnKwHIYX1vbLEIszm +specialty-set-6 Metallic Ink Drawing Set Pencils that produce metallic ink-like finish for unique artwork 25.99 specialty-drawing-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-set-6-5IDzDZq7mqkEFa9bptmZsdxcZMgido +water-soluble-09 Jumbo Water-Soluble Graphite Pencil Art Kit Complete art kit for artists wanting to experiment with water-soluble graphite. 22.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-09-EzSHlNctoE9UPOSd8iuuAg37wXFzQB +travel-set-7 Seaside Sketcher's Kit Pencils perfect for sketching seaside views and marine life 35.99 travel-sketching-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/travel-set-7-hp4v1CYcfryk89lBbLRpgUmwkuV8YD +sketching-set-1 Sketching Pencil Variety Pack Assorted sketching pencils for versatile drawing styles 22.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-1-hZuiq8XfcLtLtbo1i4iGU5ZWfrWKwj +standard-graphite-set-3 4B Graphite Pencil Set Set of 10 4B graphite pencils for darker lines and shadows 16.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-3-gt8U7RgWSF4bDHt6LGdgmtPrurBp68 +sketching-set-5 Figure Drawing Set Pencils ideal for capturing human form and movement 26.99 sketching-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-set-5-LAKBOcMBIYVZSyORF80X5R5EyyXo7m +standard-graphite-set-1 HB Graphite Pencil Set Set of 10 HB graphite pencils for everyday use 12.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-1-ESQoV8Z8zsM07X0luM0riOWhjIx0PU +standard-graphite-set-5 8B Graphite Pencil Set Set of 10 8B graphite pencils for deep, dark tones 20.99 standard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/standard-graphite-set-5-9ggCxdsIF3CkkoYaQGJX2jJpStc3pE +hard-lead-07 Jumbo Hard Graphite Pencil Set (3H, 5H, 6H) Premium quality kit for professional showcasing fine technical details. 14.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-07-llwO6atdmU8BJmodTVE0qsnSZurod3 +hard-lead-01 Jumbo Hard Graphite Pencil 2H Extra firm lead for precise drawings, suitable for architectural sketches. 3.49 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-01-NREhVZgdsOAcaFbj3vdvzpIKQmSLA8 +hard-lead-02 Jumbo Hard Graphite Pencil 3H Very hard pencil for fine lines and technical illustrations that require detail. 3.49 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-02-CGfVW87MbyaydIl0LaWgdcawXFG4xD +medium-lead-03 Jumbo Medium Graphite Pencil H Hard lead for crisp and precise lines, ideal for technical and architectural work. 2.99 medium-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/medium-lead-03-eQJPgjYjAzHYiLl9FyVLAp1FOOyHoY +hard-lead-10 Jumbo Hard Graphite Pencil Drafting Kit Complete kit for architects and drafters requiring precision linework. 19.99 hard-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-lead-10-MxKSkHvtqoqWfxcZS3DutStJ64MQ81 +charcoal-infused-06 Jumbo Charcoal Infused Graphite Pencil Set (4B-8B) Kit with a range of charcoal-infused pencils for expressive and dramatic artwork. 16.99 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-06-5gBaCVYAte1CVXUQpD9oStn0yKTaAl +water-soluble-02 Jumbo Water-Soluble Graphite Pencil 6B Water-soluble pencil with dark tones, perfect for varied washes and tonal work. 3.99 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-02-fX7mlOUO45wN9VCbWxJZkze5fR4beL +soft-lead-05 Jumbo Soft Graphite Pencil 10B The softest lead for the most dramatic and expressive pencil work. 4.99 soft-lead https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-lead-05-x3ZyaUMYvpDmbc7dFKaFAESUP744iZ +charcoal-infused-01 Jumbo Charcoal Infused Graphite Pencil 2B Combines the richness of charcoal with the precision of graphite, great for expressive drawings. 3.49 charcoal-infused https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/charcoal-infused-01-kZ3pk6dwkx62HMJ1vgWgbnXCZqB40P +water-soluble-03 Jumbo Water-Soluble Graphite Pencil 8B Intense water-soluble pencil for bold lines and rich graphite washes in artwork. 4.49 water-soluble https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/water-soluble-03-PWEgJwDbWapA3qVOQa6HJjeoW1OefH +soft-pencils-7 Soft Graphite Pencil Set (6 pcs) A versatile set for various shading techniques. 30 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-7-kjuqPCVguDsljo9d0miSH1Bo0XWLsd +soft-pencils-6 Soft Graphite Pencil 10B Extra soft for the deepest tones. 10 soft-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencils-6-pwgbUUWEDfSnFv5hCjtlC3twErfRJd +sets-8 Water-Soluble Graphite Pencil Travel Set Compact set for art on the go. 30 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-8-7gE7Bp8NRi8LAcUpNzwGBzd521hdpR +sets-3 Water-Soluble Graphite Pencil Set (36 pcs) Comprehensive set for serious art projects. 65 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-3-2NSenGBBz0dfwJfpR6s3tEk5kV7Xs0 +sets-7 Water-Soluble Graphite Pencil Artist Collection Curated set for aspiring artists. 55 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-7-Iij85RluyKsxKPXtvHEs0zIMFg6bEI +sets-1 Water-Soluble Graphite Pencil Set (12 pcs) Assorted hardness for versatile artwork. 25 water-soluble-graphite-pencil-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sets-1-pf2zHHHysOwMEW7q0plSB1nONDIYhZ +hard-pencils-4 Hard Graphite Pencil 4H Extremely light tones for delicate work. 8 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-4-FudmxR73su1r4a2U20QGTAxdmNDQPN +artist-grade-4 Signature Water-Soluble Graphite Pencil 8B Signature series for rich textures. 12 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-4-crkvQPblJ4JtUosYkhMCPaabAvPnUO +hard-pencils-9 Hard Graphite Pencil Sandpaper Block Maintain fine points with sandpaper. 4 hard-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencils-9-pCbtE1U4pfHtbImenz1vZ0kbBXBD6I +artist-grade-6 Premium Water-Soluble Graphite Pencil Tin Case Sleek case for premium pencils. 15 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-6-JuVBdNL69fzKMzNaQ3lStlPDZL2iYb +hb-pencil-1 HB Pencil 1 High-quality HB pencil for smooth writing and drawing 2.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-1-F19s19servgmp0pduGAJUNjPGPEYWP +4b-pencil-2 4B Pencil 2 Soft 4B pencil ideal for tonal work 3.49 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-2-UIZYE5KfDWMmq1L5ctQ6zRrjv7pg0f +hb-pencil-8 HB Pencil 8 Premium HB pencil for professional artists 4.99 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-8-xAjb81jDOZnQbc4SluwQZbOkiyW9wD +4b-pencil-4 4B Pencil 4 4B pencil set of 10 for sketching projects 7.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-4-2jBJdQdgycSMYKchLqALoaqwlUBrUd +4b-pencil-6 4B Pencil 6 4B pencil pack with blending stumps 16.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-6-F39ndz6tmD4kLVpgxE8fyvUUvhOwtL +4b-pencil-10 4B Pencil 10 4B pencil for fine art drawings 3.99 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-10-Zru3IwpPnF6CsZxCWFRnphdkIbbC4S +4b-pencil-7 4B Pencil 7 4B pencil perfect for shading and detailing 3.79 4b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/4b-pencil-7-kyZC1Ifecqms3ovWTm02RzVpBSM4Yz +2b-pencil-6 2B Pencil 6 2B pencil bundle for creative artists 14.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-6-Lu2wgNmU87k5cQBaGNpZGQLUe1zrgW +2b-pencil-5 2B Pencil 5 2B pencil pack with erasers for mistakes 6.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-5-b2xFu9HXLNCxI4MPsK3bRC1l7ioMXf +2b-pencil-3 2B Pencil 3 2B pencil perfect for artistic illustrations 2.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-3-t98k5pTuFdHtX7Knz5QypeUR8MaQiX +2b-pencil-8 2B Pencil 8 2B pencil pack with sharpener included 5.99 2b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/2b-pencil-8-3mAysJM2PTAG5itP5tAU6dR3jfZ7tk +soft-pencil-3 Graphic Drawing Pencil Versatile pencil for creating detailed illustrations. 2.49 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-3-KvCwhYTMgPC8LchsNUwV8TxQYDPA43 +8b-pencil-1 8B Pencil 1 Extra soft 8B pencil for deep shadows and blending 4.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-1-QNVOkCafO5RaZjStgGefAfazWf1UWl +hard-pencil-10 Architectural Drafting Set Specialized set for architectural design work. 19.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-10-569iFDCImpCxFHyTZzIaAjoI7tdzRI +soft-pencil-9 Graphite Sketching Set A complete set for all your sketching needs. 19.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-9-bXfA6jXRG1FhHWcnbFvh2I7RemWI99 +soft-pencil-4 Woodless Graphite Pencil Provides a consistent and smooth drawing experience. 5.49 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-4-RnDQHMpiuPrV3jWJ9GiiMWSAaNqOYa +soft-pencil-7 Mechanical Clutch Pencil Offers precision and control in technical drawings. 9.99 soft-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/soft-pencil-7-FesKeDtye2w4o8Vjd9oLHgO7PBmDLg +choice-set-3 Deluxe Graphite Drawing Kit Luxurious set of high-end graphite pencils and accessories. 49.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-3-s0GgyWaWPVKODCn4WbObTYyG3dAjkH +hb-pencil-4 HB Pencil 4 HB pencil with strong lead for precise lines 2.49 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-4-kLSJwF69LBuIoZLUScDD6YpCZY6Ijw +artist-grade-2 Artist Water-Soluble Graphite Pencil 2B Top choice for detailed drawings. 9 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-2-gvDBUJCQM4BH8BCRRLlXdvpwFyLgFo +hb-pencil-6 HB Pencil 6 HB pencil with eraser top for convenient corrections 2.29 hb-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hb-pencil-6-SlyHw3g6esDW2W3AfRgOsqLnkgGWwy +8b-pencil-4 8B Pencil 4 8B pencil set with varying degrees of darkness 9.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-4-vQEVebGOOLZiih3wT1jnfkJxhXBQtq +artist-grade-5 Elite Water-Soluble Graphite Pencil Set (6 pcs) Luxurious set for discerning artists. 50 artist-grade-water-soluble-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/artist-grade-5-6XXakifTY82w1RVzhjkuKpJII64tTX +8b-pencil-7 8B Pencil 7 8B pencil ideal for figure drawing and portraits 4.79 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-7-KQAWrq3wv3DYX4iGGBfcn9nOHCRmOo +8b-pencil-8 8B Pencil 8 8B pencil bulk pack for art schools 39.99 8b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/8b-pencil-8-TIBnm9geKu5uYyYBZaULoo90iPvzb4 +sketching-pencil-2 Graphite Art Pencil Collection Variety of pencils for creative sketching techniques. 22.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-2-lu2bVPiHJcOiuh7uwQl8PA6nURNR8w +sketching-pencil-7 Professional Sketching Pencil Pack Premium pencils for professional artists. 15.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-7-HtgSO0RAv4EWyq9lLJ42SOwJXrVtM6 +6b-pencil-10 6B Pencil 10 6B pencil for bold outlines and tonal work 4.29 6b-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/6b-pencil-10-CiaW4TVGZeIWkfEBucE18yqn3Z8oit +sketching-pencil-3 Charcoal Sketching Pencil Kit Combines charcoal and graphite for expressive sketches. 18.49 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-3-OL3pA4Md5qbWDvEIgjD2Y9txk4oPtz +sketching-pencil-8 Sketching Pencil Artistic Collection A collection of artistic pencils for sketching. 24.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-8-rYGk2DMwmGmhvtFsUtedoXkzKiiB8x +hard-pencil-3 Architectural Drawing Pencil Ideal for architectural sketches and plans. 6.49 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-3-ygzpFZaN7F0gPTJJSSKV19AVuGsYvA +hard-pencil-8 Precision Drawing Set Offers precision and control in detailed sketches. 11.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-8-mzTf4XJmmCjTd8R3yH1aJ0DWBJ4PbX +sketching-pencil-10 Graphite Sketching Pencils Box Boxed set with a range of graphite pencils for sketching. 28.99 professional-sketching-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/sketching-pencil-10-90ZJqrD9V21yOjSgeWWxf10VdAMVBl +choice-set-10 Vintage Style Graphite Collection Vintage-inspired graphite pencils in a beautiful collector's box. 42.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-10-VJIfNYobKCcmbouyqu9yrOlJq1zUjW +hard-pencil-6 Technical Design Set Includes various hard pencils for technical work. 14.99 hard-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/hard-pencil-6-rza4w4Csy0fYHPyz4VOH51CxdDXtcu +specialty-pencil-10 Duo-Tip Graphite Marker Set Graphite markers with dual tips for versatile drawing styles. 15.99 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-10-mXSI9rSvkVECDGtnfcjRM8O9E6OQe4 +muted-pencil-1 Muted Colored Graphite Pencil Set - Vintage Vibes Embrace the nostalgia of vintage colors with this set of muted colored pencils. 11.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-1-ClobWmoUbyy03AwNhzo0MIxoM3nqrx +watercolor-pencil-2 Watercolor Colored Graphite Pencil - Ocean Breeze Bring the calming essence of ocean waves to your artwork with this watercolor pencil. 3.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-2-3DgqLm4ai9r3hyBp2uTMAjoIuSYRQ2 +choice-set-8 Professional Artist Essentials Kit Essential kit containing a range of graphite pencils for artists. 29.99 artists-choice-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/choice-set-8-blhhBqWDaObqSsPToGVsZMcT91LNkz +muted-pencil-3 Muted Colored Graphite Pencil Set - Autumn Glow Capture the warmth of autumn in your sketches with this muted pencil set. 13.99 muted-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/muted-pencil-3-QE1NcL2rCOA4oCzaUCoa525zxrZeHF +watercolor-pencil-3 Watercolor Colored Graphite Pencil Set - Summer Sorbet Delight in the sweet and tangy hues of summer with this watercolor pencil set. 18.99 watercolor-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/watercolor-pencil-3-u4TfOjSNw8FI1eFBOTk9gAJyWmVViB +specialty-pencil-9 Graphite Pastel Pencil Set Combines graphite and pastel for unique drawing effects. 12.49 specialty-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/specialty-pencil-9-TjmSpByNPgzSIPZ3yBRWcBNHc5w3fv +neon-pencil-1 Neon Colored Graphite Pencil Set - Electric Dreams Bring your imagination to life with the vibrant neon colors of this pencil set. 13.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-1-J1d4ED6M8S4GuhIfnDgf4dbLsSdZTn +neon-pencil-2 Neon Colored Graphite Pencil - Neon Pink Punch Add a pop of neon pink energy to your sketches with this vibrant pencil. 2.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-2-vHnmxETTk1iOgCeglS4deW2KvKg5Ol +neon-pencil-4 Neon Colored Graphite Pencil - Electric Blue Wave Ride the wave of creativity with this electric blue neon pencil. 3.49 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-4-126Y1xR4ZZlS4hFEPRBtdaf7JKBEN0 +neon-pencil-3 Neon Colored Graphite Pencil Set - Neon Blast Create explosively bright artworks with this set of neon colored pencils. 15.99 neon-colored-graphite-pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/neon-pencil-3-oQL65BCMtjWHHh0mccSNP81dtcXPxV +copic-multiliner-sp-drawing-pens Copic Multiliner SP Drawing Pens Professional grade fine tip drawing pens with waterproof, archival-quality ink. 29.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copic-Multiliner-SP-Drawing-Pens-LFXGMXVdP4CEHmVdLxsVfmGGaxpWL2 +willow-charcoal-sticks Willow Charcoal Sticks Natural willow charcoal sticks ideal for sketching and drawing. 9.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Willow-Charcoal-Sticks-cOT4F10wKcueLi1duRGibK6WhqchRe +jumbo-willow-charcoal-stick Jumbo Willow Charcoal Stick Extra-large jumbo willow charcoal stick for bold and expressive drawing. 6.99 willow-charcoal-stick https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Willow-Charcoal-Stick-zoVBEgSj1ZRqxowrZHZABBDd1avzni +vine-charcoal Vine Charcoal High-quality vine charcoal for creating rich, dark tones in drawings. 12.99 natural-charcoal-set https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vine-Charcoal-ldOT50kiPgjk33yvnhzO82NjleEYmK +fluorescent-pink-pastel-pencils-coloring-book Fluorescent Pink Pastel Pencils Coloring Book Coloring book filled with intricate designs to be colored using pink pastel pencils. 6.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Coloring-Book-NcaCX02zEKzjDTsnRjpFWs5f3v9YeX +speedball-super-pigmented-india-ink Speedball Super Pigmented India Ink Ultra-black, waterproof India ink for fine lines and superior coverage. 14.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Speedball-Super-Pigmented-India-Ink-TJmX3k8DjEm1EDvbSJEzptBVSlvms5 +winsor-and-newton-drawing-ink Winsor & Newton Drawing Ink High-quality, water-resistant drawing ink in a wide range of colors. 6.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Drawing-Ink-zmlnda7OzIyDC8dZata5OhxhPMQNAs +speedball-calligraphy-ink-set Speedball Calligraphy Ink Set Set of 6 waterproof calligraphy inks in vibrant colors for elegant writing and drawing. 21.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Speedball-Calligraphy-Ink-Set-s3LK8vtc1xHDNTJ7FhOseKC2qPKvzP +yasutomo-sumi-ink Yasutomo Sumi Ink Traditional black Sumi ink perfect for Japanese brush painting and calligraphy. 7.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Yasutomo-Sumi-Ink-CozMT6buTmzpb1YM6kdWLdL75qRIeQ +sanding-sponge-variety-pack Sanding Sponge Variety Pack Assorted sanding sponges for curved and hard-to-reach areas. 7.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sanding-Sponge-Variety-Pack-TUMZ7H5G3cr5ng05cCthGrH7xmM1hE +pelikan-fount-india-ink Pelikan Fount India Ink Deep black India ink suitable for fountain pens, feature a smooth flow and quick-drying formula. 10.49 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pelikan-Fount-India-Ink-UnXhW3ug6Sn3BNqGDoyz8GAECbhp6u +sanding-block-with-coarse-grit Sanding Block with Coarse Grit Durable sanding block with coarse grit for quick material removal. 5.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sanding-Block-with-Coarse-Grit-PSdfq6xev1jR3mKfW7qa8hFZNfGr5L +hook-and-loop-sanding-discs-set Hook and Loop Sanding Discs Set Includes multiple hook and loop sanding discs for easy changing. 12.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hook-and-Loop-Sanding-Discs-Set-Jvh8y7A98Of2kc4m19lTM7z7qlyNE1 +detail-sanding-stick Detail Sanding Stick Handy detail sanding stick for small, intricate sanding projects. 3.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Detail-Sanding-Stick-le90c01c3zx5heWjychhXgri7c2M8S +flexible-sanding-twigs Flexible Sanding Twigs Flexible sanding twigs for reaching tight spaces and corners. 6.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Flexible-Sanding-Twigs-OjzJtCLMxiJSSPJg79okiPMbN64t3P +gold-metallic-pencil-sharpener Gold Metallic Pencil Sharpener Special sharpener designed for metallic pencils to keep the tips sharp for precise drawing. 4.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Sharpener-rz1dHFBJUzhUMD8BA2Mssi7reIH0gm +gold-metallic-pencil-case Gold Metallic Pencil Case Stylish and durable pencil case designed to store and organize your metallic pencils. 12.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Case-rIAuvpxiZfLu0pZaQQ79Ci4r3GeCZT +gold-metallic-pencil-blending-stump Gold Metallic Pencil Blending Stump Blending stump for creating smooth shading effects with metallic pencils. 6.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Blending-Stump-SfUCj9EWTb4dWDu8EBnpciQVj5YYuU +gold-metallic-pencil-roll-up-case Gold Metallic Pencil Roll-Up Case Convenient roll-up case for storing and transporting your metallic pencils securely. 8.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Roll-Up-Case-DDiQhWIx1LKaMq2p0FNu7nEYFrZrI9 +sandpaper-belt-set Sandpaper Belt Set Set of durable sandpaper belts for belt sanders for fast material removal. 17.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sandpaper-Belt-Set-H4CvQfFQP1znmIalsXuAAbZ71wJwaF +gold-metallic-pencil-art-set Gold Metallic Pencil Art Set Complete art set with metallic pencils, accessories, and tools for artists of all levels. 29.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Art-Set-7kypcsxqv56Jt01B60QHT4tMA5iamz +kuretake-zig-fudebiyori-metallic-brush-pen-set Kuretake Zig Fudebiyori Metallic Brush Pen Set Set of metallic brush pens with vibrant and opaque colors for special effects. 14.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kuretake-Zig-Fudebiyori-Metallic-Brush-Pen-Set-KFLouUIWYDFXt5RvvndDJNz3kBXEgY +gold-metallic-pencil-drawing-board Gold Metallic Pencil Drawing Board Drawing board with clips for securing paper while creating artwork with metallic pencils. 17.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Drawing-Board-YDlSL2YpffXObtFCzFq5VYFVtAK80W +gold-metallic-pencil-eraser Gold Metallic Pencil Eraser High-quality eraser designed to cleanly remove metallic pencil marks without smudging. 2.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Eraser-XtMS154XTJZ44h60FwOHxsCe79zSNm +waterproof-zipper-portfolio-bag Waterproof Zipper Portfolio Bag Durable and waterproof portfolio bag for carrying art supplies, documents, and more. 24.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Waterproof-Zipper-Portfolio-Bag-oh4Q5ZAQmQKnJHrKr0riVPj0qX9Kdq +ecoline-liquid-watercolor-brush-pen Ecoline Liquid Watercolor Brush Pen Watercolor brush pen with vibrant colors that can be blended and diluted with water. 9.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ecoline-Liquid-Watercolor-Brush-Pen-ZS0fi6z0BPsZBeQqfZBhUKa9ezyZAu +marvy-uchida-lepen-calligraphy-pen Marvy Uchida LePen Calligraphy Pen Sleek calligraphy pen with smooth, micro-fine plastic point. 2.49 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Marvy-Uchida-LePen-Calligraphy-Pen-00C7oIAxbf8RGoy0G6Rkz3vcqan8Hz +staedtler-karat-aquarell-watercolor-brush-pen-set Staedtler Karat Aquarell Watercolor Brush Pen Set Set of watercolor brush pens with high-quality pigments that can be used wet or dry. 19.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Karat-Aquarell-Watercolor-Brush-Pen-Set-YHhcT1vHDWodaNNrVGMJg4BHCm7N7u +leather-zipper-wallet-with-coin-pocket Leather Zipper Wallet with Coin Pocket Stylish leather wallet with multiple card slots, a coin pocket, and zipper closure. 19.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Zipper-Wallet-with-Coin-Pocket-21ndV2ofc1IYpCVG0znNtGRl89bTxT +canvas-zipper-tool-bag Canvas Zipper Tool Bag Heavy-duty canvas tool bag with zipper closure for storing tools and accessories. 14.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Zipper-Tool-Bag-kNSWJhJQrZ89e5N7XpB5N2NSh0HZFT +plastic-zipper-storage-bags Plastic Zipper Storage Bags Pack of 12 plastic storage bags with zippers, ideal for storing food, stationery, and small items. 5.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plastic-Zipper-Storage-Bags-BqDrm6Q9LFa00HLgvfcbSBsTAG1TZy +fabriano-tiziano-charcoal-paper Fabriano Tiziano Charcoal Paper Premium quality medium weight paper suitable for various charcoal techniques. 18.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Charcoal-Paper-yBNKKafzdiZgPd8WbhDBldm4Qrgsvu +canson-xl-series-charcoal-paper Canson XL Series Charcoal Paper Spiral-bound pad with medium weight paper ideal for charcoal sketches and drawings. 8.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Charcoal-Paper-j3V7YXQKYT4rsA3Tqn0uBqHX98K2xO +arches-text-wove-charcoal-paper Arches Text Wove Charcoal Paper Textured medium weight paper perfect for charcoal and pastel work. 14.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arches-Text-Wove-Charcoal-Paper-quTwDvLSsce0WrYMtTKJKZFpBDrfXh +stonehenge-medium-weight-charcoal-paper Stonehenge Medium Weight Charcoal Paper Versatile paper suitable for charcoal, pastel, and other dry media techniques. 16.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Medium-Weight-Charcoal-Paper-PSQ7uG7sywrYDiYRdmEaGkP0I6IrK9 +bockingford-charcoal-paper-pad Bockingford Charcoal Paper Pad Wire-bound pad with medium weight paper for charcoal and chalk drawings. 11.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bockingford-Charcoal-Paper-Pad-DeEPQ8I7NykGpyjLYJ7YIFHqtt74rB +art-alternatives-sketch-charcoal-paper Art Alternatives Sketch Charcoal Paper Sketch pad with medium weight paper ideal for charcoal and graphite sketches. 7.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Alternatives-Sketch-Charcoal-Paper-IPihHjS1YHbRlR6OxlnH0lPtZhePqW +faber-castell-goldfaber-color-pencils Faber-Castell Goldfaber Color Pencils High-quality pencils in radiant shades of purple for smooth, pigmented coloring. 24.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Goldfaber-Color-Pencils-3mRltWFaqHBjcb9edYVmeeGpdEx9FJ +caran-d'ache-luminance-colored-pencils Caran d'Ache Luminance Colored Pencils Luxury set of 20 professional-grade pencils with exceptional lightfastness. 49.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Luminance-Colored-Pencils-aVlKDKlrKXINB7ZtflD8DizEXPnoha +derwent-coloursoft-pencils Derwent Coloursoft Pencils Soft, velvety pencils in various shades of purple for rich color application. 19.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Coloursoft-Pencils-qfpfL5LuoT2usk7u7lLR9H3DBfaIhS +koh-i-noor-progresso-woodless-colored-pencils Koh-I-Noor Progresso Woodless Colored Pencils Durable, pigment-rich pencils with no wood casing for uninterrupted coloring. 12.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Progresso-Woodless-Colored-Pencils-GQ0FronwWfvmspypAqu7eaatKHnuBd +stabilo-carbothello-pastel-pencils Stabilo CarbOthello Pastel Pencils Set of 24 pastel pencils in soft, blendable shades of purple for expressive artwork. 34.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-CarbOthello-Pastel-Pencils-7MmG6MhHxy40RGuEcLlze6xtYqgiNS +conte-a-paris-sketching-pencils Conté à Paris Sketching Pencils Set of 6 sketching pencils in deep purple tones for detailed drawings. 9.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Sketching-Pencils-TAzXG6C2AYxtnU10STHW3Lkp6lFbyG +pop-art-canvas-set Pop Art Canvas Set Set of 3 blank canvases for creating vibrant pop art pieces. 29.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Canvas-Set-dM25r4EusmdnVnW2m0vTgAsXKvhK9y +pop-art-stencil-kit Pop Art Stencil Kit Create iconic pop art designs with this easy-to-use stencil kit. 9.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Stencil-Kit-YZsKPHHHG0l0T1LZTWJJVLeHdZhzD7 +pop-art-poster-prints Pop Art Poster Prints Set of 5 vibrant pop art prints to decorate any space. 24.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Poster-Prints-9DQlBYzx1o3z1UnJ49hK6kFRtbjTi7 +pop-art-marker-set Pop Art Marker Set Bold markers for adding color and personality to your pop art creations. 7.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Marker-Set-GT916kra3pOQy88DyQSRjIDYIxCnem +pop-art-easel Pop Art Easel Adjustable easel for displaying and working on your pop art projects. 34.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Easel-APTviat2pTqVwqxAlHc2VnXDGcdR1v +pop-art-greeting-cards Pop Art Greeting Cards Set of 10 unique pop art greeting cards for any occasion. 8.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Greeting-Cards-nXrNahBAWaeCVkbQFHSWjebFJunnc7 +metallic-colored-pencils-set Metallic Colored Pencils Set Set of 12 metallic colored pencils in a variety of shades for vibrant artwork. 12.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Colored-Pencils-Set-VhiW7u6dhK2m1vWPGfhWfL3dgs9Q7Q +rainbow-alcohol-ink-set Rainbow Alcohol Ink Set Vibrant alcohol inks in a variety of colors for unique art projects. 29.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rainbow-Alcohol-Ink-Set-dZPohaxyZ1dhHl4egmVjhgdyl42mc4 +metallic-pencil-blending-stump-set Metallic Pencil Blending Stump Set Set of 3 blending stumps for seamless blending of metallic colored pencils. 8.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Blending-Stump-Set-TyGYtAEPNp2Hkks7dMlU0X4I8ANQxh +metallic-pencil-case Metallic Pencil Case Stylish and durable case to store and organize metallic colored pencils. 9.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Case-YtWtcKA8ja82IuSnl4J8bqp7zrTCba +metallic-pencil-eraser-set Metallic Pencil Eraser Set Set of 4 premium erasers designed specifically for metallic colored pencils. 5.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Eraser-Set-ibxOGpFW2WfATPbMPEKsACUFMBJUCk +metallic-pencil-drawing-paper-pad Metallic Pencil Drawing Paper Pad Specialized paper pad for use with metallic colored pencils, offering excellent blending and color payoff. 14.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Drawing-Paper-Pad-PgaEsX3UsgnpGgjaj2JNJShnBQJ6vf +metallic-pencil-sharpie Metallic Pencil Sharpie Fine-tipped metallic sharpie perfect for adding details to metallic colored pencil artwork. 3.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Sharpie-e2JV4NwUOn8Vu6PzjILqPh8G6kbDPH +metallic-pencil-blender Metallic Pencil Blender High-quality blender pencil for achieving smooth gradients with metallic colored pencils. 7.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Blender-pMXj7bYevArPIQmURPiQOIHyyYEJbk +metallic-pencil-fixative-spray Metallic Pencil Fixative Spray Non-yellowing fixative spray to protect metallic colored pencil artwork and prevent smudging. 11.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Fixative-Spray-Ezskhj3x6JZzE82zHR4ae0UQClvJ65 +turquoise-pastel-pencil-art-prints-collection Turquoise Pastel Pencil Art Prints Collection Collection of art prints featuring stunning artworks created using turquoise pastel pencils. 19.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Art-Prints-Collection-iIHK5yHgoKS7e0vOyFAHxPLTL0jTmp +copic-sketch-markers Copic Sketch Markers Professional-quality markers ideal for illustration and design work. 6.5 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copic-Sketch-Markers-1BSfcafZE81bRRFRIXC6s4204RUZSu +sharpie-metallic-permanent-markers Sharpie Metallic Permanent Markers Set of metallic permanent markers for adding shimmer to projects. 8.49 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sharpie-Metallic-Permanent-Markers-jOusKFmXX36SZ3aC4Ep3vmJ6SI5Oq8 +pastel-metallic-brush-pen-set Pastel Metallic Brush Pen Set Set of 6 metallic brush pens in pastel shades, ideal for adding shimmer and shine to artwork. 11.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Metallic-Brush-Pen-Set-ED7WMR9zBOEcnIgiqIFU03VoA7GguA +hardcover-travel-sketchbook Hardcover Travel Sketchbook Durable sketchbook with thick, acid-free paper suitable for various mediums. 14.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardcover-Travel-Sketchbook-vcYk75FbbeCryEPE7AUjjH2GZu4POG +xp-pen-artist-pro-24 XP-Pen Artist Pro 24 Large high-resolution display tablet with tilt support for advanced digital art. 899.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/XP-Pen-Artist-Pro-24-PSLglueRTKuyLqBmZM9ELP2que7ixx +vintage-travel-sketchbook Vintage Travel Sketchbook Sketchbook with a vintage-inspired cover design, ideal for artists who appreciate retro aesthetics. 17.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Travel-Sketchbook-lYL8xuq3Jzvp2SENut5W0Rc6dTpZdY +multi-media-travel-sketchbook Multi-Media Travel Sketchbook Versatile sketchbook suitable for a variety of mediums, including pencil, ink, and watercolor. 15.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-Media-Travel-Sketchbook-V12xVQg0zoLphqpmAj7bdWOoXqQqVJ +eco-friendly-travel-sketchbook Eco-Friendly Travel Sketchbook Sketchbook made from recycled materials, perfect for environmentally conscious artists. 10.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eco-Friendly-Travel-Sketchbook-ICxwFdDDWxbuvluM6unNqInM4wP8YG +vintage-dot-grid-notebook Vintage Dot Grid Notebook Vintage-style notebook with dot grid pages, perfect for writing and sketching. 13.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Dot-Grid-Notebook-3xFWZ3VVWrW9WmLBnbUHZ82ELumV4k +dot-grid-planner Dot Grid Planner Dot grid planner for organizing daily tasks and schedules, with plenty of space for creativity. 16.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dot-Grid-Planner-c9hkitCYc8a4QYnKNb3Sn4re6Pn1WT +kuretake-zig-cartoonist-ink Kuretake Zig Cartoonist Ink Deep black pigment ink with quick-drying properties suitable for manga and graphic novel art. 8.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kuretake-Zig-Cartoonist-Ink-8Hi8HNpBdUMKkgIG08Iji8AYvyUeKt +minimalist-dot-grid-journal Minimalist Dot Grid Journal Simple and sleek dot grid journal for minimalist note-taking and planning. 8.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Dot-Grid-Journal-R28z20gaKCcy82Vu5OkeVsSuvYOUxR +leather-watch-case Leather Watch Case Luxurious leather watch case with a glass top to display and protect your watch collection. 79.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Watch-Case-1SkiFCHaOcMprfMoOiYvLGlyLuZhLg +leather-wallet-with-coin-pocket Leather Wallet with Coin Pocket Classic leather wallet with a convenient coin pocket and multiple card slots. 99.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Wallet-with-Coin-Pocket-MNCMHUo8GbhiyDPAxTsj4o5o1uZr8i +leather-briefcase-with-shoulder-strap Leather Briefcase with Shoulder Strap Professional leather briefcase with a detachable shoulder strap for versatile carrying options. 119.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Briefcase-with-Shoulder-Strap-loBzmR7b46uWvf8XAkxWKEjiTcgHyD +leather-camera-bag Leather Camera Bag Stylish leather camera bag with adjustable compartments to keep your camera gear organized. 69.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Camera-Bag-xzReP2021Emt00BHon1My5gGU0qBPq +floral-fabric-wallet Floral Fabric Wallet Chic floral fabric wallet with card slots and zippered coin pocket. 29.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Floral-Fabric-Wallet-VdanzfELQ8rVbiBEugXmsUe6nJnPo0 +gold-metallic-alcohol-ink Gold Metallic Alcohol Ink Shimmery gold alcohol ink for adding a touch of glamour to your artwork. 8.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Alcohol-Ink-Z4zDo6FqyIVNwPf5odh6ib5oc9Z39P +alcohol-ink-art-panels Alcohol Ink Art Panels Special panels designed for use with alcohol inks, providing a smooth surface for vibrant effects. 12.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Art-Panels-TwQuROqQOMxk2cDRAXCpSqXcbfLr6T +alcohol-ink-yupo-paper Alcohol Ink Yupo Paper Non-porous, synthetic paper perfect for creating stunning alcohol ink art. 6.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Yupo-Paper-kz8Z5AS0S9egwXEKgY0bOQLXXC2qOl +alcohol-ink-blending-solution Alcohol Ink Blending Solution Specially formulated solution for blending and lightening alcohol ink colors. 9.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Blending-Solution-DApW1s9eEME9adU4C8oy2AFR0lKQLu +alcohol-ink-applicator-set Alcohol Ink Applicator Set Tools for applying alcohol inks with precision and control. 14.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Applicator-Set-NC5vv5wj0unjMFjyJhB4Iez3Ky40eg +pearlescent-alcohol-inks Pearlescent Alcohol Inks Shiny, pearlescent alcohol inks for a stunning, iridescent effect. 11.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pearlescent-Alcohol-Inks-ARoYzumCVhkDTMD7CsWm34RmzFxKSJ +alcohol-ink-resin-kit Alcohol Ink Resin Kit Create unique resin art pieces with the combination of alcohol inks and resin. 24.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Resin-Kit-zNb5Nk5G7F3SFdpsfL4bI8POLYg58u +sakura-gelly-roll-metallic-gel-pens Sakura Gelly Roll Metallic Gel Pens Set of 10 metallic gel pens in assorted colors for smooth writing and drawing. 14.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Gelly-Roll-Metallic-Gel-Pens-Anj7X3aYu9oMvHGZlife7JvRpcA1BK +pilot-g2-metallic-gel-pens Pilot G2 Metallic Gel Pens Retractable gel pens with metallic ink for smooth writing and bold lines. 12.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-G2-Metallic-Gel-Pens-cfStoFTEwtU0vl6t4uhcUAMWUGIjgm +staedtler-triplus-fineliner-metallic-pens Staedtler Triplus Fineliner Metallic Pens Fine tip metallic pens for precise writing and drawing in shimmering colors. 11.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Triplus-Fineliner-Metallic-Pens-uljydrNN7YRYyVylHyHiqPzy0pVsaf +sennelier-le-maxi-block Sennelier Le Maxi Block Extra-large block of medium charcoal paper for creating large-scale drawings and sketches. 22.99 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Le-Maxi-Block-2IERzIOMn9axBIlaNMVjMHKo6ItFhd +paper-mate-inkjoy-gel-metallic-pens Paper Mate InkJoy Gel Metallic Pens Smooth writing gel pens with metallic ink that dries quickly and resists smudging. 8.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paper-Mate-InkJoy-Gel-Metallic-Pens-LmmLaOpoiUFihkV0EkTlfWveJoEM1R +sargent-art-metallic-gel-pens Sargent Art Metallic Gel Pens Set of 12 metallic gel pens in assorted colors for creating colorful artwork. 16.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sargent-Art-Metallic-Gel-Pens-rrNHwbyUJ5oeVEnaePVvH1cFVnpfdJ +arteza-metallic-gel-pens Arteza Metallic Gel Pens Professional-quality metallic gel pens for creating vibrant and lasting artwork. 17.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-Metallic-Gel-Pens-ytjTDrV0pa4ztIDy3q8F7S2aHfM0Im +toned-tan-sketch-paper-roll Toned Tan Sketch Paper Roll Large roll of medium charcoal paper in a toned tan color, ideal for sketching and drawing. 18.79 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Toned-Tan-Sketch-Paper-Roll-TJ9lKRis9qfZWyVOb4mBndliCqTCaP +strathmore-400-series-drawing-pad Strathmore 400 Series Drawing Pad Premium medium charcoal paper with fine tooth surface for smooth drawing. 12.99 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Drawing-Pad-uD7ONd2V4UE5yzDcZ2LLM0RYw7wUsR +moleskine-art-sketchbook Moleskine Art Sketchbook Compact sketchbook with high-quality medium charcoal paper perfect for on-the-go drawing. 14.99 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Moleskine-Art-Sketchbook-qNMnIxTC7DICrvHAzPAjqB6A1LzHXL +hahnemuhle-nostalgie-sketchbook Hahnemühle Nostalgie Sketchbook Hardcover sketchbook with medium charcoal paper for archival-quality drawings. 17.49 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hahnemuhle-Nostalgie-Sketchbook-ijBI6cQfVVH2H4Sb1MaAhutquDU3YZ +wacom-cintiq-pro-16 Wacom Cintiq Pro 16 A high-quality display tablet with a 16-inch screen, ideal for digital artists and designers. 1499.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wacom-Cintiq-Pro-16-eKeYl2kejtMAPVmZHWip00MPetbpB0 +huion-kamvas-pro-20 Huion Kamvas Pro 20 Large display tablet with a 20-inch screen, designed for professional digital artists. 899.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Huion-Kamvas-Pro-20-6KvbPXmrLoHyGRdCc6VkTV7vTlBKTb +apple-ipad-pro-12.9 Apple iPad Pro 12.9 Multi-functional device that can be used as a display tablet for drawing and as a regular tablet for everyday tasks. 999 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Apple-iPad-Pro-12-40IJGhFIk6yAHkroDGNOLXc4hLtqPQ.9 +veikk-a30-v2 Veikk A30 V2 Entry-level display tablet with a 10x6-inch screen and customizable shortcut keys. 49.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Veikk-A30-V2-8y5qAHXqTL7EJa7UwBRW8LxfR8d5MS +gaomon-pd1161 GAOMON PD1161 Portable display tablet with an 11.6-inch screen, perfect for artists on the go. 199.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/GAOMON-PD1161-ov7jKdKYWtorpLN1jvmheF009LgMXq +parblo-coast10 Parblo Coast10 Portable display tablet with a 10.1-inch screen and battery-free stylus, ideal for artists on the move. 129.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Parblo-Coast10-CdL1HOVP0BnE1RCuuW0QvffLylZEWI +wacom-one Wacom One Entry-level display tablet with a 13.3-inch screen, suitable for beginner digital artists. 299.95 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wacom-One-xdYG6HKNsN8HEE9gHZewTDASyDWc6y +neon-chalk-pastel-blending-stumps Neon Chalk Pastel Blending Stumps Tools for blending and creating smooth gradients with neon chalk pastels. 5.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Blending-Stumps-SGT7ly2zFqK9fmIYz2d4qgnbPBPOyA +speedball-super-black-india-ink Speedball Super Black India Ink Professional-grade black India ink ideal for drawing, illustrating, and calligraphy. 12.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Speedball-Super-Black-India-Ink-6eShy2nN2wwdGDr8YhQFrs6Z8fWNHL +neon-chalk-pastels-set Neon Chalk Pastels Set Vibrant neon colors perfect for creating eye-catching artwork. 12.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastels-Set-kFGTJNWviyz0dOb1y0tThWC5DMx55T +neon-chalk-pastel-brush-set Neon Chalk Pastel Brush Set Set of brushes for applying and blending neon chalk pastels on various surfaces. 14.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Brush-Set-dXWlfbKBoLI0xPOpfmjvdVbgAWozVz +neon-chalk-pastel-pencils Neon Chalk Pastel Pencils Neon chalk pastels in pencil form for precise drawing and shading. 9.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Pencils-qyq9KoGTMR1qe4HvYkNQNSwW8GKNAV +compact-travel-makeup-bag Compact Travel Makeup Bag Small zipper case for storing makeup essentials while travelling. 7.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compact-Travel-Makeup-Bag-H0zewAQl8DktruD3sLXZhKDJGC3EtE +neon-chalk-pastel-sketchbook Neon Chalk Pastel Sketchbook Spiral-bound sketchbook with acid-free paper for neon chalk pastel drawings. 10.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Sketchbook-gteGIfgt0k7aQyU1IyEIgp7ehEv7h1 +metal-palette-knife-set Metal Palette Knife Set Set of 5 metal palette knives in various shapes and sizes for mixing paints and creating unique textures. 12.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-Palette-Knife-Set-XnaHb3RbyLKIxixnrAzoZedCXfm121 +neon-chalk-pastel-art-kit Neon Chalk Pastel Art Kit Complete kit with neon chalk pastels and accessories for artists of all levels. 39.99 Neon-chalk-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Chalk-Pastel-Art-Kit-dPbBbNJNaky6U7163s1BBW1XT2VfHA +offset-palette-knife Offset Palette Knife Offset palette knife for precise application of paint and creating detailed textures. 9.99 Palette-knives https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Offset-Palette-Knife-t5uErkwiQrZRuizojvBeXzwCMVdrNH +ohuhu-dual-tip-markers Ohuhu Dual Tip Markers Budget-friendly alcohol-based markers with fine and broad tips for versatile use. 16.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ohuhu-Dual-Tip-Markers-qVn7GIVndzLQ1oInCdhlLL5g4Xs37e +spectrum-noir-alcohol-markers-set Spectrum Noir Alcohol Markers Set Essential alcohol-based markers set for beginners and professionals alike. 24.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spectrum-Noir-Alcohol-Markers-Set-AkVBojMllr053Gff1mLmfDLO91GCd0 +arteza-everblend-art-markers Arteza EverBlend Art Markers Art markers with alcohol-based ink that provide seamless blending and vibrant colors. 21.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-EverBlend-Art-Markers-6F2mrf9hQ2l2Zi2v3s2lWY0rPfo53f +shuttle-art-dual-tip-alcohol-markers Shuttle Art Dual Tip Alcohol Markers Dual-tip alcohol markers with a comfortable grip for long coloring sessions. 18.99 Alcohol-based-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Shuttle-Art-Dual-Tip-Alcohol-Markers-ksdXfjVbYsDFZzMHzhRvBrbX5fWmba +pocket-sized-sewing-kit Pocket-sized Sewing Kit Portable sewing kit with needles, thread, buttons, and scissors, handy for quick clothing repairs on the go. 6.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pocket-sized-Sewing-Kit-ylUnZmFMyaDmNYcQ1tiPUNlUgTPPRX +logitech-crayon Logitech Crayon Versatile stylus pen for iPads with palm rejection and tilt support for natural drawing experience. 69.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Logitech-Crayon-e6xXDR3EqtA1n8IPJPDWvu8jzjPuGJ +wacom-bamboo-stylus Wacom Bamboo Stylus Professional stylus pen with pressure-sensitive tip for graphic design and digital art. 49.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wacom-Bamboo-Stylus-Kwrdntr73JW5GPCyy9PucEn7RdZkNQ +iridescent-metallic-pencils-travel-case Iridescent Metallic Pencils Travel Case Stylish and durable case to store and carry your iridescent metallic pencils safely. 9.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Travel-Case-be982cFVvcj7AKQMfIGcoak0oWQa0j +easel-cleaning-kit Easel Cleaning Kit Tools to keep your art easel clean and free of paint residue. 14.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Easel-Cleaning-Kit-UUkAfbS75DKLAOfWlkMSR0QfMkGnnJ +neon-oil-pastels-instruction-booklet Neon Oil Pastels Instruction Booklet Comprehensive instruction booklet on how to use neon oil pastels effectively. 4.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Instruction-Booklet-mTm0UNgvb2XGGJ97KMTOsqB3vb9zwA +neon-oil-pastels-storage-case Neon Oil Pastels Storage Case Handy storage case to keep your neon oil pastels organized and protected. 7.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Storage-Case-brlUdIDbYOFjgoaYl4OrRaNnlYVx54 +neon-oil-pastels-paper-stumps Neon Oil Pastels Paper Stumps Paper stumps for smudging and blending neon oil pastels seamlessly. 2.49 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Paper-Stumps-mgtAx44EY7Q7Cgihm7Z0ee2fwxedx8 +recycled-charcoal-sketchbook Recycled Charcoal Sketchbook Eco-friendly sketchbook with recycled charcoal paper suitable for various drawing techniques. 14.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Sketchbook-ClTlzaNV6tm0PLBFN09WXV3TX7pr29 +microsoft-surface-pen Microsoft Surface Pen Versatile stylus pen with tilt support and 4096 levels of pressure sensitivity. 79.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Microsoft-Surface-Pen-k24VyxocCOkADYHNzh9BYIahSDVw3p +compact-first-aid-kit Compact First Aid Kit Small first aid kit with bandages, antiseptic wipes, and other emergency supplies, great for outings and travel. 11.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compact-First-Aid-Kit-pBcqwBL2qdxYvQwxI1PosPWFh57seI +mini-electronics-organizer Mini Electronics Organizer Compact organizer for storing and transporting small electronic gadgets like earbuds, charging cables, and USB drives. 9.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Electronics-Organizer-yk4NtjgHRqNrSbeRx0VAfz1mi3fLpj +iridescent-metallic-pencils-coloring-book Iridescent Metallic Pencils Coloring Book Coloring book filled with intricate designs perfect for coloring with iridescent metallic pencils. 8.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Coloring-Book-Y2GbEPp2m5a1hkwVJGmrIh00KKP07H +aluminum-tripod-easel Aluminum Tripod Easel Lightweight and portable aluminum easel suitable for indoor and outdoor use. 49.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Aluminum-Tripod-Easel-qDF468odyWrp01d2sEl4IjgbBVNU9r +paint-palette-cleaning-kit Paint Palette Cleaning Kit Kit designed to make cleaning paint palettes quick and easy. 9.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paint-Palette-Cleaning-Kit-y20EbLYbh31JQyhkByrXYod7M5lI4s +neon-oil-pastels-blender-stick Neon Oil Pastels Blender Stick Special blender stick designed specifically for blending neon oil pastels seamlessly. 3.49 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Blender-Stick-GGY5QUOGrcqUVtPXULnXpKQnSHoagm +wacom-intuos-pro Wacom Intuos Pro Professional graphics tablet with pen pressure sensitivity and customizable buttons. 349.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wacom-Intuos-Pro-rU9AG1UQ8Yks6drtYHeeGPuoWSkr6p +mont-marte-fixative-aerosol Mont Marte Fixative Aerosol Aerosol fixative spray suitable for charcoal, pastel, and pencil drawings. 7.99 All-Purpose-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mont-Marte-Fixative-Aerosol-ydSHuv7hJg3Ed8dr08dMZ2AR7HFXxB +vistablet-mini VisTablet Mini Compact and lightweight graphic tablet with pen stylus for on-the-go digital art. 49.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/VisTablet-Mini-Fizlw9l6Rm31kU2MSzfpEy5iwaIYDx +dot-grid-hardcover-sketchbook Dot Grid Hardcover Sketchbook Durable hardcover sketchbook with dot grid pages, suitable for artists and designers. 19.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dot-Grid-Hardcover-Sketchbook-48UaKX0HCr4CvOja89CaClnD8WSFDl +higgins-waterproof-drawing-ink Higgins Waterproof Drawing Ink Popular black drawing ink with superior lightfastness and waterproof properties. 7.49 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Higgins-Waterproof-Drawing-Ink-VfeUzteR7UF1KDcIKfibgQJMbWELQ1 +sennelier-drawing-ink-set Sennelier Drawing Ink Set Set of 4 richly colored drawing inks in glass bottles perfect for fine art drawing. 29.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Drawing-Ink-Set-hEdxjg1oQiBFWBiVF2eWbbjQx12YbM +leather-laptop-sleeve Leather Laptop Sleeve Slim leather laptop sleeve to protect your laptop from scratches and dust. 59.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Laptop-Sleeve-yw5KtlN2YPzXlo7p9MDsgqhne1k1Sr +winsor-and-newton-drawing-ink-set Winsor & Newton Drawing Ink Set Set of 6 vibrant, lightfast drawing inks perfect for artists and illustrators. 25.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Drawing-Ink-Set-JKVyM50QTSa13jyrWD98aVekMiHxfd +canvas-pencil-case Canvas Pencil Case Durable canvas pencil case with double zipper closure. 9.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Pencil-Case-Gf1EtFm8yR8MQ8Pzyja42ztUcluZZY +leonardo-da-vinci's-drawing-set Leonardo da Vinci's Drawing Set A complete set of graphite pencils, charcoal sticks, and blending tools for detailed drawing. 24.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leonardo-da-Vinci's-Drawing-Set-joNX9JsSrJUQRtTiL9hZhAPIYwjo7G +u.s.-art-supply-premium-charcoal-paper-pad U.S. Art Supply Premium Charcoal Paper Pad Acid-free paper with a sturdy backing for charcoal sketching and drawing. 10.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/U.S-X769GwXUF7QZ7LAH9hX1tXpylTsddU.-Art-Supply-Premium-Charcoal-Paper-Pad +higgins-eternal-black-ink Higgins Eternal Black Ink Permanent, non-waterproof black India ink for use in technical pens and brushwork. 8.49 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Higgins-Eternal-Black-Ink-Xljs3swAadCGvwDP1k6r6wK8EIrZLL +dr.-ph.-martin's-bombay-india-ink-set Dr. Ph. Martin's Bombay India Ink Set Set of 12 vibrant colors of India ink perfect for artists and illustrators. 34.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dr.-Ph-bC8wi34Q9wGdq15XD0wfDWHzh0FuzS.-Martin's-Bombay-India-Ink-Set +daler-rowney-fw-artists-acrylic-ink Daler-Rowney FW Artists Acrylic Ink Acrylic-based India ink in a variety of colors suitable for a wide range of techniques. 9.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-FW-Artists-Acrylic-Ink-6Cpo9C2Yu8enPRXs6rxx5tXEvFwR0J +robert-oster-signature-ink Robert Oster Signature Ink Premium fountain pen ink available in a variety of colors inspired by nature. 16.99 India-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Robert-Oster-Signature-Ink-n58xmd1w7I5LGAT2KkTZO1AVtR3PSy +electric-hand-sander Electric Hand Sander Powerful electric hand sander for efficient sanding on large surfaces. 39.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Hand-Sander-gGyFjXqvwas06Iq5zOMtW6meyUq0aG +recycled-charcoal-paper-sampler-pack Recycled Charcoal Paper Sampler Pack Assortment of different sizes and textures of recycled charcoal paper for experimentation. 16.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Sampler-Pack-C3Dlt0Uv2TubtxMFUcTtShqhMrCUgJ +recycled-charcoal-paper-portfolio Recycled Charcoal Paper Portfolio Portfolio case made from recycled charcoal paper to store and transport artwork safely. 29.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Portfolio-1yEYfG2N1Z3jWZY5Xg5N1Tah5Fb6jr +adonit-jot-pro Adonit Jot Pro Fine-point stylus pen for accurate writing and drawing on touchscreens. 29.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adonit-Jot-Pro-AgaMLHqZq6DjLvNQEdKHZsKy2o704r +samsung-galaxy-note-s-pen Samsung Galaxy Note S Pen Integrated stylus pen for precise input on Samsung Galaxy Note series smartphones and tablets. 19.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Samsung-Galaxy-Note-S-Pen-c9HqGQwHtduLrJTr2pQe3JAMIyUICA +lenovo-active-pen Lenovo Active Pen Pressure-sensitive stylus pen for Lenovo Yoga and Flex convertible laptops with Windows Ink support. 49.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lenovo-Active-Pen-ooyPtQEi9hMRrxMtHF78Nh2Vl6xEHs +mini-workout-bag Mini Workout Bag Small gym bag with compartments for workout essentials like a water bottle, towel, and small workout accessories. 14.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Workout-Bag-23wi3JFM7EbXW23P8bDsr0POkHlnul +sleek-card-holder Sleek Card Holder Slim and stylish card holder with RFID protection, perfect for carrying credit cards and business cards. 7.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sleek-Card-Holder-jVDCGtAycTGL4DljdKIdGIwAOd4UtV +recycled-charcoal-paper-stationery-set Recycled Charcoal Paper Stationery Set Set of stationery items made from recycled charcoal paper, including envelopes and notecards. 19.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Stationery-Set-5VfgSR9bxXPy7pcS72XYKmLVS8WmhB +airbrush-cleaning-kit Airbrush Cleaning Kit Essential set for cleaning and maintaining airbrush equipment. 15.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Airbrush-Cleaning-Kit-YV4pngyIH2Z5CC5nRzQTgX3uYHZNok +printmaking-cleaning-kit Printmaking Cleaning Kit Kit to help clean printmaking tools and surfaces. 11.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Printmaking-Cleaning-Kit-0OkMF6FyrbpCsMzFi4ZNq1h15T3une +art-brush-cleaning-kit Art Brush Cleaning Kit A set of tools to help clean and maintain your art brushes. 12.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Brush-Cleaning-Kit-LIs0jFRTehnk316DnStBPzgP65SLKL +small-zippered-pencil-case Small Zippered Pencil Case Compact pencil case with a zippered closure, perfect for carrying your essential writing tools. 5.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Small-Zippered-Pencil-Case-Zv6zkGBNt463try4LLgImH57PuaOlc +sculpture-cleaning-kit Sculpture Cleaning Kit Specialized set for cleaning and preserving sculpting tools and sculptures. 19.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sculpture-Cleaning-Kit-XKbnvyS4dCVYjQp8hffCosKiZ6FqRC +neon-oil-pastels-blending-tool-set Neon Oil Pastels Blending Tool Set Set of blending tools for creating unique blending effects with neon oil pastels. 5.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Blending-Tool-Set-xXavZclTo1tKp7p4tahr5cKhVdTFUg +adjustable-wooden-easel Adjustable Wooden Easel Sturdy wooden easel with adjustable height and tilt for versatile painting positions. 89.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Wooden-Easel-ZLAis51hcPIzFCLR3xHmSTrMK10hej +kids-wooden-easel Kids Wooden Easel Colorful wooden easel designed for young artists with a chalkboard and dry erase board. 39.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kids-Wooden-Easel-PHJ9IU6Imdp9BXooqI9QnuK705relP +heavy-duty-metal-easel Heavy-Duty Metal Easel Industrial-strength metal easel with a powder-coated finish for durability and longevity. 149.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Metal-Easel-bFQVry9ihfUzwj71nSCOCLNsYILpY1 +dell-active-pen Dell Active Pen Battery-powered stylus pen with customizable buttons for Dell Inspiron and XPS laptops. 59.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dell-Active-Pen-P57pcPY2izpJDw3FigOGf7rjyGKk6E +tiny-travel-toiletry-bag Tiny Travel Toiletry Bag Miniature toiletry bag with compartments for travel-sized shampoo, conditioner, lotion, and other essentials. 10.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tiny-Travel-Toiletry-Bag-FvPeWRBj8UePXVcBnDz0BmLxxhXcLL +mini-travel-makeup-case Mini Travel Makeup Case Small makeup case designed for travel, with compartments for organizing makeup and beauty products. 12.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Travel-Makeup-Case-CPLpUIAdYfcATKopJSPHdDF7z48ZF8 +iridescent-metallic-pencil-sharpener Iridescent Metallic Pencil Sharpener Special sharpener designed specifically for iridescent metallic pencils to keep them sharp. 5.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencil-Sharpener-kwnnwex1df7fK9AwDSg3ahi95k24FN +iridescent-metallic-pencils-blending-stumps Iridescent Metallic Pencils Blending Stumps Blending stumps ideal for blending iridescent metallic pencil colors seamlessly. 6.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Blending-Stumps-mzb46ZP0wg5AgMWnMIaXeJMngb9RGp +canvas-cleaning-kit Canvas Cleaning Kit Specialized kit for cleaning and preserving canvas surfaces. 17.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Cleaning-Kit-lyAjezCNMaoRWDPsUbz25xdRxbNRod +neon-oil-pastels-sketchbook Neon Oil Pastels Sketchbook Sketchbook with specially textured paper that works perfectly with neon oil pastels. 10.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Sketchbook-Nbetyemq8N7ufiRyxbSdwStNoDAKxa +drawing-board-cleaning-kit Drawing Board Cleaning Kit Set of cleaners to maintain your drawing board in top condition. 8.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drawing-Board-Cleaning-Kit-YOUY3uYysuPsTiXkuX1OnIvmjsEMov +neon-oil-pastels-art-prints Neon Oil Pastels Art Prints Set of art prints created using neon oil pastels, perfect for decorating your space. 14.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Art-Prints-S2shHcgI4BQyVt7UKDbJAUPg9I1Ns9 +french-style-easel French Style Easel Classic French-style easel with storage drawer and adjustable legs for painting en plein air. 159.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/French-Style-Easel-xavfhbiSeazlZhHaTrCMAOBFWQqlQU +bamboo-easel Bamboo Easel Eco-friendly bamboo easel with adjustable features and a natural finish. 79.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-Easel-nV6IQEBoKpLcRg9kh3C7BCnvQGkgQr +folding-table-easel Folding Table Easel Compact and lightweight easel that folds flat for easy storage and transportation. 17.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Folding-Table-Easel-NbJVaNo9KRvwMvGsAtPlitlf2Jan1B +turquoise-pastel-pencil-art-set Turquoise Pastel Pencil Art Set Complete art set including turquoise pastel pencils, sketchbook, sharpener, and blending stumps. 29.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Art-Set-roRkiQ8CLcX2JlYBhcxsBLKbqvZt0e +spectrafix-degas-pastel-fixative SpectraFix Degas Pastel Fixative Eco-friendly fixative spray made from natural milk casein for pastel artwork. 22.99 All-Purpose-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/SpectraFix-Degas-Pastel-Fixative-kxfBXRDjoAPaSI2sSFJwpdcRXOUXT2 +uni-posca-fixative-pen Uni Posca Fixative Pen Convenient fixative pen for selectively applying fixative to small areas of artwork. 5.99 All-Purpose-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-Posca-Fixative-Pen-7L7VXOujITGmQLbb9Eln12k3BB7KEu +krylon-all-purpose-fixative-spray Krylon All-Purpose Fixative Spray Versatile fixative spray for protecting artwork from smudging, fading, and moisture damage. 9.99 All-Purpose-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-All-Purpose-Fixative-Spray-QhbeuGZoQ1onBECrdoiDcsR5S1npWm +huion-h610-pro-v2 Huion H610 Pro V2 Affordable graphic tablet for beginner digital artists with large drawing area. 59.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Huion-H610-Pro-V2-CyUp238eWK7zCLNdrJfu73mTIFE3P1 +gaomon-pd1560 GAOMON PD1560 Slim design graphic tablet with battery-free pen and adjustable stand. 259.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/GAOMON-PD1560-UecI6DLljscnlSo5fUR3gJcZHFiXZ5 +felt-phone-sleeve Felt Phone Sleeve Soft felt phone sleeve with minimalist design for everyday use. 6.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Felt-Phone-Sleeve-m86fecdackXPa3HOLi31LUgIegmAZA +ink-wash-painting-seal-set Ink Wash Painting Seal Set Customize your ink wash paintings with traditional Chinese seals. 8.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Wash-Painting-Seal-Set-0CrnfqwQQBYKahE6Xme2UllfkosXeT +calligraphy-watercolor-brush-pen-set Calligraphy Watercolor Brush Pen Set Set of 8 watercolor brush pens with flexible brush tip for elegant calligraphy work. 14.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Calligraphy-Watercolor-Brush-Pen-Set-K8suJMmMVrE1hFSl1CfIE3FQueZdis +convertible-backpack-easel Convertible Backpack Easel Innovative backpack design that transforms into a lightweight easel for plein air painting. 69.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-Backpack-Easel-SyeWiTcxEe6irFrNnmz6hum1kItFU6 +convertible-floortabletop-easel Convertible Floor/Tabletop Easel Easel that can be used as a floor-standing easel or a tabletop easel for added flexibility. 69.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-FloorTabletop-Easel-VB2stvZG9umRlLXSsVC634mA1TY6qZ +articulating-floor-easel Articulating Floor Easel Versatile easel with an articulating arm for different painting angles and positions. 99.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Articulating-Floor-Easel-tBrwIiYZoDPmWm0l6wXtZfEv7dQa9H +pastel-chalk-calligraphy-pens Pastel Chalk Calligraphy Pens Set of 6 pastel chalk calligraphy pens for a soft and velvety writing experience. 11.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Chalk-Calligraphy-Pens-fmK3HZ8lPTEHDqKkrkVpNSsoUem20v +posca-paint-markers Posca Paint Markers Water-based paint markers suitable for a variety of surfaces. 4.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Posca-Paint-Markers-jyWnkQ4KiVJ0MF2FnPQcEOBIVPfKT9 +pastel-brush-pen-art-markers Pastel Brush Pen Art Markers Set of 12 brush pens with pastel shades, great for coloring and illustration. 14.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Art-Markers-kKVD6DFvN2QcJX8nAyMQnQpujzwG7b +dual-ended-pastel-brush-pens-set Dual-ended Pastel Brush Pens Set Set of 24 dual-ended brush pens with pastel colors, perfect for fine art and calligraphy. 29.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-ended-Pastel-Brush-Pens-Set-7fPbiFhRHt4PKVwg2UcIz0wfC4Llog +silicone-grip-drawing-glove Silicone Grip Drawing Glove Gray drawing glove with silicone grip dots for better control and stability while sketching or drawing. 11.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silicone-Grip-Drawing-Glove-cUftHosQoCLlLAxHaApni1P1H0XB7L +premium-artist-glove Premium Artist Glove High-quality artist glove made of comfortable and durable material to protect the drawing surface from oils and dirt. 19.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Artist-Glove-ODkRPnT6izS2Qc9PZGcFZhMRCxvsHz +universal-drawing-glove Universal Drawing Glove Adjustable universal drawing glove suitable for left-handed and right-handed artists with anti-slip design. 15.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Universal-Drawing-Glove-aHrSOW4JSs0XY6bugBP5aWFd4YTNLy +grumbacher-final-fixative-spray Grumbacher Final Fixative Spray A final fixative spray that prevents pastel, charcoal, and pencil drawings from smudging. 9.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Final-Fixative-Spray-tDO12ZYYfjsKYDzkJoD2YnfZOUc2LC +veikk-a30 Veikk A30 Budget-friendly graphic tablet with 4 customizable shortcut keys and pen pressure support. 39.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Veikk-A30-ec9VicHTY0SZFZPLJP5OwxHRBulqJy +copic-multiliner-sp-fine-nib-pen-set Copic Multiliner SP Fine Nib Pen Set Set of fine nib pens with waterproof, pigment-based drawing ink for precision work. 19.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copic-Multiliner-SP-Fine-Nib-Pen-Set-k5dPXka2McELnkJwUhQLkN7YHdMftZ +platinum-carbon-black-ink Platinum Carbon Black Ink High-quality carbon black ink for sketching, drawing, and line work. 10.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Platinum-Carbon-Black-Ink-N5l3UMgJpsGeX8yUMywl8n3KBnvUOs +a5-dot-grid-sketchbook A5 Dot Grid Sketchbook A5 size sketchbook with dot grid pages, perfect for bullet journaling or sketching ideas. 12.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/A5-Dot-Grid-Sketchbook-2DgbAAa942XmPotIAQuVCBjyYzkeL9 +leather-travel-organizer Leather Travel Organizer Multi-functional leather organizer with pockets for passports, boarding passes, and travel essentials. 49.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Travel-Organizer-H712CyIpQd7FQZigTg5HfcXajgWJuX +spiral-bound-dot-grid-notebook Spiral Bound Dot Grid Notebook Spiral bound notebook with dot grid pages, ideal for note-taking and doodling. 7.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Bound-Dot-Grid-Notebook-0ev71MDxRcvNEcObUa9nF6UhdB4myv +dot-grid-notepad-set Dot Grid Notepad Set Set of notepads with dot grid pages, ideal for organizing thoughts and ideas. 17.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dot-Grid-Notepad-Set-RvPDmHHsgjNUhTzwHhsCxqrS8Sy3Cw +bullet-journal-dot-grid-notebook Bullet Journal Dot Grid Notebook Bullet journal notebook with dot grid pages, designed for planning and tracking goals. 11.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bullet-Journal-Dot-Grid-Notebook-sDECRWqvJHRGPKCJVmNMvLkddUHqY0 +metallic-silver-pastel-pencil Metallic Silver Pastel Pencil Single metallic silver pastel pencil for creating shiny highlights and details. 1.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Silver-Pastel-Pencil-gwFc2C6SNgPmSRxSaXNle6cps9ztZa +michelangelo-sketchbook Michelangelo Sketchbook Hardbound sketchbook with acid-free paper, perfect for drawing and sketching like the masters. 14.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Michelangelo-Sketchbook-o7Mj6wMdb3p6wkTGdbiOOrlqdE7zFi +sumi-ink-set Sumi Ink Set Traditional Chinese black ink sticks made from pine soot for ink wash painting. 12.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Set-GhWHu13S70mXudtEJwEjFLaPNv78KH +silver-metallic-paint-pen Silver Metallic Paint Pen Paint pen in metallic silver color to add shiny accents to your artwork with precision. 3.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Paint-Pen-XGbm3Gc9a7CFAgkOCJ7pmTXeG3MQKo +microfiber-camera-pouch Microfiber Camera Pouch Microfiber camera pouch with belt loop for hands-free carrying. 11.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Microfiber-Camera-Pouch-j7nD3LtQuEqVkbiiZ2AreVrJ5kinbO +rough-texture-charcoal-paper-pack Rough Texture Charcoal Paper Pack A value pack of rough texture charcoal paper in various sizes, perfect for stocking up on supplies. 19.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Pack-G6xoJ9ZGwCeNvao0u5AeHcDRHJ7jRE +fine-sandpaper-pack Fine Sandpaper Pack Includes a variety of fine grit sandpaper sheets for smooth sanding. 9.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fine-Sandpaper-Pack-PWm6QzHLbKpRi4LGIhEvhmrcSq7roe +palm-sander-with-dust-collection Palm Sander with Dust Collection Palm sander with efficient dust collection system for clean workspaces. 29.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palm-Sander-with-Dust-Collection-akaEuYJL8D2ryLUpWXvrqdNkXhK0R8 +sandpaper-roll-assortment Sandpaper Roll Assortment Assortment of sandpaper rolls in different grits for various applications. 14.99 Sandpaper-Pointers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sandpaper-Roll-Assortment-TysWjOrJBj9ZptagCKfRcqOX1i4EIW +gold-metallic-pencils-set Gold Metallic Pencils Set Set of 12 metallic pencils in shimmering gold colors for adding special effects to your artwork. 9.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencils-Set-ssuMOaKBRdW8uDE3DyRdwT4SQ7UB0r +gold-metallic-pencil-extender Gold Metallic Pencil Extender Handy tool to extend the life of your metallic pencils by using up every last bit. 3.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Extender-FkmQJhN4ggH8CK2LocI5DVcpjPyQOU +gold-metallic-pencil-sketchbook Gold Metallic Pencil Sketchbook Sketchbook with gold metallic cover for doodling and sketching with metallic pencils. 14.99 Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Sketchbook-8iNPA92HcAEiGvyIKJKT8LfqxiRxUx +tombow-fudenosuke-brush-pen Tombow Fudenosuke Brush Pen Dual brush pen with firm yet flexible brush tip for varying stroke thickness. 3.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-Fudenosuke-Brush-Pen-B7AKC07ttSdjhv0CDrIwwpXXEw4SJK +pentel-arts-pocket-brush-pen Pentel Arts Pocket Brush Pen Portable brush pen with refillable ink cartridges for long-lasting use. 12.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-Arts-Pocket-Brush-Pen-XZKmejNtaR1E78qWQymmnJiJZgbu41 +sakura-pigma-calligrapher-pen Sakura Pigma Calligrapher Pen Professional calligraphy pen with chisel point for precise lettering. 5.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Pigma-Calligrapher-Pen-nmpsFpAgmVWwvTL3MblMPYmNHJ0F5M +faber-castell-pitt-artist-pen Faber-Castell Pitt Artist Pen Permanent India ink pen with brush tip for expressive calligraphy and illustrations. 4.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Pitt-Artist-Pen-GmDmiNS51j6fDVCXD5zz8lF9lP5Jr2 +quilted-makeup-bag Quilted Makeup Bag Quilted makeup bag with multiple compartments for organization. 14.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Quilted-Makeup-Bag-2r1Y3bffKyx2LMGSUeb43TGmrjXCDT +copper-metallic-calligraphy-pen Copper Metallic Calligraphy Pen Professional-quality calligraphy pen with copper metallic ink for elegant writing and artistic designs. 9.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Calligraphy-Pen-IaFbd5QE7zqYesiYtNdkGmCBPxfwaI +copper-metallic-ink-pad Copper Metallic Ink Pad Pigment-based copper metallic ink pad for stamping, embossing, and other creative techniques. 6.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Ink-Pad-nZTyFRVU3cJnp1FCVS5Tbfzqak2Gih +blending-stumps-and-tortillions-set Blending Stumps and Tortillions Set Includes various sizes of blending stumps and tortillions for blending and smudging pastel pencil drawings. 8.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stumps-and-Tortillions-Set-i0ZGrD3e29WyktHSECtFiBh3UP321z +kneaded-erasers Kneaded Erasers Soft and malleable erasers for gentle corrections and highlights in pastel pencil drawings. 3.49 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kneaded-Erasers-hf83baaflgXZNM4zerAaZs75KtgSyD +copper-metallic-drawing-pens Copper Metallic Drawing Pens Set of 5 fine-point drawing pens with copper metallic ink for intricate and expressive drawing styles. 11.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Drawing-Pens-ui9Md3XVCXJ7JvyITf6dMyfEWVXXrS +pastel-pencil-sharpener Pastel Pencil Sharpener Dual-hole sharpener specifically designed for sharpening pastel pencils without breakage. 6.49 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Sharpener-rROX5zJYentJaxAP1PSMJ7PSPm1S6e +copper-metallic-watercolor-set Copper Metallic Watercolor Set Set of 24 shimmering copper metallic watercolor paints for unique and eye-catching artworks. 21.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Watercolor-Set-QZjiUx2K3LzGkBcFd7u54N39AXB4Ru +copper-metallic-gel-pens Copper Metallic Gel Pens Set of 8 copper metallic gel pens for writing, drawing, and embellishing your artwork. 7.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Gel-Pens-znvwI9jRjC5irYBSyx9RuTPvu5WmtB +fixative-spray Fixative Spray Aerosol spray for fixing and protecting pastel pencil drawings from smudging. 12.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fixative-Spray-ZrtccgrgcL9dp7SjADgVFmBtmKKNgr +precision-detailing-brushes Precision Detailing Brushes Set of fine detailing brushes for adding intricate details and highlights to pastel pencil drawings. 9.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Precision-Detailing-Brushes-LzGwiVkq7oNyY6fnV92YT5jXo7r4MD +pastel-pencil-mixing-palette Pastel Pencil Mixing Palette Durable plastic mixing palette for blending and creating custom colors with pastel pencils. 7.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Mixing-Palette-YL8q7AYYto5XtAykY6UnF3dnizZN9X +pastel-pencil-sharpening-block Pastel Pencil Sharpening Block Compact sharpening block with sandpaper surface for precise sharpening of pastel pencils. 5.49 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Sharpening-Block-9DlRMsdOrcDy2afXjSgexTBx2LNexU +pilot-permanent-markers Pilot Permanent Markers Permanent markers with a bullet tip for bold lines. 3.49 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-Permanent-Markers-McrLxkrtchjHFDkuSi9iAeUpNde6YG +sennelier-inktense-pastel-pencils Sennelier Inktense Pastel Pencils Professional-grade pastel pencils with rich and intense colors. 3.49 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Inktense-Pastel-Pencils-KsBWfGaXx7NxhJB25YH4Ulogo2xgMI +bee-paper-company-charcoal-sketch-pad Bee Paper Company Charcoal Sketch Pad Medium weight paper pad designed for charcoal sketching and drawing. 9.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Company-Charcoal-Sketch-Pad-swidcMlHqWGgASiZqeH0ARejZA6gVM +legion-stonehenge-light-paper Legion Stonehenge Light Paper Lightweight version of Stonehenge paper suitable for charcoal and pastel sketches. 10.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Legion-Stonehenge-Light-Paper-WpXnRXywnEZ75BUSoyAQ8oFCMETUTm +hahnemuhle-bugra-charcoal-paper Hahnemühle Bugra Charcoal Paper Medium weight paper ideal for charcoal and ink work, with a smooth surface. 20.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hahnemuhle-Bugra-Charcoal-Paper-G44uAgAuAJTqAbAPp4fbTA7AeN3NEa +prismacolor-premier-soft-core-colored-pencils Prismacolor Premier Soft Core Colored Pencils Set of 12 vibrant purple pastel pencils perfect for blending and shading. 14.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Soft-Core-Colored-Pencils-M31RiqilDvKZu1OvsjjFpqyo4uiFZe +daler-rowney-charcoal-pencils Daler-Rowney Charcoal Pencils High-quality charcoal pencils ideal for mixed media artwork. 12.5 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-Charcoal-Pencils-RWtXy0eWRNMdfaVdDJuzE2nuxostrS +rembrandt-inktense-pastel-pencils Rembrandt Inktense Pastel Pencils Artist-quality pastel pencils with high lightfastness and smooth application. 5.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rembrandt-Inktense-Pastel-Pencils-OJRJjfpWXPUortC47d0PCRWCC2SVbM +faber-castell-pitt-charcoal-pencils Faber-Castell Pitt Charcoal Pencils Professional quality charcoal pencils for detailed charcoal drawings. 10.75 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Pitt-Charcoal-Pencils-M8sxkoJnOF2wcOZ2RaSTeEfbZr2bRJ +adjustable-tablet-stand Adjustable Tablet Stand Foldable stand compatible with tablets and smartphones for hands-free viewing. 14.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Tablet-Stand-id20V2TyoZkpndqHZcrnjsUYodA0uY +multi-angle-tablet-holder Multi-Angle Tablet Holder Sturdy aluminum stand with multiple viewing angles for comfortable use. 29.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-Angle-Tablet-Holder-RPUXwQJxWThMjAazShPwivUVzuvMma +stabilo-carbothello-charcoal-pencils Stabilo Carbothello Charcoal Pencils Soft pastel pencils with charcoal for unique drawing effects. 15.25 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-Carbothello-Charcoal-Pencils-EYKeIk8N96dxYS7yS5juyVFFVJe7ye +liquitex-satin-varnish-spray Liquitex Satin Varnish Spray A versatile satin varnish spray that can be used as a fixative for dry media or as a varnish for acrylic paintings. 10.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Satin-Varnish-Spray-cOKyGbfpwjoLngYQZnMRlJNpWobjKy +koh-i-noor-gioconda-charcoal-pencils Koh-i-Noor Gioconda Charcoal Pencils Superior charcoal pencils with rich pigments for dramatic effects. 9.99 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-i-Noor-Gioconda-Charcoal-Pencils-7pboYjNCbDijzhngK546uiochjdvg2 +mtn-pro-acrylic-fixative MTN PRO Acrylic Fixative An acrylic fixative spray with a satin finish, ideal for protecting sketches, drawings, and mixed media artwork. 7.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MTN-PRO-Acrylic-Fixative-VaCrLSVGJhYkaZ5vbNPUP6q0WzNNBg +foldable-tablet-stand-with-cooling-fan Foldable Tablet Stand with Cooling Fan Keep your device cool during extended use with this stand equipped with a built-in cooling fan. 27.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Foldable-Tablet-Stand-with-Cooling-Fan-gSjU10NHW84q7v8pxIs3NmhdPEi1Ds +bee-paper-co-mo-sketch-charcoal-paper Bee Paper Co-Mo Sketch Charcoal Paper Medium-weight paper with a smooth surface for charcoal sketches. 7.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Co-Mo-Sketch-Charcoal-Paper-wGuyXENAP6RtUuJ9ngm0GIUAsKN2p3 +white-charcoal-drawing-accessories White Charcoal Drawing Accessories Accessories like erasers and sharpeners specifically for white charcoal drawing. 3.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Drawing-Accessories-nPBZZCeFAXUACwUVLQ9V7HqOtMPGun +white-charcoal-paper-roll White Charcoal Paper Roll Roll of white charcoal paper for creating larger artworks or cutting to custom sizes. 16.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Paper-Roll-W1vBVRPF042OqkuZDT9WexKUcB3UlI +tombow-mono-sand-eraser Tombow MONO Sand Eraser Unique sand eraser for removing colored pencil marks without damaging paper. 4.99 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-MONO-Sand-Eraser-iFp7PjziRMYcNui78e643mMel3WSb7 +prismacolor-kneaded-eraser Prismacolor Kneaded Eraser Soft and pliable eraser that can be molded into any shape for precise erasing. 2.99 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Kneaded-Eraser-btclqYmnMb3aswcGxEm4t3aobWCrjn +conte-a-paris-kneaded-eraser Conté à Paris Kneaded Eraser Traditional kneaded eraser for artists seeking a classic erasing tool. 1.79 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Kneaded-Eraser-CUpNsDLdlpIvYu1lYKkOjiG5lJalk0 +krylon-uv-resistant-clear-acrylic-coating Krylon UV-Resistant Clear Acrylic Coating Protects artwork from harmful UV rays and prevents yellowing over time. 12.99 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-UV-Resistant-Clear-Acrylic-Coating-gGoEt3pJQYTOYTHacCVDdHLxfL25F9 +fluorescent-pink-pastel-pencil-eraser Fluorescent Pink Pastel Pencil Eraser Soft eraser that removes pink pastel marks cleanly without smudging. 2.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencil-Eraser-e7c9CWYQ2xAOchqi8kKFvba61wrBy9 +fluorescent-pink-pastel-pencils-art-prints Fluorescent Pink Pastel Pencils Art Prints Set of art prints showcasing the vibrant use of pink pastel pencils in various artworks. 29.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Art-Prints-pKvK937U8UOdQeCaDj6RyZ1AJMlGyY +uni-ball-signo-gel-pen Uni-ball Signo Gel Pen Gel pen with fine tip and vibrant ink colors for smooth, skip-free writing. 2.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-ball-Signo-Gel-Pen-6DFgrO19HOivD0wyGTOEnwoVnWizZs +winsor-and-newton-professional-fixative Winsor & Newton Professional Fixative A premium fixative spray designed for professional artists, providing a durable satin finish and preserving artwork for years to come. 14.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Professional-Fixative-RBY0JbqewXIms33UYYDBHxtdE6N9yY +crayola-super-tips-washable-markers Crayola Super Tips Washable Markers Pack of 20 fine tip markers that can be washed off skin and most fabrics. 6.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Super-Tips-Washable-Markers-Sbf8wiIzhKmQfAhCQFqsirNFIfD5Ow +general's-charcoal-pencils General's Charcoal Pencils Traditional charcoal pencils for sketching and shading. 8.25 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/General's-Charcoal-Pencils-dsHYTFHvtKTlvKpfmuKUqSiYJVBhxh +mungyo-inktense-pastel-pencils Mungyo Inktense Pastel Pencils Budget-friendly water-soluble pastel pencils for artists on a budget. 0.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mungyo-Inktense-Pastel-Pencils-66tkTlDWUgKf33sJezucHJscG1T9uz +derwent-inktense-pastel-pencils-set Derwent Inktense Pastel Pencils Set Set of 12 water-soluble pastel pencils with vibrant, intense colors. 29.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Inktense-Pastel-Pencils-Set-jCZSndVjguHKcswIHmiMsypYI48LeL +fabric-markers-pen-style-set-of-36 Fabric Markers Pen Style, Set of 36 Pen-style fabric markers for precise and detailed fabric art. 24.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabric-Markers-Pen-Style-Set-of-36-oOawIP6pswD2F7Z7nXZtwwNz2rRdZc +fabric-markers-for-kids-set-of-30 Fabric Markers for Kids, Set of 30 Child-friendly fabric markers in assorted colors for kids' craft projects. 12.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabric-Markers-for-Kids-Set-of-30-mOOiduDpxK3beLdDa9tDnXagreE9EZ +derwent-metallic-pearlescent-pencils Derwent Metallic Pearlescent Pencils Pack of 6 metallic pencils in assorted colors, featuring a shimmering pearlescent effect. 11.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Metallic-Pearlescent-Pencils-5y7yicqtXSPOGE51zTdMT1KhJPFUNt +watercolor-fabric-markers-set-of-6 Watercolor Fabric Markers, Set of 6 Watercolor effect fabric markers that create beautiful blended designs on fabric. 11.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Fabric-Markers-Set-of-6-l7JOjSaokJz7NOdvRtKkkaHG5ueC1b +prismacolor-premier-charcoal-pencils Prismacolor Premier Charcoal Pencils Premium charcoal pencils with a smooth and blendable texture. 14.99 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Charcoal-Pencils-NTTfaIXkDu4YVSi5mUirZebFZ4EGJr +permanent-fabric-markers-set-of-12 Permanent Fabric Markers, Set of 12 Vibrant and long-lasting fabric markers ideal for clothing and other textiles. 15.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Permanent-Fabric-Markers-Set-of-12-19VOzqfNxMFpuGrpN8CJSBM3RqYgX8 +faber-castell-goldfaber-pearlescent-metallic-pencils Faber-Castell Goldfaber Pearlescent Metallic Pencils Set of 6 metallic pencils with a pearlescent sheen, perfect for adding shimmer to your artwork. 14.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Goldfaber-Pearlescent-Metallic-Pencils-6uHJypu6zfDZnHwZavZ5zN8qtlFsHU +fabric-markers-for-t-shirts-pack-of-12 Fabric Markers for T-Shirts, Pack of 12 Specifically designed fabric markers for creating fun designs on T-shirts. 16.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabric-Markers-for-T-Shirts-Pack-of-12-7qXMg9P2nFUg8fAbhwDg4GlDwsNcGu +turquoise-pastel-pencil-sharpener Turquoise Pastel Pencil Sharpener Compact sharpener designed specifically for pastel pencils, ensures a precise and clean sharpening every time. 3.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Sharpener-BHNICbYt8xtSyp8xdly45ydfZ8qu96 +koh-i-noor-tri-tone-pearlescent-metallic-pencils Koh-I-Noor Tri-Tone Pearlescent Metallic Pencils Unique set of 3-in-1 metallic pencils with a pearlescent shimmer, perfect for creating gradient effects. 8.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Tri-Tone-Pearlescent-Metallic-Pencils-XGWAACPcRaPZXmzwmbbsIAir9x4UpL +crayola-signature-pearlescent-metallic-pencils Crayola Signature Pearlescent Metallic Pencils Signature series set of 10 metallic pencils with a pearlescent sheen, great for art enthusiasts and beginners. 12.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Signature-Pearlescent-Metallic-Pencils-G6Nfe8y7ujSPXfMDarQIMGCiFXcFAz +professional-studio-easel Professional Studio Easel Heavy-duty studio easel made from durable materials with adjustable features for large canvases. 99.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Professional-Studio-Easel-r3T004eUnRLFzXKE9roSPzxTWLBNAv +sennelier-black-charcoal-paper-pad Sennelier Black Charcoal Paper Pad Specialty paper ideal for charcoal and conte crayon work, black color provides unique effects. 17.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Black-Charcoal-Paper-Pad-vm2W5S9EishQJMs4tQyzZAwg5ysQST +stretchy-drawing-glove-set Stretchy Drawing Glove Set Set of three stretchy drawing gloves in different sizes for a snug fit and smudge-free drawing experience. 22.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stretchy-Drawing-Glove-Set-qS14DBdOoQWiKnCRH17vbvJSwMO4N9 +da-vinci-watercolor-brushes Da Vinci Watercolor Brushes Finest quality watercolor brushes made with natural hair bristles and ergonomic handles. 29.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Da-Vinci-Watercolor-Brushes-oUBMMl7sDGby7jpbcu7lVpK2hVTt3b +silver-pastel-pencil-fixative-spray Silver Pastel Pencil Fixative Spray Fixative spray specially formulated for preserving and protecting silver pastel pencil artwork. 12.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Pastel-Pencil-Fixative-Spray-DDqoSBMVa0IzsuxxsKG4omwfeTVTJ2 +botticelli-canvas-panels Botticelli Canvas Panels Pack of 6 canvas panels for painting masterpieces like Botticelli with acrylics or oils. 12.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botticelli-Canvas-Panels-hF60m7iiYdO1B15mWcMEidehswKAdQ +cretacolor-nero-charcoal-pencils Cretacolor Nero Charcoal Pencils Water-soluble charcoal pencils for versatile drawing techniques. 20 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Nero-Charcoal-Pencils-CXgexkJhdHfeEmDM2usZsFQzFJQdF9 +derwent-tinted-charcoal-pencils-set Derwent Tinted Charcoal Pencils Set Set of 12 tinted charcoal pencils in assorted colors for expressive drawing. 17.5 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Tinted-Charcoal-Pencils-Set-TllbUgYSAzXVxgyXSEvfDRuBk20Ufz +staedtler-triplus-fineliners Staedtler Triplus Fineliners Pack of 10 colorful fine tip pens with ergonomic triangular barrel for comfortable writing. 9.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Triplus-Fineliners-e1zvRCbcqAXpMH3X75CwROUt7Z7TNP +tombow-dual-brush-pen-art-markers Tombow Dual Brush Pen Art Markers Set of 10 dual tip markers with fine and brush tips, perfect for hand lettering and coloring. 24.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-Dual-Brush-Pen-Art-Markers-L6R7KzeiUfYNIn3D6cYoHlIF63Nu9S +mont-marte-fixative-spray Mont Marte Fixative Spray An affordable fixative spray that delivers a satin finish and protects artwork from dust, smudging, and moisture. 6.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mont-Marte-Fixative-Spray-zuYeMfJqNR5eqw7Pzmu4rF7os3DRTH +rust-oleum-clear-matte-spray-paint Rust-Oleum Clear Matte Spray Paint Matte finish spray paint ideal for protecting artwork and preventing yellowing. 6.75 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rust-Oleum-Clear-Matte-Spray-Paint-bCERQc1G4IRdvPIisTKlJ94zfoW69D +fluorescent-pink-pastel-pencil-sharpener Fluorescent Pink Pastel Pencil Sharpener Specialized sharpener designed for pastel pencils to keep them in tip-top shape. 5.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencil-Sharpener-KKOOZNGDcXMVGD5t7SAVbeZuvRxKrj +neon-fabric-markers-set-of-6 Neon Fabric Markers, Set of 6 Bright and fluorescent neon fabric markers for creating eye-catching designs. 9.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Fabric-Markers-Set-of-6-Z5wFqphmiUKx0OT93sYuJedyaTkThJ +caran-d'ache-charcoal-pencils Caran d'Ache Charcoal Pencils Professional grade charcoal pencils for bold and expressive artwork. 22.75 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Charcoal-Pencils-vBki4zyn3qssbhjBurlFTsn3QQwaUg +blendable-fabric-markers-pack-of-18 Blendable Fabric Markers, Pack of 18 Blendable fabric markers for creating custom colors and gradients on fabric. 19.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blendable-Fabric-Markers-Pack-of-18-3WHozcLiRc8yNFceJ7oXJhnHsKc0iI +pentel-color-pen-set Pentel Color Pen Set Pack of 36 fine tip markers in assorted colors for coloring, drawing, and writing. 15.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-Color-Pen-Set-c130H8Sc0mstSXN5WHLwnJZ3pe1T5m +dual-tip-fabric-markers-pack-of-24 Dual-Tip Fabric Markers, Pack of 24 Dual-tip markers with fine and chisel tips for versatile fabric design options. 21.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Fabric-Markers-Pack-of-24-jbm7EUPiqlaM4icEVY5UUrizxwCxQq +paper-mate-flair-felt-tip-pens Paper Mate Flair Felt Tip Pens Set of 12 medium point felt tip pens for colorful writing and drawing. 8.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paper-Mate-Flair-Felt-Tip-Pens-0dGr9SXuIbxlq6pJQooZXdwOgtqT4T +arteza-metallic-pearlescent-pencils Arteza Metallic Pearlescent Pencils Set of 24 metallic pencils in vibrant colors, each with a pearlescent metallic finish. 19.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-Metallic-Pearlescent-Pencils-wpQIj9zq00jcpQjkFaMOmr13JKcu8H +pastel-fabric-markers-pack-of-10 Pastel Fabric Markers, Pack of 10 Soft and subtle pastel fabric markers perfect for delicate fabric designs. 13.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fabric-Markers-Pack-of-10-n5C4FR8g2LdJSsM8eUaNrOy8fVFCMJ +staedtler-luna-jumbo-pearlescent-metallic-pencils Staedtler Luna Jumbo Pearlescent Metallic Pencils Extra thick jumbo metallic pencils with a pearlescent finish, ideal for bold strokes and coverage. 17.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Luna-Jumbo-Pearlescent-Metallic-Pencils-9O4SOxqUqL4XcP8V4BHl2K8lnGdINd +prismacolor-premier-pearlescent-metallic-pencils Prismacolor Premier Pearlescent Metallic Pencils Set of 12 premium metallic pencils with a pearlescent finish, ideal for fine detailing and highlighting. 24.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Pearlescent-Metallic-Pencils-NS2ZFwa52dnQAsl9dcAw1jiigwY6gp +lyra-rembrandt-polycolor-pearlescent-metallic-pencils Lyra Rembrandt Polycolor Pearlescent Metallic Pencils Artist-grade set of 12 metallic pencils with intense pearlescent colors, perfect for professional artwork. 34.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lyra-Rembrandt-Polycolor-Pearlescent-Metallic-Pencils-84lEsEQMN23UJkNXWECjqNxbyHPLIs +convertible-studio-easel Convertible Studio Easel Convertible studio easel that can be adjusted for painting in different positions - sitting or standing. 79.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-Studio-Easel-PbKXA7dyiNxdF1V38lSa2gHqjUI1hy +wooden-adjustable-easel Wooden Adjustable Easel A sturdy wooden easel with adjustable height and angle for painting or sketching. 49.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Adjustable-Easel-CVBneNhKboh8AsVw4SM5tLxN48hLZT +turquoise-pastel-pencil-sketchbook Turquoise Pastel Pencil Sketchbook Specially designed sketchbook for creating stunning artwork using turquoise pastel pencils. 9.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Sketchbook-wDpqars25fXAcRfRGPizzqLdIDNynP +muted-color-pastel-calligraphy-pens-set Muted Color Pastel Calligraphy Pens Set Set of 8 pastel calligraphy pens with a fine tip for elegant writing. 12.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Muted-Color-Pastel-Calligraphy-Pens-Set-D6WzwiuQ0JauSyUZWf0zlAXXhohRyZ +silver-pastel-pencil-sharpener Silver Pastel Pencil Sharpener Sharpener specifically designed for silver pastel pencils to ensure a precise and clean sharpening. 4.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Pastel-Pencil-Sharpener-pyWOhrsqO5api7sRPpiJO8cbVGFi0m +clear-plastic-zipper-envelopes Clear Plastic Zipper Envelopes Pack of 6 clear plastic envelopes with zippers for keeping documents safe and organized. 10.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Zipper-Envelopes-qNNZ7Sidg8grFVLAq7HfnYxiqfWRtW +zebra-disposable-brush-pen Zebra Disposable Brush Pen Disposable brush pen with black ink for easy and convenient calligraphy practice. 7.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Disposable-Brush-Pen-xs0EAUKavDVVF9pLA9YsGX92aYAIim +royal-langnickel-zen-watercolor-brush Royal Langnickel Zen Watercolor Brush Watercolor brush with synthetic bristles that hold water and color for controlled painting. 6.99 Calligraphy-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Royal-Langnickel-Zen-Watercolor-Brush-08ueDh4krFxTe67uuW4xCxkxcDYVqe +mesh-zipper-pouch-set Mesh Zipper Pouch Set Set of 3 mesh zipper pouches in different sizes for organizing small items. 8.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mesh-Zipper-Pouch-Set-9OICjJmVW6qDzLU0nRx3XjIJw1O1Rs +reusable-snack-bags-with-zipper Reusable Snack Bags with Zipper Set of 4 reusable snack bags with zipper closure, perfect for packing snacks on the go. 6.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Reusable-Snack-Bags-with-Zipper-HwKkvaT4GWG4LzDkmJax4zxhTFCdoT +cotton-canvas-zipper-tote-bag Cotton Canvas Zipper Tote Bag Durable cotton canvas tote bag with zipper closure, perfect for shopping or carrying books. 16.99 Zipper-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cotton-Canvas-Zipper-Tote-Bag-XkfzSjfNePY9ixY6EEtWhMOEAFj53Y +grumbacher-fixative-spray Grumbacher Fixative Spray A top-quality fixative spray that helps seal and protect pencil, pastel, and charcoal drawings with a satin finish. 8.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Fixative-Spray-eoksAkVeZytx32BRJTHeZhgyh2VZlV +strathmore-300-series-charcoal-paper-roll Strathmore 300 Series Charcoal Paper Roll Large roll of paper for creating charcoal drawings in various sizes. 29.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-300-Series-Charcoal-Paper-Roll-kpTWAi9RKwECCyxXDWMfzTROBAUmaJ +universal-tablet-floor-stand Universal Tablet Floor Stand Freestanding stand with adjustable height for hands-free use while sitting or standing. 39.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Universal-Tablet-Floor-Stand-uastR8eN7RtdUsPFOc1iA8W2UBnEzp +jacquard-workable-fixative Jacquard Workable Fixative A workable fixative spray that provides a satin finish and allows artists to rework and layer without smudging or damage. 11.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Workable-Fixative-Xlssg7wyDbDK9CQH3SCuhvJMKTqP62 +portable-tablet-stand-with-travel-pouch Portable Tablet Stand with Travel Pouch Lightweight and compact stand that fits in a convenient travel pouch. 12.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Tablet-Stand-with-Travel-Pouch-w3wG4oKLAfRrXqqPkx654nd6IIcsfM +lascaux-uv-protect Lascaux UV Protect A UV protective fixative spray that offers a satin finish and guards artwork against fading, yellowing, and environmental damage. 13.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-UV-Protect-V6TFnfEk50Sq6YB2R9aNRFp8qSMdJz +heavy-duty-tablet-stand-for-industrial-use Heavy-Duty Tablet Stand for Industrial Use Durable stand designed for rugged industrial environments to securely hold your tablet. 49.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Tablet-Stand-for-Industrial-Use-CHhExsOFXglE1uJJMY1h6dgnc8feuG +sax-sulphite-charcoal-paper-pack Sax Sulphite Charcoal Paper Pack Economical pack of charcoal paper for practicing drawing techniques. 6.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sax-Sulphite-Charcoal-Paper-Pack-MZZT8pP05LmhsGJtrObIXPGoKDXV2w +white-charcoal-pencils White Charcoal Pencils Set of high-quality white charcoal pencils for precise and detailed drawing. 6.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Pencils-1c9TSgPFaGhi3iMUrFSVHDgQFkfMRu +white-charcoal-paper-pad White Charcoal Paper Pad Specially designed paper for white charcoal drawing, suitable for artists of all levels. 12.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Paper-Pad-8JNoEGK3Isp5CUcktUtDWBt30n1Qn6 +white-charcoal-paper-pack White Charcoal Paper Pack Pack of white charcoal paper sheets in various sizes for different drawing projects. 14.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Paper-Pack-6odYvgIlgDg9Li1bFXDns5nJa9fqef +white-charcoal-sketchbook White Charcoal Sketchbook A sketchbook with white charcoal paper, perfect for sketching and drawing with white charcoal. 7.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Sketchbook-JpoYdJs0beTPLtKvUKz2z1FkL4I58R +white-charcoal-drawing-workshop White Charcoal Drawing Workshop Workshop session on how to create stunning artworks using white charcoal techniques. 49.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Drawing-Workshop-Cv1qzcSTLSm1V4hk1FsrHRNBZDQvpf +prang-vinyl-kneaded-eraser Prang Vinyl Kneaded Eraser Vinyl eraser that is durable and long-lasting for all erasing needs. 1.49 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prang-Vinyl-Kneaded-Eraser-jmkilMXgo54sXu01ch5XKDUQXn7Kab +white-charcoal-artist-set White Charcoal Artist Set Complete set for professional artists, including a variety of white charcoal drawing materials. 39.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Artist-Set-MfVU6RfCK5VkFh6DzZfseVj5chqdgd +strathmore-400-series-medium-weight-charcoal-paper-pad Strathmore 400 Series Medium Weight Charcoal Paper Pad Top-bound pad with medium weight paper perfect for charcoal drawings. 12.99 Medium-Weight-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Medium-Weight-Charcoal-Paper-Pad-wcKXvvgyai65cW95cVtqCkdorrw3Do +sennelier-oil-pastels Sennelier Oil Pastels Set of 12 creamy pastels in luminous shades of purple for unique effects. 29.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Oil-Pastels-LpWao3knbrSVMJrqnFLMzzmn6CdyBo +luminance-6901-colored-pencils Luminance 6901 Colored Pencils Artist-quality colored pencils in radiant purple hues for impeccable finishing. 39.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminance-6901-Colored-Pencils-uXAOAEev1q8JcYvAwmkkMbSJ3ssVT4 +rembrandt-soft-pastels Rembrandt Soft Pastels Professional-grade pastels in rich, vibrant shades of purple for bold strokes. 44.99 Radiant-Purple-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rembrandt-Soft-Pastels-OFuOSIyCGC1217GaaPI5ipZPpVoRJS +pop-art-paint-set Pop Art Paint Set Set of bold, bright colors perfect for creating pop art masterpieces. 14.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Paint-Set-BuQHTaZweB6Vb8Lp4R3gF0UvEF1tdf +pop-art-brush-set Pop Art Brush Set Specialized brushes for achieving the signature look of pop art. 12.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Brush-Set-Xnzi4M63LBu0D9qBUQgw0P8n2lDdsG +pop-art-instruction-book Pop Art Instruction Book Step-by-step guide to creating your own pop art masterpieces. 16.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Instruction-Book-84P7uzk3WNMB9JK19a7blbG7nowHoS +pop-art-mixed-media-kit Pop Art Mixed Media Kit All-in-one kit for combining various techniques in pop art creations. 19.99 Pop-Art https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pop-Art-Mixed-Media-Kit-j8QyXnXorQndKxMwQD61QhekQTGVwj +metallic-pencil-sharpener Metallic Pencil Sharpener Dual-hole sharpener specially designed for metallic colored pencils. 4.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Sharpener-FcA3WBrmk5zcFdiVsSMWhdtRiFHRpq +metallic-pencil-extenders Metallic Pencil Extenders Pack of 3 pencil extenders for metallic colored pencils to ensure maximum use. 6.99 Metallic-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Extenders-YTJdjPNuJ4dDjoEOwlZMDL1tb2zXZx +alcohol-ink-mixing-kit Alcohol Ink Mixing Kit Kit includes tools for blending and creating custom alcohol ink colors. 15.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Mixing-Kit-bMtToS01wLQ5ebhqy9dPNVUPUHgX5P +staedtler-mars-plastic-kneaded-eraser Staedtler Mars Plastic Kneaded Eraser Plastic eraser for precision erasing and creating fine details in artwork. 3.99 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Mars-Plastic-Kneaded-Eraser-qpcjeihJVXrbFZmm9S41DbxCO3Udde +derwent-kneadable-eraser Derwent Kneadable Eraser Smooth and pliable eraser for lifting graphite and charcoal without smudging. 2.29 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Kneadable-Eraser-9IxWtONmAAauJBaaUYclzF5C0Fl8E2 +faber-castell-kneaded-eraser Faber-Castell Kneaded Eraser Premium quality kneaded eraser that leaves no residue behind. 3.49 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Kneaded-Eraser-ZNxI3Ir5NEkjzEWqk4CFsJR0UDbx1a +jacquard-krylon-workable-fixatif-spray Jacquard Krylon Workable Fixatif Spray Workable fixative spray for charcoal, pencil, and pastel drawings, non-yellowing formula. 11.49 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Krylon-Workable-Fixatif-Spray-LFKhR50DsDzR0B3u8I4T8U9KeeuYrO +liquitex-soluvar-matte-varnish Liquitex Soluvar Matte Varnish Matte finish varnish with UV protection suitable for oil, acrylic, and watercolor paintings. 9.99 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Soluvar-Matte-Varnish-HHxGMwm9cRQfvWryzZdvbwbyNdLzHz +sennelier-delacroix-fixative-spray Sennelier Delacroix Fixative Spray Non-yellowing fixative perfect for protecting and preserving your artwork. 10.99 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Delacroix-Fixative-Spray-BPRbkEnvVemzv1bpG7qjfamjMEvQvq +fluorescent-pink-pastel-pencils-set-of-24 Fluorescent Pink Pastel Pencils Set of 24 A larger set of pink pastel pencils for more variety in your art projects. 24.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Set-of-24-IyVFw20javxUC71KMaQp0rjsrVFksC +sharpie-ultra-fine-point-permanent-markers Sharpie Ultra Fine Point Permanent Markers Set of 12 vibrant colored markers with ultra fine tips for precise writing and drawing. 12.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sharpie-Ultra-Fine-Point-Permanent-Markers-lR4S3XPJBdTaj7QWEIgGPkB3HDKeg1 +foldable-aluminum-easel Foldable Aluminum Easel Easy-to-fold aluminum easel for artists on-the-go, perfect for outdoor painting sessions. 39.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Foldable-Aluminum-Easel-J4c1RIlfz2eZBM1pP4kM5BBNiMycwD +multi-functional-easel-box Multi-functional Easel Box Easel box that doubles as a storage solution for art supplies with adjustable easel stand for working on art projects. 54.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-functional-Easel-Box-Y0xyHWy5KnR7t3rwvjAx1uJHhYKbeZ +turquoise-pastel-pencil-eraser Turquoise Pastel Pencil Eraser Soft eraser designed for correcting mistakes and adding highlights to your turquoise pastel pencil drawings. 2.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Eraser-IxpXQkm4vDA7hFCUmyR25aJTYfXai2 +traveler's-sketching-easel Traveler's Sketching Easel Compact and lightweight sketching easel for artists who love to sketch on-the-go. 24.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Traveler's-Sketching-Easel-3yuzWbufrPTYpx5q65KIfIxp2pSEPn +turquoise-pastel-pencil-blending-stump-set Turquoise Pastel Pencil Blending Stump Set Set of 3 blending stumps for smudging and blending turquoise pastel pencil drawings. 5.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Blending-Stump-Set-rwebLAwmTcuEdD4EKZTdqCRLJlL3gy +alcohol-ink-art-book Alcohol Ink Art Book Guidebook with inspiration and techniques for creating beautiful alcohol ink artworks. 17.99 Alcohol-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alcohol-Ink-Art-Book-ah9vPVrXaIOKrLb6ceg4JhywrLekmn +pentel-sparkle-pop-metallic-gel-pens Pentel Sparkle Pop Metallic Gel Pens Glittery metallic gel pens in vibrant colors for adding sparkle to your projects. 9.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-Sparkle-Pop-Metallic-Gel-Pens-DCbDeM3bZH1EvEwik7l4RRBT0Qvv44 +grumbacher-matte-final-fixative-spray Grumbacher Matte Final Fixative Spray Matte finish fixative that prevents smudging and fading of artwork. 8.49 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Matte-Final-Fixative-Spray-Di1jBaY1LMGLvQRUkvhrHbyqjNMq44 +bic-mark-it-permanent-markers Bic Mark-It Permanent Markers Fine point permanent markers for writing and drawing. 7.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bic-Mark-It-Permanent-Markers-6xNskEyRYlpykDxyhgAnlzGVW2aksG +fluorescent-pink-pastel-pencils-blending-stumps Fluorescent Pink Pastel Pencils Blending Stumps Blending stumps for creating smooth transitions and shades with pink pastel pencils. 7.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Blending-Stumps-A6aCs2aBy1SLIDAY6ZoMsjnoAvi1At +fluorescent-pink-pastel-pencils-set-of-12 Fluorescent Pink Pastel Pencils Set of 12 Vibrant pink pastel pencils perfect for adding a pop of color to your artwork. 12.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Set-of-12-CanyKG3kipg8Bxae2nytUV1CZuFKTZ +fluorescent-pink-pastel-pencils-sketchbook-bundle Fluorescent Pink Pastel Pencils Sketchbook Bundle Set of 12 pink pastel pencils with a matching sketchbook for all your creative needs. 19.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Sketchbook-Bundle-F2rlpTmWoNNKv5rNLCuaXat4cdFSdl +fluorescent-pink-pastel-pencils-drawing-pad Fluorescent Pink Pastel Pencils Drawing Pad High-quality drawing pad designed to work perfectly with pink pastel pencils. 9.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Drawing-Pad-eZfq0hAqDnEJYWqHMsBpn0unVZoFSX +zebra-mildliner-highlighter-pens Zebra Mildliner Highlighter Pens Set of 5 fine tip highlighters in soft pastel colors for highlighting and color-coding. 7.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Mildliner-Highlighter-Pens-ZvHFgU5TReisSH9VAXaMEnXZfhH2aB +sakura-pigma-micron-pens Sakura Pigma Micron Pens Fine tip drawing pens with archival ink for precise illustration and fine line work. 19.99 Fine-Tip-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Pigma-Micron-Pens-4casEImS2b816OZal7tm2bGrM4ZyYm +kamar-varnish-spray Kamar Varnish Spray Crystal-clear, matte finish varnish for protecting oil and acrylic paintings. 14.25 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kamar-Varnish-Spray-HC2IYQ1X4KNSOTc2UynQ3TIA5zzFne +caran-d'ache-museum-aquarelle-pearlescent-pencils Caran d'Ache Museum Aquarelle Pearlescent Pencils Water-soluble metallic pencils with a pearlescent sheen, perfect for mixed media artwork. 29.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Museum-Aquarelle-Pearlescent-Pencils-FPdg5Uej77TM7Z7sKEqiZF8Nypz5hR +fabric-markers-with-metallic-colors-pack-of-8 Fabric Markers with Metallic Colors, Pack of 8 Shimmery metallic fabric markers in a variety of colors for adding a touch of glam to your designs. 17.99 Fabric-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabric-Markers-with-Metallic-Colors-Pack-of-8-gCgyTGVWrpYtL9K2fKuO4KQDbW5Fce +metal-tripod-easel-stand Metal Tripod Easel Stand Lightweight and portable metal easel stand with adjustable legs for different canvas sizes. 29.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-Tripod-Easel-Stand-bfRMhfToRn16soxelzx8lx2DUAA3Mn +bamboo-h-frame-easel Bamboo H-frame Easel Environmentally friendly bamboo H-frame easel with adjustable tilts and canvas holder. 69.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-H-frame-Easel-xzArdCTIV24FQ0NvXfGRgfGPfvFVOM +sargent-art-pearlescent-metallic-pencils Sargent Art Pearlescent Metallic Pencils Economy pack of 12 metallic pencils with a pearlescent sheen, great for artists on a budget. 7.99 Pearlescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sargent-Art-Pearlescent-Metallic-Pencils-eKePGZRnCAILospphP9x72SojCU90Q +fluorescent-pink-pastel-pencils-carrier-case Fluorescent Pink Pastel Pencils Carrier Case Stylish and practical case for storing and carrying your pink pastel pencils safely. 14.99 Fluorescent-Pink-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Pink-Pastel-Pencils-Carrier-Case-o0YY54bo04NFYHM0q6hT1y2NgcqkRU +children's-wooden-easel Children's Wooden Easel Kid-friendly wooden easel with adjustable height and double-sided features for dual creativity. 34.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Children's-Wooden-Easel-0IDbpv1huHK4T1uPEExHzf6fGk4GBJ +titian-pastel-set Titian Pastel Set Vibrant pastel set inspired by Titian's rich colors, perfect for portrait and landscape drawing. 22.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Titian-Pastel-Set-cOXW42vNYNTshHO0y8qvWXfDG8q5cd +medici-metal-leafing-kit Medici Metal Leafing Kit Create authentic renaissance style art with this gold and silver metal leafing kit. 19.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Medici-Metal-Leafing-Kit-mcibfPIYHyATyIoJ8QVHOPasNIszQW +donatello-sculpting-tools Donatello Sculpting Tools High-quality sculpting tools for creating intricate sculptures inspired by the works of Donatello. 27.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Donatello-Sculpting-Tools-aQvmvDFvEjvDkLkCrLqkclQs3mPWpD +winsor-and-newton-watercolour-pencils Winsor & Newton Watercolour Pencils Highly pigmented watercolor pencils that blend easily and can be used with water for painting. 31.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Watercolour-Pencils-ynUUJepecxbWwW9zTe0J0TYS6B5kZZ +pastel-fine-point-pens-set Pastel Fine Point Pens Set Set of 12 fine point pens in soft pastel colors, perfect for journaling and coloring. 12.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Set-kwsLBzMJRWGXrHDO9hBqN8A3WQ9u9V +neon-crayon-storage-caddy Neon Crayon Storage Caddy Convenient caddy with compartments for organizing neon crayons and supplies. 19.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Caddy-OMOVqDug5oKcmJ7uSfSwFOntdLGsiQ +turquoise-pastel-pencil-roll-up-case Turquoise Pastel Pencil Roll-Up Case Convenient roll-up case to store and organize your turquoise pastel pencils on the go. 7.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Roll-Up-Case-lcqsAqSCO5euxesK9Fd9TKxkxckXYW +prismacolor-premier-illustration-markers Prismacolor Premier Illustration Markers Illustration markers with fine tips for detailed work. 15.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Illustration-Markers-bwq5JANgabTZRBe9YBFeV5iyIkFp9K +tabletop-easel Tabletop Easel Compact and versatile tabletop easel for smaller artworks or displaying finished pieces. 19.99 Adjustable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tabletop-Easel-kOZYusAnxAfFiehkr5VdY6fTWUIHAw +sharpie-fine-point-permanent-markers Sharpie Fine Point Permanent Markers Set of fine point permanent markers in a variety of colors. 12.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sharpie-Fine-Point-Permanent-Markers-btCd4aNlu7Mld6QOi0Tw5UJU47Slyo +artline-permanent-markers Artline Permanent Markers Variety pack of permanent markers in various tip sizes. 9.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artline-Permanent-Markers-dDhh3QbIPq8dX4cAN8gVzZjlmKAsOI +staedtler-lumocolor-permanent-markers Staedtler Lumocolor Permanent Markers Permanent markers with a chisel tip for versatile use. 11.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Lumocolor-Permanent-Markers-jGMwXg1f7ox9rZcjkfciRTPcWSpmxV +pastel-brush-pen-calligraphy-set Pastel Brush Pen Calligraphy Set Set of 8 brush pens specifically designed for calligraphy, with smooth and consistent ink flow. 19.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Calligraphy-Set-tVpjOO254QHyt9tZGh6FiLlP8303cL +pastel-brush-pen-highlighters Pastel Brush Pen Highlighters Set of 5 highlighter brush pens in soft pastel tones, perfect for study notes and bullet journaling. 8.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Highlighters-ut0xBml8jI2073M1DBFTjjT1WdICbd +pastel-brush-pen-drawing-set Pastel Brush Pen Drawing Set Set of 10 brush pens for drawing and sketching, featuring a range of pastel hues. 16.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Drawing-Set-zadXl1yUueZMbJ7zoinKRY7h2qpHBi +pastel-water-brush-pens Pastel Water Brush Pens Set of 6 water brush pens with pastel colors, ideal for blending and creating watercolor effects. 12.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Water-Brush-Pens-eIJ8yNdRMbXAepewggPM0jupBtC1yA +pastel-brush-pen-artists'-set Pastel Brush Pen Artists' Set Professional set of 20 pastel brush pens curated for artists, illustrators, and designers. 24.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Artists'-Set-MCHurcGIKscuca5L2WxZgXeH77fTi7 +zig-posterman-waterproof-markers Zig Posterman Waterproof Markers Waterproof markers suitable for outdoor use on signs and chalkboards. 5.99 Permanent-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zig-Posterman-Waterproof-Markers-2T9OmPzBXJoA6thQYFCkkwxUY7nqoB +pastel-brush-pen-coloring-kit Pastel Brush Pen Coloring Kit Comprehensive coloring kit with 36 pastel brush pens, perfect for coloring books and creative projects. 39.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Pen-Coloring-Kit-Xyf0pTIU9imqpqZToUHdQsvMi9ZSzS +pastel-dual-tip-brush-markers Pastel Dual Tip Brush Markers Set of 12 dual-tip brush markers with pastel colors on one end and a fine tip on the other, suitable for various art projects. 18.99 Pastel-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Dual-Tip-Brush-Markers-JxXHENHM3rCtwayAd4zDSRG9SkXYWX +two-finger-drawing-glove Two-Finger Drawing Glove White two-finger drawing glove designed to improve grip and precision when using digital drawing tablets. 12.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Two-Finger-Drawing-Glove-qAHjGyO2IS6lGmatwemhBHoQ4AO6lJ +anti-fouling-artist-gloves Anti-fouling Artist Gloves Black drawing glove made of soft and breathable material to reduce friction and smudging while drawing. 9.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Anti-fouling-Artist-Gloves-RRCoHnWw19OZQfEsQS2cNHW3PqLu8x +fingerless-drawing-glove Fingerless Drawing Glove Black fingerless drawing glove with reinforced edges for enhanced durability and freedom of movement while drawing. 10.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fingerless-Drawing-Glove-gRVofmlv3KHlI08N99giLTcdIQe4bh +mesh-ventilated-artist-glove Mesh Ventilated Artist Glove Mesh ventilated artist glove with adjustable wrist strap for increased comfort and breathability during long drawing sessions. 17.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mesh-Ventilated-Artist-Glove-hEL0bBfXsgnKZ0pAmjn3AqVETTAMkj +anti-sweat-drawing-glove Anti-Sweat Drawing Glove Lightweight anti-sweat drawing glove made of moisture-wicking fabric to keep your hand dry and cool while drawing. 14.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Anti-Sweat-Drawing-Glove-OQx48A9pOO9Ee7QWeUaXJM3Qi8EPAk +mini-easel-with-drawer Mini Easel with Drawer A unique mini easel with a built-in drawer for storing small art supplies or accessories. 19.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Easel-with-Drawer-m8PX3m8uskzJYLkdhGJssuQCsmBOGb +faber-castell-metallic-gel-crayons Faber-Castell Metallic Gel Crayons Set of metallic gel crayons in rich colors for smooth and blendable coloring. 7.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Metallic-Gel-Crayons-tY3qTfA8eV5UhnDtACgriN5HDRDrjc +uni-ball-signo-broad-metallic-gel-pens Uni-ball Signo Broad Metallic Gel Pens Pack of 3 broad tip metallic gel pens in gold, silver, and bronze colors. 6.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-ball-Signo-Broad-Metallic-Gel-Pens-kg9I6QsH8CUHkxRbzLnChjS5RMPVMD +canson-xl-series-black-drawing-paper Canson XL Series Black Drawing Paper Heavyweight paper perfect for charcoal and pastel drawings. 8.49 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Black-Drawing-Paper-CioqyIack8CtKtEpNNc1K2korCkiJB +bee-paper-co-mo-sketch-pad Bee Paper Co-Mo Sketch Pad Wire-bound sketch pad with medium weight charcoal paper suitable for various dry media. 9.99 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Co-Mo-Sketch-Pad-hAVbDumjcZnWy4WrkWVHu3s6HYvdH1 +foldable-mini-easel-set Foldable Mini Easel Set Set of 3 foldable mini easels, great for displaying art prints, cards, or small paintings. 14.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Foldable-Mini-Easel-Set-brVh1Gx4GC1vS3VQ4Mck0qMgyozYnT +mini-display-easel-stand Mini Display Easel Stand Simple and classy mini display easel stand, perfect for showcasing small artworks or photos. 8.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Display-Easel-Stand-JQCDTcji5Clh54ibG6fcjOx7Ha3SGj +handmade-charcoal-paper-pad Handmade Charcoal Paper Pad A pad of 25 sheets of heavyweight, textured paper perfect for charcoal drawings. 12.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Pad-KQkOVT7EbGGwwGFpMR6VdEsRT66C3w +impressionism-instructional-book Impressionism Instructional Book Book with techniques and tips for mastering the art of Impressionism. 12.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionism-Instructional-Book-gHd2Sc4UZ8OFtnO3CX9Z65yshLsfTR +impressionist-canvas-panels Impressionist Canvas Panels Pack of pre-primed canvas panels for creating Impressionist masterpieces. 16.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Canvas-Panels-vilUb9IGYs08WGthwUnXTUthbjWdbh +krylon-k01305-spray-fixative Krylon K01305 Spray Fixative Fast-drying, non-toxic fixative spray for charcoal and pencil drawings. 7.25 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01305-Spray-Fixative-LThjadj8xT4T5alZ6tXAgOOZqcuo9w +grumbacher-549 Grumbacher 549 A professional grade non-toxic fixative for charcoal, pastel, and pencil drawings. 12.5 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-549-IHxCtTXDtHvFtMRP7DxP0WibGt3vpI +collapsible-travel-water-bottle Collapsible Travel Water Bottle A reusable and collapsible water bottle that saves space in your luggage and is perfect for staying hydrated on the go. 7.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Collapsible-Travel-Water-Bottle-WkCPARSE7ES9eYm1w3wUkbxN5AVMGA +silver-metallic-paint-marker Silver Metallic Paint Marker Paint marker in silver metallic for decorating various surfaces. 5.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Paint-Marker-ftNBtvC3NSZF8CARvWDiajCUvcGRWv +handmade-charcoal-paper-portfolio Handmade Charcoal Paper Portfolio Professional portfolio with charcoal paper sleeves to store and showcase artwork. 34.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Portfolio-gGjrapLbgYctnkcGdXUGP65lZSE5MV +silver-metallic-pencil-eraser Silver Metallic Pencil Eraser Soft eraser for correcting mistakes made with silver metallic pencils. 1.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-Eraser-OwKc26YsVCUYwdnzLbQ2pbwJDbcg7C +travelogue-sketchbook Travelogue Sketchbook Compact sketchbook with a durable cover, great for traveling artists. 9.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travelogue-Sketchbook-xCAPHAxZ9gGBOtFK7Zihpdp5TuAWAy +travel-shoe-bag-set Travel Shoe Bag Set A set of breathable shoe bags to protect your footwear and keep them separate from clothes in your luggage. 9.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Shoe-Bag-Set-asRLMwauV7tDgLJbLhhComDAqiOFgf +leather-sketchbook-journal Leather Sketchbook Journal Elegant leather sketchbook journal with hand-bound pages, perfect for artists and writers. 29.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Sketchbook-Journal-3grEk0JochImE8XZkMVuE30kvXlUMq +paintbrush-holder-roll Paintbrush Holder Roll Roll-up canvas holder for protecting and transporting paintbrushes of various sizes. 9.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paintbrush-Holder-Roll-lvNCGDkN7FOFTXEVEUc3dhtRfuE2M4 +canvas-messenger-bag Canvas Messenger Bag Stylish messenger bag made of canvas with adjustable shoulder strap for art supplies and personal items. 39.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Messenger-Bag-neDPGhG8CwhzwhCUoV3wMgJaAsbVsJ +large-adjustable-grid-storage-box Large Adjustable Grid Storage Box A large storage box with adjustable dividers, perfect for storing and organizing beads, crafts, nails, screws, and other small items. 12.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Large-Adjustable-Grid-Storage-Box-DhTWRjxLUj1h4eik4JgyxYde3qjhOc +toolbox-organizer Toolbox Organizer Stackable toolbox with removable trays for organizing and storing small tools and supplies. 34.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Toolbox-Organizer-mOZTVC9DvF0kwqv6Bnhl8enslQuXaa +canson-xl-series-sketchbook Canson XL Series Sketchbook Durable spiral bound sketchbook with micro-perforated pages for easy removal. 14.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Sketchbook-I4uh8cDpxotZmkikjX1T2eF76Xu8Op +global-art-materials-sketchbook Global Art Materials Sketchbook Stylish spiral bound sketchbook with heavyweight, acid-free paper suitable for various artistic techniques. 17.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Global-Art-Materials-Sketchbook-GOVEHetWYhETVqMKbvyzkatN8uf5LP +sennelier-green-for-oil-thinner Sennelier Green for Oil Thinner An environmentally friendly thinner made from renewable raw materials. It is effective for thinning oil paints, mediums, and cleaning brushes. 11.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Green-for-Oil-Thinner-tPkMoyiM8IgxAC9TebPnxaoPlz6jXZ +xp-pen-artist-15.6-pro XP-Pen Artist 15.6 Pro Affordable display tablet with a 15.6-inch screen and high-pressure sensitivity for precise drawing. 399.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/XP-Pen-Artist-15-on1VNsKKjySBQ6syNX8Q1ZnFgZO0II.6-Pro +parblo-mast10 Parblo Mast10 Budget-friendly display tablet with a 10-inch screen, suitable for beginners in digital art. 79.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Parblo-Mast10-2Y4lqlJ8Orq2FITCzFOgcQu1H4PAZf +stonehenge-light-paper Stonehenge Light Paper Lightweight medium charcoal paper for quick sketches and studies. 6.95 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Light-Paper-yt8MKmh96RZ5NUBWRbBBIAY82VDW1T +huion-kamvas-13 Huion Kamvas 13 Compact display tablet with a high-definition screen, perfect for graphic designers. 299.99 Display-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Huion-Kamvas-13-m19LUL96gQ9aphYgsWhvxIXZOMu1UW +recycled-charcoal-paper-pad Recycled Charcoal Paper Pad Sustainably made paper pad perfect for charcoal sketches and drawings. 12.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Pad-fbzt9g7JJnDHqjTTZSEy9wxBJSlYW8 +tiny-jewelry-box Tiny Jewelry Box Adorable jewelry box with compartments for rings, earrings, and necklaces, ideal for travel or storing small jewelry pieces. 8.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tiny-Jewelry-Box-1e7zp4UJhJYvpTFLc3tWhCWmntloeg +recycled-charcoal-paper-gift-wrap Recycled Charcoal Paper Gift Wrap Eco-friendly gift wrap made from recycled charcoal paper for wrapping artistic gifts. 6.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Gift-Wrap-GfVtceMUWJeoHfypICj6w6f7EzJ58i +mini-easel-painting-set Mini Easel Painting Set Complete set with mini easel, canvas panels, and acrylic paints for beginners or hobbyists. 29.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Easel-Painting-Set-KEc7UTZwhDYvvxnJhSlZpwg0ujjIxn +ranger-inkssentials-glossy-accents Ranger Inkssentials Glossy Accents A glossy accent medium that can be used as a fixative to seal and protect artwork. 7.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ranger-Inkssentials-Glossy-Accents-YorCtRacq0A1B2KNuLSUWreZK69AHy +impressionist-palette-knife-set Impressionist Palette Knife Set Set of palette knives for creating textural elements in Impressionist paintings. 19.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Palette-Knife-Set-yEBWVOfOmjMfFrhu1hrxPzbwKpufKT +impressionist-easel Impressionist Easel Adjustable easel perfect for creating Impressionist works at the perfect angle. 49.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Easel-mRspfWTM4OCi4DKSROxEnvnKRVX9Hv +impressionist-color-palette Impressionist Color Palette Palette with a range of vibrant colors commonly used in Impressionist paintings. 8.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Color-Palette-WbR5XFAwAXObZVBs6WS7aNSv1eHlMn +liquitex-professional-permanent-spray-varnish Liquitex Professional Permanent Spray Varnish Non-toxic, low odor varnish spray for final protection and gloss finish. 11.99 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Professional-Permanent-Spray-Varnish-WUnbz3ut4bozx7AjVf5DTrL7IqJWM7 +travel-sketchbook-case Travel Sketchbook Case A compact case designed to carry sketchbooks, pencils, erasers, and other drawing supplies while on the go. 15.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Sketchbook-Case-FR1npUZ77dUVPgfkMLrmf6qd8TY5Xf +watercolor-sketchbook Watercolor Sketchbook Watercolor sketchbook with cold-pressed paper, designed for watercolor painting and mixed media artwork. 21.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Sketchbook-eKMv7Ik4r5LJdM9GSV7LhwkvJF37j4 +mixed-media-sketchbook Mixed Media Sketchbook Versatile sketchbook suitable for both wet and dry media, including watercolors and markers. 19.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Sketchbook-vWNLC8fmzYPaYSwP5yUmqdgXnHv8WQ +silver-metallic-pencil-extender Silver Metallic Pencil Extender Pencil extender for metallic pencils to extend their use and prevent waste. 3.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-Extender-cypTrIlOuuw1mfGgeEbtC3x6e5lq4w +rolling-travel-case Rolling Travel Case Large, durable rolling case with multiple compartments for travel convenience. 69.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rolling-Travel-Case-ZJ3jA2Dq3g2qRgSpYBejdZqTsFmVq0 +craft-tote-bag Craft Tote Bag Spacious tote bag with pockets and compartments for carrying craft supplies and projects. 24.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Craft-Tote-Bag-pDQxzgEKwecQtUadLEcWTvBWps0fNh +laptop-backpack-with-tablet-sleeve Laptop Backpack with Tablet Sleeve Versatile backpack with padded compartments for laptops, tablets, and art supplies. 49.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Laptop-Backpack-with-Tablet-Sleeve-iJUUdGcSkVudBdVaC0MxDaKn1Z7L9j +convertible-multi-angle-wood-easel Convertible Multi-Angle Wood Easel Versatile easel that can be adjusted to different angles for various art projects. 39.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-Multi-Angle-Wood-Easel-zE7EEIQSPJRIqQ80UY1czCaUqpSFQ3 +digital-artist-glove Digital Artist Glove Silver digital artist glove with conductive fiber tips for smooth and precise drawing on touch screens and graphics tablets. 13.99 Drawing-Glove https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Digital-Artist-Glove-9ZH3iRXICrzezfVGSKdI4vRh5xHb1h +jacquard-clear-acrylic-varnish-spray Jacquard Clear Acrylic Varnish Spray A clear acrylic varnish spray that provides a protective finish for acrylic paintings. 13.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Clear-Acrylic-Varnish-Spray-IcoksOWflxUWZ0mXZE6q6uuZvxzJ3p +handmade-charcoal-paper-sheets Handmade Charcoal Paper Sheets Pack of 10 individual handmade charcoal paper sheets for versatile use in art projects. 8.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Sheets-Jrp9iYowkzjF8KXkncUIsewwbZjERN +mini-wooden-tripod-easel-stand Mini Wooden Tripod Easel Stand Compact and lightweight tripod easel stand for small canvases or sketchbooks. 7.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Wooden-Tripod-Easel-Stand-B2m9J5Wu5ub1vTz3eeBH8PxwgVyeoI +adjustable-mini-table-easel Adjustable Mini Table Easel Versatile mini table easel with adjustable height and angle, suitable for various display purposes. 10.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Mini-Table-Easel-dAxpwCRi65o8CVXxFryltIFJhGfWFE +impressionist-oil-paint-set Impressionist Oil Paint Set Set of high-quality oil paints perfect for creating stunning Impressionist artworks. 39.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Oil-Paint-Set-8RGbJOznp4ykTEr7NGab7xcNr1RviG +portable-makeup-organizer Portable Makeup Organizer A travel-friendly makeup case with adjustable compartments to keep your cosmetics organized and secure. 12.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Makeup-Organizer-vNVC0mKTHU8TyxC0PRG8gh7MrwjMH0 +fabriano-ecoqua-sketchbook Fabriano EcoQua Sketchbook Environmentally friendly spiral bound sketchbook made from FSC-certified paper. 7.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-EcoQua-Sketchbook-bzdSioNDwa6uhEBVNDQUs0aKZdSJL1 +bee-paper-heavyweight-mixed-media-paper Bee Paper Heavyweight Mixed Media Paper Thick paper perfect for charcoal and other mixed media techniques. 11.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Heavyweight-Mixed-Media-Paper-WiZvQYNtfXKM9h0Zr5zNnrq739y62v +pentalic-spiral-bound-sketchbook Pentalic Spiral Bound Sketchbook Double-wire spiral bound sketchbook with versatile paper ideal for sketching and drawing. 8.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentalic-Spiral-Bound-Sketchbook-vSrEoR5t898Tj3lJkZMc8ZACvsMTgL +fabriano-studio-fat-pad-mixed-media-paper Fabriano Studio Fat Pad Mixed Media Paper Fat pad with assorted mixed media paper for charcoal and more. 29.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Studio-Fat-Pad-Mixed-Media-Paper-Pb9pCe7MnMmkIrktMf0UhjgiiOOjOk +ucreate-mixed-media-paper-pad UCreate Mixed Media Paper Pad Affordable mixed media paper suitable for charcoal and other mediums. 7.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/UCreate-Mixed-Media-Paper-Pad-qc0ODd24VS1BShEMTFFcmVrbKwjCgm +stonehenge-white-mixed-media-paper Stonehenge White Mixed Media Paper Durable paper for charcoal and mixed media with a smooth surface. 19.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-White-Mixed-Media-Paper-QeWUNXth9a9zSIW5TeoBf153Rr7UZy +wooden-burnishing-tool Wooden Burnishing Tool Handcrafted wooden burnishing tool for finishing and smoothing wood carvings. 11.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Burnishing-Tool-6cdA3XFiAGWZQfBlD89jgaywcMKDPC +canson-xl-recycled-bristol-mixed-media-paper Canson XL Recycled Bristol Mixed Media Paper Eco-friendly paper suitable for charcoal and mixed media applications. 14.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Recycled-Bristol-Mixed-Media-Paper-henFAFw9yMkeoJQqj9Wlm6gSVy58dC +metal-burnisher-set Metal Burnisher Set Set of 6 double-ended metal burnishers for smoothing and shaping clay, wax, and other materials. 12.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-Burnisher-Set-CnGFID1JSyeh59tEf1qQ7HDWAAAxRX +fixative-spray-variety-pack Fixative Spray Variety Pack A set of different fixative sprays for testing and experimenting with various brands. 29.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fixative-Spray-Variety-Pack-2TrSFZWNKxoWZ45gxe1Aw7PhOlYPUr +liquitex-professional-sprays Liquitex Professional Sprays A range of professional sprays for sealing and protecting various art mediums. 19.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Professional-Sprays-v00locILaPzk3mmeIok6uTQCaexQIp +synthetic-artist-sponges Synthetic Artist Sponges Pack of synthetic sponges ideal for creating textures and applying paint in different techniques. 7.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Synthetic-Artist-Sponges-hLiFf5l4rd7OTwQOsFcSPcHdduO5zF +decorative-sponge-painting-set Decorative Sponge Painting Set Set of decorative sponge brushes for creating unique patterns and designs on walls and fabrics. 14.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Decorative-Sponge-Painting-Set-tXgpS9UJKVT32sp4oEufSMyhRrFVPT +sponge-roller-kit Sponge Roller Kit Roller kit with interchangeable sponge heads for smooth and even paint application on large surfaces. 18.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sponge-Roller-Kit-QG0ymifXEOYrd8lUy30NjjkIEQ0v6J +neon-watercolor-brush-pens Neon Watercolor Brush Pens Set of 6 neon watercolor brush pens for adding a pop of brightness to your artwork. 13.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Watercolor-Brush-Pens-EszkU25F2GHEDXCEy3iORpiOf7Ghtl +watercolor-brush-pen-starter-kit Watercolor Brush Pen Starter Kit Beginner-friendly set of 10 watercolor brush pens with blending techniques guide included. 16.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Brush-Pen-Starter-Kit-adZnSeIelpmkHZMEgETNDZZVHJ9sId +art-nouveau-velvet-journal Art Nouveau Velvet Journal Write your thoughts and sketches in this luxurious art nouveau velvet journal. 19.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Velvet-Journal-lS2EwfNAyz8hXUEyRQZsPs2vMwDYHt +zebra-kirarich-metallic-gel-pen-set Zebra Kirarich Metallic Gel Pen Set Vibrant metallic gel pens with water-based ink for smooth and consistent lines. 13.99 Metallic-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Kirarich-Metallic-Gel-Pen-Set-5m3xqaXIPeutp5SnHeMaPWu9V1Y8bs +canson-mi-teintes-paper-pad Canson Mi-Teintes Paper Pad Double-sided medium charcoal paper pad in assorted colors for unique artwork. 11.29 Medium-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Paper-Pad-ZhA0HC17ZHRjrhtJlEOLqu5RlzGIip +lascaux-uv-protect-spray Lascaux UV Protect Spray A UV protectant spray that helps prevent damage from sunlight and environmental factors. 19.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-UV-Protect-Spray-tjptdc6wVG8n3j84vhoyZrMkXN5hUq +liquitex-high-gloss-varnish-spray Liquitex High Gloss Varnish Spray A high gloss varnish spray that enhances the depth and clarity of acrylic paintings. 10.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-High-Gloss-Varnish-Spray-xddlfiyBHn4pIU5el5tw6YBnGae4lb +impressionism-postcard-set Impressionism Postcard Set Set of postcards featuring famous Impressionist artworks for inspiration. 5.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionism-Postcard-Set-foFcoIEV5xbixbHao29J8og2saKepd +impressionism-brush-set Impressionism Brush Set Set of soft bristle brushes ideal for blending and creating Impressionist brushstrokes. 24.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionism-Brush-Set-xROpZPnYQKPWNn43pKdsOiMpVxNki1 +unison-soft-pastel-fixative Unison Soft Pastel Fixative Non-toxic fixative spray specifically designed for pastel artwork. 9.99 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Unison-Soft-Pastel-Fixative-gUEuzjlwIF1pCIvlH6Qf7VuY4ymdlT +golden-archival-varnish Golden Archival Varnish Non-toxic varnish spray for protecting acrylic and oil paintings. 18.5 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-Archival-Varnish-iyDHuwSkBORvUUpGeuVPRz0oePwfip +handmade-charcoal-paper-block Handmade Charcoal Paper Block A block of 15 sheets of acid-free, archival quality handmade charcoal paper for professional artwork. 17.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Block-gmWtVTamRj51t2cBGFI3YxqtUJveEn +handmade-charcoal-paper-roll Handmade Charcoal Paper Roll A roll of 18 inches x 10 yards of premium quality charcoal paper for larger artwork. 29.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Roll-no6kV54d3Kod0Oj0RQa8YfGhiS1a48 +travel-jewelry-roll Travel Jewelry Roll A compact roll-up case for storing jewelry safely while traveling, with pockets and compartments for different pieces. 8.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Jewelry-Roll-jOKRdQxoiYZR9zpz7qZ7PRrxPbKrFY +silver-metallic-pen-set Silver Metallic Pen Set Set of silver metallic pens for writing, drawing, and embellishing artwork. 7.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pen-Set-loHkMzB5rP7Hrqhq6LO1HcH7BChPYC +spiral-bound-drawing-pad Spiral-Bound Drawing Pad Spiral-bound drawing pad with heavyweight paper, perfect for pencil and charcoal drawings. 16.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Bound-Drawing-Pad-V950exV1kazPjxbqIIZHoRFdSibNft +metallic-silver-colored-pencil Metallic Silver Colored Pencil Single metallic silver colored pencil for detailed work or shading. 2.49 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Silver-Colored-Pencil-cKGjciEo4bVWqyJdY9obJVVhg4QaPw +blank-page-notebook Blank Page Notebook Simple blank page notebook, suitable for sketching, note-taking, or journaling. 7.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blank-Page-Notebook-bcCfl7LS2hx74PcT9mg8XpfEwfYKDQ +pocket-sketchbook-set Pocket Sketchbook Set Set of pocket-sized sketchbooks, perfect for capturing ideas on the go. 14.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pocket-Sketchbook-Set-okOCcEf5gDhUeXcEhieb4UzQgHdvMv +art-portfolio-case Art Portfolio Case Sturdy and lightweight case for carrying artwork and supplies on the go. 29.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Portfolio-Case-qVqhpoezBdhNU3oWEWKJvlsSizeLwN +multifunctional-plastic-storage-container Multifunctional Plastic Storage Container A multifunctional plastic storage container with removable dividers, suitable for organizing and storing beads, buttons, small hardware, or sewing accessories. 7.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multifunctional-Plastic-Storage-Container-fnF9n0MoUVH5uP6RgTlfcDWT97rGI6 +neon-blade-pencil-sharpener Neon Blade Pencil Sharpener Compact pencil sharpener with neon blade for precision sharpening. 6.49 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Blade-Pencil-Sharpener-VlBHPJJQcsxNQXxuRpVWv4R6AwvVPo +stackable-clear-plastic-storage-box Stackable Clear Plastic Storage Box Stackable clear plastic storage box with multiple compartments for organizing and storing small items such as beads, jewelry, buttons, and more. 8.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stackable-Clear-Plastic-Storage-Box-iO9b8AjDDrWETwKWX9jQkKD5c9Km72 +neon-crayon-sharpener-set Neon Crayon Sharpener Set Set of 3 neon-colored manual pencil sharpeners. 8.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Sharpener-Set-8XGmuyDHkmyjCXvyL0pWM0zZ08NzO7 +neon-mini-crayon-sharpener Neon Mini Crayon Sharpener Mini sharpener for neon crayons with keychain attachment. 1.49 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Mini-Crayon-Sharpener-XQ1qONd8e4iYmdjX7LtAP43eZzOCsr +fabriano-murillo-charcoal-paper-block Fabriano Murillo Charcoal Paper Block Portable block of luxurious Italian paper for on-the-go charcoal artwork. 22.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Murillo-Charcoal-Paper-Block-e2t0hWLaZx82YI5B4cTLJwph8Suegu +metallic-pastel-calligraphy-pens Metallic Pastel Calligraphy Pens Set of 5 metallic pastel calligraphy pens for a shimmery touch to your writing. 9.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Calligraphy-Pens-vpX3OwasgjtGYvJTyFoJjHAO22HMBi +recycled-charcoal-paper-journal Recycled Charcoal Paper Journal Compact journal with recycled charcoal paper for on-the-go sketching and note-taking. 8.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Journal-sVty3HfqZf6r6R9Rcv0IZEUgPnN1hf +huion-digital-pen Huion Digital Pen Battery-free stylus pen with 8192 levels of pressure sensitivity for graphic tablets. 39.99 Stylus-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Huion-Digital-Pen-MD5VBJ3h1rHmDa1Pe9vleqZGgA0j7M +recycled-charcoal-paper-sheets Recycled Charcoal Paper Sheets Loose sheets of recycled charcoal paper ideal for mixed media artwork. 9.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Sheets-dVvxmqxVFGzP7CZfLFCF7iMSgUxLdr +recycled-charcoal-paper-roll Recycled Charcoal Paper Roll Large roll of recycled charcoal paper for creating long artworks or banners. 24.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Roll-06ssC9Y26Uor1x9u3vvYnLZYsWqDeN +impressionist-art-paper-pad Impressionist Art Paper Pad Pad of textured paper perfect for practicing and creating Impressionist sketches. 6.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Art-Paper-Pad-Y8Y2DwxFbb8mSVpg3uKl945nGHLiEx +neon-handheld-crayon-sharpener Neon Handheld Crayon Sharpener Handheld sharpener for neon crayons with easy grip design. 5.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Handheld-Crayon-Sharpener-7QPu354tiIYiAXzhs4T3S1zfXQd6xT +blending-stump-sandpaper-block Blending Stump Sandpaper Block Sandpaper block for cleaning and reshaping blending stumps for extended use. 3.49 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stump-Sandpaper-Block-Bc9Eb9iRTZPG2eToEfPbGMi7kgd9sg +waterproof-camera-bag Waterproof Camera Bag An ideal bag for carrying and protecting your camera and accessories during travel, with multiple compartments and a waterproof design. 29.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Waterproof-Camera-Bag-gOeG5PqgSLuXjpMoX2mwA5NZ3vlf9O +small-clear-plastic-grid-case Small Clear Plastic Grid Case A small clear plastic case with divided compartments for organizing small beads, jewelry findings, or other small items. 2.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Small-Clear-Plastic-Grid-Case-uKonbmGb6tavlw2LGKDsqcBGQWTt4C +blending-stump-storage-box Blending Stump Storage Box A durable plastic storage box to keep your blending stumps organized and in top condition. 5.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stump-Storage-Box-27Eh6ZEkB7wbxHIJuoOWF49KcmEerS +travel-document-organizer Travel Document Organizer A compact organizer for passports, boarding passes, tickets, and other essential travel documents, with RFID blocking protection. 11.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Document-Organizer-7KOXw1XAX3FjgirWE9CobuDpCTLx3V +ink-mixing-dish Ink Mixing Dish Porcelain dish for mixing and diluting ink wash colors. 6.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Mixing-Dish-dm8hZv7AlfT3RH7UODv5bGD0NJmxFu +precision-blending-stump-set Precision Blending Stump Set Set of 4 precision blending stumps for detailed blending work in drawings and sketches. 7.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Precision-Blending-Stump-Set-KXuvqmu6TAVZswXL0peaLSEUzJJese +blending-stump-blender-pen Blending Stump Blender Pen Blending stump blender pen for precise and controlled blending in artwork. 8.49 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stump-Blender-Pen-np43pHt4CG9S7f4CzTb0EtBowME8nM +burnishing-brush-set Burnishing Brush Set Set of 3 burnishing brushes in different sizes for blending and smoothing pastels and charcoal drawings. 14.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Burnishing-Brush-Set-SZPBTFueHGdX0ezgwQdXyFvrKKaYD6 +strathmore-500-series-charcoal-paper-roll Strathmore 500 Series Charcoal Paper Roll Large roll of premium paper for charcoal drawings, sketches, and murals. 29.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-500-Series-Charcoal-Paper-Roll-zd54bWnIThSol14sfWXZGeT7Houhc7 +daler-rowney-simply-sketchbook Daler-Rowney Simply Sketchbook Budget-friendly spiral bound sketchbook with acid-free paper suitable for sketching and light mixed media work. 5.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-Simply-Sketchbook-YsvhtjpC7mniEilUP0tfiHcMlEW12R +large-block-art-gum-eraser Large Block Art Gum Eraser Chunky eraser for big erasing jobs without losing precision and control. 3.49 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Large-Block-Art-Gum-Eraser-4NiHExghhyJR19zu22E85p5z1wlak2 +stonehenge-black-paper-pad Stonehenge Black Paper Pad Heavyweight paper designed for mixed media art including charcoal and pastels. 19.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Black-Paper-Pad-jRW1O03hz4ewaTnybU7EsbcvLJFpan +fan-blending-brush Fan Blending Brush Fan-shaped blending brush for feathering edges and blending harsh lines. 9.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fan-Blending-Brush-y3JxdRygpv9thTPSusGQupM3YyklmR +embossing-burnisher Embossing Burnisher Embossing burnisher for creating raised designs on paper and cardstock in card making. 7.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Embossing-Burnisher-unIdFDcZaE8JcvP0nYJBY2zGjdgn4S +tapered-blending-brush Tapered Blending Brush Single tapered blending brush for detailed blending work. 6.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tapered-Blending-Brush-GPyIcANubFLDpcaCgtth0aKgKHgwCv +sponge-blending-applicator Sponge Blending Applicator Soft sponge blending applicator for blending and softening harsh lines. 4.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sponge-Blending-Applicator-RC4tMuYgFthq2Af8vchHZnctWjMops +canford-fixative-spray Canford Fixative Spray A quick-drying fixative spray for fixating pastel and charcoal drawings. 10.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canford-Fixative-Spray-j8usl6paCfCK6hZeG30fyrpHGyNXTo +cellulose-cleaning-sponges Cellulose Cleaning Sponges Multi-purpose cellulose sponges for cleaning art tools and surfaces. 5.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cellulose-Cleaning-Sponges-suUn3IPRgCdw0EOUoc0QZN2zJC9zXR +derwent-watercolour-pencils Derwent Watercolour Pencils High-quality water-soluble pencils that can be used wet or dry for detailed drawings. 24.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Watercolour-Pencils-b1rEt6piz3O6su6VFjjmKfX4Bf0fqY +wooden-palette-cleaning-kit Wooden Palette Cleaning Kit Kit to clean wooden palettes without damaging the surface. 10.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Palette-Cleaning-Kit-9c1iEZ8rGZ8aUmPEUvDe6pu3ZKDnWO +drafting-table-cleaning-kit Drafting Table Cleaning Kit Tools to keep your drafting table clean and ready for work. 16.99 Cleaning-Kits https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drafting-Table-Cleaning-Kit-HduLIN4AZi3aRDjdFTKZOjQUeuO8Eq +recycled-charcoal-paper-board Recycled Charcoal Paper Board Sturdy board made from recycled charcoal paper for mounting artwork or presentations. 7.99 Recycled-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Charcoal-Paper-Board-2qhWoZxPbDI1HjKzLTHBywcD5VfOfP +neon-electric-pencil-sharpener Neon Electric Pencil Sharpener Electric pencil sharpener specially designed for neon crayons. 12.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Electric-Pencil-Sharpener-fmzLr7iCZ3f74D5ELU1D2HYd5H8xoH +neon-double-hole-crayon-sharpener Neon Double Hole Crayon Sharpener Double hole sharpener for standard and jumbo neon crayons. 3.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Double-Hole-Crayon-Sharpener-zqFqmEpdy4IBDnkbITQwH4uH77qorl +neon-twist-up-crayon-sharpener Neon Twist-Up Crayon Sharpener Twist-up crayon sharpener in vibrant neon colors. 4.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Twist-Up-Crayon-Sharpener-4s1HmzkyQnKFF4gXdqogEDTM6fLVLs +neon-plastic-crayon-sharpener Neon Plastic Crayon Sharpener Plastic crayon sharpener in neon colors for on-the-go sharpening. 1.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Plastic-Crayon-Sharpener-SnapyMNnCKCpE9NAs4C8xGZ1Ym3J3s +stackable-screw-organizer-case Stackable Screw-Organizer Case A stackable screw-organizer case with multiple compartments for sorting and storing screws, nuts, bolts, or other small hardware items. 11.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stackable-Screw-Organizer-Case-CRlbY2HuGD7OazL0A1yjZSFJOIGbZI +paper-blending-stumps Paper Blending Stumps A pack of 12 paper blending stumps for shading and blending pencil drawings. 9.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paper-Blending-Stumps-LqU5t847tGbTeGtcrChn7qa4WlDbbf +artist-grade-blending-stumps Artist Grade Blending Stumps Professional-grade blending stumps made of high-quality materials for superior blending results. 14.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artist-Grade-Blending-Stumps-eGcRvyP3keBkAVyIAAV7LXkUl4dGNE +jumbo-blending-stump Jumbo Blending Stump Extra-large jumbo blending stump for blending larger areas in artwork. 2.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Blending-Stump-1Kuok4yRFzN0Lr1Mq4875rKcIEmeW9 +pilot-foam-eraser-refills Pilot Foam Eraser Refills Refills for Pilot mechanical pencil erasers, soft and gentle erasing. 3.29 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-Foam-Eraser-Refills-pQzmLrnBRMjpg7DaEzaxD8C05ffKic +canson-ingres-charcoal-paper-sheets Canson Ingres Charcoal Paper Sheets Lightly textured paper with a delicate surface for precise charcoal work. 8.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Ingres-Charcoal-Paper-Sheets-gZgCGh6gnnF7WISLn529KMrbFckW04 +strathmore-500-series-mixed-media-paper-pad Strathmore 500 Series Mixed Media Paper Pad Heavyweight paper perfect for mixed media artwork with charcoal. 12.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-500-Series-Mixed-Media-Paper-Pad-SoXLJp35faozdI891wfkHWEzNyYvZO +fabriano-toned-mixed-media-paper Fabriano Toned Mixed Media Paper Toned paper ideal for charcoal drawings and mixed media projects. 17.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Toned-Mixed-Media-Paper-vT6eb9VgCxO9zUSvh0FNFWlKmJ7ziF +agate-burnisher Agate Burnisher Agate burnisher for smoothing and finishing leatherwork and bookbinding projects. 15.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Agate-Burnisher-gUQdVag0DD7tqWKnMkkhyIu3rbLZKc +angled-blending-brush Angled Blending Brush Angled blending brush for creating gradient effects and blending color in creases. 7.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Blending-Brush-P8y2wqtTOmm05w3H5PxTJkQKjWTJcW +krylon-low-odor-fixative-spray Krylon Low Odor Fixative Spray A clear, low odor fixative spray designed to protect drawings and artwork. 9.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Low-Odor-Fixative-Spray-tGXdhV1Kx6cND2KPXECW2Doa6T7yhL +pottery-sponge-tools-set Pottery Sponge Tools Set Set of pottery sponge tools for shaping and smoothing clay surfaces in pottery and sculpting. 15.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pottery-Sponge-Tools-Set-A1s79doJbh3CsCMbebVumbD6U3edrj +flat-blending-brush Flat Blending Brush Flat blending brush for smooth color transitions and blending multiple shades. 6.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Flat-Blending-Brush-SKVnYRlxnodTmze1WFVIJin49iXnVK +sponge-dauber-set Sponge Dauber Set Set of sponge daubers for applying ink, paint, and chalk in stamping and mixed media projects. 8.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sponge-Dauber-Set-QuvjKxHluQvgspXCWzL2tDcjAXEjTi +silicone-painting-sponges Silicone Painting Sponges Set of reusable silicone sponges for applying and blending paint without leaving brush marks. 11.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silicone-Painting-Sponges-e4zrYb5hUU9nGbGY311kckd7Iqmnqh +fine-pore-silk-sponges Fine Pore Silk Sponges Fine pore silk sponges used for delicate blending and shading in painting. 9.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fine-Pore-Silk-Sponges-lm8FXCEFPKxqDqgjUCXU45c0sxydWC +portable-watercolor-brush-pen-set Portable Watercolor Brush Pen Set Travel-friendly set of 12 watercolor brush pens with refillable water barrel. 17.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Watercolor-Brush-Pen-Set-OOLiJfX1iKrXLOu0n1BbJym6kQlNCE +mtn-pro-fixative-spray MTN PRO Fixative Spray A fixative spray suitable for graffiti and street art to protect the artwork from weathering. 11.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MTN-PRO-Fixative-Spray-wi53H7SpDMdy8OHpFUXmeAyXjTxc6c +adjustable-transparent-storage-case Adjustable Transparent Storage Case An adjustable transparent storage case with multiple compartments and dividers, ideal for storing and organizing beads, jewelry findings, or small craft supplies. 6.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Transparent-Storage-Case-G4H66Mc0jvQcrrWpVagXOdthFcLU6E +krylon-k01311007-matte-finish-aerosol-spray Krylon K01311007 Matte Finish Aerosol Spray Non-yellowing, non-toxic matte finish spray for preserving artwork. 8.99 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01311007-Matte-Finish-Aerosol-Spray-WepICyNYtfYmwXePUFoU6Im3Dq7uYf +krylon-k01303007-dullcote-spray Krylon K01303007 Dullcote Spray Non-toxic dull finish spray for reducing glare on artwork. 6.75 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01303007-Dullcote-Spray-K1m4S1MBK9rukWFOZD6rxk9rrejVcS +handmade-charcoal-paper-easel-pad Handmade Charcoal Paper Easel Pad Easel pad with tear-off charcoal paper sheets for drawing and displaying artwork. 14.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Easel-Pad-CdVpu6pW4vLYxvjGFaNkBMH92a9LaS +scented-art-gum-erasers-set Scented Art Gum Erasers Set Set of fruit-scented erasers for a fun and fragrant erasing experience. 6.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Scented-Art-Gum-Erasers-Set-Be5gbq3RvfOe084XuefSzelTKH47c1 +krylon-workable-fixatif Krylon Workable Fixatif A workable fixative that prevents smudging and allows for easy reworking of drawings. 8.99 Oil-based-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Workable-Fixatif-ALKVShLS5PN0UjqoHCkp93JGFlXKFs +premium-art-gum-eraser-kit Premium Art Gum Eraser Kit Complete erasing kit with different types of art gum erasers for all your erasing needs. 12.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Art-Gum-Eraser-Kit-BrSgGi8bmKS83Uge1qsVmnz1u3NlDk +electric-blue-art-gum-eraser Electric Blue Art Gum Eraser Fun colored eraser for adding a pop of color to your art supplies collection. 1.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Art-Gum-Eraser-wqotJ8H41tMHUED2zJ0ar0NTamrWPC +traveler's-sketchbox-easel Traveler's Sketchbox Easel All-in-one easel and storage box for artists on-the-go, includes compartments for brushes and paints. 79.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Traveler's-Sketchbox-Easel-lL8lC61yOapbVLNn2Rw0trOuUiSJYv +set-of-5-blending-brushes Set of 5 Blending Brushes A set of soft and durable blending brushes for creating seamless blending effects in your artwork. 12.99 Blending-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-5-Blending-Brushes-mvO4n5ZhXjjYqVpmolQc9tyFWKtRzo +beechwood-h-frame-display-easel-set Beechwood H-Frame Display Easel Set Set of two easels perfect for displaying artwork at exhibits or events, made of high-quality beechwood. 89.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Beechwood-H-Frame-Display-Easel-Set-fwhTwdumresk0ipTcfVjXN9kbLRjSt +mtn-pro-matte-varnish MTN Pro Matte Varnish A professional-grade fixative spray that dries quickly and evenly. 14.99 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MTN-Pro-Matte-Varnish-gaedKKbSUOqOW8nSrCmCY8iq6JPF59 +glow-in-the-dark-crayons-sharpener Glow-in-the-Dark Crayons Sharpener Special crayon sharpener designed for glow-in-the-dark crayons to keep them sharp for detailed drawing. 3.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Sharpener-CDDmW0bxdyG1gOyR9I7Y7K77m49m9r +pebeo-mat-pub-matte-varnish Pebeo Mat Pub Matte Varnish A water-based fixative spray that provides a durable matte finish. 10.99 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pebeo-Mat-Pub-Matte-Varnish-HLhQrJy23fVlB1QxhQTOqyVk4M8Rpr +glow-in-the-dark-crayons-jumbo-pack Glow-in-the-Dark Crayons Jumbo Pack Jumbo pack of 100 glow-in-the-dark crayons for endless creativity and fun. 29.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Jumbo-Pack-yRrMJ7OemMl6v3WlxRKxxKkwlpZnUP +rice-paper-roll Rice Paper Roll High-quality rice paper roll for practicing ink wash paintings. 9.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rice-Paper-Roll-b9Aeh7w2lcB0aCaXhcBWEpAuA3FxTd +non-toxic-matte-fixative-spray Non-Toxic Matte Fixative Spray An eco-friendly fixative spray that provides a matte finish for your artwork without harming the environment. 14.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Non-Toxic-Matte-Fixative-Spray-PNipUVcIQSPNbp2LDXRSPFVxVjEkDO +cretacolor-toned-sketching-paper-roll Cretacolor Toned Sketching Paper Roll Sketching paper roll with a toned surface, ideal for quick sketches and studies. 16.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Toned-Sketching-Paper-Roll-GG27J3PoUnG05tz0vrx5uAgwzi3jzN +zero-voc-fixative-spray Zero-VOC Fixative Spray Zero volatile organic compounds fixative spray for artists who care about the environment and their health. 15.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zero-VOC-Fixative-Spray-rmO1R5AJNYOQt2du5LV4zjzdGqYYMA +fabriano-toned-mixed-media-paper-pad Fabriano Toned Mixed Media Paper Pad Mixed media paper pad with toned sheets for combining different art mediums in one artwork. 14.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Toned-Mixed-Media-Paper-Pad-kih7cDj20tZLM5e3lpWkOFIdyncWCy +newsprint-charcoal-paper-sheets Newsprint Charcoal Paper Sheets Loose newsprint sheets for charcoal sketches, great for quick studies and experimentation. 5.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Sheets-rXVljsNPMlvVDLyOA7K3e7BntQGcHo +micro-art-supplies-case Micro Art Supplies Case Ultra-small case for storing miniature art supplies such as fine-tip pens, mini paint tubes, and tiny brushes. 6.99 Mini-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Micro-Art-Supplies-Case-BrIYanhIDxaG66DYShVlkaIB8HvtZT +iridescent-metallic-pencil-extender Iridescent Metallic Pencil Extender Pencil extender to help you make the most of your iridescent metallic pencils. 3.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencil-Extender-VKsNMXdBHX5gQMa26W2im3ckpUaJFt +white-vinyl-eraser White Vinyl Eraser Soft vinyl eraser that can erase pencil marks cleanly without smudging. 1.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Vinyl-Eraser-PaFYudeK4a913K4GKiooNrvSyVYI0n +retractable-vinyl-eraser Retractable Vinyl Eraser Convenient retractable eraser with a vinyl eraser tip for easy erasing on the go. 3.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Retractable-Vinyl-Eraser-xuBIcpsOq2TCE5ck5PxIaO1qrfbvFj +dust-free-vinyl-eraser Dust-Free Vinyl Eraser Vinyl eraser that produces minimal eraser dust for a cleaner workspace. 1.79 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dust-Free-Vinyl-Eraser-TEMGF823OsP8Ozq5twppHqOcTSdCjM +manual-dual-hole-pencil-sharpener Manual Dual Hole Pencil Sharpener A durable manual sharpener with two different size holes for pastel pencils. 7.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Manual-Dual-Hole-Pencil-Sharpener-VBkDKBGCchhZOJVAKEUkojnkLbQ56N +vinyl-eraser-set Vinyl Eraser Set Set of assorted vinyl erasers in different sizes for all your erasing needs. 6.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Eraser-Set-QaMT66QFAtoRjIkoBnY0LJoxT3RU2I +vinyl-eraser-refills Vinyl Eraser Refills Pack of refill erasers for your favorite vinyl eraser holders. 4.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Eraser-Refills-8Qnw6gTFpunPc015etbgki2GFaNtYF +kneaded-eraser Kneaded Eraser Moldable eraser that is perfect for precision erasing and lightening pencil marks. 2.49 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kneaded-Eraser-oFAXVgZ6h7w6n4tsNW7mKf5RrauKBo +electric-pastel-pencil-sharpener Electric Pastel Pencil Sharpener A high-powered electric sharpener specifically designed for soft pastel pencils. 29.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Pastel-Pencil-Sharpener-Lhu7gnYsIFZabcTWsKr88yYhFSghGR +vintage-pastel-pencil-sharpener Vintage Pastel Pencil Sharpener A classic-style sharpener with an elegant design for artists with nostalgia. 18.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Pastel-Pencil-Sharpener-emgPCWFYf5VomM1Py0zGxBuf15d7zw +rotary-pastel-pencil-sharpener Rotary Pastel Pencil Sharpener An efficient rotary sharpener that creates a smooth point on pastel pencils. 19.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rotary-Pastel-Pencil-Sharpener-GUktfEZQgItcDOHr3PTHxMh9zSfta1 +desktop-clamp-pencil-sharpener Desktop Clamp Pencil Sharpener A desk-mounted sharpener that provides stability and precision sharpening for pastel pencils. 22.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Desktop-Clamp-Pencil-Sharpener-XYIlizeFgnZVy86PfTxfh4kJ97EXvT +scented-vinyl-erasers Scented Vinyl Erasers Vinyl erasers in assorted scents to make erasing a more enjoyable experience. 1.49 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Scented-Vinyl-Erasers-bOA4od2Ib2m7BZ6mlJaanEfagBidv9 +automatic-pastel-pencil-sharpener Automatic Pastel Pencil Sharpener An innovative automatic sharpener that senses when the pencil is inserted. 34.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Automatic-Pastel-Pencil-Sharpener-JL4RDxDWMxlXen9KwD4HBewGrJ8SWU +tombow-mono-zero-eraser-refills Tombow Mono Zero Eraser Refills Refills for Tombow Mono Zero erasers, precise and clean erasing. 3.49 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-Mono-Zero-Eraser-Refills-GyUYpgu2m8dSnDnqAxBlLiklIDkuae +pentel-hi-polymer-eraser-refills Pentel Hi-Polymer Eraser Refills Refills for Pentel mechanical pencil erasers, high-quality and precise erasing. 4.99 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-Hi-Polymer-Eraser-Refills-GQvB2ZgUqDKDViMAugHF73niXgcs8p +koh-i-noor-hardtmuth-eraser-refills Koh-I-Noor Hardtmuth Eraser Refills Refills for Koh-I-Noor erasers, smooth erasing for detailed work. 2.99 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Hardtmuth-Eraser-Refills-K9v5ryLnRivQJh2otPGY4uCdvuMUyK +uni-ball-boxy-eraser-refills Uni-ball Boxy Eraser Refills Refills for Uni-ball mechanical pencil erasers, compact and convenient erasing. 4.49 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-ball-Boxy-Eraser-Refills-oA9DasUF9OOv9pm1Z2wYr7qLiVLaTB +sakura-foam-eraser-refills Sakura Foam Eraser Refills Refills for Sakura mechanical pencil erasers, soft and comfortable erasing. 3.99 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Foam-Eraser-Refills-hUdoSpvCmfN7cosFPYVw6qff5qTBOU +neon-crayon-storage-case Neon Crayon Storage Case Durable case to keep your neon crayons organized and secure. 8.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Case-OtNlsrkiCOFObX8WIEMaLa6BhfdtqO +neon-crayon-sharpener Neon Crayon Sharpener Special sharpener designed for neon crayons. 3.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Sharpener-dvFqfMguObTW8bcjJbVnDbUrQcp9pC +neon-crayon-coloring-book Neon Crayon Coloring Book Fun coloring book designed specifically for neon crayons. 4.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Coloring-Book-T02Rg2FxXyLZIf200gTMTzIy77clg8 +refillable-neon-crayon-holder Refillable Neon Crayon Holder Stylish and convenient holder for refillable neon crayons. 6.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Refillable-Neon-Crayon-Holder-kxbtBaJ61GYWuMQ3WiWZT1K6e9N240 +koh-i-noor-magic-water-soluble-pencils Koh-I-Noor Magic Water-soluble Pencils Unique watercolor pencils that change color when water is applied, creating magical effects. 19.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Magic-Water-soluble-Pencils-ta3BaXY3DmznHLU3E6K2sZTXAppPu9 +stabilo-inktense-pastel-pencils Stabilo Inktense Pastel Pencils Water-soluble pastel pencils ideal for sketching and drawing. 1.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-Inktense-Pastel-Pencils-myEBrsYS8oQbOLI4dFWwS2OCObu3tp +pastel-pencil-roll-up-case Pastel Pencil Roll-Up Case Compact and portable case for organizing and carrying pastel pencils and accessories. 15.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Roll-Up-Case-Xs4fI2pEmykDFCtEw6sZdAD84cvjKa +vitamix-e310-explorian-blender Vitamix E310 Explorian Blender Professional-grade blender with a powerful motor and variable speed control. 349.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vitamix-E310-Explorian-Blender-MWZ4o7YC4wGrjN1TXwid0qVDbU05Sg +jumbo-tortillons-set Jumbo Tortillons Set Set of 3 jumbo tortillons for large-scale blending and shading in charcoal and pastel drawings. 8.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Tortillons-Set-0VBHFQI2lOvQE1eXnNRcW63PLMQC6n +canson-xl-series-bristol-pad Canson XL Series Bristol Pad Smooth surface, acid-free paper ideal for charcoal sketches and drawings. 9.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Bristol-Pad-cd9Aujr6qIEdBsclBUevnNtZ7X6Grr +arches-watercolor-block Arches Watercolor Block Professional-grade paper suitable for charcoal, pencil, and ink drawings. 29.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arches-Watercolor-Block-JWpRgf6DS0zIGYDtD90w2yG3qAhmrX +metallic-watercolor-gel-pens Metallic Watercolor Gel Pens Set of 6 gel pens with metallic sheen, ideal for creating shiny and eye-catching artwork. 9.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Watercolor-Gel-Pens-Srx8DtnViLH9jtWCZGwKO7GtpTV6B0 +brause-rose-pen-nib Brause Rose Pen Nib A durable pen nib with a fine point for intricate detailing. 3.49 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Brause-Rose-Pen-Nib-WqUnjmpTngqd1UfNozsplmj7dQMbdO +polymer-clay-starter-kit Polymer Clay Starter Kit Colorful polymer clay set with tools for creating jewelry and small sculptures. 12.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Polymer-Clay-Starter-Kit-HH9JRQxtZToMOBRxBxrHdUyhfbrFc3 +casting-resin-kit Casting Resin Kit Clear casting resin kit for making molds and casting sculptures. 32.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Casting-Resin-Kit-a6fU2zhSjWZ5W29kE1sP0YAP6y8YLN +alabaster-sculpture-block Alabaster Sculpture Block Smooth and easy-to-carve alabaster block ideal for sculpting large pieces. 39.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alabaster-Sculpture-Block-p5KUC1q3IbhCSfXe7HqxufTzfEZYmc +blair-very-low-odor-spray-fix Blair Very Low Odor Spray Fix A fixative spray with very low odor, ideal for use in enclosed spaces. 6.25 Oil-based-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blair-Very-Low-Odor-Spray-Fix-i7QVOiNgJN7kz4USJD0WT6Me3md8WZ +nikko-g-pen-nib Nikko G Pen Nib A sturdy pen nib known for its longevity and consistent performance. 2.29 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Nikko-G-Pen-Nib-JS5esKAbHWoqmpxUOIoc6RkyQaOYqp +luminous-orange-pastel-pencil-set Luminous Orange Pastel Pencil Set Set of 12 vibrant orange pastel pencils for creating luminous drawings. 14.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Set-UHKyFS44dMTYZ6VFGk4k4m5H6qGrH4 +krylon-uv-resistant-fixative-spray Krylon UV-Resistant Fixative Spray Aerosol spray that protects artwork from UV damage and fading. 12.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-UV-Resistant-Fixative-Spray-qTO5xstmm21132GiWVylRjYqByDm2H +luminous-orange-pastel-pencil-eraser Luminous Orange Pastel Pencil Eraser Eraser designed for correcting mistakes made with luminous orange pastel pencils. 1.49 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Eraser-ixXIy1lWQUBHktm1kWpN1MVlVw0Ezw +sennelier-latour-fixative-spray Sennelier Latour Fixative Spray High-quality fixative spray that prevents smudging and yellowing of artwork. 16.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Latour-Fixative-Spray-iVJhohgaXhVurLN35WjIGJnEzqW1NF +kamar-varnish-aerosol-spray Kamar Varnish Aerosol Spray Clear, archival varnish spray that provides UV protection for artwork. 14.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kamar-Varnish-Aerosol-Spray-dWs5hSX2WA5rsuyU04y6SXRyyOoHhM +green-luminous-pastel-pencil Green Luminous Pastel Pencil Single pastel pencil that glows softly in the dark, providing a unique touch to your drawings. 2.49 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Green-Luminous-Pastel-Pencil-foP6P4NWDK8I5qhuIdPFb9mXy8I64L +caran-d'ache-neocolor-ii-watersoluble-wax-pastel-in-scarlet Caran d'Ache Neocolor II Watersoluble Wax Pastel in Scarlet Watersoluble wax pastel in a vivid scarlet hue that can be used wet or dry for various techniques. 3.49 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Neocolor-II-Watersoluble-Wax-Pastel-in-Scarlet-2LyJ0a87e7bOvxYGLngWDn5w9cxXDS +conte-a-paris-pastel-pencil-set-in-bright-red Conté à Paris Pastel Pencil Set in Bright Red Set of pastel pencils in bright red for smooth and blendable color application. 15.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Pastel-Pencil-Set-in-Bright-Red-gdYj2LhsLUZ2aYKQY8haJxYEluv1Oz +faber-castell-gelatos Faber-Castell Gelatos Versatile gelato sticks that glide smoothly on paper and other surfaces. 24.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Gelatos-w7d8FGkiu4eSTMYpNLdU1Fzzlv52d7 +electric-blue-pastel-pencil-eraser Electric Blue Pastel Pencil Eraser Gentle eraser that removes electric blue pastel marks cleanly without smudging. 2.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencil-Eraser-Kf0eqvoX2zj8dZPUcg6MlO0ex3uThx +oster-blender Oster Blender Classic blender with a powerful motor for blending various ingredients. 29.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Oster-Blender-ewQHE50lysXoGR6y65TZXeDrD7zAox +cuisinart-smartpower-duet-blenderfood-processor Cuisinart SmartPower Duet Blender/Food Processor Versatile appliance for blending and food processing with multiple speed options. 69.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cuisinart-SmartPower-Duet-BlenderFood-Processor-ob4j0N3btNAgajkeyT7v7QjcieSisx +mixed-media-sketchbook-set Mixed Media Sketchbook Set A set of three different sized sketchbooks perfect for mixed media artists. 29.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Sketchbook-Set-3lNTxVeU39nNn3GrE2ATngUZhJGLoW +hunt-101-imperial-pen-nib Hunt 101 Imperial Pen Nib A flexible pen nib suitable for both drawing and calligraphy. 2.99 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hunt-101-Imperial-Pen-Nib-0yGR2zCRSyzvtyJ2UntSGoZeNANEjK +dual-tip-watercolor-gel-pens Dual Tip Watercolor Gel Pens Set of 24 dual tip gel pens with both fine tip and brush tip, allowing for versatile creativity. 24.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Watercolor-Gel-Pens-b47uziinkfWdTIznFWgv7iJW3BezJn +brause-bandzug-0.5mm-pen-nib Brause Bandzug 0.5mm Pen Nib A highly precise pen nib suitable for technical drawing and drafting. 4.49 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Brause-Bandzug-0-nVhKxtPduIuyrgf89fnVsSQDs09GlT.5mm-Pen-Nib +zebra-g-pen-nib Zebra G Pen Nib A popular pen nib known for its consistent ink flow and durability. 1.99 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-G-Pen-Nib-wGuUjsMyTaQCUYiqlzhQRZxoHycHuX +fabriano-tiziano-artist-paper Fabriano Tiziano Artist Paper Textured surface, acid-free paper for charcoal and pastel artwork. 14.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Artist-Paper-H0Mdq6v2lvaJbo4P72pAvrmUnvpka6 +hunt-22b-extra-fine-pen-nib Hunt 22B Extra Fine Pen Nib An extra-fine pen nib for detailed work and cross-hatching techniques. 3.99 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hunt-22B-Extra-Fine-Pen-Nib-TlpguWTIbksARMhovzhoBj9VexRCom +hiro-leonardt-fountain-pen-nib Hiro Leonardt Fountain Pen Nib A smooth-writing pen nib suitable for both drawing and writing. 6.99 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hiro-Leonardt-Fountain-Pen-Nib-sbJNj8WAwLuUlRREads0XpETHatZcn +gillott-404-pen-nib Gillott 404 Pen Nib A classic pen nib favored by calligraphers for its versatility. 2.49 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gillott-404-Pen-Nib-K1A0COpgEitpuXNxQSyUIzN4BGgVVi +sculpting-tools-set Sculpting Tools Set Complete set of high-quality sculpting tools for clay, wax, and other materials. 15.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sculpting-Tools-Set-h7bk82IZK8WwuUfluYxRcqgtR4KpaA +conte-a-paris-pastel-pencils Conte a Paris Pastel Pencils Professional-grade pastel pencils for blending and shading delicate pastel colors. 16.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Pastel-Pencils-FR9yCsHOVjM803Q75Rl7YQ4PLuagED +derwent-coloursoft-pencils-in-bright-red Derwent Coloursoft Pencils in Bright Red Soft and velvety colored pencils in bright red for smooth color laydown and blending. 17.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Coloursoft-Pencils-in-Bright-Red-Hol9nTkk9p3OeSPDKyFSJ73TljelQc +mont-marte-pastel-pencils Mont Marte Pastel Pencils Vibrant pastel pencils in a convenient storage case. 2.79 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mont-Marte-Pastel-Pencils-j4AHEjIaVFZTakvb5xcN3oYiZbOfKZ +cretacolor-pastel-pencils Cretacolor Pastel Pencils Artist quality pastel pencils with excellent lightfastness. 4.79 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Pastel-Pencils-1FgGd1yvmW16jyvHfq7xUz62BzsldB +customizable-wallet Customizable Wallet Stay organized and stylish with a personalized wallet. 19.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Wallet-UG8EAeIIFX6hjTgWb4CRnEeZSZjfPC +customizable-pill-box Customizable Pill Box Keep your medication organized and stylish with a personalized pill box. 6.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Pill-Box-OBlkLPefb4Tf5nohv1O1HLb7xczyFv +customizable-notebook-cover Customizable Notebook Cover Make your notebook stand out with a customized cover. 12.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Notebook-Cover-BOUemyUSN6NzETmqt84RqDJSlycmws +realism-watercolor-paper-pad Realism Watercolor Paper Pad High-quality watercolor paper pad ideal for realistic watercolor paintings. 19.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Watercolor-Paper-Pad-He8VbsUl2LedpSDa4RGUovzEpUrakc +customizable-sunglasses-case Customizable Sunglasses Case Protect your sunglasses in a unique way with a personalized case. 11.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Sunglasses-Case-ylxsrSrgDpk64NfYkgJb78mgawpFH6 +customizable-passport-holder Customizable Passport Holder Travel in style with a personalized passport holder. 15.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Passport-Holder-vOycDtqzx5Z1xLJDSaSIlE3sdwJ3Sm +realism-oil-paint-set Realism Oil Paint Set High-quality oil paints ideal for achieving realistic effects in paintings. 39.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Oil-Paint-Set-vuFLAozXnGs9PJzc4TBHM3VTnTrj0q +winsor-and-newton-professional-fixative-spray Winsor & Newton Professional Fixative Spray A high-quality fixative spray that provides a glossy finish for pencil and charcoal drawings. 12.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Professional-Fixative-Spray-3mSPObpWcqySJmSRNxjPpTXOltuEVI +krylon-archival-fixative-spray Krylon Archival Fixative Spray A professional fixative spray that provides a durable, protective finish to artwork. 12.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Archival-Fixative-Spray-0xy2zOxecOMgvMFDXQHEm53KMqqK2w +neon-crayon-melt-art-supplies Neon Crayon Melt Art Supplies Special supplies for creating unique melted neon crayon art. 13.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Melt-Art-Supplies-jQ3hLkA3FiRPzn5PFYNhOLEC3ah0Nu +softcover-mixed-media-sketchbook Softcover Mixed Media Sketchbook A lightweight and portable sketchbook for artists looking to experiment with mixed media. 9.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Softcover-Mixed-Media-Sketchbook-ihitUGXtN7KC0InDl9tYUGhx7Uxe6Z +magic-bullet-blender Magic Bullet Blender Compact blender perfect for blending smoothies and sauces. 39.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Magic-Bullet-Blender-yUR8HEnUYDW4jO4gW1srIn6iTPtpaO +tortillon-blending-sticks Tortillon Blending Sticks Pack of 10 tortillon blending sticks in various sizes to blend and soften edges in drawings. 3.49 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillon-Blending-Sticks-orLHbDOejgy9eCmglSbnfN0KsQEusp +animal-print-watercolor-gel-pens Animal Print Watercolor Gel Pens Set of 6 gel pens with animal print designs, great for adding a playful touch to your drawings. 10.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Animal-Print-Watercolor-Gel-Pens-RsWUbK5dRm0aFqwLGj7JXvZ6kem0dt +leonardt-principal-ef-pen-nib Leonardt Principal EF Pen Nib A smooth and responsive pen nib ideal for fine lines and shading. 4.99 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leonardt-Principal-EF-Pen-Nib-PN8STf9KgsK6n9MHiBKfUT4aONy411 +speedball-c4-pen-nib Speedball C4 Pen Nib A popular pen nib for italic and gothic calligraphy styles. 1.49 Pen-Nibs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Speedball-C4-Pen-Nib-Y9Im3bm7pkzXyEzFqf7DB1aogCr2qw +prismacolor-premier-colorless-blender-pencils Prismacolor Premier Colorless Blender Pencils Set of two colorless blending pencils for blending and softening colors in artwork. 6.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Colorless-Blender-Pencils-HeXuuUZyyRhTzuwMu3yLG1FqBTfGH7 +sculpting-armature-stand Sculpting Armature Stand Adjustable sculpting armature stand for posing and displaying clay figures. 19.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sculpting-Armature-Stand-iczkeQNycsrOd4TDxeU8RoXImifbar +luminous-orange-pastel-pencil-individual Luminous Orange Pastel Pencil Individual Single luminous orange pastel pencil for adding highlights and details. 1.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Individual-XWbCbC9XegOneH5pKyqaplN1pT5ROU +stabilo-carbothello-chalk-pastel-pencils Stabilo CarbOthello Chalk Pastel Pencils Chalk pastel pencils with a rich color range for expressive drawing. 3.49 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-CarbOthello-Chalk-Pastel-Pencils-GDryw4NTIq0dYyMJFKplf2fNoKJEU9 +prismacolor-premier-soft-core-colored-pencils-in-crimson-red Prismacolor Premier Soft Core Colored Pencils in Crimson Red Professional-quality colored pencils in a rich crimson red shade for layering and blending. 24.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Soft-Core-Colored-Pencils-in-Crimson-Red-fX5l6ptOCtGzHJ8lHMcFbGapkPRUg3 +neon-green-pastel-pencils Neon Green Pastel Pencils Vibrant neon green pastel pencils for creating bold and eye-catching artwork. 9.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Green-Pastel-Pencils-0on5RdPtsmMwSGEAaFBOZzM6AZr8xi +glowing-green-pastel-pencil-case Glowing Green Pastel Pencil Case Stylish pastel pencil case that glows in the dark, providing a fun and practical storage solution for your supplies. 7.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glowing-Green-Pastel-Pencil-Case-quK918gQVIXzR9lbq9ecLZqb7UdYBW +electric-blue-pastel-pencils-sharpener Electric Blue Pastel Pencils Sharpener Portable and easy-to-use sharpener for electric blue pastel pencils. 3.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Sharpener-7wQyZ06O67xhB6oQiC9KscSYEOvziU +electric-blue-pastel-pencil-sharpener Electric Blue Pastel Pencil Sharpener Precision sharpener specifically designed for electric blue pastel pencils. 5.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencil-Sharpener-S62AMvInUFdYOL3k9o2naHlBrepnev +caran-d'ache-neocolor-ii-water-soluble-pastels Caran d'Ache Neocolor II Water-Soluble Pastels Water-soluble pastel crayons that create beautiful effects on various surfaces. 29.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Neocolor-II-Water-Soluble-Pastels-LQMMqdB19lhoJh6lVcraIqS893r7jP +electric-blue-pastel-pencils-drawing-board Electric Blue Pastel Pencils Drawing Board Lightweight drawing board for creating art with electric blue pastel pencils on the go. 16.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Drawing-Board-Wn7MpSUC8tGMTOYKguJIleWroFa3Xt +customizable-airpods-case Customizable AirPods Case Keep your AirPods safe and unique with a custom case. 9.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-AirPods-Case-c9eJ2aiKMJIvSGAd1WwPewse0pCdjn +pilot-g2-gel-pen-pack Pilot G2 Gel Pen Pack Set of 8 retractable gel pens with comfortable grip and bold ink colors. 11.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-G2-Gel-Pen-Pack-mvlX5K32TFkmegLbZUmnSAMZHCJTjZ +customizable-watch-band Customizable Watch Band Switch up your watch look with a personalized band. 16.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Watch-Band-d1k6VK0ggi8FFg0qLH9HTZdW1as0rO +sketching-charcoal-sticks Sketching Charcoal Sticks Natural charcoal sticks for expressive and bold sketching techniques. 9.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sketching-Charcoal-Sticks-yxCAhLSqgS1XkFRwO0wFrZQOz3L1FJ +portable-field-easel Portable Field Easel Compact and lightweight field easel for outdoor painting adventures. 59.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Field-Easel-m9uoiblml6M6GL5ZXGp3JKQ4zFDYJs +handmade-charcoal-sketchbook Handmade Charcoal Sketchbook Handbound sketchbook containing 50 sheets of charcoal paper for artistic creations. 24.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Sketchbook-jyWuzNGk8tyetqLcJ0RcAeXs0r1e5g +handmade-charcoal-paper-cards Handmade Charcoal Paper Cards Set of 12 blank cards made of charcoal paper for personalized artistic greetings. 10.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Cards-TrgRSneBc1JNLstpp9XUBcWRsTszoS +double-ended-tortillon-and-stump-set Double-ended Tortillon and Stump Set Set of 4 double-ended tortillons and stumps made from paper rolled into a stick for detailed blending. 7.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-ended-Tortillon-and-Stump-Set-ij9hl6zly15mqIDlrzHn60xA1QsNr2 +breville-fresh-and-furious-blender Breville Fresh and Furious Blender Blender with Kinetix contoured blade and bowl system for efficient blending. 129.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Breville-Fresh-and-Furious-Blender-ypi7y9fDdu7R4iKEWBJ6PJ70Znbz3o +wire-o-bound-mixed-media-sketchbook Wire-O Bound Mixed Media Sketchbook A durable sketchbook with heavyweight paper, ideal for use with various mediums. 19.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wire-O-Bound-Mixed-Media-Sketchbook-ZYSrhA5KIhFAhvNlHcGFxovH0pqfL4 +nutribullet-pro-900-blender NutriBullet Pro 900 Blender Powerful blender with a 900 watt motor and easy-to-use design. 79.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/NutriBullet-Pro-900-Blender-05GJeKJVFBiwk9IeXnQLIdaHijVOzG +luminous-orange-pastel-pencil-storage-tin Luminous Orange Pastel Pencil Storage Tin Tin to store and organize luminous orange pastel pencils. 5.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Storage-Tin-X68tCi1UFVMv7eZVzkCuOhIQyFrATe +floral-watercolor-gel-pens Floral Watercolor Gel Pens Set of 8 gel pens with floral patterns on the barrel, adding a touch of elegance to your artworks. 13.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Floral-Watercolor-Gel-Pens-gCqV4K6WJYaI7JOFcy8wwDQundi9hq +sennelier-indian-ink Sennelier Indian Ink High-quality, shellac-based ink with intense color and great lightfastness. 14.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Indian-Ink-2X645gvv6yHb7dXbWjO44NPjNaIgrU +caran-d'ache-luminance-6901-color-pencil-blender Caran d'Ache Luminance 6901 Color Pencil Blender Colorless blender pencils for smooth blending and shading of pastel colors. 9.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Luminance-6901-Color-Pencil-Blender-VSnJO0sVtittsR5IhvVP2WeRVTdaNl +mont-marte-calligraphy-ink-set Mont Marte Calligraphy Ink Set Set of 12 beautiful colored inks ideal for calligraphy and lettering. 19.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mont-Marte-Calligraphy-Ink-Set-cnTCT65NKGOdT51hJcKQyZUECEyyAa +general's-blender-pencils General's Blender Pencils Versatile blender pencils for blending and softening colors in pastel artwork. 4.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/General's-Blender-Pencils-FEeZoDBeaxpfh5G8iB3rn19WFc2bW1 +ziller-inkwell-calligraphy-ink Ziller Inkwell Calligraphy Ink Rich and velvety smooth ink perfect for dip pens and fountain pens alike. 11.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ziller-Inkwell-Calligraphy-Ink-fV9P4GGqjgSgQunMD9b1V9YOUYbkKC +luminous-orange-pastel-pencil-sketchbook Luminous Orange Pastel Pencil Sketchbook Sketchbook with specialized paper for luminous orange pastel pencil drawings. 9.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Sketchbook-8cZJbtHa8Y026Ih5OhbQSOG2CoPYb5 +kamar-varnish Kamar Varnish Quick-drying, crystal clear acrylic varnish spray that provides a protective coating for artwork. Suitable for use on oil, acrylic, and watercolor paintings. 15.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kamar-Varnish-qKFfG5AxEtynRnEOXpVIsWzARPdAtE +glowing-green-pastel-pencil-sharpener Glowing Green Pastel Pencil Sharpener Special sharpener designed for glowing green pastel pencils, ensuring a precise and clean sharpening. 4.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glowing-Green-Pastel-Pencil-Sharpener-Z9ggQpVJNIzXLUnxGj1svXlByD5W8B +wood-carving-knife-set Wood Carving Knife Set Professional-grade wood carving knives for intricate and detailed sculpting. 24.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wood-Carving-Knife-Set-UYHPjuImiMZnVxjLQGRPwcbJWYa8sG +realism-colored-pencil-set Realism Colored Pencil Set A set of colored pencils for creating detailed and realistic colored drawings. 16.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Colored-Pencil-Set-meCMrlfEKrNXDps967W60UnMqeiwrD +set-of-realism-brushes Set of Realism Brushes A set of professional brushes perfect for realistic paintings. 29.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-Realism-Brushes-6iF37f5wq85qg44gxSjGgpC40O7J5X +art-n-fly-gel-pen-set Art-n-Fly Gel Pen Set Assortment of 36 gel pens with smooth ink flow and comfortable grip for coloring, drawing, and writing. 22.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-n-Fly-Gel-Pen-Set-nNf4pAc11p9z1DYsshWEdPcCV7xxRj +grumbacher-matte-finish-fixative-spray Grumbacher Matte Finish Fixative Spray A matte finish fixative spray that protects pastel, charcoal, and pencil drawings from smudging and fading. 6.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Matte-Finish-Fixative-Spray-a1z2vlV4QESWRcsWd0BRXfrHIq7idJ +collapsible-h-frame-travel-easel Collapsible H-Frame Travel Easel Foldable easel with carry bag, designed for plein air painting or outdoor art projects. 79.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Collapsible-H-Frame-Travel-Easel-YrSrDUowyAF6TN3dS4Bq9ACuU5DQr7 +iridescent-metallic-pencils-sketchbook Iridescent Metallic Pencils Sketchbook Sketchbook with specially textured paper for enhancing the effects of iridescent metallic pencils. 14.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Sketchbook-k9M5LkFPp8rwooSMnpDbRFXc96G7Yk +h-frame-studio-easel H-frame Studio Easel Heavy-duty steel easel with H-frame design for stability and support of large canvases. 129.99 Floor-Standing-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/H-frame-Studio-Easel-yfqz4xIWROkuuPsc5RuhRIqbzAxKS0 +copper-metallic-colored-pencil-sharpener Copper Metallic Colored Pencil Sharpener Specialty sharpener designed for metallic colored pencils to maintain sharp points for detailed work. 3.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Colored-Pencil-Sharpener-4w5x9pCeFYa9RIGmacRszQhE4Rlf9F +metallic-copper-colored-pencils-set Metallic Copper Colored Pencils Set Set of 12 vibrant copper metallic colored pencils for adding shimmer and shine to your artwork. 12.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Copper-Colored-Pencils-Set-gbX6o81xAuUYCJIGgPgSu9TAWvggUx +copper-metallic-marker-set Copper Metallic Marker Set Set of 6 copper metallic markers for highlighting, outlining, and adding details to your artwork. 15.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Marker-Set-SZKauQBdHLbTxIQtCnb0mElORRQINP +tortillon-drawing-accessories-set Tortillon Drawing Accessories Set Set of 8 tortillons along with sandpaper sharpen pads for fine blending and detailing work. 9.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillon-Drawing-Accessories-Set-qs4D2dSpGgw0nO9tAh29TG4GyDf9fi +blendtec-designer-625-blender Blendtec Designer 625 Blender Powerful blender with touch interface and pre-programmed cycles for easy blending. 399.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blendtec-Designer-625-Blender-iuVQJq8TUGDgA0Kmebqpi3MFouOA4S +ninja-professional-blender Ninja Professional Blender Blender with Total Crushing blades for perfect ice crushing, blending, and controlled processing. 99.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ninja-Professional-Blender-Anw5rnvDv3fa29pBqML8kWDd2Vptdj +glitter-watercolor-gel-pens Glitter Watercolor Gel Pens Set of 10 gel pens with glitter effect, perfect for adding sparkle to your art pieces. 12.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Watercolor-Gel-Pens-lpmmFoELxbSDB8SaMKpdeErVtsPaoV +luminous-orange-pastel-pencil-drawing-gloves Luminous Orange Pastel Pencil Drawing Gloves Gloves to prevent smudging while working with luminous orange pastel pencils. 4.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Drawing-Gloves-rMp3efahHbVcc1cMq3sUqShACAdPzP +stabilo-carbothello-pastel-pencils-set Stabilo Carbothello Pastel Pencils Set Set of pastel pencils ideal for blending and layering soft pastel colors in artwork. 12.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-Carbothello-Pastel-Pencils-Set-yyp2EoBtEbq98SOtAsMAwx9YiZklpk +skin-tone-watercolor-gel-pens Skin Tone Watercolor Gel Pens Set of 12 gel pens in skin tone shades for portrait drawing and coloring. 15.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Skin-Tone-Watercolor-Gel-Pens-Xjw5wIiffeSGcQpLMC3LJUalm2NCaE +winsor-and-newton-calligraphy-ink-set Winsor & Newton Calligraphy Ink Set Set of 6 vibrant colored inks specifically designed for calligraphy. 24.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Calligraphy-Ink-Set-5gTGPKvj9EMP52MQOjLvu2xyRhTyTg +kuretake-sumi-ink Kuretake Sumi Ink Traditional black ink made from vegetable soot that is perfect for sumi-e painting. 9.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kuretake-Sumi-Ink-DpOKgMmqOOP3VScZl8VC9Xgz9hV8Yr +armature-wire Armature Wire Flexible aluminum wire for creating armatures to support clay sculptures. 6.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Armature-Wire-9iW9oWifIleKrBf7DPlDCyz3WHFf5X +dr.-ph.-martin's-bombay-india-ink Dr. Ph. Martin's Bombay India Ink Professional-grade, lightfast ink that flows smoothly for detailed work. 12.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dr.-Ph-vZtIlJiymeiUH7Gvqd9Stn6TjL0OEz.-Martin's-Bombay-India-Ink +jacquard-products-sinker-water-based-resist Jacquard Products Sinker Water Based Resist Fast-drying resist spray used to create unique effects on fabric and paper. Offers a clear, protective coating. 8.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Products-Sinker-Water-Based-Resist-w4E5mVGMSQfzIPElcykemLsxxqt0KK +utrecht-uv-resistant-fixative-spray Utrecht UV-Resistant Fixative Spray Professional-grade fixative spray that protects artwork from fading and discoloration. 17.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Utrecht-UV-Resistant-Fixative-Spray-Yz8syZ66bwhOJeN93CLVQr54t6xz3X +luminous-orange-pastel-pencil-instruction-book Luminous Orange Pastel Pencil Instruction Book Instruction book with tips and techniques for using luminous orange pastel pencils. 12.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Instruction-Book-p6GYVQJOlJujh9sGqsK3ICjyDTLA00 +glow-in-the-dark-crayons-individual Glow-in-the-Dark Crayons (Individual) Single glow-in-the-dark crayon for adding unique glowing effects to artwork. 1.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-(Individual)-9Hvgx8An2PF48ZBwX8meZValAcJXIV +copper-metallic-brush-set Copper Metallic Brush Set Set of 3 copper metallic brushes for adding metallic accents and effects to your paintings and mixed media artworks. 18.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Brush-Set-SCV2RsBBDCpjcahDdsEpMfq6fv1qM9 +pastel-pencil-paper-blenders Pastel Pencil Paper Blenders Special paper blenders for creating smooth transitions and blending colors in pastel pencil drawings. 4.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Paper-Blenders-KwaKRYWaMMk9MCnSOTPhRBx1fllqYT +copper-metallic-paint Copper Metallic Paint High-quality, metallic copper paint for adding a touch of glamour and elegance to your paintings. 8.99 Copper-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Paint-5J9GTL0WgzXRLpG0wKCaTrPtbsgjci +pastel-pencil-cleaning-pad Pastel Pencil Cleaning Pad Non-abrasive cleaning pad for gently removing pastel pencil marks and smudges. 2.99 Pastel-Pencil-Accessories https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Pencil-Cleaning-Pad-R7YTNMAwINecuU9c1xqYo21QaL2qF2 +prismacolor-inktense-pastel-pencils Prismacolor Inktense Pastel Pencils Set of 24 Prismacolor Inktense pastel pencils for detailed artwork. 39.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Inktense-Pastel-Pencils-sm0zPrasPw2wbis7D3mOocgsIQXaMb +koh-i-noor-inktense-pastel-pencils Koh-I-Noor Inktense Pastel Pencils Set of 36 Koh-I-Noor Inktense pastel pencils in a tin case. 49.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Inktense-Pastel-Pencils-7vZyp4g7ZNu9mGqbTDnBn40v2M4akq +general's-inktense-pastel-pencils General's Inktense Pastel Pencils Soft pastel pencils for blending and layering techniques in art projects. 6.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/General's-Inktense-Pastel-Pencils-7i2rnqywt5Wxz2lJRAWyrYIcx3Gu29 +faber-castell-inktense-pastel-pencils Faber-Castell Inktense Pastel Pencils Individual Faber-Castell Inktense pastel pencils with strong pigmentation. 2.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Inktense-Pastel-Pencils-ripXWLN5AnXrAEc2AjQlJNltag6eTF +caran-d'ache-inktense-pastel-pencils Caran d'Ache Inktense Pastel Pencils Premium water-soluble pastel pencils with excellent lightfastness. 4.99 Inktense-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Inktense-Pastel-Pencils-DSZgBVuniJBx9wmSxakGyO4tBuPRsS +spectralock-uv-resistant-fixative-spray Spectralock UV-Resistant Fixative Spray Advanced fixative spray with UV inhibitors for long-lasting protection of artwork. 19.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spectralock-UV-Resistant-Fixative-Spray-Kaz6tFAzEJbdq0MCkiQHRGLleI7amG +art-alternatives-pastel-pencils Art Alternatives Pastel Pencils Affordable pastel pencils for beginners and students. 1.99 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Alternatives-Pastel-Pencils-CIKITuuNV9UBQpmPyXeUj4BAkKx2zn +prismacolor-premier-nupastel-pastel-sticks Prismacolor Premier Nupastel Pastel Sticks Hard pastel sticks in pencil form for bold marks and shading. 5.49 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Nupastel-Pastel-Sticks-AviBVplaDeKGfKYCOhGuQoVlDnHqrx +derwent-pastel-pencils Derwent Pastel Pencils Soft pastel pencils with a velvety texture for easy blending. 2.49 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Pastel-Pencils-FCufkcO6dHO8kwSdzFbGAG5qrDgTkC +conte-carres-crayons Conte Carres Crayons Square-shaped pastel crayons that are ideal for drawing and sketching. 15.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-Carres-Crayons-Rck8Ukj5KRkDLRdjhH9CkOpIliEhfK +loew-cornell-soft-half-pastels Loew-Cornell Soft Half Pastels Soft pastels that are half the size of regular pastels for detail work. 12.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Loew-Cornell-Soft-Half-Pastels-jBwOf821Vl98cJeNxdgcM2zKAUA6Ie +prismacolor-premier-nupastel-firm-pastel-color-sticks Prismacolor Premier NuPastel Firm Pastel Color Sticks Firm pastel color sticks that blend easily and are great for detailed work. 17.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-NuPastel-Firm-Pastel-Color-Sticks-NIQSsmh4dClwT12xENneX1pgv8T0W0 +staedtler-triplus-fineliner-pens Staedtler Triplus Fineliner Pens 12-pack of fine line pens with vibrant colors and metal-clad tips for precise writing and drawing. 10.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Triplus-Fineliner-Pens-RD67wVPzBRALsIFX1YO94JUfD2SMyv +realism-portrait-painting-course Realism Portrait Painting Course An online course teaching techniques for painting realistic portraits. 49.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Portrait-Painting-Course-4QXxuUnEb6aQHTiY3VPEwWYI8bQDwJ +desktop-easel Desktop Easel Compact and foldable easel for small artworks, perfect for tabletop use. 24.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Desktop-Easel-njz3bZW8ZAbG9l4imIO90t04kV8UOM +electric-blue-pastel-pencils-sketchbook Electric Blue Pastel Pencils Sketchbook Specially designed sketchbook for use with electric blue pastel pencils. 12.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Sketchbook-P4DKrGUUqtDfYxxboyAPYieEYCbSpM +zebra-sarasa-gel-retractable-pens Zebra Sarasa Gel Retractable Pens Variety pack of 14 gel pens with smooth, rapid-dry ink in assorted colors for expressive writing. 17.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Sarasa-Gel-Retractable-Pens-yGHqm2BkDL92LUD8xRwmpuCJG3bHK5 +electric-blue-pastel-pencil-case Electric Blue Pastel Pencil Case Stylish and durable case to store and organize your electric blue pastel pencils. 9.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencil-Case-rYo8KxBQBGdvy9qeN80eq1HqMsIlGB +children's-tabletop-easel Children's Tabletop Easel Mini easel for young artists to explore and create, includes a paper roll holder and storage tray. 29.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Children's-Tabletop-Easel-midKbrovoumonlhcgGVFlIm46B2X3f +spiral-bound-sketchpad Spiral-Bound Sketchpad Compact spiral-bound sketchpad with medium-weight paper, ideal for quick sketches and doodles. 8.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Bound-Sketchpad-QZKPsabM9jgDtPeBIsKAXnET29jakw +silver-metallic-calligraphy-pen Silver Metallic Calligraphy Pen Calligraphy pen with silver metallic ink for elegant writing and art projects. 3.49 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Calligraphy-Pen-EcdHGjs49j8aEXRrJweRIHPNMSQZk9 +craft-organizing-system-with-removable-grids Craft Organizing System with Removable Grids A versatile craft organizing system with removable grids that allow for customizable storage solutions for beads, jewelry, small tools, and more. 24.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Craft-Organizing-System-with-Removable-Grids-KX9WHgMixyUiykdkodQ4SF6QGPybRR +sakura-gelly-roll-classic-gel-pen-set Sakura Gelly Roll Classic Gel Pen Set Set of 12 vibrant gel pens with archival-quality ink that writes smoothly on various surfaces. 14.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Gelly-Roll-Classic-Gel-Pen-Set-coOn7ERqr08IXZud1Z72M9aNbT5RTU +pentel-energel-deluxe-rtx-gel-pens Pentel EnerGel Deluxe RTX Gel Pens Set of 6 retractable gel pens with quick-drying, super-smooth liquid gel ink for effortless writing. 13.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-EnerGel-Deluxe-RTX-Gel-Pens-y8MoJMHlkiBklsc1ZZ1NjsXzAzBuzm +electric-blue-pastel-pencil-blending-stumps Electric Blue Pastel Pencil Blending Stumps Set of blending stumps for creating smooth transitions with electric blue pastel pencils. 7.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencil-Blending-Stumps-X0rxPvTCBUkH7TOROO1F9uQ1GzD4Z8 +customizable-water-bottle Customizable Water Bottle Stay hydrated in a personalized way with a custom water bottle. 8.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Water-Bottle-uvVVnhK5PNIEQZ0MGXAP2J9h7SyR2e +customizable-laptop-sleeve Customizable Laptop Sleeve Protect your laptop in style with a personalized sleeve. 24.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Laptop-Sleeve-TVlOyIkZ5PI9paZ5ZtsDnZBMTQPiw5 +drawing-board Drawing Board Portable and sturdy drawing board for sketching on-the-go with charcoal. 19.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drawing-Board-FKOQtEHFxxnlP4fnzlV5u9pSltgQhT +round-blending-brush Round Blending Brush A round blending brush ideal for softening edges and creating smooth gradients in your artwork. 4.99 Blending-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Round-Blending-Brush-9weAz4zXgwUNrDXT9D8P4bzy5dpb3x +synthetic-blending-brush-set Synthetic Blending Brush Set A set of synthetic blending brushes with varying shapes and sizes for all your blending needs. 14.99 Blending-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Synthetic-Blending-Brush-Set-MlU2bteHlRteTddDMW6QFxGhU4ua0k +realism-still-life-reference-book Realism Still Life Reference Book A guidebook with step-by-step instructions on painting realistic still life compositions. 24.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Still-Life-Reference-Book-gLYaJDZ2r40KyGneodajY8XJjRcRSz +premium-watercolor-sketchbook Premium Watercolor Sketchbook Heavyweight, acid-free paper suitable for watercolor painting. 24.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Watercolor-Sketchbook-RLXiLf120HFO57OOsT33Y1b15lIPJr +eco-friendly-watercolor-sketchbook Eco-Friendly Watercolor Sketchbook Environmentally-friendly sketchbook with recycled paper perfect for watercolor artwork. 14.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eco-Friendly-Watercolor-Sketchbook-KMh4xHjlFUpgQ8F282STL7diKBj3hM +mixed-media-watercolor-sketchbook Mixed Media Watercolor Sketchbook Versatile sketchbook with mixed media paper suitable for watercolor and more. 19.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Watercolor-Sketchbook-OUmxn0ZC4To47AyudtQyry68ThsAkJ +handmade-watercolor-sketchbook Handmade Watercolor Sketchbook Handmade sketchbook with recycled cotton paper ideal for watercolor art. 29.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Watercolor-Sketchbook-ZZYFzo8pvGrnUPwwV1k6rJiZkossBp +hardcover-watercolor-journal Hardcover Watercolor Journal Hardcover journal with cold-pressed watercolor paper for professional artists. 32.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardcover-Watercolor-Journal-VRQMqsHmLXI8GboSHcmuYnEPCnOooR +spiral-watercolor-sketchbook Spiral Watercolor Sketchbook Spiral-bound sketchbook with perforated watercolor paper for easy tear-off pages. 16.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Watercolor-Sketchbook-pQehlegZB5Rdudjl2mSUfAGVikSVVy +spectrafix-pastel-fixative SpectraFix Pastel Fixative A fixative spray made from milk casein that is environmentally friendly and non-toxic. 13.49 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/SpectraFix-Pastel-Fixative-h9DjmmFDtlY5ypVBlGsH9tNCCKmoq4 +aluminum-h-frame-quick-release-easel Aluminum H-Frame Quick-Release Easel Quick-release mechanism for easy setup and adjustment, made of lightweight yet durable aluminum. 49.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Aluminum-H-Frame-Quick-Release-Easel-L82FKwT7z8XC67SzdlK4U26BavVrPV +professional-h-frame-easel-with-counterweight Professional H-Frame Easel with Counterweight High-end easel with counterweight system for stable support of heavy canvases, ideal for professional artists. 199.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Professional-H-Frame-Easel-with-Counterweight-QYESUS8bvk7YW91SjkIBxSUIYhP6Jl +set-of-ink-wash-paintings Set of Ink Wash Paintings Collection of traditional ink wash paintings by renowned artists for inspiration. 39.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-Ink-Wash-Paintings-izvDIw1JMZ0ka7nE9mEtxpCZ7mNEXK +japanese-calligraphy-brush-set Japanese Calligraphy Brush Set Set of high-quality brushes made from natural hair for creating delicate ink wash paintings. 24.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Japanese-Calligraphy-Brush-Set-XDFGl5IaXQMfCu3n9ouIbxTETjMU13 +multi-functional-travel-toiletry-bag Multi-functional Travel Toiletry Bag A versatile toiletry bag with multiple compartments, ideal for carrying all your personal care items during trips. 18.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-functional-Travel-Toiletry-Bag-C1lVsCObC2uhLroqy1vXZCM8g5RJ1Y +silver-metallic-pencil-sharpener Silver Metallic Pencil Sharpener Sharpener specially designed for metallic pencils to maintain sharpness. 4.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-Sharpener-njzmZBEg8KLFRyFYEyPY07H5cKJpuW +sketching-charcoal-kit Sketching Charcoal Kit Essential kit for charcoal sketching with paper, pencils, sticks, and accessories. 29.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sketching-Charcoal-Kit-f0fAKzjYIhK69bM5H26M9lOC10Z1sx +anti-glare-screen-protector-for-ipad-air Anti-Glare Screen Protector for iPad Air Matte finish screen protector that reduces glare and fingerprints for a better viewing experience. 9.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Anti-Glare-Screen-Protector-for-iPad-Air-4PoOQkrmE2jwtezFFhRdjKcx8B8fG7 +tempered-glass-screen-protector-for-iphone-x Tempered Glass Screen Protector for iPhone X Ultra-clear tempered glass screen protector with 9H hardness for maximum protection against scratches and impact. 12.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tempered-Glass-Screen-Protector-for-iPhone-X-UPsugdysVGn1MEMGAj2ayegWaSQD2Y +tempered-glass-screen-protector-for-nintendo-switch Tempered Glass Screen Protector for Nintendo Switch Crystal clear tempered glass screen protector designed specifically for Nintendo Switch to protect against scratches and impact. 8.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tempered-Glass-Screen-Protector-for-Nintendo-Switch-vhgFD1winfM5QWRIXbolZmR5pI0uKn +bubble-free-matte-screen-protector-for-kindle-paperwhite Bubble-Free Matte Screen Protector for Kindle Paperwhite Bubble-free matte screen protector that reduces glare and fingerprints while maintaining touch sensitivity for an optimal reading experience. 11.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bubble-Free-Matte-Screen-Protector-for-Kindle-Paperwhite-9MUWEIgZotqfVIiqa4O2W42sCKhJZY +pet-film-screen-protector-for-fitbit-versa-2 PET Film Screen Protector for Fitbit Versa 2 Slim and durable PET film screen protector that provides reliable protection against everyday wear and tear. 6.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/PET-Film-Screen-Protector-for-Fitbit-Versa-2-awG6El4So3xue7UeR9G8wEx6cLAgvT +flexible-tpu-film-screen-protector-for-samsung-galaxy-s20 Flexible TPU Film Screen Protector for Samsung Galaxy S20 Flexible TPU film screen protector that offers full coverage protection with self-healing technology to reduce scratches. 14.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Flexible-TPU-Film-Screen-Protector-for-Samsung-Galaxy-S20-ScfktzvBGvbfX49SkymBtjqNnUCMeZ +realism-landscape-painting-workshop Realism Landscape Painting Workshop A workshop focused on teaching techniques for painting realistic landscapes. 59.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Landscape-Painting-Workshop-dqQSsn8SX2d1EPlJHg4JFOlhlzjoSP +hd-clear-screen-protector-for-canon-dslr-cameras HD Clear Screen Protector for Canon DSLR Cameras High-definition clear screen protector that protects the LCD screen of your Canon DSLR camera against scratches, dust, and fingerprints. 7.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/HD-Clear-Screen-Protector-for-Canon-DSLR-Cameras-skTySCUyXGeab8RIqkp7CPoNwwnTGL +lascaux-fixative-spray Lascaux Fixative Spray A fixative spray that provides a glossy finish and UV protection for pencil and charcoal drawings. 11.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-Fixative-Spray-4BbLZNA14y9oaHOjkyVvJc22rF3j9j +vinyl-erasers Vinyl Erasers White vinyl erasers that erase pencil marks cleanly without leaving smudges. 2.49 Pencil-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Erasers-SrN1ax2uAv8yTyYItfsd75vy8n2H2T +realism-mixed-media-set Realism Mixed Media Set A set of art supplies perfect for creating realistic mixed media artworks. 34.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Mixed-Media-Set-8QmORNMRYKcx2f2aLzoe5lJea8IVWd +realism-drawing-pencils Realism Drawing Pencils Graphite pencils with various leads for creating realistic drawings. 12.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Drawing-Pencils-tgu18MqmYyfGe1UjCvKN36RrbQITtB +dust-free-eraser Dust-Free Eraser Eraser that produces minimal dust particles for a clean erasing experience. 4.99 Pencil-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dust-Free-Eraser-rlKHfHeOzCc0tIrWJGOG0ANr6hhwqS +block-eraser Block Eraser Large block eraser that is suitable for erasing large areas or heavy pencil marks. 3.49 Pencil-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Block-Eraser-cFHhC7MiTLSoVoKpFrwb4AMQq24sbx +wirebound-watercolor-journal Wirebound Watercolor Journal Spiral-bound journal with textured watercolor paper for on-the-go painting. 12.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Watercolor-Journal-OzcAY6MtS1qjOSCmo6OoHu15ThiHN8 +metal-h-frame-display-easel Metal H-Frame Display Easel Sleek and modern easel made of durable metal, great for showcasing artwork or posters. 59.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-H-Frame-Display-Easel-6wceIcUTBOyoVA4tKQ1Q7r2aIgw1ts +silicone-blending-tools Silicone Blending Tools A set of silicone blending tools for creating unique textures, blending colors, and adding special effects to your artwork. 11.99 Blending-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silicone-Blending-Tools-hkA5WHHSfz0VSWT7sNVcfoia5t2NIU +bamboo-brush-holder Bamboo Brush Holder Store and organize your ink wash brushes in this beautiful bamboo brush holder. 14.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-Brush-Holder-DlIYiUnOiWAGcmSJc5nlO1qN3t2jOs +rust-oleum-matte-clear-spray Rust-Oleum Matte Clear Spray A versatile fixative spray that can be used on a variety of surfaces. 7.99 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rust-Oleum-Matte-Clear-Spray-gkpVv9CW63fEC1QsCG7nBsAV6AdKgn +desktop-tablet-stand-with-cable-management Desktop Tablet Stand with Cable Management Organize your workspace with this stand that includes cable management features. 19.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Desktop-Tablet-Stand-with-Cable-Management-IsIXH47QfcpRKxVDdX5wRUuAAJk3pH +golden-archival-varnish-spray Golden Archival Varnish Spray An archival varnish spray that provides a satin finish, UV protection, and a non-yellowing formula for long-lasting artwork preservation. 16.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-Archival-Varnish-Spray-Sthdl54KYOqWMgPZrh0L4A1YBOYOv7 +wooden-tablet-stand Wooden Tablet Stand Elegant stand made of natural wood for a stylish addition to your workspace. 24.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Tablet-Stand-Kus0eMnYs5lIpUfgCJ9uoPHpHWT6Y6 +conte-a-paris-charcoal-pencils Conte a Paris Charcoal Pencils French-made charcoal pencils known for their rich black tones. 18.5 Tinted-Charcoal-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Charcoal-Pencils-4gkrYhaigNyZsIArhvmNzcSkgMiY4G +krylon-crystal-clear-fixative-spray Krylon Crystal Clear Fixative Spray A crystal clear fixative spray that provides a glossy finish for pencil and charcoal drawings. 7.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Crystal-Clear-Fixative-Spray-XjtNr2f9BA0eXW1j5b8U8E3XXTckG2 +lyra-rembrandt-pastel-pencils-goldenrod-yellow Lyra Rembrandt Pastel Pencils - Goldenrod Yellow Smooth and velvety pastel pencils for expressive drawing and shading. 2.79 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lyra-Rembrandt-Pastel-Pencils-Goldenrod-Yellow-PWkka6zSwQAe1fu5niz140iTbKzBKb +kids'-wooden-h-frame-art-easel Kids' Wooden H-Frame Art Easel Child-sized easel with adjustable height, perfect for young aspiring artists to develop their creativity. 34.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kids'-Wooden-H-Frame-Art-Easel-YKaL9ISBsgdyJZV7FSAs34M1f8h4XF +koh-i-noor-gioconda-pastel-pencils-saffron-yellow Koh-I-Noor Gioconda Pastel Pencils - Saffron Yellow Artist-grade pastel pencils with excellent blendability and coverage. 3.99 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Gioconda-Pastel-Pencils-Saffron-Yellow-2c9TOklvGzkJxXo1b50gFo07jxUa5X +stabilo-carbothello-pastel-pencils-golden-yellow Stabilo Carbothello Pastel Pencils - Golden Yellow Hard pastel pencils with intense color for detailed work. 1.79 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-Carbothello-Pastel-Pencils-Golden-Yellow-cpcL4JvFJJmyQGyNy7sHRG8PFRh6MV +cretacolor-fine-art-pastel-pencils-naples-yellow Cretacolor Fine Art Pastel Pencils - Naples Yellow Fine art pastel pencils with good coverage and soft leads. 2.19 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Fine-Art-Pastel-Pencils-Naples-Yellow-B3ThWnaXdtYZZJElimaYDvYBWUylZo +sharpie-highlighters Sharpie Highlighters Set of 12 assorted colors with chisel tip for precise highlighting. 9.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sharpie-Highlighters-GzhsWIy3TFRgBLZ1nvkP9GnXx9IiQt +zebra-mildliner-double-ended-highlighters Zebra Mildliner Double Ended Highlighters Dual-ended highlighter with a fine and chisel tip in soft pastel colors. 14.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Mildliner-Double-Ended-Highlighters-Uqu4rt321tfYF3I29wdDv9F6bRDbDR +staedtler-textsurfer-classic-highlighters Staedtler Textsurfer Classic Highlighters Pack of 8 vibrant colors with fast-drying ink for smear-free highlighting. 6.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Textsurfer-Classic-Highlighters-2esMNbfM3j4JLgGTqMCGQ2gwWBEBOx +pilot-frixion-light-erasable-highlighters Pilot FriXion Light Erasable Highlighters Set of 6 erasable highlighters in assorted colors that erase cleanly. 8.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-FriXion-Light-Erasable-Highlighters-XF8ZqM6qt1EdUrihHAYciL2lBTy6pL +crayola-take-note!-highlighters Crayola Take Note! Highlighters Dual-ended highlighters with chisel and bullet tips in bright fun colors. 5.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Take-Note!-Highlighters-259aTxxmySdmtn8QDYFLPI1IeQXQ5d +minimalist-black-and-white-throw-pillow Minimalist Black and White Throw Pillow Decorative throw pillow with a simplistic black and white design. 19.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Black-and-White-Throw-Pillow-4FXr8njU1kv2pshvINJBfUBZFdFr4t +tombow-dual-brush-pen-highlighters Tombow Dual Brush Pen Highlighters Dual brush and fine tip highlighter pens in bright colors for creative highlighting. 12.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-Dual-Brush-Pen-Highlighters-AM4fUugrVHeDafrVW3rkxyWvC3bHWn +bic-brite-liner-highlighters BIC Brite Liner Highlighters Bulk pack of 24 fluorescent highlighters in assorted colors. 16.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/BIC-Brite-Liner-Highlighters-3BlE3PO36SBB8won5WZS6w2LLHvP3d +simple-geometric-wall-clock Simple Geometric Wall Clock Minimalist wall clock with geometric shapes and a silent mechanism. 29.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Simple-Geometric-Wall-Clock-BjFouuL6zKdJAEMMk0tAyllaN8uWZm +minimalist-stainless-steel-water-bottle Minimalist Stainless Steel Water Bottle Sleek and durable water bottle perfect for an active minimalist lifestyle. 22.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Stainless-Steel-Water-Bottle-SH4Dsx1wNlyhqp5HG4m0Bg5TBWhIIW +minimalist-desk-organizer-set Minimalist Desk Organizer Set Sleek and simple organizer set for a clutter-free workspace. 24.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Desk-Organizer-Set-bH6YitzHkWWH9VYjEvHHoFguht2FD0 +minimalist-wooden-picture-frame-set Minimalist Wooden Picture Frame Set Set of wooden frames with a minimalist design for your favorite photos. 12.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Wooden-Picture-Frame-Set-4GF7Y1UuF8TfYYvhxsSSP3YFP3difK +minimalist-ceramic-mug-set Minimalist Ceramic Mug Set Set of white ceramic mugs with a minimalist aesthetic for your morning coffee. 17.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Ceramic-Mug-Set-gs4soAratEHVdo6MUjwnhd6mhUiyMW +golden-msa-varnish-with-uvls Golden MSA Varnish with UVLS Mineral spirit acrylic varnish with UV light stabilizers for long-lasting protection. 19.99 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-MSA-Varnish-with-UVLS-JejqFmLioYpxeWrfP6vNkHd2Sbzsvb +metallic-permanent-marker-fine-tip Metallic Permanent Marker - Fine Tip Fine tip metallic permanent marker for precise detailing on various surfaces. 3.49 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Permanent-Marker-Fine-Tip-4T1d4Aq3Uk1KnyVBlWyleEjlV19vvn +iridescent-metallic-gel-pen Iridescent Metallic Gel Pen Gel pen with iridescent metallic ink that changes color in different angles of light. 6.49 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Gel-Pen-R5w2e7LbmmKFVXVYVctwgUQgajxAX5 +pilot-frixion-clicker-erasable-neon-gel-pens Pilot FriXion Clicker Erasable Neon Gel Pens Erasable gel pens in neon colors ideal for making corrections or adding fun details to your projects. 14.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pilot-FriXion-Clicker-Erasable-Neon-Gel-Pens-KcG7ZTAgUfKxjJkOWjUAJqStKV8oO8 +surrealism-stencils-set Surrealism Stencils Set Set of stencils with surrealistic motifs for adding intricate designs to your artwork. 6.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Stencils-Set-KFWXoQtXDpXRBGaV3x6E9aCyA1H6V2 +pastel-gel-pen-set-50-colors Pastel Gel Pen Set - 50 Colors Large set of 50 pastel gel pens in a wide range of colors for all projects. 24.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pen-Set-50-Colors-cZvtKVf3hzRW5FS2WPqTmuTJxMQcCB +bronze-metallic-pencils-charcoal-blend Bronze Metallic Pencils Charcoal Blend Blend of metallic bronze and charcoal pencils for unique drawing effects. 9.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Charcoal-Blend-rhBdP7ad7kWCWtftR9FlzWkASZDBWM +jumbo-chalk-marker-set Jumbo Chalk Marker Set Set of jumbo-sized chalk markers in bold and bright colors for large-scale designs and decorations. 16.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Chalk-Marker-Set-1hZFjswwbBckcC0PvUzSMkVGxYFnAC +neon-gel-crayons-8-pack Neon Gel Crayons - 8 Pack Smooth and creamy gel crayons in vibrant neon hues. 10.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Gel-Crayons-8-Pack-NMCkK1blLxzZYzjUxWTPXa72yVupax +long-blending-stumps Long Blending Stumps Set of 4 long blending stumps for blending larger areas in artwork. 7.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Long-Blending-Stumps-tKKDMP253ccUA5LBwuDL2r811b4oPU +professional-landscape-sketchbook-set Professional Landscape Sketchbook Set Set of landscape sketchbooks in various sizes and styles for artists. 29.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Professional-Landscape-Sketchbook-Set-tjoLO20qpmaWqhzz5NbFwS0nWxeTQp +mixed-media-landscape-sketchbook Mixed Media Landscape Sketchbook Versatile sketchbook for combining various mediums like watercolor and ink. 15.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Landscape-Sketchbook-JF2HyX8kQV5QQdEKuIOpOODeOgxwXy +reusable-grid-stencil-various-sizes Reusable Grid Stencil - Various Sizes Durable plastic stencil with grid markings for adding precision to artwork and layouts. 3.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Reusable-Grid-Stencil-Various-Sizes-ym6UAe2nVBjDv9oLUx2hY0CeRQoY1R +vintage-leather-landscape-sketchbook Vintage Leather Landscape Sketchbook Luxurious sketchbook bound in leather perfect for detailed landscape drawings. 24.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Leather-Landscape-Sketchbook-rHSGbGJbVJCWUyAzpPjG5cZ0pRvUyX +double-ended-paper-stumps Double-Ended Paper Stumps Pack of double-ended paper stumps for smudging and blending charcoal or graphite drawings. 5.49 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-Ended-Paper-Stumps-HQfr6EfRphzSur0pSlryvQxOPG2jS8 +diy-landscape-sketchbook-kit DIY Landscape Sketchbook Kit Kit for creating your own custom landscape sketchbook with personalized covers. 18.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/DIY-Landscape-Sketchbook-Kit-LPEzojAOlA7Bwv8JvtQnRMUf2cwuhA +bruynzeel-design-colored-pencil-set Bruynzeel Design Colored Pencil Set Set of 24 colored pencils with a variety of hues, including a stunning gold shade for adding a touch of elegance to your artwork. 44.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bruynzeel-Design-Colored-Pencil-Set-44YRwcuSa5E4wuQt0VWjWnRAv088e6 +art-blending-stumps-set Art Blending Stumps Set Set of traditional paper blending stumps in various sizes for artists of all levels. 8.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Blending-Stumps-Set-penIKJ97odcPQGipxesNW3uNAs6mVD +grip-eraser-stick Grip Eraser Stick Ergonomically designed eraser stick with comfortable grip for extended use. 4.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grip-Eraser-Stick-zY55O3jnrBubLrojJHrsKlFSfbCVNS +mini-paper-stumps-set Mini Paper Stumps Set Set of mini paper stumps for detailed blending and shading in small-scale artworks. 5.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Paper-Stumps-Set-xKm8bpujULAT2pQA2MGD6EvT8gHLn9 +derwent-metallic-watercolor-pencils Derwent Metallic Watercolor Pencils Set of 12 watercolor pencils in metallic shades including gold, silver, and bronze. 24.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Metallic-Watercolor-Pencils-vGL2hlTHZRRetosHiVX7SF5nWmzK0y +jumbo-eraser-stick Jumbo Eraser Stick Extra large eraser stick for fast and efficient erasing of large areas. 4.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Eraser-Stick-XgWlmhDNE7dgTsyX67x2Xdv13ppSBc +ink-eraser-stick Ink Eraser Stick Specialized eraser stick for erasing ink marks without smudging or damaging paper. 6.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-Stick-WIrfpLEi9LYdL4IWkJcuVi5M1KeD4d +portable-adjustable-divider-storage-box Portable Adjustable Divider Storage Box A portable storage box with adjustable dividers, perfect for organizing and storing small items such as beads, buttons, nails, or sewing supplies. 9.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Adjustable-Divider-Storage-Box-z1Y1zbX1gKDLVFQ1oke74BMIyE0Kco +sakura-sumogrip-kneaded-eraser Sakura SumoGrip Kneaded Eraser SumoGrip technology for easy gripping and controlled erasing. 2.79 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-SumoGrip-Kneaded-Eraser-ONYIjAeCaMLtmohZNZ5VOiuQdWBtK5 +arteza-neon-chalk-markers Arteza Neon Chalk Markers Set of 8 neon chalk markers for writing on chalkboards, windows, and other non-porous surfaces. 16.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-Neon-Chalk-Markers-HZ44KJqMfFZZHXMtTo2qFmycCOPYkk +ampersand-matte-finish-fixative-spray Ampersand Matte Finish Fixative Spray A matte finish fixative spray that provides protection for pencil, charcoal, and chalk drawings. 9.99 Professional-Grade-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ampersand-Matte-Finish-Fixative-Spray-hlbUYexG8I384vV1qAIrSHkGzp3vmE +rubbing-alcohol-gallon-jug Rubbing Alcohol Gallon Jug Bulk size for commercial or industrial use. 49.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Gallon-Jug-R7kx5LQiNVNpNBlNU6aiduCBjZTJ56 +fragrance-free-rubbing-alcohol Fragrance-Free Rubbing Alcohol Hypoallergenic formula for sensitive skin. 6.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fragrance-Free-Rubbing-Alcohol-wgMMqxTY6f67oyAvSpgDDsQ3txo3J5 +eucalyptus-rubbing-alcohol Eucalyptus Rubbing Alcohol Infused with eucalyptus oil for a refreshing and soothing scent. 7.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eucalyptus-Rubbing-Alcohol-C8f8AdrMuPU87wclE34xy7uSdZHs8l +rubbing-alcohol-swabs Rubbing Alcohol Swabs Pre-soaked swabs for disinfecting small areas. 3.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Swabs-Gv8Z7Q0yddems5uxjnQxPJ1trYhRbj +rubbing-alcohol-spray-bottle Rubbing Alcohol Spray Bottle Convenient spray bottle for easy application of rubbing alcohol. 8.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Spray-Bottle-tGf1ZG18ULy5ooFDqxyUyaI61kVYaP +multicolor-metallic-markers-set-of-8 Multicolor Metallic Markers - Set of 8 Set of 8 multicolor metallic markers for creating eye-catching artwork. 10.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multicolor-Metallic-Markers-Set-of-8-ZAMjnVIgClJ8OPdfMdE9J8HAgPCgaH +pastel-gel-pen-set-36-colors Pastel Gel Pen Set - 36 Colors Complete set of 36 pastel gel pens with smooth ink flow for detailed work. 19.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pen-Set-36-Colors-FgRHbWr6Yp7xVhhkj0jx0horUaYvOG +surrealism-mixed-media-kit Surrealism Mixed Media Kit A kit with various art supplies for experimenting with mixed media techniques in surrealistic art. 34.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Mixed-Media-Kit-em0qPyROYDqZGR3mLK75qSnSHEATMk +tabletop-a-frame-easel Tabletop A-Frame Easel Compact and foldable easel designed for small artworks or display purposes. 24.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tabletop-A-Frame-Easel-s35WyAmL7eusZUycfALIipX5gfkl3c +chalkboard-contact-paper Chalkboard Contact Paper Self-adhesive chalkboard contact paper to turn any surface into a writable chalkboard area. 14.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chalkboard-Contact-Paper-buLvlJs4Jshrcad1jaVbCGDthY1zi5 +neon-jumbo-crayons-5-count Neon Jumbo Crayons - 5 Count Chunky jumbo crayons in neon shades for little hands. 8.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Jumbo-Crayons-5-Count-rMa0dzCkSq1nUYY9knOuHZ16ZT0PgD +twist-and-glide-neon-crayons-12-pack Twist & Glide Neon Crayons - 12 Pack Easy twist-up crayons in bold neon shades. 11.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Twist-and-Glide-Neon-Crayons-12-Pack-fiCzMRYTuR9GhlUzlQVgLWUIPOfuMb +wirebound-landscape-sketchbook Wirebound Landscape Sketchbook Compact and lightweight sketchbook with perforated pages for easy tearing. 8.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Landscape-Sketchbook-Xrx7SvMo5sK9KXfnAQDtj5Yi3Cpq2c +bronze-metallic-pencils-individual-pencil Bronze Metallic Pencils - Individual Pencil Single metallic bronze colored pencil for detailed work and accents. 1.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Individual-Pencil-tjwhH7dpGcKumCBDLXGFAmMw9loOpW +gold-leaf-easel Gold Leaf Easel Luxurious gold leaf easel with ornate details, adding a touch of glamour to your artwork presentation. 129.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Leaf-Easel-RBPFJfYWQiBY7wnAqh4fNCfPIFCnNC +pastel-dual-tip-highlighters Pastel Dual Tip Highlighters Set of 4 dual tip highlighters with fine and chisel tips in lovely pastel shades. 10.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Dual-Tip-Highlighters-PrHseVsOMsgaw2kqzpQrcgXW2ZnA9I +travel-size-landscape-sketchbook Travel Size Landscape Sketchbook Pocket-sized sketchbook ideal for capturing scenic views on the go. 6.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Size-Landscape-Sketchbook-bxLGlCi7uCu4mmy5qa46sVhG08Q0eA +grid-sketchbook-a4-size-100-sheets Grid Sketchbook - A4 Size, 100 Sheets Hardcover sketchbook with grid paper, perfect for technical drawings and plans. 12.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grid-Sketchbook-A4-Size-100-Sheets-S9m4FG1awhoLk3SVPGGdLdxhjlmYfQ +designer-grid-journal-a5-size-100-sheets Designer Grid Journal - A5 Size, 100 Sheets Stylish journal with grid pages for organizing thoughts and ideas, perfect for creatives. 17.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Designer-Grid-Journal-A5-Size-100-Sheets-aOQHSZvAtN2bNALypIcv46V6TWzp9n +isopropyl-rubbing-alcohol-70percent Isopropyl Rubbing Alcohol 70% A versatile disinfectant for cleaning and sanitizing surfaces. 5.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Isopropyl-Rubbing-Alcohol-70percent-BO5zlTTI4jtanj7k748vtg9GfyzChd +strathmore-500-series-charcoal-paper-pad Strathmore 500 Series Charcoal Paper Pad Heavyweight, 100% cotton paper designed for charcoal drawing. 14.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-500-Series-Charcoal-Paper-Pad-vK2dRGl3u0fOJrTNQYDsUitEiyW04S +fabriano-academia-drawing-paper Fabriano Academia Drawing Paper Affordable paper suitable for charcoal and graphite drawings. 5.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Academia-Drawing-Paper-MApifvNn0rTI4chNPYwKeGuW5Guolx +tabletop-mini-wooden-easel Tabletop Mini Wooden Easel Perfect for displaying small canvases or artwork. Made of durable wood with adjustable angle. 12.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tabletop-Mini-Wooden-Easel-vMqihiEBprstvxyDqySlPbwvCAAkEL +cretacolor-kneaded-eraser Cretacolor Kneaded Eraser Non-drying eraser that is moldable for achieving unique erasing effects. 4.29 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Kneaded-Eraser-rFPWBAJ1fqttl4KJj95O28dpOi6bv8 +lascaux-uv-protect-ultra-matte-varnish Lascaux UV Protect Ultra-Matte Varnish Ultra-matte varnish that provides UV protection and eliminates yellowing. 24.5 Non-Yellowing-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-UV-Protect-Ultra-Matte-Varnish-aVy9YGewmDlz0UvqfRVkhpVIOS2xdP +crayola-take-note!-neon-gel-pens Crayola Take Note! Neon Gel Pens Pack of 6 neon gel pens in bold colors for writing, journaling, or doodling. 6.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Take-Note!-Neon-Gel-Pens-VPaMZbHidDSamK2AXlTys9W4Zw3WcP +mozart-supplies-neon-colored-pencils MozArt Supplies Neon Colored Pencils Set of 12 neon colored pencils with smooth, blendable lead for creating colorful artwork. 8.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MozArt-Supplies-Neon-Colored-Pencils-Q8bKLukExXpEVqTD3tIitI1GyeelZZ +kamar-varnish-spraya Kamar Varnish Spraya A professional grade clear varnish and fixative spray that provides protection against dirt, dust, and UV light. 11.99 Professional-Grade-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kamar-Varnish-Spraya-koabdz0xJ1eUXMMBeENoVld1c7Jk7o +rubbing-alcohol-wipes Rubbing Alcohol Wipes Individually wrapped wipes for on-the-go disinfection. 6.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Wipes-2dKYciOTdQOYz8VNGzAEUQ3aSLxrVE +lascaux-fixative-fine-art-spray Lascaux Fixative Fine Art Spray A professional artist fixative spray that provides UV protection and prevents color fading. 17.99 Professional-Grade-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-Fixative-Fine-Art-Spray-isP3AW6WAqQSBaKPYbsvNd1clKCbcl +rubbing-alcohol-quart-size Rubbing Alcohol Quart Size Larger size bottle for extended use and value. 12.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Quart-Size-fHpoLWsyQqejgoYOYQKD5Vg3nxzTiF +silver-metallic-marker Silver Metallic Marker Single silver metallic marker perfect for adding shimmering details to your artwork. 2.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Marker-mvSuNVwY0llr2RA6gDw66mDeKgp4q2 +surrealism-brushes-set Surrealism Brushes Set Set of brushes in various shapes and sizes for creating intricate surrealistic details. 9.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Brushes-Set-fGLYZTu83yitpNYwJrm6YDgoPOqXkI +metallic-watercolor-brush-pens-set-of-6 Metallic Watercolor Brush Pens - Set of 6 Watercolor brush pens with metallic hues for blending and shading effects. 16.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Watercolor-Brush-Pens-Set-of-6-mzdZIXfMrGbybKoLRLxUOCjtIqUHdU +rose-gold-metallic-paint-pen Rose Gold Metallic Paint Pen Single rose gold metallic paint pen for crafting and artwork embellishments. 5.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Paint-Pen-R74HPlVnvyiJXFepUXvndJGk1mYV4a +surrealism-art-set Surrealism Art Set A set of art supplies curated specifically for creating surrealistic artwork. 29.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Art-Set-qvftU3hdfDs8Xh3DjDogfyoyU5AAAa +surrealism-sketchbook Surrealism Sketchbook A sketchbook with acid-free paper, perfect for sketching surrealistic ideas. 7.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Sketchbook-lhDccvNjqE1wGnUGOYuqZSKfxKp0Nr +pastel-gel-pen-set-24-colors Pastel Gel Pen Set - 24 Colors Large set of 24 pastel gel pens in a variety of shades for creative projects. 14.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pen-Set-24-Colors-bGRfCWoqFj8P0PmF2ALcfDE6qHKMBm +surrealism-sculpting-kit Surrealism Sculpting Kit A kit with sculpting tools and materials for creating surrealistic sculptures. 24.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Sculpting-Kit-gyEPBvtWrwu0pKnxq2F2vN6MmY9un2 +pastel-neon-gel-pen-set-30-colors Pastel Neon Gel Pen Set - 30 Colors 30 pastel neon gel pens perfect for creating bright and vibrant designs. 16.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Neon-Gel-Pen-Set-30-Colors-2SROmR1WLzxkPzbmLMztarJ8tOziYM +surrealism-art-prints-collection Surrealism Art Prints Collection A collection of high-quality prints of famous surrealistic artworks for inspiration. 15.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Art-Prints-Collection-Kwb2n8yfPgFNVpbYzeIdrDQL4VtJHI +bronze-metallic-pencils-drawing-set Bronze Metallic Pencils Drawing Set Drawing set with a variety of bronze metallic pencils for creating stunning artwork. 29.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Drawing-Set-rO1JNVd1iLs8DdOi4tARREoj0OtzBW +bronze-metallic-pencils-set Bronze Metallic Pencils Set Set of metallic bronze colored pencils, perfect for adding a shimmering touch to your artwork. 12.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Set-bKw7z5UQRyCW7iVlINpPxsrZH5T1Ah +sennelier-oil-pastel-fixative-spray Sennelier Oil Pastel Fixative Spray A fixative spray specifically designed for oil pastel artwork to protect and preserve the colors. 8.99 Archival-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Oil-Pastel-Fixative-Spray-3jvJOYhGLUhSvIAMTaVhwgjcnAlpus +kids'-mini-tabletop-easel Kids' Mini Tabletop Easel Colorful and fun mini tabletop easel for kids, great for drawing, painting, or displaying artwork. 6.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kids'-Mini-Tabletop-Easel-jxzx9ayM8JqdnwjTYSNwj87FjPHQvP +aluminum-a-frame-easel Aluminum A-Frame Easel Lightweight and portable easel made of durable aluminum for outdoor painting or studio use. 49.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Aluminum-A-Frame-Easel-8EYX2ABJ2CSkXYTggBNmH7Hw7QoJHs +bronze-metallic-pencils-sketching-kit Bronze Metallic Pencils Sketching Kit Kit including bronze metallic pencils, sketchbook, and eraser, ideal for on-the-go sketching. 24.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Sketching-Kit-WbvarDpqOWDkifD299afjlixcrz6yg +mini-pastel-highlighters Mini Pastel Highlighters Set of 12 mini highlighters in assorted pastel shades for highlighting on the go. 8.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Pastel-Highlighters-2yCCLomRsJFtLUXL89Dl8crXUXeyNP +neon-twistable-crayons-10-count Neon Twistable Crayons - 10 Count Easy to use twistable crayons in neon colors. 6.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Twistable-Crayons-10-Count-V7yZt03j6tH10KPT8ZFiWWaU6N00LN +pointed-tip-blending-stumps Pointed Tip Blending Stumps Set of 6 blending stumps with pointed tips for fine blending and detail work in drawings. 6.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pointed-Tip-Blending-Stumps-l1JrEFcUxKTG0NDs2maEpay28z4gLz +neon-oil-pastel-crayons-assorted-colors Neon Oil Pastel Crayons - Assorted Colors Oil pastel crayons in neon colors for a smooth finish. 14.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastel-Crayons-Assorted-Colors-uhzEnqoF5EwaM9r9KiNGZHspvNdpFR +erasable-chalkboard-labels Erasable Chalkboard Labels Reusable and erasable chalkboard labels for organizing and labeling items in style. 7.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Erasable-Chalkboard-Labels-kZDjSu8PphUjwv0goXwX9r2a5JfDoN +copic-colorless-blender-marker Copic Colorless Blender Marker Dual-tip marker specially designed for blending colors and creating seamless transitions. 7.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copic-Colorless-Blender-Marker-hjOavKIiIsIDL6wHOUGaWLkTLNJ8Ou +grid-sketch-pad-set-3-sizes-120-sheets-total Grid Sketch Pad Set - 3 Sizes, 120 Sheets Total Set of three sketch pads with grid paper in different sizes, great for versatile use. 19.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grid-Sketch-Pad-Set-3-Sizes-120-Sheets-Total-PdlylDeveh3XHHOyvjvbrpCQ2c2tYN +chartpak-ad-marker-colorless-blender Chartpak Ad Marker Colorless Blender Versatile colorless blender marker that helps you achieve smooth transitions and gradients in your drawings. 5.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chartpak-Ad-Marker-Colorless-Blender-CVAuPKwu4cIguJHPAfujyNWE2BbFBr +portable-roll-up-electronics-organizer Portable Roll-up Electronics Organizer Compact organizer for cables, chargers, and electronic accessories in a roll-up design. 11.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Roll-up-Electronics-Organizer-TMlMSc6X5eAvuA30bVAq8ScSJFbBwc +knitting-needle-roll-up-organizer Knitting Needle Roll-up Organizer Convenient roll-up case for organizing and storing knitting needles of various sizes. 9.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Knitting-Needle-Roll-up-Organizer-6rUnlbbxKtizpudVZSVW925XORooZw +shuttle-art-glitter-gel-pens Shuttle Art Glitter Gel Pens Large pack of 120 gel pens with glitter ink. Perfect for adult coloring books, scrapbooking, and more. 24.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Shuttle-Art-Glitter-Gel-Pens-V9e4rocfBB6OvZ3sOSfjx86lQfkwmr +glow-in-the-dark-crayon-holder Glow in the Dark Crayon Holder Glow in the dark crayon holder with 12 unique colors for creative projects in the dark. 9.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayon-Holder-smZOeG7G6ldgBNZp5BiQrsidNzVryT +copper-metallic-pencil-set Copper Metallic Pencil Set Set of 24 metallic pencils in rich copper tones for adding warmth to your artwork. 19.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Pencil-Set-qgK0oMppIp8TU4QDUSkytTDM4ia4Ru +neon-crayon-stencil-set-10-designs Neon Crayon Stencil Set - 10 designs Stencils with fun neon designs to inspire creativity and make coloring easy. 4.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Stencil-Set-10-designs-UYG8zMx4w01Ey7mva7CsZ3h01Oc0sA +watercolor-metallic-pencil-set Watercolor Metallic Pencil Set Unique watercolor metallic pencils that blend seamlessly for stunning effects. 14.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Metallic-Pencil-Set-sTnBCFuFSztKrFzjDxyVg8tuG2wkoT +royal-and-langnickel-essentials-charcoal-paper-pad Royal & Langnickel Essentials Charcoal Paper Pad Spiral-bound pad with fine-tooth surface for optimal charcoal blending and shading. 9.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Royal-and-Langnickel-Essentials-Charcoal-Paper-Pad-FPKhrvMk6xAWTSqjOUZAjmRM6ANEHV +cedar-smudge-stick Cedar Smudge Stick Natural cedar smudge stick for grounding and protection practices. 7.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cedar-Smudge-Stick-L5TifsB4d3e8iNWEgzx6HSPvqnCKRR +refillable-ink-eraser Refillable Ink Eraser Eraser with refillable cartridges for extended use. 6.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Refillable-Ink-Eraser-lSUUhPEEWCtAifh2vykP3M2oDqXMrl +field-artist-pocket-watercolor-journal Field Artist Pocket Watercolor Journal Portable watercolor sketchbook with cold press paper, perfect for painting on the go. 14.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Field-Artist-Pocket-Watercolor-Journal-Ncj3pDWiloll1z0H14j1URTQ9xaDD2 +conte-a-paris-sketching-and-drawing-pencils Conte A Paris Sketching and Drawing Pencils Versatile sketching pencils that can be used dry or wet, perfect for both detailed drawing and expressive artwork. 23.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-A-Paris-Sketching-and-Drawing-Pencils-1C206AenOeQFwMwWePbA7EvzIOOObE +travel-a-frame-easel-kit Travel A-Frame Easel Kit Complete easel set with carrying case, perfect for artists on the go. 89.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-A-Frame-Easel-Kit-uqxcBKfYpmSl0bOkG7r56B4puh2b4h +bronze-metallic-pencils-watercolor-kit Bronze Metallic Pencils Watercolor Kit Watercolor kit with bronze metallic pencils for adding a special touch to your paintings. 19.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Watercolor-Kit-g3PPyGzWfT4QUokmgLWHwBaIJblDrn +glow-in-the-dark-crayons-set-of-6 Glow in the Dark Crayons - Set of 6 Crayons that illuminate in the dark for a fun twist. 7.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Set-of-6-Ea4Qv8vMyh5OJsQ5AAeOOnoh8c6Ihg +neon-scented-crayons-set-of-8 Neon Scented Crayons - Set of 8 Colorful scented crayons in neon colors. 8.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Scented-Crayons-Set-of-8-HCB12hZ73k1twfRauycjz7B4VEGQDv +large-neon-crayon-set-36-colors Large Neon Crayon Set - 36 Colors A wide range of neon crayons for endless colorful creations. 19.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Large-Neon-Crayon-Set-36-Colors-A62i98LNNkrOFmeZpFIjkVFWecJGP8 +blending-stumps-set Blending Stumps Set Set of 6 different sizes of blending stumps for blending and smudging pencil, pastel, or charcoal drawings. 9.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stumps-Set-sNGsnsdHYQrF5WybpooxWfcgndwvVd +flexible-blending-stumps Flexible Blending Stumps Set of 10 flexible blending stumps for blending and smudging soft pastels and charcoal. 8.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Flexible-Blending-Stumps-FnhWV5UgXuy2GLjmJ39otU6f9RMiwO +copper-display-easel Copper Display Easel Unique copper display easel featuring a sleek design, perfect for showcasing artwork or photos. 39.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Display-Easel-DPDyFrjd6dkxxOnqj3CbzyAeJomS7n +double-ended-pastel-highlighters Double-Ended Pastel Highlighters Set of 6 double-ended highlighters with pastel colors on one end and traditional bright colors on the other. 12.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-Ended-Pastel-Highlighters-Mz1oFce3fCOwwCVI7WCmhDeq1tmYhh +hexagon-grid-notebook-a6-size-80-sheets Hexagon Grid Notebook - A6 Size, 80 Sheets Unique hexagon grid notebook for creative sketching and planning, includes elastic closure. 13.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hexagon-Grid-Notebook-A6-Size-80-Sheets-YVNdypFdGzQpFG03SDiu445AxFh1OP +ohuhu-colorless-blender-marker-set Ohuhu Colorless Blender Marker Set Set of multiple colorless blending markers that work well with alcohol-based markers. 12.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ohuhu-Colorless-Blender-Marker-Set-Y591ea43rOw9mOeKl2nrOfaEE7HGgl +prismacolor-colorless-blender-marker Prismacolor Colorless Blender Marker Wax-based marker that helps blend and soften colors for a professional finish. 6.79 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Colorless-Blender-Marker-qSJAFhwpfsuvaDOZdzhQIatb3AKjmM +spectrum-noir-colorless-blender-marker Spectrum Noir Colorless Blender Marker Alcohol-based marker perfect for blending and creating soft edges in your artwork. 5.49 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spectrum-Noir-Colorless-Blender-Marker-FXWPvjpcjsuBp0XkfokptChtvW6JWh +neon-crayon-refill-pack-12-neon-colors Neon Crayon Refill Pack - 12 neon colors Refill pack for neon crayon holders, includes 12 bright neon colors. 6.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Refill-Pack-12-neon-colors-IVhblXNfS9NtsfD8QxWWBMNA3XUtIQ +crayola-take-note-glitter-gel-pens Crayola Take Note Glitter Gel Pens Vibrant set of 6 glitter gel pens with a smooth, laydown that adds a magical touch to your artwork. 5.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Take-Note-Glitter-Gel-Pens-5uCXeLXaklYVWifHSisxrO0R8JtPCh +sakura-gelly-roll-stardust-gel-pens Sakura Gelly Roll Stardust Gel Pens Set of 12 glitter gel pens with bold, sparkly colors. Perfect for adding a touch of glamour to your artwork. 16.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Gelly-Roll-Stardust-Gel-Pens-CxwrJxmWdThsObHZXnbXSWNw6APfN6 +prismacolor-premier-colored-pencils Prismacolor Premier Colored Pencils High-quality colored pencils suitable for creating detailed art with a shimmering gold hue included. 29.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Colored-Pencils-P1BlI06CufLGUEChk0bAA0KAJDG4n0 +battery-operated-eraser Battery Operated Eraser Electric eraser with precise control for detailed erasing. 7.49 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Battery-Operated-Eraser-6bno2dpYdblBxzFf3LlqPfNp9RE1Ox +gold-metallic-pencil-set Gold Metallic Pencil Set Set of 12 metallic pencils in shiny gold color for adding a touch of luxury to your artwork. 12.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Pencil-Set-zLp7WKFhZv1mjxxcD2RGJoIQnskGNj +metallic-pencil-set-36-colors Metallic Pencil Set - 36 Colors Large set of 36 metallic colored pencils for versatile and vibrant artwork. 29.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-36-Colors-2BQuxN2zjinkMk4N3KiLGoniBfTyz5 +ink-eraser-pen Ink Eraser Pen Fine-tip pen with ink eraser on the other end for precise corrections. 5.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-Pen-RH4517oPKnvo7VVsiYHM40qERjelol +foldable-desktop-easel Foldable Desktop Easel Foldable desktop easel with adjustable angle for painting or displaying artwork at home. 19.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Foldable-Desktop-Easel-XTqVIM7n46CJUxr2rwKWgFQNF84VXN +portable-wooden-field-easel Portable Wooden Field Easel Foldable wooden easel with adjustable legs for painting outdoors. 44.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Wooden-Field-Easel-KNK73yH5jJI1znPdvR3IY7ugAtQzew +krylon-artist-sprays Krylon Artist Sprays A professional artist spray that provides a satin finish and protects artwork from smudging and fading. 12.99 Satin-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Artist-Sprays-3Tb1XaqV2AHPbVUt0Bk1DBurSmjzpD +multi-angle-a-frame-easel Multi-Angle A-Frame Easel Versatile easel with adjustable angles to accommodate various painting techniques and styles. 74.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-Angle-A-Frame-Easel-qddMT8QOyCrYgLHxCpr8XiQn9CUalE +wooden-a-frame-easel Wooden A-Frame Easel Sturdy and adjustable easel made of high-quality wood for painting and displaying artwork. 69.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-A-Frame-Easel-3kil7FeAYeeY8ZrN7vQ9rPjVwP4Khu +pastel-chalk-markers Pastel Chalk Markers Soft and subtle pastel colored chalk markers for creating delicate and elegant designs. 10.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Chalk-Markers-WhNd70Xm0ogRoJdnGhWw0cS5U1YlHi +natural-chamois-blending-stump Natural Chamois Blending Stump Soft and absorbent natural chamois blending stump for blending and smoothing pastel and charcoal drawings. 5.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Natural-Chamois-Blending-Stump-RHXyo8XddszQ1FYPDFJpaEsnw7u2a0 +neon-crayon-set-12-colors Neon Crayon Set - 12 Colors Vibrant neon colors that glow under blacklight. 9.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Set-12-Colors-CdMZg0Xvkz4DS1p6kLrJ3DCcyPahLE +hardcover-landscape-sketchbook Hardcover Landscape Sketchbook Durable sketchbook perfect for outdoor field sketches with thick paper. 12.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardcover-Landscape-Sketchbook-o1jjuifDpALJD9JYvpKLZMmCP7ZUv9 +watercolor-landscape-sketchbook Watercolor Landscape Sketchbook Specifically designed sketchbook for watercolor painting outdoors. 14.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Landscape-Sketchbook-GZZ4jP8kPZDw4IkmzbO6tsUXHemoQN +steel-tabletop-easel Steel Tabletop Easel Sturdy tabletop easel made of steel, perfect for small paintings and displays. 19.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Steel-Tabletop-Easel-5wD0fqSb5rk6RAKelOJbep5ndT4IVT +heavy-duty-steel-easel Heavy-Duty Steel Easel Industrial-grade steel easel designed for heavy canvases and displays, with adjustable features. 79.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Steel-Easel-jBPHe8QZ8fL2PkKRVAutc1BfhmpHUl +metallic-pastel-pencil-extender Metallic Pastel Pencil Extender Extender tool for using metallic pastel pencils until the end. 3.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Extender-qcoN5pCQWwsP0I4LZDMS0j4ZHulAMJ +grid-paper-roll-12-inches-x-10-yards Grid Paper Roll - 12 inches x 10 Yards Long roll of grid paper for drafting large-scale plans and projects. 24.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grid-Paper-Roll-12-inches-x-10-Yards-JQR0K3Iys6asnByBgKvsqwBO81yubq +uni-ball-signo-glitter-gel-pens Uni-Ball Signo Glitter Gel Pens Smooth-writing gel pens with glittery ink that adds a shimmering touch to your projects. 8.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-Ball-Signo-Glitter-Gel-Pens-vFTRA6std7PsTaSxRInMVcWih6EjZ0 +roll-up-makeup-brush-bag Roll-up Makeup Brush Bag Stylish and practical makeup brush bag with individual slots for brushes of all sizes. 13.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Roll-up-Makeup-Brush-Bag-5rOSC1VWxHnxSukhXA00bcZbmOXN7S +sandpaper-block-and-stump-sharpener Sandpaper Block and Stump Sharpener Dual-purpose tool for sharpening paper stumps and sanding drawing surfaces. 3.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sandpaper-Block-and-Stump-Sharpener-H0HIsO8LANl3d6SXEHR5lA0CyRcyjB +leather-roll-up-watch-case Leather Roll-up Watch Case Luxurious leather case with individual compartments for storing watches securely. 29.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Roll-up-Watch-Case-uy3kJiQbZhR5J2KlYacHul8MMcXRwK +caran-d'ache-luminance-6901-colored-pencils Caran d'Ache Luminance 6901 Colored Pencils Set of 20 colored pencils with a unique gold shade for adding luxurious accents to your artwork. 79.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Luminance-6901-Colored-Pencils-cWzATsQjxRNFsrmB9pZII1ShzKAkgB +sketching-paper-stumps Sketching Paper Stumps Specialized paper stumps for sketching and creating various textures in pencil drawings. 6.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sketching-Paper-Stumps-o6Pn3wFe338wJRhGXRGtP8gFr7onJs +chef-knife-roll-bag Chef Knife Roll Bag Professional chef knife roll bag with secure compartments for storing knives safely. 24.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chef-Knife-Roll-Bag-TimsKNMVqG2uoPW3wDci3MBVwMbd6E +art-gum-eraser Art Gum Eraser Soft, non-abrasive eraser that gently removes pencil marks without damaging paper. 1.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Gum-Eraser-r2Cot2UevTrM9ClqfdxPnEVClCb4k4 +retractable-eraser-stick Retractable Eraser Stick Convenient retractable eraser stick for easy use and storage. 2.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Retractable-Eraser-Stick-c2D6i0VYuXH5Dfz1pKrHnmSdPflOos +assorted-metallic-pencil-pack Assorted Metallic Pencil Pack Pack of 10 metallic pencils in various colors for versatile use in different art projects. 9.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Metallic-Pencil-Pack-Vgu2xdp4b62aS477hkUIyHKcAiT47C +set-of-24-metallic-pastel-pencils Set of 24 Metallic Pastel Pencils Expanded set of metallic pastel pencils for a wide range of colors. 22.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-24-Metallic-Pastel-Pencils-LERbICOwaE5K1mJlm1swjYQfTvNxrk +metallic-pastel-pencil-fixative-spray Metallic Pastel Pencil Fixative Spray Fixative spray to protect metallic pastel pencil artwork from smudging. 7.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Fixative-Spray-VKgU2sWXvn6MXkhrvPCEZDb81V8TbR +handmade-charcoal-paper-journal Handmade Charcoal Paper Journal Beautifully crafted journal with charcoal paper, perfect for sketching and note-taking. 19.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Journal-tQDFJXS4stUc943KC8qZ59iSfXKpbn +crafter's-companion-spectrum-noir-colorless-blender Crafter's Companion Spectrum Noir Colorless Blender Colorless blender designed for use with alcohol markers to achieve seamless blending and shading effects. 6.49 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crafter's-Companion-Spectrum-Noir-Colorless-Blender-mBwCnVI2ZNucPUXfoYghy1xSew0Rnz +reaeon-glitter-gel-pens Reaeon Glitter Gel Pens Bulk pack of 36 gel pens in a variety of colors, including glitter, neon, and metallic. Perfect for artists and kids alike. 14.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Reaeon-Glitter-Gel-Pens-Dl4JHvgHKkKQA2iKfHm2yfycYE4FPZ +neon-crayon-holder-case Neon Crayon Holder Case Durable case to store and carry your neon crayon holder set everywhere. 5.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Holder-Case-eVYlwHEFgRIb0NbwQ3qBGlE1z1OPpv +tool-roll-up-storage-bag Tool Roll-up Storage Bag Heavy-duty tool storage bag with multiple pockets for organizing and carrying tools. 19.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tool-Roll-up-Storage-Bag-kMsAkfPzZu4Fy29VJ4WEK55HEcaBoE +canvas-roll-up-pencil-case Canvas Roll-up Pencil Case Durable canvas case with individual slots for storing pencils, pens, and brushes. 12.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Roll-up-Pencil-Case-Tz9xrgUVk6o4Ozz1netkfeyQb0mQfM +metallic-pencil-eraser Metallic Pencil Eraser Soft eraser for removing metallic pencil marks without smudging or damaging the paper. 3.49 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Eraser-AOEqkYDfR6iVSRKdbmAZynwrnzYqh9 +silver-metallic-pencil Silver Metallic Pencil Single metallic pencil in stunning silver color, perfect for highlighting details. 2.49 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-0IhsmUiwO5aMquHGOPPur8gRAm6pc4 +metallic-pastel-pencil-eraser Metallic Pastel Pencil Eraser Soft eraser designed specifically for erasing metallic pastel pencil marks cleanly. 3.49 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Eraser-e2zQbQlO2CAkjMpebZnQhootjkKLkd +metallic-pastel-pencil-paper-stumps Metallic Pastel Pencil Paper Stumps Paper stumps for blending and smudging metallic pastel pencil colors on paper. 2.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Paper-Stumps-5wfBnQwRYuXooX5bivSxh1Zbr5ERHj +electric-eraser Electric Eraser Battery-operated eraser that provides accurate and efficient erasing for drafting work. 9.99 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Eraser-YeZQshkupZrkeEumH7Pqa4DvWiakaW +vinyl-eraser Vinyl Eraser White vinyl eraser that is gentle on paper and ideal for precision erasing. 1.99 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Eraser-mszFEcP5wZcSpJrcrytWCcWsNnJoG6 +eraser-pencil Eraser Pencil Wood-cased eraser pencil that is convenient for erasing small details and lines in drafting drawings. 1.49 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eraser-Pencil-KHF5GT7KUNIV3ixNbZzFg53Ov0aMEF +compact-aluminum-travel-easel Compact Aluminum Travel Easel Lightweight and durable aluminum easel perfect for painting on the go. 34.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compact-Aluminum-Travel-Easel-TCUeQlj9H6BPhKm3uVHoLLhpbWpEDj +adjustable-h-frame-easel Adjustable H-Frame Easel Heavy-duty H-frame easel with adjustable height and tilt for versatile painting options. 59.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-H-Frame-Easel-fNEXpH9dDYfjqliYENgwTttUubqeJO +metallic-pencil-set-12-colors Metallic Pencil Set - 12 Colors Set of 12 metallic colored pencils perfect for adding shimmer to your artwork. 12.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-12-Colors-9ZdWhRakTOaZiwWU1iDnKIoUyuBB2q +bienfang-charcoal-paper-pad Bienfang Charcoal Paper Pad Medium-weight paper designed specifically for charcoal and pastel work. 7.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bienfang-Charcoal-Paper-Pad-MqUnLaBL3IfhYisR1EhEUYuIc1rnkX +cubism-stencils Cubism Stencils Set of stencils for creating Cubist patterns and shapes easily. 9.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubism-Stencils-ADv1DwGN5lzp1V3d1NS76NQHbuWiim +blue-sage-smudge-stick Blue Sage Smudge Stick Blue sage smudge stick for relaxation and stress relief rituals. 6.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blue-Sage-Smudge-Stick-Zj2bG3Gnpnkytc9GSgST1hYHYZPllz +kneaded-rubber-erasers Kneaded Rubber Erasers Soft and pliable eraser that can be shaped to fit your needs. 3.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kneaded-Rubber-Erasers-SgQSe1NoYqhPTZO2tGjz4z8YUFpHwV +clear-plastic-cd-case Clear Plastic CD Case A sleek and slim case to store and organize your CDs. 1.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-CD-Case-fF4HBxOrJtst7eJYu5t5ra8mojsywv +vegan-fixative-spray Vegan Fixative Spray Cruelty-free fixative spray that is vegan and eco-friendly, perfect for conscious artists. 11.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vegan-Fixative-Spray-Yay1EKvPs9xtpOSJSGrO2BogM2FYoL +ink-eraser-tape Ink Eraser Tape White tape that erases ink marks when applied over them. 8.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-Tape-zmzfBtJywS4JiGfJYwD6F5nHR2syDK +canson-xl-series-toned-paper-sketch-pad Canson XL Series Toned Paper Sketch Pad Spiral-bound sketch pad with versatile paper for both light and dark media. 8.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Toned-Paper-Sketch-Pad-r3TAC4orDsNAwJWketI9wWLoEMacAC +travel-art-easel-case Travel Art Easel Case Compact and lightweight case that transforms into an easel for painting on the go. 59.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Art-Easel-Case-48DFFZgQ5QHrkNMAZ6NdF1G9bG9l2s +marker-storage-bag Marker Storage Bag Portable bag with adjustable compartments for storing and organizing markers and other art tools. 14.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Marker-Storage-Bag-rb6jgZAxiChW865ah0wPgaBXaUwPZc +mini-metal-display-easel Mini Metal Display Easel Sturdy metal easel with a sleek design, ideal for showcasing photos or mini paintings. 9.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Metal-Display-Easel-xsGkAnyg9A4R81Iz8lp7EhadS5Con3 +impressionist-brush-cleaner Impressionist Brush Cleaner Gentle brush cleaner specially formulated for delicate Impressionist brushes. 9.99 Impressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Impressionist-Brush-Cleaner-DesPCe6IymziYeq4ft638vTAhg3WPu +metallic-pastel-pencil-blending-stump-set Metallic Pastel Pencil Blending Stump Set Set of blending stumps for blending metallic pastel pencil colors smoothly. 5.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Blending-Stump-Set-lLeZY14q0YrMtRsx3xxjZrhWfM8FdD +rainbow-metallic-pencils Rainbow Metallic Pencils Set of 12 metallic pencils in vibrant rainbow colors for adding a pop of color to your artwork. 14.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rainbow-Metallic-Pencils-cNRyCtz9vcxmLEO92QLNxO4afrcGoS +neon-crayon-pencil-grips-pack-of-6 Neon Crayon Pencil Grips - Pack of 6 Comfortable grips to enhance grip and control while using neon crayons. 2.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Pencil-Grips-Pack-of-6-CGpaMOsBSyDlTWMW7BzQbzd4TLYvuy +drafting-eraser-shield Drafting Eraser Shield Stainless steel eraser shield with various cut-out shapes for precise erasing in drafting. 5.99 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drafting-Eraser-Shield-3bJ2pm4dPBqFFcIxRWYpIvLXHtvQW3 +tripod-easel-stand Tripod Easel Stand Sturdy tripod easel stand for displaying artwork or painting outdoors. 24.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tripod-Easel-Stand-Efo2leoyVQuRt7qCNC8VgBAl4ibemw +drafting-eraser-stick Drafting Eraser Stick Eraser stick that is easy to grip and use for corrections and erasing in drafting projects. 3.49 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drafting-Eraser-Stick-4Lz44B9HG9dfnobi7HwGifsQGNvIsO +neon-crayon-watercolor-set Neon Crayon Watercolor Set Set of neon crayons that can be used as watercolors for unique and colorful effects. 10.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Watercolor-Set-qzu3rgpS9ZAimyOShFV9bHXDOIH0XH +metallic-pencil-set-gold-and-silver Metallic Pencil Set - Gold and Silver Special set of metallic gold and silver pencils for creating luxurious effects. 8.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-Gold-and-Silver-ZDH9BAcOc4WkFfp3VRFKp2GexvJe4q +fabriano-tiziano-pastel-paper-pad Fabriano Tiziano Pastel Paper Pad Textured paper ideal for charcoal and pastel drawings, available in various colors. 15.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Pastel-Paper-Pad-WulbMShpsbFwLCOUGbzpXsLYfohNWZ +blick-premier-heavyweight-charcoal-paper-pad Blick Premier Heavyweight Charcoal Paper Pad Thick paper designed for charcoal, pastel, and other dry media techniques. 14.49 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blick-Premier-Heavyweight-Charcoal-Paper-Pad-v6JbWNuSNxA08Y8JLJimi1I0r8Ch0V +bellofy-hardcover-pocket-sketchbook Bellofy Hardcover Pocket Sketchbook Hardcover pocket sketchbook with thick paper suitable for markers, pens, pencils, and light watercolor. 9.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bellofy-Hardcover-Pocket-Sketchbook-44v36rhhpNSvww3tC6CJWtkgABQMel +cubist-painting-kit Cubist Painting Kit All-in-one kit with paints, brushes, and canvas for creating Cubist paintings. 39.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubist-Painting-Kit-bZU5QOyEa56C3f5kPqTUW9O5BN1whA +abstract-geometric-sketchbook Abstract Geometric Sketchbook Sketchbook with geometric grid pages for sketching ideas in the Cubist style. 17.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Geometric-Sketchbook-VAoX7wQvI5kawoFiA6G3tYc0KLTl2Y +moleskine-pocket-sketchbook Moleskine Pocket Sketchbook Pocket-sized sketchbook with acid-free paper, perfect for on-the-go drawing and sketching. 12.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Moleskine-Pocket-Sketchbook-kAxLAvYs7bQB2r9ixSbBwKcugmarcw +electric-ink-eraser Electric Ink Eraser Battery-operated eraser that quickly and cleanly removes ink marks. 12.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Ink-Eraser-jLfztzpqi5gZJxenN5GrZPuDtVrNpX +cubism-canvas-prints-set Cubism Canvas Prints Set Set of canvas prints of iconic Cubism paintings for home decor. 49.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubism-Canvas-Prints-Set-JWMCiWxNVzTZ0eoEAtFgJTv7vrqRyO +cretacolor-fine-art-pastel-pencils Cretacolor Fine Art Pastel Pencils Skin tone pastel pencils made from high-quality pigments for smooth layering and shading. 27.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Fine-Art-Pastel-Pencils-F0ZjxfYfpZW9mhVvk9Mm5sM5oFkkq2 +faber-castell-oil-pastel-pencils-set Faber-Castell Oil Pastel Pencils Set Set of 24 oil pastel pencils with vibrant colors and smooth application. 26.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Oil-Pastel-Pencils-Set-E37infKcm2QzdGywyNdTA0jIBOchOs +dual-ended-ink-eraser Dual-Ended Ink Eraser Eraser with two different tips for various ink erasing needs. 9.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Ended-Ink-Eraser-u6MHkDAnXBi4r0NC4GtszpZVJed82I +caran-d'ache-luminance-pastel-pencils Caran d'Ache Luminance Pastel Pencils Professional-grade skin tone pastel pencils with creamy texture and excellent lightfastness. 39.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Luminance-Pastel-Pencils-bhYp1B76W0cNpj1pgcU97kLHSJXUWa +arches-cover-paper Arches Cover Paper Heavyweight paper with a smooth finish, suitable for charcoal, pastel, and mixed media artworks. 19.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arches-Cover-Paper-mtVwE1LS1W6SaLytqcBB9scA9p52fd +canson-mi-teintes-charcoal-paper Canson Mi-Teintes Charcoal Paper Dual-surfaced paper for achieving different effects with charcoal. 12.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Charcoal-Paper-fUolKiReZruA2U1JwpX2ELqDm0GEjh +rotating-tablet-stand-with-locking-mechanism Rotating Tablet Stand with Locking Mechanism 360-degree rotating stand with a secure locking feature for stability. 34.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rotating-Tablet-Stand-with-Locking-Mechanism-HlFUsMQRchJf28LKXmjhGSKr4aU4Uj +metallic-pencil-set-pastel-shades Metallic Pencil Set - Pastel Shades Set of metallic pencils in pastel shades for a soft and elegant touch to your art. 11.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-Pastel-Shades-uREHHt15vNMPDxEOyljvEmpswSQKFY +premium-metallic-pencil-set-24-colors Premium Metallic Pencil Set - 24 Colors 24 high-quality metallic colored pencils in a variety of shades for detailed artwork. 24.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Metallic-Pencil-Set-24-Colors-dXxfobN8p3Uj0Jc2SEeRRlBF3MtlIY +backpack-easel-set-with-paints Backpack Easel Set with Paints All-in-one backpack easel set that includes paints, brushes, and canvas for painting outdoors. 69.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Backpack-Easel-Set-with-Paints-FnqHqFB6iycXqx6eTqea0LlfiPpsdc +krylon-k01305-uv-archival-varnish-spray Krylon K01305 UV Archival Varnish Spray A professional-grade fixative spray that provides a protective, clear finish for artwork. 12.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01305-UV-Archival-Varnish-Spray-arAH1gKoPRUiAsVBPZ1V77Q7msFf4x +glitter-metallic-pencil-set Glitter Metallic Pencil Set Set of metallic pencils with glitter particles for a sparkling finish. 16.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Metallic-Pencil-Set-9JS6h9lDZOhV1raNNzr9kzt3G9HNzF +golden-archival-varnish-gloss Golden Archival Varnish Gloss An archival varnish spray that adds a glossy finish and protects artwork from environmental damage. 16.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-Archival-Varnish-Gloss-wshNGJ4v7JgItNnVDChfY7Fy8r6DkK +krylon-workable-fixatif-spray Krylon Workable Fixatif Spray A workable fixative spray that allows artists to build up layers in their artwork. 6.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Workable-Fixatif-Spray-0YB9I7fIgTiqDVe5ltyQv2s1sd0nqn +neon-pastel-pencils-set Neon Pastel Pencils Set Set of 12 vibrant neon pastel pencils for bright and colorful artwork. 12.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Set-nmWWZGQputTaAn78WWWo1sSreKE1Y6 +neon-pastel-pencils-sketchbook Neon Pastel Pencils Sketchbook Sketchbook with specially coated pages for optimal use with neon pastel pencils. 9.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Sketchbook-qi12Q0rAZKat8wAkRfnmwDAvsp5f4p +neon-pastel-pencils-eraser Neon Pastel Pencils Eraser Soft eraser designed for removing neon pastel pencil marks with precision. 2.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Eraser-wCQR5YOhlV73PF81fDAqNvzGKd0eGy +rose-gold-metallic-pencils-set Rose Gold Metallic Pencils Set Set of metallic colored pencils in beautiful rose gold shade, perfect for adding shimmer to your artwork. 12.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencils-Set-yHN2iI5UGhAYZ4azcJUc3mL6W0etB2 +rose-gold-metallic-pencil-sharpener Rose Gold Metallic Pencil Sharpener Sleek and durable pencil sharpener designed specifically for metallic pencils, ensures a perfect sharp point every time. 4.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Sharpener-3HLD7wxhmmyLVD179M0Pjt8mZudYoR +rose-gold-metallic-pencil-extender Rose Gold Metallic Pencil Extender Extend the life of your rose gold metallic pencils with this handy pencil extender, perfect for when pencils become too short to hold comfortably. 5.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Extender-pw66qlgL8bwmaxG544mfqnUABphXJG +rose-gold-metallic-pencil-eraser Rose Gold Metallic Pencil Eraser Specially formulated eraser designed to effortlessly erase mistakes made with rose gold metallic pencils without smudging or damaging the paper. 3.49 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Eraser-se9y7Y4mPsg5TaCu5Ha9br2IAV4O05 +neon-pastel-pencils-beginner's-guide Neon Pastel Pencils Beginner's Guide Comprehensive guidebook for beginners on using neon pastel pencils effectively. 11.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Beginner's-Guide-1XQ71D2vKenTK4ALobj2mMC8ubXXzJ +neon-pastel-pencils-mixed-media-set Neon Pastel Pencils Mixed Media Set Set of complementary art supplies for mixed media projects featuring neon pastel pencils. 19.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Mixed-Media-Set-IcBn6W1lFBLlFmP0T7SryjpRnhg9gg +rose-gold-metallic-pencil-art-set Rose Gold Metallic Pencil Art Set Comprehensive art set featuring rose gold metallic pencils, sketching paper, blending stumps, and other essential tools for creating stunning metallic pencil art. 29.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Art-Set-wgj1l2uH08zAPc9hFAfW1kCnMfFxN1 +wirebound-portrait-sketchbook Wirebound Portrait Sketchbook Portrait sketchbook with perforated pages for easy removal and display of your artwork. 7.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Portrait-Sketchbook-ZgGqTW9dZyDYrgKXElmJsBCuKsMB62 +mugwort-smudge-stick Mugwort Smudge Stick Mugwort smudge stick for lucid dreaming and enhancing intuition. 8.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mugwort-Smudge-Stick-BZF5wYhhxiWz3PlAiwE3wqwBFJT5Ad +tablet-stand-with-adjustable-arm Tablet Stand with Adjustable Arm Position your tablet at the perfect angle with this stand featuring a flexible adjustable arm. 22.99 Tablet-Stands https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tablet-Stand-with-Adjustable-Arm-ghgM4HIaot2az4sSgcugypMmZdI2jJ +hahnemuhle-ingres-charcoal-paper Hahnemühle Ingres Charcoal Paper Traditional laid paper with a unique texture for charcoal artwork. 17.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hahnemuhle-Ingres-Charcoal-Paper-JJpPJTDMcQN8zNVueqkUM94Ne0Z1ZB +leather-bound-portrait-sketchbook Leather-bound Portrait Sketchbook Luxurious leather-bound sketchbook featuring portrait-oriented pages, perfect for timeless portrait sketches. 34.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-bound-Portrait-Sketchbook-K4hEyXlzVtB8yEdK2miDGVEt4ItwRk +premium-portrait-drawing-pad Premium Portrait Drawing Pad Top-bound drawing pad ideal for portrait sketches, with heavyweight paper suitable for various dry media. 9.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Portrait-Drawing-Pad-zeKkvTq3BavxrfmdrKpIS75lJgXHn5 +pink-pearl-eraser Pink Pearl Eraser Classic pink eraser that provides clean and smudge-free erasing. 0.99 Pen-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pink-Pearl-Eraser-qOQEI2S1BNoVV9WvEl6nT8VvsTpHoX +magic-rub-eraser Magic Rub Eraser Vinyl eraser that erases cleanly with minimal pressure, ideal for delicate paper. 1.79 Pen-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Magic-Rub-Eraser-6ZL5W3S8NbXiFSYg8sCl2GbNBRO8IM +metallic-pencil-set-neon-colors Metallic Pencil Set - Neon Colors Set of metallic pencils in neon colors for vibrant and eye-catching artwork. 10.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-Neon-Colors-zDWFIjF92NuXgCNDZpHxjjih4PSmff +pastel-gel-pens Pastel Gel Pens Smooth gel pens in pastel colors for writing, drawing, and coloring with a soft touch. 6.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pens-VN3Aw4NYuKfgUQdJyZMVEQ5Ag9Hf59 +abstract-expressionism-art-book-collection Abstract Expressionism Art Book Collection Collection of art books featuring works of famous abstract expressionist artists like Rothko, Pollock, and Krasner. 49.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionism-Art-Book-Collection-OHvdpel5ZmHmlrGFy8eagRrqoQG4R2 +bronze-metallic-ink Bronze Metallic Ink Deep and elegant bronze metallic ink perfect for illustrations and crafts. 9.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Ink-owHogmOQ7P4i678fPD6bBmbHtSEf8E +fabriano-tiziano-charcoal-paper-sheets Fabriano Tiziano Charcoal Paper Sheets Soft, textured charcoal paper sheets in assorted colors. 18.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Charcoal-Paper-Sheets-PWjs932JKBp02nWA5IkoTMjnAv13LP +bee-paper-heavyweight-charcoal-paper-pack-of-50 Bee Paper Heavyweight Charcoal Paper - Pack of 50 Heavyweight charcoal paper ideal for multiple layers of charcoal. 19.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Heavyweight-Charcoal-Paper-Pack-of-50-P8cuQDLEPuurApW8EztVCdMSnfsWjE +liquid-sumi-ink-bottle Liquid Sumi Ink Bottle Convenient pre-mixed sumi ink in a bottle for easy use and storage. 8.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquid-Sumi-Ink-Bottle-B1gcKaj8mA16T9WyMNXdpJM8MJ7G9G +neon-crayon-storage-tray Neon Crayon Storage Tray Tray with dividers for neatly organizing and storing neon crayons. 9.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Tray-qLZunBcKZNNAOSh3PIHwP3FTtuZKqP +neon-crayon-storage-basket Neon Crayon Storage Basket Colorful basket with handles for storing and transporting neon crayons. 14.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Basket-Qo4W05njEUEZMa3Ne5fwWxEESm77HW +sumi-ink-bamboo-pen Sumi Ink Bamboo Pen Bamboo pen with a pointed tip for precise ink application and fine details. 3.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Bamboo-Pen-Qbm5if4dKGranWP0GZAa6DnKM55zU3 +pastel-fine-point-pens-metallic-set Pastel Fine Point Pens - Metallic Set Set of 6 fine point pens in metallic pastel colors, adds a touch of shimmer to your projects. 8.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Metallic-Set-va7YtFb732uMEFgfmuI9ur9KoK0r8K +pastel-fine-point-pens-dual-tip Pastel Fine Point Pens - Dual Tip Dual-tip fine point pens with a fine point on one end and a brush tip on the other, perfect for detailed work. 15.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Dual-Tip-IY9uz1VgghF4jikZMqR3PLXBTsZS2v +gamsol-odorless-mineral-spirits Gamsol Odorless Mineral Spirits A highly refined solvent that eliminates the strong odor of traditional mineral spirits. Perfect for blending oil colors and mediums. 12.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gamsol-Odorless-Mineral-Spirits-tNNBEQ0i0oss6x2SXBjpn7sGBWT2NY +mona-lisa-odorless-paint-thinner Mona Lisa Odorless Paint Thinner A versatile thinner that can be used to dilute oil paints, clean brushes, and remove paint from surfaces. Low odor formula makes it suitable for indoor use. 8.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mona-Lisa-Odorless-Paint-Thinner-VADvkHnnzjk5kKXjfTQ0hQQcixmu7l +grumbacher-odorless-mineral-spirits Grumbacher Odorless Mineral Spirits A premium solvent that is ideal for thinning oil paints and mediums without the strong smell. It allows for smooth blending and layering techniques. 13.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Odorless-Mineral-Spirits-CMN1MEQ6KSrHPnjwjMd0k5VbvwzKWV +mini-electric-eraser-set Mini Electric Eraser Set Mini electric eraser set with interchangeable eraser heads for precise erasing. 7.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Electric-Eraser-Set-fK9ZqV8uFJZ8y8jHLaLyZuGKJ2POXc +bamboo-table-easel-set Bamboo Table Easel Set Eco-friendly bamboo easel set with multiple adjustable angles, comes with a canvas panel and brush set. 49.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-Table-Easel-Set-gIq1CRWJbnj7weFTU8jzF3ye5s9hW5 +gloss-finish-fixative-spray Gloss Finish Fixative Spray Non-toxic spray with glossy finish for enhancing colors and protecting artwork. 13.99 Non-Toxic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gloss-Finish-Fixative-Spray-YPcBen4vLFDpeQr21o6fLT710ChB6B +white-charcoal-drawing-set White Charcoal Drawing Set A set of white charcoal pencils and blending tools for creating beautiful and unique artworks. 9.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Drawing-Set-XYzHUozPE2F2xV5krZohQeNRU6aQ1P +white-charcoal-drawing-kit White Charcoal Drawing Kit All-in-one kit for white charcoal drawing, including paper, pencils, and blending tools. 24.99 White-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Drawing-Kit-and7Kw2HlSbHWLm5FSxjrJaOGW46k6 +strathmore-softcover-pocket-sketchbook Strathmore Softcover Pocket Sketchbook Compact sketchbook with heavyweight paper, ideal for pencil, ink, and light watercolor. 8.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-Softcover-Pocket-Sketchbook-ChDHboqHLiaNy11Sev707eUKgqhuj7 +mini-portrait-sketchbook Mini Portrait Sketchbook Compact portrait sketchbook ideal for quick sketches and studies, with acid-free paper to preserve your artwork. 5.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Portrait-Sketchbook-6m7aaVdHqnlnPkL1nq7rGku7ORvaqW +canvas-collection-for-abstract-expressionism Canvas Collection for Abstract Expressionism Pack of canvases in different sizes suitable for creating abstract expressionist masterpieces. 39.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canvas-Collection-for-Abstract-Expressionism-7SOf8G6tgVEafvCQ7Kis4KqwXG7irc +abstract-expressionist-brushes-set Abstract Expressionist Brushes Set Set of specialty brushes designed for creating dynamic and expressive brushstrokes in abstract expressionist art. 24.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionist-Brushes-Set-ocWBuUbhXQ9hCAqyNAwzBwOnzCjbYM +abstract-expressionist-color-palette-set Abstract Expressionist Color Palette Set Set of curated colors to help you create harmonious and expressive color palettes in your abstract expressionist art. 14.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionist-Color-Palette-Set-PUSpjohUEx4DmkFVqPWsId6ZFRw8z8 +plaid-patricia-nimocks-acrylic-sealer-spray Plaid Patricia Nimocks Acrylic Sealer Spray Clear, protective finish that provides a seal over acrylic paintings and other crafts. 5.95 Acrylic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plaid-Patricia-Nimocks-Acrylic-Sealer-Spray-CoyXxUcNlUrefSWPBkWqmB0R5TupW9 +pastel-fine-liner-pens Pastel Fine Liner Pens Set of 8 fine liner pens in pastel shades for precise lines and details in artworks. 10.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Liner-Pens-0tN0VetOo7LY0JFAwVupSEgdIOWGSa +u.s.-art-supply-black-paper-sketch-pad U.S. Art Supply Black Paper Sketch Pad Wire-bound sketch pad with heavyweight black paper for sketches and drawings. 14.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/U.S-GBPwy8SVC6qqOWyFkbhc5UI5rNTS8L.-Art-Supply-Black-Paper-Sketch-Pad +strathmore-500-series-charcoal-paper Strathmore 500 Series Charcoal Paper Premium black paper for charcoal drawings with exceptional quality. 29.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-500-Series-Charcoal-Paper-QaUVkVokAoTcnTmZrzM4QrEeirbn7S +abstract-expressionism-techniques-guidebook Abstract Expressionism Techniques Guidebook Comprehensive guidebook on different techniques used in abstract expressionist art with step-by-step instructions. 19.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionism-Techniques-Guidebook-z28pWvW9RcBZc6YFPoXwYwGR8JisAF +art-alternatives-black-sugar-paper-pad Art Alternatives Black Sugar Paper Pad Versatile black paper pad suitable for various dry media techniques. 7.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Alternatives-Black-Sugar-Paper-Pad-jVTSkxVHDvrGLmvuU4uhYyzKWdJIoN +sennelier-le-maxi-charcoal-pads Sennelier Le Maxi Charcoal Pads Black paper pad designed for charcoal and pastel artists. 19.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Le-Maxi-Charcoal-Pads-FIgoPvDwGtdJbG8j9JQnfsNTd7jYGl +fabriano-ingres-charcoal-paper-roll Fabriano Ingres Charcoal Paper Roll Long charcoal paper roll for large-scale charcoal artworks. 39.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Ingres-Charcoal-Paper-Roll-vYEdYNNpI4Qp37Q3ec8uGd7fUGWFlE +rose-gold-metallic-ink Rose Gold Metallic Ink Trendy and luxurious rose gold metallic ink for a glamorous finish. 10.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Ink-aE1hpMMQsJRgaVjNQ4q3eyxmphce29 +canson-mi-teintes-touch-charcoal-paper-pad Canson Mi-Teintes Touch Charcoal Paper Pad Textured charcoal paper pad with a touch of color for unique drawings. 16.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Touch-Charcoal-Paper-Pad-1Bshu7WcmrRj7w01sVwzRMBiEg0ISx +sumi-ink-stone Sumi Ink Stone Traditional ink stone for grinding ink sticks and creating your own sumi ink. 19.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Stone-EczztyxmnxzgmIhB9euJk3QqAT4aYt +bee-paper-black-charcoal-paper-roll Bee Paper Black Charcoal Paper Roll Roll of black paper perfect for large-scale charcoal drawings. 24.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bee-Paper-Black-Charcoal-Paper-Roll-5mXLjuSHQYPz29M4lw27NR8CgjAg8a +japanese-sumi-ink-stick Japanese Sumi Ink Stick Traditional solid ink stick made from soot and glue for creating beautiful brush strokes. 12.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Japanese-Sumi-Ink-Stick-3dt7BAgJ6Sk7kV4jl1GWLTT10r8xKf +neon-crayon-storage-pouch Neon Crayon Storage Pouch Portable and compact pouch to store neon crayons while on the go. 7.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Pouch-mI7q6j8uSRrCJZ73vWKPs6ypSwNuSw +sumi-ink-brush-holder Sumi Ink Brush Holder Elegant bamboo brush holder for organizing and displaying your sumi ink brushes. 14.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Brush-Holder-tYjtSALYadxTg6fXPDoOrG4wd19noQ +sennelier-le-maxi-block-charcoal-paper Sennelier Le Maxi Block Charcoal Paper Extra-large pad of paper ideal for charcoal drawings and sketches. 24.99 Smooth-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Le-Maxi-Block-Charcoal-Paper-1jEbsKt5ABPy68YZsGxaFrTHrxGseV +artgum-eraser ArtGum Eraser Soft eraser for gentle and precise erasing, suitable for artists and designers. 3.49 Pen-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/ArtGum-Eraser-gyNAlNOuz4NzcuVGYv5xRBocK8FMQh +mechanical-pencil-eraser-refills Mechanical Pencil Eraser Refills Pack of refill erasers for mechanical pencils, ensuring continuous use. 1.99 Pen-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mechanical-Pencil-Eraser-Refills-WEYQWVCem3Jj1fipim8cq1ePhRFV1t +bold-and-vibrant-abstract-paint-set Bold and Vibrant Abstract Paint Set Set of bold and vibrant paints perfect for creating abstract expressionist art full of energy and emotion. 34.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bold-and-Vibrant-Abstract-Paint-Set-FyNqJp3GgNHeCMCGVCvCLNWSDi2c82 +abstract-expressionism-inspiration-deck Abstract Expressionism Inspiration Deck Deck of cards with prompts and ideas to inspire your abstract expressionist creativity and break through artistic blocks. 9.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionism-Inspiration-Deck-SMLBqiyNPAzHVoBccbET7ZRGjgsqZ1 +silver-metallic-ink Silver Metallic Ink Bright and reflective silver metallic ink for adding sparkle to your projects. 7.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Ink-7ReRdtYiOQhfKsRTHdwCeY3QReeRTH +copper-metallic-ink Copper Metallic Ink Warm and lustrous copper metallic ink for a unique touch in your art. 6.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Copper-Metallic-Ink-EdyVZ8pknVRYSta5OlNxBgmDQ0kqlV +platinum-metallic-ink Platinum Metallic Ink Sleek and modern platinum metallic ink for contemporary artwork. 12.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Platinum-Metallic-Ink-LQceAYYIOnwTTOAcGeDU2sjpYhM9Nq +pastel-marker-pens-set Pastel Marker Pens Set A set of 24 pastel marker pens in a variety of soft colors for vibrant art creations. 29.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Marker-Pens-Set-GxXpjahmMLgBR9qD7NvJ61nVJY9fYv +pastel-metallic-marker-pens Pastel Metallic Marker Pens Set of 12 metallic marker pens in pastel hues for adding a touch of shimmer to art projects. 16.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Metallic-Marker-Pens-jPMwPsGOppjyJiBnRPJETqsqYwsUMc +pastel-chalk-marker-pens Pastel Chalk Marker Pens Chalk marker pens in pastel colors for creating vibrant designs on chalkboards and non-porous surfaces. 7.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Chalk-Marker-Pens-arntYC7uUuW62RPbZIlmspItsb3rDF +pastel-fine-point-pens-glitter-set Pastel Fine Point Pens - Glitter Set Set of 10 fine point pens with glitter ink, adds sparkle and shine to your writing and artwork. 14.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Glitter-Set-rFrJVAoesoUDhIpxag9CHIn98ey1ME +collapsible-travel-easel Collapsible Travel Easel Collapsible and compact easel that fits easily into a travel bag, perfect for painting on-the-go. 21.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Collapsible-Travel-Easel-eNsiB4sMmD3z13mo2jhIKIHpnAosKl +wooden-tabletop-easel Wooden Tabletop Easel Portable and adjustable easel made of durable wood, perfect for small canvases. 24.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-Tabletop-Easel-G9ml9t3WM0Em5qs7JrKaPMt1ebY43D +gamblin-gamsol Gamblin Gamsol A high-quality odorless mineral spirit that is perfect for studio use. It is a safer solvent for artists who are sensitive to traditional solvents. 14.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gamblin-Gamsol-9PhZQWyCsXxEuHFc0JywvFn1KHd6NY +children's-wooden-art-easel Children's Wooden Art Easel Colorful and adjustable easel designed specifically for young artists. 29.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Children's-Wooden-Art-Easel-oIXaWCxQ3Ak6zChlcwQn2ic8tBmTZd +french-style-wooden-sketch-box-easel French Style Wooden Sketch Box Easel Portable easel with storage for art supplies, perfect for painting outdoors. 69.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/French-Style-Wooden-Sketch-Box-Easel-bcPWCcurqUIGvT7mkU4KPa88MSCyuJ +weber-odorless-turpenoid Weber Odorless Turpenoid An odorless turpentine substitute that is non-toxic and non-flammable. It can be used for thinning and cleaning oil-based paints, varnishes, and mediums. 15.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Weber-Odorless-Turpenoid-3dGswvqlA63AtwEVA0AzPg8pKysza2 +solid-wood-h-frame-easel Solid Wood H-frame Easel Heavy-duty easel made of solid wood for stable support while painting. 199.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Solid-Wood-H-frame-Easel-SJfBXLyeUD7fTA3AvxsnoBwW4o3pww +barcelona-aluminum-wooden-easel Barcelona Aluminum Wooden Easel Combination of aluminum and wood for a lightweight and durable easel. 49.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Barcelona-Aluminum-Wooden-Easel-GzJBRV4rKmB94zM1wny573m5ZcargR +art-nouveau-coloring-book Art Nouveau Coloring Book Relax and de-stress with intricate art nouveau designs in this coloring book. 10.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Coloring-Book-TgXZMr3nnyLbEb5gucD9FWlv2qDvr5 +cordless-electric-eraser Cordless Electric Eraser Wireless electric eraser with strong erasing power for clean corrections. 14.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cordless-Electric-Eraser-bC0fzUUh2Cc7raetu4yi8ZYFif2VuT +pastel-gel-calligraphy-pens Pastel Gel Calligraphy Pens Set of 8 pastel gel calligraphy pens with smooth flow ink for effortless writing. 14.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Calligraphy-Pens-enu2xzlxWuwVltVThMhkgUU9rEP2X3 +automatic-electric-eraser Automatic Electric Eraser Battery-powered eraser with ergonomic design for comfortable use. 12.49 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Automatic-Electric-Eraser-q0FNfTsnxAuckz9nRluQj6cmEH5jBb +metal-tabletop-easel-with-storage-drawer Metal Tabletop Easel with Storage Drawer Sturdy metal easel with a built-in drawer for storing art supplies, ideal for indoor and outdoor use. 39.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-Tabletop-Easel-with-Storage-Drawer-OIdxf3hqWjhbw9BmevVIbkXaCV9evi +neon-crayon-storage-box Neon Crayon Storage Box Vibrant neon colored storage box for organizing and storing crayons. 12.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Box-barVjtibm9AKMMnxTd0ayJHapg0o8u +art-nouveau-patterned-washi-tape-set Art Nouveau Patterned Washi Tape Set Decorate your planner or journal with these elegant art nouveau patterned washi tapes. 9.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Patterned-Washi-Tape-Set-BRFdrQjmEUwCdl7jbYmyZG9E2WsKcT +mini-desktop-easel Mini Desktop Easel Small and versatile desktop easel for displaying mini canvases or artwork, great for home decor. 12.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Desktop-Easel-8LFCHK8TwIWYxPSI8MW0x3Gw9HPWXJ +pastel-fine-point-pens-watercolor-effect Pastel Fine Point Pens - Watercolor Effect Fine point pens that create a watercolor effect when blended with water, great for creating unique artwork. 11.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Watercolor-Effect-atQSqTyd4B8E8QKCPVNNfhdScJrfv9 +travel-size-packing-cubes Travel Size Packing Cubes A set of packing cubes in different sizes to help you organize and maximize space in your luggage for efficient packing. 19.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Size-Packing-Cubes-J6xuBLZety1s8bvo262tTDo8Gn3sPX +art-alternatives-charcoal-paper-pad Art Alternatives Charcoal Paper Pad Economical pad suitable for charcoal sketching and drawing exercises. 6.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Alternatives-Charcoal-Paper-Pad-ggE582W8SVL4kML6FXRqhR4p7pRcfY +portable-electric-eraser Portable Electric Eraser Handheld electric eraser with eraser dust collector for mess-free erasing. 10.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Electric-Eraser-kkUfVKc68iitMk3cNcN1rDcnWgyY9j +general's-jumbo-kneaded-eraser General's Jumbo Kneaded Eraser Extra-large kneaded eraser for covering large areas and creating highlights. 1.99 Kneaded-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/General's-Jumbo-Kneaded-Eraser-EhDqc8nGgscVfx2N55YtUBhgmawwD0 +ink-eraser-solution Ink Eraser Solution Specialized solution for erasing permanent ink marks from paper. 7.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-Solution-Nr0oc2FFOAMwxgxWrWyDPq2HbEVeuX +golden-archival-varnish-gloss-spray Golden Archival Varnish Gloss Spray Archival quality spray that provides a gloss finish and protects against fading. 22.5 Acrylic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-Archival-Varnish-Gloss-Spray-t8U8sPwWBgO9U7x27lLinH6yR4sfeg +mini-ink-eraser Mini Ink Eraser Compact eraser for on-the-go ink corrections. 2.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Ink-Eraser-OyQe4fu90fFMMJfbfP0cVeRludDbNC +ink-eraser-spray Ink Eraser Spray Spray that dissolves ink for easy removal from surfaces. 11.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-Spray-NKlvAKNPAakFfGwiTDdctCMin6vi8I +strathmore-400-series-black-mixed-media-paper Strathmore 400 Series Black Mixed Media Paper Heavyweight black paper perfect for mixed media artwork. 12.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Black-Mixed-Media-Paper-Q0GISXl3AM56lxIrRYo5c1IRpiLfCP +canson-xl-series-charcoal-paper-pad Canson XL Series Charcoal Paper Pad Spiral-bound pad of black paper perfect for charcoal sketches. 10.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Charcoal-Paper-Pad-5y6HoWD2HWrWOibJP9yCP9MUjRH5gb +sumi-ink-drawing-pad Sumi Ink Drawing Pad Special paper pad designed for use with sumi ink, ideal for sketching and painting. 6.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Drawing-Pad-e0P9qgczkoVUSQgvONb3s0BCn9IKgO +gold-flecked-sumi-ink Gold Flecked Sumi Ink Sumi ink infused with gold flecks for a touch of luxury in your ink painting. 9.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Flecked-Sumi-Ink-Ivxn4idNvMr7MiTtplgQ9vH94BL2Kk +pastel-fine-point-pens-neon-colors Pastel Fine Point Pens - Neon Colors Set of 8 neon fine point pens, bright and vibrant colors for eye-catching artwork. 9.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Neon-Colors-8HrZPS5WQXlhjE0phJ6gwY3F46pRqi +art-nouveau-vintage-scarf Art Nouveau Vintage Scarf Accessorize your outfit with this art nouveau inspired vintage scarf. 14.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Vintage-Scarf-qeW1JVmlkKG3IbfsUsATKfuP1v6Sui +pastel-watercolor-calligraphy-pens Pastel Watercolor Calligraphy Pens Set of 12 pastel watercolor calligraphy pens for a blend of colors in your lettering. 19.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Watercolor-Calligraphy-Pens-9ltztjDIgXi2la3jn23W4yYW9zkZGS +prismacolor-watercolor-pencils Prismacolor Watercolor Pencils Versatile watercolor pencils with high pigmentation and blendability. 29.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Watercolor-Pencils-e4Pyh1aq4uK602idfAYJHpFWCQWUy2 +lyra-rembrandt-aquarell-water-soluble-pencils Lyra Rembrandt Aquarell Water-soluble Pencils Artist-quality watercolor pencils with a wide range of colors and excellent lightfastness. 34.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lyra-Rembrandt-Aquarell-Water-soluble-Pencils-ytqSeSiOBR5EjSrRL34d78bItzmid9 +metallic-highlighter-crayons Metallic Highlighter Crayons Shimmery metallic highlighter crayons for a unique and eye-catching effect on your notes. 9.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Highlighter-Crayons-yVOuCjnDhCMSvsq4CG6qUeZ2ggb4Xp +pastel-highlighter-crayons Pastel Highlighter Crayons Soft pastel highlighter crayons perfect for adding a subtle pop of color to your notes. 6.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Highlighter-Crayons-WflA6FbI3bnwg9F7AvX5X7kXNpUBp3 +handmade-charcoal-paper-notepad Handmade Charcoal Paper Notepad Compact notepad with charcoal paper, ideal for quick charcoal sketches on the go. 6.99 Handmade-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handmade-Charcoal-Paper-Notepad-RGfAgG1PC2iw2UAEmHKAJXdsxKD3FG +neon-crayon-storage-organizer Neon Crayon Storage Organizer Organizer with drawers and slots for storing and displaying neon crayons. 29.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Organizer-AIwWAfKYOZKztqNCtoRrfrYth1qPDP +acrylic-table-easel-stand Acrylic Table Easel Stand Modern acrylic easel stand designed for showcasing artwork or photos on tables or shelves. 15.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Acrylic-Table-Easel-Stand-zOJ0zm5n26f2Hd68KzzeFVzYPTnmWR +neon-crayon-storage-tube Neon Crayon Storage Tube Tube-shaped container for keeping neon crayons secure and accessible. 5.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Tube-Zkn5NLWd9wEi33NzLHcI6Y76VuTT14 +winsor-and-newton-liquin-original Winsor & Newton Liquin Original A reliable alkyd medium that speeds up drying time and improves flow when mixed with oil paints. Suitable for both blending and glazing techniques. 16.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Liquin-Original-PjJD3g9Ul61g26xnbtzGa2eqtH5pIj +beechwood-studio-easel Beechwood Studio Easel Classic beechwood easel with a simple design, suitable for beginner and intermediate artists. 89.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Beechwood-Studio-Easel-yvEqX1EcqDDiqhqmvJd7k5ogKFFEfG +palo-santo-smudge-stick Palo Santo Smudge Stick Ethically sourced Palo Santo smudge stick for energy cleansing and healing. 12.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Palo-Santo-Smudge-Stick-t70L7u0ynKpb45eLqQAVKZUgksTpqK +gilded-art-nouveau-notecard-set Gilded Art Nouveau Notecard Set Send your correspondence in style with this gilded art nouveau notecard set. 12.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gilded-Art-Nouveau-Notecard-Set-CRKyaffLDNViivbG5j1TZZLdQPOs84 +faber-castell-albrecht-durer-watercolor-pencils Faber-Castell Albrecht Durer Watercolor Pencils Professional-grade watercolor pencils with smooth color laydown and excellent lightfastness. 39.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Albrecht-Durer-Watercolor-Pencils-xyQ0r37tJFb5ZdZL9Nacluv7xaEOpW +electric-eraser-pen-set Electric Eraser Pen Set Set of 3 electric eraser pens with different eraser sizes for versatile erasing. 8.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Eraser-Pen-Set-bnIDuDBvbW50RjWHYAzGT1WDJLkNNq +pastel-brush-calligraphy-pens Pastel Brush Calligraphy Pens Set of 4 pastel brush calligraphy pens for creating dynamic strokes in your lettering. 13.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Brush-Calligraphy-Pens-gTbfPGouhHdnm9HXW7DdxrQgCCQzrB +dual-ended-highlighter-crayons Dual-Ended Highlighter Crayons Highlighter crayons with dual tips in different colors for versatile highlighting options. 10.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Ended-Highlighter-Crayons-sAmdA1BLp22mBAxtEjzIybMJ4acnlE +glitter-highlighter-crayons Glitter Highlighter Crayons Sparkly glitter highlighter crayons that add a touch of glamour to your highlighting. 11.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Highlighter-Crayons-1x6DWcDL4FVmds1LEToP5t8vcatMRz +scented-highlighter-crayons Scented Highlighter Crayons Highlighter crayons in various scents to make note-taking more enjoyable. 7.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Scented-Highlighter-Crayons-0zsxcXYsajmW3TnVHP3m40tGcGgi1r +fabriano-tiziano-paper-sheets Fabriano Tiziano Paper Sheets High-quality charcoal paper sheets in various colors, perfect for charcoal and pastel artworks. 17.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Paper-Sheets-q6IwU51f380cXVeziToEzyJv92RZLD +hahnemuhle-ingres-pastel-paper Hahnemühle Ingres Pastel Paper Traditional pastel paper with a smooth texture, great for charcoal and pastel sketches. 15.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hahnemuhle-Ingres-Pastel-Paper-StyjOUaPpi2SXAfX4xOTDfqn9Kdwdd +uart-sanded-pastel-paper UART Sanded Pastel Paper Sanded pastel paper with a smooth texture, ideal for charcoal and soft pastels. 16.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/UART-Sanded-Pastel-Paper-YFWwhL5ARwHbUDZDaKFVw1KJNjIiSU +stainless-steel-sculpture-set Stainless Steel Sculpture Set Set of sculpture tools for creating intricate geometric sculptures in the Cubist style. 29.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stainless-Steel-Sculpture-Set-DSNXv0Diag1mVgkR8iiaEfzqs8Kb2g +hard-shell-case-for-15.6-inch-laptops Hard Shell Case for 15.6 inch Laptops Durable and water-resistant case with padded interior to protect laptops. 29.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-15-5kfzmsHvXX8AItLyCHIdx31bmjOKe7.6-inch-Laptops +modernist-color-palette Modernist Color Palette Color palette featuring bold and vibrant colors inspired by Cubist art. 7.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Modernist-Color-Palette-2K5hvBy58uEtJ3c16ctY6PlEIljZnl +clear-plastic-food-storage-container Clear Plastic Food Storage Container Airtight container to store food items and keep them fresh for longer. 6.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Food-Storage-Container-ajJzC54EcS2gtm0ChGn5C8Eyrl3rPn +prismacolor-premier-pastel-pencils Prismacolor Premier Pastel Pencils Set of 24 skin tone pastel pencils for blending and layering colors smoothly. 34.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Pastel-Pencils-hkjExYmHpx5dBPnuIlxeimwkjMQ6ND +holbein-artist-oil-pastel-pencils Holbein Artist Oil Pastel Pencils Professional-grade oil pastel pencils known for their intense colors and rich pigments. 39.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Holbein-Artist-Oil-Pastel-Pencils-eOc02VNVYU2tUYm2Ke9Me3goUrJxGh +turquoise-pastel-pencil-fixative-spray Turquoise Pastel Pencil Fixative Spray Protective fixative spray for preserving and enhancing the colors of your turquoise pastel pencil drawings. 11.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Fixative-Spray-hQbLcz8Ux6GnnCJA6cc6ETIqmEKv8W +hard-shell-case-for-apple-airpods Hard Shell Case for Apple AirPods Sleek and shockproof case with charging port cutout and keychain clip. 12.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Apple-AirPods-06aKNFxN5FGyprcyo9PAxTpUca598x +art-nouveau-inspired-throw-pillow Art Nouveau Inspired Throw Pillow Add a touch of art nouveau elegance to your home decor with this throw pillow. 24.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Inspired-Throw-Pillow-evGFnlPMEklmeJh1VPASOfbJRFfw2n +mini-wooden-artist-easel Mini Wooden Artist Easel Traditional style mini wooden artist easel, ideal for sketching or painting on the go. 11.99 Mini-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Wooden-Artist-Easel-0sZQVC6kuMNYZcJwx7ZQ0Dk8UTWuKy +travel-wooden-field-easel Travel Wooden Field Easel Foldable and lightweight easel for artists on the go, perfect for plein air painting. 34.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Wooden-Field-Easel-bBtauYlra4hFMPOSkKg4XOjUlussw9 +display-easel-stand Display Easel Stand Simple wooden easel stand for displaying paintings, photos, or signs. 14.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Display-Easel-Stand-KdlGIlUyKwrvqMGgObTMuSTA4WJFz9 +art-nouveau-ceramic-coaster-set Art Nouveau Ceramic Coaster Set Protect your tabletops with these beautiful art nouveau ceramic coasters. 16.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Ceramic-Coaster-Set-NTwNjXETR9f3KSh2iuuCKABIm16BG9 +adjustable-wooden-tabletop-easel Adjustable Wooden Tabletop Easel Compact and adjustable easel for painting or display on a table. 24.99 Wooden-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Wooden-Tabletop-Easel-qTltWEMKVaq0Uz215kgJ4XKSzRsYuN +white-sage-smudge-stick White Sage Smudge Stick Hand-wrapped white sage smudge stick for cleansing and purifying rituals. 8.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Sage-Smudge-Stick-6yiGgV0j6A3ZlYZ3BbmLb59VI8jOOB +faber-castell-soft-pastel-pencils-set Faber-Castell Soft Pastel Pencils Set Set of 24 soft pastel pencils in a variety of vibrant colors. 34.99 Soft-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Soft-Pastel-Pencils-Set-qggscKWScAPRuVUaMknqPsFfRgqDqb +yerba-santa-smudge-stick Yerba Santa Smudge Stick Yerba Santa smudge stick for emotional healing and spiritual growth. 7.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Yerba-Santa-Smudge-Stick-xpqf4AnPbRcSbEhfnzB6hBxIvZDpXZ +cubism-art-book Cubism Art Book Comprehensive guide to understanding and creating art in the Cubist style. 15.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubism-Art-Book-50eUK8eTdvCb0mtAKQS16oQdipXmyp +electric-eraser-kit-with-refills Electric Eraser Kit with Refills Compact electric eraser with 20 refills for precise erasing. 16.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Eraser-Kit-with-Refills-eX58o2LYChlPtNaMW0ASqcJ3JVKqXM +electric-eraser-refills Electric Eraser Refills Pack of 30 eraser refills compatible with most electric erasers. 6.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Eraser-Refills-L6LLnQMOsCxIoUZRhtOEgOzwRUK9GZ +clear-plastic-file-box Clear Plastic File Box A box to store and organize your files and documents in a clear and visible way. 14.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-File-Box-uUHZeOMPGVhNWAgYrelKqKc4oxmG6c +rechargeable-electric-eraser Rechargeable Electric Eraser USB rechargeable electric eraser with long-lasting battery life. 18.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rechargeable-Electric-Eraser-tCb4SIqw5Owhjmlr7TvRPPVHbgkFm2 +hard-shell-case-for-earbuds Hard Shell Case for Earbuds Compact and lightweight case with carabiner clip for easy carrying. 7.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Earbuds-FXK99AETkICGSBODJmGMif376tQj2n +hard-shell-case-for-dslr-cameras Hard Shell Case for DSLR Cameras Secure and shockproof case with customizable foam inserts for cameras and lenses. 39.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-DSLR-Cameras-m77mZlnUErvsCTMGMmyNDVz7mRw15H +hard-shell-case-for-sunglasses Hard Shell Case for Sunglasses Stylish and protective case with soft interior lining to prevent scratches. 9.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Sunglasses-PbC70WQ2b5YpL3YaehLIKTfQu9KqvO +hard-shell-case-for-dji-mavic-mini-drone Hard Shell Case for DJI Mavic Mini Drone Lightweight case with custom-cut foam inserts for drone, remote, and batteries. 34.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-DJI-Mavic-Mini-Drone-TE2HeuiPLOLmE6fRwSpcMagVP7S7aj +crayola-portfolio-series-oil-pastel-pencils Crayola Portfolio Series Oil Pastel Pencils Set of 12 oil pastel pencils ideal for beginners and artists looking to experiment with colors. 12.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crayola-Portfolio-Series-Oil-Pastel-Pencils-182ghEOFdkhAC4lJ1w1D7969GXUaLn +caran-d'ache-neocolor-ii-water-soluble-wax-oil-pastels Caran d'Ache NeoColor II Water-Soluble Wax Oil Pastels Water-soluble oil pastels in pencil form for easy blending and layering techniques. 34.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-NeoColor-II-Water-Soluble-Wax-Oil-Pastels-IbqkzoRpy1bH08Tix4qeFJtoSxEjcR +rough-texture-charcoal-paper-art-journal Rough Texture Charcoal Paper Art Journal An art journal filled with rough texture charcoal paper, great for creating a charcoal art portfolio. 14.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Art-Journal-C6veaSKw62RezZBUN3K3q21oLz1YBI +van-gogh-oil-pastel-pencils Van Gogh Oil Pastel Pencils Set of artist-grade oil pastel pencils with smooth, buttery consistency. 36.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Van-Gogh-Oil-Pastel-Pencils-IxZ353ds2lsEQ6DtxNA3CsTBoPPmJu +iridescent-metallic-pencils-set-12-colors Iridescent Metallic Pencils Set (12 Colors) Set of 12 iridescent metallic pencils perfect for adding shimmer and shine to your drawings. 12.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Set-(12-Colors)-HGGy1Xw9Lwom1dqFlpP1DJ3n8NYbLr +silver-metallic-sketchbook Silver Metallic Sketchbook Sketchbook with silver metallic cover for creative projects and sketches. 12.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Sketchbook-sMnZyBQUMdzYAbHMBujzCbWkEwuriC +wirebound-sketchpad Wirebound Sketchpad Wirebound sketchpad with perforated pages, perfect for on-the-go sketching. 12.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Sketchpad-8RzqtQstiVELoAkR1aNXJeDhD6hhrW +clear-plastic-jewelry-box Clear Plastic Jewelry Box A clear box with removable dividers to store jewelry and small accessories. 9.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Jewelry-Box-7gHq84yiD29GxrnSre1uIqr2lahOqb +portable-electronics-organizer Portable Electronics Organizer A lightweight and durable case for organizing and carrying electronic accessories such as chargers, cables, and adapters while traveling. 14.99 Travel-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Electronics-Organizer-Y8dVbJw5JKvRlIhIATY6FBezaNmOsC +premium-hardcover-sketchbook Premium Hardcover Sketchbook Hardcover sketchbook filled with acid-free paper, ideal for all types of dry media. 24.99 Blank-Page-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Hardcover-Sketchbook-h0gkQPI7lXo40xYmBC9TeFSJyYCERu +pencil-case-organizer Pencil Case Organizer Compact and stylish case for organizing pencils, pens, erasers, and other small art supplies. 12.99 Carrying-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pencil-Case-Organizer-aLP0WbRWtA0iPxnhlARhH7KseuiEyQ +clear-organizer-box-with-snap-tight-lid Clear Organizer Box with Snap-Tight Lid A clear organizer box with a snap-tight lid for secure closure, ideal for storing and transporting beads, jewelry findings, or small craft items. 5.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Organizer-Box-with-Snap-Tight-Lid-zBW1fuXICo5uCyPQazYCO1XXi3aUjt +neon-highlighter-crayons Neon Highlighter Crayons Vibrant neon highlighter crayons for highlighting important notes and documents. 8.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Highlighter-Crayons-bnDokQB5OnGY7DF9aKsS7QmK5TLKii +juniper-smudge-stick Juniper Smudge Stick Juniper smudge stick for cleansing and protection during rituals. 10.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Juniper-Smudge-Stick-HSistDhpLdj4Eifm7gTGCKxbx3E8RR +hard-shell-case-for-nintendo-switch Hard Shell Case for Nintendo Switch Compact case with internal storage for console, games, and accessories. 24.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Nintendo-Switch-5V5aHleDK2ZtHIBjG8Sph72g8E2NWn +cubist-artist-mannequin Cubist Artist Mannequin Poseable mannequin for studying and practicing Cubist figure drawing. 24.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubist-Artist-Mannequin-WyH19ix6uJkAbSbm7c1eo4h725lFQy +hard-shell-case-for-smartphones Hard Shell Case for Smartphones Protective case with impact-resistant shell and raised edges to safeguard screen. 16.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Smartphones-9wVHITIOom05HFrBYJIot2VyOQ1J3J +cubism-posters-set Cubism Posters Set Set of posters featuring famous Cubist artworks for inspiration. 19.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubism-Posters-Set-TGJhjVCTolFwzppCfm5dPmDb8ji08n +clear-plastic-storage-box Clear Plastic Storage Box A sturdy plastic box with multiple compartments for storing small art supplies. 12.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Storage-Box-c3DafcIcoZ1HMR147rOxj2sFXqRdau +fluorescent-highlighter-crayons Fluorescent Highlighter Crayons Set of 6 highlighter crayons in bright fluorescent colors. 8.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Highlighter-Crayons-PtAR7LZ4VCCk0ThpkdHXzXYLDlYUcV +cubist-patterned-washi-tape-set Cubist Patterned Washi Tape Set Set of washi tapes with Cubist patterns for decorating art journals and projects. 12.99 Cubism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cubist-Patterned-Washi-Tape-Set-rKF4BNduRqQey0ncULDuQ5PlHqyMmI +pastel-fluorescent-crayons Pastel Fluorescent Crayons Soft pastel crayons in fluorescent hues for a unique twist. 11.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fluorescent-Crayons-MZrSnYxOurca9xUJCwYmjsNc77LuR1 +newsprint-charcoal-paper-sketchbook Newsprint Charcoal Paper Sketchbook Hardcover sketchbook filled with newsprint paper, perfect for keeping all your charcoal sketches in one place. 19.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Sketchbook-S2bKHzhb6N4nbN6ZJPOXaUa1dXr9rU +newsprint-charcoal-paper-roll Newsprint Charcoal Paper Roll Large roll of newsprint paper for charcoal drawings, perfect for large-scale projects and classrooms. 14.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Roll-saX4NZfFkzXq1XtTPYc4b3pc0qf94B +newsprint-charcoal-paper-set Newsprint Charcoal Paper Set Set of various sizes of newsprint paper for charcoal drawing, great for artists who need versatility in their sketching surfaces. 24.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Set-DO1NFYD8HzFftKsnYEBaTjWhHEUYQA +higgins-black-india-ink Higgins Black India Ink Traditional black India ink that is perfect for technical and fine line drawing. 5.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Higgins-Black-India-Ink-S72b0nfL9QiNpNEfSguOlVszyDwMEv +newsprint-charcoal-paper-easel-pad Newsprint Charcoal Paper Easel Pad Easel pad with newsprint paper for charcoal sketching, easy to tear off and display your work. 11.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Easel-Pad-5buj4BGBhbvrJix6zrNgakzHHI1dFW +newsprint-charcoal-paper-block Newsprint Charcoal Paper Block Compact block of newsprint paper for charcoal artists on the go, provides a sturdy surface for drawing. 7.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Block-o6P6S4ffiPs0U9wh6PkQaXPwKSTQSp +sennelier-le-pastelliste-pastel-pencils Sennelier Le Pastelliste Pastel Pencils Set of 30 skin tone pastel pencils with velvety texture and high chromatic intensity. 49.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Le-Pastelliste-Pastel-Pencils-UXCvfOczzzl7GAWZlwI1QzJ8a5olgF +glow-in-the-dark-crayons-set Glow-in-the-Dark Crayons Set Set of 12 glow-in-the-dark crayons that light up in the dark for creative drawing fun. 9.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Set-pB7jkhpJoWx86FcHk5q3xHFPICbmAg +jumbo-highlighter-crayons Jumbo Highlighter Crayons Extra-large jumbo highlighter crayons for covering large areas quickly and efficiently. 14.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Highlighter-Crayons-6EHwuSfL4Z7CMnSdcdjSbk5Hf0bzUy +chisel-tip-highlighter-crayons Chisel Tip Highlighter Crayons Highlighter crayons with chisel tips for both broad and fine highlighting purposes. 9.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chisel-Tip-Highlighter-Crayons-jmZdtnXuEEU60z789KuT6gulkx0pDB +silver-metallic-pencil-case Silver Metallic Pencil Case Pencil case with silver metallic finish to store and organize art supplies. 6.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-Case-lNCNNnh3no2gLPfadybDBMdbfBA7a3 +winsor-and-newton-bristol-board Winsor & Newton Bristol Board High-quality Bristol board with a smooth finish, suitable for charcoal, ink, and colored pencil artworks. 22.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Bristol-Board-BLFxaScq4OWSVwNde6miWyui3LJFGv +sakura-cray-pas-expressionist-oil-pastel-pencils Sakura Cray-Pas Expressionist Oil Pastel Pencils Smooth and creamy oil pastel pencils in a wide range of colors for expressive art projects. 18.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Cray-Pas-Expressionist-Oil-Pastel-Pencils-JZ8b1Bv9zI6OBY4qtAm54duxDXBbZx +rough-texture-charcoal-paper-sheets Rough Texture Charcoal Paper Sheets Loose sheets of rough texture charcoal paper, great for experimenting with different charcoal techniques. 6.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Sheets-VUwQ5KvRSfrbGaOaO8nXHN2gdjrwyW +glow-in-the-dark-crayons-glitter-set Glow-in-the-Dark Crayons Glitter Set Set of 6 glow-in-the-dark crayons infused with glitter for sparkling effects. 5.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Glitter-Set-XPGPjll5CXbEsHUs25xRLee6uiEnvq +sparkling-neon-crayons Sparkling Neon Crayons Shimmering crayons with a neon finish for extra dazzle. 10.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sparkling-Neon-Crayons-Q77YdCzABd08nTw3waufEPaPAbSCPJ +artist-grade-rough-texture-charcoal-paper Artist Grade Rough Texture Charcoal Paper Top-of-the-line rough texture charcoal paper for serious charcoal artists looking for the best quality. 39.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artist-Grade-Rough-Texture-Charcoal-Paper-3sCxGTUrbqd65ufJHVpGuAXL2TrcbH +glow-in-the-dark-crayon-art-kit Glow-in-the-Dark Crayon Art Kit Art kit containing glow-in-the-dark crayons, paper, and stencils for creating luminous artwork. 17.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayon-Art-Kit-9R44uLaa1W50gOG3qesEYsrXUwPgIY +rainbow-fluorescent-crayons Rainbow Fluorescent Crayons Colorful set of 10 crayons in a variety of fluorescent shades. 9.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rainbow-Fluorescent-Crayons-dXeAMimP9KNijaoWu0PHkP5Q4Cng8t +water-based-fixative-spray Water-Based Fixative Spray An eco-friendly fixative spray that is water-based and ideal for use on delicate artworks. 13.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Water-Based-Fixative-Spray-uFMBCbJo00CBRRV565YPcKQubcCk19 +stonehenge-aqua-coldpress-toned-watercolor-paper Stonehenge Aqua Coldpress Toned Watercolor Paper Toned watercolor paper with a fine grain texture, ideal for creating unique watercolor artworks. 19.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Aqua-Coldpress-Toned-Watercolor-Paper-N7p0kz5WTIHhoJdmKQXl7BSHF0rUUQ +glow-in-the-dark-crayons-party-pack Glow-in-the-Dark Crayons Party Pack Party pack of 24 glow-in-the-dark crayons for creative party favors. 14.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Party-Pack-jYHnkv5SXqKkojiZvlEP6ya9zPP4lP +uv-reactive-crayons UV Reactive Crayons Pack of 12 crayons that react to UV light for a glowing effect. 15.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/UV-Reactive-Crayons-k8i9LQ85OyvnjziTp1MAPJFwO5Ln7G +holbien-acrylic-ink Holbien Acrylic Ink Waterproof and lightfast acrylic ink that is suitable for a wide range of applications. 21.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Holbien-Acrylic-Ink-u3HNHWhoX2HwpsudZeLE2mjausXIhn +fluorescent-jumbo-crayons Fluorescent Jumbo Crayons Set of 8 large jumbo crayons in bold fluorescent colors. 14.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Jumbo-Crayons-4k1cakyqIfbxjHxDBavOOoldhLmiXF +neon-glow-crayons Neon Glow Crayons Set of 24 vibrant neon crayons that glow under blacklight. 12.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Glow-Crayons-vyTu6IRuwkMzRHHBCcPxfHTSypCMwU +daler-rowney-fw-acrylic-watercolour-ink Daler Rowney FW Acrylic Watercolour Ink Acrylic-based watercolour ink that provides exceptional lightfastness and durability. 8.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-FW-Acrylic-Watercolour-Ink-FPpKKupGDsF7DIWzVq8Oj9PiA8zHna +dr.-ph.-martin's-hydrus-fine-art-watercolor-ink Dr. Ph. Martin's Hydrus Fine Art Watercolor Ink Watercolor inks known for their brilliance, lightfastness, and lasting qualities. 12.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dr.-Ph-JjnY0x3ktJQUALsrYhAc2gzm15gRw3.-Martin's-Hydrus-Fine-Art-Watercolor-Ink +sennelier-shellac-ink Sennelier Shellac Ink Shellac-based inks that are water-resistant and can be used in mixed media applications. 16.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Shellac-Ink-YcPlSCH8GEClUYtbv2T0J1Mt16sAc8 +general's-multipastel-chalk-pencils-set-of-24 General's MultiPastel Chalk Pencils (Set of 24) Smooth and blendable chalk pencils for sketching and coloring, great for adding highlights and accents to artwork. 14.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/General's-MultiPastel-Chalk-Pencils-(Set-of-24)-b6PEYexv3hbj0gD7x2yKr3Dl25702I +zest-it-oil-paint-dilutant-and-brush-cleaner Zest-it Oil Paint Dilutant and Brush Cleaner A citrus-based solvent that effectively dilutes oil paints, mediums, and varnishes. It is also a great brush cleaner that is safe and pleasant to use. 10.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zest-it-Oil-Paint-Dilutant-and-Brush-Cleaner-zboaNfrqWYz0UIcOx3c1Z0dHAVe8OE +dual-ended-pastel-calligraphy-pens Dual Ended Pastel Calligraphy Pens Set of 10 dual-ended pastel calligraphy pens for versatile lettering styles. 16.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Ended-Pastel-Calligraphy-Pens-DL6UXhFEuDbNiaXUtvp3R7lyWfeVit +pastel-glitter-calligraphy-pens Pastel Glitter Calligraphy Pens Set of 6 pastel glitter calligraphy pens for a touch of sparkle in your writing. 10.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Glitter-Calligraphy-Pens-yxWfDv4RIs5Izx5QxrOxlUcKyhAudD +clear-plastic-makeup-organizer Clear Plastic Makeup Organizer Transparent organizer with multiple compartments to store makeup items neatly. 7.49 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Makeup-Organizer-6Dwew6mE0fIoY35rYNdXHIQDX99l7Y +caran-d'ache-soft-pastel-pencils Caran d'Ache Soft Pastel Pencils Professional-grade soft pastel pencils for blending and layering. 49.99 Soft-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Soft-Pastel-Pencils-WsOJWFqQ40W4MkS1he7qGiqVqeqgoj +pastel-fineliner-calligraphy-pens Pastel Fineliner Calligraphy Pens Set of 10 pastel fineliner calligraphy pens for precise and detailed writing. 15.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fineliner-Calligraphy-Pens-jLaItSKFSayInhaWIQeiBcWpq3mnYO +rembrandt-soft-pastel-pencils Rembrandt Soft Pastel Pencils High-quality pastel pencils with excellent lightfastness. 44.99 Soft-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rembrandt-Soft-Pastel-Pencils-deePPFVd61BZjNcnzN5czybdXPMlah +precision-electric-eraser Precision Electric Eraser Precision tip electric eraser for detailed erasing in small areas. 9.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Precision-Electric-Eraser-0VC9tlkIs1jz3Hd2HcV46oWZelXgaG +stabilo-carbothello-water-soluble-pastel-pencils Stabilo CarbOthello Water-soluble Pastel Pencils Soft pastel pencils that can be used dry or wet for expressive artwork. 21.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-CarbOthello-Water-soluble-Pastel-Pencils-ZEQoU5dZXNriXhSC6t2nYpkBuPLASY +derwent-skin-tone-pastel-pencils Derwent Skin Tone Pastel Pencils 12-pack skin tone pastel pencils with soft, velvety core for detailed portrait work. 19.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Skin-Tone-Pastel-Pencils-7fu3sx3IJcaf3vVBW0zfwRVuXhxstU +mixed-media-charcoal-paper-pad Mixed Media Charcoal Paper Pad A versatile pad of paper that combines rough texture charcoal paper with other mixed media surfaces. 15.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Charcoal-Paper-Pad-cpvivF4qpGwuRUnKH3kfKvsEhU7fxO +mungyo-gallery-artists'-oil-pastel-pencils Mungyo Gallery Artists' Oil Pastel Pencils Professional-quality oil pastel pencils with excellent lightfastness and color intensity. 32.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mungyo-Gallery-Artists'-Oil-Pastel-Pencils-c56XnuiQNL9KhF88KsQIDEL4hsqEjb +charcoal-paper-roll Charcoal Paper Roll A large roll of rough texture charcoal paper, perfect for creating large charcoal artworks. 24.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Paper-Roll-iMIj0tIJsK4LUlnrj6sIF6Uv9JmjC1 +caran-d'ache-museum-aquarelle-water-soluble-pencils Caran d'Ache Museum Aquarelle Water-soluble Pencils Premium watercolor pencils made from high-quality pigments for vibrant colors and easy blending. 49.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Museum-Aquarelle-Water-soluble-Pencils-559G2BKZZyPjvHYYp6jermk8QhhHz9 +gel-highlighter-crayons Gel Highlighter Crayons Smooth gel highlighter crayons that glide on paper without smudging or smearing. 12.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gel-Highlighter-Crayons-luoyEAzOlplBzVKyXKfO06YiIXv9at +cretacolor-aqua-monolith-water-soluble-pencils Cretacolor Aqua Monolith Water-soluble Pencils Solid watercolor pencils that can be used on wet or dry paper, offering versatility in drawing and painting. 27.99 Water-soluble-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cretacolor-Aqua-Monolith-Water-soluble-Pencils-FcFZOOVEVH0xjg9WoZH5dxDgla1oR6 +hard-shell-case-for-portable-external-hard-drives Hard Shell Case for Portable External Hard Drives Slim and durable case with mesh pocket for cables and accessories. 14.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-Portable-External-Hard-Drives-Cs4s8VEbfhcz50B9jNhp61hn2Jh2NK +watercolor-highlighter-crayons Watercolor Highlighter Crayons Watercolor highlighter crayons for a unique watercolor effect on your notes and drawings. 13.99 Highlighter-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Highlighter-Crayons-rjLTpPuKmVC1X8gx53G7KQOvqSMl2g +clear-plastic-shoe-box Clear Plastic Shoe Box Transparent shoe box with lid to keep your shoes organized and dust-free. 8.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Shoe-Box-AzK4nBkARGCqWvRanZm7GrpUvkIfvh +metallic-fluorescent-crayons Metallic Fluorescent Crayons Set of 12 metallic crayons with a fluorescent twist. 16.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Fluorescent-Crayons-0r55IRriciXsIekV9jl9ERA8IiPPzw +newsprint-charcoal-paper-portfolio Newsprint Charcoal Paper Portfolio Portfolio filled with newsprint paper for showcasing and storing charcoal drawings, ideal for artists on the move. 16.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Portfolio-nwVuF2L394QCTLVARJU17MkAQ0gb2g +winsor-and-newton-professional-watercolour-ink-set Winsor & Newton Professional Watercolour Ink Set A set of high-quality watercolour inks in a variety of vibrant colors. 34.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Professional-Watercolour-Ink-Set-qcxdUROv9Y8CgyHEvS0CVGwuqTBUu4 +newsprint-charcoal-paper-journal Newsprint Charcoal Paper Journal Journal with newsprint paper for charcoal artists to jot down ideas and sketches, portable and convenient. 8.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Journal-BAkwVLFl85oUh1OXRtAA2kcp8tTOJe +clairefontaine-pastelmat-paper Clairefontaine PastelMat Paper Specialized pastel paper with a smooth surface, perfect for charcoal and pastel drawings. 14.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clairefontaine-PastelMat-Paper-vCJdAUNmPFlaW14kqo2iC294o57ElV +koh-i-noor-gioconda-artist's-oil-pastel-pencils Koh-I-Noor Gioconda Artist's Oil Pastel Pencils Blendable oil pastel pencils in rich colors for creating dynamic artwork. 29.99 Oil-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Gioconda-Artist's-Oil-Pastel-Pencils-z4uyjSFqpD29hLJt2KJnZATk0YUybE +stonehenge-white-paper Stonehenge White Paper Bright white paper with a smooth surface, perfect for detailed charcoal and pencil artworks. 11.99 Smooth-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-White-Paper-LHQhIbbzMT9YqOwVwbDQyBS2OKsTsP +newsprint-charcoal-paper-notebook Newsprint Charcoal Paper Notebook Spiral-bound notebook with newsprint paper for charcoal sketching, easy to carry and sketch on the move. 12.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Notebook-yq2XsMC2TGEYibVzFi5meDqmpbotRl +hard-shell-case-for-gopro-hero-8 Hard Shell Case for GoPro Hero 8 Waterproof and shockproof case with compartments for camera, mounts, and accessories. 19.99 Hard-Shell-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hard-Shell-Case-for-GoPro-Hero-8-MTQ9FvTk104PmQiUBKnNu40RkU5zL8 +rough-texture-charcoal-paper-pad Rough Texture Charcoal Paper Pad Ideal for charcoal drawing and sketching, this pad features a rough texture to enhance the charcoal effects. 12.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Pad-unJ8iRCP5BEAWk8ZKGQWYEhwX03cPh +hahnemuhle-bugra-pastel-paper-rolls Hahnemühle Bugra Pastel Paper Rolls Rolls of toned pastel paper with a smooth surface for large-scale pastel artworks. 34.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hahnemuhle-Bugra-Pastel-Paper-Rolls-FMBTnGElVyOA28epxkplSJvwWnbciL +recycled-paper-fixative-spray Recycled Paper Fixative Spray A fixative spray made from recycled paper materials, perfect for preserving charcoal and pastel drawings. 12.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recycled-Paper-Fixative-Spray-xqGLH1Y83rhdLkrmncn5khL6ALPQTv +glitter-neon-crayons Glitter Neon Crayons Crayons with glitter accents in bright neon shades. 13.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Neon-Crayons-sbiXd9PfbSvJnOCKDUvYcWW6ff4NGM +glow-in-the-dark-crayons Glow-in-the-Dark Crayons Crayons that glow in the dark for a fun and unique drawing experience. 18.99 Fluorescent-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-i4aRokpLf2PU3qyCuyrzLR8IclsBVo +ecoline-liquid-watercolour-ink Ecoline Liquid Watercolour Ink Highly-transparent liquid watercolour ink that is ideal for a variety of techniques. 6.49 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ecoline-Liquid-Watercolour-Ink-wcCfoX1cET8LkUuPufaKbAKHj0Up5x +ranger-tim-holtz-distress-ink Ranger Tim Holtz Distress Ink Specialty water-based dye inks that create an aged, vintage effect on various surfaces. 7.99 Watercolor-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ranger-Tim-Holtz-Distress-Ink-8WZaGxe28V9gdryYznJRyhBpdsU5Hm +daler-rowney-fw-acrylic-water-resistant-ink Daler-Rowney FW Acrylic Water-Resistant Ink Set of 6 water-resistant acrylic inks ideal for calligraphy, line drawing, and airbrushing. 22.49 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-FW-Acrylic-Water-Resistant-Ink-waJ6mDew4cgvAQA8XEM9XU8lq9vnr2 +iridescent-metallic-pencils-set-36-colors Iridescent Metallic Pencils Set (36 Colors) Comprehensive set of 36 iridescent metallic pencils for professional artists. 34.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Set-(36-Colors)-q4bUAR3RNQvjVm3VCfxEX1WDLclVpy +stabilo-carbothello-pastel-pencils-set-of-36 Stabilo CarbOthello Pastel Pencils (Set of 36) Soft pastel pencils with a vibrant color range, ideal for blending and shading. 59.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-CarbOthello-Pastel-Pencils-(Set-of-36)-VwnRdmCy23jh5uA15obMmtW9YzRC6U +koh-i-noor-gioconda-pastel-pencils-set-of-36 Koh-I-Noor Gioconda Pastel Pencils (Set of 36) Richly pigmented pastel pencils with a smooth application, suitable for both beginners and experienced artists. 42.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Gioconda-Pastel-Pencils-(Set-of-36)-F4M4SsFhr3lqSDRCNh9lQQLRf7QGZ4 +angled-lip-brush Angled Lip Brush Perfect for precision application of lipstick or lip gloss. 6.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Lip-Brush-HVVaxgVIGTMv5atANAv1GmJNHVjZsG +sanded-pastel-paper-sheets Sanded Pastel Paper Sheets Individual sheets of sanded pastel paper for a smooth pastel application. 2.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sanded-Pastel-Paper-Sheets-BUZnH6a88RqfWdX2HJUeGRLSCYgsWD +textured-pastel-paper-pack Textured Pastel Paper Pack Pack of textured pastel paper for creating depth and interest in pastel drawings. 15.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Textured-Pastel-Paper-Pack-2ZtS6QcNC9wLxFl3bY91T0ZujpkzsH +knit-tablet-case Knit Tablet Case Hand-knit tablet case with button closure for a snug fit. 19.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Knit-Tablet-Case-LoZlaRrdMwKA4f5qAAu8WyxZJPIwt7 +white-pastel-paper-rolls White Pastel Paper Rolls Rolls of white pastel paper for large pastel artworks or cutting to custom sizes. 29.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Pastel-Paper-Rolls-mpOPHmz7DkAJ05GnNYGK1imMwRLqPN +neon-pencil-cap-erasers Neon Pencil Cap Erasers Bright neon color pencil cap erasers in a pack of 5. 3.29 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pencil-Cap-Erasers-oyrKPrkMCLBhecvx2aJKe1RX3pbw7t +rough-texture-charcoal-paper-sketchbook Rough Texture Charcoal Paper Sketchbook A portable sketchbook filled with rough texture charcoal paper, great for on-the-go charcoal drawing. 9.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Sketchbook-gQWwoqjPJBxnQZf3dFALqJIPQEy4hM +double-ended-blending-stumps Double-Ended Blending Stumps Pack of 3 double-ended blending stumps for precise blending and shading. 4.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-Ended-Blending-Stumps-hWXRxM39nAzXq8Esgast8XkL2oAfLb +tortillion-blending-stumps-set Tortillion Blending Stumps Set Set of 6 assorted tortillion blending stumps for blending charcoal, pencil, or pastel drawings. 6.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillion-Blending-Stumps-Set-x4UWoig96hJeUzUi2Ho7xslbMLeUJb +neon-compact-crayon-sharpener Neon Compact Crayon Sharpener Compact crayon sharpener with storage compartment for shavings. 2.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Compact-Crayon-Sharpener-B6dxKqQ0xoYFjmRZtpBX7uJA4oi8oS +organic-fixative-spray Organic Fixative Spray Organic fixative spray made from natural ingredients that protect your art and the planet. 17.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Organic-Fixative-Spray-51MlbW7zLON8n5bCnsbZvWHwgyqKGe +pebeo-acrylic-paint-markers Pebeo Acrylic Paint Markers Set of 6 acrylic paint markers with fine tips for precise application on paper, canvas, and more. 13.49 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pebeo-Acrylic-Paint-Markers-bhnFU1eq1y4DRR1rgf2gAnZpcCsZl2 +holbein-acrylic-ink-set Holbein Acrylic Ink Set Set of 10 acrylic inks in primary colors with exceptional fluidity and color brilliance. 39.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Holbein-Acrylic-Ink-Set-01z8n5yL7s0wXP7rEKTkeV7nx33fAu +black-calligraphy-ink-bottle Black Calligraphy Ink Bottle High-quality black ink specially formulated for calligraphy writing. 12.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Black-Calligraphy-Ink-Bottle-e8E3gi0OPuJOLor7w2DKImbvCxgF1T +liquitex-acrylic-ink!-muted-collection Liquitex Acrylic Ink! Muted Collection Set of 6 muted colors of acrylic inks with superior lightfastness and water resistance. 19.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Acrylic-Ink!-Muted-Collection-73317fXosVmGxGFtF4JhCatVF7ow28 +speedball-acrylic-ink-set Speedball Acrylic Ink Set Set of 6 vibrant and transparent acrylic inks perfect for illustrators, calligraphers, and mixed media artists. 16.79 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Speedball-Acrylic-Ink-Set-nlrnG4jyXAsa8X58vSdSojuMYQ5EZw +glitter-calligraphy-ink Glitter Calligraphy Ink Ink infused with glitter particles for a sparkling finish on your calligraphy projects. 14.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Calligraphy-Ink-p1e4vaDAJMwwLItL0uUVyGYtoJIdHL +apple-ipad-pro-2021 Apple iPad Pro 2021 The latest iPad Pro with M1 chip, Liquid Retina XDR display, and Apple Pencil support. 1099.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Apple-iPad-Pro-2021-mAilDrg4wV4oNfwzSmcDFdVchvdLsI +amazon-fire-hd-10 Amazon Fire HD 10 Budget-friendly tablet with vibrant 10.1-inch display, long battery life, and Alexa hands-free. 149.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Amazon-Fire-HD-10-iMiYVFS9Lw8nDhPNiHNAnD76tEN5FF +waterproof-calligraphy-ink Waterproof Calligraphy Ink Ink resistant to water for creating long-lasting and durable calligraphy pieces. 11.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Waterproof-Calligraphy-Ink-NcbW7BPsorkXs9y5O9Irg8hjo90j3y +gold-calligraphy-ink Gold Calligraphy Ink Luxurious gold ink for adding elegant touches to your calligraphy pieces. 8.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Calligraphy-Ink-elAMWtn5xLTUqvVUAOW6pZcJyn9Nfm +gel-eraser Gel Eraser Soft gel eraser for smooth erasing without damaging paper. 4.49 Soft-erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gel-Eraser-00Z9e4z89W6GEmplhTg5p0FPNFeiw4 +samsung-galaxy-tab-s7+ Samsung Galaxy Tab S7+ Premium Android tablet with stunning Super AMOLED display and S Pen included. 849.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Samsung-Galaxy-Tab-S7+-F95O4Lxr0uwXJcRqePfqGRI7zWePvZ +xp-pen-deco-pro XP-Pen Deco Pro Graphic drawing tablet with rotary dial for efficient workflow and compatible with Windows, macOS, and Android devices. 129.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/XP-Pen-Deco-Pro-0YEVFdApfgYXalEgmdxtgr7mMIh7IB +drafting-eraser Drafting Eraser Specialized eraser for precision erasing on drafting and technical drawings. 6.99 Soft-erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drafting-Eraser-WHN2Onp9TKpiFlFPKQU7v5GhraIKfy +lenovo-tab-m10-plus Lenovo Tab M10 Plus Affordable Android tablet with Full HD display, Dolby Atmos sound, and long battery life. 179.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lenovo-Tab-M10-Plus-AAHqo6wjguo7V0x0Zld32dRPZdkIWe +faber-castell-pitt-pastel-pencils-set-of-24 Faber-Castell Pitt Pastel Pencils (Set of 24) Professional quality pastel pencils in a wide range of colors, perfect for detailed work and layering. 45.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Pitt-Pastel-Pencils-(Set-of-24)-WblWQ14ttzcfahfhd2EPNCXYuPYLw2 +multicolor-pastel-paper-pack Multicolor Pastel Paper Pack Pack of multicolor pastel paper for experimenting with different backgrounds. 14.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multicolor-Pastel-Paper-Pack-OiDF4SyiB3fAWwIB5nZDXRGsOJgEeO +assorted-color-pastel-paper-pad Assorted Color Pastel Paper Pad Pad of high-quality, acid-free pastel paper with assorted colors. 12.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Color-Pastel-Paper-Pad-SBfKjHwVexSraXNS0kIClT64sMh6IF +mi-teintes-pastel-paper Mi-Teintes Pastel Paper High-quality pastel paper with a vellum texture for pastel and other dry media. 20.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mi-Teintes-Pastel-Paper-V8y256aAedWzWWRosR30SyBQjjaRJS +assorted-tinted-pastel-paper-pack Assorted Tinted Pastel Paper Pack Pack of assorted tinted pastel paper for creating colorful pastel artworks. 17.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Tinted-Pastel-Paper-Pack-0sqWqTqxSKU28BVMR7FFmWKoJupGfq +sennelier-abstract-acrylic-ink Sennelier Abstract Acrylic Ink Set of 6 highly pigmented and lightfast acrylic inks with a matte finish for a variety of techniques. 24.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Abstract-Acrylic-Ink-keYdqXUOyVxZrsvODdrfSEzWYhv28q +colorful-calligraphy-ink-set Colorful Calligraphy Ink Set Set of 6 vibrant colors of ink perfect for calligraphy and brush lettering. 24.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Colorful-Calligraphy-Ink-Set-B42VJiR6CAT9PQjvkLrI9Yea1PjBl3 +dr.-ph.-martin's-radiant-concentrated-watercolor Dr. Ph. Martin's Radiant Concentrated Watercolor Set of 12 transparent inks with superb lightfastness and flow with brushes, dip pens, and air brushes. 35.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dr.-Ph-jHvwqSwxzXj75kOyOZKNc3AoEK46VQ.-Martin's-Radiant-Concentrated-Watercolor +japanese-sumi-ink Japanese Sumi Ink Traditional Japanese sumi ink made from natural ingredients for an authentic feel. 15.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Japanese-Sumi-Ink-37EmgrY5JkmGKp6MHKFMWpt3ri3WPn +jacquard-pinata-color-alcohol-inks Jacquard Pinata Color Alcohol Inks Set of 9 alcohol-based acrylic inks known for their rich, vibrant colors and versatility on multiple surfaces. 28.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Pinata-Color-Alcohol-Inks-xmIgUZ4MYq9BAX8atCc7AKNFlgG8HV +metallic-calligraphy-ink-set Metallic Calligraphy Ink Set Set of metallic inks for adding shimmer and shine to your calligraphy projects. 19.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Calligraphy-Ink-Set-wLdX0suGbVPTNOmvBvZeO3IBhEsv9k +opaque-calligraphy-ink-set Opaque Calligraphy Ink Set Set of opaque inks for creating bold and impactful calligraphy designs. 22.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Opaque-Calligraphy-Ink-Set-tzhjYkiieXzbwNbM7SrljsgmCjGmnX +microsoft-surface-pro-7 Microsoft Surface Pro 7 Versatile 2-in-1 tablet with Intel Core processor, detachable keyboard, and Surface Pen support. 899.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Microsoft-Surface-Pro-7-9VSyf4vBux9tX9BY0fTmSXsU4DD45I +white-calligraphy-ink White Calligraphy Ink Opaque white ink ideal for creating contrast and highlights in your calligraphy work. 10.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Calligraphy-Ink-EBSI8wNvpX4VhtPPPf07nxsRrnksOh +wacom-intuos-bluetooth Wacom Intuos Bluetooth Compact drawing tablet with pressure-sensitive pen and wireless connectivity for creative work on the go. 79.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wacom-Intuos-Bluetooth-hln4qAA10E88RWMf6Tkucay7j5UewO +calligraphy-ink-refill-pack Calligraphy Ink Refill Pack Convenient pack of ink refills for your favorite calligraphy pens. 6.99 Calligraphy-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Calligraphy-Ink-Refill-Pack-M8ueiWbgMLFiTcdirzBNbTCGgYq1OE +prismacolor-nupastel-hard-pastels-set-of-24 Prismacolor Nupastel Hard Pastels (Set of 24) Versatile hard pastels for bold strokes and precise details, ideal for underpainting and sketching. 19.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Nupastel-Hard-Pastels-(Set-of-24)-CjHHSQvw3H6xPEX65YXM5cOXP1TEIS +derwent-pastel-pencils-set-of-24 Derwent Pastel Pencils (Set of 24) Smooth and blendable pastel pencils in a convenient set, perfect for creating soft textures and gradients. 34.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Pastel-Pencils-(Set-of-24)-fR1Ojil35hDbnHsHuxBO8jbJBZltNg +neon-oil-pastels-individual-neon-colors Neon Oil Pastels (Individual Neon Colors) Individual neon oil pastels for artists who want to customize their color selection. 1.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-(Individual-Neon-Colors)-AolfYQuT8FFz9IlnE0nWguJBUvLkkM +mungyo-gallery-soft-pastels-set-of-48 Mungyo Gallery Soft Pastels (Set of 48) Affordable and versatile soft pastels with a wide array of colors, suitable for various techniques and applications. 29.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mungyo-Gallery-Soft-Pastels-(Set-of-48)-goxMRsLpIsiyikTxJy8TcNiTj2wCfp +angled-shader-brush Angled Shader Brush Ideal for applying contour and shading with precision. 8.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Shader-Brush-L3PIvqUyHQO1mDxaRkfsUF1Nd8jYwk +angled-fan-brush Angled Fan Brush Great for highlighting and applying powder with a light touch. 7.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Fan-Brush-ZBYPNiXCksZkG27VFqliprliPCgmmQ +angled-blush-brush Angled Blush Brush Perfect for contouring and adding a flush of color to your cheeks. 9.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Blush-Brush-lEU6sPwY1Dhlc0G3z3wDzqOZt5LhLs +conte-a-paris-pastel-pencils-set-of-12 Conté à Paris Pastel Pencils (Set of 12) Traditional pastel pencils with strong pigmentation, great for sketching and drawing. 24.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Pastel-Pencils-(Set-of-12)-uB3qxmcyAvL0VabhfY0Izn8CwsWsTr +angled-eyeliner-brush Angled Eyeliner Brush Ideal for creating winged eyeliner looks with precision. 4.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Eyeliner-Brush-3t0qfNKnWIrCLApKUuedTebsl37hUR +angled-brow-and-lash-comb Angled Brow and Lash Comb Dual-ended brush for grooming and shaping eyebrows and lashes. 3.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Brow-and-Lash-Comb-EXhyFgYkGYgfo0pgnsqBUgkGXHcOeJ +angled-brow-brush Angled Brow Brush Great for filling in and defining eyebrows with ease. 5.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Brow-Brush-MxL3mUyM5dTPChgzOHDmVQEg4BFwlk +angled-liner-brush Angled Liner Brush Perfect for creating fine lines and details on your artwork. 6.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Liner-Brush-A8UlouQ2fBCE6UwX0EGhtr73HF9dpH +blick-premier-pastel-paper Blick Premier Pastel Paper Premium pastel paper ideal for professional pastel artists. 24.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blick-Premier-Pastel-Paper-hvHt0k0zehctKYloV205fq28klVPWs +gray-toned-pastel-paper Gray Toned Pastel Paper Gray-toned pastel paper for creating unique pastel artworks. 9.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gray-Toned-Pastel-Paper-Vp31mXxrJLam4u6UEQzmcutpG6CA7K +plastic-eraser Plastic Eraser Durable plastic eraser that erases cleanly without leaving residue. 1.49 Soft-erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plastic-Eraser-cCLjQIO6Jjua45szDoo9syCVUFdRIa +turquoise-pastel-pencil-individually Turquoise Pastel Pencil (Individually) Single turquoise pastel pencil for artists who want to add a pop of color to their artwork. 1.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-(Individually)-e9cZGNP5Y3IGpjORVQEYiyfYM5dTSZ +u.s.-art-supply-premium-charcoal-paper U.S. Art Supply Premium Charcoal Paper Acid-free paper with a fine tooth surface that grips charcoal for rich blacks and vibrant whites. 10.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/U.S-VryVnhIllhRXiuTJTdNoIAHZ4gjWd8.-Art-Supply-Premium-Charcoal-Paper +cosmetic-cotton-swabs-with-flexible-tips Cosmetic Cotton Swabs with Flexible Tips Gentle cotton swabs designed for makeup application and beauty routines. 6.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cosmetic-Cotton-Swabs-with-Flexible-Tips-8NlPDWGFsXtVDjPkB6uwKPiVtQZUUz +organic-cotton-swabs-biodegradable Organic Cotton Swabs - Biodegradable Eco-friendly cotton swabs made from organic cotton and biodegradable materials. 12.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Organic-Cotton-Swabs-Biodegradable-nw1LddtLgaMKvfFMriioLEgQt5tY4l +golden-high-flow-acrylics Golden High Flow Acrylics Set of 10 versatile high flow acrylics with excellent tinting strength and fluid consistency. 47.99 Acrylic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Golden-High-Flow-Acrylics-CIgfItb9JnsaZdcm6N9LnMgio8VNl2 +double-tipped-cotton-swabs Double-Tipped Cotton Swabs Dual-ended cotton swabs for precision cleaning and detailing. 7.49 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Double-Tipped-Cotton-Swabs-wKfdczjIXBfMOx8YbNKNUihMHiFEEz +bamboo-cotton-swabs-sustainable-choice Bamboo Cotton Swabs - Sustainable Choice Environmentally-friendly cotton swabs made from bamboo for reduced environmental impact. 8.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-Cotton-Swabs-Sustainable-Choice-d4w2WHyEtq43zYZBPqpjjjBoelGZki +cotton-swabs-pack-of-500 Cotton Swabs - Pack of 500 Multi-purpose cotton swabs for makeup application, cleaning, and crafting. 5.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Cotton-Swabs-Pack-of-500-8CfBuD8x1GrQ2xPb6erJ3792Ex8ebz +kids'-colored-cotton-swabs Kids' Colored Cotton Swabs Colorful cotton swabs for children's arts and crafts projects. 4.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kids'-Colored-Cotton-Swabs-QPCMOiRvylQK3YVF4UInPsVUjDDUX9 +sterile-cotton-swabs-medical-grade Sterile Cotton Swabs - Medical Grade Sterile cotton swabs for medical purposes, wound care, and first aid. 10.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sterile-Cotton-Swabs-Medical-Grade-6NOdDXZAMU0ZwB01aM7nBHTEmu5bqi +travel-size-cotton-swabs-portable-pack Travel Size Cotton Swabs - Portable Pack Compact pack of cotton swabs for on-the-go use while traveling or commuting. 3.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Size-Cotton-Swabs-Portable-Pack-qF76WWZ5T4aWYUuZHsxgbeveUUfeXH +huion-kamvas-pro-16 Huion Kamvas Pro 16 High-performance pen display tablet with full lamination technology and battery-free pen. 429.99 Wireless-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Huion-Kamvas-Pro-16-Y8u4QA65ROiDNAZSV6LO1R2tD0oFiZ +jumbo-cotton-swabs Jumbo Cotton Swabs Extra-large cotton swabs for art projects and large-scale cleaning tasks. 9.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Cotton-Swabs-kL7tBS6mrUjGOMQDOPiUUGrE59TLxM +lint-free-cotton-swabs Lint-Free Cotton Swabs Lint-free cotton swabs for electronics cleaning, camera lens maintenance, and precision work. 11.99 Cotton-swabs https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lint-Free-Cotton-Swabs-tZWD7p3Pk2ShfVsHaTLfYYO4wtoeNX +wirebound-travel-sketchbook Wirebound Travel Sketchbook Sketchbook with a sturdy wire binding that allows pages to lay flat for easy sketching. 13.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Travel-Sketchbook-YIYYnizzjxZf8NjdjfhkQ83VcVajTX +newsprint-charcoal-paper-pad Newsprint Charcoal Paper Pad Specially designed paper for charcoal drawing, ideal for practicing sketching and shading techniques. 9.99 Newsprint-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Newsprint-Charcoal-Paper-Pad-3Ap9lxJ0PmuSKI9oAgwI24CW2keTSD +artisul-d16 Artisul D16 Aluminum framed high-definition pen display tablet with pre-installed shortcut keys. 389.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artisul-D16-6Amx2svQOhIy6FIyNbf9CPgrakYuYI +miniature-travel-sketchbook-set Miniature Travel Sketchbook Set Set of 3 small sketchbooks perfect for capturing quick sketches and ideas while traveling. 9.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Miniature-Travel-Sketchbook-Set-wkeTMDGu2bCU6oGs9sUGRyjVJYQdNB +daler-rowney-fw-acrylic-ink-set Daler-Rowney FW Acrylic Ink Set Set of 6 highly pigmented acrylic inks with excellent lightfastness. 19.99 Drawing-Ink-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-FW-Acrylic-Ink-Set-SsvK8J6g21eQMHKqd1DkoMSGJtdHSf +liquitex-professional-spray-varnish Liquitex Professional Spray Varnish Artist-grade varnish spray for adding gloss or matte finish to acrylic or oil paintings. 16.99 All-Purpose-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Professional-Spray-Varnish-BCApJs4J2KDc4qL4WbWWRvglpxOI2i +leather-passport-holder Leather Passport Holder Genuine leather passport holder with RFID blocking technology to keep your information safe. 39.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Passport-Holder-rWUrX4LTPHyJI59DZ9QzynHSKUmZ5d +premium-leather-pencil-case Premium Leather Pencil Case Handmade leather pencil case with a soft velvet lining to protect your pencils. 29.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Leather-Pencil-Case-DEahF5aTW6bXLDaFg9pDamxEA5lvyY +leather-messenger-bag Leather Messenger Bag Vintage-inspired leather messenger bag with a padded laptop compartment for work or school. 109.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Messenger-Bag-7LHSvE7c3QEnNXTFaWYzc4HcNixTK0 +dot-grid-travel-sketchbook Dot Grid Travel Sketchbook Compact sketchbook with dot grid pages, perfect for sketching on the go. 9.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dot-Grid-Travel-Sketchbook-rVRul43w4jHnExh7musQ43BUhXN3Nm +hardcover-dot-grid-journal Hardcover Dot Grid Journal Elegant hardcover journal with dot grid pages, great for organizing thoughts and projects. 14.99 Dot-Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardcover-Dot-Grid-Journal-N13GqTFxOOQXrpM8ZeEATXS6wx545W +pocket-sketchbook-with-watercolor-paper Pocket Sketchbook with Watercolor Paper Compact sketchbook with specialized watercolor paper, perfect for on-the-go painting. 12.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pocket-Sketchbook-with-Watercolor-Paper-kRhvPOHQdNEXbMyRet5K7LDyQBNCDQ +leather-duffel-bag Leather Duffel Bag Durable leather duffel bag with multiple compartments for easy organization during travel. 89.99 Leather-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Duffel-Bag-3krmJAVMxd5v3YJweVh66jOH2kyLuk +silk-glasses-case Silk Glasses Case Elegant silk glasses case to protect your eyewear in style. 8.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silk-Glasses-Case-DKJZl2LnqDLUGrqxTfbXMWcrehom78 +silver-pastel-pencil-blending-stump-set Silver Pastel Pencil Blending Stump Set Set of blending stumps for smoothly blending metallic silver pastel pencil strokes for a seamless finish. 7.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Pastel-Pencil-Blending-Stump-Set-FHOOsmEn0ORfBfhLdcF5UMARXhsB9O +leather-bound-travel-sketchbook Leather-Bound Travel Sketchbook Luxurious sketchbook with a leather cover, perfect for artists who appreciate style and quality. 18.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leather-Bound-Travel-Sketchbook-i350vU1n6my8trxFdugptKqdJwxGKL +accordion-fold-travel-sketchbook Accordion Fold Travel Sketchbook Accordion fold sketchbook that expands to display one long continuous page for panoramic sketches. 16.99 Travel-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Accordion-Fold-Travel-Sketchbook-4t7BrZC5ydHZSOgUjDnErNFkbuH21G +velvet-jewelry-pouch Velvet Jewelry Pouch Luxurious velvet jewelry pouch to store your precious items. 12.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Velvet-Jewelry-Pouch-JO4RPvVcwIZQABL4k31bHOMr0AG3vf +dual-tip-watercolor-brush-pens Dual Tip Watercolor Brush Pens Set of 36 watercolor brush pens with fine tip and brush tip for versatile use. 29.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Watercolor-Brush-Pens-tTeFqKmoGVYl8e5weFGFWFk0bPIzRc +ugee-m708 UGEE M708 Large drawing area graphics tablet with 8 customizable shortcut keys and battery-free pen. 59.99 Graphic-Tablets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/UGEE-M708-fWRW2DHAE4mU2NiHFS8RlG6NzJylnZ +wooden-french-style-easel Wooden French Style Easel Classic and versatile easel made of durable beech wood with adjustable height and tilt. 89.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wooden-French-Style-Easel-hI8i142x1JnW7HIVRuhIb5TWheUuWX +shimmering-silver-pastel-pencils-set-of-24 Shimmering Silver Pastel Pencils Set of 24 Expanded set of 24 shimmering silver pastel pencils for even more creative possibilities. 19.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Shimmering-Silver-Pastel-Pencils-Set-of-24-3cOpEda4vecO2i6ujtmeve2VvhCOoB +fabric-laptop-sleeve Fabric Laptop Sleeve Soft fabric laptop sleeve with padded interior for extra protection. 24.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabric-Laptop-Sleeve-jbW1eDyNnGOWIM83RNGQeUD7G0R4yV +premium-rough-texture-charcoal-paper-block Premium Rough Texture Charcoal Paper Block A high-quality block of rough texture charcoal paper, perfect for professional charcoal artists. 29.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Rough-Texture-Charcoal-Paper-Block-bP05wkZqAaEl5zXe4O5kN7HT9WrXQF +plush-toy-storage-bag Plush Toy Storage Bag Soft plush toy storage bag with drawstring closure for easy access. 16.99 Soft-Fabric-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plush-Toy-Storage-Bag-1My0KIvACqzChYrmADHAaAo97qa5PE +shimmering-silver-pastel-pencils-set-of-12 Shimmering Silver Pastel Pencils Set of 12 Set of 12 shimmering silver pastel pencils perfect for adding metallic accents to your artwork. 9.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Shimmering-Silver-Pastel-Pencils-Set-of-12-M14BACOEedXWPPHibMLDRjaul77Ql5 +rough-texture-charcoal-paper-pad-set Rough Texture Charcoal Paper Pad Set A set of multiple rough texture charcoal paper pads in different sizes, ideal for artists who work on various scales. 22.99 Rough-Texture-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rough-Texture-Charcoal-Paper-Pad-Set-DIgl9tbCj4Hv50XIomwpmPI3u6k9EZ +silver-pastel-pencil-eraser Silver Pastel Pencil Eraser Eraser specialized for silver pastel pencils to easily correct mistakes and smudges. 2.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Pastel-Pencil-Eraser-TM2gFPJ5wHKixx0dsmfkURgpNrU5ON +silver-metallic-acrylic-paint-tube Silver Metallic Acrylic Paint Tube Tube of metallic silver acrylic paint for mixing custom shades or painting shiny surfaces. 6.99 Shimmering-Silver-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Acrylic-Paint-Tube-tVqFfBe297c39oxE232XHsgx4D1ksG +renaissance-oil-paint-set Renaissance Oil Paint Set Set of high-quality oil paints in classic renaissance colors for traditional painting techniques. 39.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Renaissance-Oil-Paint-Set-FFL6wGaEKAQyy866SoT6tHZZ0DRI6G +verrocchio-sculpting-clay Verrocchio Sculpting Clay Premium sculpting clay for creating renaissance-style sculptures with fine details. 17.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Verrocchio-Sculpting-Clay-FlOGI62trDmMx4u4pcieirnBogDgK2 +caravaggio-light-and-shadow-set Caravaggio Light and Shadow Set Set of brushes and paints curated to achieve the dramatic light and shadow effects seen in Caravaggio's paintings. 34.99 Renaissance https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caravaggio-Light-and-Shadow-Set-MERAffX6jHoWfPUfS7vC7qhbpYWgHD +strathmore-400-series-sketchpad Strathmore 400 Series Sketchpad Wire-bound sketchpad with heavyweight paper, ideal for dry media and light watercolor. 9.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Sketchpad-UsGUZX0NA9wMQ4jgP7ma7WDXqqzm7N +canson-xl-series-mix-media-paper Canson XL Series Mix Media Paper Versatile paper suitable for various mixed media techniques including charcoal. 9.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Mix-Media-Paper-ndEZyHWZdHRNwKx6qkHv8MASV0kRQI +canson-art-book-one-sketchbook Canson Art Book One Sketchbook Sleek spiral bound sketchbook with drawing paper suitable for pencils, ink, and markers. 11.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Art-Book-One-Sketchbook-2qjzOXb1GN4A9SoYDm7RRl2glZ2qSf +arches-140-lb-hot-press-paper-pad Arches 140 lb Hot Press Paper Pad Smooth hot press paper great for charcoal and mixed media techniques. 24.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arches-140-lb-Hot-Press-Paper-Pad-fxzeWhIu0eo70ta6GPcxPAHjHRxHIx +bone-burnisher Bone Burnisher Smooth bone burnisher for polishing and shaping metal jewelry. 9.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bone-Burnisher-Y1Q6TNjGxzJhSnWRHPHVRcF6bsFg02 +oval-blending-brush Oval Blending Brush Oval-shaped blending brush for blending large areas with ease. 7.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Oval-Blending-Brush-7K3TrbyVQGRNu99u1u010HIIpldBFw +rounded-blending-brush-set Rounded Blending Brush Set Set of 5 different sized rounded blending brushes for seamless blending of colors. 12.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rounded-Blending-Brush-Set-UEBSXKekaLaXKJvwyR0VUyi7TVqueU +legion-stonehenge-multi-media-pad Legion Stonehenge Multi Media Pad Multi media pad great for charcoal, ink, and other techniques. 16.99 Mixed-Media-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Legion-Stonehenge-Multi-Media-Pad-mQeoR9BSsCjffnnphLVi85EBgJL7AA +dabber-sponge-sticks Dabber Sponge Sticks Pack of dabber sponge sticks for applying paint and ink in controlled patterns. 6.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dabber-Sponge-Sticks-u0rhIybcsLhmoCVwDV93A96WzyHPUr +winsor-and-newton-workable-fixative-spray Winsor & Newton Workable Fixative Spray A workable fixative spray that allows for reworking artwork without smudging. 15.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Workable-Fixative-Spray-GlJvmHJAGFmEpzt9LoHpO7537FgCxK +metallic-watercolor-brush-pens Metallic Watercolor Brush Pens Set of 12 metallic watercolor brush pens for adding shimmer and shine to artwork. 19.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Watercolor-Brush-Pens-0Lh6UINYa1F4p8zQWMaNUa098cWgh0 +floral-watercolor-brush-pen-set Floral Watercolor Brush Pen Set Set of 12 watercolor brush pens in floral inspired colors for botanical illustrations. 18.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Floral-Watercolor-Brush-Pen-Set-6cPxYIP0V7iQVkuoKHR4Jd54OaHJPt +rubber-tipped-burnisher Rubber Tipped Burnisher Rubber tipped burnisher for shaping and smoothing paper and cardstock in scrapbooking. 6.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubber-Tipped-Burnisher-DrcZQRPF2uAaFW6W9vZyL4fLdSgQwb +artist's-loft-spiral-sketchbook Artist's Loft Spiral Sketchbook Spiral bound sketchbook with medium weight paper, perfect for pen, pencil, and light washes. 12.99 Spiral-Bound-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artist's-Loft-Spiral-Sketchbook-2Kqgfd2UsNpZC8cLjgDeLHvTTJJszs +canson-mi-teintes-charcoal-paper-sheets Canson Mi-Teintes Charcoal Paper Sheets Durable paper with two-sided texture for charcoal sketches and blending techniques. 16.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Charcoal-Paper-Sheets-JXZKF4NTb9YcFIQqTIub8lMFawTlxu +kneaded-art-gum-eraser Kneaded Art Gum Eraser A versatile eraser that molds to any shape for precise erasing in art projects. 2.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Kneaded-Art-Gum-Eraser-kxTqJWvckzMzRvVQXvXdc5tDNIm3pw +strathmore-400-series-charcoal-paper-pad Strathmore 400 Series Charcoal Paper Pad Heavyweight textured paper perfect for charcoal drawings and sketching. 12.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Charcoal-Paper-Pad-jeJG6878EWKc5YRS6T1rlOeNGI1HlV +metal-leaf-burnisher Metal Leaf Burnisher Specialized metal leaf burnisher for applying and burnishing gold and silver leaf onto surfaces. 19.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metal-Leaf-Burnisher-pqnjK014hdPYKxNhRXzavfMGxMxl5v +set-of-24-watercolor-brush-pens Set of 24 Watercolor Brush Pens Vibrant water-based ink brush pens perfect for creating watercolor effects. 25.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-24-Watercolor-Brush-Pens-ge19UJrABUNQCHNdUJOXXU8YhTzcfT +silicone-blending-tool Silicone Blending Tool Silicone blending tool for creating unique blending effects with different mediums. 11.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silicone-Blending-Tool-Zyl7eqQ4AMMc5aOzpLJ6d83DVDIBd1 +small-clear-plastic-bead-organizer Small Clear Plastic Bead Organizer A small clear plastic organizer with individual compartments for sorting and storing beads, jewelry findings, or other small craft supplies. 3.99 Grid-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Small-Clear-Plastic-Bead-Organizer-H2fqC0jxmOSpI2HYrVxGBwZ07n1pL8 +neon-portable-crayon-sharpener Neon Portable Crayon Sharpener Portable crayon sharpener with neon accents for travel use. 0.99 Neon-crayon-sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Portable-Crayon-Sharpener-Sl1FvgwBPUv7f6CENHZFvglZPdxM3k +blending-stump-and-tortillion-set Blending Stump and Tortillion Set A set of 10 blending stumps and 10 tortillions for various blending techniques in drawing and sketching. 12.99 Blending-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stump-and-Tortillion-Set-JBhP8jfWABkBm4kSQz6bHdOyjRRCM1 +fabriano-tiziano-charcoal-paper-pack Fabriano Tiziano Charcoal Paper Pack Italian-made paper with a textured surface ideal for charcoal and pastel work. 14.99 Textured-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Charcoal-Paper-Pack-I804Zod3zPKdxPw5xdEWJDxYgHf1c3 +soft-grip-burnishing-tool Soft Grip Burnishing Tool Ergonomic soft grip burnishing tool for adding texture and detail to clay and pottery. 8.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Soft-Grip-Burnishing-Tool-QbkjkMyaRDT4MCSb43LZMd1IAJFM50 +duo-fiber-blending-brush Duo Fiber Blending Brush Blending brush with duo fiber bristles for a soft and diffused finish. 8.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Duo-Fiber-Blending-Brush-jnYda4YPQ04oKQga1VkShUF7g2Ynmi +mont-marte-fixative-matte-spray Mont Marte Fixative Matte Spray A matte finish fixative spray that protects charcoal, pastel, pencil, and chalk drawings. 8.99 Low-Odor-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mont-Marte-Fixative-Matte-Spray-1IIziBqruL2Xjy8btNFT1ZWz0JUgnl +precision-blending-brush Precision Blending Brush Small precision blending brush for precise blending and shading. 5.99 Blending-brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Precision-Blending-Brush-CPbAvt0H1DIx3803U8Cuw0oVElzasm +ball-burnisher Ball Burnisher Ball burnisher tool for burnishing and shading in pencil drawings and illustrations. 5.99 Burnishers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ball-Burnisher-FHN49iMhML3uJ2ocRbvmYTkhduBwVW +assorted-natural-sea-sponges Assorted Natural Sea Sponges Set of natural sea sponges in various sizes for painting, pottery, and crafting. 12.99 Sponges https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Natural-Sea-Sponges-NOIkDWCCN8gpGjebnY4yyo7jUUh9sv +skin-tone-watercolor-brush-pens Skin Tone Watercolor Brush Pens Set of 12 watercolor brush pens specially designed for realistic skin tones in portraits. 21.99 Watercolor-Brush-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Skin-Tone-Watercolor-Brush-Pens-IRRBigHlqG2rsFZeL3bG7rBKxYvdqD +bamboo-table-easel Bamboo Table Easel Environmentally-friendly easel made of sustainable bamboo, compact and stylish for small spaces. 34.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-Table-Easel-4RCUl1ZPJqtdniy7DQAOl6JXi9UZrt +collapsible-field-easel Collapsible Field Easel Portable easel with telescopic legs for easy transport and setup outdoors. 39.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Collapsible-Field-Easel-kYkhKpPAp41B7jIUdJwrUw8kN2RVHE +white-vinyl-art-gum-eraser White Vinyl Art Gum Eraser Soft and gentle eraser for smoothly erasing pencil marks on various surfaces. 1.49 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Vinyl-Art-Gum-Eraser-TZr4yaV2EaJYI3lNOqopZp6vpxKPjx +multi-angle-easel-stand Multi-Angle Easel Stand Adjustable stand for displaying artwork or holding reference materials, ideal for presentations. 19.99 Portable-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Multi-Angle-Easel-Stand-YHPowA91s0SmyJBiFBKkhCWqDLKvYX +grumbacher-matte-varnish-spray Grumbacher Matte Varnish Spray A gloss varnish that can be used as a fixative for charcoal, pastel, and pencil drawings. 9.99 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Matte-Varnish-Spray-KOWkRAPTP9yzmiZjerS8u1Lvigd7gR +liquitex-matte-medium Liquitex Matte Medium A non-yellowing matte medium that can be used as a fixative or mixed with paint. 11.79 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Matte-Medium-Hp1gGbtKEH0QWJWmWW3beB1RVDMWg2 +heavy-duty-wooden-h-frame-studio-easel Heavy Duty Wooden H-Frame Studio Easel Sturdy and adjustable easel made of solid wood, ideal for large canvas sizes. 149.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Wooden-H-Frame-Studio-Easel-MTTR6SLf6UpCATCxI6WPBmoPHxqule +jumbo-art-gum-eraser Jumbo Art Gum Eraser Extra-large eraser for covering a larger surface area with ease and efficiency. 5.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Art-Gum-Eraser-FIluXrIqE58hv5v1tsnEeGoFdFBh2m +thin-art-gum-eraser-sticks Thin Art Gum Eraser Sticks Pack of slim eraser sticks for detailed erasing in small or intricate areas. 4.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Thin-Art-Gum-Eraser-Sticks-goIybxXjy13q8oe4nPyYMWAVMvjlc2 +vintage-art-gum-eraser-set Vintage Art Gum Eraser Set Antique-style erasers in a decorative tin for a touch of nostalgia in your art supplies. 8.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Art-Gum-Eraser-Set-J2EEZA7kbTq9RLMBsNbvzBjTFCPqO9 +stick-vinyl-eraser Stick Vinyl Eraser Slim vinyl eraser stick that is ideal for erasing small details and tight spaces. 1.29 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stick-Vinyl-Eraser-3asXWWNLjuJ2T0o0KuXdQENjgAtnRy +vinyl-eraser-pencil-toppers Vinyl Eraser Pencil Toppers Fun pencil toppers in the shape of vinyl erasers for erasing mistakes with style. 0.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Eraser-Pencil-Toppers-AT1QM5zD2hS4kojxAPEVYWFZsCMZG5 +vinyl-eraser-shield Vinyl Eraser Shield Handy shield with various cut-out shapes for precise erasing without smudging. 2.99 Vinyl-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vinyl-Eraser-Shield-PuWgzZMjKInh1h4AhEWCUeis0HJHSB +heavy-duty-pastel-pencil-sharpener Heavy-Duty Pastel Pencil Sharpener A sturdy sharpener with a large shaving reservoir for frequent use. 14.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Pastel-Pencil-Sharpener-UJLp1HgWCtaSeJnv345ysZcZbWWuOF +handheld-pastel-pencil-sharpener Handheld Pastel Pencil Sharpener A compact handheld sharpener that can be easily carried in an art bag. 5.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Handheld-Pastel-Pencil-Sharpener-rdGNbdj6HwMOiTgvOUsKNkOLncMTDp +portable-battery-operated-sharpener Portable Battery-Operated Sharpener A compact sharpener powered by batteries, ideal for artists on the go. 12.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-Battery-Operated-Sharpener-v58w6g6pjUkZDkqGiClZqYzUiXjGQ4 +faber-castell-perfection-eraser-refills Faber-Castell Perfection Eraser Refills Refills for Faber-Castell mechanical pencil erasers, durable and long-lasting. 5.99 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Perfection-Eraser-Refills-aFF2E8JfKOaO1JIlLScaZ598G19Oml +glow-in-the-dark-crayons-bucket Glow-in-the-Dark Crayons Bucket Large bucket of 50 glow-in-the-dark crayons for multiple art projects. 19.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Bucket-E5Zq5vxCCOYbltdQZR0muL0DaAm7MB +recyclable-bottle-fixative-spray Recyclable Bottle Fixative Spray Eco-friendly fixative spray in a recyclable bottle, ideal for artists looking to reduce waste. 9.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Recyclable-Bottle-Fixative-Spray-DamHBzwH7d8fageLiIBkCxGj8fF7se +strathmore-400-series-toned-charcoal-paper-pad Strathmore 400 Series Toned Charcoal Paper Pad Heavyweight paper with a unique gray toned surface, perfect for charcoal and pastel drawings. 12.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Toned-Charcoal-Paper-Pad-gb6AGthk10o7tNkPSzE7Amfd656ey0 +pink-pearl-art-gum-eraser Pink Pearl Art Gum Eraser Classic eraser design for removing graphite without smudging or tearing paper. 0.99 Art-Gum-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pink-Pearl-Art-Gum-Eraser-6WJHAf3JXZSBA7oq4VWhHLYciKyLHi +mi-teintes-touch-pastel-paper-pad Mi-Teintes Touch Pastel Paper Pad Touch texture paper with a toned surface on both sides, perfect for pastel and pencil drawings. 11.49 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mi-Teintes-Touch-Pastel-Paper-Pad-3cWVO6DD71geSLgKf2HRi6T8bJWFP0 +soy-based-fixative-spray Soy-Based Fixative Spray Fixative spray made from soybeans, offering a sustainable and effective solution for preserving your artwork. 10.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Soy-Based-Fixative-Spray-eBRbaBIs3TluTqDNiISiLmbbDzzzE1 +turquoise-pastel-pencil-set-12-count Turquoise Pastel Pencil Set (12 Count) Set of 12 pastel pencils in dazzling turquoise color, perfect for sketching and drawing. 14.99 Dazzling-Turquoise-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turquoise-Pastel-Pencil-Set-(12-Count)-Oi27vJ9zbfxH9JyX0QwTPCiteTU5ey +iridescent-metallic-pencils-set-24-colors Iridescent Metallic Pencils Set (24 Colors) Set of 24 iridescent metallic pencils for a wider range of shimmering colors. 24.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencils-Set-(24-Colors)-MgFqQs6sbso7PHfzwKhlYJS8oz5wah +caran-d'ache-pastel-pencils-set-of-12 Caran d'Ache Pastel Pencils (Set of 12) High-quality oil-based pastel pencils with excellent lightfastness, suitable for professional artists. 39.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Pastel-Pencils-(Set-of-12)-25tCDlbLaSAJD3TJOfDhpPFaPWhv5K +silver-metallic-pencil-set-6-pieces Silver Metallic Pencil Set (6 pieces) Set of 6 silver metallic pencils perfect for adding shimmer and shine to your artwork. 9.99 Silver-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Silver-Metallic-Pencil-Set-(6-pieces)-rGDnLHLCRqSnOXtIwq5P8cirDTIi0u +rembrandt-soft-pastel-set-assorted-colors Rembrandt Soft Pastel Set (Assorted Colors) Professional-quality soft pastels in a range of colors, perfect for creating luminous and vibrant artworks. 69.99 Pastel-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rembrandt-Soft-Pastel-Set-(Assorted-Colors)-tT9DzQ6CYuIOwgiHmqsV6WSqo9dSUn +neon-refillable-crayon-set-glitter-edition Neon Refillable Crayon Set (Glitter Edition) Sparkly and colorful neon crayons in refillable set. 14.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Refillable-Crayon-Set-(Glitter-Edition)-P2SUuNugLpiBNup7PgLKlODHpqgVrS +iridescent-metallic-pencil-art-set-beginner Iridescent Metallic Pencil Art Set (Beginner) Complete art set including iridescent metallic pencils, sketchbook, and accessories for beginners. 29.99 Iridescent-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Pencil-Art-Set-(Beginner)-bTWHJ2rWgHHWsTQYhoznCkewwmE2l8 +neon-oil-pastels-set-12-colors Neon Oil Pastels Set (12 colors) Vibrant neon colors in oil pastel form, perfect for adding a pop of color to your artwork. 12.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Set-(12-colors)-YPEuk6erSK6ZSDhBpm2QidobRpqeiY +neon-oil-pastels-art-set-includes-pastels-sketchbook-and-storage-case Neon Oil Pastels Art Set (Includes Pastels, Sketchbook, and Storage Case) Complete art set with everything you need to create vibrant neon oil pastel artworks. 29.99 Neon-oil-pastels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Oil-Pastels-Art-Set-(Includes-Pastels-Sketchbook-and-Storage-Case)-Ust11ATrUI1fcPx935b9Aik3MO2n9G +chalk-ink-pens-primary-colors Chalk Ink Pens (Primary Colors) Chalk ink pens in primary colors for bold and vivid drawings on chalkboard surfaces. 6.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chalk-Ink-Pens-(Primary-Colors)-ALGNcplaycb0PWbMKI3D4Gvi84ytZC +glow-in-the-dark-crayons-set-neon-colors Glow-in-the-Dark Crayons Set (Neon Colors) Set of 8 neon-colored glow-in-the-dark crayons for vibrant artwork that glows. 6.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Set-(Neon-Colors)-cyq3rejy273AvITBlaO7k0rtM5pLdg +dual-tip-chalk-markers-earth-tones Dual Tip Chalk Markers (Earth Tones) Dual tip chalk markers with earth tone colors for versatile art and sign-making projects. 8.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Chalk-Markers-(Earth-Tones)-VP6Q1C6OIKINA6h6sCWHvPu0ElJNag +neon-pastel-pencils-individual-pencils Neon Pastel Pencils (Individual Pencils) Individual neon pastel pencils for adding pops of color to your drawings. 1.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-(Individual-Pencils)-YqI9uomXdWT4PG1CzQeiJH4IZqUhuW +pro-art-canvas-paper-pad Pro-Art Canvas Paper Pad Acid-free paper with a canvas-like texture, ideal for sketching and painting. 10.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pro-Art-Canvas-Paper-Pad-7X10ats29azpZvrlxicZl9YfiuE0v9 +loxley-canvas-paper-pad Loxley Canvas Paper Pad 20 sheets of canvas-textured paper suitable for use with acrylics and oils. 18.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Loxley-Canvas-Paper-Pad-xNMPR5XWLaFbgnZZ0Aa0C9nUGdLnEQ +arteza-canvas-paper-pack Arteza Canvas Paper Pack 20 sheets of canvas-textured paper for use with various art mediums. 19.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-Canvas-Paper-Pack-l6z5suMK6Xmm0P3PKteiSaWdoBGobz +prismacolor-magic-rub-eraser-refills Prismacolor Magic Rub Eraser Refills Refills for Prismacolor erasers, latex-free and non-abrasive erasing. 4.79 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Magic-Rub-Eraser-Refills-TyNFLJa103MNdok0b2IWb5TZegG56j +suction-mount-pencil-sharpener Suction Mount Pencil Sharpener A sharpener with a suction cup base for attaching to a table or desk. 10.99 Pastel-Pencil-Sharpeners https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Suction-Mount-Pencil-Sharpener-KBVmCBCe6360G2lS6Riabt3S2mz5vl +zebra-delguard-eraser-refills Zebra DelGuard Eraser Refills Refills for Zebra mechanical pencil erasers, precise and controlled erasing. 3.89 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-DelGuard-Eraser-Refills-8YvIAfVMq97M1VkEQzGf9jifAEIhby +staedtler-mars-plastic-eraser-refills Staedtler Mars Plastic Eraser Refills Refills for Staedtler mechanical pencil erasers, clean and smudge-free erasing. 2.79 Eraser-Refills https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Mars-Plastic-Eraser-Refills-AVTVd7h3rcXGtRKpQrZBBPSjXbduuh +neon-crayon-refill-pack Neon Crayon Refill Pack Set of neon crayon refills in assorted colors. 5.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Refill-Pack-fWaEy8pXD1tlIMApEkP5QHpzjkkGjY +neon-crayon-art-kit Neon Crayon Art Kit All-in-one kit for creating vibrant neon crayon art. 19.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Art-Kit-A6fHhGY4EGVCRo0KvEBXcsIPzNUj3S +neon-refillable-crayon-set Neon Refillable Crayon Set Vibrant neon colors in refillable crayons for endless creativity. 12.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Refillable-Crayon-Set-yEEGzz5QFw4zuaG9y9tXhP52ks1WLK +long-point-pencil-sharpener-with-tortillon Long Point Pencil Sharpener with Tortillon Handheld sharpener with a tortillon for creating fine points in pencils and blending drawings. 2.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Long-Point-Pencil-Sharpener-with-Tortillon-scNf7YoUd25rcjTPtgkJqoWFHFiT3Z +kitchenaid-diamond-blender KitchenAid Diamond Blender High-performance blender with a robust motor and unique diamond blending system. 159.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/KitchenAid-Diamond-Blender-iFiH5MGMXl2dSMfK7VpeqXfpXWnG6d +spiral-bound-mixed-media-sketchbook Spiral Bound Mixed Media Sketchbook A convenient sketchbook for artists on the go, perfect for mixed media projects. 14.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Bound-Mixed-Media-Sketchbook-Y0KTe1DyChzkWx6JPq4erZZRDaeOy6 +watercolor-mixed-media-sketchbook Watercolor Mixed Media Sketchbook A specialized sketchbook made for watercolor and mixed media artists. 22.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Mixed-Media-Sketchbook-A3M4gxfql9ZWyiZr8ilrT2Rzo8RjNH +koh-i-noor-woodless-colored-pencil-blender Koh-I-Noor Woodless Colored Pencil Blender Woodless colored pencil blender for smooth blending and shading of pastel colors. 5.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Woodless-Colored-Pencil-Blender-yeuLi3E1of4qwYWXI9dnVDatkipoLI +winsor-and-newton-artists'-aerosols-fixative Winsor & Newton Artists' Aerosols Fixative Fast-drying fixative spray designed to protect pencil, charcoal, pastel, and chalk drawings. Provides a durable, smudge-proof finish. 9.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-Artists'-Aerosols-Fixative-5xLgLtAj3Y6OhR9o4fNB2JKkFaqA42 +krylon-k01305-gallery-series-artist-and-clear-coatings-aerosol Krylon K01305 Gallery Series Artist and Clear Coatings Aerosol Fast-drying fixative spray suitable for use on pencil, charcoal, pastel, chalk, watercolor and more. Provides a protective coating. 12.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01305-Gallery-Series-Artist-and-Clear-Coatings-Aerosol-2YeGpQfVRLHoLpIXeZDn9Inq4Aftpc +lascaux-uv-protective-varnish-spray Lascaux UV-Protective Varnish Spray Archival varnish spray that enhances and protects artwork from UV damage. 29.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-UV-Protective-Varnish-Spray-5tirKM5LyQ5SPTNta55eeqdF1WuAu4 +maimeri-classico-retouch-varnish Maimeri Classico Retouch Varnish A retouch varnish spray that revitalizes colors in dry paint films and provides temporary protection for unfinished artwork. 13.5 Oil-based-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Maimeri-Classico-Retouch-Varnish-4UVZND8phItJ6C8jMrsTB6JQENBncO +spectrafix-sfx-212-odorless-fixative-spray SpectraFix SFX-212 Odorless Fixative Spray Odorless fixative spray made from milk casein for a non-toxic, eco-friendly option. Dries quickly and offers smudge protection for artwork. 13.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/SpectraFix-SFX-212-Odorless-Fixative-Spray-DYQ5U0BJ2nO7PdonmDSP0DauyUNpk9 +glowing-green-pastel-pencil-eraser Glowing Green Pastel Pencil Eraser Special eraser designed for glowing green pastel pencils, effectively removing mistakes while keeping your artwork glowing. 3.49 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glowing-Green-Pastel-Pencil-Eraser-VTo11Mee2Tzy8o6qH6TmhZngIL19pL +sennelier-soft-pastels Sennelier Soft Pastels Soft pastels that have a high pigment concentration for vibrant colors. 39.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Soft-Pastels-nI2SX2Wq2CpM3xQkYYFGjddJVTvqTU +fluorescent-green-pastel-pencils Fluorescent Green Pastel Pencils Set of 8 fluorescent green pastel pencils that glow under blacklight, perfect for creating stunning visual effects. 11.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Green-Pastel-Pencils-kioXCh5yIOvp6HkDZxIstQSIMYChp2 +assorted-tortillons-set Assorted Tortillons Set Set of 6 tortillons made from rolled paper for blending charcoal, pastel, and pencil drawings. 5.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Tortillons-Set-QhhtWyf9AIHhCotmijAKNRkEh5c32N +travel-size-mixed-media-sketchbook Travel Size Mixed Media Sketchbook A compact sketchbook designed for artists on the move, compatible with various mediums. 7.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Size-Mixed-Media-Sketchbook-2tEsVVdoBEd0Fn9TMrOWrtWotre33y +blick-premier-watercolor-paper-block Blick Premier Watercolor Paper Block Acid-free paper block suitable for charcoal and pencil drawing as well. 24.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blick-Premier-Watercolor-Paper-Block-CPbkeSQOna0vehfF2gS3pqzXnOFW1e +fabriano-artistico-watercolor-paper Fabriano Artistico Watercolor Paper Acid-free paper also suitable for charcoal and pastel artwork. 19.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Artistico-Watercolor-Paper-wCVq3LCTcR8K4pwaEVcmcBV489OFv7 +fabriano-accademia-drawing-paper Fabriano Accademia Drawing Paper Acid-free paper ideal for charcoal sketches and drawings. 10.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Accademia-Drawing-Paper-c0v30VQOdEWM9rFiMs1YdImyCtoQ2Z +faber-castell-pitt-pastel-pencils Faber-Castell Pitt Pastel Pencils Professional-quality pastel pencils for blending and layering colors in artwork. 14.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Pitt-Pastel-Pencils-yrO35csS4r6QylXHTrD1CNSViDcmVn +caran-d'ache-pastel-pencils Caran d'Ache Pastel Pencils Highly pigmented pastel pencils for vibrant colors and smooth blending. 4.99 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Pastel-Pencils-5iuIZ5DnqKnieehKpNonz12yjU1dKB +staedtler-karat-aquarell-blender-pencils Staedtler Karat Aquarell Blender Pencils Watercolor blender pencils for blending and adding watercolor effects to pastel artwork. 8.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Karat-Aquarell-Blender-Pencils-Gj9JhfmBBDUJNoTfNQFQqtnBT3BCm1 +ecoline-liquid-watercolor-ink Ecoline Liquid Watercolor Ink Versatile liquid watercolor ink that can be used with dip pens for colorful effects. 5.49 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ecoline-Liquid-Watercolor-Ink-nRWjl2p1NEqWJE2r6bqcx8PFCjfSTU +glow-in-the-dark-pastel-pencils-set Glow-in-the-Dark Pastel Pencils Set Set of 12 pastel pencils that glow green in the dark, perfect for special effects and fun drawings. 14.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Pastel-Pencils-Set-HeFQUJA81MyhHaAsw2vyBT13tmpsH1 +drawing-paper-pad Drawing Paper Pad Heavyweight paper pad suitable for sketching with charcoal and other dry media. 14.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drawing-Paper-Pad-5i5PZoTrv40Zbco1K8Br18Svntx551 +carbothello-chalk-pastel-pencils-in-dark-red Carbothello Chalk-Pastel Pencils in Dark Red Chalk-pastel pencils in dark red for creating bold and expressive drawings with rich color intensity. 6.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Carbothello-Chalk-Pastel-Pencils-in-Dark-Red-Hu3h7pKmgys7vKNC46XkfnrVJSe5FQ +charcoal-drawing-instruction-book Charcoal Drawing Instruction Book Book with tutorials and tips for creating stunning charcoal drawings. 16.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Drawing-Instruction-Book-b63Hl5HZNmQeTXkM605u1ikboV2UmR +tortillon-drawing-tools-kit Tortillon Drawing Tools Kit Kit containing various sizes of tortillons and blending stumps for all your drawing and shading needs. 11.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillon-Drawing-Tools-Kit-GF9dVU4r04gup5V7SCOLum4PVYFbkq +spectrafix-fixative-spray SpectraFix Fixative Spray An eco-friendly fixative spray made with milk protein that provides a glossy finish for pastel and charcoal drawings. 17.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/SpectraFix-Fixative-Spray-V9RAGuNkNPP94PJkbEpqT8NiUIER1g +hamilton-beach-power-elite-blender Hamilton Beach Power Elite Blender 12 blending functions and Wave-Action system for smooth results every time. 29.99 Mechanical-Blenders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hamilton-Beach-Power-Elite-Blender-v1nVIo4Vmkn6SqkvNaxNQGkitn5WtU +marker-paper-mixed-media-sketchbook Marker Paper Mixed Media Sketchbook A sketchbook designed for marker enthusiasts, featuring bleed-proof paper for mixed media artwork. 16.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Marker-Paper-Mixed-Media-Sketchbook-GNddEDOlGvaX271N8tdlARRCeiV4pQ +calligraphy-watercolor-gel-pens Calligraphy Watercolor Gel Pens Set of 6 gel pens with chisel tip, ideal for calligraphy and lettering projects. 11.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Calligraphy-Watercolor-Gel-Pens-ojpkkkDEP6mwQjVqTc70xIRjZf6A6q +stonehenge-drawing-paper Stonehenge Drawing Paper Versatile, acid-free paper for charcoal, pen, and pencil drawings. 16.99 Acid-Free-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Drawing-Paper-AX9dniJVQrSFVsPPlcpx5hO1GyuenI +pastel-watercolor-gel-pens-set Pastel Watercolor Gel Pens Set Set of 12 gel pens in beautiful pastel colors, perfect for adding a pop of color to your art projects. 14.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Watercolor-Gel-Pens-Set-5TAzUqbUD8iIn7YhGgcLUifQObRGje +stone-carving-kit Stone Carving Kit Essential tools and materials for beginners to start stone carving projects. 29.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stone-Carving-Kit-wt0FYiIoTBjoXr4kuakD2Yr06ndH43 +grumbacher-549-11-11-fixative-spray Grumbacher 549 11 11 Fixative Spray Professional-grade fixative spray that dries quickly and provides a clear, matte finish. Ideal for use with pastels and charcoal. 14.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-549-11-11-Fixative-Spray-DKPhoViYJZBcGrJLdGh8YJl7SOQ713 +royal-talens-rembrandt-soft-pastels-in-deep-carmine Royal Talens Rembrandt Soft Pastels in Deep Carmine Soft pastels in deep carmine shade with high-quality lightfast pigments for lasting artwork. 39.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Royal-Talens-Rembrandt-Soft-Pastels-in-Deep-Carmine-x5CBhnNg0f49Q7V9Zpxmv0REq4ImAP +eco-friendly-green-pastel-pencils Eco-Friendly Green Pastel Pencils Set of 24 eco-friendly pastel pencils in shades of green, made from sustainable materials for a more environmentally conscious choice. 19.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eco-Friendly-Green-Pastel-Pencils-D3RmDrjZX6MpgLrWxp4H5FtfJs70LQ +koh-i-noor-gioconda-soft-pastel-pencils Koh-I-Noor Gioconda Soft Pastel Pencils Soft pastel pencils that are easy to blend and create beautiful effects. 19.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Gioconda-Soft-Pastel-Pencils-V6NaJPPDNiTZZay9YgHI7HoEF7N3B6 +green-lantern-limited-edition-pastel-pencils Green Lantern Limited Edition Pastel Pencils Exclusive set of pastel pencils inspired by the Green Lantern superhero, featuring unique shades of green for creative projects. 29.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Green-Lantern-Limited-Edition-Pastel-Pencils-IbK0vdAgfSw8yZMHE6butCgzCKH2K5 +luminous-orange-pastel-pencil-fixative-spray Luminous Orange Pastel Pencil Fixative Spray Fixative spray to protect and preserve luminous orange pastel pencil artwork. 6.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Fixative-Spray-l5yCXhvEsE6ZCz6iaMYVkGfGv1AYk0 +muji-gel-ink-ballpoint-pens Muji Gel Ink Ballpoint Pens Simple and elegant set of 5 gel ink pens with consistent ink flow and comfortable grip. 9.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Muji-Gel-Ink-Ballpoint-Pens-BDa0k6lSdbOSzAwjFDfzLSXLZhMHHt +neon-crayon-twistable-set Neon Crayon Twistable Set Twistable neon crayons for easy use and creative fun. 9.99 Refillable-neon-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Twistable-Set-6rrWTjt8j8nyRuCDclDviBahlaorMo +gold-metallic-ink Gold Metallic Ink Rich and shiny gold metallic ink for calligraphy and artwork. 8.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Ink-Uz2xE9id3pG0pUxicgbg4wCnnqMEgb +assorted-paper-tortillons-pack Assorted Paper Tortillons Pack Pack of 12 assorted paper tortillons for smudging, blending, and creating textures in artwork. 4.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Paper-Tortillons-Pack-uXe2d2Br5DEfWVBHcC0dpmnYB45npt +neon-watercolor-gel-pens Neon Watercolor Gel Pens Set of 8 neon gel pens for creating vibrant and fluorescent designs. 10.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Watercolor-Gel-Pens-SXGfSKJ54d2sxODlI7BdGI74cGnKDj +mixed-media-sketchbook-with-black-paper Mixed Media Sketchbook with Black Paper A unique sketchbook featuring black paper, perfect for creating contrasting artworks. 12.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mixed-Media-Sketchbook-with-Black-Paper-Ig0dq6nWaSqIjxrrjl8VMRq1Vjw4de +bruynzeel-design-pastel-pencils Bruynzeel Design Pastel Pencils High-quality pastel pencils for blending and creating vibrant pastel artwork. 11.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bruynzeel-Design-Pastel-Pencils-wqzefzmTUSKvwrmDjy4dA0ZAlfuwaR +marble-sculpting-chisel-set Marble Sculpting Chisel Set High-quality chisel set for working with marble and other hard stones. 42.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Marble-Sculpting-Chisel-Set-rFkTq2JBKvV4mZLoR99L3vcez482sL +luminous-orange-pastel-pencil-blending-stump Luminous Orange Pastel Pencil Blending Stump Blending stump to blend and soften luminous orange pastel pencil colors. 2.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Blending-Stump-l32eQFDzNfSBn4dJjBz3knWdpWl53n +faber-castell-bright-red-pastel-pencil-set Faber-Castell Bright Red Pastel Pencil Set Set of vibrant bright red pastel pencils perfect for creating bold and colorful artwork. 12.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Bright-Red-Pastel-Pencil-Set-OPBe0DYjt90kWVHe7YlbrthTan3pET +stabilo-carbothello-chalk-pastel-colored-pencils-in-light-vermilion Stabilo CarbOthello Chalk-Pastel Colored Pencils in Light Vermilion Chalk-pastel colored pencils in light vermilion for detailed and precise drawing work. 8.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stabilo-CarbOthello-Chalk-Pastel-Colored-Pencils-in-Light-Vermilion-YNLHUuxVllfgLmnmtf4XUyJKEU5Kfl +luminous-orange-pastel-pencil-sharpener Luminous Orange Pastel Pencil Sharpener Sharpener specifically designed for luminous orange pastel pencils. 3.99 Luminous-Orange-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Luminous-Orange-Pastel-Pencil-Sharpener-Lh6zETaZuwLSsgOXz8kldKKI9Cg9Mt +paper-mate-inkjoy-gel-pens Paper Mate InkJoy Gel Pens Pack of 20 gel pens in assorted colors with quick-drying ink for smooth writing experience. 19.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paper-Mate-InkJoy-Gel-Pens-Kah94XMwmhC9cklXeodqt5A4fxyHcu +tortillon-sketching-set Tortillon Sketching Set Sketching set featuring tortillons and charcoal pencils for creating expressive and dynamic sketches. 13.99 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillon-Sketching-Set-AiKYBZhinLQgBCyYCM7CcNrSzVFYbt +tortillon-blender-and-eraser-set Tortillon Blender and Eraser Set Combo set of tortillon for blending and eraser for highlighting to create depth and dimension in drawings. 6.49 Tortillons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillon-Blender-and-Eraser-Set-1xiazujodAGwz4ARGLAq7YGTztbpZP +realism-artist-mannequin Realism Artist Mannequin A poseable artist mannequin for practicing realistic figure drawing. 22.99 Realism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Realism-Artist-Mannequin-r39EGDgSwvACvLqdJKes13XibCbXNb +hardbound-mixed-media-sketchbook Hardbound Mixed Media Sketchbook A versatile sketchbook suitable for various mixed media techniques including watercolor, pen, and ink. 24.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardbound-Mixed-Media-Sketchbook-sOesiApAWEHUNeKNJoqA7Y9DRKQ1yW +vintage-watercolor-gel-pens Vintage Watercolor Gel Pens Set of 12 gel pens with vintage-inspired colors, perfect for creating a retro look in your art projects. 14.99 Watercolor-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Watercolor-Gel-Pens-iyAz94obVhYCEP2IHQHt7wnjCx9v5g +derwent-blender-burnisher-colored-pencils Derwent Blender Burnisher Colored Pencils Set of two pencils, one for blending colors and the other for adding a glossy finish to artwork. 7.99 Blender-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Blender-Burnisher-Colored-Pencils-1kuwGPc4Q5MJ1RYgTC7fkUNTkVajwb +premium-mixed-media-sketchbook Premium Mixed Media Sketchbook A high-quality sketchbook with thick paper suitable for mixed media techniques. 34.99 Mixed-Media-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Mixed-Media-Sketchbook-Bb3ZhCARp7FFEB6mAAMvjTyWhZ7f4N +modeling-clay Modeling Clay Non-drying, easy-to-use modeling clay for sculpting and crafting. 8.99 Sculpture https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Modeling-Clay-kAxcXlraFt7VPwOJRonh5zEU9N0ssY +daler-rowney-acrylic-artist-ink Daler Rowney Acrylic Artist Ink Highly pigmented acrylic ink that can be used with dip pens for bold lines. 7.99 Dip-Pen-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-Acrylic-Artist-Ink-6WvwrnDedsefaWwVVjCVnFGJTgEeXK +lascaux-uv-protect-2-fixative-spray Lascaux UV Protect 2 Fixative Spray High-quality fixative spray that dries quickly and provides UV protection. Suitable for use on pastel, charcoal, and pencil drawings. 19.99 Fast-Drying-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lascaux-UV-Protect-2-Fixative-Spray-LAX2RdycQFyjtisTJtO3b7cqEPHv2W +fixatif-for-pastel-and-charcoal-drawings Fixatif for Pastel and Charcoal Drawings Non-yellowing fixative spray that protects delicate pastel and charcoal artwork. 8.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fixatif-for-Pastel-and-Charcoal-Drawings-NC6VJxNjCsDpgHdcAqw2YsKV5v8Gf6 +schmincke-uv-protective-varnish-spray Schmincke UV-Protective Varnish Spray Fine art varnish spray that provides UV protection and enhances colors in paintings. 32.99 UV-Resistant-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Schmincke-UV-Protective-Varnish-Spray-ZucMt33qHS7mcH6gRQLlm3tQF23B0Y +sennelier-soft-pastels-half-stick-set-in-vermilion Sennelier Soft Pastels Half Stick Set in Vermilion Half stick soft pastels in intense vermilion color for vibrant and expressive artwork. 29.99 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Soft-Pastels-Half-Stick-Set-in-Vermilion-Sj5jGCFpOAxOmj5gzfML6anuWr5nqs +green-firefly-pastel-pencils Green Firefly Pastel Pencils Set of 6 pastel pencils that emit a bright green light resembling fireflies, ideal for illuminating your artwork. 12.99 Glowing-Green-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Green-Firefly-Pastel-Pencils-k0zq0x3LgXl9ZVhwhPryMe8oLdX2OR +koh-i-noor-gioconda-soft-pastel-pencils-in-cherry-red Koh-I-Noor Gioconda Soft Pastel Pencils in Cherry Red Soft pastel pencils in cherry red with rich pigmentation and smooth texture. 11.49 Bright-Red-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Gioconda-Soft-Pastel-Pencils-in-Cherry-Red-9BVebCrY35zoKSyD1EDa3ROamvUM4f +koh-i-noor-gioconda-pastel-pencils Koh-i-Noor Gioconda Pastel Pencils Pastel pencils with a creamy consistency for smooth application. 3.29 Hard-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-i-Noor-Gioconda-Pastel-Pencils-dsKK4PnB7DjPY2GntMnb981FPQZwkl +electric-blue-pastel-pencils-set Electric Blue Pastel Pencils Set Set of 12 electric blue pastel pencils for vibrant and smooth coloring. 14.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Set-zYFN5kjAwdzRfKVHhZokGeuHs7dE2p +mungyo-gallery-soft-pastels Mungyo Gallery Soft Pastels Soft pastels that are easy to blend and provide rich, vibrant colors. 22.99 Gel-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mungyo-Gallery-Soft-Pastels-bDidgroqc56m0IkKrBDpdHrfJj5Nje +electric-blue-pastel-pencils-paper-pad Electric Blue Pastel Pencils Paper Pad Heavyweight paper pad suitable for use with electric blue pastel pencils. 8.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Paper-Pad-ZZ3aGMCUkUXk01p7ubv1TiLJo0hWqp +uni-ball-signo-gel-pen-set Uni-ball Signo Gel Pen Set Assortment of 10 gel pens featuring water-resistant and fade-resistant ink for long-lasting writing. 16.99 Gel-Pen-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-ball-Signo-Gel-Pen-Set-LyZwGbt6WPY8kLZtFkTmBc0hxfWWAB +charcoal-pencils-set Charcoal Pencils Set A set of charcoal pencils in varying degrees of hardness for sketching and drawing. 12.99 Sketching-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Pencils-Set-Cf8JLN1dh6Ueb93rYAPBCttyCTNdNA +customizable-phone-case Customizable Phone Case Personalize your phone case with your favorite photo or design. 14.99 Customizable-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Customizable-Phone-Case-uZ64VCa8p2XA7okreS5ggFq97CGDQ8 +privacy-screen-protector-for-macbook-pro-13-inch Privacy Screen Protector for MacBook Pro 13 inch Privacy filter screen protector that limits the viewing angle to 30 degrees to protect your sensitive information from prying eyes. 24.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Privacy-Screen-Protector-for-MacBook-Pro-13-inch-Ag0P6m5kGtuyENg4wG4nkBlY9ruAg1 +invisible-shield-screen-protector-for-apple-watch-series-5 Invisible Shield Screen Protector for Apple Watch Series 5 Invisible shield screen protector with nano technology that provides edge-to-edge protection for your Apple Watch Series 5. 16.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Invisible-Shield-Screen-Protector-for-Apple-Watch-Series-5-IdJz61wNm9QQjxZlljJsBGCUCmCpHf +pocket-sized-watercolor-sketchbook Pocket-Sized Watercolor Sketchbook Small-sized sketchbook with watercolor paper for quick sketches and studies. 8.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pocket-Sized-Watercolor-Sketchbook-0wCYemcS6iIN1KuDASIdOuWsqfPRF4 +travel-watercolor-sketchbook-set Travel Watercolor Sketchbook Set Compact set with watercolor paper and a portable watercolor palette. 17.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Travel-Watercolor-Sketchbook-Set-7aWCCjuUN5kjaNBDadiUa6IfxmH9HW +landscape-watercolor-sketchbook Landscape Watercolor Sketchbook Landscape-oriented sketchbook with textured watercolor paper for outdoor painting. 21.99 Watercolor-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Landscape-Watercolor-Sketchbook-HMzkYTHHNV5S96EBxD0U0MsAdYioMr +krylon-matte-finish-spray Krylon Matte Finish Spray A professional-grade fixative spray that provides a matte finish to artwork. 12.99 Matte-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-Matte-Finish-Spray-9qjW2fVWpGbnVHHIsroyqcy5GUX6GX +portable-h-frame-tabletop-easel Portable H-Frame Tabletop Easel Compact and lightweight easel for small to medium canvas sizes, perfect for artists on the go. 39.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portable-H-Frame-Tabletop-Easel-12hBLGPbrXS9CFEB5R5JaWEE0v6F8A +adjustable-h-frame-studio-easel-with-storage-drawer Adjustable H-Frame Studio Easel with Storage Drawer Multi-functional easel with built-in drawer for storing art supplies, perfect for studio use. 129.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-H-Frame-Studio-Easel-with-Storage-Drawer-B6ngU86JbmrE41hUoIeORF3Bf6OzeA +blending-brush-pen Blending Brush Pen A versatile blending brush pen for blending colors, creating washes, and adding subtle textures to your artwork. 3.99 Blending-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Brush-Pen-gD2SUhG3BiDYRrIs4O7BMQsFDSCwYf +ink-wash-practice-pad Ink Wash Practice Pad Practice your ink wash painting strokes on this specially designed pad. 5.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Wash-Practice-Pad-tUGZHbcSuZ1UfpAqX94qfjqt5exgtD +blue-light-blocking-screen-protector-for-computer-monitors Blue Light Blocking Screen Protector for Computer Monitors Blue light blocking screen protector that helps reduce eye strain and improve sleep quality by blocking harmful blue light emissions. 29.99 Screen-Protectors https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blue-Light-Blocking-Screen-Protector-for-Computer-Monitors-i63dul5wPulKymXsUHP38b2uIV0ail +precision-eraser Precision Eraser Fine-tip eraser pen for precision erasing and detail work. 6.99 Pencil-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Precision-Eraser-0eHBnXtl3UTCE8oaQAlSS41vI1keKO +krylon-k01306-workable-fixatif-spray Krylon K01306 Workable Fixatif Spray A clear, durable spray that provides a workable finish for charcoal, pencil, pastel, and chalk drawings. 8.99 Glossy-Finish-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Krylon-K01306-Workable-Fixatif-Spray-1m4K244fE3YneeFUlfhrvZ1WNq0U1v +convertible-h-frame-multi-angle-easel Convertible H-Frame Multi-Angle Easel Easel that can be adjusted to different angles for various painting techniques, versatile and practical. 69.99 H-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-H-Frame-Multi-Angle-Easel-SH123HajPKAsfWD5hyoxgzGH5iEyes +ink-stone-and-ink-stick-set Ink Stone and Ink Stick Set Hand-carved ink stone and black ink stick for traditional ink wash painting techniques. 29.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Stone-and-Ink-Stick-Set-GhSTkhGcSOkXvy6NGAzNagzerqcnTG +prismacolor-premier-pastel-pencils-canary-yellow Prismacolor Premier Pastel Pencils - Canary Yellow Soft pastel pencils with rich pigments for blending and layering. 1.99 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Prismacolor-Premier-Pastel-Pencils-Canary-Yellow-kYY1OWaWrMZnthFDgLmQ5rEsNnyHUR +faber-castell-polychromos-pastel-pencils-lemon-yellow Faber-Castell Polychromos Pastel Pencils - Lemon Yellow Professional-quality pastel pencils with vibrant color and excellent lightfastness. 2.99 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Polychromos-Pastel-Pencils-Lemon-Yellow-t5BUHjcO0QvGye7MaCAjo1jyX12Aul +holbein-artist-pastel-pencils-mimosa-yellow Holbein Artist Pastel Pencils - Mimosa Yellow High-quality pastel pencils with superior lightfastness and durability. 4.49 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Holbein-Artist-Pastel-Pencils-Mimosa-Yellow-Wg10Hn7sSguvaNiwfjRuRxLWIiZHCW +conte-a-paris-pastel-pencils-maize-yellow Conté à Paris Pastel Pencils - Maize Yellow Traditional pastel pencils with great lightfastness and soft texture. 2.29 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-a-Paris-Pastel-Pencils-Maize-Yellow-iYx9RPXia4AhWt9oFzdKbIPHBwg85a +caran-d'ache-luminance-pastel-pencils-cadmium-yellow Caran d'Ache Luminance Pastel Pencils - Cadmium Yellow Lightfast and smooth pastel pencils with high pigment concentration. 3.49 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Caran-d'Ache-Luminance-Pastel-Pencils-Cadmium-Yellow-2C3gutPryW9FhkO2NLgcOvcJXfJl1R +derwent-coloursoft-pastel-pencils-sunburst-yellow Derwent Coloursoft Pastel Pencils - Sunburst Yellow Soft and smooth pastel pencils for vibrant color effects. 2.49 Vibrant-Yellow-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Derwent-Coloursoft-Pastel-Pencils-Sunburst-Yellow-0FRNCwoXeamY6feF0WAZFLFc62q01Q +avery-hi-liter-desk-style-highlighters Avery HI-LITER Desk-Style Highlighters Desk-style highlighters with chisel tip and Smear Safe ink technology. 10.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Avery-HI-LITER-Desk-Style-Highlighters-BxXPT4hAdtbsQrOYT5O323mcCGuEMq +pentel-energel-liquid-gel-highlighters Pentel EnerGel Liquid Gel Highlighters Gel highlighters with smooth, skip-free ink flow in assorted colors. 7.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-EnerGel-Liquid-Gel-Highlighters-WpyDDC4e4B758D4HL3kNLGkImho6ZK +white-canvas-wall-art White Canvas Wall Art Minimalist abstract painting on a stretched cotton canvas. 49.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Canvas-Wall-Art-3eGCvUNiEZWqVPtj8lOxOMExzkwAMl +uni-propus-window-highlighters Uni Propus Window Highlighters Innovative highlighter with a see-through window for precise highlighting. 3.99 Highlighter-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-Propus-Window-Highlighters-nrlMgnzzr4ij6inphebNuaNlr3Lmxv +modern-glass-vase Modern Glass Vase Clear glass vase with clean lines for a minimalist aesthetic. 14.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Modern-Glass-Vase-gijKZ4kgsd50xuthieavEEVitK26ze +minimalist-writing-journal Minimalist Writing Journal Hardcover journal with blank pages for your minimalist notes and sketches. 9.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Writing-Journal-C5eQh7jjPbgABA8WaFJ9AnjoPN2bPU +minimalist-pendant-necklace Minimalist Pendant Necklace Simple and elegant pendant necklace in a minimalist style. 34.99 Minimalism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Minimalist-Pendant-Necklace-mqzCjzex5SYmZjpL83S0ohCRuQ7bSh +zebra-kirarich-glitter-highlighter-gel-pens Zebra Kirarich Glitter Highlighter Gel Pens Set of 5 glittery neon gel highlighter pens perfect for adding sparkle to your notes or sketches. 7.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Zebra-Kirarich-Glitter-Highlighter-Gel-Pens-4NWyzkKo5ufFB3JfemAu50B0TacXRR +chinese-ink-painting-instruction-book Chinese Ink Painting Instruction Book Step-by-step guide to mastering Chinese ink wash painting techniques. 16.99 Ink-Wash https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chinese-Ink-Painting-Instruction-Book-YkLIL1V3s4bdKhEQXrvtW5lWV9DdLm +pentel-energel-alloy-rt-gel-pen-neon-green Pentel EnerGel Alloy RT Gel Pen - Neon Green Retractable gel pen in neon green with a durable metal barrel for long-lasting use. 4.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentel-EnerGel-Alloy-RT-Gel-Pen-Neon-Green-48XokPukttskH07tW3JRewPxSTdgR2 +surrealism-color-palette Surrealism Color Palette A set of vibrant and unusual colors for creating surrealistic artwork. 19.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Color-Palette-6vxbnrbI5ekL4KxwFzSurjJzuEOajc +dual-tip-pastel-gel-pen-set-24-colors Dual Tip Pastel Gel Pen Set - 24 Colors 24 dual tip pastel gel pens with fine and bold tips for versatility. 17.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Pastel-Gel-Pen-Set-24-Colors-GTvRgkEAOF9HjGpFWbwFIaAgfP5bPQ +pastel-gel-pen-set-60-colors Pastel Gel Pen Set - 60 Colors Extensive set of 60 pastel gel pens for artists and crafters alike. 29.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pen-Set-60-Colors-9Lf6N72ZAa65aXTY5VkN4NaaaC3T6h +children's-a-frame-easel Children's A-Frame Easel Colorful and adjustable easel designed for young artists to explore their creativity. 39.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Children's-A-Frame-Easel-GaH99ZdR75LgEEVskFDdqsqQhIuZ3p +chisel-tip-pastel-highlighters Chisel Tip Pastel Highlighters Set of 5 chisel tip highlighters in soft pastel hues for precise highlighting and underlining. 6.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chisel-Tip-Pastel-Highlighters-1ljgcI7tRV9Bf4iO1rlTpM7iqtJXhd +spiral-bound-landscape-sketchbook Spiral Bound Landscape Sketchbook Sketchbook with spiral binding for easy flipping and drawing on any surface. 9.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Spiral-Bound-Landscape-Sketchbook-PnQmgiVOcoU5OKcyypOaPvsCP8JLsp +blending-stumps-and-paper-stumps-set Blending Stumps and Paper Stumps Set Set of 10 blending stumps and 10 paper stumps for a variety of blending techniques in art projects. 14.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stumps-and-Paper-Stumps-Set-1S6ouUaxwXP68nL3xAZWrh2QHeSOm1 +pastel-smudge-proof-highlighters Pastel Smudge-Proof Highlighters Pack of 6 smudge-proof highlighters in soft pastel colors for clean and clear highlighting. 11.49 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Smudge-Proof-Highlighters-zSn6gqZAz8OdCBDtBo2nr8Fn2SLxAn +tortillions-and-blending-stumps-set Tortillions and Blending Stumps Set Set of various sizes of tortillions and blending stumps for shading and blending drawings. 7.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tortillions-and-Blending-Stumps-Set-0G6zsBWcGHpEUYP5hr784som4NOyov +premium-grid-sketchbook-a5-size-80-sheets Premium Grid Sketchbook - A5 Size, 80 Sheets High-quality sketchbook with grid paper, ideal for architects and designers. 15.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Grid-Sketchbook-A5-Size-80-Sheets-gTMF3T8hr2XdF8zF2zqUO2tWGb0q38 +assorted-paper-stumps-pack Assorted Paper Stumps Pack Pack of assorted paper stumps for blending and shading various types of art mediums. 9.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Paper-Stumps-Pack-C8MhIKQo8VplUtQRCQksUKtA27xfOa +jumbo-paper-tortillions Jumbo Paper Tortillions Extra-large paper tortillions for blending and smudging large areas of drawings. 6.49 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Paper-Tortillions-pS6Xe8SUHcNdZD2IlBtyY81TLNzBIP +eraser-stick-refills Eraser Stick Refills Pack of eraser stick refills for long-lasting erasing power. 2.49 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eraser-Stick-Refills-q3QfuapYNJ0Av5NmvmrIy6LLPWmLm4 +uni-ball-signo-gel-pen-neon-pink Uni-ball Signo Gel Pen - Neon Pink Single neon pink gel pen with a fine tip for precise writing and drawing. 2.49 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Uni-ball-Signo-Gel-Pen-Neon-Pink-s5g25SXWnHout2i1qbNH2NW4OVAdtJ +jacquard-spectrafix-fixative-spray Jacquard SpectraFix Fixative Spray An organic milk-based fixative spray that provides a clear, protective coating for charcoal and pastel artwork. 16.99 Professional-Grade-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-SpectraFix-Fixative-Spray-5lv7eUab8Y7nYr0VxsZcfLTs77WTOw +grumbacher-final-fixative-gloss-spray Grumbacher Final Fixative Gloss Spray A glossy finish fixative spray that protects pencil, charcoal, and chalk drawings. 12.99 Professional-Grade-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grumbacher-Final-Fixative-Gloss-Spray-m8S9b691kgMY3HxqMXM3oQn5T9q7pF +rubbing-alcohol-antiseptic-solution Rubbing Alcohol Antiseptic Solution Antibacterial solution for first aid and wound care. 4.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Antiseptic-Solution-7SlL4fHNjh0TWtQTPD3H8PQ3L9tniP +gold-metallic-markers-set Gold Metallic Markers Set Set of 5 gold metallic markers in different tip sizes for various art projects. 12.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gold-Metallic-Markers-Set-wJyuEzzJTyFwj1TfuhQCxbtPbH8x4l +dreamlike-canvas Dreamlike Canvas Blank canvas perfect for painting surrealistic dreamscapes. 12.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dreamlike-Canvas-CsT7159svdmFoZOMJv9jU1sDUoizJw +pastel-metallic-gel-pen-set-12-colors Pastel Metallic Gel Pen Set - 12 Colors Set of 12 pastel metallic gel pens for a unique touch to your art and crafts. 13.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Metallic-Gel-Pen-Set-12-Colors-zX8o43QP0JbRZuBkcC28WivzfgIGMk +white-chalk-paint-marker White Chalk Paint Marker Fine tip white chalk paint marker for precise and clean writing on chalkboards and other non-porous surfaces. 5.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Chalk-Paint-Marker-gdtQ5KGlSyOHOCMPRtcASB0W4nKzoH +fluorescent-crayons-pack-of-24 Fluorescent Crayons - Pack of 24 Bright and bold crayons in assorted neon shades. 12.99 Neon-crayon-sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fluorescent-Crayons-Pack-of-24-IiLcIpvTYz5pUIgmRw60IVhdZgG5mI +jumbo-pastel-highlighters Jumbo Pastel Highlighters Pack of 4 jumbo highlighters in lovely pastel shades for highlighting large sections of text. 7.49 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Pastel-Highlighters-PXWkgg9iJrM3BSuZtsPW6XHRyp0XUR +eco-friendly-landscape-sketchbook Eco-Friendly Landscape Sketchbook Sketchbook made from recycled materials with a natural look and feel. 10.99 Landscape-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eco-Friendly-Landscape-Sketchbook-YK3UbQ3tRKmY37TzGTdWebRnragC9q +gel-pastel-highlighter-set Gel Pastel Highlighter Set Assortment of 6 gel highlighters in pastel shades that won't bleed through paper. 13.49 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gel-Pastel-Highlighter-Set-9LNqc9fBIyHx25nk3CXJFXdOn0QL96 +vintage-brass-floor-easel Vintage Brass Floor Easel Elegant floor easel with a classic brass finish, ideal for displaying large artworks. 99.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Brass-Floor-Easel-BF3pGCPRHjgNHaH6bS5x64CuRFMBee +bamboo-a-frame-easel Bamboo A-Frame Easel Eco-friendly and elegant easel made of sustainable bamboo for art enthusiasts. 59.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bamboo-A-Frame-Easel-Jskng4KZMxXughm922kZX9XmapHMHY +assorted-blending-stump-set Assorted Blending Stump Set Set of 8 assorted blending stumps for achieving a variety of blending effects in drawings and sketches. 11.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Blending-Stump-Set-rJQoa3KdEaQtjFKBksilOOExrWXMER +tombow-dual-brush-pen-colorless-blender Tombow Dual Brush Pen Colorless Blender Dual-tip pen with a colorless blender side that helps create watercolor-style blending effects. 4.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tombow-Dual-Brush-Pen-Colorless-Blender-PGYSwqSEu7c9VgyNZoBdAXB3z0NcrI +sakura-gelly-roll-neon-gel-pens Sakura Gelly Roll Neon Gel Pens Set of 6 bright neon gel pens great for highlighting and adding vibrant colors to your artwork. 12.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sakura-Gelly-Roll-Neon-Gel-Pens-QTyhRsyPPo3GRAgkYqHnZGnJDZnl2B +paper-mate-inkjoy-gel-neon-pens Paper Mate InkJoy Gel Neon Pens Pack of 8 neon gel pens with quick-drying ink for smooth writing and drawing. 9.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Paper-Mate-InkJoy-Gel-Neon-Pens-9D0TSi1vZtPsS1epPrEZbO08AkFbKI +staedtler-triplus-fineliner-neon-pens Staedtler Triplus Fineliner Neon Pens Set of 6 neon fineliner pens with water-based ink that won't bleed through paper. 11.99 Neon-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Staedtler-Triplus-Fineliner-Neon-Pens-XWWS3GzO108dCc3WkGCPraopUmh2Gv +biodegradable-fixative-spray Biodegradable Fixative Spray Biodegradable fixative spray that helps protect your artwork and the environment. 18.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Biodegradable-Fixative-Spray-4mT9J8c1WsnZ9EbqqunoWTqxeIejqs +glow-in-the-dark-crayons-storage-case Glow-in-the-Dark Crayons Storage Case Durable storage case for organizing and keeping glow-in-the-dark crayons safe. 8.99 Glow-in-the-dark-crayons https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glow-in-the-Dark-Crayons-Storage-Case-4t675ZhZON3qkh3LjsQGLYuSwxuoLW +rubbing-alcohol-disinfecting-solution Rubbing Alcohol Disinfecting Solution Powerful formulation for killing germs and bacteria. 9.99 Rubbing-alcohol https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rubbing-Alcohol-Disinfecting-Solution-Ks7U1yxdynL6rB6UwFWEKkPOJHcCIu +metallic-marker-calligraphy-set-3-pieces Metallic Marker Calligraphy Set - 3 Pieces Calligraphy set with metallic markers for elegant writing and designs. 8.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Marker-Calligraphy-Set-3-Pieces-KNlpygpSeBdrLXDh7yT4cxxDlr7Q2e +plant-based-aerosol-fixative-spray Plant-Based Aerosol Fixative Spray A plant-based fixative spray that protects your drawings while being safe for the planet. 16.99 Eco-Friendly-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Plant-Based-Aerosol-Fixative-Spray-0AYEjrDYZAwdQqwqCvpIvOvkGjxZL3 +metallic-marker-pens-pack-of-12 Metallic Marker Pens - Pack of 12 Assorted metallic marker pens in vibrant colors for creative projects. 14.99 Metallic-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Marker-Pens-Pack-of-12-yipMbV2ITUUEwDidZwnmPhh338MbFt +surrealism-inspiration-book Surrealism Inspiration Book A book showcasing the works of famous surrealistic artists for inspiration and reference. 29.99 Surrealism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Surrealism-Inspiration-Book-ZDnKFc2vErLjs8mZaOh4pLLDSaBSVS +pastel-glitter-gel-pen-set-36-colors Pastel Glitter Gel Pen Set - 36 Colors 36 pastel glitter gel pens for creating eye-catching designs with a shimmer. 21.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Glitter-Gel-Pen-Set-36-Colors-yiTqN1zOnzQsyI4oD3V9eBsL1b3GIO +pastel-gel-pen-set-12-colors Pastel Gel Pen Set - 12 Colors Set of 12 pastel gel pens perfect for writing, drawing, and coloring. 9.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Gel-Pen-Set-12-Colors-lshfoJcEhSji6LtZvH7y0bdvOzfaUO +glitter-pastel-gel-pen-set-12-colors Glitter Pastel Gel Pen Set - 12 Colors 12 glitter pastel gel pens for adding a touch of sparkle to your artwork. 12.99 Pastel-Gel-Pen-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Glitter-Pastel-Gel-Pen-Set-12-Colors-M1Y62BUBIge1mm8BEBJfghDQnhcvrs +bronze-metallic-pencils-calligraphy-set Bronze Metallic Pencils Calligraphy Set Calligraphy set featuring bronze metallic pencils for elegant writing and design. 15.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Calligraphy-Set-EHQEJDNPwJww3ZCsn07pomZ7yZRhUI +h-frame-convertible-easel H-Frame Convertible Easel Innovative easel that can be transformed into an A-frame for different painting needs. 99.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/H-Frame-Convertible-Easel-zsgSKOfen2jRsBJ3kRNr9EBKFSBVTk +pastel-highlighter-set Pastel Highlighter Set Collection of 10 pastel highlighters perfect for color-coding and organizing notes. 14.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Highlighter-Set-I2Ucd30OvCNp6yRrUg2kdx5GbpLG8J +metallic-chalk-markers Metallic Chalk Markers Shiny and metallic chalk markers for adding a touch of glamour to your chalk art. 9.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Chalk-Markers-p4AgtJpZAoxvkZiDL0g9jRvsfcefch +adjustable-iron-easel Adjustable Iron Easel Versatile iron easel with adjustable height and angle, suitable for various canvas sizes. 29.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Iron-Easel-FLm3Brjsdovty4pSjbOaSYviWjIgjI +blending-stump-holder Blending Stump Holder Metal holder for securely holding blending stumps and preventing smudging while drawing. 5.99 Blending-stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blending-Stump-Holder-YoWYQ66YhapYPXovBsGnGvbHPQJyKj +antique-bronze-art-easel Antique Bronze Art Easel Antique bronze art easel with intricate details, suitable for galleries or studios with a classic aesthetic. 89.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Antique-Bronze-Art-Easel-4YJeLGsTgAUCfIUee4xvSRWOdUDWvO +grid-paper-pad-letter-size-50-sheets Grid Paper Pad - Letter Size, 50 Sheets Convenient grid paper pad for quick sketches and layouts, tear-off pages for easy use. 5.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grid-Paper-Pad-Letter-Size-50-Sheets-dbIniAQU5BJ58LZXDcGo2lgt02gKON +arteza-real-brush-pens Arteza Real Brush Pens Pack of 48 brush pens with a flexible nylon brush tip for creating sparkling gold accents in your artwork. 35.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arteza-Real-Brush-Pens-Qqm1vpo46QY8jGLp5Ls29g7vVKzJwp +mildliner-glitter-highlighter-pens MILDLINER Glitter Highlighter Pens Set of 5 glitter highlighter pens in soft, pastel shades. Perfect for highlighting and adding a touch of sparkle to your notes. 7.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MILDLINER-Glitter-Highlighter-Pens-zOC1bi73rckYd5Rs4ShcCfUdFLLRjK +neon-crayon-drawing-pad-50-sheets Neon Crayon Drawing Pad - 50 sheets Drawing pad with 50 sheets of high-quality paper for creating vibrant neon crayon art. 8.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Drawing-Pad-50-sheets-pXfZij6eGvg1rWPV3CgFMLdWQkQYyI +metallic-pencil-set-with-blender Metallic Pencil Set with Blender Set of metallic colored pencils with a blending pencil for creating gradient effects. 15.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-with-Blender-Awhn4icnLnIKVOCEfYwRiYG7tUUE7A +canson-xl-series-mix-media-paper-pad Canson XL Series Mix Media Paper Pad Versatile paper suitable for charcoal, pencil, and pastel work. 8.49 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Mix-Media-Paper-Pad-4qeK80oJ7jyIXt5KR5pCNKfCunAYwL +gel-ink-erasers Gel Ink Erasers Gel-based erasers that effectively remove ink without smudging. 4.99 Ink-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gel-Ink-Erasers-F8ljSmxQEFCca6Hl8PEimGgxCcfllL +bronze-metallic-pencils-art-journal-bundle Bronze Metallic Pencils Art Journal Bundle Bundle including bronze metallic pencils and art journal for creative expression. 27.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Art-Journal-Bundle-pVE4ivvZQhkPOVcqnYxAhN53MUps85 +art-alternatives-pocket-doodle-sketchbook Art Alternatives Pocket Doodle Sketchbook Doodle-friendly pocket sketchbook with blank paper, perfect for spontaneous creativity. 5.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Alternatives-Pocket-Doodle-Sketchbook-bYY9krDykYJICxVCACRJN3sJx9pQMD +rainbow-chalk-markers-set Rainbow Chalk Markers Set Set of rainbow colored chalk markers for creating colorful and playful artwork and displays. 11.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rainbow-Chalk-Markers-Set-roaSTOy8YBcnNwxWTeFqItFlvpxZGz +vintage-a-frame-easel Vintage A-Frame Easel Classic and timeless easel design reminiscent of traditional art studios. 79.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-A-Frame-Easel-XgrppneVMRbWpoDscujUuSS71hVHnp +heavy-duty-studio-a-frame-easel Heavy-Duty Studio A-Frame Easel Professional-grade easel with extra stability and support for large canvas paintings. 129.99 A-frame-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Heavy-Duty-Studio-A-Frame-Easel-nBB5SfS2TzMsBIKzWgKf19oy1zXZev +rustic-wrought-iron-easel Rustic Wrought Iron Easel Charming wrought iron easel with a rustic finish, perfect for a vintage-inspired display. 34.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rustic-Wrought-Iron-Easel-Ac4215HhZ9QNSjpQNo6EBtiLtnnr7s +wirebound-grid-notebook-b5-size-120-sheets Wirebound Grid Notebook - B5 Size, 120 Sheets Spiral-bound notebook with grid pages, great for bullet journaling and note-taking. 9.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Wirebound-Grid-Notebook-B5-Size-120-Sheets-WiMldXU76VWn0atfpcbm0kF1g6yopj +black-metal-display-stand Black Metal Display Stand Simple yet stylish metal display stand in black, great for photographs, paintings, and signage. 14.99 Metal-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Black-Metal-Display-Stand-dYTudYLckLqKYcb9FD08m0VkxTPxz9 +shinhan-touch-twin-brush-colorless-blender-marker ShinHan Touch Twin Brush Colorless Blender Marker Brush tip colorless blender marker perfect for creating realistic blending effects in your artwork. 9.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/ShinHan-Touch-Twin-Brush-Colorless-Blender-Marker-5FPvCXhnGTOv1ofLnmv6QXCgN3nUkm +winsor-and-newton-promarker-blender Winsor & Newton ProMarker Blender Professional-quality marker with a unique colorless blending solution for smooth transitions. 8.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Winsor-and-Newton-ProMarker-Blender-0H6uYwO8vc6xcjp3GNa2WuaEbcFij7 +watercolor-brush-roll Watercolor Brush Roll Roll-up case with separate compartments for various watercolor brushes and tools. 14.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Watercolor-Brush-Roll-L2W2fQVSb4aEIWVhTiAxJV0s4BkK20 +conte-crayon-sketching-set Conte Crayon Sketching Set Sketching set with assorted crayons, including a golden crayon for creating striking sketches. 22.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Conte-Crayon-Sketching-Set-VuQGdNNKtYehtBLDBvtBANCI8R9YPu +mini-eraser-stick-set Mini Eraser Stick Set Set of mini eraser sticks in different colors for fun and creative erasing. 9.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Eraser-Stick-Set-W36djyMjJx0RHYVLzqKlubfF9igS8G +hand-book-journal-co.-pocket-landscape-sketchbook Hand Book Journal Co. Pocket Landscape Sketchbook Small landscape-oriented sketchbook with durable cover and versatile paper for mixed media. 11.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hand-Book-Journal-Co-x7iiNK8i0CkSe7mwWEq0INDtLyAxVk.-Pocket-Landscape-Sketchbook +bronze-metallic-pencils-mixed-media-set Bronze Metallic Pencils Mixed Media Set Mixed media set with bronze metallic pencils for versatile and unique artwork. 32.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Mixed-Media-Set-TG1mHvp2kOeLLhTIDCSEI4knVfwVbN +global-art-materials-pocket-travelogue-sketchbook Global Art Materials Pocket Travelogue Sketchbook Travel-friendly sketchbook with elastic closure and high-quality paper suitable for various media. 10.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Global-Art-Materials-Pocket-Travelogue-Sketchbook-yPysxE1fPQPz4IRp5RL904DyKXNv3Y +bronze-metallic-pencils-kids-art-kit Bronze Metallic Pencils Kids Art Kit Art kit for kids featuring bronze metallic pencils for fun and creative projects. 14.99 Bronze-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencils-Kids-Art-Kit-HK1gPfqT1Ukyaltsv7cxaZsWmmJBYO +pastel-twist-up-highlighters Pastel Twist-Up Highlighters Pack of 3 twist-up highlighters in pastel colors that eliminate the need for sharpening. 5.99 Pastel-Highlighters https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Twist-Up-Highlighters-M0IWrtoHSrzGiPFEBpvbBAj8ey703S +mini-grid-sketchbook-pocket-size-60-sheets Mini Grid Sketchbook - Pocket Size, 60 Sheets Compact sketchbook with grid paper, perfect for doodling on the go. 7.99 Grid-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mini-Grid-Sketchbook-Pocket-Size-60-Sheets-ZHAQDY4fgS5MKVpoGObPLuGfw3P5W6 +artist-paint-brush-roll-holder Artist Paint Brush Roll Holder Handmade canvas roll-up holder for organizing and protecting artist paint brushes. 16.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Artist-Paint-Brush-Roll-Holder-J6aVkqfoLyZj43sM1rDFoanrpzCjom +koh-i-noor-woodless-coloring-pencils Koh-I-Noor Woodless Coloring Pencils Set of 12 woodless coloring pencils in rich, vibrant colors, including a brilliant gold pencil for adding a metallic touch to your art. 27.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Koh-I-Noor-Woodless-Coloring-Pencils-J27ySpZZ4hIi9RvkH11lw31ckqMyRF +youshares-glitter-gel-pen-set YOUSHARES Glitter Gel Pen Set Set of 100 gel pens in various colors and styles, including neon, metallic, and glitter. Great for artists and crafters. 19.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/YOUSHARES-Glitter-Gel-Pen-Set-prcGQCZ9TYWhX4BE7yox24VYRBNQHZ +eco-friendly-paper-stumps Eco-Friendly Paper Stumps Environmentally friendly paper stumps made from recycled materials for eco-conscious artists. 4.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eco-Friendly-Paper-Stumps-dtT0PIOJXA7D4cOLdpjyBQwM6Rz0DY +lightweight-plein-air-easel Lightweight Plein Air Easel Lightweight plein air easel designed for outdoor painting with ease. 54.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lightweight-Plein-Air-Easel-X31wmjGRDiOe3GFT4KUt106HxPcP9E +convertible-french-easel Convertible French Easel Versatile French easel that can be used as a tabletop or tripod easel. 49.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Convertible-French-Easel-1SS52j1NrjjimEfhgXL18WU8rG4z0X +canson-artist-series-pocket-sketchbook Canson Artist Series Pocket Sketchbook Small sketchbook with micro-perforated pages, great for tearing out and sharing your artwork. 6.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Artist-Series-Pocket-Sketchbook-s3H1XBJ7JV8C8SgQaY73PV6TaKJRSj +metallic-pencil-set-50-colors Metallic Pencil Set - 50 Colors Extensive set of 50 metallic colored pencils for professional artists and enthusiasts. 39.99 Metallic-Pencil-Sets https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pencil-Set-50-Colors-8RJEbnj8hyXf5NC0Jq1asGOqn8iZmr +sweetgrass-braid Sweetgrass Braid Traditional sweetgrass braid for inviting positive energy and blessings. 11.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sweetgrass-Braid-affmBShRQIL4CbGHUlWksInbTf6rK1 +clear-plastic-pencil-case Clear Plastic Pencil Case Transparent pencil case with zipper closure to keep your pens and pencils organized. 5.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Pencil-Case-equKuLiAPoKkQPKiXvr13y4DJjG4X0 +desert-sage-smudge-stick Desert Sage Smudge Stick Wildcrafted desert sage smudge stick for purification and wisdom seeking. 9.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Desert-Sage-Smudge-Stick-3fBYvW3NSBrcJD6MKFgBFINH7bwidO +pentalic-pocket-sketch-spiral-bound-sketchbook Pentalic Pocket Sketch Spiral-bound Sketchbook Spiral-bound pocket sketchbook with acid-free paper and durable cover, great for quick sketches and notes. 7.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pentalic-Pocket-Sketch-Spiral-bound-Sketchbook-0lQXEvHolhOrppGKg1b1dPwFagFNIR +tabletop-easel-with-storage-drawer Tabletop Easel with Storage Drawer Convenient tabletop easel with built-in storage drawer for art supplies. 29.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tabletop-Easel-with-Storage-Drawer-ihpna99gop878cGjO9d6RbjQqYmj1q +clear-plastic-book-holder Clear Plastic Book Holder A transparent book holder to display and organize your favorite books. 4.99 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Book-Holder-NR7AgtIv4Uv71nI6Kef8c7TyirL5jh +liquitex-professional-varnish-spray Liquitex Professional Varnish Spray A versatile varnish spray that provides UV protection and enhances colors in artwork. 14.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Professional-Varnish-Spray-apU6aMu3zG7MNG8ToEmZgLuXxJosyl +collapsible-easel-with-carrying-bag Collapsible Easel with Carrying Bag Collapsible easel that fits into a compact carrying bag for easy transportation. 39.99 Travel-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Collapsible-Easel-with-Carrying-Bag-wQPDFa9EA53hF9L2UOhMIucRpmqxmG +sennelier-delacroix-fixative Sennelier Delacroix fixative A fixative spray used to protect pastel, charcoal, and pencil drawings. 11.49 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sennelier-Delacroix-fixative-dU6jKoyU2VAU8XAabIxXekVUS3fEyC +jacquard-final-fixative-spray Jacquard Final Fixative Spray A final fixative spray that provides a protective, clear coating for artwork. 8.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jacquard-Final-Fixative-Spray-gi25FNesLmn3Zo1U8TmAqkEOwh4zxZ +long-paper-stumps-pack Long Paper Stumps Pack Pack of long paper stumps for extended blending and shading techniques in artworks. 10.99 Paper-Stumps https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Long-Paper-Stumps-Pack-TxFEu8LI3RFffoHdVRcp5Kf8Ij5Z6B +mechanical-eraser-pen Mechanical Eraser Pen Mechanical pencil-like eraser pen for precise erasing on small areas. 5.99 Eraser-Sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mechanical-Eraser-Pen-ZnHlwRFtA9GAgPK7ZCz1OuMLt8a7FV +bronze-metallic-pencil Bronze Metallic Pencil Single metallic pencil in deep bronze color, perfect for sketching and shading. 2.49 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bronze-Metallic-Pencil-r37qhmIO7kxE9hdmJuv3D9Runq0uXq +neon-crayon-holder-set-24-colors Neon Crayon Holder Set - 24 colors Vibrant neon crayons in a convenient holder for easy storage and organization. 12.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Holder-Set-24-colors-87Ff06Fpet1xY5SXXZdmXQtZHlg6ZB +molotow-blender-pro-marker Molotow Blender Pro Marker Professional-grade colorless blender marker ideal for creating soft transitions and beautiful blends in your artwork. 11.99 Colorless-blending-markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Molotow-Blender-Pro-Marker-MJFqbKMKbm4Jd8SKEyQQO2zP3qdF4r +colorit-glitter-gel-pens ColorIt Glitter Gel Pens Premium set of 48 gel pens with glitter-infused ink. Ideal for coloring, journaling, and crafting. 22.99 Glitter-Gel-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/ColorIt-Glitter-Gel-Pens-lLQkEGCIiN4fYyaqNJooy5DwaG7VtF +roll-up-travel-jewelry-organizer Roll-up Travel Jewelry Organizer Compact and portable roll-up case for storing and traveling with jewelry. 8.99 Roll-up-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Roll-up-Travel-Jewelry-Organizer-dndkG3hnU2JiV9XpP1i8Mw7c1JkN90 +faber-castell-goldfaber-aqua-watercolor-pencils Faber-Castell Goldfaber Aqua Watercolor Pencils Premium watercolor pencils with rich, vibrant colors, including a sparkling gold shade. 39.99 Sparkling-Gold-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Faber-Castell-Goldfaber-Aqua-Watercolor-Pencils-fRk65pQH60C3BksKskdfKp4GkBgo9h +magnetic-metallic-pencil-holder Magnetic Metallic Pencil Holder Magnetic pencil holder for organizing and storing metallic pencils in a stylish and convenient way. 6.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Magnetic-Metallic-Pencil-Holder-ewOAFW1VfaYlm4dkQYGyO2DysfIEHG +metallic-pastel-pencil-sharpener Metallic Pastel Pencil Sharpener Specialized sharpener for maintaining the tip of metallic pastel pencils. 4.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Sharpener-EpZuJBeEB4KaLYRQqpH0BCoObt9uEt +metallic-pastel-pencil-travel-case Metallic Pastel Pencil Travel Case Compact travel case for storing and carrying metallic pastel pencils securely. 9.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Pastel-Pencil-Travel-Case-YNdt6lBoX2xUwkSDy2OIubczZvpo6U +drafting-pen-style-eraser Drafting Pen Style Eraser Pen-style eraser with a fine tip for erasing small areas with precision in drafting. 4.49 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Drafting-Pen-Style-Eraser-Eu6UIdAr9imiBYjyMtfLrZEyUDDAsz +retractable-eraser Retractable Eraser Retractable eraser with a refillable cartridge for prolonged use in drafting and sketching. 6.99 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Retractable-Eraser-Ct2cFBpaNukjYQzwzrTpvvxkjYv3R8 +neon-crayon-art-book Neon Crayon Art Book Book filled with neon crayon art projects and ideas for endless creative fun. 7.99 Neon-crayon-holders https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Art-Book-fZo5yGY0bFIo1dKllgemru6pjnvVB3 +lavender-smudge-stick Lavender Smudge Stick Lavender smudge stick for relaxation, peace, and promoting sleep. 9.99 Smudge-sticks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Lavender-Smudge-Stick-SBVaNL5URTV18FlxQlSotO07uH9okv +clear-plastic-document-folder Clear Plastic Document Folder A clear folder to keep your important documents safe and organized. 3.49 Clear-Plastic-Cases https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Clear-Plastic-Document-Folder-mXObWVsu98qt7DMCTmLugWAcw6vlDm +rembrandt-skin-tone-pastel-pencils Rembrandt Skin Tone Pastel Pencils Artist-quality skin tone pastel pencils with high color intensity and lightfastness. 29.99 Skin-Tone-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rembrandt-Skin-Tone-Pastel-Pencils-1ErS9qeJWljLUsY4KdaAKC0KM48Hb6 +arches-cover-black-charcoal-paper-pad Arches Cover Black Charcoal Paper Pad Black paper perfect for creating dramatic charcoal drawings with high contrast. 19.99 Charcoal-Paper-Pads https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Arches-Cover-Black-Charcoal-Paper-Pad-u2YHJIRj3pHX816elhiXQemzd6K3Q6 +set-of-12-metallic-pastel-pencils Set of 12 Metallic Pastel Pencils Vibrant metallic pastel pencils for adding shimmer and shine to your artwork. 12.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Set-of-12-Metallic-Pastel-Pencils-08b8MHPPHv0Um9QxM8Lkmz1RNMsbQo +individual-metallic-pastel-pencil-gold Individual Metallic Pastel Pencil - Gold Single metallic pastel pencil in gold for highlighting and detailing. 1.99 Metallic-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Individual-Metallic-Pastel-Pencil-Gold-c6SAb2BDA92zeuc7F7NYHZLqdNylwy +rose-gold-metallic-pencil-pack Rose Gold Metallic Pencil Pack Pack of 6 metallic pencils in trendy rose gold color for creating elegant designs. 7.99 Other-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Pack-nTl42YG8eQlUXhfo7lw2yzmUcmdVy1 +gum-eraser Gum Eraser Natural gum eraser that removes pencil marks cleanly without damaging the paper surface. 2.49 Drafting-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Gum-Eraser-hpCQUBlkQMbgIYoaVkK7xiAjA6teez +vintage-brass-table-easel Vintage Brass Table Easel Antique-style brass easel with intricate details, adds a touch of elegance to any art display. 34.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Vintage-Brass-Table-Easel-Y3MKZHo6iExw3OidZyoFxS1EfBYRFs +mtn-pro-acrylic-varnish-gloss MTN PRO Acrylic Varnish Gloss An acrylic varnish spray that provides a gloss finish and enhances colors in paintings. 10.99 Protective-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/MTN-PRO-Acrylic-Varnish-Gloss-ZYHyYfQa0EKzFawieZAI4nMXjbGpeU +neon-pastel-pencils-blending-stump-set Neon Pastel Pencils Blending Stump Set Set of 3 blending stumps for seamlessly blending neon pastel pencil colors. 6.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Blending-Stump-Set-wMQaAEyuLTpi3CRSrSuRSnj5PJOHnn +neon-pastel-pencils-carry-case Neon Pastel Pencils Carry Case Stylish and durable carry case for organizing and transporting neon pastel pencils. 14.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Carry-Case-MFJAMaZAW5dTSNVP2tlXC80AUHqIqT +neon-pastel-pencils-sharpener Neon Pastel Pencils Sharpener Dual-hole pencil sharpener specifically designed for neon pastel pencils. 4.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Sharpener-gCyplYQUvUTmvFkr2ysw4LykIUPF3m +rose-gold-metallic-pencil-set-with-blending-stumps Rose Gold Metallic Pencil Set with Blending Stumps Complete set of rose gold metallic pencils with blending stumps for creating smooth gradients and blending effects in your artwork. 19.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Set-with-Blending-Stumps-O0sLp2zzcqY2OVZ2NjAx1BIys6PrNr +rose-gold-metallic-pencil-case Rose Gold Metallic Pencil Case Stylish and functional pencil case to store and organize your rose gold metallic pencils, with a secure zipper closure. 8.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Case-8DkLO4HfvZRSoXxVHttWhiH50uYbzO +neon-pastel-pencils-drawing-pad Neon Pastel Pencils Drawing Pad Drawing pad with heavyweight paper suitable for use with neon pastel pencils. 7.99 Neon-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Pastel-Pencils-Drawing-Pad-qBJQZ4IU1WqUxMJAhNB0Ix3QeiVQ0D +rose-gold-metallic-pencil-sketchbook Rose Gold Metallic Pencil Sketchbook Elegant sketchbook with rose gold metallic cover, perfect for sketching and doodling with your rose gold metallic pencils. 9.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Sketchbook-tJrz2BM3V7hyjIWzivhGdIRpX4yr8T +pastel-calligraphy-pens Pastel Calligraphy Pens Set of 4 pastel calligraphy pens for elegant writing and artistic lettering. 12.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Calligraphy-Pens-5HKaKX1DI1hUeqJOy4Uw8ReBNxDr57 +rose-gold-metallic-pencil-art-instruction-book Rose Gold Metallic Pencil Art Instruction Book Step-by-step guide to creating beautiful artworks with rose gold metallic pencils, suitable for artists of all skill levels. 14.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Art-Instruction-Book-bRBsFhpzvvb2ll7TohlZPjJgWbpELc +hardcover-portrait-sketchbook Hardcover Portrait Sketchbook Sturdy hardcover sketchbook with portrait-oriented pages, perfect for on-the-go sketching. 14.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Hardcover-Portrait-Sketchbook-HEL13RXkSQahbZ7cPOqHjGlmUaazTw +rose-gold-metallic-pencil-art-prints Rose Gold Metallic Pencil Art Prints Collection of art prints featuring stunning illustrations created with rose gold metallic pencils, perfect for decorating your space or gifting to art lovers. 24.99 Rose-Gold-Metallic-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rose-Gold-Metallic-Pencil-Art-Prints-bkVhjQz24BJ9cW687AR9ockY9a1j1r +portrait-sketchbook-bundle Portrait Sketchbook Bundle Bundle includes portrait sketchbook, pencils, erasers, and sharpeners for complete portrait sketching experience. 29.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portrait-Sketchbook-Bundle-nEOiZFXoX5wJBamnBqarhg1OHQhiBa +jackson-pollock-style-paint-drip-set Jackson Pollock Style Paint Drip Set Set of high-quality paint drips in various colors to create unique abstract expressionist artwork inspired by Jackson Pollock. 29.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jackson-Pollock-Style-Paint-Drip-Set-DODcsATlEhBknhXp2wvzl5V6WSwUvw +rust-oleum-matte-finish-clear-acrylic-spray Rust-Oleum Matte Finish Clear Acrylic Spray Creates a matte finish, ideal for preserving drawings, artwork, and more. 8.49 Acrylic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rust-Oleum-Matte-Finish-Clear-Acrylic-Spray-rcdtCLKx4TqDvy4MtqhrrVtf0DLJA3 +canson-xl-series-charcoal-paper-roll Canson XL Series Charcoal Paper Roll Extra-large roll of textured charcoal paper for big projects. 34.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-XL-Series-Charcoal-Paper-Roll-aLoj1uXxFcFlrrPL6hlcwHfvCaKNzo +stonehenge-black-charcoal-paper-sheets Stonehenge Black Charcoal Paper Sheets Deep black charcoal paper sheets for high-contrast drawings. 22.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stonehenge-Black-Charcoal-Paper-Sheets-LchqKE3DdrpsGmzWgRmTeNACsmNy3t +neon-crayon-storage-tower Neon Crayon Storage Tower Tall tower with multiple compartments for sorting and storing neon crayons. 24.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Tower-5vcHk0gSomqltJXJSpsJRtS9Njb3cJ +neon-crayon-storage-rack Neon Crayon Storage Rack Rack for hanging and storing neon crayons in a vertical display. 22.99 Neon-crayon-storage-containers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Crayon-Storage-Rack-qIjyMVDlv8lLnoid0fI7qVia4oyz2f +pastel-fine-point-pens-calligraphy-set Pastel Fine Point Pens - Calligraphy Set Set of 4 fine point pens with varying tip sizes for calligraphy and lettering projects. 7.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Calligraphy-Set-X59njjhTY4Cnq1D6STliHVIFG8ad8k +rotating-tabletop-easel Rotating Tabletop Easel Innovative rotating easel that allows for 360-degree viewing, perfect for presentations or art exhibitions. 54.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Rotating-Tabletop-Easel-3M45Te4O39AqnnJoait8FKNis6bzWj +electric-blue-pastel-pencils-set-advanced Electric Blue Pastel Pencils Set (Advanced) Set of 24 professional-grade electric blue pastel pencils for artists. 24.99 Electric-Blue-Pastel-Pencils https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Electric-Blue-Pastel-Pencils-Set-(Advanced)-bLiSXvAqtNfh22BU9rpjZv41BBysrO +liquid-chalk-markers-neon-colors Liquid Chalk Markers (Neon Colors) Vibrant and bright neon colored liquid chalk markers for creating eye-catching designs on various surfaces. 12.99 Chalk-Markers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquid-Chalk-Markers-(Neon-Colors)-qxJwQJBONBja0cCQxVGhh0vVhBsMrX +pastel-fine-point-pens-artist-edition Pastel Fine Point Pens - Artist Edition High-quality fine point pens designed for professional artists, blendable and pigmented. 19.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Artist-Edition-JVJwCWbsw4c3jW68Iw8KqmOrV25WRd +portrait-sketchbook-with-spiral-binding Portrait Sketchbook with Spiral Binding Hardcover sketchbook with acid-free paper for capturing fine details in portrait sketches. 12.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portrait-Sketchbook-with-Spiral-Binding-dX64VOlxzNCRUcl1B4WN12bQ0nUHah +portrait-sketchbook-set-with-charcoal Portrait Sketchbook Set with Charcoal Sketchbook set includes portrait sketchbook, charcoal pencils, and blending tools for creating expressive portrait sketches. 22.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portrait-Sketchbook-Set-with-Charcoal-62mFD3A2TZFWF4zh7hgAqq23HMIQZ5 +abstract-expressionism-online-class Abstract Expressionism Online Class Online course taught by a professional abstract expressionist artist to learn techniques and develop your style. 79.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionism-Online-Class-wqTocYJhK43rK7qNHBw9goxh5tAvZj +portrait-sketchbook-set-with-pencils Portrait Sketchbook Set with Pencils Sketchbook set includes a variety of portrait pencils and tools for creating detailed portrait sketches. 24.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Portrait-Sketchbook-Set-with-Pencils-8mckYdo3r0D6cwk5cW26UHDHfuqGgo +blick-premier-pastel-paper-blocks Blick Premier Pastel Paper Blocks Toned paper blocks for pastel drawings, featuring a wide range of colors to choose from. 9.99 Toned-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Blick-Premier-Pastel-Paper-Blocks-AxVXnBu09GRpJOYZUVNvBbUiAg2oN5 +dual-tip-pastel-brush-pens Dual Tip Pastel Brush Pens Set of dual tip brush pens with pastel colors on one end and a fine tip on the other for detailed work. 14.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dual-Tip-Pastel-Brush-Pens-2CLat69g4vGeqQG0eDjKAjk04VEh6r +metallic-ink-pen-set Metallic Ink Pen Set Set of metallic ink pens in assorted shades for writing and drawing. 16.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Metallic-Ink-Pen-Set-ZnYybWbh9tg8zm12RVPPOo2FfOBuvC +grafix-all-purpose-fixatif-aerosol-spray Grafix All-Purpose Fixatif Aerosol Spray Aerosol fixative spray that protects various types of artwork and prevents smudging. 7.99 Acrylic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grafix-All-Purpose-Fixatif-Aerosol-Spray-Nyn4AFhBZIxjVpEkuE4I6iorCluGua +iridescent-metallic-inks Iridescent Metallic Inks Set of iridescent metallic inks that shift colors depending on the angle. 14.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Iridescent-Metallic-Inks-PkKHU6qpPuORB0aZiilwnqp6Yw2fJb +fabriano-tiziano-black-drawing-paper Fabriano Tiziano Black Drawing Paper Medium-tooth black paper ideal for dry media and light washes. 8.99 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Fabriano-Tiziano-Black-Drawing-Paper-qvXlIwKgbrGs6lZp1Z9q9gilJeOH2F +u.s.-art-supply-charcoal-paper-sketch-pad U.S. Art Supply Charcoal Paper Sketch Pad Premium sketch pad with smooth charcoal paper for detailed drawings. 12.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/U.S-FKCxBSNfNRvfFgjBXjelJveRejRUzo.-Art-Supply-Charcoal-Paper-Sketch-Pad +canson-mi-teintes-charcoal-paper-pack Canson Mi-Teintes Charcoal Paper Pack Assorted pack of charcoal paper for various charcoal techniques. 29.99 Large-Size-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Charcoal-Paper-Pack-SbIbmon1lm9LnzNhK7zFGgPSViGcpN +crescent-creative-products-black-drawing-board Crescent Creative Products Black Drawing Board Sturdy black board perfect for charcoal and pastel drawings. 16.49 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crescent-Creative-Products-Black-Drawing-Board-ZVUIKqAJOmyWQnqP8IaKg2CgNUG5Dx +professional-portrait-sketchbook Professional Portrait Sketchbook Premium portrait sketchbook with high-quality paper, ideal for professional artists and detailed portrait work. 19.99 Portrait-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Professional-Portrait-Sketchbook-UpzZ5T4sqtjDHguE8Gg5zf1n0jnGB7 +professional-sumi-ink-set Professional Sumi Ink Set High-quality sumi ink set with multiple shades and a variety of brushes for advanced artists. 49.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Professional-Sumi-Ink-Set-sPlJHQqzTRlXzgyYvfLehGTT1RhIy3 +ink-eraser Ink Eraser Special eraser designed to remove ink marks without damaging paper. 4.49 Pen-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Ink-Eraser-KHnYU7JHv9Gp39zpCvxPArCLXNaNpJ +stillman-and-birn-epsilon-series-pocket-sketchbook Stillman & Birn Epsilon Series Pocket Sketchbook Pocket sketchbook with extra-smooth heavyweight paper, great for detailed drawing and pen work. 13.99 Pocket-Sketchbooks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Stillman-and-Birn-Epsilon-Series-Pocket-Sketchbook-hUUOuB6G8ap3nq9FzRxLeVLCNJAxyb +abstract-expressionism-starter-kit Abstract Expressionism Starter Kit Everything you need to start creating abstract expressionist art, including paints, brushes, and canvases. 49.99 Abstract-Expressionism https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Abstract-Expressionism-Starter-Kit-7NZgQGw1beIc9Bry4KPKWxfeyyVmRu +pearlescent-ink-set Pearlescent Ink Set Set of pearlescent inks in various colors for creating shimmering effects. 19.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pearlescent-Ink-Set-OWVcT0H00doENTRGSzK5jdssVReIt4 +pastel-watercolor-brush-pens Pastel Watercolor Brush Pens Watercolor brush pens in pastel tones for blending and creating watercolor effects. 19.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Watercolor-Brush-Pens-u3rFarYdwKHgvZgphgVFiRXrHegtiV +pastel-highlighter-pens Pastel Highlighter Pens Set of 6 highlighter pens in pastel shades for subtle highlighting and color coding. 8.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Highlighter-Pens-cTRA7mbdSHHwCItuEONK7N6p3Fp4Q2 +pastel-fine-point-pens-individual-colors Pastel Fine Point Pens - Individual Colors Individual fine point pens available in a range of soft pastel shades for precise coloring and drawing. 1.99 Pastel-Fine-Point-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fine-Point-Pens-Individual-Colors-OMgZQMN8AgwhEkR93A8SYoaIgOfWqz +adjustable-aluminum-table-easel Adjustable Aluminum Table Easel Durable aluminum easel with adjustable legs and a tilting mechanism, suitable for various canvas sizes. 29.99 Tabletop-Easels https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Adjustable-Aluminum-Table-Easel-3y90eASHPyxtKZPjUVCBNszmWr1AUd +turpenoid-natural Turpenoid Natural An eco-friendly alternative to traditional solvents, made from a renewable resource. Ideal for thinning oil paints and cleaning brushes. 9.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Turpenoid-Natural-AnREoBUpTs9t0cPpkDS4nxBOyt1u9K +chelsea-classical-studio-lavender-spike-oil-essence Chelsea Classical Studio Lavender Spike Oil Essence A natural solvent made from spike lavender oil that is gentle on the environment and the artist. It can be used to thin oil paints and create glazes. 18.99 Blending-Solvents https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Chelsea-Classical-Studio-Lavender-Spike-Oil-Essence-K0byJbT1mCEUCVtdRSs5z5uhnm2I0p +alphonse-mucha-art-print Alphonse Mucha Art Print Beautiful reproduction of Alphonse Mucha's iconic art nouveau artwork. 15.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Alphonse-Mucha-Art-Print-LShNUrUJExg4eU4Ze13gOjuJ0792Fg +art-nouveau-stained-glass-suncatcher Art Nouveau Stained Glass Suncatcher Admire the beauty of art nouveau with this stained glass suncatcher. 22.99 Art-Nouveau https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Art-Nouveau-Stained-Glass-Suncatcher-NE2awIJCV42xTno8Bc2cEpP1L6qzke +pastel-highlighter-marker-pens Pastel Highlighter Marker Pens Set of 6 pastel highlighter marker pens for adding soft accents to your artwork. 8.99 Pastel-Calligraphy-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Highlighter-Marker-Pens-FMhdTiMRlr4ZzrBj0wNK29Uc98w7wG +antique-gold-metallic-ink Antique Gold Metallic Ink Vintage-inspired antique gold metallic ink for adding a classic touch. 11.99 Metallic-Inks https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Antique-Gold-Metallic-Ink-75fDonzrQ7tLJUZoZuE65ebAG7YYLO +eraser-pen-refills Eraser Pen Refills Set of 50 replacement eraser pen refills for continuous erasing. 5.99 Electric-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Eraser-Pen-Refills-p6yHqcl9Ecv5zQz7Kt9vNk6NY3d1Ig +liquitex-matte-varnish-spray Liquitex Matte Varnish Spray Matte varnish spray that resists discoloring, fading, and yellowing over time. 10.75 Acrylic-Fixative-Sprays https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquitex-Matte-Varnish-Spray-vQM2zrWcM8hLG9WfVVO1s45qTwtJ1k +pastel-fabric-marker-pens Pastel Fabric Marker Pens Set of fabric marker pens in pastel tones for customizing clothing and fabric items with permanent colors. 9.99 Pastel-Marker-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pastel-Fabric-Marker-Pens-a5QAXhEdHrl1LXXokgVNcQsAnPRWWa +canson-mi-teintes-black-paper-pad Canson Mi-Teintes Black Paper Pad Dual-surfaced black paper pad suitable for pastels, charcoal, and more. 15.49 Black-Charcoal-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Mi-Teintes-Black-Paper-Pad-aMJTLFhPvukpSAparwr9UjyybSI7c1 +sumi-ink-set-with-brush Sumi Ink Set with Brush Complete set including sumi ink, brush, and paper for beginners to start practicing ink painting. 24.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Set-with-Brush-mB8rERnvXIVDJ9NFZ4wjBw0wHK2cvU +sumi-ink-calligraphy-set Sumi Ink Calligraphy Set Set of sumi ink, brushes, and practice paper for calligraphy enthusiasts. 29.99 Sumi-Ink https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sumi-Ink-Calligraphy-Set-4pYDFQg0VUpNegPj6OSKOhd1qOXA8u +daler-rowney-simply-canvas-paper-pad Daler-Rowney Simply Canvas Paper Pad Economical canvas-textured paper for practicing painting techniques. 7.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Daler-Rowney-Simply-Canvas-Paper-Pad-duJ1QNpakV9mxFEYfr3VxVWmkE5zvt +refillable-pencil-cap-erasers Refillable Pencil Cap Erasers Set of 4 refillable pencil cap erasers with extra refills included. 5.99 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Refillable-Pencil-Cap-Erasers-ffOiqHxiI88S92RFnfAt0XFCNJuwXW +compressed-charcoal-powder Compressed Charcoal Powder Compressed charcoal powder sticks for bold and smooth lines. Perfect for shading and blending. 8.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Compressed-Charcoal-Powder-BQTYImAIx8bcvaEacXhMCNJjvqNrwh +assorted-color-pencil-cap-erasers Assorted Color Pencil Cap Erasers Pack of 12 pencil cap erasers in assorted colors for kids. 3.49 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Assorted-Color-Pencil-Cap-Erasers-5u3mCniJOOQGAkppYo172fU4T8itRB +animal-shaped-pencil-cap-erasers Animal Shaped Pencil Cap Erasers Set of 8 animal shaped pencil cap erasers for school and office use. 4.79 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Animal-Shaped-Pencil-Cap-Erasers-zb0YFYLHkvsTK5iFKSwhZ90qJCMriE +charcoal-powder-palette Charcoal Powder Palette Convenient palette of charcoal powder in different shades. Easily mix and match to create custom tones. 12.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Powder-Palette-TkxZ9SGICVtEuvbbleVg8Z5k8DxcGh +charcoal-powder-drawing-kit Charcoal Powder Drawing Kit All-in-one drawing kit featuring charcoal powder in various forms. Perfect for beginners and experienced artists alike. 27.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Powder-Drawing-Kit-3a9cwazedCyyuU4JAwpwnmuUK2KBUI +retractable-pencil-cap-erasers Retractable Pencil Cap Erasers Pack of 3 retractable pencil cap erasers with pocket clip. 3.99 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Retractable-Pencil-Cap-Erasers-eQCwFJVZH1rIO97UwAWejjt5q8X0uD +liquid-charcoal-powder-ink Liquid Charcoal Powder Ink Liquid form of charcoal powder for varied applications. Can be used with brushes or dip pens for expressive art. 9.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Liquid-Charcoal-Powder-Ink-n4q7e11J9k3xb5CKmsfjVWB8nj8HIW +charcoal-powder-fixative-spray Charcoal Powder Fixative Spray Specialized spray to fix and protect charcoal powder artwork. Prevents smudging and enhances longevity. 6.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Powder-Fixative-Spray-g6NgThYO9heEU4HYHPnoDv2QhG3QSS +premium-charcoal-powder-set Premium Charcoal Powder Set High-quality charcoal powder ideal for sketching and drawing. Includes varying degrees of hardness for different effects. 14.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Premium-Charcoal-Powder-Set-wkdNR9nCv33zjof5WPPD4QAj1XjphC +white-charcoal-powder White Charcoal Powder Unique white charcoal powder for adding highlights and enhancing contrast in artworks. Ideal for mixed media projects. 10.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/White-Charcoal-Powder-fDZWfDV0z61LJzKfiYLs0UzWVdkANt +charcoal-powder-sketching-set Charcoal Powder Sketching Set Complete set of charcoal powder for sketching and drawing. Includes blending tools for creating smooth gradients. 19.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Powder-Sketching-Set-41Ci7hU5sj0Ui9yM2ebV45rHcwquCw +charcoal-powder-pencils Charcoal Powder Pencils Charcoal powder in pencil form for precise drawing and shading. Easy to sharpen and control for detailed work. 5.99 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Charcoal-Powder-Pencils-q6g4yRluiuPlLyxkSvqoQiY0FBCZaE +natural-willow-charcoal-powder Natural Willow Charcoal Powder Organic and eco-friendly charcoal powder made from willow branches. Provides a unique texture for artwork. 7.49 Charcoal-Powder https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Natural-Willow-Charcoal-Powder-OW5vNeevGywNP9IV5uEpjon0dPeSpC +leaf-print-clay-plant-pot Leaf Print Clay Plant Pot Handmade plant pot with a leaf print design, ideal for adding a touch of nature to your home. 12.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Leaf-Print-Clay-Plant-Pot-l2VRQmYe5rENWiMYlrSqVnRGHaciOb +pinecone-patterned-clay-vase Pinecone Patterned Clay Vase Handcrafted clay vase with a pinecone pattern, ideal for displaying fresh flowers or dried arrangements. 18.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pinecone-Patterned-Clay-Vase-LNX3NSJcWxDfuXXPwRoSHmWyCJVNnG +nature-inspired-ceramic-wall-art Nature-Inspired Ceramic Wall Art Hand-painted ceramic wall art depicting a serene nature scene, adding a touch of tranquility to your space. 39.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Nature-Inspired-Ceramic-Wall-Art-xZ8aJ1o673tN6yAdZpv6RutfXev9TL +dragonfly-pottery-coasters-set Dragonfly Pottery Coasters Set Set of 6 pottery coasters with a dragonfly design, protecting your tables in style. 14.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Dragonfly-Pottery-Coasters-Set-afFfjjZIW1ZDAom0QmbUsZsecL1dQF +tree-bark-textured-ceramic-plate-set Tree Bark Textured Ceramic Plate Set Set of 4 ceramic plates featuring a realistic tree bark texture, perfect for serving appetizers or desserts. 29.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Tree-Bark-Textured-Ceramic-Plate-Set-AZ3yqkitGqeJGMXN9EjeI8lxoOqYLY +sargent-art-broad-tip-washable-markers Sargent Art Broad Tip Washable Markers Washable markers with broad tips in a variety of colors for kids' art projects. 5.99 Broad-Tip-Pens https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sargent-Art-Broad-Tip-Washable-Markers-iOCpafkP8AxJ8ex9paumg68L1j0RNr +botanical-print-notebook Botanical Print Notebook Spiral-bound notebook with botanical print cover, ideal for jotting down notes and sketches. 7.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Notebook-rr2Uq832f9tSbsBkerGwJFSm3jOqgH +botanical-print-tea-towel Botanical Print Tea Towel Flour sack tea towel featuring a vibrant botanical print, perfect for kitchen decor. 12.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Tea-Towel-T8KAJ3uoiZhSJLpPOHAVRAmN8NYfs1 +jumbo-pencil-cap-erasers Jumbo Pencil Cap Erasers Extra-large jumbo pencil cap erasers for big pencils and pens. 4.99 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Jumbo-Pencil-Cap-Erasers-lgxVaCbAt8f6qf1YtbkAY71ntZI9VS +botanical-print-washi-tape-set Botanical Print Washi Tape Set Set of decorative washi tape rolls with various botanical print designs, perfect for crafts and bullet journaling. 5.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Washi-Tape-Set-13tyFDY6VH4snnr4nBXLRatmG9vYUo +botanical-print-canvas-tote-bag Botanical Print Canvas Tote Bag Durable canvas tote bag with a beautiful botanical print, perfect for shopping trips or carrying art supplies. 19.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Canvas-Tote-Bag-wKcpcKJ9SLO6pkEksNmIqs8OSrTZ30 +botanical-print-ceramic-mug Botanical Print Ceramic Mug Ceramic mug adorned with a delicate botanical print, perfect for enjoying your favorite hot beverages. 8.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Ceramic-Mug-frWKeMcgl4rhOd4cpVFdY66Z99BBoB +botanical-print-iphone-case Botanical Print iPhone Case Protective iPhone case featuring a stylish botanical print, offering both style and functionality. 9.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-iPhone-Case-nF99kdVbc2YU7KBnK4wkIBtRD9GTz7 +smiley-face-pencil-cap-erasers Smiley Face Pencil Cap Erasers Pack of 6 smiley face design pencil cap erasers for kids. 2.49 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Smiley-Face-Pencil-Cap-Erasers-pgn8IfJJxk46Yj8Q6p3vetFsLHsW6Z +angled-foundation-brush Angled Foundation Brush Designed for easily applying and blending liquid or cream foundation. 10.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Foundation-Brush-WovMyxVJA1tq81gpr1e8x0WS0nIyM3 +botanical-print-coasters-set-of-4 Botanical Print Coasters (Set of 4) Set of 4 coasters featuring various botanical prints, adding a touch of nature to your table. 14.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Coasters-(Set-of-4)-ag0jQ0ZPzUxH2Q5M7jjBxavwYzVnuD +framed-botanical-print-set Framed Botanical Print Set Set of 3 beautifully detailed botanical prints framed and ready to hang. 49.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Framed-Botanical-Print-Set-Ss657Wt4R9YGVEp9is246od8oKFs0A +botanical-print-throw-pillow Botanical Print Throw Pillow Throw pillow with a botanical print design, adding a pop of color and nature-inspired style to your home. 29.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Throw-Pillow-z0wKRK750q8QKCvXVO8hxW3GCTNMn3 +botanical-print-wall-art Botanical Print Wall Art Large canvas wall art with a striking botanical print, making a bold statement in any room. 59.99 Botanical-Prints https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Botanical-Print-Wall-Art-ulNcElA4NZd0wa4SvJNS60PPuYV1BJ +grip-pencil-cap-erasers Grip Pencil Cap Erasers Ergonomic grip pencil cap erasers for comfortable erasing experience. 6.49 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Grip-Pencil-Cap-Erasers-OSrkoDdB3ct8KS9Ifac0HRumLFFNCL +pink-pencil-cap-erasers Pink Pencil Cap Erasers Pack of 10 pink pencil cap erasers for standard pencils. 2.99 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Pink-Pencil-Cap-Erasers-8sVzYySsIAXdzYrEdjOLUEjrJZDS1U +angled-kabuki-brush Angled Kabuki Brush Designed for blending and buffing in foundation for a flawless finish. 12.99 Angled-Brushes https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Angled-Kabuki-Brush-w3zdRynANvLzTdJ5lBx29klC217Yr6 +black-pastel-paper-pad Black Pastel Paper Pad Pad of black pastel paper for creating high-contrast pastel drawings. 11.99 Pastel-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Black-Pastel-Paper-Pad-02EUO14aoTDNHCYX1xyukp3bmfsxIN +magnetic-pencil-cap-erasers Magnetic Pencil Cap Erasers Magnetic pencil cap erasers that stick to metal surfaces for convenience. 4.99 Pencil-Cap-Erasers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Magnetic-Pencil-Cap-Erasers-iHjlUQZsx2UOYTWy35G2cz9J1teKQ2 +bienfang-canvasette-paper-pad Bienfang Canvasette Paper Pad 12 sheets of canvas-textured paper suitable for practicing painting techniques. 6.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bienfang-Canvasette-Paper-Pad-XBpwFS8SmrbWpwfRTbvpm9cW2UoSib +canson-canva-paper Canson Canva-Paper Heavyweight paper with a canvas-like texture, perfect for mixed media artwork. 8.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Canson-Canva-Paper-bza7zHFcXDwfaKJcX2j4HoYJAdcgEL +neon-animal-stickers Neon Animal Stickers A set of vibrant neon stickers featuring various animals. 5.99 Neon-Stickers https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Neon-Animal-Stickers-qaMIbf8pgMudc2Hv5OE1vKfeWDIjgL +strathmore-300-series-canvas-paper-pad Strathmore 300 Series Canvas Paper Pad 10 sheets of canvas-textured paper for painting with acrylics, oils, and more. 12.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-300-Series-Canvas-Paper-Pad-QpayRI1n9NIH9jOD3kFetNK90gIkru +royal-and-langnickel-canvas-paper-pad Royal & Langnickel Canvas Paper Pad Premium canvas-like paper in a convenient pad for art on-the-go. 16.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Royal-and-Langnickel-Canvas-Paper-Pad-qMGawSLY6JnjUFeslKKX8uolfZUpA4 +strathmore-400-series-canvas-paper Strathmore 400 Series Canvas Paper 12 sheets of heavyweight canvas-textured paper for creating detailed artwork. 15.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Strathmore-400-Series-Canvas-Paper-MbSAYCh4hYaB6jeyrRmRfaW03w4r7F +crafter's-companion-canvas-paper-pad Crafter's Companion Canvas Paper Pad Assorted pack of canvas-textured paper for craft projects and artwork. 14.99 Canvas-Paper https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Crafter's-Companion-Canvas-Paper-Pad-dErMY5qIyTq4VfJiFUsJTv0JoUE778 +sunflower-hand-painted-ceramic-mug Sunflower Hand-painted Ceramic Mug Beautiful ceramic mug featuring hand-painted sunflowers, perfect for your morning coffee. 15.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Sunflower-Hand-painted-Ceramic-Mug-YuKrdc6GNSqo6oQ247kptici4lj9fF +butterfly-garden-clay-tealight-holder Butterfly Garden Clay Tealight Holder Delicate clay tealight holder with a butterfly garden motif, creating a warm and cozy atmosphere. 8.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Butterfly-Garden-Clay-Tealight-Holder-Tr7lEjROtGUgN4L8kTlCNzS4LCclH3 +bird's-nest-ceramic-bowl Bird's Nest Ceramic Bowl Unique ceramic bowl shaped like a bird's nest, perfect for serving snacks or as a decorative piece. 24.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Bird's-Nest-Ceramic-Bowl-sIkzS0WVoxmh0zl2m2yqtL4NVwhQJZ +mushroom-hand-built-pottery-mug Mushroom Hand-built Pottery Mug Hand-built pottery mug in the shape of a mushroom, perfect for enjoying your favorite hot beverages in style. 21.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Mushroom-Hand-built-Pottery-Mug-hVLFF4AO5ZXRNDuusWhA2s2A6zUgLL +woodland-creatures-clay-incense-holder Woodland Creatures Clay Incense Holder Adorable clay incense holder featuring various woodland creatures, bringing a whimsical touch to your home. 11.99 Nature-themed-Pottery https://bevgyjm5apuichhj.public.blob.vercel-storage.com/products/Woodland-Creatures-Clay-Incense-Holder-HNSXRa8MzwuydOyzgBr59WdpFS93kD +\. + + +-- +-- Data for Name: subcategories; Type: TABLE DATA; Schema: public; Owner: default +-- + +COPY public.subcategories (slug, name, subcollection_id, image_url) FROM stdin; +colored-pencils Colored Pencils 1 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/colored-pencils-iexeMJxFT9wCY6J35n8pQYXDLUvQlY +art-marker-pencils Art Marker Pencils 1 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/art-marker-pencils-mbHaAqVu4y4C3i3DevDJ3E9U36sBjP +hard-charcoal-pencils Hard Charcoal Pencils 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hard-charcoal-pencils-1R2uREWVQqgS91Qg4fNizqKkIPLM1d +charcoal-pencils Charcoal Pencils 1 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/charcoal-pencils-L9UKmURa0gtZGpdvxKz6XHE6uZyJ1V +soft-charcoal-pencils Soft Charcoal Pencils 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-charcoal-pencils-UVDgLYhK04xXMH393Mr3BDRR7WluBr +medium-charcoal-pencils Medium Charcoal Pencils 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/medium-charcoal-pencils-vxwbqk5XFvE3AfjMXyDnJag4g4BXzu +graphite-pencils Graphite Pencils 1 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/graphite-pencils-8Y74t81zyLA4J9nzKM76HaLoJSeGPU +mechanical-pencils Mechanical Pencils 1 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/mechanical-pencils-8CNR8YdBLf1tsZDfCe2UFarja5FZgq +specialty-charcoal-pencils Specialty Charcoal Pencils 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/specialty-charcoal-pencils-al8Pibw4nCo4pxe5kZBJtqg2uyooy5 +charcoal-drawing-sets Charcoal Drawing Sets 4 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/charcoal-drawing-sets-TGLruIeahyjA6Ml5lWbR362BOGLjec +professional-drawing-sets Professional Drawing Sets 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/professional-drawing-sets-HZLKGicBgu1QdFtrQ2XtUzbAhwRgf8 +travel-sketching-sets Travel Sketching Sets 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/travel-sketching-sets-zJyV1CMecnk7hsXFdAi0HLEOuImyK6 +specialty-drawing-pencil-sets Specialty Drawing Pencil Sets 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/specialty-drawing-pencil-sets-zo09ToQ7Mlw6UkhSaUYYtUEujEsuKL +sketching-pencil-sets Sketching Pencil Sets 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/sketching-pencil-sets-z9ANm24Jhoru2GVN3hloapOJJwQLKw +standard-graphite-pencils Standard Graphite Pencils 2 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/standard-graphite-pencils-SPfjc0TtiUHaUv8NO6mYF0Vuef2gtY +hard-lead Hard Lead 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hard-lead-qrE3CTDh4mpGIo80s0nNp38WaYiH6X +charcoal-infused Charcoal Infused 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/charcoal-infused-ISC5PcbPHHKS6CQJNVTH8UzzJdRIP2 +medium-lead Medium Lead 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/medium-lead-V9ZEdLcUej19YnuyLXcHcVpilut0uL +water-soluble Water-Soluble 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/water-soluble-Icc0hW4G6AuYzPmDetXpnQS3KNA3sj +soft-water-soluble-graphite-pencils Soft Water-Soluble Graphite Pencils 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-water-soluble-graphite-pencils-LP3xNR5I6FfoAgk23j5pZeaOGG67Ta +student-grade-water-soluble-graphite-pencils Student-grade Water-Soluble Graphite Pencils 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/student-grade-water-soluble-graphite-pencils-0ZfNNbDrxFHhq2OJ95DMsBXQp3Aw7t +soft-lead Soft Lead 3 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-lead-cRtZIpXwoMWT06MejezKOrPA5YMs6L +water-soluble-graphite-pencil-sets Water-Soluble Graphite Pencil Sets 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/water-soluble-graphite-pencil-sets-FjaL36BvzsgI3dPeJjJIxQakgx8ZLq +artist-grade-water-soluble-graphite-pencils Artist-grade Water-Soluble Graphite Pencils 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/artist-grade-water-soluble-graphite-pencils-VgF0P5uesyT5ACp5erD8Ce37o6gL6N +hard-water-soluble-graphite-pencils Hard Water-Soluble Graphite Pencils 7 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hard-water-soluble-graphite-pencils-ZZsUMSf7z7GRgK7OvFmXt9Wh498aNR +2b-pencils 2B Pencils 9 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/2b-pencils-0Vmi0jQdy749ghRRoW6Mg3EtWLocwS +hb-pencils HB Pencils 9 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hb-pencils-fVjbejg4m4nQj9LlgYX8aaf46KNOb4 +4b-pencils 4B Pencils 9 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/4b-pencils-Zj5TNIxJ4kLxP5IzRd7wD2nnefhsD7 +professional-sketching-pencils Professional Sketching Pencils 10 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/professional-sketching-pencils-4S8bqKqr2T5GKAAXyC6ySn7Tctff5B +hard-graphite-pencils Hard Graphite Pencils 10 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hard-graphite-pencils-o3Z2yhUvP4gsoisV8QZx62Omvbhqa2 +metallic-colored-graphite-pencils Metallic Colored Graphite Pencils 5 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/metallic-colored-graphite-pencils-ZKyu1u1VuPaKWZHJm0xYHnmRxfeIdp +willow-charcoal-stick Willow Charcoal Stick 16 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/willow-charcoal-stick-cpMdxz9qW50PuguP9wNQwbYhVJeWnb +hard-pastel-set Hard Pastel Set 26 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/hard-pastel-set-YNYjSVEqeiaoJe6PIAkKTU59BsjVjN +soft-pastel-set Soft Pastel Set 26 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-pastel-set-aeYyD4WVdfhq9Et1Xwkz4F71Zhdab6 +primary-color-pan-pastels Primary Color Pan Pastels 22 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/primary-color-pan-pastels-sjHhYzLP2Q0FazVFpMiFLH5mCHWrOu +eco-friendly-oil-pastels Eco-Friendly Oil Pastels 24 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/eco-friendly-oil-pastels-2qccQTHHLA7ZYFBurLtAfTN1QifiyM +kids-oil-pastels Kids Oil Pastels 24 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/kids-oil-pastels-R5nsnlwnY9X1rnwMc6z3PY9E39Vo2p +neon-pan-pastels Neon Pan Pastels 22 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/neon-pan-pastels-hjfCVSMMoVumOdKijcijreXbz7tTHz +artists-choice-sets Artists' Choice Sets 10 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/artists-choice-sets-TtMcOmgIx3T5j5baCDJi5pW3XER1Yv +8b-pencils 8B Pencils 9 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/8b-pencils-jvirX9SUPgcxC2JMnshbhfKdWIbZiE +soft-graphite-pencils Soft Graphite Pencils 10 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-graphite-pencils-ec5kPusMZZqdpD04bLp085c55hgPnB +specialty-graphite-pencils Specialty Graphite Pencils 10 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/specialty-graphite-pencils-XgMF31lmgnjjp1RHlHNRcxYTWstX3C +6b-pencils 6B Pencils 9 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/6b-pencils-LL4p0tUVPJD92NDIV7s5mTdLboUW0w +neon-colored-graphite-pencils Neon Colored Graphite Pencils 5 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/neon-colored-graphite-pencils-tfq8QSmL1pVdPX03TbNMZfRgygVeUN +watercolor-colored-graphite-pencils Watercolor Colored Graphite Pencils 5 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/watercolor-colored-graphite-pencils-JKsaLwyeEFtKMU6ciijXpx2JUDe1pq +natural-charcoal-set Natural Charcoal Set 16 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/natural-charcoal-set-gOvHDI2obZ5Ugg2HoyextoFvfMwiG4 +vine-charcoal Vine Charcoal 16 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/vine-charcoal-2bS2jQZLANADDySSU92P334KjcbU82 +oil-pastel-set Oil Pastel Set 26 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/oil-pastel-set-RrauRqalkYksEZBgPRQHzNYjDplMid +muted-colored-graphite-pencils Muted Colored Graphite Pencils 5 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/muted-colored-graphite-pencils-jj5BLrWOx9fFR8AAxtF1NbJM92Goud +artist-pastel-set Artist Pastel Set 26 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/artist-pastel-set-VuPDEXRKlXvfmt5C7ISvoxEmgNOMYg +beginner-pastel-set Beginner Pastel Set 26 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/beginner-pastel-set-vylmy3mrJp7r7VOcDg832H5jeuYIN8 +metallic-pan-pastels Metallic Pan Pastels 22 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/metallic-pan-pastels-yz50B7YN6eTDjx06v3m0QaLRSS94LK +earth-tone-pan-pastels Earth Tone Pan Pastels 22 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/earth-tone-pan-pastels-1rE65nW433syY9sgCpuYYuZf48fkf3 +professional-oil-pastels Professional Oil Pastels 24 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/professional-oil-pastels-3fK9ERL4yzlHykK1AyDEOR29KjVnHV +soft-pan-pastels Soft Pan Pastels 22 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/soft-pan-pastels-idI2lqi4qxr4DmBHR7qG06xiQUe3yj +standard-oil-pastels Standard Oil Pastels 24 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/standard-oil-pastels-TnxEwWHWQN9Qhs2Plhwhl5mGy5HZ5f +specialty-oil-pastels Specialty Oil Pastels 24 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/specialty-oil-pastels-LY4uOTjwRot02kkSO4qhVDJ1CzWKix +Grid-Cases Grid Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Grid-Cases-FHsHugcJ5GlLwmaVPjqAeZgR120AZW +Roll-up-Cases Roll-up Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Roll-up-Cases-vZmiCLESzyp6psjYq5b91C22KtXDRP +Spiral-Bound-Sketchbooks Spiral Bound Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Spiral-Bound-Sketchbooks-vF0A31wJHkfguQWH3HygPXcxZoe705 +Mixed-Media-Sketchbooks Mixed Media Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Mixed-Media-Sketchbooks-fLes3mles1QfVOKAH1DWUu3iHGXLYL +Travel-Sketchbooks Travel Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Travel-Sketchbooks-egjrqI3JSpmyVDFhDtJLgQRV688JXY +Landscape-Sketchbooks Landscape Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Landscape-Sketchbooks-rBGrXxQPegKvJjqkQvnMXRXV03ZXGp +Sketching-Charcoal-Paper Sketching Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sketching-Charcoal-Paper-c6wSko1AUtHflZbq4tq8M1R1jWnAN4 +Textured-Charcoal-Paper Textured Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Textured-Charcoal-Paper-bs0xfw5QY8NEMtpmXySX995WaQ8oFm +Toned-Charcoal-Paper Toned Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Toned-Charcoal-Paper-aqVgm8zjn2aPFwooi5H33U7MLoAw3G +Blending-stumps Blending stumps 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blending-stumps-l7qwZUCM01em6wleraq8Rkz6ewCYgB +Tortillons Tortillons 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Tortillons-ZaKP0Ca95QeROZyihVCJ4TSDrzqFng +Palette-knives Palette knives 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Palette-knives-PveJIgSh5cIWhrwR6rhZU4od4ZTRK3 +Cotton-swabs Cotton swabs 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Cotton-swabs-Hd74h5Fg5jksJ8k1yaNhpAuN8c8LLA +Electric-Erasers Electric Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Electric-Erasers-6YYKh07IvGVh0ctwCQhtvDOvAfy8MZ +Pen-Erasers Pen Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pen-Erasers-bDao3xipq4jZhfgae51ZBePrqqlwG1 +Drafting-Erasers Drafting Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Drafting-Erasers-vPJoX3p95E4tRsHPbJJeRQSlDlARHU +Rubbing-alcohol Rubbing alcohol 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Rubbing-alcohol-YERiPmw3W6IYeQfluHfCkvtguuQ1MM +Electric-Blue-Pastel-Pencils Electric Blue Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Electric-Blue-Pastel-Pencils-J7qxO8ZgXSPoqXLhGWwhjofy6Sux8V +Bright-Red-Pastel-Pencils Bright Red Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Bright-Red-Pastel-Pencils-d0JegNc4TEIGb40WBvD3f7LOKrqDaV +Dazzling-Turquoise-Pastel-Pencils Dazzling Turquoise Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Dazzling-Turquoise-Pastel-Pencils-HEmDfFgkZLMLMCoQUwtKFY8T4gKm16 +Metallic-Pastel-Pencils Metallic Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Pastel-Pencils-6g7AW29pLbzWn3ItqlBY3ujQeAKQqj +Pastel-Pencil-Sharpeners Pastel Pencil Sharpeners 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Pencil-Sharpeners-69jPYrWDpobhfkJcVOxHOyUkzmk6RT +Hard-Pastel-Pencils Hard Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Hard-Pastel-Pencils-F6Up3hB8XvsCV8wDlqhxVXvruUe2A1 +Portable-Easels Portable Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Portable-Easels-aI0bCP47yJpHKkyrZtUROQWa6tjS1Z +Wooden-Easels Wooden Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Wooden-Easels-8P9y8k60H0mA6RjUztjlfioPk1VKue +Travel-Easels Travel Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Travel-Easels-TkXUdt6XPFJn0KL6ChVhRCqaJP7R6g +Acrylic-Fixative-Sprays Acrylic Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Acrylic-Fixative-Sprays-P6BvI8KnP45nKlink4N0DIKnXzKP7w +Satin-Finish-Fixative-Sprays Satin Finish Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Satin-Finish-Fixative-Sprays-D6G0y6g13Ck8XvBTxrRKN7BqVonkOb +Non-Toxic-Fixative-Sprays Non-Toxic Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Non-Toxic-Fixative-Sprays-IigfUi6VJWyBpPMyivSOFrw0I9CCeh +Professional-Grade-Fixative-Sprays Professional Grade Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Professional-Grade-Fixative-Sprays-ao2W1bLG0IhZvpUj9KasE9ZFM0M4Qj +Leather-Cases Leather Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Leather-Cases-EwdJmK4ej4N1SwgiZb8xPciOG6vOYs +Mini-Cases Mini Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Mini-Cases-l7KrxAAaS66Ubsdc3w6lgwyebPF1HP +Travel-Cases Travel Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Travel-Cases-qlxOV5dsTpPvzqwFcyMVAdqagRLCSt +Clear-Plastic-Cases Clear Plastic Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Clear-Plastic-Cases-VSZKXXd1XR6hIssDCynWVw7eTHy3dL +Soft-Fabric-Cases Soft Fabric Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Soft-Fabric-Cases-rPe6IWY2x24CiIx6GEhjbUqmic37av +Zipper-Cases Zipper Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Zipper-Cases-tGK5eaq24VdOWEab7CKVjaTvfTVLWL +Hard-Shell-Cases Hard Shell Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Hard-Shell-Cases-FJzKs1edlQO1t2Wf8vN2VcMJPgHE7S +Customizable-Cases Customizable Cases 190 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Customizable-Cases-RIaB5mrmXYj2ZpEKSFWK4JL6pKrPK2 +Blank-Page-Sketchbooks Blank Page Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blank-Page-Sketchbooks-0t9YgFueZtuqWBjBaFqs1a5MkUN8wR +Pocket-Sketchbooks Pocket Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pocket-Sketchbooks-xU3HqEl7cvRJ6nxvk3GT8AYKbri2kn +Portrait-Sketchbooks Portrait Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Portrait-Sketchbooks-euRXiEehNUfunh4unzbQVSl3pDNCtE +Watercolor-Sketchbooks Watercolor Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Watercolor-Sketchbooks-EUA4TG5oz84YkxpirEYin9uhGw755B +Medium-Charcoal-Paper Medium Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Medium-Charcoal-Paper-goIwCNgZUDJj9yklAQn7b3qjjvSy6b +Sparkling-Gold-Pastel-Pencils Sparkling Gold Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sparkling-Gold-Pastel-Pencils-dtgyX4RMoy3isrnV1QwZhB9evqa4Oj +India-Ink India Ink 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/India-Ink-VX7wrqLFxzex249H7iSXJ4YQmsXCvk +Calligraphy-Ink Calligraphy Ink 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Calligraphy-Ink-g1r4SjDWNJYV0b2CTWaVjOXoH5V6wi +Metallic-Inks Metallic Inks 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Inks-hn9i4TBVxXMqjKpbw9r0b6VTm5rpQd +Drawing-Glove Drawing Glove 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Drawing-Glove-tr8Pe73sHQ8eye8eTFw5Q5UYes9kD2 +Cleaning-Kits Cleaning Kits 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Cleaning-Kits-vQa6DGHAqBK24dUgqAtdoBmGI3S7up +Ink-Wash Ink Wash 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Ink-Wash-E9FYWvFQsxgi8AVXcSwNRPriGr6M9f +Pen-Nibs Pen Nibs 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pen-Nibs-J37yNxcT0EIDvorJJWMUc61l34uZmd +Graphic-Tablets Graphic Tablets 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Graphic-Tablets-5rqdyPVmWXIFmDMzQGQT6Gn46sXbmD +Carrying-Cases Carrying Cases 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Carrying-Cases-cuGZlTJRaJqkj4uXCOjtTypya1hQzn +Metallic-Pencil-Sets Metallic Pencil Sets 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Pencil-Sets-TvahvTcI7eVtPthBSjwmk0UwOc2trA +Neon-oil-pastels Neon oil pastels 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-oil-pastels-fSDZdc9hfwb1MEpNXCenoU5zQ22TUz +Copper-Metallic-Pencils Copper Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Copper-Metallic-Pencils-KPwcWXqJAzekBBsygG37vvIHmLY5YS +Neon-crayon-sharpeners Neon crayon sharpeners 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-crayon-sharpeners-JUhsoUFrQxa3jQDcXkr4BlbBhsJZ1a +Highlighter-crayons Highlighter crayons 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Highlighter-crayons-qkhH7r0rpttblIkPZnpu93sGMNDzFS +Neon-crayon-holders Neon crayon holders 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-crayon-holders-3xYlAAGg1jBY0VDEyjLbxVLgFLh0JC +Neon-Pastel-Pencils Neon Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-Pastel-Pencils-jdhs2ezCSxqRXchtzIEjyiIkhh3uz5 +Dot-Grid-Sketchbooks Dot Grid Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Dot-Grid-Sketchbooks-i54tsRZGl5jEX2LgZa0KnYqQ5vdqfM +Grid-Sketchbooks Grid Sketchbooks 116 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Grid-Sketchbooks-tgULvHojvMqOsE3uq6ng0UvMVPSzkF +Smooth-Charcoal-Paper Smooth Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Smooth-Charcoal-Paper-aygB97GP2nvyw9mmA2uudna0ze18qj +Charcoal-Paper-Pads Charcoal Paper Pads 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Charcoal-Paper-Pads-LwtxXG9nKgN19HanzCAZRTqst5AGWo +Newsprint-Charcoal-Paper Newsprint Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Newsprint-Charcoal-Paper-cj1KIyKyHpm6y29DjH6WnBkRQrZZES +Black-Charcoal-Paper Black Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Black-Charcoal-Paper-ExNZ6hBNaIkVCFF5V6ouDHGK3lXL9r +Handmade-Charcoal-Paper Handmade Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Handmade-Charcoal-Paper-hacFm8AU1uH5J68taac7QXA89SQYIc +White-Charcoal-Paper White Charcoal Paper 299 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/White-Charcoal-Paper-CVCQ6K3DxkVyIwwGfauOLQtA9fmcYK +Smudge-sticks Smudge sticks 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Smudge-sticks-kxLixke8ccjGcnnBIor8EAxzWHzUiH +Blending-brushes Blending brushes 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blending-brushes-oQ9nMF0YccY9AIovytTyIJsESTts8Z +Colorless-blending-markers Colorless blending markers 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Colorless-blending-markers-VudeseKz1LILfLYHrTkAttwROFNc9X +Water-soluble-Pastel-Pencils Water-soluble Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Water-soluble-Pastel-Pencils-s3Vo0fYg0F3cAizWdYskZgTZWY9T8t +Tabletop-Easels Tabletop Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Tabletop-Easels-U3UpJ5F2lINquu1CxYHyhwBT3SVxwv +Pastel-Marker-Pens Pastel Marker Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Marker-Pens-MPixOUgPrWEGKvaU4WKfWgQobtPtej +Pastel-Calligraphy-Pens Pastel Calligraphy Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Calligraphy-Pens-YvmqWBfHrrmfsilcmDsfHoMXLuapIR +Pastel-Pencil-Sets Pastel Pencil Sets 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Pencil-Sets-fdd1AA9pGWWcMg4ItuFy4YwcwrGY4m +Floor-Standing-Easels Floor Standing Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Floor-Standing-Easels-vv4jGjMCpm9Qr6tJzJGBpNLOLPi5sl +Adjustable-Easels Adjustable Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Adjustable-Easels-398FNHRFhmuwTXvOr6eA0qNmIX68Br +Tinted-Charcoal-Pencils Tinted Charcoal Pencils 271 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Tinted-Charcoal-Pencils-WvZ91RCSqpQzm5RBHCbhpCW2NyM9kt +Pastel-Pencil-Accessories Pastel Pencil Accessories 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Pencil-Accessories-nTz3LM9o5Lktqn0hQMesyhdrdmuRIy +Metal-Easels Metal Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metal-Easels-GcIfMShqfhytWGintxXfw18laQctrh +Mechanical-Blenders Mechanical Blenders 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Mechanical-Blenders-bHZuE7v520HyuZoWraVKEhiooGzDoM +Cubism Cubism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Cubism-n5YkO2yEmsCct7h4UY2ALFkB1qmGZA +Surrealism Surrealism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Surrealism-fpLSzcsfPaQovbtZzMtDsSKje2JRYf +Pop-Art Pop Art 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pop-Art-8R062Gu9bPTmnwL04DRwcoldKfUY9e +Archival-Fixative-Sprays Archival Fixative Sprays 180 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Archival-Fixative-Sprays-tU71aQ28SgwsxXOvB8qNd85wyr5hdN +Sculpture Sculpture 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sculpture-kaVO2AMfikgUlFBd0G6LjCUgHzQaGq +Art-Nouveau Art Nouveau 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Art-Nouveau-kdJVuxgTMIQvQAQeC3AtxlYzgKTW9J +Smooth-Texture-Charcoal-Paper Smooth Texture Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Smooth-Texture-Charcoal-Paper-mTUHeLeMlRp0Fn4WGCnzOD4sW3Dheg +Mixed-Media-Charcoal-Paper Mixed Media Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Mixed-Media-Charcoal-Paper-0FD4xxL8ibUSdtojaGSTACn09up4Ls +Acid-Free-Charcoal-Paper Acid-Free Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Acid-Free-Charcoal-Paper-Utd3N1T0Ft6WaHD5xBIqGRL95qjFQm +Watercolor-Brush-Pens Watercolor Brush Pens 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Watercolor-Brush-Pens-tZ6LlDxqg88LdXTXX3O2NAHgFQ96ru +Ink-Erasers Ink Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Ink-Erasers-YqgmLiDrrI7ZFUpG7IaxVUzvwrkISO +Pencil-Erasers Pencil Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pencil-Erasers-H3SVSLKGzESzoJ0pxa2lEAJuEJRxRj +Eraser-Sticks Eraser Sticks 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Eraser-Sticks-nWMK9OM1PGOy53Q4cNHTamov7sQGee +Calligraphy-Brush-Pens Calligraphy Brush Pens 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Calligraphy-Brush-Pens-jKI8APUsMqRfZHIjQdSnnAp0iu7M72 +Fabric-Markers Fabric Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Fabric-Markers-iymePQxqcrmebWrLOMW0Qn6pJMnXgZ +Pastel-Highlighters Pastel Highlighters 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Highlighters-5de5TBo4VvNqxyxEysUVPZwCbya79e +Glitter-Gel-Pens Glitter Gel Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Glitter-Gel-Pens-ngK66uDqfJd8usHs6lpJWLEeFb20QH +Soft-erasers Soft erasers 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Soft-erasers-nR3swZHyb9gjiGHxlEUT8bqJbhUbTm +Art-Gum-Erasers Art Gum Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Art-Gum-Erasers-2sq9cz1eNt90ir5xDP6oe5d4uvDaWu +Sponges Sponges 184 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sponges-VCw58PIzeEjyf3oJRsxtzzssiR64iU +Kneaded-Erasers Kneaded Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Kneaded-Erasers-aOSkFfBh5214zuL1Liyl0iWBg13fKd +Eraser-Refills Eraser Refills 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Eraser-Refills-UKd83W0ld84CniarmbI4fXHulmhtTV +Fluorescent-Pink-Pastel-Pencils Fluorescent Pink Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Fluorescent-Pink-Pastel-Pencils-dAnd14lmj50uEwiovxJ4MBlk4GpxpX +Vinyl-Erasers Vinyl Erasers 87 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Vinyl-Erasers-4bqzhOv3KsKREEWx4a8UbrXJkZtSGp +Vibrant-Yellow-Pastel-Pencils Vibrant Yellow Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Vibrant-Yellow-Pastel-Pencils-MWdk1i21vqEieSpkfvslSVZR1YZhVT +Glowing-Green-Pastel-Pencils Glowing Green Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Glowing-Green-Pastel-Pencils-nIpARQUIC9xJ2zzpJqvaJvPtmHsxxO +Shimmering-Silver-Pastel-Pencils Shimmering Silver Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Shimmering-Silver-Pastel-Pencils-lqtsjNkyxrJY1O9oiqPKlY8kMa9el2 +Luminous-Orange-Pastel-Pencils Luminous Orange Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Luminous-Orange-Pastel-Pencils-qRSgRmrvfiAcFxx5768UJqSeqmdCFO +Radiant-Purple-Pastel-Pencils Radiant Purple Pastel Pencils 273 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Radiant-Purple-Pastel-Pencils-6t65eAnjbfO7iASB2qLvB1wmL0Ersn +Watercolor-Inks Watercolor Inks 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Watercolor-Inks-SRfznokiliCETZiNSrrg7KSGzOq8u0 +Acrylic-Inks Acrylic Inks 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Acrylic-Inks-nbSfqLAE80BIDO54c2xrq5etnCi0ZT +Alcohol-Inks Alcohol Inks 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Alcohol-Inks-m0m6Fwqrh1OqVnTbvsQGYGzlurik69 +Drawing-Ink-Sets Drawing Ink Sets 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Drawing-Ink-Sets-QofxDBMtBugakh2fZ5fF3ultyjyKWc +Dip-Pen-Inks Dip Pen Inks 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Dip-Pen-Inks-PgiGTX5X7BbWLRj2aYA0x5ImYIZxZE +Wireless-Tablets Wireless Tablets 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Wireless-Tablets-MJhVt7wVEaPlzEOGYWWhDLjoXRs8ZK +Display-Tablets Display Tablets 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Display-Tablets-pR8JNyHrol4YwKjjrFAVDReSmGVM9R +Sumi-Ink Sumi Ink 51 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sumi-Ink-Osqe5LQtYgjt9OsmzlBWbRJuDWJYnE +Tablet-Stands Tablet Stands 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Tablet-Stands-RzznLkmuw4bgym6yblCmm9LZNWKwRj +Stylus-Pens Stylus Pens 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Stylus-Pens-hF4xfggHf8HrF4CnfgJeS5UUGDpd06 +Gold-Metallic-Pencils Gold Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Gold-Metallic-Pencils-ysD4p20kHV4dw3b7wC3wnNkxJmkvxS +Silver-Metallic-Pencils Silver Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Silver-Metallic-Pencils-FFbFyCdWuRp8gISustgPpCFcPb9cN5 +Screen-Protectors Screen Protectors 314 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Screen-Protectors-MUBoKmWzHYXRl8odsfD6KEq9yKtcLi +Bronze-Metallic-Pencils Bronze Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Bronze-Metallic-Pencils-qXGt45eD1BYqkv4YKybeQB2o897YtA +Rose-Gold-Metallic-Pencils Rose Gold Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Rose-Gold-Metallic-Pencils-DrRCFO80MPoIXTu7DHrDYeZwDBJyNz +Glow-in-the-dark-crayons Glow-in-the-dark crayons 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Glow-in-the-dark-crayons-e1BGSrokL4NrJ4ev40iQ9z049Ek6Lk +Pearlescent-Metallic-Pencils Pearlescent Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pearlescent-Metallic-Pencils-m8wW3bNyJCkkUyZeyGnIW5HlGmo3xP +Neon-crayon-sets Neon crayon sets 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-crayon-sets-OCTYEFDWao5YKML5YGENSIj43srHJZ +Fluorescent-crayons Fluorescent crayons 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Fluorescent-crayons-m04J8aOnfw2LPQOXngwxDGNvveMIw1 +Metallic-Pencil-Accessories Metallic Pencil Accessories 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Pencil-Accessories-0ynmItkwIdrroeap4HIgpfoQWELRbd +Iridescent-Metallic-Pencils Iridescent Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Iridescent-Metallic-Pencils-tlXMZr0yGlMLDPLL44rwF4ZrDRqgIH +Other-Metallic-Pencils Other Metallic Pencils 278 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Other-Metallic-Pencils-p3PZUp5JqsMIYR6jn6vHVb5hzDFcLS +Refillable-neon-crayons Refillable neon crayons 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Refillable-neon-crayons-LqjhIWbfqtKtCky4U9gEtAiGF3TcO3 +Oil-Pastel-Pencils Oil Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Oil-Pastel-Pencils-t71AHD0Kv4vzRNheFtgydN2Dv8hvVE +Neon-chalk-pastels Neon chalk pastels 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-chalk-pastels-CdmjQ5PDuJkEluSKwH5Rk9ff0Pd8Zn +Skin-Tone-Pastel-Pencils Skin Tone Pastel Pencils 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Skin-Tone-Pastel-Pencils-M7lRSB0XO9bdfCA3DeqmziG1sBnH9H +Neon-crayon-storage-containers Neon crayon storage containers 70 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-crayon-storage-containers-NcZc6EGAkUZp5f78RRIlWZLtT0B7Ng +Blending-Stumps Blending Stumps 272 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blending-Stumps-TSabxpITIJzalfhYa0I7to3qWxi4Cg +H-frame-Easels H-frame Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/H-frame-Easels-F3boKC8l3fwffChfrcdaMq3IN6ai8P +Mini-Easels Mini Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Mini-Easels-9hbMSzis9hxPM1lLof4Rzq9fIotuIm +A-frame-Easels A-frame Easels 169 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/A-frame-Easels-cv3trd5JZkqu3XzR2134EdZpbimXhN +Matte-Finish-Fixative-Sprays Matte Finish Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Matte-Finish-Fixative-Sprays-mtKmpWvTUFbeT9Eq7jajVc4nQlqdvj +Glossy-Finish-Fixative-Sprays Glossy Finish Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Glossy-Finish-Fixative-Sprays-WHf7A9NLjWgXPvbxpZCd9ycsFkg7GC +Oil-based-Fixative-Sprays Oil-based Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Oil-based-Fixative-Sprays-jsrNLm03goiftrhgxB2tdLo9xq1JoG +UV-Resistant-Fixative-Sprays UV-Resistant Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/UV-Resistant-Fixative-Sprays-0HfYpSwLG3QPGofaE4iZDfnQbyf4o6 +Sandpaper-Pointers Sandpaper Pointers 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Sandpaper-Pointers-GNA7h483nMi70HxTp2jPzZpYuS9C2u +All-Purpose-Fixative-Sprays All-Purpose Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/All-Purpose-Fixative-Sprays-Fwko3nbVJYjQNYpniqUdRblnpqmjpR +Protective-Fixative-Sprays Protective Fixative Sprays 176 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Protective-Fixative-Sprays-wENEvvAsc4S7evo6ZmR25ocGaTh58T +Blending-Brushes Blending Brushes 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blending-Brushes-Hzf2hMPsKS3q0MHDodZqvNxjdQJwjN +Watercolor-Gel-Pens Watercolor Gel Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Watercolor-Gel-Pens-wgFb4RS5KkhqLsb3CUUA2SYb1TGe97 +Chalk-Markers Chalk Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Chalk-Markers-wpClwF2NNCoMBiiTVTGcCR6NiGrMHw +Impressionism Impressionism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Impressionism-XQI2nl4n6cHUggmEfLOOJeCdWENN4r +Burnishers Burnishers 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Burnishers-XtIJfRbwtkimnB41VTACtaqveAWOuN +Paper-Stumps Paper Stumps 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Paper-Stumps-I4cQLWnRqnXBqg2jLjMLcQSsO98Q4W +Blending-Solvents Blending Solvents 92 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blending-Solvents-Pzl8JgE5GfB8c1uiJ7IDj02cehrTZm +Fast-Drying-Fixative-Sprays Fast Drying Fixative Sprays 180 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Fast-Drying-Fixative-Sprays-fMkKUTg4h1JHs9AfPZaYCSrqgc4S3U +Minimalism Minimalism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Minimalism-SXagKeLt0c8IMgTlQx1bOQFwVDcNiO +Renaissance Renaissance 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Renaissance-9YEiQ2N72pWXCFkAB0MfhwQGq8Om4x +Abstract-Expressionism Abstract Expressionism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Abstract-Expressionism-bJkQgYErkqxpRrjMxmLNns92F3Xscw +Realism Realism 309 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Realism-VDc5afkAMptjMEL6qz7sACMA6keQZD +Low-Odor-Fixative-Sprays Low Odor Fixative Sprays 180 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Low-Odor-Fixative-Sprays-EOqldS2mi60BjF4xluKX72VvKNpDmD +Non-Yellowing-Fixative-Sprays Non-Yellowing Fixative Sprays 180 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Non-Yellowing-Fixative-Sprays-OSVvxm2Igqyk3EOHw01yjPquKlLYGi +Eco-Friendly-Fixative-Sprays Eco-Friendly Fixative Sprays 180 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Eco-Friendly-Fixative-Sprays-Wuh37r6T9Oo6VVle2phZPiP9nfrJzA +Rough-Texture-Charcoal-Paper Rough Texture Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Rough-Texture-Charcoal-Paper-0pzBbTrIOiBZcwnHsLdvefvRqCWDmB +Medium-Weight-Charcoal-Paper Medium Weight Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Medium-Weight-Charcoal-Paper-JQ9KEzGAWlx7YRnE0RC8VFdKxVvjwz +Large-Size-Charcoal-Paper Large Size Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Large-Size-Charcoal-Paper-6YDfafGoZoUw4rFfSE9FF80ugY71QX +Alcohol-based-Markers Alcohol-based Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Alcohol-based-Markers-1PIDDqD5b3eQH7wcrfSVHyfUz9Pr7l +Recycled-Charcoal-Paper Recycled Charcoal Paper 292 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Recycled-Charcoal-Paper-SWXiKED1zFArbCQW8taq0j9pKf1ZV7 +Permanent-Markers Permanent Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Permanent-Markers-M7H3jEYzCIPY9HlrdD5x7DTRwWNLXz +Highlighter-Markers Highlighter Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Highlighter-Markers-rDiwALjed2wzvxgD7lQp52oiDpJ91n +Fine-Tip-Markers Fine Tip Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Fine-Tip-Markers-1wUmcBWb4cooMq4kAfcTJGkJ2MqwJQ +Gel-Pen-Markers Gel Pen Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Gel-Pen-Markers-gst5Vl97kOKPeFywLNLqJcfjNJuNe2 +Metallic-Markers Metallic Markers 236 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Markers-FcWw4GX589u8ajuUWweZrueEtmqaxt +Broad-Tip-Pens Broad Tip Pens 244 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Broad-Tip-Pens-kfObyH9DzJycqyVgwy657dM7tvJKHY +Pastel-Paper Pastel Paper 104 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Paper-l8A8XvLWLAKAtSYeMdNmKOdLzxi3sc +Nature-themed-Pottery Nature-themed Pottery 159 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Nature-themed-Pottery-xhRC9OM5y1q41j5P8Wg2iaDbGsgxuK +Inktense-Pastel-Pencils Inktense Pastel Pencils 271 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Inktense-Pastel-Pencils-BoLAr90M8VGTeLRWqLMaGU0lsym9Ix +Pastel-Brush-Pens Pastel Brush Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Brush-Pens-E4q3gK35Qd75yKGlY4reHGzkd4hLtW +Neon-Gel-Pens Neon Gel Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-Gel-Pens-4c28y2fZMmu5OKnWVbLRxzrPlt8tXI +Metallic-Gel-Pens Metallic Gel Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Metallic-Gel-Pens-K9vwTBKUJGX4i7YufEMxqJaq3wbqFr +Pastel-Fine-Point-Pens Pastel Fine Point Pens 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Fine-Point-Pens-1SZWuTuuofAQLO429pCQNpGrOTncTM +Pastel-Gel-Pen-Sets Pastel Gel Pen Sets 263 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pastel-Gel-Pen-Sets-6yGklMjR5DfWWpWQPzc8HpqxDY2aMP +Soft-Pastel-Pencils Soft Pastel Pencils 271 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Soft-Pastel-Pencils-ejBQpM6dsvVu7KMdDU1AF5vyH3DIOj +Blender-Pastel-Pencils Blender Pastel Pencils 271 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Blender-Pastel-Pencils-emxTdvb1f9LSSCOoOFL4tty3t7rfxf +Gel-Pastel-Pencils Gel Pastel Pencils 271 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Gel-Pastel-Pencils-9gx6wIVJh4HDeKcWrNJiuGXrHYAfIH +Botanical-Prints Botanical Prints 159 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Botanical-Prints-cXYO5KMgY2SGKFffbjORFLs6FaIAI7 +Canvas-Paper Canvas Paper 104 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Canvas-Paper-BfrbOt13I0YpLPLSIiTMmosGqCFU6o +Neon-Stickers Neon Stickers 156 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Neon-Stickers-E7QRpRlvI24ywnUQ50kKZ39DnrUPT1 +Angled-Brushes Angled Brushes 91 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Angled-Brushes-bJGRr4NF49H8CoOwIfd7NDK0oKM8Ui +Pencil-Cap-Erasers Pencil Cap Erasers 181 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Pencil-Cap-Erasers-Gm8M9NbkYuqn9r91266DuwTlbjYWQy +Charcoal-Powder Charcoal Powder 149 https://bevgyjm5apuichhj.public.blob.vercel-storage.com/subcategories/Charcoal-Powder-WVqnZUHei6QEZ9DT4oCvaOrgoSRRPh +\. + + +-- +-- Data for Name: subcollections; Type: TABLE DATA; Schema: public; Owner: default +-- + +COPY public.subcollections (id, name, category_slug) FROM stdin; +1 Sketching Pencils graphite-pencils +2 Graphite Pencil Sets graphite-pencils +3 Jumbo Graphite Pencils graphite-pencils +4 Charcoal Graphite Pencils graphite-pencils +5 Colored Graphite Pencils graphite-pencils +7 Water-Soluble Graphite Pencils graphite-pencils +9 Soft Graphite Pencils graphite-pencils +10 Professional Graphite Pencils graphite-pencils +16 Natural Charcoal charcoal +22 Pan Pastels pastels +24 Oil Pastels pastels +26 Pastel Sets pastels +51 Drawing Inks ink +70 Neon crayons crayons +87 Marker Erasers erasers +91 Brushes blending-tools +92 Blending Stumps blending-tools +104 Charcoal Paper drawing-paper +116 Hardbound Sketchbooks sketchbooks +169 Easel Drawing Boards drawing-boards +176 Quick-Drying Fixative Sprays fixative-sprays +184 Blending Tools drawing-accessories +278 Metallic Pastel Pencils pastel-pencils +314 Digital Drawing Pads drawing-light-boxes +149 Charcoal Art Supplies sanguine +236 Markers & Brush Pens calligraphy-supplies +244 Calligraphy Pens inking-pens +156 Neon Collection conte-crayons +180 Acrylic Fixative Sprays fixative-sprays +181 Erasers drawing-accessories +190 Pencil Cases drawing-accessories +299 Lightweight Charcoal Paper charcoal-paper +159 Nature Inspired conte-crayons +263 Pastel Gel Pens gel-pens +271 Hard Pastel Pencils pastel-pencils +272 Soft Pastel Pencils pastel-pencils +273 Neon Pastel Pencils pastel-pencils +292 Heavyweight Charcoal Paper charcoal-paper +309 Famous Artists' Style coloring-books +\. + + +COMMIT; \ No newline at end of file