top of page

Point System

Earn points and turn them into rewards

  1. 01

    Sign Up

    Sign up as a member to start enjoying the loyalty program

  2. 02

    Earn Points

    Earn points by signing up to the site and by placing orders.

  3. 03

    Redeem Rewards

    Redeem points for various discounts.

Program tiers

Reach new tiers as you earn more points.
  1. Egg

    0 total earned points required
    Earn points as you purchase!

    Earn Points
    • Purchase a productGet 1 point for every $1 spent
    • Sign up to the siteGet 20 points
    Redeem Rewards
    • 10% off One Item in the Order15 Points = 10% off the lowest priced item in cart
    • Free Shipping45 Points = Free Shipping for all items
    • $5 Off 50 Points = $5 off orders over $35
  2. Baby Chick

    200 total earned points required
    Get discounts when exchainging points!

    Earn Points
    • Purchase a productGet 1 point for every $1 spent
    Redeem Rewards
    • 10% off One Item in the Order12 Points = 10% off the lowest priced item in cart
    • Free Shipping35 Points = Free Shipping for all items
    • 20% Off One Item in the Order30 Points = 20% off the lowest priced item in cart
    • $5 Off 45 Points = $5 off orders over $35
  3. Hen

    700 total earned points required
    Get more discounts when exchainging points!

    Earn Points
    • Purchase a productGet 1 point for every $1 spent
    Redeem Rewards
    • 10% off One Item in the Order10 Points = 10% off the lowest priced item in cart
    • Free Shipping30 Points = Free Shipping for all items
    • 20% Off One Item in the Order25 Points = 20% off the lowest priced item in cart
    • $5 Off 40 Points = $5 off orders over $35
  4. Hen and Babies

    1,600 total earned points required
    Get more discounts in exchainging points!

    Earn Points
    • Purchase a productGet 1 point for every $1 spent
    Redeem Rewards
    • 10% off One Item in the Order8 Points = 10% off the lowest priced item in cart
    • Free Shipping25 Points = Free Shipping for all items
    • 20% Off One Item in the Order20 Points = 20% off the lowest priced item in cart
    • $5 Off 35 Points = $5 off orders over $35
  5. Fox

    10,000 total earned points required
    Most discounts in exchainging points!

    Earn Points
    • Purchase a productGet 2 points for every $1 spent
    Redeem Rewards
    • 10% off One Item in the Order6 Points = 10% off the lowest priced item in cart
    • Free Shipping20 Points = Free Shipping for all items
    • 20% Off One Item in the Order18 Points = 20% off the lowest priced item in cart
bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { // Define the image to display const image = document.createElement('img'); image.src = "https://drive.google.com/uc?id=1nJ18HQDUjhjtwPdwKMjDiN4Jr_iVpUMp"; image.style.position = 'absolute'; // Add an event listener to the document to track the mouse movements document.addEventListener('mousemove', function(e) { // Set the image's position to follow the mouse image.style.left = e.pageX + 'px'; image.style.top = e.pageY + 'px'; }); // Add the image to the page const gifContainer = $w('#gif-container'); gifContainer.append(image); // Disable page scrolling wixWindow.scroll.disable(); }); // Enable page scrolling when the page unloads $w.onUnload(function() { wixWindow.scroll.enable(); });