freckledhenusa.com Open in urlscan Pro
134.122.14.70  Public Scan

Submitted URL: http://freckledhenusa.com/
Effective URL: https://freckledhenusa.com/
Submission: On May 26 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    </div>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title hide"></span>
					</a>

						<div class="cart-item-price-wrapper">
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<div class="cart-item--quantity-price-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
								<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
								<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": []
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">$ 0.00</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <span class="cart-price-text type-subheading">Subtotal</span>
        <span class="cart-total-price" id="cart-price"><span class="money">$ 0.00</span></span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <a href="#" class="btn btn-default cart-menu-close secondary-button">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</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="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></div>
</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="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" 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="/"></form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" 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="/">
</form>

Text Content

YOUR CART


Your basket is empty


$ 0.00

Subtotal $ 0.00
Place your order


Continue Shopping


Free domestic shipping on orders $75 or more! (exclusions apply)

 * CELEBRATION GIFTS
    * TEACHER & NURSE APPRECIATION GIFTS
    * GRADUATION GIFTS

 * SUMMER
    * PICNIC & TABLETOP
    * SUMMER ACCESSORIES
    * SUMMER FUN

 * HOME
   
   DECOR
   
    * BASKETS + UTILITY
    * DOORMATS
    * PILLOWS, THROWS + RUGS
    * PRINTS, FRAMES + WALL DECOR
    * POTS + VASES
   
   DINING
   
    * BAR + COCKTAIL
    * CHARCUTERIE
    * MUGS, CUPS + BOTTLES
    * SCOOPS, SPOONS + UTENSILS
    * PLATTERS, BOARDS + TRAYS
    * TABLETOP DECOR
   
   APOTHECARY
   
    * BATH + BODY
    * CANDLES + MATCHES
   
   SHOP NEW HOME ARRIVALS

 * KITCHEN
   
   PANTRY
   
    * GOURMET FOODS
    * MIXES
    * TEA, COFFEE + ACCESSORIES
   
   SUPPLIES
   
    * BAKING SUPPLIES
    * COOKBOOKS
    * ECO-FRIENDLY SUPPLIES
    * HOMEKEEPING
    * LINENS + APRONS
    * RECIPE BOXES
   
   SHOP REUSABLE + ECO-FRIENDLY

 * GIFTS + ACCESSORIES
   
   GIFTS
   
    * ARKANSAS GOODS
    * BOOKS
    * FRECKLED HEN GOODS
    * PETS
    * PUZZLES, GAMES + KITS
    * GIFT CARDS
    * GIFT REGISTRY
    * EMPLOYEE FAVES
   
   ACCESSORIES
   
    * APPAREL + ACCESSORIES
    * FOR HIM
    * JEWELRY
    * STICKERS, PINS + MAGNETS
    * TOTES + BAGS
   
   STATIONERY
   
    * STATIONERY & PAPER SUPPLIES
    * PENCILS + POUCHES
    * PLANNERS + CALENDARS
    * SCISSORS + TWINE
    * NOTEBOOKS + JOURNALS
    * GREETING CARDS
   
   LOCAL GOODS

 * KIDS
   
   PLAYROOM
   
    * BOOKS + TOYS
    * PRINTS + DECOR
    * STUFFED ANIMALS
   
   ACCESSORIES
   
    * LINENS + ACCESSORIES
    * SNACK TIME ESSENTIALS
   
   BABY
   
    * CLOTHING & ACCESSORIES
    * NURSERY DECOR
    * TOYS & PLUSHIES
    * GIFTS
   
   

 * GARDEN
    * BIRDSEED COTTAGES

0


 * About
 * Contact
 * FAQ
 * Gift Registry
 * Earn Rewards


 * 
 * 
 * 0

 * CELEBRATION GIFTS
    * TEACHER & NURSE APPRECIATION GIFTS
    * GRADUATION GIFTS

 * SUMMER
    * PICNIC & TABLETOP
    * SUMMER ACCESSORIES
    * SUMMER FUN

 * HOME
   
   DECOR
   
    * BASKETS + UTILITY
    * DOORMATS
    * PILLOWS, THROWS + RUGS
    * PRINTS, FRAMES + WALL DECOR
    * POTS + VASES
   
   DINING
   
    * BAR + COCKTAIL
    * CHARCUTERIE
    * MUGS, CUPS + BOTTLES
    * SCOOPS, SPOONS + UTENSILS
    * PLATTERS, BOARDS + TRAYS
    * TABLETOP DECOR
   
   APOTHECARY
   
    * BATH + BODY
    * CANDLES + MATCHES
   
   SHOP NEW HOME ARRIVALS

 * KITCHEN
   
   PANTRY
   
    * GOURMET FOODS
    * MIXES
    * TEA, COFFEE + ACCESSORIES
   
   SUPPLIES
   
    * BAKING SUPPLIES
    * COOKBOOKS
    * ECO-FRIENDLY SUPPLIES
    * HOMEKEEPING
    * LINENS + APRONS
    * RECIPE BOXES
   
   SHOP REUSABLE + ECO-FRIENDLY

 * GIFTS + ACCESSORIES
   
   GIFTS
   
    * ARKANSAS GOODS
    * BOOKS
    * FRECKLED HEN GOODS
    * PETS
    * PUZZLES, GAMES + KITS
    * GIFT CARDS
    * GIFT REGISTRY
    * EMPLOYEE FAVES
   
   ACCESSORIES
   
    * APPAREL + ACCESSORIES
    * FOR HIM
    * JEWELRY
    * STICKERS, PINS + MAGNETS
    * TOTES + BAGS
   
   STATIONERY
   
    * STATIONERY & PAPER SUPPLIES
    * PENCILS + POUCHES
    * PLANNERS + CALENDARS
    * SCISSORS + TWINE
    * NOTEBOOKS + JOURNALS
    * GREETING CARDS
   
   LOCAL GOODS

 * KIDS
   
   PLAYROOM
   
    * BOOKS + TOYS
    * PRINTS + DECOR
    * STUFFED ANIMALS
   
   ACCESSORIES
   
    * LINENS + ACCESSORIES
    * SNACK TIME ESSENTIALS
   
   BABY
   
    * CLOTHING & ACCESSORIES
    * NURSERY DECOR
    * TOYS & PLUSHIES
    * GIFTS
   
   

 * GARDEN
    * BIRDSEED COTTAGES

 * 
 * 


 * SHOP OUR
   
   
   GRADUATION COLLECTION
   
   Everything to help your new grad celebrate their new chapter!
   
   shop now


 * SHOP THOUGHTFUL GIFTS FOR
   
   
   TEACHER & NURSE APPRECIATION
   
   We're so thankful for our teachers & nurses - we’re here to help you love on
   them!
   
   SHOP NOW
   


 * SHOP OUR
   
   
   GARDEN COLLECTION
   
   Gardening tools, unique bird feeders, market totes, cute planters & so much
   more!
   
   SHOP GARDEN
   


 * SHOP OUR
   
   
   GRADUATION COLLECTION
   
   Everything to help your new grad celebrate their new chapter!
   
   shop now
   


 * SHOP THOUGHTFUL GIFTS FOR
   
   
   TEACHER & NURSE APPRECIATION
   
   We're so thankful for our teachers & nurses - we’re here to help you love on
   them!
   
   SHOP NOW

 1. 1
 2. 2
 3. 3

FREE SHIPPING on orders $75 or more! (some exclusions apply)
CURBSIDE PICKUP Call us & we'll bring your order to your car!
FREE LOCAL DELIVERY on orders $50 or more!
FREE GIFT WRAPPING on orders $50 or more!
 * FREE SHIPPING on orders $75 or more! (some exclusions apply)
 * CURBSIDE PICKUP Call us & we'll bring your order to your car!
 * FREE LOCAL DELIVERY on orders $50 or more!
 * FREE GIFT WRAPPING on orders $50 or more!


NEW ARRIVALS


BESTSELLERS


GIFT REGISTRY


FRECKLED HEN COTTAGE

Now available for booking! Check out our place that allows you to rest from the
hustle & bustle of everyday life & create memories with those you love most.

BOOK NOW


LET'S KEEP IN TOUCH!

Subscribe to our newsletter & get 15% off your first order, access to new
arrivals, seasonal recipes & so much more!

Thanks for Joining!





WE NOW HAVE TWO SHOPS!

Freckled Hen Gift is our gift shop with puzzles, jewelry, kids goods & gifts
for everyone on your list!
Freckled Hen Home is our lifestyle shop full of thoughtful decor, textiles,
unique kitchen goods, locally made pottery, books & so much more!

FIND OUT MORE


OUR SHOPS

Freckled Hen Gift: 840 N. College Ave

Freckled Hen Home: 1904 N. College Ave
Fayetteville, Arkansas



Hours:

Mon - Fri: 10am - 6pm
Sat: 10am - 5pm
Sun: 12pm - 5pm

Visit Us
Hoppla! Ein Fehler ist aufgetreten.
Google Maps wurde auf dieser Seite nicht richtig geladen. Technische Details
dazu entnimmst du der JavaScript-Konsole.




OUR SHOPS

Freckled Hen Gift: 840 N. College Ave

Freckled Hen Home: 1904 N. College Ave
Fayetteville, Arkansas



Hours:

Mon - Fri: 10am - 6pm
Sat: 10am - 5pm
Sun: 12pm - 5pm

Visit Us


CONTACT

Call: 479-318-1566

Email: support@freckledhenusa.com


LINKS

 * RETURNS + EXCHANGES
 * OPPORTUNITIES
 * DONATIONS


CONNECT

 * Facebook icon
 * Instagram icon
 * Pinterest icon


JOIN OUR NEWSLETTER

Thanks for Joining!




© 2022 Freckled Hen | Powered by Shopify

   
 * 
 * CELEBRATION GIFTS
 * SUMMER
 * HOME
 * KITCHEN
 * GIFTS + ACCESSORIES
 * KIDS
 * GARDEN
 * About
 * Contact
 * FAQ
 * Gift Registry
 * Earn Rewards
 * Log in
 * Create Account
    * Facebook icon
    * Instagram icon
    * Pinterest icon


   
 * 

   
 * 

Thanks for Joining!






My Wishlist0



Earn Rewards!