acornandcrowstudio.net Open in urlscan Pro
2620:127:f00f:a::  Public Scan

Submitted URL: http://acornandcrowstudio.net/
Effective URL: https://acornandcrowstudio.net/
Submission: On May 30 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to"
    value="/?fbclid=PAZXh0bgNhZW0CMTEAAaZcnlN17Va_0IB-wD_tWxNLSzlf2YxLbJ2EezqF7B2Db1m1O-HSsUyj9MA_aem_AY3CghS0jtcxhjpwDDl-bucc9L66xjzeWDuy9v4jT7pxV7bry4csH4rppEyyMivcQbKLpS4_AmKVYqRyezoAksf3">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="main-search__form" action="/search" method="get" autocomplete="off">
  <div class="main-search__input-container">
    <input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
    <button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
        <g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
          <circle cx="7.824" cy="7.824" r="7.824"></circle>
          <path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
        </g>
      </svg></button>
  </div>
  <script src="//acornandcrowstudio.net/cdn/shop/t/8/assets/search-suggestions.js?v=136224079820713396391711407725" defer=""></script>
  <search-suggestions></search-suggestions>
</form>

POST /localization

<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to"
    value="/?fbclid=PAZXh0bgNhZW0CMTEAAaZcnlN17Va_0IB-wD_tWxNLSzlf2YxLbJ2EezqF7B2Db1m1O-HSsUyj9MA_aem_AY3CghS0jtcxhjpwDDl-bucc9L66xjzeWDuy9v4jT7pxV7bry4csH4rppEyyMivcQbKLpS4_AmKVYqRyezoAksf3">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-R5ESPC" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 200px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-114122162" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center;"><span
              style="font-family: 'El Messiri', Geneva, Tahoma, Verdana, sans-serif; font-weight: 400; font-size: 28px; font-style: normal;">WANT ACCESS TO EXCLUSIVE DEALS?</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-114122163" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center;"><span
              style="font-family: Merriweather, 'Lucida Sans', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-weight: 400; font-size: 16px; font-style: normal;">Sign up to receive access to our latest updates and best offers.</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 200px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_114122164" class="needsclick go2323827115 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 8px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: Merriweather, &quot;Lucida Sans&quot;, &quot;Lucida Sans Unicode&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 2px; background-color: rgba(255, 255, 255, 0); border: 1px solid rgb(0, 0, 0);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 10px 200px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go2922013087 kl-private-reset-css-Xuajs1" type="button"
          tabindex="0"
          style="background: rgb(11, 171, 104); border-radius: 5px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(255, 255, 255); font-family: &quot;El Messiri&quot;, Geneva, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 2px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 40px; width: 100%;">SIGN
          ME UP!</button></div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go2922013087 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgba(255, 255, 255, 0); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(0, 0, 0); font-family: Merriweather, &quot;Lucida Sans&quot;, &quot;Lucida Sans Unicode&quot;, Geneva, Verdana, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 40px; width: 100%;">NO,
          THANKS</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <p>
    <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to"
    value="/?fbclid=PAZXh0bgNhZW0CMTEAAaZcnlN17Va_0IB-wD_tWxNLSzlf2YxLbJ2EezqF7B2Db1m1O-HSsUyj9MA_aem_AY3CghS0jtcxhjpwDDl-bucc9L66xjzeWDuy9v4jT7pxV7bry4csH4rppEyyMivcQbKLpS4_AmKVYqRyezoAksf3">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

x








--------------------------------------------------------------------------------


by Timesact



Skip to content
 * Facebook
 * Instagram
 * TikTok
 * Pinterest

Free US shipping on all orders over $100
Shipping times are currently EXTENDED due to the increase in orders. Please
allow 1-2 WEEKS for processing.


Search
 * STICKERS
 * STATIONERY
 * BUNDLES
 * ACCESSORIES
 * NEW ARRIVALS




Search Cart

 * STICKERS
    * GLOSSY STICKERS MATTE STICKERS REUSABLE STICKER BOOKS
    * GLOSSY STICKERS
    * MATTE STICKERS
    * REUSABLE STICKER BOOKS

 * STATIONERY
    * NOTEBOOKS STICKY NOTES NOTEPADS/WEEKLY PLANNERS BOOKMARKS NOTECARDS PENS
    * NOTEBOOKS
    * STICKY NOTES
    * NOTEPADS & PLANNERS
    * BOOKMARKS

 * BUNDLES
   Bundles: All-In, Zero Regrets
   
   Acorn and Crow's bundles pack a curated punch of our best items—perfect when
   you just can't choose one!
   
   SHOP NOW
    * BUNDLES & SETS B GRADE BUNDLES DICE OF FATE

 * ACCESSORIES
    * MAGNETS ENAMEL PINS ACCESSORIES TEMPORARY TATTOOS WRISTLETS
    * MAGNETS
    * ENAMEL PINS
    * ACCESSORIES

 * NEW ARRIVALS

 * STICKERS
    * GLOSSY STICKERS MATTE STICKERS REUSABLE STICKER BOOKS
    * GLOSSY STICKERS
      MATTE STICKERS
      REUSABLE STICKER BOOKS

 * STATIONERY
    * NOTEBOOKS STICKY NOTES NOTEPADS/WEEKLY PLANNERS BOOKMARKS NOTECARDS PENS
    * NOTEBOOKS
      STICKY NOTES
      NOTEPADS & PLANNERS
      BOOKMARKS

 * BUNDLES
   Bundles: All-In, Zero Regrets
   
   Acorn and Crow's bundles pack a curated punch of our best items—perfect when
   you just can't choose one!
   
   SHOP NOW
    * BUNDLES & SETS B GRADE BUNDLES DICE OF FATE

 * ACCESSORIES
    * MAGNETS ENAMEL PINS ACCESSORIES TEMPORARY TATTOOS WRISTLETS
    * MAGNETS
      ENAMEL PINS
      ACCESSORIES

 * NEW ARRIVALS

 * Facebook
 * Instagram
 * TikTok
 * Pinterest


DICE OF FATE

For when you just want us to decide for you

Shop Now



BUNDLES

Because Sometimes 'One of Everything' Just Makes Sense!

Shop Now
Load slide 1 of 2 Load slide 2 of 2
Previous Next
Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop
New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate
Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get
Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New
Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate
Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get
Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New
Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate
Alerts 🎲 Shop New Arrivals ✨ Get Dice of Fate Alerts 🎲 Shop New Arrivals ✨
★★★★★ 4.99 | 160,000+ HAPPY CUSTOMERS


CREATE BOLDLY, LIVE UNIQUELY

The go-to haven for all things wonderfully weird and uniquely you, helping every
individual dance to the beat of their own drum with our eclectic, art-driven
gems.

NOTEBOOKS
61 products
ACCESSORIES & THINGS
48 products
BUNDLES & SETS
24 products
MATTE STICKERS
103 products


PREVIOUS BEST SELLERS NEXT

View all

Quick buy
'The Watcher' Creepy Forest with Moon Bookmark
$5.00

5.0 / 5.0

27 reviews

Quick buy
Barn Owl and Dark Forest with Gold Moon Bookmark
$5.00
Sold out

4.94 / 5.0

17 reviews

Quick buy
Depresso Espresso Brain Dump Style Notepad
$11.00

5.0 / 5.0

11 reviews

Quick buy
D20 Roll for Mental Health Natural One - Glossy Sticker
From $4.00

5.0 / 5.0

16 reviews

Quick buy
Floral 'Fuck Off' - Glossy Sticker
From $4.00

5.0 / 5.0

9 reviews

Quick buy
Sunflower and Sage Sticky Note Pad
$6.00

5.0 / 5.0

10 reviews

Quick buy
AnxieTEA Sticky Note Pad
$6.00

5.0 / 5.0

8 reviews

Quick buy
Mushroom Brain Dump Notepad
$11.00

5.0 / 5.0

5 reviews
3 in stock
Quick buy
Plague Doctor To Do List Lined Notepad
$11.00

5.0 / 5.0

3 reviews

Quick buy
Tired of Your Shit Coffin To Do List Lined Notepad
$11.00

5.0 / 5.0

8 reviews

Quick buy
AnxieTEA - Matte Sticker
From $4.00

5.0 / 5.0

6 reviews

Quick buy
AnxieTEA - Glossy Sticker
From $4.00

5.0 / 5.0

5 reviews

Quick buy
D20 Roll for Mental Health Natural One Magnet
$5.00

5.0 / 5.0

2 reviews

Quick buy
Depresso Espresso Sticky Note Pad
$6.00

5.0 / 5.0

9 reviews

Quick buy
Become a Witch Worth Burning Coffin - Matte Sticker
From $4.00

5.0 / 5.0

11 reviews

Quick buy
Become a Witch Worth Burning Coffin Spiral Notebook
$30.00

5.0 / 5.0

7 reviews

Quick buy
Tired of Your Shit Coffin and Roses - Matte Sticker
From $4.00

5.0 / 5.0

5 reviews

Quick buy
Depresso Espresso Coffee Cup - Matte Sticker
From $4.00

5.0 / 5.0

4 reviews

Quick buy
D20 Roll for Mental Health Natural One - Matte Sticker
From $4.00

5.0 / 5.0

5 reviews

Quick buy
AnxieTEA Magnet
$5.00

5.0 / 5.0

5 reviews



LET CUSTOMERS SPEAK FOR US

from 2880 reviews
Love it!

I use this notebook to keep track of how I make custom dice sets. This is part
of my second or third order from here and I will keep coming back for my
stationary needs. I love the art and quality.

Cassie Ross
D20 Dice Gremlin with Florals Spiral Notebook
05/30/2024
Love Peridot

Excellent quality, beautiful design, vibrant colors!

Sera Graece
August Birthstone Peridot Crystal Heart Stationery Bundle
05/30/2024

Wonderful! Love the design, everyone at the table loved the idea of the session
notes notepad! It helps keep my notes a lot more organized!

Anonymous
D20 Dice Gremlin - Stationery Set Bundle
05/30/2024

Everything was awesome and high quality. Arrived quickly and was safely
packaged. Love my little watcher guy! Would definitely purchase again.

Amber W.
'The Watcher' Creepy Milk Carton Magnet
05/30/2024

Great quality all around! Love it!

Casey Krieg
Girl Dinner Book Stack and Iced Coffee Pencil Pouch
05/29/2024
Can’t wait to use it

It came quickly and is of really good quality. I am excited to fill it up

nicole marrokal
Depresso Espresso Skull Coffee Layflat Notebook
05/29/2024
Perfect as always

Strong magnets, exactly as pictured

Katelyn Miller
AnxieTEA Weekly Planner
05/28/2024
Amazing!

Perfect quality, beautiful art, and everything was very carefully packaged.
Arrived swiftly once shipped and was absolutely perfect for me and my brother.
He loved his gifts! Highly recommend this shop 🖤

Roxanne
Barn Owl and Dark Forest - Stationery Bundle
05/28/2024

Amazing design

Paulina
March Birthstone Aquamarine Crystal Heart Pocket Notebook
05/28/2024
So pretty!

Sticker is gorgeous and I can't stop looking at it!

Meghan Andrews
May Birthstone Emerald and Lily of the Valley Crystal Heart - Glossy Sticker
05/28/2024
Always Great Products!

I love how these stickers always are the best quality! Great designs by awesome
people, and high quality materials to ensure the best stickers anyone could ask
for. Never disappoints!

Makayla Johnson
Acorn Skull and Leaves - Matte Sticker
05/28/2024
Silky smooth and perfectly printed

Let me say first that I love everything I’ve ever gotten from this shop, but
this was my first layflat, and the texture of the cover just makes me want to
touch it continuously and the colors are vibrant and pretty and I can’t wait to
use this for my next campaign

Alicia Johnson
D20 Note-Taker and Florals Layflat Notebook
05/28/2024
My Orders

I Always enjoy the quality of the products, very well made and very quick
delivery of my orders, Really looking forward to sharing this most recent order
with my friends who I got theses note books for.

Holly Seymour
D20 Story-Teller with Florals Spiral Notebook
05/28/2024

So so cute, i use it for my keys :))

Ava Kenny
March Birthstone Aquamarine Crystal Heart Wristlet with Double Sided Charm
05/28/2024
So Much Fun

Yes, post its can be fun when they look like this.

Catherine Kwiatkowski
Girl Dinner Book Stack and Iced Coffee Sticky Note Pad
05/28/2024




MAGNETIC BOOKMARKS 🔖

Stick a pin in it with Acorn and Crow’s magnetic bookmarks—crafted to handle
your page-turning binge.

Shop Now

WANT ACCESS TO EXCLUSIVE DEALS?

Sign up to receive access to our latest updates and best offers.


SIGN ME UP!
NO, THANKS
Free shipping on orders $100+
Over 160,000 Positive Reviews
Original Artwork
Quick links
 * Search
 * Contact Information
 * Shipping
 * Privacy Policy
 * Terms Of Service
 * Refund Policy

Acornandcrowstudio

acornandcrow@gmail.com

AcornandCrowStudios LLC, 1225 Red Cedar Circle, UNIT H, Fort Collins CO 80524,
United States

 * Facebook
 * Instagram
 * TikTok
 * Pinterest

Newsletter

Sign up for exclusive offers, events, and more.



Subscribe
American Express Apple Pay Diners Club Discover Meta Pay Google Pay Mastercard
PayPal Shop Pay Venmo Visa
© 2024 Acornandcrowstudio. Powered by Shopify
Your cart
Close
Spend $100.00 more for free shipping!
Your order is eligible for free shipping!




Checkout
Close
Your cart is empty
Start shopping


Judge.me