<!doctype html>

<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8"> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="theme-color" content="">

    <title>
      Fresh Entity Market
    </title><meta name="description" content="Paper Products and Home Goods"><link rel="canonical" href="https://freshentity.com/"><meta property="og:type" content="website">
  <meta property="og:title" content="Fresh Entity Market"><meta property="og:description" content="Paper Products and Home Goods"><meta property="og:url" content="https://freshentity.com/">
<meta property="og:site_name" content="Fresh Entity"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Fresh Entity Market">
  <meta name="twitter:description" content="Paper Products and Home Goods">
    <style>
  @font-face {
  font-family: Jost;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//freshentity.com/cdn/fonts/jost/jost_n4.d47a1b6347ce4a4c9f437608011273009d91f2b7.woff2") format("woff2"),
       url("//freshentity.com/cdn/fonts/jost/jost_n4.791c46290e672b3f85c3d1c651ef2efa3819eadd.woff") format("woff");
}

  @font-face {
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
  src: url("//freshentity.com/cdn/fonts/poppins/poppins_n3.05f58335c3209cce17da4f1f1ab324ebe2982441.woff2") format("woff2"),
       url("//freshentity.com/cdn/fonts/poppins/poppins_n3.6971368e1f131d2c8ff8e3a44a36b577fdda3ff5.woff") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//freshentity.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2") format("woff2"),
       url("//freshentity.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff") format("woff");
}

  @font-face {
  font-family: Poppins;
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
  src: url("//freshentity.com/cdn/fonts/poppins/poppins_i3.8536b4423050219f608e17f134fe9ea3b01ed890.woff2") format("woff2"),
       url("//freshentity.com/cdn/fonts/poppins/poppins_i3.0f4433ada196bcabf726ed78f8e37e0995762f7f.woff") format("woff");
}

  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("//freshentity.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2") format("woff2"),
       url("//freshentity.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff") format("woff");
}


  :root {
    --heading-font-family : Jost, sans-serif;
    --heading-font-weight : 400;
    --heading-font-style  : normal;

    --text-font-family : Poppins, sans-serif;
    --text-font-weight : 300;
    --text-font-style  : normal;

    --base-text-font-size   : 15px;
    --default-text-font-size: 14px;--background          : #ffffff;
    --background-rgb      : 255, 255, 255;
    --light-background    : #ffffff;
    --light-background-rgb: 255, 255, 255;
    --heading-color       : #4e4e4e;
    --text-color          : #4e4e4e;
    --text-color-rgb      : 78, 78, 78;
    --text-color-light    : #717171;
    --text-color-light-rgb: 113, 113, 113;
    --link-color          : #323232;
    --link-color-rgb      : 50, 50, 50;
    --border-color        : #e4e4e4;
    --border-color-rgb    : 228, 228, 228;

    --button-background    : #4e4e4e;
    --button-background-rgb: 78, 78, 78;
    --button-text-color    : #ffffff;

    --header-background       : #ffffff;
    --header-heading-color    : #4e4e4e;
    --header-light-text-color : #717171;
    --header-border-color     : #e4e4e4;

    --footer-background    : #ffffff;
    --footer-text-color    : #717171;
    --footer-heading-color : #4e4e4e;
    --footer-border-color  : #eaeaea;

    --navigation-background      : #ffffff;
    --navigation-background-rgb  : 255, 255, 255;
    --navigation-text-color      : #4e4e4e;
    --navigation-text-color-light: rgba(78, 78, 78, 0.5);
    --navigation-border-color    : rgba(78, 78, 78, 0.25);

    --newsletter-popup-background     : #ffffff;
    --newsletter-popup-text-color     : #1c1b1b;
    --newsletter-popup-text-color-rgb : 28, 27, 27;

    --secondary-elements-background       : #4e4e4e;
    --secondary-elements-background-rgb   : 78, 78, 78;
    --secondary-elements-text-color       : #ffffff;
    --secondary-elements-text-color-light : rgba(255, 255, 255, 0.5);
    --secondary-elements-border-color     : rgba(255, 255, 255, 0.25);

    --product-sale-price-color    : #f94c43;
    --product-sale-price-color-rgb: 249, 76, 67;

    /* Products */

    --horizontal-spacing-four-products-per-row: 40px;
        --horizontal-spacing-two-products-per-row : 40px;

    --vertical-spacing-four-products-per-row: 60px;
        --vertical-spacing-two-products-per-row : 75px;

    /* Animation */
    --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-base-height: 80px; /* We set a default for browsers that do not support CSS variables */

    /* Cursors */
    --cursor-zoom-in-svg    : url(//freshentity.com/cdn/shop/t/6/assets/cursor-zoom-in.svg?v=117437324793803066381599943771);
    --cursor-zoom-in-2x-svg : url(//freshentity.com/cdn/shop/t/6/assets/cursor-zoom-in-2x.svg?v=105013857440892540601599943772);
  }
</style>

<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/28457467963/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="38f1ad6ccfa1642519fce31ca6fae593">
<meta id="in-context-paypal-metadata" data-shop-id="28457467963" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=28457467963" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":28457467963,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/28457467963","merchantName":"Fresh Entity","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Fresh Entity","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"38f1ad6ccfa1642519fce31ca6fae593","betas":["rich-media-storefront-analytics"],"domain":"freshentity.com","predictiveSearch":true,"shopId":28457467963,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "fresh-entity.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"Prestige","id":97886699579,"schema_name":"Prestige","schema_version":"4.9.11","theme_store_id":855,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "freshentity.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//freshentity.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//freshentity.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script id="__st">var __st={"a":28457467963,"offset":-18000,"reqid":"f8f238f3-fa29-44d6-9668-65cfd2d7baf3-1780979143","pageurl":"freshentity.com\/?feed=rss2","u":"1bfa0522c720","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//freshentity.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//freshentity.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://freshentity.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://freshentity.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <link rel="stylesheet" href="//freshentity.com/cdn/shop/t/6/assets/theme.css?v=74695684749560590731604089094">

    <script>// This allows to expose several variables to the global scope, to be used in scripts
      window.theme = {
        pageType: "index",
        moneyFormat: "${{amount}}",
        moneyWithCurrencyFormat: "${{amount}} USD",
        productImageSize: "short",
        searchMode: "product,article",
        showPageTransition: false,
        showElementStaggering: true,
        showImageZooming: true
      };

      window.routes = {
        rootUrl: "\/",
        cartUrl: "\/cart",
        cartAddUrl: "\/cart\/add",
        cartChangeUrl: "\/cart\/change",
        searchUrl: "\/search",
        productRecommendationsUrl: "\/recommendations\/products"
      };

      window.languages = {
        cartAddNote: "Add Order Note",
        cartEditNote: "Edit Order Note",
        productImageLoadingError: "This image could not be loaded. Please try to reload the page.",
        productFormAddToCart: "Add to cart",
        productFormUnavailable: "Unavailable",
        productFormSoldOut: "Sold Out",
        shippingEstimatorOneResult: "1 option available:",
        shippingEstimatorMoreResults: "{{count}} options available:",
        shippingEstimatorNoResults: "No shipping could be found"
      };

      window.lazySizesConfig = {
        loadHidden: false,
        hFac: 0.5,
        expFactor: 2,
        ricTimeout: 150,
        lazyClass: 'Image--lazyLoad',
        loadingClass: 'Image--lazyLoading',
        loadedClass: 'Image--lazyLoaded'
      };

      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
      document.documentElement.style.setProperty('--window-height', window.innerHeight + 'px');

      // We do a quick detection of some features (we could use Modernizr but for so little...)
      (function() {
        document.documentElement.className += ((window.CSS && window.CSS.supports('(position: sticky) or (position: -webkit-sticky)')) ? ' supports-sticky' : ' no-supports-sticky');
        document.documentElement.className += (window.matchMedia('(-moz-touch-enabled: 1), (hover: none)')).matches ? ' no-supports-hover' : ' supports-hover';
      }());
    </script>

    <script src="//freshentity.com/cdn/shop/t/6/assets/lazysizes.min.js?v=174358363404432586981599940092" async></script><script src="https://polyfill-fastly.net/v3/polyfill.min.js?unknown=polyfill&features=fetch,Element.prototype.closest,Element.prototype.remove,Element.prototype.classList,Array.prototype.includes,Array.prototype.fill,Object.assign,CustomEvent,IntersectionObserver,IntersectionObserverEntry,URL" defer></script>
    <script src="//freshentity.com/cdn/shop/t/6/assets/libs.min.js?v=26178543184394469741599940092" defer></script>
    <script src="//freshentity.com/cdn/shop/t/6/assets/theme.min.js?v=173031011232028520471600798699" defer></script>
    <script src="//freshentity.com/cdn/shop/t/6/assets/custom.js?v=183944157590872491501599940093" defer></script>

    <script>
      (function () {
        window.onpageshow = function() {
          if (window.theme.showPageTransition) {
            var pageTransition = document.querySelector('.PageTransition');

            if (pageTransition) {
              pageTransition.style.visibility = 'visible';
              pageTransition.style.opacity = '0';
            }
          }

          // When the page is loaded from the cache, we have to reload the cart content
          document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {
            bubbles: true
          }));
        };
      })();
    </script>

    


  <script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "BreadcrumbList",
  "itemListElement": [{
      "@type": "ListItem",
      "position": 1,
      "name": "Translation missing: en.general.breadcrumb.home",
      "item": "https://freshentity.com"
    }]
  }
  </script>

  <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 28457467963,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 28457467963,storefrontBaseUrl: "https://freshentity.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Fresh Entity","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"fresh-entity.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/freshentity.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://freshentity.com/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"28457467963","storefrontBaseUrl":"https:\/\/freshentity.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'USD';
  var meta = {"page":{"pageType":"home","requestId":"f8f238f3-fa29-44d6-9668-65cfd2d7baf3-1780979143"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    window.ShopifyAnalytics.lib.trekkie = window.trekkie;
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
  var scriptFallback = document.createElement('script');
  scriptFallback.type = 'text/javascript';
  scriptFallback.onerror = function(error) {
          var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 28457467963,
      theme_id: 97886699579,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//freshentity.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//freshentity.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//freshentity.com/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":28457467963,"isMerchantRequest":null,"themeId":97886699579,"themeCityHash":"5072902280775065416","contentLanguage":"en","currency":"USD","eventMetadataId":"3e124b26-0d30-4e9e-854a-f79108a01a99"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"f8f238f3-fa29-44d6-9668-65cfd2d7baf3-1780979143","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//freshentity.com/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
  defer
  src="https://freshentity.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="28457467963"
  data-render-region="gcp-us-central1"
  data-page-type="index"
  data-theme-instance-id="97886699579"
  data-theme-name="Prestige"
  data-theme-version="4.9.11"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://freshentity.com/api/collect"
></script>
</head><body class="prestige--v4 features--heading-large features--show-price-on-hover features--show-button-transition features--show-image-zooming features--show-element-staggering  template-index">
    <a class="PageSkipLink u-visually-hidden" href="#main">Skip to content</a>
    <span class="LoadingBar"></span>
    <div class="PageOverlay"></div><div id="shopify-section-popup" class="shopify-section"></div>
    <div id="shopify-section-sidebar-menu" class="shopify-section"><section id="sidebar-menu" class="SidebarMenu Drawer Drawer--small Drawer--fromLeft" aria-hidden="true" data-section-id="sidebar-menu" data-section-type="sidebar-menu">
    <header class="Drawer__Header" data-drawer-animated-left>
      <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-menu" aria-label="Close navigation"><svg class="Icon Icon--close" role="presentation" viewBox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
    </header>

    <div class="Drawer__Content">
      <div class="Drawer__Main" data-drawer-animated-left data-scrollable>
        <div class="Drawer__Container">
          <nav class="SidebarMenu__Nav SidebarMenu__Nav--primary" aria-label="Sidebar navigation"><div class="Collapsible"><a href="/" class="Collapsible__Button Heading Link Link--primary u-h6">Home</a></div><div class="Collapsible"><a href="/pages/a-little-hello" class="Collapsible__Button Heading Link Link--primary u-h6">A Little Hello</a></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">Shop<span class="Collapsible__Plus"></span>
                  </button>

                  <div class="Collapsible__Inner">
                    <div class="Collapsible__Content"><div class="Collapsible"><a href="/collections/2020-calendars" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Scripture Calendars</a></div><div class="Collapsible"><a href="/collections/scripture-cards" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Scripture Cards</a></div><div class="Collapsible"><a href="/collections/tea-towels" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Tea Towels</a></div><div class="Collapsible"><a href="/collections/stickers" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Stickers</a></div></div>
                  </div></div></nav><nav class="SidebarMenu__Nav SidebarMenu__Nav--secondary">
            <ul class="Linklist Linklist--spacingLoose"><li class="Linklist__Item">
                  <a href="/account" class="Text--subdued Link Link--primary">Account</a>
                </li></ul>
          </nav>
        </div>
      </div><aside class="Drawer__Footer" data-drawer-animated-bottom><ul class="SidebarMenu__Social HorizontalList HorizontalList--spacingFill">
    <li class="HorizontalList__Item">
      <a href="https://instagram.com/freshentity" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram" role="presentation" viewBox="0 0 32 32">
      <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path>
    </svg></span>
      </a>
    </li>

    

  </ul>

</aside></div>
</section>

</div>
<div id="sidebar-cart" class="Drawer Drawer--fromRight" aria-hidden="true" data-section-id="cart" data-section-type="cart" data-section-settings='{
  "type": "drawer",
  "itemCount": 0,
  "drawer": true,
  "hasShippingEstimator": false
}'>
  <div class="Drawer__Header Drawer__Header--bordered Drawer__Container">
      <span class="Drawer__Title Heading u-h4">Cart</span>

      <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-cart" aria-label="Close cart"><svg class="Icon Icon--close" role="presentation" viewBox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
  </div>

  <form class="Cart Drawer__Content" action="/cart" method="POST" novalidate>
    <div class="Drawer__Main" data-scrollable><p class="Cart__Empty Heading u-h5">Your cart is empty</p></div></form>
</div>
<div class="PageContainer">
      <div id="shopify-section-announcement" class="shopify-section"><section id="section-announcement" data-section-id="announcement" data-section-type="announcement-bar">
      <div class="AnnouncementBar">
        <div class="AnnouncementBar__Wrapper">
          <p class="AnnouncementBar__Content Heading">Use code NEWYEAR for 26% off your total purchase!
</p>
        </div>
      </div>
    </section>

    <style>
      #section-announcement {
        background: #f8ded4;
        color: #4e4e4e;
      }
    </style>

    <script>
      document.documentElement.style.setProperty('--announcement-bar-height', document.getElementById('shopify-section-announcement').offsetHeight + 'px');
    </script></div>
      <div id="shopify-section-header" class="shopify-section shopify-section--header"><div id="Search" class="Search" aria-hidden="true">
  <div class="Search__Inner">
    <div class="Search__SearchBar">
      <form action="/search" name="GET" role="search" class="Search__Form">
        <div class="Search__InputIconWrapper">
          <span class="hidden-tablet-and-up"><svg class="Icon Icon--search" role="presentation" viewBox="0 0 18 17">
      <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M16 16l-5.0752-5.0752"></path>
        <circle cx="6.4" cy="6.4" r="6.4"></circle>
      </g>
    </svg></span>
          <span class="hidden-phone"><svg class="Icon Icon--search-desktop" role="presentation" viewBox="0 0 21 21">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M18 18l-5.7096-5.7096"></path>
        <circle cx="7.2" cy="7.2" r="7.2"></circle>
      </g>
    </svg></span>
        </div>

        <input type="search" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" aria-label="Search..." placeholder="Search..." autofocus>
        <input type="hidden" name="type" value="product">
      </form>

      <button class="Search__Close Link Link--primary" data-action="close-search" aria-label="Close search"><svg class="Icon Icon--close" role="presentation" viewBox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
    </div>

    <div class="Search__Results" aria-hidden="true"><div class="PageLayout PageLayout--breakLap">
          <div class="PageLayout__Section"></div>
          <div class="PageLayout__Section PageLayout__Section--secondary"></div>
        </div></div>
  </div>
</div><header id="section-header"
        class="Header Header--center Header--initialized  Header--withIcons"
        data-section-id="header"
        data-section-type="header"
        data-section-settings='{
  "navigationStyle": "center",
  "hasTransparentHeader": false,
  "isSticky": true
}'
        role="banner">
  <div class="Header__Wrapper">
    <div class="Header__FlexItem Header__FlexItem--fill">
      <button class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-desk" aria-expanded="false" data-action="open-drawer" data-drawer-id="sidebar-menu" aria-label="Open navigation">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--nav" role="presentation" viewBox="0 0 20 14">
      <path d="M0 14v-1h20v1H0zm0-7.5h20v1H0v-1zM0 0h20v1H0V0z" fill="currentColor"></path>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--nav-desktop" role="presentation" viewBox="0 0 24 16">
      <path d="M0 15.985v-2h24v2H0zm0-9h24v2H0v-2zm0-7h24v2H0v-2z" fill="currentColor"></path>
    </svg></span>
      </button><nav class="Header__MainNav hidden-pocket hidden-lap" aria-label="Main navigation">
          <ul class="HorizontalList HorizontalList--spacingExtraLoose"><li class="HorizontalList__Item is-active" >
                <a href="/" class="Heading u-h6">Home<span class="Header__LinkSpacer">Home</span></a></li><li class="HorizontalList__Item " >
                <a href="/pages/a-little-hello" class="Heading u-h6">A Little Hello<span class="Header__LinkSpacer">A Little Hello</span></a></li><li class="HorizontalList__Item " aria-haspopup="true">
                <a href="/collections/all" class="Heading u-h6">Shop</a><div class="DropdownMenu" aria-hidden="true">
                    <ul class="Linklist"><li class="Linklist__Item" >
                          <a href="/collections/2020-calendars" class="Link Link--secondary">Scripture Calendars </a></li><li class="Linklist__Item" >
                          <a href="/collections/scripture-cards" class="Link Link--secondary">Scripture Cards </a></li><li class="Linklist__Item" >
                          <a href="/collections/tea-towels" class="Link Link--secondary">Tea Towels </a></li><li class="Linklist__Item" >
                          <a href="/collections/stickers" class="Link Link--secondary">Stickers </a></li></ul>
                  </div></li></ul>
        </nav></div><div class="Header__FlexItem Header__FlexItem--logo"><h1 class="Header__Logo"><a href="/" class="Header__LogoLink"><img class="Header__LogoImage Header__LogoImage--primary"
               src="//freshentity.com/cdn/shop/files/header2_175x.jpg?v=1613743066"
               srcset="//freshentity.com/cdn/shop/files/header2_175x.jpg?v=1613743066 1x, //freshentity.com/cdn/shop/files/header2_175x@2x.jpg?v=1613743066 2x"
               width="175"
               alt="Fresh Entity"></a></h1></div>

    <div class="Header__FlexItem Header__FlexItem--fill"><a href="/account" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-phone"><svg class="Icon Icon--account" role="presentation" viewBox="0 0 20 20">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M0 18c0-4.5188182 3.663-8.18181818 8.18181818-8.18181818h1.63636364C14.337 9.81818182 18 13.4811818 18 18"></path>
        <circle cx="9" cy="4.90909091" r="4.90909091"></circle>
      </g>
    </svg></a><a href="/search" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable " data-action="toggle-search" aria-label="Search">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--search" role="presentation" viewBox="0 0 18 17">
      <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M16 16l-5.0752-5.0752"></path>
        <circle cx="6.4" cy="6.4" r="6.4"></circle>
      </g>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--search-desktop" role="presentation" viewBox="0 0 21 21">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M18 18l-5.7096-5.7096"></path>
        <circle cx="7.2" cy="7.2" r="7.2"></circle>
      </g>
    </svg></span>
      </a>

      <a href="/cart" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable " data-action="open-drawer" data-drawer-id="sidebar-cart" aria-expanded="false" aria-label="Open cart">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--cart" role="presentation" viewBox="0 0 17 20">
      <path d="M0 20V4.995l1 .006v.015l4-.002V4c0-2.484 1.274-4 3.5-4C10.518 0 12 1.48 12 4v1.012l5-.003v.985H1V19h15V6.005h1V20H0zM11 4.49C11 2.267 10.507 1 8.5 1 6.5 1 6 2.27 6 4.49V5l5-.002V4.49z" fill="currentColor"></path>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--cart-desktop" role="presentation" viewBox="0 0 19 23">
      <path d="M0 22.985V5.995L2 6v.03l17-.014v16.968H0zm17-15H2v13h15v-13zm-5-2.882c0-2.04-.493-3.203-2.5-3.203-2 0-2.5 1.164-2.5 3.203v.912H5V4.647C5 1.19 7.274 0 9.5 0 11.517 0 14 1.354 14 4.647v1.368h-2v-.912z" fill="currentColor"></path>
    </svg></span>
        <span class="Header__CartDot "></span>
      </a>
    </div>
  </div>


</header>

<style>:root {
      --use-sticky-header: 1;
      --use-unsticky-header: 0;
    }

    .shopify-section--header {
      position: -webkit-sticky;
      position: sticky;
    }@media screen and (max-width: 640px) {
      .Header__LogoImage {
        max-width: 90px;
      }
    }:root {
      --header-is-not-transparent: 1;
      --header-is-transparent: 0;
    }</style>

<script>
  document.documentElement.style.setProperty('--header-height', document.getElementById('shopify-section-header').offsetHeight + 'px');
</script>

</div>

      <main id="main" role="main">
        <!-- BEGIN content_for_index --><div id="shopify-section-slideshow" class="shopify-section shopify-section--slideshow"><section id="section-slideshow" data-section-id="slideshow" data-section-type="slideshow">
  <div class="Slideshow ">
    <div class="Slideshow__Carousel Slideshow__Carousel--withScrollButton Carousel Carousel--fadeIn  Carousel--insideDots"
         data-flickity-config='{
  "prevNextButtons": false,
  "setGallerySize": true,
  "adaptiveHeight": true,
  "wrapAround": true,
  "dragThreshold": 15,
  "pauseAutoPlayOnHover": false,
  "autoPlay": 5000,
  "pageDots": true
}'><div id="Slide16fc22a9-2849-44e8-868d-41eec189ba6c" class="Slideshow__Slide Carousel__Cell is-selected" style="visibility: visible" data-slide-index="0" ><div class="Slideshow__ImageContainer  AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0061_1x1.jpg?v=1764300477)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//freshentity.com/cdn/shop/files/DSC_0061_1x1.jpg?v=1764300477"
                     data-src="//freshentity.com/cdn/shop/files/DSC_0061_x800.jpg?v=1764300477"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0061_x800.jpg?v=1764300477" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer  AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0061_1x1.jpg?v=1764300477)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//freshentity.com/cdn/shop/files/DSC_0061_{width}x.jpg?v=1764300477"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0061_1000x.jpg?v=1764300477" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall ButtonGroup--sameSize"><a href="/collections/no-prints" class="ButtonGroup__Item Button">View Products</a><a href="/collections/2020-calendars" class="ButtonGroup__Item Button">View Scripture Calendars</a></div>
              </div>
              </header>
            </div></div><div id="Slideslide-1" class="Slideshow__Slide Carousel__Cell "  data-slide-index="1" ><div class="Slideshow__ImageContainer  AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0197_1x1.jpg?v=1764300477)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//freshentity.com/cdn/shop/files/DSC_0197_1x1.jpg?v=1764300477"
                     data-src="//freshentity.com/cdn/shop/files/DSC_0197_x800.jpg?v=1764300477"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0197_x800.jpg?v=1764300477" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer  AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0197_1x1.jpg?v=1764300477)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//freshentity.com/cdn/shop/files/DSC_0197_{width}x.jpg?v=1764300477"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0197_1000x.jpg?v=1764300477" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall ButtonGroup--sameSize"><a href="/collections/no-prints" class="ButtonGroup__Item Button">View All Products</a><a href="/collections/2020-calendars" class="ButtonGroup__Item Button">View Scripture Calendars</a></div>
              </div>
              </header>
            </div></div><div id="Slide1599948278888" class="Slideshow__Slide Carousel__Cell "  data-slide-index="2" ><div class="Slideshow__ImageContainer  AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0219_1x1.jpg?v=1764299102)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//freshentity.com/cdn/shop/files/DSC_0219_1x1.jpg?v=1764299102"
                     data-src="//freshentity.com/cdn/shop/files/DSC_0219_x800.jpg?v=1764299102"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0219_x800.jpg?v=1764299102" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer  AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0219_1x1.jpg?v=1764299102)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//freshentity.com/cdn/shop/files/DSC_0219_{width}x.jpg?v=1764299102"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0219_1000x.jpg?v=1764299102" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall ButtonGroup--sameSize"><a href="/collections/no-prints" class="ButtonGroup__Item Button">View products</a><a href="/collections/2020-calendars" class="ButtonGroup__Item Button">View Scripture Calendars</a></div>
              </div>
              </header>
            </div></div><div id="Slideafb4542e-750d-49f8-ae1e-863245c242ff" class="Slideshow__Slide Carousel__Cell "  data-slide-index="3" ><div class="Slideshow__ImageContainer  AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0115_1x1.jpg?v=1764210943)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//freshentity.com/cdn/shop/files/DSC_0115_1x1.jpg?v=1764210943"
                     data-src="//freshentity.com/cdn/shop/files/DSC_0115_x800.jpg?v=1764210943"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0115_x800.jpg?v=1764210943" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer  AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986; background-image: url(//freshentity.com/cdn/shop/files/DSC_0115_1x1.jpg?v=1764210943)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//freshentity.com/cdn/shop/files/DSC_0115_{width}x.jpg?v=1764210943"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_0115_1000x.jpg?v=1764210943" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall "><a href="/collections/2020-calendars" class="ButtonGroup__Item Button">View Scripture Calendars</a></div>
              </div>
              </header>
            </div></div><div id="Slideimage_dxwAUY" class="Slideshow__Slide Carousel__Cell "  data-slide-index="4" ><div class="Slideshow__ImageContainer  AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 1.4981273408239701; background-image: url(//freshentity.com/cdn/shop/files/DSC_3268_1x1.jpg?v=1732947569)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//freshentity.com/cdn/shop/files/DSC_3268_1x1.jpg?v=1732947569"
                     data-src="//freshentity.com/cdn/shop/files/DSC_3268_x800.jpg?v=1732947569"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_3268_x800.jpg?v=1732947569" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer  AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 66.75%; --aspect-ratio: 1.4981273408239701; background-image: url(//freshentity.com/cdn/shop/files/DSC_3268_1x1.jpg?v=1732947569)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//freshentity.com/cdn/shop/files/DSC_3268_{width}x.jpg?v=1732947569"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//freshentity.com/cdn/shop/files/DSC_3268_1000x.jpg?v=1732947569" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall "><a href="/collections/all" class="ButtonGroup__Item Button">View Products</a></div>
              </div>
              </header>
            </div></div></div><button data-href="#section-slideshow-end" class="Slideshow__ScrollButton RoundButton RoundButton--medium" aria-label="Scroll to content" data-animate-bottom><svg class="Icon Icon--arrow-bottom" role="presentation" viewBox="0 0 21 11">
      <polyline fill="none" stroke="currentColor" points="0.5 0.5 10.5 10.5 20.5 0.5" stroke-width="1.25"></polyline>
    </svg></button></div>

  <span id="section-slideshow-end" class="Anchor"></span>
</section>

<style>
  #section-slideshow .Heading,
   #section-slideshow .flickity-page-dots {
    color: #ffffff;
  }

  #section-slideshow .Button {
    color: #363636;
    border-color: #ffffff;
  }

  #section-slideshow .Button::before {
    background-color: #ffffff;
  }@media (-moz-touch-enabled: 0), (hover: hover) {
      #section-slideshow .Button:hover {
        color: #ffffff;
      }
    }</style>

</div><div id="shopify-section-shop-the-look" class="shopify-section shopify-section--bordered"><section class="Section Section--spacingNormal" data-section-id="shop-the-look" data-section-type="shop-the-look"><header class="SectionHeader SectionHeader--center">
      <div class="Container"><h2 class="SectionHeader__Heading Heading u-h1">2026 SCRIPTURE CALENDARS ARE HERE!</h2></div>
    </header><div class="ShopTheLook Carousel" data-flickity-config='{
  "prevNextButtons": false,
  "pageDots": false,
  "draggable": false,
  "cellAlign": "center",
  "wrapAround": false,
  "percentPosition": false,
  "dragThreshold": 10,
  "cellSelector": ".ShopTheLook__Item",
  "arrowShape": {"x0": 20, "x1": 60, "y1": 40, "x2": 60, "y2": 35, "x3": 25},
  "breakpoints": [
    {
      "matches": "lap-and-up",
      "settings": {
        "prevNextButtons": true,
        "draggable": false,
        "wrapAround": true
      }
    }
  ]
}'><div  class="ShopTheLook__Item Carousel__Cell is-selected" id="block-look-0" data-slide-index="0">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 824px; background: url(//freshentity.com/cdn/shop/files/DSC_0183_1x1.jpg?v=1764210478)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1500px; padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//freshentity.com/cdn/shop/files/DSC_0183_{width}x.progressive.jpg?v=1764210478"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//freshentity.com/cdn/shop/files/DSC_0183_600x.jpg?v=1764210478" alt="">
                  </noscript></div></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{
            "prevNextButtons": false,
            "pageDots": false,
            "draggable": false,
            "wrapAround": true,
            "cellSelector": ".ShopTheLook__ProductItem"
          }' data-look-index="0">
            
            <a href="" class="ShopTheLook__ViewButton Button Button--primary Button--full">View this product</a>
          </div>
        </div>
      </div><div id="block-look-0-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewBox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Shop the look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{
        "prevNextButtons": false,
        "pageDots": false,
        "draggable": true,
        "wrapAround": true
      }' data-look-index="0">
            
          </div>
        </div>
      </div></div>

  <div class="ShopTheLook__DiscoverButtonWrapper hidden-lap-and-up">
    <button class="ShopTheLook__ViewButton Button Button--primary" aria-haspopup="true" aria-expanded="false" aria-controls="block-look-0-popover" data-action="open-look">View products</button>
  </div>
</section>

</div><div id="shopify-section-shop_the_look_JXqqtR" class="shopify-section shopify-section--bordered"><section class="Section Section--spacingNormal" data-section-id="shop_the_look_JXqqtR" data-section-type="shop-the-look"><header class="SectionHeader SectionHeader--center">
      <div class="Container"><h2 class="SectionHeader__Heading Heading u-h1">NEW MINI SCRIPTURE CARDS!</h2></div>
    </header><div class="ShopTheLook Carousel" data-flickity-config='{
  "prevNextButtons": false,
  "pageDots": false,
  "draggable": false,
  "cellAlign": "center",
  "wrapAround": false,
  "percentPosition": false,
  "dragThreshold": 10,
  "cellSelector": ".ShopTheLook__Item",
  "arrowShape": {"x0": 20, "x1": 60, "y1": 40, "x2": 60, "y2": 35, "x3": 25},
  "breakpoints": [
    {
      "matches": "lap-and-up",
      "settings": {
        "prevNextButtons": true,
        "draggable": false,
        "wrapAround": true
      }
    }
  ]
}'><div  class="ShopTheLook__Item Carousel__Cell is-selected" id="block-look_crtAEL" data-slide-index="0">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 824px; background: url(//freshentity.com/cdn/shop/files/DSC_0199_1x1.jpg?v=1764301282)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1500px; padding-bottom: 66.73333333333333%; --aspect-ratio: 1.4985014985014986"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//freshentity.com/cdn/shop/files/DSC_0199_{width}x.progressive.jpg?v=1764301282"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//freshentity.com/cdn/shop/files/DSC_0199_600x.jpg?v=1764301282" alt="">
                  </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 43%; top: 37%"></span></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{
            "prevNextButtons": false,
            "pageDots": false,
            "draggable": false,
            "wrapAround": true,
            "cellSelector": ".ShopTheLook__ProductItem"
          }' data-look-index="0">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/2026-little-scripture-cards">
                  <div class="ProductItem ">
  <div class="ProductItem__Wrapper"><a href="/products/2026-little-scripture-cards" class="ProductItem__ImageWrapper "><div class="AspectRatio AspectRatio--short" style="max-width: 1500px;  --aspect-ratio: 1.4985014985014986"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//freshentity.com/cdn/shop/files/DSC_0200_{width}x.jpg?v=1764301282" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="2026 Scripture Card Minis" data-media-id="26146737520699">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//freshentity.com/cdn/shop/files/DSC_0095_600x.jpg?v=1764301282" alt="2026 Scripture Card Minis">
          <img class="ProductItem__Image" src="//freshentity.com/cdn/shop/files/DSC_0200_600x.jpg?v=1764301282" alt="2026 Scripture Card Minis">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading">
          <a href="/products/2026-little-scripture-cards">2026 Scripture Card Minis</a>
        </h2><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">From $15</span></div></div></div></div>
                </div>
            <a href="/products/2026-little-scripture-cards" class="ShopTheLook__ViewButton Button Button--primary Button--full">View this product</a>
          </div>
        </div>
      </div><div id="block-look_crtAEL-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewBox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Shop the look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{
        "prevNextButtons": false,
        "pageDots": false,
        "draggable": false,
        "wrapAround": true
      }' data-look-index="0">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/2026-little-scripture-cards">
                  <div class="ProductItem ">
  <div class="ProductItem__Wrapper"><a href="/products/2026-little-scripture-cards" class="ProductItem__ImageWrapper "><div class="AspectRatio AspectRatio--short" style="max-width: 1500px;  --aspect-ratio: 1.4985014985014986"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//freshentity.com/cdn/shop/files/DSC_0200_{width}x.jpg?v=1764301282" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="2026 Scripture Card Minis" data-media-id="26146737520699">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//freshentity.com/cdn/shop/files/DSC_0095_600x.jpg?v=1764301282" alt="2026 Scripture Card Minis">
          <img class="ProductItem__Image" src="//freshentity.com/cdn/shop/files/DSC_0200_600x.jpg?v=1764301282" alt="2026 Scripture Card Minis">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading">
          <a href="/products/2026-little-scripture-cards">2026 Scripture Card Minis</a>
        </h2><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">From $15</span></div></div></div></div>
                </div>
          </div>
        </div>
      </div></div>

  <div class="ShopTheLook__DiscoverButtonWrapper hidden-lap-and-up">
    <button class="ShopTheLook__ViewButton Button Button--primary" aria-haspopup="true" aria-expanded="false" aria-controls="block-look_crtAEL-popover" data-action="open-look">View products</button>
  </div>
</section>

</div><!-- END content_for_index -->
      </main>

      <div id="shopify-section-footer" class="shopify-section shopify-section--footer"><footer id="section-footer" data-section-id="footer" data-section-type="footer" class="Footer Footer--center " role="contentinfo">
  <div class="Container"><div class="Footer__Inner"><div class="Footer__Block Footer__Block--text" ><h2 class="Footer__Title Heading u-h6">Follow Us on Instagram</h2><div class="Footer__Content Rte">
                    <p>Keep up to date on new products and sales by following us on Instagram!  Just click the icon below.</p>
                  </div><ul class="Footer__Social HorizontalList HorizontalList--spacingLoose">
    <li class="HorizontalList__Item">
      <a href="https://instagram.com/freshentity" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram" role="presentation" viewBox="0 0 32 32">
      <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path>
    </svg></span>
      </a>
    </li>

    

  </ul>
</div><div class="Footer__Block Footer__Block--newsletter" ><h2 class="Footer__Title Heading u-h6">Newsletter</h2><div class="Footer__Content Rte">
                    <p>Subscribe to receive updates, access to exclusive deals, and more.</p>
                  </div><form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="Footer__Newsletter Form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
                    <input type="email" name="contact[email]" class="Form__Input" aria-label="Enter your email address" placeholder="Enter your email address" required>
                    <button type="submit" class="Form__Submit Button Button--primary">Subscribe</button></form></div></div><div class="Footer__Aside"><div class="Footer__Copyright">
        <a href="/" class="Footer__StoreName Heading u-h7 Link Link--secondary">© Fresh Entity</a>
        <p class="Footer__ThemeAuthor"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></p>
      </div></div>
  </div>
</footer><style>
    .Footer {
      border-top: 1px solid var(--border-color);
    }
  </style></div>
    </div>
  <script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
