<!doctype html>
<html class="no-js" lang="en">
<!-- Hotjar Tracking Code for https://dolmey.com/ -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:3144476,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
  <head>

  <meta name="google-site-verification" content="A2uV3s9ClDp3yWrl3CfUeMPS9WhL9a9-Kr9aOlILz3c" />
  <!-- Basic page needs ================================================== -->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <link rel="canonical" href="https://dawnq.com/">
  <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  <meta name="theme-color" content="#202020">
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="mobile-web-app-capable" content="yes">
  <meta name="author" content="Debutify">
  

  <!-- Fav icon ================================================== -->
  

  <!-- Title and description ================================================== -->
  <title>
    dawnq
  </title>

  

  <!-- Social meta ================================================== -->
  <!-- /snippets/social-meta-tags.liquid -->




<meta property="og:site_name" content="dawnq">
<meta property="og:url" content="https://dawnq.com/">
<meta property="og:title" content="dawnq">
<meta property="og:type" content="website">
<meta property="og:description" content="dawnq">





<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="dawnq">
<meta name="twitter:description" content="dawnq">


  <!-- CSS ================================================== -->
  <link href="//cdn.shopify.com/s/files/1/0743/7742/9301/t/2/assets/theme.scss.css?v=32341788911425320841680234581" rel="stylesheet" type="text/css" media="all" />

  <!-- Vendors ================================================== -->
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  
  <!-- Sections ================================================== -->
  <script>
    window.theme = window.theme || {};

    theme.strings = {
      zoomClose: "Close (Esc)",
      zoomPrev: "Previous (Left arrow key)",
      zoomNext: "Next (Right arrow key)",
      moneyFormat: "${{amount}}",
      addressError: "Error looking up that address",
      addressNoResults: "No results for that address",
      addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.",
      authError: "There was a problem authenticating your Google Maps account.",
      cartCookie: "Enable cookies to use the shopping cart"
    };
    theme.settings = {
      cartType: "drawer",
      gridType: null
    };
  </script>

  <script src="//cdn.shopify.com/s/files/1/0743/7742/9301/t/2/assets/jquery-2.2.3.min.js?v=58211863146907186831680232674" type="text/javascript"></script>
  
  
  
  <script src="//cdn.shopify.com/s/files/1/0743/7742/9301/t/2/assets/lazysizes.min.js?v=155223123402716617051680232674" async="async"></script>

  <script src="//cdn.shopify.com/s/files/1/0743/7742/9301/t/2/assets/theme.js?v=60893862518229241571680232690" defer="defer"></script><!-- Header hook for plugins ================================================== -->
  <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="/74377429301/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="8342553855f8e8a435114b5b11ccbd37">
<script>
  (function() {
    var scripts = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/runtime.baseline.en.dbea23ee6446903b72e5.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/8567.baseline.en.a66139d83c49764985f7.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/205.baseline.en.f621739f6dd13b237f30.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/Information.baseline.en.0b6c44e701af5d1126d2.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/577.baseline.en.4aaf74fb2ad111c41b55.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/7676.baseline.en.5ffbbd427f69d5989690.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/7388.baseline.en.fd3e65aabbfa5c625ea8.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/app.baseline.en.4533d337f97b52fe0ed1.js"];
    var styles = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/577.baseline.en.272b47bdd2b761022716.css", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/app.baseline.en.4abf2f12b43648545374.css", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/8739.baseline.en.2a9414b85730cd75e4d8.css"];

    function prefetch(url, as, callback) {
      var link = document.createElement('link');
      if (link.relList.supports('prefetch')) {
        link.rel = 'prefetch';
        link.fetchPriority = 'low';
        link.as = as;
        link.href = url;
        link.onload = link.onerror = callback;
        document.head.appendChild(link);
      } else {
        var xhr = new XMLHttpRequest();
        xhr.open('GET', url, true);
        xhr.onloadend = callback;
        xhr.send();
      }
    }

    function prefetchAssets() {
      var resources = [].concat(
        scripts.map(function(url) { return [url, 'script']; }),
        styles.map(function(url) { return [url, 'style']; })
      );
      var index = 0;
      (function next() {
        var res = resources[index++];
        if (res) prefetch(res[0], res[1], next);
      })();
    }

    addEventListener('load', prefetchAssets);
   })();
</script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":74377429301,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/74377429301","merchantName":"dawnq","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"dawnq","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"8342553855f8e8a435114b5b11ccbd37","betas":["rich-media-storefront-analytics"],"domain":"dawnq.com","predictiveSearch":true,"shopId":74377429301,"smart_payment_buttons_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js?v=2","dynamic_checkout_cart_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js?v=2","locale":"en","optimusEnabled":false}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "bestseller-1838.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"Theme export  homeandwalldecor-com-theme-export...","id":147177472309,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "cdn.shopify.com";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</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";</script>
<script id="__st">var __st={"a":74377429301,"offset":3600,"reqid":"12a8bee8-d8d2-473e-afa2-b209428e0b73","pageurl":"dawnq.com\/?feed=rss2","u":"88f6f6c0f38b","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LcCR2cUAAAAANS1Gpq_mDIJ2pQuJphsSQaUEuc9"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script>
<script integrity="sha256-PxOtY43aY0IIRkJyboCWUgXVuC12GAXQ8LKFAxO8H98=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/storefront/load_feature-3f13ad638dda6342084642726e80965205d5b82d761805d0f0b2850313bc1fdf.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/shopify_pay/storefront-c31d2fa4962d2ef90b673e945ee33f4f87302b97d0882cd8e83a629b84b30dab.js?v=20220906"></script>
<script integrity="sha256-h+g5mYiIAULyxidxudjy/2wpCz/3Rd1CbrDf4NudHa4=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/storefront/features-87e8399988880142f2c62771b9d8f2ff6c290b3ff745dd426eb0dfe0db9d1dae.js" crossorigin="anonymous"></script>


<style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 120px;
  }
}
</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  
  <script src="//cdn.shopify.com/s/files/1/0743/7742/9301/t/2/assets/modernizr.min.js?v=21391054748206432451680232674" type="text/javascript"></script>

  
  
  

<script>
    
    
    
    
    
    
    var gsf_conversion_data = {page_type : 'home', event : 'page_view', data : {product_data : [{variant_id : 45041212064053, product_id : 8283839791413, name : "10,000 LB Capacity L1000 2 Post Car Lift Auto Truck Hoist Open Top", price : "750.00", currency : "USD", sku : "", brand : "Bestseller", variant : "Default Title", category : ""}, {variant_id : 45041211736373, product_id : 8283839693109, name : "2 Post Car Lift 9,000 LB Capacity L2910 Auto Truck Hoist 220V", price : "800.00", currency : "USD", sku : "", brand : "Bestseller", variant : "Default Title", category : ""}], total_price :"1550.00", shop_currency : "USD"}};
    
    
</script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);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: 74377429301,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",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 id="evids-setup">
  (function () {let t,e;function n(){t={page_viewed:{},collection_viewed:{},product_viewed:{},product_variant_viewed:{},search_submitted:{},product_added_to_cart:{},checkout_started:{},checkout_completed:{},payment_info_submitted:{},session_started:{}},e={wpm:{},trekkie:{}}}function o(t){return`${t||"sh"}-${function(){const t="xxxx-4xxx-xxxx-xxxxxxxxxxxx";let e="";try{const n=window.crypto,o=new Uint16Array(31);n.getRandomValues(o);let r=0;e=t.replace(/[x]/g,(t=>{const e=o[r]%16;return r++,("x"===t?e:3&e|8).toString(16)})).toUpperCase()}catch(n){e=t.replace(/[x]/g,(t=>{const e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})).toUpperCase()}return`${function(){let t=0,e=0;t=(new Date).getTime()>>>0;try{e=performance.now()>>>0}catch(t){e=0}const n=Math.abs(t+e).toString(16).toLowerCase();return"00000000".substr(0,8-n.length)+n}()}-${e}`}()}`}function r(n,r){if(!t[n]||"trekkie"!==(null==r?void 0:r.analyticsFramework)&&"wpm"!==(null==r?void 0:r.analyticsFramework))return o("shu");const i="string"==typeof(c=r.cacheKey)&&c?c:"default";var c;const a=function(t,n,o){const r=e[n];return void 0===r[t]&&(r[t]={}),void 0===r[t][o]?r[t][o]=0:r[t][o]+=1,r[t][o]}(n,r.analyticsFramework,i);return function(e,n,r){const i=t[e];if(void 0===i[r]){const t=o();i[r]=[t]}else if(void 0===i[r][n]){const t=o();i[r].push(t)}return i[r][n]}(n,a,i)}function i(){window.Shopify=window.Shopify||{},n(),window.Shopify.evids=(t,e)=>r(t,e)}i();})();
</script>
<script id="web-pixels-manager-setup">(function e(e,n,a,t,o,r,i){var s=i||[],l=null!==e;l&&(window.Shopify=window.Shopify||{},window.Shopify.analytics=window.Shopify.analytics||{},window.Shopify.analytics.replayQueue=[],window.Shopify.analytics.publish=function(e,n,a){window.Shopify.analytics.replayQueue.push([e,n,a])});var d=function(){var e="legacy",n="unknown",a=null,t=navigator.userAgent.match(/(Firefox|Chrome)\/(\d+)/i),o=navigator.userAgent.match(/(Edg)\/(\d+)/i),r=navigator.userAgent.match(/(Version)\/(\d+)(.+)(Safari)\/(\d+)/i);r?(n="safari",a=parseInt(r[2],10)):o?(n="edge",a=parseInt(o[2],10)):t&&(n=t[1].toLocaleLowerCase(),a=parseInt(t[2],10));var i={chrome:60,firefox:55,safari:11,edge:80}[n];return void 0!==i&&null!==a&&i<=a&&(e="modern"),e}().substring(0,1),c=t.substring(0,1);if(l)try{self.performance.mark("wpm:start")}catch(e){}var p,u,f,w,h,y,m,g,v=[a,s.indexOf("web_pixels_manager_runtime_asset_prefix")>-1?"/wpm":null,"/",c,r,d,".js"].join("");p={src:v,async:!0,onload:function(){if(e){var a=window.webPixelsManager.init(e);n(a),window.Shopify.analytics.replayQueue.forEach((function(e){a.publishCustomEvent(e[0],e[1],e[2])})),window.Shopify.analytics.replayQueue=[],window.Shopify.analytics.publish=a.publishCustomEvent}},onerror:function(){var n=(e.storefrontBaseUrl?e.storefrontBaseUrl.replace(/\/$/,""):self.location.origin)+"/.well-known/shopify/monorail/unstable/produce_batch",a=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:o||"latest",page_url:self.location.href,status:"failed",error_msg:v+" has failed to load"},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,a))return!0}catch(e){}const t=new XMLHttpRequest;try{return t.open("POST",n,!0),t.setRequestHeader("Content-Type","text/plain"),t.send(a),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}},u=document.createElement("script"),f=p.src,w=p.async||!0,h=p.onload,y=p.onerror,m=document.head,g=document.body,u.async=w,u.src=f,h&&u.addEventListener("load",h),y&&u.addEventListener("error",y),m?m.appendChild(u):g?g.appendChild(u):console.error("Did not find a head or body element to append the script")})({shopId: 74377429301,storefrontBaseUrl: "https://dawnq.com",cdnBaseUrl: "https://cdn.shopify.com",surface: "storefront-renderer",enabledBetaFlags: ["web_pixels_use_shop_domain_monorail_endpoint","web_pixels_shopify_pixel_validation","web_pixels_prefetch_assets","web_pixels_manager_runtime_asset_prefix","web_pixels_async_pixel_refactor"],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0544","apiClientId":"shopify-pixel","type":"APP"},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0544","apiClientId":"shopify-pixel","type":"CUSTOM"}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");},"https://cdn.shopify.com","browser","0.0.315","84e87a71wff12d2bfp19382293m9873e283",["web_pixels_use_shop_domain_monorail_endpoint","web_pixels_shopify_pixel_validation","web_pixels_prefetch_assets","web_pixels_manager_runtime_asset_prefix","web_pixels_async_pixel_refactor"]);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'USD';
var meta = {"page":{"pageType":"home"}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  
};
</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 || [];
    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);
        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: 74377429301,
      theme_id: 147177472309,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "https://cdn.shopify.com/s/trekkie.storefront.0971b636a86a20ffd496149381a68cd43c35df09.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = 'https://cdn.shopify.com/s/trekkie.storefront.0971b636a86a20ffd496149381a68cd43c35df09.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = 'https://cdn.shopify.com/s/trekkie.storefront.0971b636a86a20ffd496149381a68cd43c35df09.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":74377429301,"isMerchantRequest":null,"themeId":147177472309,"themeCityHash":"11631357331313419222","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}}
    );

    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"});

      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 = "//cdn.shopify.com/shopifycloud/shopify/assets/shop_events_listener-65cd0ba3fcd81a1df33f2510ec5bcf8c0e0958653b50e3965ec972dd638ee13f.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script class="boomerang">
(function () {
  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
    return;
  }
  window.BOOMR = window.BOOMR || {};
  window.BOOMR.snippetStart = new Date().getTime();
  window.BOOMR.snippetExecuted = true;
  window.BOOMR.snippetVersion = 12;
  window.BOOMR.application = "storefront-renderer";
  window.BOOMR.themeName = "Debutify";
  window.BOOMR.themeVersion = "2.0.1";
  window.BOOMR.shopId = 74377429301;
  window.BOOMR.themeId = 147177472309;
  window.BOOMR.renderRegion = "gcp-us-central1";
  window.BOOMR.url =
    "https://cdn.shopify.com/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  var where = document.currentScript || document.getElementsByTagName("script")[0];
  var parentNode = where.parentNode;
  var promoted = false;
  var LOADER_TIMEOUT = 3000;
  function promote() {
    if (promoted) {
      return;
    }
    var script = document.createElement("script");
    script.id = "boomr-scr-as";
    script.src = window.BOOMR.url;
    script.async = true;
    parentNode.appendChild(script);
    promoted = true;
  }
  function iframeLoader(wasFallback) {
    promoted = true;
    var dom, bootstrap, iframe, iframeStyle;
    var doc = document;
    var win = window;
    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
    bootstrap = function(parent, scriptId) {
      var script = doc.createElement("script");
      script.id = scriptId || "boomr-if-as";
      script.src = window.BOOMR.url;
      BOOMR_lstart = new Date().getTime();
      parent = parent || doc.body;
      parent.appendChild(script);
    };
    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
      window.BOOMR.snippetMethod = "s";
      bootstrap(parentNode, "boomr-async");
      return;
    }
    iframe = document.createElement("IFRAME");
    iframe.src = "about:blank";
    iframe.title = "";
    iframe.role = "presentation";
    iframe.loading = "eager";
    iframeStyle = (iframe.frameElement || iframe).style;
    iframeStyle.width = 0;
    iframeStyle.height = 0;
    iframeStyle.border = 0;
    iframeStyle.display = "none";
    parentNode.appendChild(iframe);
    try {
      win = iframe.contentWindow;
      doc = win.document.open();
    } catch (e) {
      dom = document.domain;
      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
      win = iframe.contentWindow;
      doc = win.document.open();
    }
    if (dom) {
      doc._boomrl = function() {
        this.domain = dom;
        bootstrap();
      };
      doc.write("<body onload='document._boomrl();'>");
    } else {
      win._boomrl = function() {
        bootstrap();
      };
      if (win.addEventListener) {
        win.addEventListener("load", win._boomrl, false);
      } else if (win.attachEvent) {
        win.attachEvent("onload", win._boomrl);
      }
    }
    doc.close();
  }
  var link = document.createElement("link");
  if (link.relList &&
    typeof link.relList.supports === "function" &&
    link.relList.supports("preload") &&
    ("as" in link)) {
    window.BOOMR.snippetMethod = "p";
    link.href = window.BOOMR.url;
    link.rel = "preload";
    link.as = "script";
    link.addEventListener("load", promote);
    link.addEventListener("error", function() {
      iframeLoader(true);
    });
    setTimeout(function() {
      if (!promoted) {
        iframeLoader(true);
      }
    }, LOADER_TIMEOUT);
    BOOMR_lstart = new Date().getTime();
    parentNode.appendChild(link);
  } else {
    iframeLoader(false);
  }
  function boomerangSaveLoadTime(e) {
    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  }
  if (window.addEventListener) {
    window.addEventListener("load", boomerangSaveLoadTime, false);
  } else if (window.attachEvent) {
    window.attachEvent("onload", boomerangSaveLoadTime);
  }
  if (document.addEventListener) {
    document.addEventListener("onBoomerangLoaded", function(e) {
      e.detail.BOOMR.init({
        ResourceTiming: {
          enabled: true,
          trackedResourceTypes: ["script", "img", "css"]
        },
      });
      e.detail.BOOMR.t_end = new Date().getTime();
    });
  } else if (document.attachEvent) {
    document.attachEvent("onpropertychange", function(e) {
      if (!e) e=event;
      if (e.propertyName === "onBoomerangLoaded") {
        e.detail.BOOMR.init({
          ResourceTiming: {
            enabled: true,
            trackedResourceTypes: ["script", "img", "css"]
          },
        });
        e.detail.BOOMR.t_end = new Date().getTime();
      }
    });
  }
})();</script>
</head>


<body id="dawnq"
      class="announcement-active
             
             sticky-header
             transparent-header
             
             template-index">

  <div id="SearchDrawer" class="drawer drawer--top">

    <div class="drawer__inner">
    	<!-- /snippets/search-bar.liquid -->


<form action="/search" method="get" class="input-group search-bar input-group-full" role="search">
  
  <input type="hidden" name="type" value="product">
  
  <input type="search" name="q" value="" placeholder="Search our store" class="search-input input-group-field" aria-label="Search our store">
  <span class="input-group-btn">
    <button type="submit" class="btn btn--primary">
      <span class="fas fa-search" aria-hidden="true"></span>
      <span class="sumbit-text">Search</span>
    </button>
  </span>
</form>

    </div>
  </div>

  <div id="shopify-section-drawer-menu" class="shopify-section drawer-menu-section"><div id="NavDrawer" class="drawer drawer--left drawer--has-fixed-header has-social-medias cart-spacer" data-section-id="drawer-menu" data-section-type="drawer-menu-section">
    <div class="drawer__fixed-header">
      <div class="drawer__header">
        <div class="drawer__title">
          <span class="fas fa-bars" aria-hidden="true"></span>
          Menu
        </div>
        <div class="drawer__close">
          <button type="button" class="btn btn-square-small icon-fallback-text drawer__close-button js-drawer-close">
            <span class="fas fa-times" aria-hidden="true"></span>
            <span class="fallback-text">Close Cart</span>
          </button>
        </div>
      </div>
    </div>

  <div class="drawer__inner drawer-left__inner">
    <ul class="mobile-nav">
      
      
        

          <li class="mobile-nav__item">
            <a
              href="/"
              class="mobile-nav__link"
              >
                Home
            </a>
          </li>

        
      
        

          <li class="mobile-nav__item">
            <a
              href="/collections/all"
              class="mobile-nav__link"
              >
                Catalog
            </a>
          </li>

        
      
        

          <li class="mobile-nav__item">
            <a
              href="/pages/contact"
              class="mobile-nav__link"
              >
                Contact
            </a>
          </li>

        
      
      
      
      
      
      
        <li class="mobile-nav__spacer"></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/search">Search</a></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/policies/privacy-policy">Privacy Policy</a></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/policies/shipping-policy">Shipping Policy</a></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/policies/refund-policy">Refund Policy</a></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/pages/return-policy">Return Policy</a></li>
        
          <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/policies/terms-of-service">Terms of Service</a></li>
        
      
    </ul>
    <!-- //mobile-nav -->
  </div>
  
    
  


<div class="social-medias">
  
    <a class="social-medias-icon" target="_blank" href="https://www.facebook.com" title="dawnq on Facebook">
      <span class="fab fa-facebook-f fa-fw" aria-hidden="true"></span>
    </a>
  
  
  
    <a class="social-medias-icon" target="_blank" href="https://www.pinterest.com" title="dawnq on Pinterest">
      <span class="fab fa-pinterest-p fa-fw" aria-hidden="true"></span>
    </a>
  
  
    <a class="social-medias-icon" target="_blank" href="https://www.instagram.com" title="dawnq on Instagram">
      <span class="fab fa-instagram fa-fw" aria-hidden="true"></span>
    </a>
  
  
  
  
  
  
</div>

  
</div>


</div>

  <div id="CartDrawer" class="drawer drawer--right drawer--has-fixed-header drawer--has-fixed-footer">
    <div class="drawer__fixed-header">
      <div class="drawer__header">
        <div class="drawer__title">
          <a href="/cart">
            <span class="fas fa-shopping-cart" aria-hidden="true"></span>
            Your cart
          </a>
        </div>
        <div class="drawer__close">
          <button type="button" class="btn btn-square-small icon-fallback-text drawer__close-button js-drawer-close">
            <span class="fas fa-times" aria-hidden="true"></span>
            <span class="fallback-text">Close Cart</span>
          </button>
        </div>
      </div>
    </div>
    <div class="drawer__inner">
      <p class="ajaxcart-loading-icon fas fa-spinner fa-spin text-center"></p>
      <div class="cart-empty-container text-center">
        <p class="cart--empty-message">Your cart is currently empty.</p>
        <a href="/collections/all" class="btn btn--primary  cart--continue-browsing">Continue browsing</a>
        <p class="cookie-message">Enable cookies to use the shopping cart</p>
      </div>
      
<div id="CartContainer" class="drawer__cart"></div>
    </div>
  </div>

  <div id="PageContainer" class="page-container">
    
    

  
	<div class="announcement-container text-center">
      
      <div class="announcement-bar">
        <div class="announcement-wrapper wrapper">
          <span class="announcement-text">Free Shipping This Week</span>
        </div>
      </div>
      
      
    </div>
  



    <div id="shopify-section-header" class="shopify-section header-section"><div class="header-container
            drawer__header-container
            nav-center"
     data-section-id="header" data-section-type="header-section" data-template="index">
    
      <!-- Header -->
	  <header class="site-header" role="banner">
		<div class="wrapper-fluid header-wrapper">
          
          <!-- left icons -->
          <div class="nav-containers nav-container-left-icons">
            <ul class="inner-nav-containers">
              <li class="site-nav__item site-nav--open">
                <a href="" class="site-nav__link site-nav__link--icon js-drawer-open-button-left" aria-controls="NavDrawer">
                  <span class="icon-fallback-text">
                    <span class="fas fa-bars fa-fw" aria-hidden="true"></span>
                    <span class="fallback-text">Menu</span>
                  </span>
                </a>
              </li>
              
            </ul>
          </div>
          
          <!-- Logo -->
          <div class="nav-containers nav-container-logo">
            <ul class="inner-nav-containers">
              
                
                
              
				
                	<h1 class="site-header__logo" itemscope itemtype="http://schema.org/Organization">
              	
                	<a href="/" itemprop="url" class="site-header__logo-link">
               			
                      		<span class="inverted-logo">dawnq</span> 
						
                    
						
                			<span class="default-logo">dawnq</span>
                            <span class="mobile-logo">dawnq</span>
						
                	</a>
				
                	</h1>
              	
            
            </ul>
          </div>
          
          <!-- Navigation menu -->
          <div id="AccessibleNav" class="site-nav nav-containers nav-container-menu">
            <ul class="inner-nav-containers">         
                
                  
                    <li class="site-nav__item site-nav--active">
                      <a
                        href="/"
                        class="site-nav__link"
                        data-meganav-type="child"
                        >
                          Home
                      </a>
                    </li>
                  
                
                  
                    <li class="site-nav__item">
                      <a
                        href="/collections/all"
                        class="site-nav__link"
                        data-meganav-type="child"
                        >
                          Catalog
                      </a>
                    </li>
                  
                
                  
                    <li class="site-nav__item">
                      <a
                        href="/pages/contact"
                        class="site-nav__link"
                        data-meganav-type="child"
                        >
                          Contact
                      </a>
                    </li>
                  
                
            </ul>
          </div>
            
          <!-- right icons -->
          <div class="nav-containers nav-container-right-icons">
            <ul class="inner-nav-containers">
              
              
              

              
              <li class="site-nav__item">
                <a href="/search" class="site-nav__link site-nav__link--icon js-drawer-open-button-top" aria-controls="SearchDrawer">
                  <span class="icon-fallback-text">
                    <span class="fas fa-search fa-fw" aria-hidden="true"></span>
                    <span class="fallback-text">Search</span>
                  </span>
                </a>
              </li>
              

              <li class="site-nav__item">
                
<a href="/cart" class="site-nav__link site-nav__link--icon cart-link js-drawer-open-button-right" aria-controls="CartDrawer">
                  <span class="icon-fallback-text">
                    <span class="fas fa-shopping-cart fa-fw" aria-hidden="true"></span>
                    <span class="fallback-text">Cart</span>
                  </span>
                  <span class="cart-link__bubble animated infinite rubberBand  "></span>
                </a>
              </li>
            </ul>
          </div>

        </div></header>

</div>

</div>
    
    
      
    

    <main class="main-content" role="main">
      <div class="wrapper-full
                  ">

        <!-- /templates/index.liquid -->
<div class="index-sections">
  <!-- BEGIN content_for_index --><div id="shopify-section-1568145568761" class="shopify-section hero-section">

  

  <div id="section-1568145568761" data-section-id="1568145568761" data-section-type="hero-section">
    
    <style class="hero-header-style">
  
  .header-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .site-header{background-color: transparent;}
  .site-nav__link, .site-header__logo a, .site-nav__link:hover, .site-header__logo a:hover {
    color: #fff;
  }
  .cart-link__bubble--visible{
    border-color: #fff;
  }
  .site-header .default-logo{
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
  }
  .site-header .inverted-logo{
    clip: initial;
    clip: initial;
    overflow: visible;
    position: inherit;
    height: initial;
    width: initial;
  }
  
</style>

    
    <div id="Hero-1568145568761" class="hero-container hero-index hero-header"
      >

      <!-- Blocks -->
      
        <div class="hero hero-1568145586211
                    hero--medium
                    hero-mobile-medium
                    overlay
                    lazyload
                    hero-parallax
                    
                    "
             
             data-bgset="//cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_180x.jpg?v=1680234386 180w 120h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_360x.jpg?v=1680234386 360w 240h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_540x.jpg?v=1680234386 540w 360h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_720x.jpg?v=1680234386 720w 480h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_900x.jpg?v=1680234386 900w 600h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_1080x.jpg?v=1680234386 1080w 720h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_1296x.jpg?v=1680234386 1296w 864h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_1512x.jpg?v=1680234386 1512w 1008h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_1728x.jpg?v=1680234386 1728w 1152h,
  //cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea.jpg?v=1680234386 4096w 2731h"
             data-sizes="auto"
             data-parent-fit="cover"
             style="background-position: center center; background-image: url('//cdn.shopify.com/s/files/1/0743/7742/9301/files/birds-circling-lighthouse-by-the-sea_medium.jpg?v=1680234386);"
             
             >

          
          <div class="hero__inner">
            <div class="hero__text-wrapper text-center">
              <div class="grid">
                <div class="grid__item large--eight-twelfths push--large--two-twelfths one-whole hero-content">
                  
                  
                  
                    <a href="/collections/all" class="btn  hero__btn">
                      Shop Now <span class="fas fa-arrow-right" aria-hidden="true"></span>
                    </a>
                  
                </div>
              </div>
             </div>
          </div>

          
        </div>
      
    </div>
  
    <div class="slick-navigation">
      <button class="slick-arrows slick-prev">
        <span class="fas fa-arrow-left"></span>
      </button>
      <div class="slick-dots-container"></div>
      <button class="slick-arrows slick-next">
        <span class="fas fa-arrow-right"></span>
      </button>
    </div>

  </div>


</div><div id="shopify-section-1568302117992" class="shopify-section featured-products-section">

  <div id="section-1568302117992" class=""  data-section-id="1568302117992" data-section-type="product-grid-section">
      <div class="box">
        <div class="wrapper">

          
            <div class="grid">
              <div class="grid__item large--eight-twelfths push--large--two-twelfths">
                <div class="section-header">
                  
                    <h2 class="section-header__title">Featured products</h2>
                  
                  
                </div>
               </div>
            </div>
          
          
          <div class="grid grid-uniform grid--spacer"
               data-count="8"
               data-slidetoshow="4"
               data-slidetoshowmobile="2"
               data-autoplay="true"
               data-autoplayspeed="3000"
               data-dots="true"
               data-arrows="true">
            
            
            
            
              
                













<div class="grid__item grid-product large--three-twelfths medium--six-twelfths small--six-twelfths" data-product-card data-upsell-target-id="8210106319157">
  <div class="grid-product__wrapper">
    
    
    <div class="grid-product__image-wrapper">
      <a class="grid-product__image-link image-link" href="/products/100-natural-silk-satin-pillowcase-original-design-palm-tree-pillow-cover-tropical-gift-for-beach-lover-nature-inspired-decor-1" data-image-link>
        
          
            <div id="ProductImageWrapper-40993272332597" class="product--wrapper image-wrapper">
              <div style="padding-top:100.0%;">
                <img class="product--image image lazyload ProductImage-40993272332597"
                     src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735447660_airf_small.jpg?v=1680231579"
                     data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735447660_airf_{width}x.jpg?v=1680231579"
                     data-widths="[180, 370, 590, 740, 900, 1080, 1296, 1512, 1728, 2048]"
                     data-aspectratio="1.0"
                     data-sizes="auto"
                     alt="Nature Inspired Decor"
                     data-image>
              </div>
            </div>
            <noscript>
              <img class="grid-product__image" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735447660_airf_1024x.jpg?v=1680231579" alt="Nature Inspired Decor">
            </noscript>
          

          
            <div class="tag-wrapper tag-top-left hide-tag-mobile">
              
            </div>
          
        
        
      </a>


    </div>
    
    
    
 <a href="/products/100-natural-silk-satin-pillowcase-original-design-palm-tree-pillow-cover-tropical-gift-for-beach-lover-nature-inspired-decor-1" class="grid-product__meta">
      
        
      
      	
      
        <p class="grid-product__title">Nature Inspired Decor</p>
      	
      	
          <div class="review-badge">
  
    <!-- INSERT [PRODUCT GRID] REVIEW BADGE HERE -->
    
  
</div>
        
      
        <p class="grid-product__price-wrap">
          <span class="grid-product__price">
            
               <span class="visually-hidden">Regular price</span>
            
            
            <span class="">
              
                $82
              
            </span>
          </span></p>
      
    </a>
  </div>
</div>




              
                













<div class="grid__item grid-product large--three-twelfths medium--six-twelfths small--six-twelfths" data-product-card data-upsell-target-id="8210104746293">
  <div class="grid-product__wrapper">
    
    
    <div class="grid-product__image-wrapper">
      <a class="grid-product__image-link image-link" href="/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor-1" data-image-link>
        
          
            <div id="ProductImageWrapper-40993264435509" class="product--wrapper image-wrapper">
              <div style="padding-top:100.0%;">
                <img class="product--image image lazyload ProductImage-40993264435509"
                     src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735612608_gh3l_small.jpg?v=1680231533"
                     data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735612608_gh3l_{width}x.jpg?v=1680231533"
                     data-widths="[180, 370, 590, 740, 900, 1080, 1296, 1512, 1728, 2048]"
                     data-aspectratio="1.0"
                     data-sizes="auto"
                     alt="Coastal Bedroom Decor"
                     data-image>
              </div>
            </div>
            <noscript>
              <img class="grid-product__image" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4735612608_gh3l_1024x.jpg?v=1680231533" alt="Coastal Bedroom Decor">
            </noscript>
          

          
            <div class="tag-wrapper tag-top-left hide-tag-mobile">
              
            </div>
          
        
        
      </a>


    </div>
    
    
    
 <a href="/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor-1" class="grid-product__meta">
      
        
      
      	
      
        <p class="grid-product__title">Coastal Bedroom Decor</p>
      	
      	
          <div class="review-badge">
  
    <!-- INSERT [PRODUCT GRID] REVIEW BADGE HERE -->
    
  
</div>
        
      
        <p class="grid-product__price-wrap">
          <span class="grid-product__price">
            
               <span class="visually-hidden">Regular price</span>
            
            
            <span class="">
              
                $51
              
            </span>
          </span></p>
      
    </a>
  </div>
</div>




              
                













<div class="grid__item grid-product large--three-twelfths medium--six-twelfths small--six-twelfths" data-product-card data-upsell-target-id="8210103730485">
  <div class="grid-product__wrapper">
    
    
    <div class="grid-product__image-wrapper">
      <a class="grid-product__image-link image-link" href="/products/100-natural-silk-satin-pillowcase-original-design-i-love-aruba-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor" data-image-link>
        
          
            <div id="ProductImageWrapper-40993258209589" class="product--wrapper image-wrapper">
              <div style="padding-top:100.0%;">
                <img class="product--image image lazyload ProductImage-40993258209589"
                     src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4737734314_gfyr_small.jpg?v=1680231493"
                     data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4737734314_gfyr_{width}x.jpg?v=1680231493"
                     data-widths="[180, 370, 590, 740, 900, 1080, 1296, 1512, 1728, 2048]"
                     data-aspectratio="1.0"
                     data-sizes="auto"
                     alt="Aruba Pillow Cover"
                     data-image>
              </div>
            </div>
            <noscript>
              <img class="grid-product__image" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4737734314_gfyr_1024x.jpg?v=1680231493" alt="Aruba Pillow Cover">
            </noscript>
          

          
            <div class="tag-wrapper tag-top-left hide-tag-mobile">
              
            </div>
          
        
        
      </a>


    </div>
    
    
    
 <a href="/products/100-natural-silk-satin-pillowcase-original-design-i-love-aruba-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor" class="grid-product__meta">
      
        
      
      	
      
        <p class="grid-product__title">Aruba Pillow Cover</p>
      	
      	
          <div class="review-badge">
  
    <!-- INSERT [PRODUCT GRID] REVIEW BADGE HERE -->
    
  
</div>
        
      
        <p class="grid-product__price-wrap">
          <span class="grid-product__price">
            
               <span class="visually-hidden">Regular price</span>
            
            
            <span class="">
              
                $48
              
            </span>
          </span></p>
      
    </a>
  </div>
</div>




              
                













<div class="grid__item grid-product large--three-twelfths medium--six-twelfths small--six-twelfths" data-product-card data-upsell-target-id="8210100650293">
  <div class="grid-product__wrapper">
    
    
    <div class="grid-product__image-wrapper">
      <a class="grid-product__image-link image-link" href="/products/100-natural-silk-satin-pillowcase-original-design-palm-tree-pillow-cover-tropical-gift-for-beach-lover-nature-inspired-decor" data-image-link>
        
          
            <div id="ProductImageWrapper-40993241268533" class="product--wrapper image-wrapper">
              <div style="padding-top:100.0%;">
                <img class="product--image image lazyload ProductImage-40993241268533"
                     src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4795986007_2nlc_small.jpg?v=1680231400"
                     data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4795986007_2nlc_{width}x.jpg?v=1680231400"
                     data-widths="[180, 370, 590, 740, 900, 1080, 1296, 1512, 1728, 2048]"
                     data-aspectratio="1.0"
                     data-sizes="auto"
                     alt="Silk Satin Pillowcase"
                     data-image>
              </div>
            </div>
            <noscript>
              <img class="grid-product__image" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4795986007_2nlc_1024x.jpg?v=1680231400" alt="Silk Satin Pillowcase">
            </noscript>
          

          
            <div class="tag-wrapper tag-top-left hide-tag-mobile">
              
            </div>
          
        
        
      </a>


    </div>
    
    
    
 <a href="/products/100-natural-silk-satin-pillowcase-original-design-palm-tree-pillow-cover-tropical-gift-for-beach-lover-nature-inspired-decor" class="grid-product__meta">
      
        
      
      	
      
        <p class="grid-product__title">Silk Satin Pillowcase</p>
      	
      	
          <div class="review-badge">
  
    <!-- INSERT [PRODUCT GRID] REVIEW BADGE HERE -->
    
  
</div>
        
      
        <p class="grid-product__price-wrap">
          <span class="grid-product__price">
            
               <span class="visually-hidden">Regular price</span>
            
            
            <span class="">
              
                $70
              
            </span>
          </span></p>
      
    </a>
  </div>
</div>




              
            
          </div>
          
          <div class="slick-navigation">
            <button class="slick-arrows slick-prev">
              <span class="fas fa-arrow-left"></span>
            </button>
            <div class="slick-dots-container"></div>
            <button class="slick-arrows slick-next">
              <span class="fas fa-arrow-right"></span>
            </button>
          </div>
                 
          

        </div>
    </div>
  </div>


</div><div id="shopify-section-1561093167965" class="shopify-section featured-product-section">

<div itemscope itemtype="http://schema.org/Product" id="section-1561093167965" data-section-id="1561093167965" data-section-type="product-template" data-enable-history-state="false" data-scroll-to-image="false">
  <!-- /snippets/product-template.liquid -->
<meta itemprop="url" content="https://dawnq.com/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor">
<meta itemprop="image" content="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_grande.jpg?v=1680231451">















<div class="product-single">
  <div class="box">
    <div class="wrapper">
      <div class="grid product-wrapper">

          <!-- images -->
          <div class="product-photos grid__item medium--six-twelfths large--seven-twelfths
            layout-thumbnail 
            mobile-image-">

            <div class="medium--hide large--hide text-center">
              
  

  

  <h1 class="product-single__title " itemprop="name">
    
       <a  href="/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor?variant=44771848192309">
    

    
      Sea Pillow Cover
    

    
      </a>
    
  </h1>

  
    <div class="review-badge">
  
    <!-- INSERT [PRODUCT PAGE] REVIEW BADGE HERE -->
    
  
</div>
  

            </div>

            <div class="product-single__photos slick-format slick-format-sm
              product-thumbnail__photos">

              
                
                
                

                
                <div class="product-single__photo--flex-wrapper">
                  <div class="product-single__photo--flex">
                    <div id="ProductImageWrapper-40993251492149" class="product-single__photo--container product-single__photo--container-thumb">
					  <div id="FeaturedImageZoom-40993251492149-"
                           class="product-single__photo-wrapper image-wrapper  js-zoom-enabled"
                            data-zoom="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_1024x1024@2x.jpg?v=1680231451"
                           style="padding-top:100.0%;"
                           data-image-id="40993251492149">
                        
                        <img class="product-single__photo image lazyload product-single__photo-40993251492149"
                          src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_300x300.jpg?v=1680231451"
                          data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_{width}x.jpg?v=1680231451"
                          data-widths="[180, 360, 590, 720, 900, 1080, 1296, 1512, 1728, 2048]"
                          data-aspectratio="1.0"
                          data-sizes="auto"
                          data-image-id="40993251492149"
                          alt="Sea Pillow Cover">

                        <noscript>
                          <img class="product-single__photo"
                            src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164.jpg?v=1680231451"
                            alt="Sea Pillow Cover" data-image-id="40993251492149">
                        </noscript>
                      </div>
                      
                    </div>
                  </div>
                </div>
              

              

              
                
              
                
                  
                  
                  

                  <div class="product-single__photo--flex-wrapper not-featured-image">
                    <div class="product-single__photo--flex">
                      <div id="ProductImageWrapper-40993251524917" class="product-single__photo--container product-single__photo--container-thumb">
                        <div id="FeaturedImageZoom-1561093167965-40993251524917"
                             class="product-single__photo-wrapper image-wrapper  js-zoom-enabled"
                              data-zoom="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741869672_3177_1024x1024@2x.jpg?v=1680231451"
                             style="padding-top:75.01075268817203%;"
                             data-image-id="40993251524917">
                          
                          <img class="product-single__photo image lazyload product-single__photo-40993251524917"
                            src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741869672_3177_300x.jpg?v=1680231451"
                            data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741869672_3177_{width}x.jpg?v=1680231451"
                            data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
                            data-aspectratio="1.3331422018348624"
                            data-sizes="auto"
                            data-image-id="40993251524917"
                            alt="Sea Pillow Cover">

                          <noscript>
                            <img class="product-single__photo" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741869672_3177.jpg?v=1680231451"
                              alt="Sea Pillow Cover"
                              data-image-id="40993251524917">
                          </noscript>
                        </div>
                      </div>
                    </div>
                  </div>
                
              
                
                  
                  
                  

                  <div class="product-single__photo--flex-wrapper not-featured-image">
                    <div class="product-single__photo--flex">
                      <div id="ProductImageWrapper-40993251557685" class="product-single__photo--container product-single__photo--container-thumb">
                        <div id="FeaturedImageZoom-1561093167965-40993251557685"
                             class="product-single__photo-wrapper image-wrapper  js-zoom-enabled"
                              data-zoom="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790134277_i617_1024x1024@2x.jpg?v=1680231451"
                             style="padding-top:75.0%;"
                             data-image-id="40993251557685">
                          
                          <img class="product-single__photo image lazyload product-single__photo-40993251557685"
                            src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790134277_i617_300x.jpg?v=1680231451"
                            data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790134277_i617_{width}x.jpg?v=1680231451"
                            data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
                            data-aspectratio="1.3333333333333333"
                            data-sizes="auto"
                            data-image-id="40993251557685"
                            alt="Sea Pillow Cover">

                          <noscript>
                            <img class="product-single__photo" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790134277_i617.jpg?v=1680231451"
                              alt="Sea Pillow Cover"
                              data-image-id="40993251557685">
                          </noscript>
                        </div>
                      </div>
                    </div>
                  </div>
                
              
                
                  
                  
                  

                  <div class="product-single__photo--flex-wrapper not-featured-image">
                    <div class="product-single__photo--flex">
                      <div id="ProductImageWrapper-40993251590453" class="product-single__photo--container product-single__photo--container-thumb">
                        <div id="FeaturedImageZoom-1561093167965-40993251590453"
                             class="product-single__photo-wrapper image-wrapper  js-zoom-enabled"
                              data-zoom="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870006_8n3c_1024x1024@2x.jpg?v=1680231451"
                             style="padding-top:74.98942022852306%;"
                             data-image-id="40993251590453">
                          
                          <img class="product-single__photo image lazyload product-single__photo-40993251590453"
                            src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870006_8n3c_300x.jpg?v=1680231451"
                            data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870006_8n3c_{width}x.jpg?v=1680231451"
                            data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
                            data-aspectratio="1.3335214446952597"
                            data-sizes="auto"
                            data-image-id="40993251590453"
                            alt="Sea Pillow Cover">

                          <noscript>
                            <img class="product-single__photo" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870006_8n3c.jpg?v=1680231451"
                              alt="Sea Pillow Cover"
                              data-image-id="40993251590453">
                          </noscript>
                        </div>
                      </div>
                    </div>
                  </div>
                
              
                
                  
                  
                  

                  <div class="product-single__photo--flex-wrapper not-featured-image">
                    <div class="product-single__photo--flex">
                      <div id="ProductImageWrapper-40993251623221" class="product-single__photo--container product-single__photo--container-thumb">
                        <div id="FeaturedImageZoom-1561093167965-40993251623221"
                             class="product-single__photo-wrapper image-wrapper  js-zoom-enabled"
                              data-zoom="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870304_k428_1024x1024@2x.jpg?v=1680231451"
                             style="padding-top:75.0%;"
                             data-image-id="40993251623221">
                          
                          <img class="product-single__photo image lazyload product-single__photo-40993251623221"
                            src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870304_k428_300x.jpg?v=1680231451"
                            data-src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870304_k428_{width}x.jpg?v=1680231451"
                            data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
                            data-aspectratio="1.3333333333333333"
                            data-sizes="auto"
                            data-image-id="40993251623221"
                            alt="Sea Pillow Cover">

                          <noscript>
                            <img class="product-single__photo" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870304_k428.jpg?v=1680231451"
                              alt="Sea Pillow Cover"
                              data-image-id="40993251623221">
                          </noscript>
                        </div>
                      </div>
                    </div>
                  </div>
                
              
            </div>

            

              <div class="product-single__thumbnails slick-format slick-format-sm grid grid--small slick-disabled" id="ProductThumbs">
                <div class="grid__item one-fifth">
                  <a class="product-single__thumbnail">
                    <img class="product-single__thumb" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_150x150_crop_center.jpg?v=1680231451" alt="Sea Pillow Cover">
                  </a>
                </div>
                
                  
                
                  
                    <div class="grid__item one-fifth">
                      <a class="product-single__thumbnail">
                        <img class="product-single__thumb" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741869672_3177_150x150_crop_center.jpg?v=1680231451" alt="Sea Pillow Cover">
                      </a>
                    </div>
                  
                
                  
                    <div class="grid__item one-fifth">
                      <a class="product-single__thumbnail">
                        <img class="product-single__thumb" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790134277_i617_150x150_crop_center.jpg?v=1680231451" alt="Sea Pillow Cover">
                      </a>
                    </div>
                  
                
                  
                    <div class="grid__item one-fifth">
                      <a class="product-single__thumbnail">
                        <img class="product-single__thumb" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870006_8n3c_150x150_crop_center.jpg?v=1680231451" alt="Sea Pillow Cover">
                      </a>
                    </div>
                  
                
                  
                    <div class="grid__item one-fifth">
                      <a class="product-single__thumbnail">
                        <img class="product-single__thumb" src="//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4741870304_k428_150x150_crop_center.jpg?v=1680231451" alt="Sea Pillow Cover">
                      </a>
                    </div>
                  
                
              </div>
            
          
</div>

          <!-- product details -->
          <div data-upsell-target-id="8210102550837" class="product-details grid__item medium--six-twelfths large--five-twelfths 
  
	variant-available
  
">
            <div class="product-single__meta">

              <div class="small--hide ">
                
  

  

  <h1 class="product-single__title " itemprop="name">
    
       <a  href="/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor?variant=44771848192309">
    

    
      Sea Pillow Cover
    

    
      </a>
    
  </h1>

  
    <div class="review-badge">
  
    <!-- INSERT [PRODUCT PAGE] REVIEW BADGE HERE -->
    
  
</div>
  

              </div>

              <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
                
                <div class="price-wrapper " data-price-container>
                  
                    
                      <span id="PriceA11y" class="visually-hidden" >Regular price</span>
                      <span class="product-single__price--wrapper hide" aria-hidden="true">
                        <span id="ComparePrice" class="price-compare product-single__price--compare-at"></span>
                      </span>
                      <span id="ComparePriceA11y" class="visually-hidden" aria-hidden="true">Sale price</span>
                    

                    <span id="ProductPrice"
                      class="product-single__price"
                      itemprop="price"
                      content="55.0"
                      >
                      $55.00
                    </span>
                    

                  
                  
                </div>
                
                    


<meta itemprop="priceCurrency" content="USD">
           		<link itemprop="availability" href="http://schema.org/InStock">

                
                  

                  

                  
<form method="post" action="/cart/add" id="AddToCartForm--1561093167965" accept-charset="UTF-8" class="
                    product-single__form product-single__form--no-variants
" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" />
                    
                
                     <select name="id" id="ProductSelect" class="product-single__variants no-js product-form__item">
                      
                        
                          <option 
                            selected="selected" 
                            data-sku=""
                            value="44771848192309">
                            Default Title - $55.00 USD
                          </option>
                        
                      
                    </select>

                	

                    <div class="product-single__add-to-cart product-single__add-to-cart--full-width">
                      <button type="submit" name="add" id="AddToCart--1561093167965"
                               class="btn btn--buy btn--add-to-cart"
                               >
                        <span class="btn__text">
                          
                            <span class="fas fa-shopping-cart button-cart-icon"></span>
                            <span class="fas fa-clock button-soldout-icon"></span>
                          
                          <span class="btn__add-to-cart-text">
                            
                              Add to Cart
                            
                          </span>
                        </span>
                      </button>
                      
                    </div>
                  </form>  
                
              </div>

                


                <div class="product-single__description rte" itemprop="description">
                  100% natural silk satin<br>29.1" x 18.9"<br>Expertly handmade to order<br>Frictionless, soft and indulgent<br>One-sided or double-sided print<br>Original Design<br>Reactive printing for a bright and wide color depth <br>Colors may vary due to screen resolution<br>Listing is for pillowcase ONLY, pillow NOT included<br><br>
                </div>
              

                <!-- /snippets/social-sharing.liquid -->



  <div class="social-sharing inline-list mb-0">

    
      <a target="_blank" href="//www.facebook.com/sharer.php?u=https://dawnq.com/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor" class="btn-facebook btn btn--small" title="Share on Facebook">
        <span class="fab fa-facebook-f" aria-hidden="true"></span>
        <span class="share-title" aria-hidden="true">Share</span>
        <span class="visually-hidden">Share on Facebook</span>
      </a>
    

    
      <a target="_blank" href="//twitter.com/share?text=Sea%20Pillow%20Cover&amp;url=https://dawnq.com/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor" class="btn-twitter btn btn--small" title="Tweet on Twitter">
        <span class="fab fa-twitter" aria-hidden="true"></span>
        <span class="share-title" aria-hidden="true">Tweet</span>
        <span class="visually-hidden">Tweet on Twitter</span>
      </a>
    

    
      <a target="_blank" href="//pinterest.com/pin/create/button/?url=https://dawnq.com/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor&amp;media=//cdn.shopify.com/s/files/1/0743/7742/9301/products/il_fullxfull.4790135257_q164_1024x1024.jpg?v=1680231451&amp;description=Sea%20Pillow%20Cover" class="btn-pinterest btn btn--small" title="Pin on Pinterest">
        <span class="fab fa-pinterest-p" aria-hidden="true"></span>
        <span class="share-title" aria-hidden="true">Pin it</span>
        <span class="visually-hidden">Pin on Pinterest</span>
      </a>
    

  </div>


              
              
              

              
                <hr>
                <a  href="/products/100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor?variant=44771848192309" class="text-link continue-link">
                  Full details <span class="fas fa-arrow-right" aria-hidden="true"></span>
                </a>
              
            </div>
          
</div>

      </div><!-- /.grid -->
    </div><!-- /.wrapper -->
  </div><!-- /.box -->
</div><!-- /.product-single -->



<script>
  $(document).ready(function(){
    
  });
</script>
</div>


  <script type="application/json" id="ProductJson-1561093167965">
    {"id":8210102550837,"title":"Sea Pillow Cover","handle":"100-natural-silk-satin-pillowcase-original-design-caribbean-sea-pillow-cover-tropical-gift-for-beach-lover-coastal-bedroom-decor","description":"100% natural silk satin\u003cbr\u003e29.1\" x 18.9\"\u003cbr\u003eExpertly handmade to order\u003cbr\u003eFrictionless, soft and indulgent\u003cbr\u003eOne-sided or double-sided print\u003cbr\u003eOriginal Design\u003cbr\u003eReactive printing for a bright and wide color depth \u003cbr\u003eColors may vary due to screen resolution\u003cbr\u003eListing is for pillowcase ONLY, pillow NOT included\u003cbr\u003e\u003cbr\u003e","published_at":"2023-03-31T03:57:31+01:00","created_at":"2023-03-31T03:57:31+01:00","vendor":"Bestseller","type":"","tags":[],"price":5500,"price_min":5500,"price_max":5500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44771848192309,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Sea Pillow Cover","public_title":null,"options":["Default Title"],"price":5500,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790135257_q164.jpg?v=1680231451","\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741869672_3177.jpg?v=1680231451","\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790134277_i617.jpg?v=1680231451","\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870006_8n3c.jpg?v=1680231451","\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870304_k428.jpg?v=1680231451"],"featured_image":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790135257_q164.jpg?v=1680231451","options":["Title"],"media":[{"alt":null,"id":33342788960565,"position":1,"preview_image":{"aspect_ratio":1.0,"height":2025,"width":2025,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790135257_q164.jpg?v=1680231451"},"aspect_ratio":1.0,"height":2025,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790135257_q164.jpg?v=1680231451","width":2025},{"alt":null,"id":33342788993333,"position":2,"preview_image":{"aspect_ratio":1.333,"height":1744,"width":2325,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741869672_3177.jpg?v=1680231451"},"aspect_ratio":1.333,"height":1744,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741869672_3177.jpg?v=1680231451","width":2325},{"alt":null,"id":33342789026101,"position":3,"preview_image":{"aspect_ratio":1.333,"height":2025,"width":2700,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790134277_i617.jpg?v=1680231451"},"aspect_ratio":1.333,"height":2025,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4790134277_i617.jpg?v=1680231451","width":2700},{"alt":null,"id":33342789058869,"position":4,"preview_image":{"aspect_ratio":1.334,"height":1772,"width":2363,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870006_8n3c.jpg?v=1680231451"},"aspect_ratio":1.334,"height":1772,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870006_8n3c.jpg?v=1680231451","width":2363},{"alt":null,"id":33342789091637,"position":5,"preview_image":{"aspect_ratio":1.333,"height":2025,"width":2700,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870304_k428.jpg?v=1680231451"},"aspect_ratio":1.333,"height":2025,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/7742\/9301\/products\/il_fullxfull.4741870304_k428.jpg?v=1680231451","width":2700}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"100% natural silk satin\u003cbr\u003e29.1\" x 18.9\"\u003cbr\u003eExpertly handmade to order\u003cbr\u003eFrictionless, soft and indulgent\u003cbr\u003eOne-sided or double-sided print\u003cbr\u003eOriginal Design\u003cbr\u003eReactive printing for a bright and wide color depth \u003cbr\u003eColors may vary due to screen resolution\u003cbr\u003eListing is for pillowcase ONLY, pillow NOT included\u003cbr\u003e\u003cbr\u003e"}
  </script>


</div><div id="shopify-section-1568588812305" class="shopify-section newsletter-section"><div id="section-1568588812305" class="border-section" data-section-id="1568588812305" data-section-type="newsletter-section">
  <div class="box">
    <div class="wrapper">
      
      
        <div class="grid">
          <div class="grid__item large--eight-twelfths push--large--two-twelfths">
            <div class="section-header">
              
                <h2 class="section-header__title">Subscribe to our newsletter</h2>
              
              
                <p class="section-header__subtitle">A short sentence describing what someone will receive by subscribing</p>
              
            </div>
           </div>
        </div>
      
      
      <div class="grid">
        <div class="grid__item large--eight-twelfths push--large--two-twelfths one-whole text-center">
          <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">
    <div class="newsletter--form">
      <div class="input-group">
        <input id="newsletter-input" type="email" value="" placeholder="Your email" name="contact[email]" id="Email" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
        <span class="input-group-btn">
          <button type="submit" class="btn btn--primary newsletter__submit" name="commit" id="Subscribe">
            
            <span class="fas fa-envelope"></span>
            
          </button>
        </span>
      </div>
    </div>
  
</form>
        </div>
      </div>
      
    </div>
  </div>
</div>

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

      </div>
    </main>

    <div id="shopify-section-guarantee" class="shopify-section guarantee-section">



  <div id="section-guarantee" class="bg-section" data-section-id="guarantee" data-section-type="guarantee-template">
    <div class="box">
      <div class="wrapper">
        <div class="grid grid-uniform grid--spacer">
          
          <!-- Blocks -->
          
            <div class="grid__item large--three-twelfths medium--six-twelfths" >
              <div class="guarantee-item ">
                
                <div class="guarantee-icon">
                  <span class="fas fa-envelope "></span>
                </div>
                
                <div class="guarantee-content">
                  
                  <h5 class="guarantee-title">Contact Us</h5>
                  
                  
                    <div class="rte guarantee-text"><p><strong>support@dawnq.com</strong></p></div>
                  
                  
                </div>
              </div>
            </div>
          
            <div class="grid__item large--three-twelfths medium--six-twelfths" >
              <div class="guarantee-item ">
                
                <div class="guarantee-icon">
                  <span class="fas fa-truck "></span>
                </div>
                
                <div class="guarantee-content">
                  
                  <h5 class="guarantee-title">Free Shipping</h5>
                  
                  
                    <div class="rte guarantee-text"><p><strong>Free Shipping to united states</strong></p></div>
                  
                  
                </div>
              </div>
            </div>
          
            <div class="grid__item large--three-twelfths medium--six-twelfths" >
              <div class="guarantee-item ">
                
                <div class="guarantee-icon">
                  <span class="fas fa-undo "></span>
                </div>
                
                <div class="guarantee-content">
                  
                  <h5 class="guarantee-title">Free Returns</h5>
                  
                  
                    <div class="rte guarantee-text"><p><strong>30-days free return policy.</strong></p></div>
                  
                  
                </div>
              </div>
            </div>
          
            <div class="grid__item large--three-twelfths medium--six-twelfths" >
              <div class="guarantee-item ">
                
                <div class="guarantee-icon">
                  <span class="fas fa-lock "></span>
                </div>
                
                <div class="guarantee-content">
                  
                  <h5 class="guarantee-title">Secured Payments</h5>
                  
                  
                    <div class="rte guarantee-text"><p><strong>All payment methods are secure.</strong></p></div>
                  
                  
                </div>
              </div>
            </div>
          
          
          
        
        </div>
      </div>
    </div>
  </div>



</div>  

    <div id="shopify-section-footer" class="shopify-section footer-section">




        





<!-- site footer -->
<footer id="section-footer" role="contentinfo" data-section-id="footer" data-section-type="footer-section">

  
    <div class="box site-footer">
      <div class="wrapper">
        <div class="grid grid-uniform grid--spacer main-footer">

          <!-- Blocks -->
          
              <div class="grid__item footer-item footer-text  " >
                
                  <h4 class="site-footer__linktitle">Contact Us</h4>
                

                
                    
                    
                    <div class="site-footer__rte rte">
                      <p>990 West Sunset Avenue, Springdale Arkansas 72764, United States</p>
                    </div>
                    
                    
                	<ul class="no-bullets site-footer__linklist ">
                      
                        <li>
                          <a href="mailto:support@dawnq.com">
                            <span class="fas fa-at fa-fw" aria-hidden="true"></span>
                            support@dawnq.com
                          </a>
                        </li>
                      
                      
                        <li>
                          <a href="tel:+12069107364">
                            <span class="fas fa-phone fa-fw" aria-hidden="true"></span>
                            +1 2069107364
                          </a>
                        </li>
                      
                    </ul>
                	
                  
              </div>
          
              <div class="grid__item footer-item footer-link_list  " >
                
                  <h4 class="site-footer__linktitle">Important Pages</h4>
                

                
                    <ul class="no-bullets site-footer__linklist ">
                      
                        <li><a href="/search">Search</a></li>
                      
                        <li><a href="/policies/privacy-policy">Privacy Policy</a></li>
                      
                        <li><a href="/policies/shipping-policy">Shipping Policy</a></li>
                      
                        <li><a href="/policies/refund-policy">Refund Policy</a></li>
                      
                        <li><a href="/pages/return-policy">Return Policy</a></li>
                      
                        <li><a href="/policies/terms-of-service">Terms of Service</a></li>
                      
                    </ul>
                  
              </div>
          
              <div class="grid__item footer-item footer-link_list  " >
                
                  <h4 class="site-footer__linktitle">Informations</h4>
                

                
                    <ul class="no-bullets site-footer__linklist ">
                      
                        <li><a href="/pages/contact">Contact</a></li>
                      
                        <li><a href="/policies/contact-information">Contact Information</a></li>
                      
                        <li><a href="/pages/cookies-policy">Cookies Policy</a></li>
                      
                        <li><a href="/pages/f-a-qs">F.A.Q's</a></li>
                      
                        <li><a href="/pages/track-your-order">Track your order</a></li>
                      
                    </ul>
                  
              </div>
          

        </div>
      </div>
    </div>
  
  
  <div class="bottom-footer small--text-center medium--text-center">
    <div class="wrapper">
      <div class="grid">
        
        <div class="grid__item large--one-half">
          
          <span class="credentials">
            © 2023 dawnq™, All Rights Reserved.
<span></span>
             <span></span>
             <span></a></span>
          </span>
        </div>
        
        <div class="grid__item large--one-half large--text-right">
          
            
  <ul class="inline-list payment-icons-list">
    
      <li>
        <svg class="payment-icons" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-american_express"><title id="pi-american_express">American Express</title><g fill="none"><path fill="#000" d="M35,0 L3,0 C1.3,0 0,1.3 0,3 L0,21 C0,22.7 1.4,24 3,24 L35,24 C36.7,24 38,22.7 38,21 L38,3 C38,1.3 36.6,0 35,0 Z" opacity=".07"/><path fill="#006FCF" d="M35,1 C36.1,1 37,1.9 37,3 L37,21 C37,22.1 36.1,23 35,23 L3,23 C1.9,23 1,22.1 1,21 L1,3 C1,1.9 1.9,1 3,1 L35,1"/><path fill="#FFF" d="M8.971,10.268 L9.745,12.144 L8.203,12.144 L8.971,10.268 Z M25.046,10.346 L22.069,10.346 L22.069,11.173 L24.998,11.173 L24.998,12.412 L22.075,12.412 L22.075,13.334 L25.052,13.334 L25.052,14.073 L27.129,11.828 L25.052,9.488 L25.046,10.346 L25.046,10.346 Z M10.983,8.006 L14.978,8.006 L15.865,9.941 L16.687,8 L27.057,8 L28.135,9.19 L29.25,8 L34.013,8 L30.494,11.852 L33.977,15.68 L29.143,15.68 L28.065,14.49 L26.94,15.68 L10.03,15.68 L9.536,14.49 L8.406,14.49 L7.911,15.68 L4,15.68 L7.286,8 L10.716,8 L10.983,8.006 Z M19.646,9.084 L17.407,9.084 L15.907,12.62 L14.282,9.084 L12.06,9.084 L12.06,13.894 L10,9.084 L8.007,9.084 L5.625,14.596 L7.18,14.596 L7.674,13.406 L10.27,13.406 L10.764,14.596 L13.484,14.596 L13.484,10.661 L15.235,14.602 L16.425,14.602 L18.165,10.673 L18.165,14.603 L19.623,14.603 L19.647,9.083 L19.646,9.084 Z M28.986,11.852 L31.517,9.084 L29.695,9.084 L28.094,10.81 L26.546,9.084 L20.652,9.084 L20.652,14.602 L26.462,14.602 L28.076,12.864 L29.624,14.602 L31.499,14.602 L28.987,11.852 L28.986,11.852 Z"/></g></svg>

      </li>
    
      <li>
        <svg class="payment-icons" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>

      </li>
    
      <li>
        <svg class="payment-icons" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg>
      </li>
    
      <li>
        <svg class="payment-icons" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg>
      </li>
    
      <li>
        <svg class="payment-icons" width="38" height="24" role="img" aria-labelledby="pi-metapay" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-metapay">Meta Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M4.983 12.986c0 .348.076.614.176.776a.6.6 0 00.524.3c.257 0 .491-.063.943-.688.362-.5.788-1.204 1.076-1.645l.486-.747c.337-.518.728-1.095 1.176-1.486.366-.319.76-.496 1.158-.496.667 0 1.302.386 1.788 1.111.532.794.79 1.793.79 2.825 0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688v-.981c.558 0 .697-.513.697-1.1 0-.836-.195-1.764-.624-2.427-.305-.47-.7-.757-1.134-.757-.47 0-.848.354-1.274.986-.226.336-.457.745-.718 1.207l-.287.508c-.576 1.02-.722 1.254-1.01 1.637-.504.672-.935.927-1.502.927-.674 0-1.1-.291-1.363-.73C4.106 13.956 4 13.486 4 12.95l.983.035z" fill="#0081FB"/><path d="M4.775 10.18C5.225 9.486 5.875 9 6.622 9c.432 0 .861.128 1.31.494.49.4 1.013 1.06 1.665 2.146l.234.39c.565.94.886 1.424 1.074 1.652.242.293.411.38.631.38.558 0 .697-.512.697-1.099l.867-.027c0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688-.405 0-.764-.088-1.16-.462-.306-.287-.663-.798-.937-1.257l-.816-1.363c-.41-.684-.785-1.194-1.003-1.425-.234-.249-.534-.549-1.014-.549-.388 0-.718.273-.994.69l-.837-.498z" fill="url(#pi-paint0_linear_1164_3)"/><path d="M6.606 9.988c-.388 0-.718.273-.994.69-.39.588-.629 1.466-.629 2.308 0 .348.076.614.176.776l-.838.552C4.106 13.956 4 13.486 4 12.95c0-.973.267-1.987.775-2.77C5.225 9.485 5.875 9 6.622 9l-.016.988z" fill="url(#pi-paint1_linear_1164_3)"/><path d="M15.01 9.191h1.138l1.933 3.498 1.934-3.498h1.112v5.747h-.928v-4.405l-1.695 3.05h-.87l-1.696-3.05v4.405h-.927V9.191zm9.023 2.143c-.665 0-1.066.5-1.162 1.12h2.258c-.046-.638-.415-1.12-1.096-1.12zm-2.081 1.474c0-1.305.843-2.254 2.097-2.254 1.234 0 1.971.937 1.971 2.323v.255h-3.148c.111.674.559 1.129 1.28 1.129.576 0 .936-.176 1.277-.497l.493.603c-.465.427-1.055.674-1.803.674-1.358 0-2.167-.99-2.167-2.233zm5.193-1.392h-.854v-.76h.854V9.402h.895v1.256h1.297v.76H28.04v1.924c0 .657.21.89.726.89.236 0 .371-.02.57-.053v.752c-.248.07-.485.102-.742.102-.966 0-1.45-.528-1.45-1.584v-2.032zm5.96.739a1.207 1.207 0 00-1.17-.788c-.766 0-1.256.543-1.256 1.428 0 .863.451 1.433 1.22 1.433.603 0 1.034-.351 1.206-.788v-1.285zM34 14.938h-.878v-.6c-.246.353-.693.703-1.417.703-1.164 0-1.941-.975-1.941-2.246 0-1.283.796-2.241 1.99-2.241.591 0 1.055.236 1.368.653v-.55H34v4.281z" fill="#000000"/><defs><linearGradient id="pi-paint0_linear_1164_3" x1="5.93" y1="12.703" x2="12.196" y2="13.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1"/><stop offset=".4" stop-color="#0064E1"/><stop offset=".83" stop-color="#0073EE"/><stop offset="1" stop-color="#0082FB"/></linearGradient><linearGradient id="pi-paint1_linear_1164_3" x1="5.424" y1="13.399" x2="5.424" y2="11.089" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB"/><stop offset="1" stop-color="#0064E0"/></linearGradient></defs></svg>

      </li>
    
      <li>
        <svg class="payment-icons" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>

      </li>
    
      <li>
        <svg class="payment-icons" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
      </li>
    
      <li>
        <svg class="payment-icons" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#5A31F4"/><path d="M21.382 9.713c0 1.668-1.177 2.858-2.821 2.858h-1.549a.133.133 0 00-.12.08.127.127 0 00-.01.049v2.192a.129.129 0 01-.13.129h-1.084a.13.13 0 01-.13-.13V6.986a.127.127 0 01.08-.12.129.129 0 01.05-.01h2.9c1.637 0 2.814 1.19 2.814 2.858v-.001zm-1.352 0c0-.958-.658-1.658-1.55-1.658h-1.468a.13.13 0 00-.13.13v3.05a.127.127 0 00.038.092.129.129 0 00.092.038h1.468c.892.005 1.55-.695 1.55-1.652zm1.674 3.791a1.527 1.527 0 01.647-1.317c.423-.316 1.084-.48 2.055-.514l1.033-.036v-.303c0-.607-.41-.863-1.068-.863-.658 0-1.075.231-1.17.61a.127.127 0 01-.125.09h-1.022a.13.13 0 01-.126-.092.125.125 0 01-.004-.055c.152-.898.904-1.58 2.494-1.58 1.692 0 2.303.783 2.303 2.276v3.172a.13.13 0 01-.132.129h-1.03a.13.13 0 01-.13-.13v-.236a.096.096 0 00-.061-.091.1.1 0 00-.107.022c-.31.334-.808.575-1.607.575-1.175 0-1.95-.607-1.95-1.657zm3.735-.687v-.246l-1.339.07c-.705.036-1.115.326-1.115.816 0 .444.376.69 1.034.69.893 0 1.42-.48 1.42-1.33zm2.316 4.6v-.919a.13.13 0 01.049-.1.132.132 0 01.108-.027c.158.029.318.044.479.044a1.229 1.229 0 001.245-.876l.067-.211a.133.133 0 000-.088l-2.145-5.471a.13.13 0 01.06-.165.13.13 0 01.062-.015h1.04a.132.132 0 01.123.085l1.456 3.859a.131.131 0 00.125.088.133.133 0 00.125-.088l1.265-3.848a.13.13 0 01.126-.09h1.076a.134.134 0 01.132.116.134.134 0 01-.008.063l-2.295 6.076c-.528 1.413-1.433 1.773-2.43 1.773a1.959 1.959 0 01-.561-.066.132.132 0 01-.1-.14h.001zM8.57 6.4a5.363 5.363 0 00-3.683 1.427.231.231 0 00-.029.31l.618.839a.236.236 0 00.362.028 3.823 3.823 0 012.738-1.11c2.12 0 3.227 1.584 3.227 3.15 0 1.7-1.163 2.898-2.835 2.921-1.292 0-2.266-.85-2.266-1.974a1.908 1.908 0 01.713-1.48.231.231 0 00.033-.324l-.65-.815a.236.236 0 00-.339-.034 3.43 3.43 0 00-.942 1.183 3.39 3.39 0 00-.337 1.47c0 1.935 1.655 3.452 3.775 3.464h.03c2.517-.032 4.337-1.884 4.337-4.415 0-2.247-1.667-4.64-4.752-4.64z" fill="#fff"/></svg>
      </li>
    
      <li>
        <svg class="payment-icons" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
      </li>
    
  </ul>

          
        </div>
        
      </div>
    </div>
  </div>

</footer>




</div>

    
      <a href="#" class="btn-top btn btn--square btn-top-center small--hide">
        <span class="fas fa-arrow-up"></span>
      </a>
    
    <div class="overlay-drawer"></div>
  </div>
  
  
  <script>
    
  </script>

  
  
    <!-- /snippets/ajax-cart-template.liquid -->

  <script id="CartTemplate" type="text/template">
  
    <form action="/cart" method="post" novalidate class="cart ajaxcart cart-spacer">
      <div class="ajaxcart__inner ajaxcart__inner--has-fixed-footer">
        
{{#items}}
        <div class="ajaxcart__product">
          <div class="ajaxcart__row" data-line="{{line}}">
            <div class="grid--full grid-uniform ajaxcart__grid">
              <div class="grid__item one-quarter">
                <a href="{{url}}" class="ajaxcart__product-image"><img src="{{img}}" alt="{{name}}"></a>
              </div>
              <div class="grid__item three-quarters ajaxcart__grid-info">
                <div class="ajaxcart__product-name--wrapper">
                  <a href="{{url}}" class="ajaxcart__product-name">{{{name}}}</a>
                  {{#if variation}}
                    <span class="ajaxcart__product-meta">{{variation}}</span>
                  {{/if}}
                  {{#properties}}
                    {{#each this}}
                      {{#if this}}
                        <span class="ajaxcart__product-meta">{{@key}}: {{this}}</span>
                      {{/if}}
                    {{/each}}
                  {{/properties}}
                </div>
                <div class="grid--full grid-uniform ajaxcart__quantity-grid{{#if discountsApplied}} ajaxcart__has-discount{{/if}}">
                  <div class="grid__item ajaxcart__quantity-grid__item">
                  
<div class="qty-container">

 
  
  
  
  
  
  
  
    
    <button type="button" class="btn btn-square-small qty-adjust qty-minus ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" data-line="{{line}}" aria-label="Reduce item quantity by one">
      <span class="fas fa-minus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">&minus;</span>
    </button>
    <input type="number" name="updates[]" class="qty-input ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" data-line="{{line}}" aria-label="quantity" pattern="[0-9]*">
    <button type="button" class="btn btn-square-small qty-adjust qty-plus ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{key}}" data-line="{{line}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one">
      <span class="fas fa-plus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">+</span>
    </button>
    
  
  
  

  
</div>

                  </div>
                  <div class="grid__item ajaxcart__price-grid__item text-right">
                   {{#if discountsApplied}}
                      <span class="visually-hidden">Regular price</span>
                      <del class="ajaxcart__price ajaxcart__price--strikethrough price">{{{price}}}</del>
                      <span class="visually-hidden">Sale price</span>
                      <span class="ajaxcart__price">{{{discountedPrice}}}</span>
                    {{else}}
                      <span class="ajaxcart__price">{{{price}}}</span>
                    {{/if}}
                  </div>
                </div>
                {{#if discountsApplied}}
                  <div class="grid--full">
                    <div class="grid__item text-right">
                      <ul class="text-discount order-discount order-discount--list order-discount--title order-discount--ajax-cart order-discount--ajax-cart-list" aria-label="Discount">
                        {{#each discounts}}
                          <li class="order-discount__item">
                            <span class="fas fa-tag" aria-hidden="true"></span> {{ this.discount_application.title }} (-{{{ this.formattedAmount }}})
                          </li>
                        {{/each}}
                      </ul>
                    </div>
                  </div>
                {{/if}}
              </div>
            </div>
          </div>
        </div>
        {{/items}}

        
          <div class="ajaxcart__note">
            <label for="AjaxCartSpecialInstructions"><span class="fas fa-info-circle"></span> Special instructions for seller</label>
            <textarea name="note" class="input-full" id="AjaxCartSpecialInstructions">{{note}}</textarea>
          </div>
         
  
      </div>
      
      <div class="ajaxcart__footer ajaxcart__footer--fixed">
        <div class="grid--full">
          <div class="grid__item one-half">
            <p class="ajaxcart__subtotal">Subtotal</p>
          </div>
          <div class="grid__item one-half text-right">
            <p class="ajaxcart__subtotal">{{{totalPrice}}}</p>
          </div>
        </div>
        
        {{#if totalCartDiscount}}
          <p class="ajaxcart__savings text-discount text-center">
          <span class="fas fa-tag"></span>
          You're saving 
          {{{ totalCartDiscount }}}
    	  </p>
        {{/if}}
        
        <p class="ajaxcart__policies ajaxcart__note_checkout rte text-center">
Tax included. <a href="/policies/shipping-policy">Shipping</a> calculated at checkout.

        </p>

        
<button type="submit" class="btn btn--buy btn--full cart__checkout ajaxcart-checkout" name="checkout">
          <span class="btn__text">
            
            <span class="fas fa-lock" aria-hidden="true"></span>
            
            Check Out
          </span>
        </button>

      </div>
    </form>
  </script>
  <script id="AjaxQty" type="text/template">
    
<div class="qty-container">

 
  
  
  
  
  
    
    <button type="button" class="btn btn-square-small qty-adjust qty-minus ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" aria-label="Reduce item quantity by one">
      <span class="fas fa-minus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">&minus;</span>
    </button>
    <input type="number" class="qty-input ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*">
    <button type="button" class="btn btn-square-small qty-adjust qty-plus ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{key}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one">
      <span class="fas fa-plus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">+</span>
    </button>
    
  
  
  
  
  

  
</div>

  </script>
  <script id="JsQty" type="text/template">
    
 
  
  
  
  
  
  
  
  
  
    
    <button type="button" class="btn btn-square-small qty-adjust qty-minus js-qty__adjust js-qty__adjust--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" aria-label="Reduce item quantity by one">
      <span class="fas fa-minus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">&minus;</span>
    </button>
    <input type="number" class="qty-input js-qty__num" value="{{itemQty}}" min="1" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*" name="{{inputName}}" id="{{inputId}}">
    <button type="button" class="btn btn-square-small qty-adjust qty-plus js-qty__adjust js-qty__adjust--plus icon-fallback-text" data-id="{{key}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one">
      <span class="fas fa-plus" aria-hidden="true"></span>
      <span class="fallback-text" aria-hidden="true">+</span>
    </button>
    
  


  </script>
  

  
    <script>
      // Override default values of shop.strings for each template.
      // Alternate product templates can change values of
      // add to cart button, sold out, and unavailable states here.
      theme.productStrings = {
        addToCart: "Add to Cart",
        soldOut: "Sold Out",
        unavailable: "Unavailable"
      }
    </script>
  
  
  
  
  
      
 
 
 <div id="shopify-section-dbtfy-quantity-breaks" class="shopify-section">
</div> 
 
 <div id="shopify-section-dbtfy-upsell-popup" class="shopify-section">
</div> </body>
</html>