<!doctype html>
<html class="js" lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="theme-color" content="">
    <link rel="canonical" href="https://domatcha.com/">
    <link rel="alternate" hreflang="en-us" href="https://domatcha.com/index.xml" />
    <link rel="alternate" hreflang="en-ca" href="https://domatcha.ca/index.xml" />
    <link rel="alternate" hreflang="fr-ca" href="https://domatcha.ca/fr/index.xml" />
    <link rel="alternate" hreflang="x-default" href="https://domatcha.com/index.xml" /><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
      DōMatcha® | The Authentic Japanese Matcha
</title>

    
      <meta name="description" content="Discover the finest matcha green tea powder at DōMatcha®. Buy authentic Japanese matcha tea online for a rich and flavorful experience. Shop now for the best matcha tea powder.">
    

    

<meta property="og:site_name" content="DōMatcha">
<meta property="og:url" content="https://domatcha.com/">
<meta property="og:title" content="DōMatcha® | The Authentic Japanese Matcha">
<meta property="og:type" content="website">
<meta property="og:description" content="Discover the finest matcha green tea powder at DōMatcha®. Buy authentic Japanese matcha tea online for a rich and flavorful experience. Shop now for the best matcha tea powder."><meta property="og:image" content="http://www.domatcha.com/cdn/shop/files/logo-black.jpg?v=1624977395">
  <meta property="og:image:secure_url" content="https://www.domatcha.com/cdn/shop/files/logo-black.jpg?v=1624977395">
  <meta property="og:image:width" content="270">
  <meta property="og:image:height" content="270"><meta name="twitter:site" content="@domatcha"><meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DōMatcha® | The Authentic Japanese Matcha">
<meta name="twitter:description" content="Discover the finest matcha green tea powder at DōMatcha®. Buy authentic Japanese matcha tea online for a rich and flavorful experience. Shop now for the best matcha tea powder.">


    <script src="//www.domatcha.com/cdn/shop/t/49/assets/constants.js?v=132983761750457495441752859188" defer="defer"></script>
    <script src="//www.domatcha.com/cdn/shop/t/49/assets/pubsub.js?v=158357773527763999511752859188" defer="defer"></script>
    <script src="//www.domatcha.com/cdn/shop/t/49/assets/global.js?v=88558128918567037191752859188" defer="defer"></script>
    <script src="//www.domatcha.com/cdn/shop/t/49/assets/details-disclosure.js?v=13653116266235556501752859188" defer="defer"></script>
    <script src="//www.domatcha.com/cdn/shop/t/49/assets/details-modal.js?v=25581673532751508451752859188" defer="defer"></script>
    <script src="//www.domatcha.com/cdn/shop/t/49/assets/search-form.js?v=133129549252120666541752859188" defer="defer"></script><script src="//www.domatcha.com/cdn/shop/t/49/assets/animations.js?v=88693664871331136111752859188" defer="defer"></script><script>!function(){window.ZipifyPages=window.ZipifyPages||{},window.ZipifyPages.analytics={},window.ZipifyPages.currency="USD",window.ZipifyPages.shopDomain="domatcha.myshopify.com",window.ZipifyPages.moneyFormat="\u003cspan class=money\u003e ${{amount}} USD \u003c\/span\u003e",window.ZipifyPages.shopifyOptionsSelector=false,window.ZipifyPages.unitPriceEnabled=false,window.ZipifyPages.integrations="".split(","),window.ZipifyPages.crmUrl="https://crms.zipify.com",window.ZipifyPages.isPagesEntity=false,window.ZipifyPages.translations={soldOut:"Sold out",unavailable:"Unavailable"},window.ZipifyPages.routes={root:"\/",cart:{index:"\/cart",add:"\/cart\/add",change:"\/cart\/change",clear:"\/cart\/clear",update:"\/cart\/update"}};window.ZipifyPages.eventsSubscriptions=[],window.ZipifyPages.on=function(i,a){window.ZipifyPages.eventsSubscriptions.push([i,a])}}();</script><script>(() => {
(()=>{class g{constructor(t={}){this.defaultConfig={sectionIds:[],rootMargin:"0px",onSectionViewed:()=>{},onSectionInteracted:()=>{},minViewTime:500,minVisiblePercentage:30,interactiveSelector:'a, button, input, select, textarea, [role="button"], [tabindex]:not([tabindex="-1"])'},this.config={...this.defaultConfig,...t},this.viewedSections=new Set,this.observer=null,this.viewTimers=new Map,this.init()}init(){document.readyState==="loading"?document.addEventListener("DOMContentLoaded",this.setup.bind(this)):this.setup()}setup(){this.setupObserver(),this.setupGlobalClickTracking()}setupObserver(){const t={root:null,rootMargin:this.config.rootMargin,threshold:[0,.1,.2,.3,.4,.5,.6,.7,.8,.9,1]};this.observer=new IntersectionObserver(e=>{e.forEach(i=>{this.calculateVisibility(i)?this.handleSectionVisible(i.target):this.handleSectionHidden(i.target)})},t),this.config.sectionIds.forEach(e=>{const i=document.getElementById(e);i&&this.observer.observe(i)})}calculateVisibility(t){const e=window.innerHeight,i=window.innerWidth,n=e*i,o=t.boundingClientRect,s=Math.max(0,o.top),c=Math.min(e,o.bottom),d=Math.max(0,o.left),a=Math.min(i,o.right),r=Math.max(0,c-s),l=Math.max(0,a-d)*r,m=n>0?l/n*100:0,h=o.width*o.height,p=h>0?l/h*100:0,S=m>=this.config.minVisiblePercentage,b=p>=80;return S||b}isSectionViewed(t){return this.viewedSections.has(Number(t))}setupGlobalClickTracking(){document.addEventListener("click",t=>{const e=this.findParentTrackedSection(t.target);if(e){const i=this.findInteractiveElement(t.target,e.el);i&&(this.isSectionViewed(e.id)||this.trackSectionView(e.id),this.trackSectionInteract(e.id,i,t))}})}findParentTrackedSection(t){let e=t;for(;e&&e!==document.body;){const i=e.id||e.dataset.zpSectionId,n=i?parseInt(i,10):null;if(n&&!isNaN(n)&&this.config.sectionIds.includes(n))return{el:e,id:n};e=e.parentElement}return null}findInteractiveElement(t,e){let i=t;for(;i&&i!==e;){if(i.matches(this.config.interactiveSelector))return i;i=i.parentElement}return null}trackSectionView(t){this.viewedSections.add(Number(t)),this.config.onSectionViewed(t)}trackSectionInteract(t,e,i){this.config.onSectionInteracted(t,e,i)}handleSectionVisible(t){const e=t.id,i=setTimeout(()=>{this.isSectionViewed(e)||this.trackSectionView(e)},this.config.minViewTime);this.viewTimers.set(e,i)}handleSectionHidden(t){const e=t.id;this.viewTimers.has(e)&&(clearTimeout(this.viewTimers.get(e)),this.viewTimers.delete(e))}addSection(t){if(!this.config.sectionIds.includes(t)){this.config.sectionIds.push(t);const e=document.getElementById(t);e&&this.observer&&this.observer.observe(e)}}}class f{constructor(){this.sectionTracker=new g({onSectionViewed:this.onSectionViewed.bind(this),onSectionInteracted:this.onSectionInteracted.bind(this)}),this.runningSplitTests=[]}getCookie(t){const e=document.cookie.match(new RegExp(`(?:^|; )${t}=([^;]*)`));return e?decodeURIComponent(e[1]):null}setCookie(t,e){let i=`${t}=${encodeURIComponent(e)}; path=/; SameSite=Lax`;location.protocol==="https:"&&(i+="; Secure");const n=new Date;n.setTime(n.getTime()+365*24*60*60*1e3),i+=`; expires=${n.toUTCString()}`,document.cookie=i}pickByWeight(t){const e=Object.entries(t).map(([o,s])=>[Number(o),s]),i=e.reduce((o,[,s])=>o+s,0);let n=Math.random()*i;for(const[o,s]of e){if(n<s)return o;n-=s}return e[e.length-1][0]}render(t){const e=t.blocks,i=t.test,n=i.id,o=`zpSectionSplitTest${n}`;let s=Number(this.getCookie(o));e.some(r=>r.id===s)||(s=this.pickByWeight(i.distribution),this.setCookie(o,s));const c=e.find(r=>r.id===s),d=`sectionSplitTest${c.id}`,a=document.querySelector(`template[data-id="${d}"]`);if(!a){console.error(`Template for split test ${c.id} not found`);return}document.currentScript.parentNode.insertBefore(a.content.cloneNode(!0),document.currentScript),this.runningSplitTests.push({id:n,block:c,templateId:d}),this.initTrackingForSection(c.id)}findSplitTestForSection(t){return this.runningSplitTests.find(e=>e.block.id===Number(t))}initTrackingForSection(t){this.sectionTracker.addSection(t)}onSectionViewed(t){this.trackEvent({sectionId:t,event:"zp_section_viewed"})}onSectionInteracted(t){this.trackEvent({sectionId:t,event:"zp_section_clicked"})}trackEvent({event:t,sectionId:e,payload:i={}}){const n=this.findSplitTestForSection(e);n&&window.Shopify.analytics.publish(t,{...i,sectionId:e,splitTestHash:n.id})}}window.ZipifyPages??={};window.ZipifyPages.SectionSplitTest=new f;})();

})()</script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/332262/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="3b82bb5293f2d9b57e59a8d92e5dbd8a">
<link rel="alternate" hreflang="x-default" href="https://domatcha.com/">
<link rel="alternate" hreflang="en" href="https://domatcha.com/">
<link rel="alternate" hreflang="en-CA" href="https://domatcha.com/en-ca">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=332262" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":332262,"countryCode":"CA","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/332262","merchantName":"DōMatcha","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","jcb"],"total":{"type":"pending","label":"DōMatcha","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"3b82bb5293f2d9b57e59a8d92e5dbd8a","betas":["rich-media-storefront-analytics"],"domain":"www.domatcha.com","predictiveSearch":true,"shopId":332262,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "domatcha.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"Domatcha 2025 b2","id":139365679265,"schema_name":"Dawn","schema_version":"15.1.0","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "www.domatcha.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//www.domatcha.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//www.domatcha.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

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

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

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

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

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

      </style>
<script id="sections-script" data-sections="header" defer="defer" src="//www.domatcha.com/cdn/shop/t/49/compiled_assets/scripts.js?v=184325197989695213571752859188"></script>
<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>


    <style data-shopify>
      @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_n4.d5c00c781efb195594fd2fd4ad04f7882949e327.woff") format("woff");
}

       @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_n4.d5c00c781efb195594fd2fd4ad04f7882949e327.woff") format("woff");
}

       @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_n4.d5c00c781efb195594fd2fd4ad04f7882949e327.woff") format("woff");
}

      @font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_n7.900f219bc7337bc57a7a2151983f0a4a4d9d5dcf.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_n7.a55c60751adcc35be7c4f8a0313f9698598612ee.woff") format("woff");
}

      @font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_i4.09c847adc47c2fefc3368f2e241a3712168bc4b6.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_i4.3c7d9eb6c1b0a2bf62d892c3ee4582b016d0f30c.woff") format("woff");
}

      @font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/lato/lato_i7.16ba75868b37083a879b8dd9f2be44e067dfbf92.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/lato/lato_i7.4c07c2b3b7e64ab516aa2f2081d2bb0366b9dce8.woff") format("woff");
}

      @font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.domatcha.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2") format("woff2"),
       url("//www.domatcha.com/cdn/fonts/playfair_display/playfairdisplay_n4.c562b7c8e5637886a811d2a017f9e023166064ee.woff") format("woff");
}


      
        :root,
        .color-scheme-1 {
          --color-background: 21,20,20;
        
          --gradient-background: #151414;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 151,145,145;
        --color-shadow: 255,255,255;
        --color-button: 237,28,36;
        --color-button-text: 255,255,255;
        --color-secondary-button: 21,20,20;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 21,20,20;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(21 20 20);
      }
      
        
        .color-scheme-2 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 18,18,18;
        --color-button: 237,28,36;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-3 {
          --color-background: 36,40,51;
        
          --gradient-background: #242833;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 47,52,66;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 0,0,0;
        --color-secondary-button: 36,40,51;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 36,40,51;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(36 40 51);
      }
      
        
        .color-scheme-4 {
          --color-background: 18,18,18;
        
          --gradient-background: #121212;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 146,146,146;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 18,18,18;
        --color-secondary-button: 18,18,18;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 18,18,18;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(18 18 18);
      }
      
        
        .color-scheme-5 {
          --color-background: 239,239,239;
        
          --gradient-background: #efefef;
        

        

        --color-foreground: 49,49,49;
        --color-background-contrast: 175,175,175;
        --color-shadow: 49,49,49;
        --color-button: 255,255,255;
        --color-button-text: 51,79,180;
        --color-secondary-button: 239,239,239;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 49,49,49;
        --color-badge-background: 239,239,239;
        --color-badge-border: 49,49,49;
        --payment-terms-background-color: rgb(239 239 239);
      }
      
        
        .color-scheme-1e335a63-6107-4325-9923-6d6f0e38910d {
          --color-background: 43,179,42;
        
          --gradient-background: #2bb32a;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 18,76,18;
        --color-shadow: 255,255,255;
        --color-button: 43,179,42;
        --color-button-text: 255,255,255;
        --color-secondary-button: 43,179,42;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 43,179,42;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(43 179 42);
      }
      
        
        .color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e {
          --color-background: 0,0,0;
        
          --gradient-background: rgba(0,0,0,0);
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 128,128,128;
        --color-shadow: 255,255,255;
        --color-button: 255,255,255;
        --color-button-text: 255,255,255;
        --color-secondary-button: 0,0,0;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 0,0,0;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(0 0 0);
      }
      
        
        .color-scheme-127840c9-1d1a-4cc4-941f-e1b558f9f3ed {
          --color-background: 21,20,20;
        
          --gradient-background: #151414;
        

        

        --color-foreground: 49,49,49;
        --color-background-contrast: 151,145,145;
        --color-shadow: 255,255,255;
        --color-button: 237,28,36;
        --color-button-text: 255,255,255;
        --color-secondary-button: 21,20,20;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 49,49,49;
        --color-badge-background: 21,20,20;
        --color-badge-border: 49,49,49;
        --payment-terms-background-color: rgb(21 20 20);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-1e335a63-6107-4325-9923-6d6f0e38910d, .color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e, .color-scheme-127840c9-1d1a-4cc4-941f-e1b558f9f3ed {
        color: rgba(var(--color-foreground), 1);
        background-color: rgb(var(--color-background));
      }

      :root {
        --font-body-family: Lato, sans-serif;
        --efont-body-family: Lato, sans-serif;
        --eefont-body-family: Lato, sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: "Playfair Display", serif;
        --font-heading-style: normal;
        --font-heading-weight: 400;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.0;

        --media-padding: px;
        --media-border-opacity: 0.0;
        --media-border-width: 0px;
        --media-radius: 0px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 4px;
        --media-shadow-blur-radius: 0px;
        --media-shadow-visible: 0;

        --page-width: 160rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 0.0rem;
        --product-card-corner-radius: 0.0rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.1;
        --product-card-shadow-opacity: 0.0;
        --product-card-shadow-visible: 0;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.4rem;
        --product-card-shadow-blur-radius: 0.5rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 0.0rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.1;
        --collection-card-shadow-opacity: 0.0;
        --collection-card-shadow-visible: 0;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.4rem;
        --collection-card-shadow-blur-radius: 0.5rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 0.0rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.1;
        --blog-card-shadow-opacity: 0.0;
        --blog-card-shadow-visible: 0;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.4rem;
        --blog-card-shadow-blur-radius: 0.5rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 0.1;
        --popup-corner-radius: 0px;
        --popup-shadow-opacity: 0.05;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 4px;
        --popup-shadow-blur-radius: 5px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 0.1;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 4px;
        --drawer-shadow-blur-radius: 5px;

        --spacing-sections-desktop: 0px;
        --spacing-sections-mobile: 0px;

        --grid-desktop-vertical-spacing: 28px;
        --grid-desktop-horizontal-spacing: 28px;
        --grid-mobile-vertical-spacing: 14px;
        --grid-mobile-horizontal-spacing: 14px;

        --text-boxes-border-opacity: 0.1;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 0px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 4px;
        --text-boxes-shadow-blur-radius: 5px;

        --buttons-radius: 36px;
        --buttons-radius-outset: 37px;
        --buttons-border-width: 1px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 0.0;
        --buttons-shadow-visible: 0;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 4px;
        --buttons-shadow-blur-radius: 5px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 40px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 1.0;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 0px;
        --inputs-shadow-blur-radius: 0px;
        --inputs-radius-outset: 41px;

        --variant-pills-radius: 40px;
        --variant-pills-border-width: 1px;
        --variant-pills-border-opacity: 0.55;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 4px;
        --variant-pills-shadow-blur-radius: 5px;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0rem;
        line-height: calc(1 + 0.6 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
    </style>
<link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/slick.min.css?v=105347522073496785561752859188">
<link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/slick-theme.min.css?v=129362260643848140871752859188">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

<script src="//www.domatcha.com/cdn/shop/t/49/assets/slick.min.js?v=71779134894361685811752859188"></script>

        <link href="//www.domatcha.com/cdn/shop/t/49/assets/stylesheet.css?v=173032363805715374001752859188" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.domatcha.com/cdn/shop/t/49/assets/base.css?v=87358962590752109951752859188" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.domatcha.com/cdn/shop/t/49/assets/custom.css?v=52321843248394151601752859188" rel="stylesheet" type="text/css" media="all" />


    
    <link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-cart-items.css?v=123238115697927560811752859188" media="print" onload="this.media='all'">
      <link rel="preload" as="font" href="//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//www.domatcha.com/cdn/fonts/lato/lato_n4.c3b93d431f0091c8be23185e15c9d1fee1e971c5.woff2" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//www.domatcha.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2" type="font/woff2" crossorigin>
      
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-localization-form.css?v=86199867289619414191752859188" rel="stylesheet" type="text/css" media="all" />
      <script src="//www.domatcha.com/cdn/shop/t/49/assets/localization-form.js?v=144176611646395275351752859188" defer="defer"></script><link
        rel="stylesheet"
        href="//www.domatcha.com/cdn/shop/t/49/assets/component-predictive-search.css?v=118923337488134913561752859188"
        media="print"
        onload="this.media='all'"
      ><script>
      if (Shopify.designMode) {
        document.documentElement.classList.add('shopify-design-mode');
      }
    </script>

<style>
  .header-wrapper {
    position: absolute !important;
    width: 100%;
    z-index: 1;
    top: 0;
}
</style>

    
  <!-- BEGIN app block: shopify://apps/geoip-country-redirect/blocks/speeedup_link/a3fa1a12-9aad-4707-ab56-45ccf9191aa7 --><!-- BEGIN app snippet: flags-style --><style id='sgcr-flags-css'>.sgcr-flag {display: inline-block;background-size: contain;background-position: 50%;background-repeat: no-repeat;margin: 0;padding: 0;}.sgcr-flag-af { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/af.svg")}.sgcr-flag-ak { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ak.svg")}.sgcr-flag-am { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/am.svg")}.sgcr-flag-ar { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ar.svg")}.sgcr-flag-as { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/as.svg")}.sgcr-flag-az { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/az.svg")}.sgcr-flag-be { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/be.svg")}.sgcr-flag-bg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bg.svg")}.sgcr-flag-bm { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bm.svg")}.sgcr-flag-bn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bn.svg")}.sgcr-flag-bo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bo.svg")}.sgcr-flag-br { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/br.svg")}.sgcr-flag-bs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bs.svg")}.sgcr-flag-ca { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ca.svg")}.sgcr-flag-ce { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ce.svg")}.sgcr-flag-ckb { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ckb.svg")}.sgcr-flag-cs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cs.svg")}.sgcr-flag-cy { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cy.svg")}.sgcr-flag-da { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/da.svg")}.sgcr-flag-de { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/de.svg")}.sgcr-flag-dz { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/dz.svg")}.sgcr-flag-ee { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ee.svg")}.sgcr-flag-el { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/el.svg")}.sgcr-flag-en { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/en.svg")}.sgcr-flag-eo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/eo.svg")}.sgcr-flag-es { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/es.svg")}.sgcr-flag-et { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/et.svg")}.sgcr-flag-eu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/eu.svg")}.sgcr-flag-fa { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fa.svg")}.sgcr-flag-ff { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ff.svg")}.sgcr-flag-fi { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fi.svg")}.sgcr-flag-fil { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fil.svg")}.sgcr-flag-fo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fo.svg")}.sgcr-flag-fr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fr.svg")}.sgcr-flag-fy { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fy.svg")}.sgcr-flag-ga { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ga.svg")}.sgcr-flag-gd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gd.svg")}.sgcr-flag-gl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gl.svg")}.sgcr-flag-gu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gu.svg")}.sgcr-flag-gv { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gv.svg")}.sgcr-flag-ha { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ha.svg")}.sgcr-flag-he { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/he.svg")}.sgcr-flag-hi { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hi.svg")}.sgcr-flag-hr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hr.svg")}.sgcr-flag-hu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hu.svg")}.sgcr-flag-hy { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hy.svg")}.sgcr-flag-ia { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ia.svg")}.sgcr-flag-id { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/id.svg")}.sgcr-flag-ig { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ig.svg")}.sgcr-flag-ii { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ii.svg")}.sgcr-flag-is { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/is.svg")}.sgcr-flag-it { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/it.svg")}.sgcr-flag-ja { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ja.svg")}.sgcr-flag-jv { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/jv.svg")}.sgcr-flag-ka { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ka.svg")}.sgcr-flag-ki { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ki.svg")}.sgcr-flag-kk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kk.svg")}.sgcr-flag-kl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kl.svg")}.sgcr-flag-km { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/km.svg")}.sgcr-flag-kn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kn.svg")}.sgcr-flag-ko { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ko.svg")}.sgcr-flag-ks { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ks.svg")}.sgcr-flag-ku { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ku.svg")}.sgcr-flag-kw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kw.svg")}.sgcr-flag-ky { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ky.svg")}.sgcr-flag-lb { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lb.svg")}.sgcr-flag-lg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lg.svg")}.sgcr-flag-ln { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ln.svg")}.sgcr-flag-lo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lo.svg")}.sgcr-flag-lt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lt.svg")}.sgcr-flag-lu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lu.svg")}.sgcr-flag-lv { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lv.svg")}.sgcr-flag-mg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mg.svg")}.sgcr-flag-mi { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mi.svg")}.sgcr-flag-mk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mk.svg")}.sgcr-flag-ml { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ml.svg")}.sgcr-flag-mn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mn.svg")}.sgcr-flag-mr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mr.svg")}.sgcr-flag-ms { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ms.svg")}.sgcr-flag-mt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mt.svg")}.sgcr-flag-my { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/my.svg")}.sgcr-flag-nb { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nb.svg")}.sgcr-flag-nd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nd.svg")}.sgcr-flag-ne { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ne.svg")}.sgcr-flag-nl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nl.svg")}.sgcr-flag-nn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nn.svg")}.sgcr-flag-no { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/no.svg")}.sgcr-flag-om { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/om.svg")}.sgcr-flag-or { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/or.svg")}.sgcr-flag-os { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/os.svg")}.sgcr-flag-pa { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pa.svg")}.sgcr-flag-pl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pl.svg")}.sgcr-flag-ps { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ps.svg")}.sgcr-flag-pt-br { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pt-br.svg")}.sgcr-flag-pt-pt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pt-pt.svg")}.sgcr-flag-qu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/qu.svg")}.sgcr-flag-rm { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rm.svg")}.sgcr-flag-rn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rn.svg")}.sgcr-flag-ro { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ro.svg")}.sgcr-flag-ru { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ru.svg")}.sgcr-flag-rw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rw.svg")}.sgcr-flag-sa { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sa.svg")}.sgcr-flag-sc { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sc.svg")}.sgcr-flag-sd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sd.svg")}.sgcr-flag-se { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/se.svg")}.sgcr-flag-sg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sg.svg")}.sgcr-flag-si { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/si.svg")}.sgcr-flag-sk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sk.svg")}.sgcr-flag-sl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sl.svg")}.sgcr-flag-sn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sn.svg")}.sgcr-flag-so { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/so.svg")}.sgcr-flag-sq { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sq.svg")}.sgcr-flag-sr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sr.svg")}.sgcr-flag-su { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/su.svg")}.sgcr-flag-sv { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sv.svg")}.sgcr-flag-sw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sw.svg")}.sgcr-flag-ta { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ta.svg")}.sgcr-flag-te { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/te.svg")}.sgcr-flag-tg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tg.svg")}.sgcr-flag-th { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/th.svg")}.sgcr-flag-ti { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ti.svg")}.sgcr-flag-tk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tk.svg")}.sgcr-flag-to { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/to.svg")}.sgcr-flag-tr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tr.svg")}.sgcr-flag-tt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tt.svg")}.sgcr-flag-ug { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ug.svg")}.sgcr-flag-uk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/uk.svg")}.sgcr-flag-ur { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ur.svg")}.sgcr-flag-uz { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/uz.svg")}.sgcr-flag-vi { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/vi.svg")}.sgcr-flag-wo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/wo.svg")}.sgcr-flag-xh { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/xh.svg")}.sgcr-flag-yi { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/yi.svg")}.sgcr-flag-yo { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/yo.svg")}.sgcr-flag-zh-cn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/zh-cn.svg")}.sgcr-flag-zh-tw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/zh-tw.svg")}.sgcr-flag-zu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/zu.svg")}.sgcr-flag-aed { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/aed.svg")}.sgcr-flag-afn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/afn.svg")}.sgcr-flag-all { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/all.svg")}.sgcr-flag-amd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/amd.svg")}.sgcr-flag-ang { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ang.svg")}.sgcr-flag-aoa { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/aoa.svg")}.sgcr-flag-ars { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ars.svg")}.sgcr-flag-aud { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/aud.svg")}.sgcr-flag-awg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/awg.svg")}.sgcr-flag-azn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/azn.svg")}.sgcr-flag-bam { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bam.svg")}.sgcr-flag-bbd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bbd.svg")}.sgcr-flag-bdt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bdt.svg")}.sgcr-flag-bgn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bgn.svg")}.sgcr-flag-bhd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bhd.svg")}.sgcr-flag-bif { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bif.svg")}.sgcr-flag-bnd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bnd.svg")}.sgcr-flag-bob { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bob.svg")}.sgcr-flag-brl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/brl.svg")}.sgcr-flag-bsd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bsd.svg")}.sgcr-flag-btn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/btn.svg")}.sgcr-flag-bwp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bwp.svg")}.sgcr-flag-byn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/byn.svg")}.sgcr-flag-bzd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/bzd.svg")}.sgcr-flag-cad { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cad.svg")}.sgcr-flag-cdf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cdf.svg")}.sgcr-flag-chf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/chf.svg")}.sgcr-flag-clp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/clp.svg")}.sgcr-flag-cny { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cny.svg")}.sgcr-flag-cop { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cop.svg")}.sgcr-flag-crc { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/crc.svg")}.sgcr-flag-cve { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/cve.svg")}.sgcr-flag-czk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/czk.svg")}.sgcr-flag-djf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/djf.svg")}.sgcr-flag-dkk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/dkk.svg")}.sgcr-flag-dop { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/dop.svg")}.sgcr-flag-dzd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/dzd.svg")}.sgcr-flag-egp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/egp.svg")}.sgcr-flag-ern { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ern.svg")}.sgcr-flag-etb { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/etb.svg")}.sgcr-flag-eur { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/eur.svg")}.sgcr-flag-fjd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fjd.svg")}.sgcr-flag-fkp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/fkp.svg")}.sgcr-flag-gbp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gbp.svg")}.sgcr-flag-gel { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gel.svg")}.sgcr-flag-ghs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ghs.svg")}.sgcr-flag-gmd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gmd.svg")}.sgcr-flag-gnf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gnf.svg")}.sgcr-flag-gtq { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gtq.svg")}.sgcr-flag-gyd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/gyd.svg")}.sgcr-flag-hkd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hkd.svg")}.sgcr-flag-hnl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hnl.svg")}.sgcr-flag-hrk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/hrk.svg")}.sgcr-flag-htg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/htg.svg")}.sgcr-flag-huf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/huf.svg")}.sgcr-flag-idr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/idr.svg")}.sgcr-flag-ils { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ils.svg")}.sgcr-flag-inr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/inr.svg")}.sgcr-flag-iqd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/iqd.svg")}.sgcr-flag-isk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/isk.svg")}.sgcr-flag-jmd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/jmd.svg")}.sgcr-flag-jod { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/jod.svg")}.sgcr-flag-jpy { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/jpy.svg")}.sgcr-flag-kes { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kes.svg")}.sgcr-flag-kgs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kgs.svg")}.sgcr-flag-khr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/khr.svg")}.sgcr-flag-kmf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kmf.svg")}.sgcr-flag-krw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/krw.svg")}.sgcr-flag-kwd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kwd.svg")}.sgcr-flag-kyd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kyd.svg")}.sgcr-flag-kzt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/kzt.svg")}.sgcr-flag-lak { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lak.svg")}.sgcr-flag-lbp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lbp.svg")}.sgcr-flag-lkr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lkr.svg")}.sgcr-flag-lrd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lrd.svg")}.sgcr-flag-lsl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lsl.svg")}.sgcr-flag-lyd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/lyd.svg")}.sgcr-flag-mad { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mad.svg")}.sgcr-flag-mdl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mdl.svg")}.sgcr-flag-mga { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mga.svg")}.sgcr-flag-mkd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mkd.svg")}.sgcr-flag-mmk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mmk.svg")}.sgcr-flag-mnt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mnt.svg")}.sgcr-flag-mop { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mop.svg")}.sgcr-flag-mro { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mro.svg")}.sgcr-flag-mur { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mur.svg")}.sgcr-flag-mvr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mvr.svg")}.sgcr-flag-mwk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mwk.svg")}.sgcr-flag-mxn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mxn.svg")}.sgcr-flag-myr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/myr.svg")}.sgcr-flag-mzn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/mzn.svg")}.sgcr-flag-nad { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nad.svg")}.sgcr-flag-ngn { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ngn.svg")}.sgcr-flag-nio { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nio.svg")}.sgcr-flag-nok { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nok.svg")}.sgcr-flag-npr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/npr.svg")}.sgcr-flag-nzd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/nzd.svg")}.sgcr-flag-omr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/omr.svg")}.sgcr-flag-pen { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pen.svg")}.sgcr-flag-pgk { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pgk.svg")}.sgcr-flag-php { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/php.svg")}.sgcr-flag-pkr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pkr.svg")}.sgcr-flag-pln { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pln.svg")}.sgcr-flag-pyg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/pyg.svg")}.sgcr-flag-qar { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/qar.svg")}.sgcr-flag-ron { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ron.svg")}.sgcr-flag-rsd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rsd.svg")}.sgcr-flag-rub { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rub.svg")}.sgcr-flag-rwf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/rwf.svg")}.sgcr-flag-sar { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sar.svg")}.sgcr-flag-sbd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sbd.svg")}.sgcr-flag-scr { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/scr.svg")}.sgcr-flag-sdg { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sdg.svg")}.sgcr-flag-sek { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sek.svg")}.sgcr-flag-sgd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sgd.svg")}.sgcr-flag-shp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/shp.svg")}.sgcr-flag-sll { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sll.svg")}.sgcr-flag-sos { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/sos.svg")}.sgcr-flag-srd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/srd.svg")}.sgcr-flag-ssp { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ssp.svg")}.sgcr-flag-std { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/std.svg")}.sgcr-flag-szl { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/szl.svg")}.sgcr-flag-thb { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/thb.svg")}.sgcr-flag-tjs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tjs.svg")}.sgcr-flag-tmt { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tmt.svg")}.sgcr-flag-tnd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tnd.svg")}.sgcr-flag-top { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/top.svg")}.sgcr-flag-try { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/try.svg")}.sgcr-flag-ttd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ttd.svg")}.sgcr-flag-twd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/twd.svg")}.sgcr-flag-tzs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/tzs.svg")}.sgcr-flag-uah { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/uah.svg")}.sgcr-flag-ugx { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/ugx.svg")}.sgcr-flag-usd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/usd.svg")}.sgcr-flag-uyu { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/uyu.svg")}.sgcr-flag-uzs { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/uzs.svg")}.sgcr-flag-vnd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/vnd.svg")}.sgcr-flag-vuv { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/vuv.svg")}.sgcr-flag-wst { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/wst.svg")}.sgcr-flag-xaf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/xaf.svg")}.sgcr-flag-xcd { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/xcd.svg")}.sgcr-flag-xof { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/xof.svg")}.sgcr-flag-xpf { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/xpf.svg")}.sgcr-flag-yer { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/yer.svg")}.sgcr-flag-zar { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/zar.svg")}.sgcr-flag-zmw { background-image: url("https://cdn.shopify.com/extensions/019d6c0d-b6ef-7b6b-99bc-c2108ebf1bae/release_fallback_script.v.3.0.0/assets/zmw.svg")}</style><!-- END app snippet -->
<!-- BEGIN app snippet: market-config -->




<script type="text/javascript">
    try {
        let metafieldsConfig = {"sg_geolocation_auto_redirect":{"enable":false,"behaviour":"necessary","redirectToDefaultLang":false,"browserLang":false,"filters":{"countries":{"actionType":"include","rules":[]},"urls":{"actionType":"include","rules":[]},"params":{"actionType":"include","rules":[],"retainDuringSession":false}}},"sg_geolocation_countries_data":{"CA":{"name":"Canada","isoCode":"CA"},"AD":{"name":"Andorra","isoCode":"AD"},"AG":{"name":"Antigua \u0026 Barbuda","isoCode":"AG"},"AI":{"name":"Anguilla","isoCode":"AI"},"AL":{"name":"Albania","isoCode":"AL"},"AM":{"name":"Armenia","isoCode":"AM"},"AN":{"name":"Netherlands Antilles","isoCode":"AN"},"AR":{"name":"Argentina","isoCode":"AR"},"AT":{"name":"Austria","isoCode":"AT"},"AU":{"name":"Australia","isoCode":"AU"},"AW":{"name":"Aruba","isoCode":"AW"},"AX":{"name":"Åland Islands","isoCode":"AX"},"BA":{"name":"Bosnia \u0026 Herzegovina","isoCode":"BA"},"BB":{"name":"Barbados","isoCode":"BB"},"BE":{"name":"Belgium","isoCode":"BE"},"BG":{"name":"Bulgaria","isoCode":"BG"},"BL":{"name":"St. Barthélemy","isoCode":"BL"},"BM":{"name":"Bermuda","isoCode":"BM"},"BO":{"name":"Bolivia","isoCode":"BO"},"BR":{"name":"Brazil","isoCode":"BR"},"BS":{"name":"Bahamas","isoCode":"BS"},"BV":{"name":"Bouvet Island","isoCode":"BV"},"BY":{"name":"Belarus","isoCode":"BY"},"BZ":{"name":"Belize","isoCode":"BZ"},"CH":{"name":"Switzerland","isoCode":"CH"},"CK":{"name":"Cook Islands","isoCode":"CK"},"CL":{"name":"Chile","isoCode":"CL"},"CO":{"name":"Colombia","isoCode":"CO"},"CR":{"name":"Costa Rica","isoCode":"CR"},"CW":{"name":"Curaçao","isoCode":"CW"},"CY":{"name":"Cyprus","isoCode":"CY"},"CZ":{"name":"Czechia","isoCode":"CZ"},"DE":{"name":"Germany","isoCode":"DE"},"DK":{"name":"Denmark","isoCode":"DK"},"DM":{"name":"Dominica","isoCode":"DM"},"DO":{"name":"Dominican Republic","isoCode":"DO"},"EC":{"name":"Ecuador","isoCode":"EC"},"EE":{"name":"Estonia","isoCode":"EE"},"ES":{"name":"Spain","isoCode":"ES"},"FI":{"name":"Finland","isoCode":"FI"},"FJ":{"name":"Fiji","isoCode":"FJ"},"FK":{"name":"Falkland Islands","isoCode":"FK"},"FO":{"name":"Faroe Islands","isoCode":"FO"},"FR":{"name":"France","isoCode":"FR"},"GB":{"name":"United Kingdom","isoCode":"GB"},"GD":{"name":"Grenada","isoCode":"GD"},"GE":{"name":"Georgia","isoCode":"GE"},"GF":{"name":"French Guiana","isoCode":"GF"},"GG":{"name":"Guernsey","isoCode":"GG"},"GI":{"name":"Gibraltar","isoCode":"GI"},"GL":{"name":"Greenland","isoCode":"GL"},"GP":{"name":"Guadeloupe","isoCode":"GP"},"GR":{"name":"Greece","isoCode":"GR"},"GS":{"name":"South Georgia \u0026 South Sandwich Islands","isoCode":"GS"},"GT":{"name":"Guatemala","isoCode":"GT"},"GY":{"name":"Guyana","isoCode":"GY"},"HM":{"name":"Heard \u0026 McDonald Islands","isoCode":"HM"},"HN":{"name":"Honduras","isoCode":"HN"},"HR":{"name":"Croatia","isoCode":"HR"},"HT":{"name":"Haiti","isoCode":"HT"},"HU":{"name":"Hungary","isoCode":"HU"},"IE":{"name":"Ireland","isoCode":"IE"},"IM":{"name":"Isle of Man","isoCode":"IM"},"IS":{"name":"Iceland","isoCode":"IS"},"IT":{"name":"Italy","isoCode":"IT"},"JE":{"name":"Jersey","isoCode":"JE"},"JM":{"name":"Jamaica","isoCode":"JM"},"KI":{"name":"Kiribati","isoCode":"KI"},"KN":{"name":"St. Kitts \u0026 Nevis","isoCode":"KN"},"KY":{"name":"Cayman Islands","isoCode":"KY"},"LC":{"name":"St. Lucia","isoCode":"LC"},"LI":{"name":"Liechtenstein","isoCode":"LI"},"LT":{"name":"Lithuania","isoCode":"LT"},"LU":{"name":"Luxembourg","isoCode":"LU"},"LV":{"name":"Latvia","isoCode":"LV"},"MC":{"name":"Monaco","isoCode":"MC"},"MD":{"name":"Moldova","isoCode":"MD"},"ME":{"name":"Montenegro","isoCode":"ME"},"MF":{"name":"St. Martin","isoCode":"MF"},"MK":{"name":"North Macedonia","isoCode":"MK"},"MQ":{"name":"Martinique","isoCode":"MQ"},"MS":{"name":"Montserrat","isoCode":"MS"},"MT":{"name":"Malta","isoCode":"MT"},"MX":{"name":"Mexico","isoCode":"MX"},"NC":{"name":"New Caledonia","isoCode":"NC"},"NF":{"name":"Norfolk Island","isoCode":"NF"},"NI":{"name":"Nicaragua","isoCode":"NI"},"NL":{"name":"Netherlands","isoCode":"NL"},"NO":{"name":"Norway","isoCode":"NO"},"NR":{"name":"Nauru","isoCode":"NR"},"NU":{"name":"Niue","isoCode":"NU"},"NZ":{"name":"New Zealand","isoCode":"NZ"},"PA":{"name":"Panama","isoCode":"PA"},"PE":{"name":"Peru","isoCode":"PE"},"PF":{"name":"French Polynesia","isoCode":"PF"},"PG":{"name":"Papua New Guinea","isoCode":"PG"},"PL":{"name":"Poland","isoCode":"PL"},"PM":{"name":"St. Pierre \u0026 Miquelon","isoCode":"PM"},"PN":{"name":"Pitcairn Islands","isoCode":"PN"},"PT":{"name":"Portugal","isoCode":"PT"},"PY":{"name":"Paraguay","isoCode":"PY"},"RE":{"name":"Réunion","isoCode":"RE"},"RO":{"name":"Romania","isoCode":"RO"},"RS":{"name":"Serbia","isoCode":"RS"},"SB":{"name":"Solomon Islands","isoCode":"SB"},"SE":{"name":"Sweden","isoCode":"SE"},"SI":{"name":"Slovenia","isoCode":"SI"},"SK":{"name":"Slovakia","isoCode":"SK"},"SM":{"name":"San Marino","isoCode":"SM"},"SR":{"name":"Suriname","isoCode":"SR"},"SV":{"name":"El Salvador","isoCode":"SV"},"SX":{"name":"Sint Maarten","isoCode":"SX"},"TC":{"name":"Turks \u0026 Caicos Islands","isoCode":"TC"},"TF":{"name":"French Southern Territories","isoCode":"TF"},"TK":{"name":"Tokelau","isoCode":"TK"},"TL":{"name":"Timor-Leste","isoCode":"TL"},"TO":{"name":"Tonga","isoCode":"TO"},"TR":{"name":"Türkiye","isoCode":"TR"},"TT":{"name":"Trinidad \u0026 Tobago","isoCode":"TT"},"TV":{"name":"Tuvalu","isoCode":"TV"},"UA":{"name":"Ukraine","isoCode":"UA"},"UM":{"name":"U.S. Outlying Islands","isoCode":"UM"},"UY":{"name":"Uruguay","isoCode":"UY"},"VA":{"name":"Vatican City","isoCode":"VA"},"VC":{"name":"St. Vincent \u0026 Grenadines","isoCode":"VC"},"VE":{"name":"Venezuela","isoCode":"VE"},"VG":{"name":"British Virgin Islands","isoCode":"VG"},"VU":{"name":"Vanuatu","isoCode":"VU"},"WF":{"name":"Wallis \u0026 Futuna","isoCode":"WF"},"WS":{"name":"Samoa","isoCode":"WS"},"XK":{"name":"Kosovo","isoCode":"XK"},"US":{"name":"United States","isoCode":"US"}},"sg_geolocation_currencies_data":{"USD":{"isoCode":"USD","name":"US Dollar","enabled":true}},"sg_geolocation_languages_data":{"en":{"name":"English","primary":true,"published":true,"isoCode":"en"}},"sg_geolocation_markets_data":{"37888786593":{"enabled":true,"id":"37888786593","handle":"canada","name":"Canada","localeIsoCode":"en","primary":false,"countries":{"CA":{"name":"Canada","isoCode":"CA"}},"localCurrencies":false,"currency":{"isoCode":"USD","enabled":true},"alternateLocales":[],"domain":{"host":null,"country":null},"webPresence":{"defaultLocale":"en","alternateLocales":[],"subfolderSuffix":"ca","domain":null}},"74809505":{"enabled":true,"id":"74809505","handle":"international","name":"International","localeIsoCode":"","primary":false,"countries":{"AD":{"name":"Andorra","isoCode":"AD"},"AG":{"name":"Antigua \u0026 Barbuda","isoCode":"AG"},"AI":{"name":"Anguilla","isoCode":"AI"},"AL":{"name":"Albania","isoCode":"AL"},"AM":{"name":"Armenia","isoCode":"AM"},"AN":{"name":"Netherlands Antilles","isoCode":"AN"},"AR":{"name":"Argentina","isoCode":"AR"},"AT":{"name":"Austria","isoCode":"AT"},"AU":{"name":"Australia","isoCode":"AU"},"AW":{"name":"Aruba","isoCode":"AW"},"AX":{"name":"Åland Islands","isoCode":"AX"},"BA":{"name":"Bosnia \u0026 Herzegovina","isoCode":"BA"},"BB":{"name":"Barbados","isoCode":"BB"},"BE":{"name":"Belgium","isoCode":"BE"},"BG":{"name":"Bulgaria","isoCode":"BG"},"BL":{"name":"St. Barthélemy","isoCode":"BL"},"BM":{"name":"Bermuda","isoCode":"BM"},"BO":{"name":"Bolivia","isoCode":"BO"},"BR":{"name":"Brazil","isoCode":"BR"},"BS":{"name":"Bahamas","isoCode":"BS"},"BV":{"name":"Bouvet Island","isoCode":"BV"},"BY":{"name":"Belarus","isoCode":"BY"},"BZ":{"name":"Belize","isoCode":"BZ"},"CH":{"name":"Switzerland","isoCode":"CH"},"CK":{"name":"Cook Islands","isoCode":"CK"},"CL":{"name":"Chile","isoCode":"CL"},"CO":{"name":"Colombia","isoCode":"CO"},"CR":{"name":"Costa Rica","isoCode":"CR"},"CW":{"name":"Curaçao","isoCode":"CW"},"CY":{"name":"Cyprus","isoCode":"CY"},"CZ":{"name":"Czechia","isoCode":"CZ"},"DE":{"name":"Germany","isoCode":"DE"},"DK":{"name":"Denmark","isoCode":"DK"},"DM":{"name":"Dominica","isoCode":"DM"},"DO":{"name":"Dominican Republic","isoCode":"DO"},"EC":{"name":"Ecuador","isoCode":"EC"},"EE":{"name":"Estonia","isoCode":"EE"},"ES":{"name":"Spain","isoCode":"ES"},"FI":{"name":"Finland","isoCode":"FI"},"FJ":{"name":"Fiji","isoCode":"FJ"},"FK":{"name":"Falkland Islands","isoCode":"FK"},"FO":{"name":"Faroe Islands","isoCode":"FO"},"FR":{"name":"France","isoCode":"FR"},"GB":{"name":"United Kingdom","isoCode":"GB"},"GD":{"name":"Grenada","isoCode":"GD"},"GE":{"name":"Georgia","isoCode":"GE"},"GF":{"name":"French Guiana","isoCode":"GF"},"GG":{"name":"Guernsey","isoCode":"GG"},"GI":{"name":"Gibraltar","isoCode":"GI"},"GL":{"name":"Greenland","isoCode":"GL"},"GP":{"name":"Guadeloupe","isoCode":"GP"},"GR":{"name":"Greece","isoCode":"GR"},"GS":{"name":"South Georgia \u0026 South Sandwich Islands","isoCode":"GS"},"GT":{"name":"Guatemala","isoCode":"GT"},"GY":{"name":"Guyana","isoCode":"GY"},"HM":{"name":"Heard \u0026 McDonald Islands","isoCode":"HM"},"HN":{"name":"Honduras","isoCode":"HN"},"HR":{"name":"Croatia","isoCode":"HR"},"HT":{"name":"Haiti","isoCode":"HT"},"HU":{"name":"Hungary","isoCode":"HU"},"IE":{"name":"Ireland","isoCode":"IE"},"IM":{"name":"Isle of Man","isoCode":"IM"},"IS":{"name":"Iceland","isoCode":"IS"},"IT":{"name":"Italy","isoCode":"IT"},"JE":{"name":"Jersey","isoCode":"JE"},"JM":{"name":"Jamaica","isoCode":"JM"},"KI":{"name":"Kiribati","isoCode":"KI"},"KN":{"name":"St. Kitts \u0026 Nevis","isoCode":"KN"},"KY":{"name":"Cayman Islands","isoCode":"KY"},"LC":{"name":"St. Lucia","isoCode":"LC"},"LI":{"name":"Liechtenstein","isoCode":"LI"},"LT":{"name":"Lithuania","isoCode":"LT"},"LU":{"name":"Luxembourg","isoCode":"LU"},"LV":{"name":"Latvia","isoCode":"LV"},"MC":{"name":"Monaco","isoCode":"MC"},"MD":{"name":"Moldova","isoCode":"MD"},"ME":{"name":"Montenegro","isoCode":"ME"},"MF":{"name":"St. Martin","isoCode":"MF"},"MK":{"name":"North Macedonia","isoCode":"MK"},"MQ":{"name":"Martinique","isoCode":"MQ"},"MS":{"name":"Montserrat","isoCode":"MS"},"MT":{"name":"Malta","isoCode":"MT"},"MX":{"name":"Mexico","isoCode":"MX"},"NC":{"name":"New Caledonia","isoCode":"NC"},"NF":{"name":"Norfolk Island","isoCode":"NF"},"NI":{"name":"Nicaragua","isoCode":"NI"},"NL":{"name":"Netherlands","isoCode":"NL"},"NO":{"name":"Norway","isoCode":"NO"},"NR":{"name":"Nauru","isoCode":"NR"},"NU":{"name":"Niue","isoCode":"NU"},"NZ":{"name":"New Zealand","isoCode":"NZ"},"PA":{"name":"Panama","isoCode":"PA"},"PE":{"name":"Peru","isoCode":"PE"},"PF":{"name":"French Polynesia","isoCode":"PF"},"PG":{"name":"Papua New Guinea","isoCode":"PG"},"PL":{"name":"Poland","isoCode":"PL"},"PM":{"name":"St. Pierre \u0026 Miquelon","isoCode":"PM"},"PN":{"name":"Pitcairn Islands","isoCode":"PN"},"PT":{"name":"Portugal","isoCode":"PT"},"PY":{"name":"Paraguay","isoCode":"PY"},"RE":{"name":"Réunion","isoCode":"RE"},"RO":{"name":"Romania","isoCode":"RO"},"RS":{"name":"Serbia","isoCode":"RS"},"SB":{"name":"Solomon Islands","isoCode":"SB"},"SE":{"name":"Sweden","isoCode":"SE"},"SI":{"name":"Slovenia","isoCode":"SI"},"SK":{"name":"Slovakia","isoCode":"SK"},"SM":{"name":"San Marino","isoCode":"SM"},"SR":{"name":"Suriname","isoCode":"SR"},"SV":{"name":"El Salvador","isoCode":"SV"},"SX":{"name":"Sint Maarten","isoCode":"SX"},"TC":{"name":"Turks \u0026 Caicos Islands","isoCode":"TC"},"TF":{"name":"French Southern Territories","isoCode":"TF"},"TK":{"name":"Tokelau","isoCode":"TK"},"TL":{"name":"Timor-Leste","isoCode":"TL"},"TO":{"name":"Tonga","isoCode":"TO"},"TR":{"name":"Türkiye","isoCode":"TR"},"TT":{"name":"Trinidad \u0026 Tobago","isoCode":"TT"},"TV":{"name":"Tuvalu","isoCode":"TV"},"UA":{"name":"Ukraine","isoCode":"UA"},"UM":{"name":"U.S. Outlying Islands","isoCode":"UM"},"UY":{"name":"Uruguay","isoCode":"UY"},"VA":{"name":"Vatican City","isoCode":"VA"},"VC":{"name":"St. Vincent \u0026 Grenadines","isoCode":"VC"},"VE":{"name":"Venezuela","isoCode":"VE"},"VG":{"name":"British Virgin Islands","isoCode":"VG"},"VU":{"name":"Vanuatu","isoCode":"VU"},"WF":{"name":"Wallis \u0026 Futuna","isoCode":"WF"},"WS":{"name":"Samoa","isoCode":"WS"},"XK":{"name":"Kosovo","isoCode":"XK"}},"localCurrencies":false,"currency":{"isoCode":"USD","enabled":true},"alternateLocales":[],"domain":null,"webPresence":null},"74776737":{"enabled":true,"id":"74776737","handle":"us","name":"United States","localeIsoCode":"en","primary":true,"countries":{"US":{"name":"United States","isoCode":"US"}},"localCurrencies":true,"currency":{"isoCode":"USD","enabled":true},"alternateLocales":[],"domain":{"host":"domatcha.com","country":null},"webPresence":{"defaultLocale":"en","alternateLocales":[],"subfolderSuffix":null,"domain":{"host":"domatcha.com"}}}},"sg_geolocation_popup":{"enable":false,"behaviour":"necessary","filters":{"countries":{"actionType":"include","rules":[]},"urls":{"actionType":"include","rules":[]}}},"sg_geolocation_script_config":{"templateId":"sgcr_geoLocationPopup","switcherType":"market","switcherStyle":"dropdownModal","dynamicUpdate":true,"translation":[],"css":"\u003cstyle id=\"geolocation-sgcr_geoLocationPopup-css\"\u003e[data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-body .spicegems_geolocation_listItem .fi {\n                    font-size: calc(var(--extended-font-size) * 1.4);\n                    display: flex;\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-body .spicegems_geolocation_flag-image {\n                    height: calc(var(--extended-font-size) * 1.4);\n                    width: calc(var(--extended-font-size) * 1.9);\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-dialog.sgcr-animation--fade-in {\n                    max-width: 500px;\n                    width:95%;\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_wrapper {\n                    width: 100%;\n                  }\n                  @media (min-width: 650px) {\n                    [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_container.sgcr_dropDown_inline .spicegems_geolocation_wrapper {\n                      width: fit-content;\n                    }\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_container.sgcr_dropDown_inline .spicegems_geolocation_list-names{\n                    max-width:20ch;\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-title {\n                    text-align: left;\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'].spicegems_market_geolocation_modal button.spicegems_geolocation_close {\n                    top: 16px;\n                  }\n                  [data-sg-template-id='sgcr_geoLocationPopup'].spicegems_market_geolocation_modal .sg-country-geolocation-dropdown--hide span.spicegems_geolocation-radio-btn {\n                    display: none;\n                  }\n                 [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_container.sgcr_dropDown_inline .spicegems_geolocation_wrapper {\n                  flex: 1 1;\n                  flex-basis: var(--multiplexer);\n              }\n                   [data-sg-template-id='sgcr_geoLocationPopup'] [data-geolocation-type='countryCurrency'],[data-sg-template-id='sgcr_geoLocationPopup'] [data-geolocation-type='language'] {display: block;} [data-sg-template-id='sgcr_geoLocationPopup'] [data-geolocation-type] .spicegems_geolocation_list-flags,[data-sg-template-id='sgcr_geoLocationPopup'] [data-geolocation-type] .spicegems_geolocation_list-names {display: block;} undefined {display: block;} [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_list_search[data-target='countrySearch'], [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_list_search[data-geolocation-type='countryCurrency'] {} [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_list_search[data-target='currencySearch'] {} [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_list_search[data-target='languageSearch'] {} [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_dropdown {} [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_inner .spicegems_geolocation_dropdown, [data-sg-template-id='sgcr_geoLocationPopup']  .spicegems_geolocation_inner .spicegems_geolocation_listItem .spicegems_geolocation_navLink {padding-left: 12px;  padding-right: 12px; padding-top: 8px;  padding-bottom: 8px; font-size: 15px; --extended-font-size:15px; color: rgba(32,34,35,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_inner .spicegems_geolocation_dropdown, [data-sg-template-id='sgcr_geoLocationPopup']  .spicegems_geolocation_inner .spicegems_geolocation_listItem, [data-sg-template-id='sgcr_geoLocationPopup']  ul.spicegems_geolocation_list, [data-sg-template-id='sgcr_geoLocationPopup']  [data-geolocation-type] .spicegems_geolocation-select-button {border-width: 1px; border-radius: 4px; border-color: rgba(10,11,0,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_inner .spicegems_geolocation_listItem .spicegems_geolocation_navLink, [data-sg-template-id='sgcr_geoLocationPopup']  .spicegems_geolocation_inner .spicegems_geolocation_dropdown, [data-sg-template-id='sgcr_geoLocationPopup']  .spicegems_geolocation_wrapper:not(.sg-country-geolocation-dropdown--hide) .spicegems_geolocation_list {background-color: rgba(255,255,255,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_inner .spicegems_geolocation_listItem .spicegems_geolocation_navLink.spicegems_geolocation-active {background-color: rgba(32,34,35,1); color: rgba(255,255,255,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_inner svg.swatch-drop-down-svg {color: rgba(32,34,35,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_wrapper .spicegems_geolocation_listItem:hover .spicegems_geolocation_navLink:not(.spicegems_geolocation-active) {background-color: rgba(32,34,35,0.2); color: rgba(32,34,35,1); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_label-text {color: rgba(0,0,0,1); font-size: 14px; --extended-font-size:14px; padding-left: 0px;  padding-right: 0px; padding-top: 8px;  padding-bottom: 8px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-content {padding-left: 0px;  padding-right: 0px; padding-top: 0px;  padding-bottom: 0px; background-color: rgba(255,255,255,1); border-color: rgba(0,0,0,0.2); border-width: 1px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-header {color: rgba(0,0,0,1); font-size: 16px; --extended-font-size:16px; background-color: rgba(255,255,255,1); border-bottom-color: rgba(255,255,255,0); padding-left: 4px;  padding-right: 4px; padding-top: 10px;  padding-bottom: 10px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_mod_msg, [data-sg-template-id='sgcr_geoLocationPopup']  .spicegems_geolocation_modal-body {background-color: rgba(255,255,255,0); color: rgba(32,34,35,1); font-size: 16px; --extended-font-size:16px; padding-left: 20px;  padding-right: 20px; padding-top: 20px;  padding-bottom: 20px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_mod_sitelogo_header {width: 20%; min-width: 65px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_mod_sitelogo {width: 42%; min-width: 65px; } [data-sg-template-id='sgcr_geoLocationPopup'].spicegems_geolocation_modal {background-color: rgba(0,0,0,0.2); } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_modal-footer {background-color: rgba(255,255,255,0); text-align: center; border-top-color: rgba(255,255,255,0); padding-left: 16px;  padding-right: 16px; padding-top: 0px;  padding-bottom: 16px; } [data-sg-template-id='sgcr_geoLocationPopup'] .spicegems_geolocation_btn_yes {color: rgba(255,255,255,1); font-size: 14px; --extended-font-size:14px; background-color: rgba(32,34,35,1); border-width: 0px; border-color: rgba(32,34,35,1); border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } [data-sg-template-id='sgcr_geoLocationPopup'] button.spicegems_geolocation_close {color: rgba(32,34,35,1); }  \u003c\/style\u003e","type":"countryCurrency,language","countryCurrencyLabel":"Country (Currency)","languageLabel":"Language","headerText":{"enable":false,"text":"Please Select Country"},"body":{"enable":true,"text":"\u003cp class='sgcr_title'\u003eAre you in the right place?\u003c\/p\u003ePlease choose what is more suitable for you.","fallbackText":"\u003cp class='sgcr_title'\u003eWe don’t ship to [country-name].\u003c\/p\u003ePlease choose what is more suitable for you."},"headerImage":{"enable":false,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0629\/5411\/1163\/files\/sg_default_logo.png?v=1662362897"},"bodyImage":{"enable":false,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0629\/5411\/1163\/files\/sg_default_logo.png?v=1662362897"},"submitButton":{"enable":true,"text":"SHOP NOW"},"closeButton":true,"buttonLayout":"Large","countrySearch":false,"currencySearch":false,"languageSearch":false,"dropDownPosition":"Inline"},"sg_geolocation_template_html":{"html":"\u003cdiv class=spicegems_geolocation_modal tabindex=-1 style=display:none\u003e\u003cdiv class=\"spicegems_geolocation_modal-dialog spicegems_geolocation_banner-dialog sgcr-animation--fade-in\"\u003e\u003cdiv class=spicegems_geolocation_modal-content\u003e\u003cdiv class=spicegems_geolocation_modal-header\u003e\u003cdiv class=spicegems_geolocation_mod_sitelogo_header style=display:none\u003e\u003cimg class=\"sg_geolocation_img_header sg_geolocation_header_image\" src=# alt=\"Header Logo\"\u003e\u003c\/div\u003e\u003cdiv class=spicegems_geolocation_modal-title\u003eWelcome\u003c\/div\u003e\u003cbutton type=button class=spicegems_geolocation_close style=display:none\u003e\u003csvg class=spicegems_geolocation_icon_close_Svg xmlns=http:\/\/www.w3.org\/2000\/svg viewBox=\"0 0 20 20\"\u003e\u003cpath d=\"m11.414 10 6.293-6.293a1 1 0 1 0-1.414-1.414l-6.293 6.293-6.293-6.293a1 1 0 0 0-1.414 1.414l6.293 6.293-6.293 6.293a1 1 0 1 0 1.414 1.414l6.293-6.293 6.293 6.293a.998.998 0 0 0 1.707-.707.999.999 0 0 0-.293-.707l-6.293-6.293z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/button\u003e\u003c\/div\u003e\u003cdiv class=spicegems_geolocation_modal-body\u003e\u003cdiv class=spicegems_geolocation_mod_sitelogo style=display:none\u003e\u003cimg class=\"sg_cbr_img-responsive sg_cbr_box_image\" src=# alt=\"Body Image\"\u003e\u003c\/div\u003e\u003cmsg class=spicegems_geolocation_mod_msg style=display:none\u003e\u003c\/msg\u003e\u003cdiv class=spicegems_geolocation_container\u003e\u003c\/div\u003e\u003c\/div\u003e\u003cdiv class=spicegems_geolocation_modal-footer\u003e\u003ca class=\"spicegems_geolocation_main-btn spicegems_geolocation_btn_yes\" href=javascript:void(0) style=display:none\u003e\u003c\/a\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e","css":"\u003cstyle id='sgcr_geo'\u003e.spicegems_geolocation_modal {position: fixed;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.2);z-index: 500000000;display: none;overflow: auto;-webkit-overflow-scrolling: touch;outline: 0;}.spicegems_geolocation_modal-open .spicegems_geolocation_modal {overflow-x: hidden;overflow-y: auto;}.spicegems_geolocation_modal-dialog {position: relative;width: fit-content;max-width: 95%;margin: 30px auto;}.spicegems_manual_geolocation_modal .spicegems_geolocation_modal-dialog {min-width: 450px;max-width: 95%;width: fit-content;}.spicegems_geolocation_modal-content {position: relative;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 4px;outline: 0;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);}.spicegems_geolocation_modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 400000000;background-color: #000;}.spicegems_geolocation_modal-header {background-color: rgb(33, 43, 53);color: #fff;border-bottom: 1px solid rgb(33, 43, 53);padding: 12px 15px;font-size: 18px;font-family: sans-serif;text-align: center;border-top-left-radius: inherit;border-top-right-radius: inherit;}.spicegems_geolocation_modal-title {text-align: center;margin: 0;line-height: 1.42857143;}.spicegems_geolocation_modal-body {position: relative;padding: 10px;text-align: center;}.spicegems_geolocation_mod_msg {font-family: sans-serif;font-size: 20px;color: #333;line-height: normal;-webkit-font-smoothing: antialiased;}.spicegems_geolocation_modal .spicegems_geolocation_mod_msg {text-align: left;padding: 0px !important;background: transparent !important;margin-bottom: 8px;}.spicegems_geolocation_modal-footer {text-align: center;padding: 10px 15px;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}.spicegems_geolocation_modal-footer {border-top: 1px solid #ddd;}.spicegems_switcher_modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll;}button.spicegems_geolocation_close {position: absolute;float: right;width: 20px;height: 20px;top: 10px;right: 10px;font-size: 21px;font-weight: bold;line-height: 1;background: transparent;background-color: transparent;color: #fff;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: 0.9;z-index: 2;padding: 0;outline: none;border: none;margin: 0px;box-shadow: none;cursor: pointer;}.spicegems_market_geolocation_modal button.spicegems_geolocation_close {width: 18px;height: 18px;top: 8px;font-size: 18px;}button.spicegems_geolocation_close:hover, button.spicegems_geolocation_close:focus {text-decoration: none;cursor: pointer;opacity: 1;}.spicegems_geolocation_modal-open {overflow: hidden;}@media (min-width: 768px) {.spicegems_geolocation_modal-dialog {width: fit-content;max-width: 600px;margin: 30px auto;}.spicegems_manual_geolocation_modal .spicegems_geolocation_modal-dialog {max-width: 500px;}.spicegems_geolocation_modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}.spicegems_geolocation_modal-sm {width: 300px;}}@media (min-width: 992px) {.spicegems_geolocation_modal-lg {width: 900px;}}.spicegems_geolocation_mod_sitelogo {text-align: center;width: 60%;display: block;margin: 0 auto 15px auto;}.sg_cbr_img-responsive {width: 100%;max-width: 100%;height: auto;}.spicegems_geolocation_btn_yes {color: #fff;background-color: rgb(33, 43, 53);}.spicegems_geolocation_btn_no {color: #000;background-color: #e5e5e5;}.spicegems_geolocation_modal .spicegems_geolocation_modal-dialog {top: 10%;transform: translateY(0%);}.spicegems_geolocation_main-btn {min-width: 100px;color: #fff;background: #3d9ad1;font-family: sans-serif;font-size: 16px;line-height: normal;padding: 10px 15px;font-weight: normal;border: 1px solid transparent;border-radius: 2px;display: inline-block;text-align: center;text-decoration: none;font-family: \"Open Sans\", sans-serif;-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);transition: all 0.3s ease-in-out 0s;transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);}.spicegems_geolocation_modal-footer .spicegems_geolocation_main-btn {outline: none;}.spicegems_geolocation_main-btn:hover, .spicegems_geolocation_main-btn:active {color: #fff;opacity: 0.8;}.spicegems_geolocation_modal-footer.sgcr_yesbutton_large .spicegems_geolocation_main-btn {width: 100%;}.spicegems_geolocation_modal-footer.sgcr_yesbutton_medium .spicegems_geolocation_main-btn {width: 50%;}svg.spicegems_geolocation_icon_close_Svg {width: 16px;height: 16px;fill: currentColor;pointer-events: none;}.spicegems_geolocation_mod_sitelogo_header {width: 30%;margin: 0px auto;max-width: 100%;padding-bottom: 15px;overflow: hidden;}img.sg_geolocation_img_header {width: 100%;vertical-align: middle;margin: 0px auto;}.sgcr-animation--slide-down {-webkit-animation: sgcr_default 0.2s linear;-moz-animation: sgcr_default 0.2s linear;-o-animation: sgcr_default 0.2s linear;animation: sgcr_default 0.2s linear;}@keyframes sgcr_default {from {top: 0%;}to {top: 10%;}}.sgcr-animation--left {-webkit-animation: sgcr_leftslide 0.2s linear;-moz-animation: sgcr_leftslide 0.2s linear;-o-animation: sgcr_leftslide 0.2s linear;animation: sgcr_leftslide 0.2s linear;}@keyframes sgcr_leftslide {from {left: -20%;opacity: 0;}to {left: 0%;opacity: 1;}}.sgcr-animation--right {-webkit-animation: sgcr_rightslide 0.2s linear;-moz-animation: sgcr_rightslide 0.2s linear;-o-animation: sgcr_rightslide 0.2s linear;animation: sgcr_rightslide 0.2s linear;}@keyframes sgcr_rightslide {from {right: -20%;opacity: 0;}to {right: 0%;opacity: 1;}}.sgcr-animation--slide-up {-webkit-animation: sgcr_slideUp 0.2s linear;-moz-animation: sgcr_slideUp 0.2s linear;-o-animation: sgcr_slideUp 0.2s linear;animation: sgcr_slideUp 0.2s linear;}@keyframes sgcr_slideUp {from {top: 20%;opacity: 0;}to {top: 10%;opacity: 1;}}.sgcr-animation--fade-in {animation: sg--fadeIn ease 0.5s;-webkit-animation: sg--fadeIn ease 0.5s;-moz-animation: sg--fadeIn ease 0.5s;-o-animation: sg--fadeIn ease 0.5s;-ms-animation: sg--fadeIn ease 0.5s;}@keyframes sg--fadeIn {0% {opacity: 0;}100% {opacity: 1;}}.spicegems_geolocation_modal .spicegems_geolocation_modal-content, .spicegems_geolocation_modal.spicegems_geolocation_modal {background-size: cover;background-repeat: no-repeat;background-position: top center;}.sgcr_box-small {width: 400px;}.sgcr_box-medium {width: 600px;}.sgcr_box-large {width: 800px;}.spicegems_geolocation_mod_msg, .spicegems_geolocation_main-btn, .spicegems_geolocation_modal .spicegems_geolocation_rule-name {white-space: break-spaces;}.spicegems_geolocation_modal span.fi {background-size: contain;background-position: 50%;background-repeat: no-repeat;position: relative;display: inline-block;width: 1.33333333em;line-height: 1em;margin: 0;padding: 0;min-width: var(--extended-font-size);}.spicegems_geolocation_modal .spicegems_geolocation_rule-name span.fi {margin-right: 8px;}.spicegems_geolocation_modal .fi-global {background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0629\/5411\/1163\/files\/sg_global.png?v=1662362896);}.spicegems_geolocation_modal span.sg-2x {width: 42px;height: 36px;}.spicegems_geolocation_modal span.sg-4x {width: 70px;height: 54px;}.spicegems_geolocation_modal span.fi.sg-round {background-size: cover;border-radius: 50px;}.spicegems_geolocation_modal span.fi.sg-2x.sg-round {background-size: cover;width: 36px;height: 36px;border-radius: 50px;}.spicegems_geolocation_modal span.fi.sg-4x.sg-round {background-size: cover;width: 54px;height: 54px;border-radius: 50px;}.spicegems_geolocation_mod_msg, .spicegems_geolocation_modal .spicegems_geolocation_rule-name {word-break: break-word;}.spicegems_geolocation_inner {max-width: 100%;display: block;position: relative;box-sizing: border-box;}.spicegems_geolocation_wrapper {min-width: 160px;margin: 0;border: 0;}.spicegems_geolocation-button-wrapper [data-geolocation-type] {margin: 4px;}.spicegems_geolocation_inner .spicegems_geolocation_dropdown {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: auto;max-width: 100%;min-height: 35px;background-color: #fff;color: #6d6a6a;border-style: solid;border-width: 1px;border-color: #bebebe;border-radius: 0px;font-size: 13px;text-transform: none;padding-left: 10px;padding-right: 32px !important;padding-top: 4px;padding-bottom: 4px;line-height: 100%;cursor: pointer;background-image: none;font-style: normal;font-weight: 400;user-select: none;overflow: hidden;}.spicegems_geolocation_inner .spicegems_geolocation_flag {display: block;width: 32px;height: 22px;width: 32px;min-width: 32px;max-width: 32px;min-height: 22px;background: url(https:\/\/www.devkolliari.com\/codepen\/countrypopup\/flags.png) no-repeat;padding: 0;border: 0;box-shadow: none;overflow: hidden;}.sg-country-geolocation-dropdown--hide svg.swatch-drop-down-svg {display: none;}.spicegems_geolocation_inner svg.swatch-drop-down-svg {color: #bebebe;right: 11px;transform: rotate(360deg);-webkit-transition: 0.3s all ease-in-out !important;transition: 0.3s all ease-in-out !important;position: absolute;pointer-events: none;top: 0;bottom: 0;margin: auto;width: 10px;stroke: currentColor;stroke-width: 10;}.spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide .spicegems_geolocation_list {position: relative;}ul.spicegems_geolocation_list {position: absolute;cursor: pointer;max-height: 180px;background-image: none;box-shadow: none;font-style: normal;font-weight: 400;margin: 0px;padding: 0px;top: 100%;left: 0;right: 0;bottom: auto;z-index: 12;text-align: left;overflow: auto;border: 1px solid #bebebe;border-radius: 0px;user-select: none;}.spicegems_geolocation_wrapper:not(.sg-country-geolocation-dropdown--hide) ul.spicegems_geolocation_list {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px, rgba(0, 0, 0, 0.06) 0px 0px 2px 0px;}.sg-country-geolocation-dropdown--hide ul.spicegems_geolocation_list {max-height: 300px;}.spicegems_geolocation_wrapper:not(.sg-country-geolocation-dropdown--hide):not(.spicegems_geolocation-dropdown-upward) ul.spicegems_geolocation_list {border-top-width: 0;}.spicegems_geolocation_wrapper.spicegems_geolocation-dropdown-upward ul.spicegems_geolocation_list {top: auto;bottom: 100%;border-bottom-width: 0;}.spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide ul.spicegems_geolocation_list {padding: 0;}.spicegems_manual_geolocation_modal .spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide ul.spicegems_geolocation_list {border: 0;}.spicegems_geolocation_inner .spicegems_geolocation_listItem {color: #6d6a6a;padding: 0;font-size: 13px;text-transform: none;display: flex;align-items: center;position: relative;-webkit-transition: 0.3s all linear !important;transition: 0.3s all linear !important;list-style: none !important;margin-top: 0 !important;margin-bottom: 0 !important;width: 100%;cursor: pointer;word-break: break-word;}.spicegems_manual_geolocation_modal .spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide ul.spicegems_geolocation_list, .spicegems_manual_geolocation_modal .spicegems_geolocation_inner .spicegems_geolocation_listItem {background-color: transparent;}.spicegems_geolocation_inner .spicegems_geolocation_listItem .spicegems_geolocation_navLink {display: flex;align-items: center;justify-content: start;flex-wrap: wrap;width: 100%;margin: 0;padding: 0;list-style: none;line-height: 1.6em;padding-left: 10px;padding-right: 32px;padding-top: 4px;padding-bottom: 4px;text-decoration: none;color: inherit;opacity: 1;}.spicegems_geolocation-button-wrapper .spicegems_geolocation_inner .spicegems_geolocation_listItem {border-radius: 0 !important;}.spicegems_geolocation_inner .spicegems_geolocation_listItem .spicegems_geolocation_navLink.spicegems_geolocation-active {background-color: #bababa;}.spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide .spicegems_geolocation_listItem {border-radius: 8px;}.spicegems_geolocation_wrapper .spicegems_geolocation_listItem:hover .spicegems_geolocation_navLink:not(.spicegems_geolocation-active) {background-color: rgba(235, 235, 235, 1);color: rgba(32, 34, 35, 1);}.spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide .spicegems_geolocation_list {display: block;}.spicegems_geolocation_wrapper .spicegems_geolocation_list {display: none;}.spicegems_geolocation_wrapper .spicegems_geolocation_list.spicegems_geolocation_list-show {display: block;z-index: 99;}.spicegems_geolocation_wrapper.sg-country-geolocation-dropdown--hide .spicegems_geolocation_dropdown {display: none;}.spicegems_geolocation_wrapper .spicegems_geolocation_inner .spicegems_geolocation_list.spicegems_geolocation_list-show + svg.swatch-drop-down-svg {transform: rotate(180deg);}.spicegems_geolocation_container {position: relative;display: inline-flex;text-align: left;align-items: flex-start;flex-wrap: wrap;width: 100%;max-width: 600px;margin: 0;padding: 0;box-shadow: none;border: none;gap: 6px;}.spicegems_manual_geolocation_modal .spicegems_geolocation_container {display: inline-block;}[data-geolocation-type] {display: none;}[data-geolocation-type] [class*=\"spicegems_geolocation_list-\"] {display: none;}[class*=\"spicegems_geolocation_list-\"], .spicegems_geolocation_list-symbol, .spicegems-country-currency {padding-right: 6px;}.spicegems_geolocation-fixed-position {background-color: transparent !important;width: auto;max-width: 550px;position: fixed;left: auto;bottom: auto;z-index: 499999999;}.spicegems_geolocation-inline-position {display: inline-block;background-color: transparent !important;}.spicegems_geolocation-button-wrapper {display: flex;flex-wrap: wrap;justify-content: start;align-items: center;}[data-geolocation-type] .spicegems_geolocation-select-button, .spicegems_manual-geolocation, [data-geolocation-type] .spicegems_geolocation_inner .spicegems_geolocation_dropdown {font-size: 14px;cursor: pointer;align-items: center;justify-content: start;padding: 6px 0px 6px 6px;min-width: 40px;min-height: 40px;background: #ffffff;border: 1px solid rgba(32, 34, 35, 0.2);box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px, rgba(0, 0, 0, 0.06) 0px 0px 2px 0px;}.spicegems_geolocation-button-wrapper .spicegems_geolocation-select-button, .spicegems_geolocation-button-wrapper .spicegems_manual-geolocation {justify-content: center;}.spicegems_geolocation_list-symbol {font-weight: 700;}[data-geolocation-type] .spicegems_geolocation-select-button, .spicegems_manual-geolocation {display: flex;}.spicegems_geolocation_flag-image {height: var(--extended-font-size, 24px);width: calc(var(--extended-font-size) * 1.4, 32px);min-height: 10px;min-width: 10px;}[data-geolocation-type] .spicegems_geolocation-select-button .spicegems_geolocation_list-flags, .spicegems_manual-geolocation .spicegems_geolocation_list-flags, [data-geolocation-type] .spicegems_geolocation_dropdown .spicegems_geolocation_list-flags {font-size: 10px;}[data-geolocation-type] .spicegems_geolocation-select-button .fi, .spicegems_manual-geolocation .fi, [data-geolocation-type] .spicegems_geolocation_dropdown .fi {font-size: var(--extended-font-size, 24px);}span.spicegems_geolocation-radio-btn {display: none;width: 14px;height: 14px;min-width: 14px;min-height: 14px;background-color: #fff;border-radius: 50%;position: relative;user-select: none;margin-right: 8px;border: 2px solid #abb1ba;}.spicegems_market_geolocation_modal .sg-country-geolocation-dropdown--hide span.spicegems_geolocation-radio-btn {display: flex;}.spicegems_geolocation_wrapper span.spicegems_geolocation-radio-btn::after {background-color: #fff;border-radius: 50%;content: \"\";display: block;height: calc(100% - 4px);left: 50%;position: absolute;top: 50%;width: calc(100% - 4px);background-color: rgba(255, 255, 255, 1);transform: translate(-50%, -50%);}.spicegems_geolocation-active span.spicegems_geolocation-radio-btn::after {background-color: #2f6ed6;}.spicegems_geolocation-active span.spicegems_geolocation-radio-btn {background-color: rgba(255, 255, 255, 1);border-color: #2f6ed6;}@media (max-width: 767px) {.spicegems_geolocation-fixed-position {max-width: calc(100% - 30px);}}[data-sg-template-id] {line-height: normal;}.spicegems_geolocation-button-wrapper .spicegems_geolocation-select-button {border-width: 1px !important;}.spicegems_geolocation_label-text {display: block;text-align: left;font-size: 14px;color: #353535;}.spicegems_geolocation-button-wrapper .spicegems_geolocation_label-text {display: none;}.spicegems_geolocation_list_search {width: 100%;height: 35px;cursor: none;position: sticky;top: 0;z-index: 1;border-bottom: 1px solid;background-color: white;height: auto;background: inherit;}.spicegems_geolocation_search_box {display: flex;align-items: center;padding: 6px;}label.spicegems_search {width: 100%;display: flex;align-items: center;justify-content: start;border: 1px solid #232223;border-radius: 4px;padding: 2px 6px;margin: 0;background: #fff;}.spicegems_search_svg {position: unset;height: 24px;width: 24px;top: 3px;}input.spicegems_search_input {width: 100%;height: 30px;border: 0;outline: none;padding-left: 30px;padding-right: 30px;background: 0 0;font-size: 15px;font-weight: normal;box-shadow: none;padding: 0;padding-left: 4px;}button.spicegems_search_close {display: none;text-decoration: none;cursor: pointer;opacity: 1;width: 24px;height: 24px;top: 3px;right: 10px;font-size: 21px;font-weight: bold;line-height: 1;background: transparent;text-shadow: 0 1px 0 #fff;outline: none;border: none;margin: 0px;cursor: pointer;position: unset;}svg.spicegems_search_icon_close_Svg {width: 16px;height: 24px;pointer-events: none;}.sgcr_title {font-size: 24px;font-weight: bold;line-height: 30px;margin: 0 0 10px;}.spicegems_geolocation_list-names {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 20px;max-width: 40ch;}.spicegems_geolocation_container.sgcr_dropDown_inline[data-sg-template-type=\"countryCurrency,language\"] [data-geolocation-type=\"countryCurrency\"] {flex: 1;}.spicegems_geolocation_container.sgcr_dropDown_inline[data-sg-template-type=\"countryCurrency,language\"] [data-geolocation-type=\"countryCurrency\"] {flex: 1;width: fit-content;}.spicegems_geolocation_wrapper[data-geolocation-type=\"countryCurrency\"] {--multiplexer: 280px;}ul.spicegems_geolocation_list .spicegems_geolocation_navLink.disable{pointer-events: none;opacity: 0.4;}\u003c\/style\u003e\n"}};
        let resourcesConfig = {};

        window["sgcr_marketConfig"] = {
            marketAutoRedirectConfig: metafieldsConfig.sg_geolocation_auto_redirect,
            marketPopupRedirectConfig: {
                ...metafieldsConfig.sg_geolocation_popup,
                template: metafieldsConfig.sg_geolocation_script_config,
                htmlCss: metafieldsConfig.sg_geolocation_template_html
            },
            marketData: {
                markets: metafieldsConfig.sg_geolocation_markets_data,
                countries: metafieldsConfig.sg_geolocation_countries_data,
                currencies: metafieldsConfig.sg_geolocation_currencies_data,
                languages: metafieldsConfig.sg_geolocation_languages_data
            },
            byPassParam: metafieldsConfig.sg_bypass_geolocation
        };

        window["sgcr_marketResources"] = resourcesConfig.sg_resource_countries;
    } catch (error) {
        console.warn("Error In Market Config");
    }
</script>
<!-- END app snippet -->
<!-- BEGIN app snippet: localization-form -->
<script type="text/javascript" id="sgcr-localization-script">
  window.sgcr_localization = {
    "country":{
      "availableLanguages":{"en": {
            "endonymName":"English",
            "isoCode":"en",
            "name":"English",
            "primary":true,
            "rootUrl":"/"
          },},
      "continent":"North America",
      "currency":{
        "name":"United States Dollar",
        "isoCode":"USD",
        "symbol":"$"
      },
      "flagUrl":"//cdn.shopify.com/static/images/flags/us.svg",
      "isoCode":"US",
      "market":{
        "handle":"us",
        "id":"74776737"
      },
      "name":"United States",
      "popular": false ,
      "unitSystem":"imperial"
    },
    "language":{
      "endonymName":"English",
      "isoCode":"en",
      "name":"English",
      "primary":true,
      "rootUrl":"/"
    },
    "market":{
      "handle":"us",
      "id":"74776737"
    },
    "availableCountries":{"AX":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ax.svg",
          "isoCode":"AX",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Åland Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"AL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/al.svg",
          "isoCode":"AL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Albania",
          "popular": false ,
          "unitSystem":"metric"
        },"AD":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ad.svg",
          "isoCode":"AD",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Andorra",
          "popular": false ,
          "unitSystem":"metric"
        },"AI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ai.svg",
          "isoCode":"AI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Anguilla",
          "popular": false ,
          "unitSystem":"metric"
        },"AG":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ag.svg",
          "isoCode":"AG",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Antigua &amp; Barbuda",
          "popular": false ,
          "unitSystem":"metric"
        },"AR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ar.svg",
          "isoCode":"AR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Argentina",
          "popular": false ,
          "unitSystem":"metric"
        },"AM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/am.svg",
          "isoCode":"AM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Armenia",
          "popular": false ,
          "unitSystem":"metric"
        },"AW":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/aw.svg",
          "isoCode":"AW",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Aruba",
          "popular": false ,
          "unitSystem":"metric"
        },"AU":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/au.svg",
          "isoCode":"AU",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Australia",
          "popular": false ,
          "unitSystem":"metric"
        },"AT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/at.svg",
          "isoCode":"AT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Austria",
          "popular": false ,
          "unitSystem":"metric"
        },"BS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bs.svg",
          "isoCode":"BS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bahamas",
          "popular": false ,
          "unitSystem":"metric"
        },"BB":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bb.svg",
          "isoCode":"BB",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Barbados",
          "popular": false ,
          "unitSystem":"metric"
        },"BY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/by.svg",
          "isoCode":"BY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Belarus",
          "popular": false ,
          "unitSystem":"metric"
        },"BE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/be.svg",
          "isoCode":"BE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Belgium",
          "popular": false ,
          "unitSystem":"metric"
        },"BZ":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bz.svg",
          "isoCode":"BZ",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Belize",
          "popular": false ,
          "unitSystem":"metric"
        },"BM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bm.svg",
          "isoCode":"BM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bermuda",
          "popular": false ,
          "unitSystem":"metric"
        },"BO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bo.svg",
          "isoCode":"BO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bolivia",
          "popular": false ,
          "unitSystem":"metric"
        },"BA":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ba.svg",
          "isoCode":"BA",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bosnia &amp; Herzegovina",
          "popular": false ,
          "unitSystem":"metric"
        },"BV":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bv.svg",
          "isoCode":"BV",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bouvet Island",
          "popular": false ,
          "unitSystem":"metric"
        },"BR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/br.svg",
          "isoCode":"BR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Brazil",
          "popular": false ,
          "unitSystem":"metric"
        },"VG":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/vg.svg",
          "isoCode":"VG",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"British Virgin Islands",
          "popular": false ,
          "unitSystem":"imperial"
        },"BG":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bg.svg",
          "isoCode":"BG",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Bulgaria",
          "popular": false ,
          "unitSystem":"metric"
        },"CA":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"North America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ca.svg",
          "isoCode":"CA",
          "market":{
            "handle":"canada",
            "id":"37888786593"
          },
          "name":"Canada",
          "popular": false ,
          "unitSystem":"metric"
        },"KY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ky.svg",
          "isoCode":"KY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Cayman Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"CL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/cl.svg",
          "isoCode":"CL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Chile",
          "popular": false ,
          "unitSystem":"metric"
        },"CO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/co.svg",
          "isoCode":"CO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Colombia",
          "popular": false ,
          "unitSystem":"metric"
        },"CK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ck.svg",
          "isoCode":"CK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Cook Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"CR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/cr.svg",
          "isoCode":"CR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Costa Rica",
          "popular": false ,
          "unitSystem":"metric"
        },"HR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/hr.svg",
          "isoCode":"HR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Croatia",
          "popular": false ,
          "unitSystem":"metric"
        },"CW":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/cw.svg",
          "isoCode":"CW",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Curaçao",
          "popular": false ,
          "unitSystem":"metric"
        },"CY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/cy.svg",
          "isoCode":"CY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Cyprus",
          "popular": false ,
          "unitSystem":"metric"
        },"CZ":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/cz.svg",
          "isoCode":"CZ",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Czechia",
          "popular": false ,
          "unitSystem":"metric"
        },"DK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/dk.svg",
          "isoCode":"DK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Denmark",
          "popular": false ,
          "unitSystem":"metric"
        },"DM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/dm.svg",
          "isoCode":"DM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Dominica",
          "popular": false ,
          "unitSystem":"metric"
        },"DO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/do.svg",
          "isoCode":"DO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Dominican Republic",
          "popular": false ,
          "unitSystem":"metric"
        },"EC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ec.svg",
          "isoCode":"EC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Ecuador",
          "popular": false ,
          "unitSystem":"metric"
        },"SV":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sv.svg",
          "isoCode":"SV",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"El Salvador",
          "popular": false ,
          "unitSystem":"metric"
        },"EE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ee.svg",
          "isoCode":"EE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Estonia",
          "popular": false ,
          "unitSystem":"metric"
        },"FK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/fk.svg",
          "isoCode":"FK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Falkland Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"FO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/fo.svg",
          "isoCode":"FO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Faroe Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"FJ":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/fj.svg",
          "isoCode":"FJ",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Fiji",
          "popular": false ,
          "unitSystem":"metric"
        },"FI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/fi.svg",
          "isoCode":"FI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Finland",
          "popular": false ,
          "unitSystem":"metric"
        },"FR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/fr.svg",
          "isoCode":"FR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"France",
          "popular": false ,
          "unitSystem":"metric"
        },"GF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gf.svg",
          "isoCode":"GF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"French Guiana",
          "popular": false ,
          "unitSystem":"metric"
        },"PF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pf.svg",
          "isoCode":"PF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"French Polynesia",
          "popular": false ,
          "unitSystem":"metric"
        },"TF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Africa",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tf.svg",
          "isoCode":"TF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"French Southern Territories",
          "popular": false ,
          "unitSystem":"metric"
        },"GE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ge.svg",
          "isoCode":"GE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Georgia",
          "popular": false ,
          "unitSystem":"metric"
        },"DE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/de.svg",
          "isoCode":"DE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Germany",
          "popular": false ,
          "unitSystem":"metric"
        },"GI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gi.svg",
          "isoCode":"GI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Gibraltar",
          "popular": false ,
          "unitSystem":"metric"
        },"GR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gr.svg",
          "isoCode":"GR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Greece",
          "popular": false ,
          "unitSystem":"metric"
        },"GL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gl.svg",
          "isoCode":"GL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Greenland",
          "popular": false ,
          "unitSystem":"metric"
        },"GD":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gd.svg",
          "isoCode":"GD",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Grenada",
          "popular": false ,
          "unitSystem":"metric"
        },"GP":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gp.svg",
          "isoCode":"GP",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Guadeloupe",
          "popular": false ,
          "unitSystem":"metric"
        },"GT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gt.svg",
          "isoCode":"GT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Guatemala",
          "popular": false ,
          "unitSystem":"metric"
        },"GG":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gg.svg",
          "isoCode":"GG",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Guernsey",
          "popular": false ,
          "unitSystem":"metric"
        },"GY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gy.svg",
          "isoCode":"GY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Guyana",
          "popular": false ,
          "unitSystem":"metric"
        },"HT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ht.svg",
          "isoCode":"HT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Haiti",
          "popular": false ,
          "unitSystem":"metric"
        },"HM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/hm.svg",
          "isoCode":"HM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Heard &amp; McDonald Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"HN":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/hn.svg",
          "isoCode":"HN",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Honduras",
          "popular": false ,
          "unitSystem":"metric"
        },"HU":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/hu.svg",
          "isoCode":"HU",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Hungary",
          "popular": false ,
          "unitSystem":"metric"
        },"IS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/is.svg",
          "isoCode":"IS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Iceland",
          "popular": false ,
          "unitSystem":"metric"
        },"IE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ie.svg",
          "isoCode":"IE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Ireland",
          "popular": false ,
          "unitSystem":"metric"
        },"IM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/im.svg",
          "isoCode":"IM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Isle of Man",
          "popular": false ,
          "unitSystem":"metric"
        },"IT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/it.svg",
          "isoCode":"IT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Italy",
          "popular": false ,
          "unitSystem":"metric"
        },"JM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/jm.svg",
          "isoCode":"JM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Jamaica",
          "popular": false ,
          "unitSystem":"metric"
        },"JE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/je.svg",
          "isoCode":"JE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Jersey",
          "popular": false ,
          "unitSystem":"metric"
        },"KI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ki.svg",
          "isoCode":"KI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Kiribati",
          "popular": false ,
          "unitSystem":"metric"
        },"XK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/xk.svg",
          "isoCode":"XK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Kosovo",
          "popular": false ,
          "unitSystem":"metric"
        },"LV":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/lv.svg",
          "isoCode":"LV",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Latvia",
          "popular": false ,
          "unitSystem":"metric"
        },"LI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/li.svg",
          "isoCode":"LI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Liechtenstein",
          "popular": false ,
          "unitSystem":"metric"
        },"LT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/lt.svg",
          "isoCode":"LT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Lithuania",
          "popular": false ,
          "unitSystem":"metric"
        },"LU":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/lu.svg",
          "isoCode":"LU",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Luxembourg",
          "popular": false ,
          "unitSystem":"metric"
        },"MT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mt.svg",
          "isoCode":"MT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Malta",
          "popular": false ,
          "unitSystem":"metric"
        },"MQ":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mq.svg",
          "isoCode":"MQ",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Martinique",
          "popular": false ,
          "unitSystem":"metric"
        },"MX":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"North America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mx.svg",
          "isoCode":"MX",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Mexico",
          "popular": false ,
          "unitSystem":"metric"
        },"MD":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/md.svg",
          "isoCode":"MD",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Moldova",
          "popular": false ,
          "unitSystem":"metric"
        },"MC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mc.svg",
          "isoCode":"MC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Monaco",
          "popular": false ,
          "unitSystem":"metric"
        },"ME":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/me.svg",
          "isoCode":"ME",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Montenegro",
          "popular": false ,
          "unitSystem":"metric"
        },"MS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ms.svg",
          "isoCode":"MS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Montserrat",
          "popular": false ,
          "unitSystem":"metric"
        },"NR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nr.svg",
          "isoCode":"NR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Nauru",
          "popular": false ,
          "unitSystem":"metric"
        },"NL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nl.svg",
          "isoCode":"NL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Netherlands",
          "popular": false ,
          "unitSystem":"metric"
        },"AN":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/an.svg",
          "isoCode":"AN",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Netherlands Antilles",
          "popular": false ,
          "unitSystem":"metric"
        },"NC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nc.svg",
          "isoCode":"NC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"New Caledonia",
          "popular": false ,
          "unitSystem":"metric"
        },"NZ":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nz.svg",
          "isoCode":"NZ",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"New Zealand",
          "popular": false ,
          "unitSystem":"metric"
        },"NI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ni.svg",
          "isoCode":"NI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Nicaragua",
          "popular": false ,
          "unitSystem":"metric"
        },"NU":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nu.svg",
          "isoCode":"NU",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Niue",
          "popular": false ,
          "unitSystem":"metric"
        },"NF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/nf.svg",
          "isoCode":"NF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Norfolk Island",
          "popular": false ,
          "unitSystem":"metric"
        },"MK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mk.svg",
          "isoCode":"MK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"North Macedonia",
          "popular": false ,
          "unitSystem":"metric"
        },"NO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/no.svg",
          "isoCode":"NO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Norway",
          "popular": false ,
          "unitSystem":"metric"
        },"PA":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pa.svg",
          "isoCode":"PA",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Panama",
          "popular": false ,
          "unitSystem":"metric"
        },"PG":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pg.svg",
          "isoCode":"PG",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Papua New Guinea",
          "popular": false ,
          "unitSystem":"metric"
        },"PY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/py.svg",
          "isoCode":"PY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Paraguay",
          "popular": false ,
          "unitSystem":"metric"
        },"PE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pe.svg",
          "isoCode":"PE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Peru",
          "popular": false ,
          "unitSystem":"metric"
        },"PN":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pn.svg",
          "isoCode":"PN",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Pitcairn Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"PL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pl.svg",
          "isoCode":"PL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Poland",
          "popular": false ,
          "unitSystem":"metric"
        },"PT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pt.svg",
          "isoCode":"PT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Portugal",
          "popular": false ,
          "unitSystem":"metric"
        },"RE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/re.svg",
          "isoCode":"RE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Réunion",
          "popular": false ,
          "unitSystem":"metric"
        },"RO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ro.svg",
          "isoCode":"RO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Romania",
          "popular": false ,
          "unitSystem":"metric"
        },"WS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ws.svg",
          "isoCode":"WS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Samoa",
          "popular": false ,
          "unitSystem":"metric"
        },"SM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sm.svg",
          "isoCode":"SM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"San Marino",
          "popular": false ,
          "unitSystem":"metric"
        },"RS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/rs.svg",
          "isoCode":"RS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Serbia",
          "popular": false ,
          "unitSystem":"metric"
        },"SX":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sx.svg",
          "isoCode":"SX",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Sint Maarten",
          "popular": false ,
          "unitSystem":"metric"
        },"SK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sk.svg",
          "isoCode":"SK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Slovakia",
          "popular": false ,
          "unitSystem":"metric"
        },"SI":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/si.svg",
          "isoCode":"SI",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Slovenia",
          "popular": false ,
          "unitSystem":"metric"
        },"SB":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sb.svg",
          "isoCode":"SB",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Solomon Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"GS":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gs.svg",
          "isoCode":"GS",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"South Georgia &amp; South Sandwich Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"ES":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/es.svg",
          "isoCode":"ES",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Spain",
          "popular": false ,
          "unitSystem":"metric"
        },"BL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/bl.svg",
          "isoCode":"BL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Barthélemy",
          "popular": false ,
          "unitSystem":"metric"
        },"KN":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/kn.svg",
          "isoCode":"KN",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Kitts &amp; Nevis",
          "popular": false ,
          "unitSystem":"metric"
        },"LC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/lc.svg",
          "isoCode":"LC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Lucia",
          "popular": false ,
          "unitSystem":"metric"
        },"MF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/mf.svg",
          "isoCode":"MF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Martin",
          "popular": false ,
          "unitSystem":"metric"
        },"PM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/pm.svg",
          "isoCode":"PM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Pierre &amp; Miquelon",
          "popular": false ,
          "unitSystem":"metric"
        },"VC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/vc.svg",
          "isoCode":"VC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"St. Vincent &amp; Grenadines",
          "popular": false ,
          "unitSystem":"metric"
        },"SR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/sr.svg",
          "isoCode":"SR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Suriname",
          "popular": false ,
          "unitSystem":"metric"
        },"SE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/se.svg",
          "isoCode":"SE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Sweden",
          "popular": false ,
          "unitSystem":"metric"
        },"CH":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ch.svg",
          "isoCode":"CH",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Switzerland",
          "popular": false ,
          "unitSystem":"metric"
        },"TL":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tl.svg",
          "isoCode":"TL",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Timor-Leste",
          "popular": false ,
          "unitSystem":"metric"
        },"TK":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tk.svg",
          "isoCode":"TK",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Tokelau",
          "popular": false ,
          "unitSystem":"metric"
        },"TO":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/to.svg",
          "isoCode":"TO",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Tonga",
          "popular": false ,
          "unitSystem":"metric"
        },"TT":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tt.svg",
          "isoCode":"TT",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Trinidad &amp; Tobago",
          "popular": false ,
          "unitSystem":"metric"
        },"TR":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tr.svg",
          "isoCode":"TR",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Türkiye",
          "popular": false ,
          "unitSystem":"metric"
        },"TC":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tc.svg",
          "isoCode":"TC",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Turks &amp; Caicos Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"TV":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/tv.svg",
          "isoCode":"TV",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Tuvalu",
          "popular": false ,
          "unitSystem":"metric"
        },"UM":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Central America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/um.svg",
          "isoCode":"UM",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"U.S. Outlying Islands",
          "popular": false ,
          "unitSystem":"metric"
        },"UA":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ua.svg",
          "isoCode":"UA",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Ukraine",
          "popular": false ,
          "unitSystem":"metric"
        },"GB":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/gb.svg",
          "isoCode":"GB",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"United Kingdom",
          "popular": false ,
          "unitSystem":"imperial"
        },"US":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"North America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/us.svg",
          "isoCode":"US",
          "market":{
            "handle":"us",
            "id":"74776737"
          },
          "name":"United States",
          "popular": false ,
          "unitSystem":"imperial"
        },"UY":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/uy.svg",
          "isoCode":"UY",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Uruguay",
          "popular": false ,
          "unitSystem":"metric"
        },"VU":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/vu.svg",
          "isoCode":"VU",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Vanuatu",
          "popular": false ,
          "unitSystem":"metric"
        },"VA":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Europe",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/va.svg",
          "isoCode":"VA",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Vatican City",
          "popular": false ,
          "unitSystem":"metric"
        },"VE":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"South America",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/ve.svg",
          "isoCode":"VE",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Venezuela",
          "popular": false ,
          "unitSystem":"metric"
        },"WF":{
          "availableLanguages":{"en" : {
                "name":"English",
                "isoCode":"en",
                "endonymName":"English",
                "primary":true,
                "rootUrl":"/"
              },},
          "continent":"Oceania",
          "currency":{
            "name":"United States Dollar",
            "isoCode":"USD",
            "symbol":"$"
          },
          "flagUrl":"//cdn.shopify.com/static/images/flags/wf.svg",
          "isoCode":"WF",
          "market":{
            "handle":"international",
            "id":"74809505"
          },
          "name":"Wallis &amp; Futuna",
          "popular": false ,
          "unitSystem":"metric"
        },},
    "availableLanguages":{"en": {
          "name":"English",
          "isoCode":"en",
          "endonymName":"English",
          "primary":true,
          "rootUrl":"/"
        },}
  }
</script>

<script type="text/javascript">
  window.sgcr_switcher_html = `<form method="post" action="/localization" id="sgcr-market-switcher" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data" hidden="hidden"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.xml" /></form>`;
  if(typeof window["sgcr_marketResources"] == "undefined") {
    (document.body || document.head).insertAdjacentHTML("beforeend", `<div id="sgcr-switcher-html">${window.sgcr_switcher_html}</div>`);
  }
</script>
<!-- END app snippet -->
<script type="text/javascript">try {
    let sgcr_customMeta = {};
    if(sgcr_customMeta && sgcr_customMeta.sgcr_customjs) {
      Function(sgcr_customMeta.sgcr_customjs)();
    }
  } catch (error) {
      console.warn("Error In Custom Code");
  }
</script>


<script type="text/javascript">
  (function() {
    const sgcr_primaryUrl = 'https://light.spicegems.org/0/js/scripttags/domatcha/country_redirect_e09ea11612e910da99c910edb95d2d22.min.js?v=52&shop=domatcha.myshopify.com';
    const sgcr_kiteFallbackUrl = 'https://kite.spicegems.org/0/js/scripttags/domatcha/static/country-redirect.js';
    const sgcr_shopSlug = 'domatcha';
    const sgcr_cdnTier = '0';
    const sgcr_speedupIsCustom = true;
    const sgcr_failureCookieName = 'sgcr_primary_script_failure';
    const sgcr_retryCooldownMs = 5 * 60 * 1000; // 5 minutes
    let sgcr_fallbackLoaded = false;

    function sgcr_getCookieValue(sgcr_name) {
      const sgcr_cookiePrefix = encodeURIComponent(sgcr_name) + '=';
      const sgcr_cookies = document.cookie ? document.cookie.split('; ') : [];
      for (let sgcr_i = 0; sgcr_i < sgcr_cookies.length; sgcr_i++) {
        if (sgcr_cookies[sgcr_i].indexOf(sgcr_cookiePrefix) === 0) {
          return decodeURIComponent(sgcr_cookies[sgcr_i].slice(sgcr_cookiePrefix.length));
        }
      }
      return '';
    }

    function sgcr_setRetryCookie() {
      const sgcr_retryAfter = Date.now() + sgcr_retryCooldownMs;
      document.cookie = encodeURIComponent(sgcr_failureCookieName) + '=' + encodeURIComponent(String(sgcr_retryAfter)) + '; expires=' + new Date(sgcr_retryAfter).toUTCString() + '; path=/; SameSite=Lax';
    }

    function sgcr_clearRetryCookie() {
      document.cookie = encodeURIComponent(sgcr_failureCookieName) + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; SameSite=Lax';
    }

    function sgcr_isInRetryCooldown() {
      const sgcr_retryAfter = Number(sgcr_getCookieValue(sgcr_failureCookieName));
      if (!sgcr_retryAfter || Number.isNaN(sgcr_retryAfter)) return false;
      if (Date.now() >= sgcr_retryAfter) {
        sgcr_clearRetryCookie();
        return false;
      }
      return true;
    }

    function sgcr_appendScript(sgcr_url, sgcr_onLoad, sgcr_onError = null) {
      const sgcr_script = document.createElement('script');
      sgcr_script.src = sgcr_url;
      sgcr_script.async = true;
      sgcr_script.type = 'text/javascript';
      sgcr_script.onload = sgcr_onLoad;
      sgcr_script.onerror = sgcr_onError;
      document.head.appendChild(sgcr_script);
    }

    function sgcr_resolveFallbackUrl() {
      if (!sgcr_speedupIsCustom) return sgcr_kiteFallbackUrl;
      try {
        let sgcr_base = typeof window !== 'undefined' && window.location ? window.location.href : undefined;
        let sgcr_origin = new URL(sgcr_primaryUrl, sgcr_base).origin;
        return sgcr_origin + '/' + sgcr_cdnTier + '/js/scripttags/' + sgcr_shopSlug + '/static/country-redirect.js';
      } catch (sgcr_e) {
        return sgcr_kiteFallbackUrl;
      }
    }

    function sgcr_loadFallback() {
      if (sgcr_fallbackLoaded) return;
      sgcr_fallbackLoaded = true;

      let sgcr_fallbackUrl = sgcr_resolveFallbackUrl();
      sgcr_appendScript(
        sgcr_fallbackUrl,
        function() {
          console.log('[SpeedUp] ✓ Fallback script loaded');
        }
      );
    }

    if (sgcr_isInRetryCooldown()) {
      sgcr_loadFallback();
      return;
    }

    sgcr_appendScript(
      sgcr_primaryUrl,
      function() {
        sgcr_clearRetryCookie();
      },
      function() {
        sgcr_setRetryCookie();
        console.warn('[SpeedUp] ✗ Primary script failed, loading fallback:', sgcr_resolveFallbackUrl());
        sgcr_loadFallback();
      }
    );
  })();
</script>


<!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->












  <script async src="https://static.klaviyo.com/onsite/js/St5QP7/klaviyo.js?company_id=St5QP7"></script>
  <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script>

  




  <script>
    window.klaviyoReviewsProductDesignMode = false
  </script>









<!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->







<link rel="dns-prefetch" href="https://cdn.judge.me">
<link rel="dns-prefetch" href="https://cdn1.judge.me">
<link rel="dns-prefetch" href="https://api.judge.me">

<script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","badge_star_color":"#ED1C24","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Display name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Display name","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email address","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Your email address","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review content","widget_review_body_placeholder_text":"Start writing here...","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_reviewer_name_as_initial":"","widget_rating_filter_color":"#fbcd0a","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","widget_star_color":"#ED1C24","verified_badge_text":"Verified","verified_badge_bg_color":"","verified_badge_text_color":"","verified_badge_placement":"left-of-reviewer-name","widget_review_max_height":"","widget_hide_border":false,"widget_social_share":false,"widget_thumb":false,"widget_review_location_show":false,"widget_location_format":"","all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_pagination":100,"all_reviews_product_name_prefix_text":"about","enable_review_pictures":true,"enable_question_anwser":false,"widget_theme":"default","review_date_format":"mm/dd/yyyy","default_sort_method":"most-recent","widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_other_products_reviews_text":"Reviews for other products","widget_store_reviews_subtab_text":"Store reviews","widget_no_store_reviews_text":"This store hasn't received any reviews yet","widget_web_restriction_product_reviews_text":"This product hasn't received any reviews yet","widget_no_items_text":"No items found","widget_show_more_text":"Show more","widget_write_a_store_review_text":"Write a Store Review","widget_other_languages_heading":"Reviews in Other Languages","widget_translate_review_text":"Translate review to {{ language }}","widget_translating_review_text":"Translating...","widget_show_original_translation_text":"Show original ({{ language }})","widget_translate_review_failed_text":"Review couldn't be translated.","widget_translate_review_retry_text":"Retry","widget_translate_review_try_again_later_text":"Try again later","show_product_url_for_grouped_product":false,"widget_sorting_pictures_first_text":"Pictures First","show_pictures_on_all_rev_page_mobile":false,"show_pictures_on_all_rev_page_desktop":false,"floating_tab_hide_mobile_install_preference":false,"floating_tab_button_name":"★ Reviews","floating_tab_title":"Let customers speak for us","floating_tab_button_color":"","floating_tab_button_background_color":"","floating_tab_url":"","floating_tab_url_enabled":false,"floating_tab_tab_style":"text","all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","is_all_reviews_text_badge_a_link":false,"show_stars_for_all_reviews_text_badge":false,"all_reviews_text_badge_url":"","all_reviews_text_style":"text","all_reviews_text_color_style":"judgeme_brand_color","all_reviews_text_color":"#108474","all_reviews_text_show_jm_brand":true,"featured_carousel_show_header":true,"featured_carousel_title":"Let customers speak for us","testimonials_carousel_title":"Customers are saying","videos_carousel_title":"Real customer stories","cards_carousel_title":"Customers are saying","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_add_link_to_all_reviews_page":false,"featured_carousel_url":"","featured_carousel_show_images":true,"featured_carousel_autoslide_interval":5,"featured_carousel_arrows_on_the_sides":false,"featured_carousel_height":250,"featured_carousel_width":80,"featured_carousel_image_size":0,"featured_carousel_image_height":250,"featured_carousel_arrow_color":"#eeeeee","verified_count_badge_style":"vintage","verified_count_badge_orientation":"horizontal","verified_count_badge_color_style":"judgeme_brand_color","verified_count_badge_color":"#108474","is_verified_count_badge_a_link":false,"verified_count_badge_url":"","verified_count_badge_show_jm_brand":true,"widget_rating_preset_default":5,"widget_first_sub_tab":"product-reviews","widget_show_histogram":true,"widget_histogram_use_custom_color":false,"widget_pagination_use_custom_color":false,"widget_star_use_custom_color":false,"widget_verified_badge_use_custom_color":false,"widget_write_review_use_custom_color":false,"picture_reminder_submit_button":"Upload Pictures","enable_review_videos":false,"mute_video_by_default":false,"widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","featured_carousel_items_for_large_screen":3,"social_share_options_order":"Facebook,Twitter","remove_microdata_snippet":true,"disable_json_ld":false,"enable_json_ld_products":false,"preview_badge_show_question_text":false,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","qa_badge_show_icon":false,"qa_badge_position":"same-row","remove_judgeme_branding":false,"widget_add_search_bar":false,"widget_search_bar_placeholder":"Search","widget_sorting_verified_only_text":"Verified only","featured_carousel_theme":"default","featured_carousel_show_rating":true,"featured_carousel_show_title":true,"featured_carousel_show_body":true,"featured_carousel_show_date":false,"featured_carousel_show_reviewer":true,"featured_carousel_show_product":false,"featured_carousel_header_background_color":"#108474","featured_carousel_header_text_color":"#ffffff","featured_carousel_name_product_separator":"reviewed","featured_carousel_full_star_background":"#108474","featured_carousel_empty_star_background":"#dadada","featured_carousel_vertical_theme_background":"#f9fafb","featured_carousel_verified_badge_enable":true,"featured_carousel_verified_badge_color":"#108474","featured_carousel_border_style":"round","featured_carousel_review_line_length_limit":3,"featured_carousel_more_reviews_button_text":"Read more reviews","featured_carousel_view_product_button_text":"View product","all_reviews_page_load_reviews_on":"scroll","all_reviews_page_load_more_text":"Load More Reviews","disable_fb_tab_reviews":false,"enable_ajax_cdn_cache":false,"widget_advanced_speed_features":5,"widget_public_name_text":"displayed publicly like","default_reviewer_name":"John Smith","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","medals_widget_background_color":"#f9fafb","medals_widget_position":"footer_all_pages","medals_widget_border_color":"#f9fafb","medals_widget_verified_text_position":"left","medals_widget_use_monochromatic_version":false,"medals_widget_elements_color":"#108474","show_reviewer_avatar":true,"widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_show_country_flag":false,"widget_show_collected_via_shop_app":true,"widget_verified_by_shop_badge_style":"light","widget_verified_by_shop_text":"Verified by Shop","widget_show_photo_gallery":false,"widget_load_with_code_splitting":true,"widget_ugc_install_preference":false,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_arrows_color":"#ffffff","widget_ugc_primary_button_text":"Buy Now","widget_ugc_primary_button_background_color":"#108474","widget_ugc_primary_button_text_color":"#ffffff","widget_ugc_primary_button_border_width":"0","widget_ugc_primary_button_border_style":"none","widget_ugc_primary_button_border_color":"#108474","widget_ugc_primary_button_border_radius":"25","widget_ugc_secondary_button_text":"Load More","widget_ugc_secondary_button_background_color":"#ffffff","widget_ugc_secondary_button_text_color":"#108474","widget_ugc_secondary_button_border_width":"2","widget_ugc_secondary_button_border_style":"solid","widget_ugc_secondary_button_border_color":"#108474","widget_ugc_secondary_button_border_radius":"25","widget_ugc_reviews_button_text":"View Reviews","widget_ugc_reviews_button_background_color":"#ffffff","widget_ugc_reviews_button_text_color":"#108474","widget_ugc_reviews_button_border_width":"2","widget_ugc_reviews_button_border_style":"solid","widget_ugc_reviews_button_border_color":"#108474","widget_ugc_reviews_button_border_radius":"25","widget_ugc_reviews_button_link_to":"judgeme-reviews-page","widget_ugc_show_post_date":true,"widget_ugc_max_width":"800","widget_rating_metafield_value_type":true,"widget_primary_color":"#ED1C24","widget_enable_secondary_color":false,"widget_secondary_color":"#edf5f5","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_round_style":false,"widget_show_product_medals":true,"widget_verified_by_judgeme_text":"Verified by Judge.me","widget_show_store_medals":true,"widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":true,"widget_reviewer_name_color":"","widget_write_review_text_color":"","widget_write_review_bg_color":"","widget_collected_by_judgeme_text":"collected by Judge.me","widget_pagination_type":"standard","widget_load_more_text":"Load More","widget_load_more_color":"#108474","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_verified_text":"Verified","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","custom_forms_style":"vertical","widget_show_review_information":false,"how_reviews_are_collected":"How reviews are collected?","widget_show_review_keywords":false,"widget_gdpr_statement":"How we use your data: We'll only contact you about the review you left, and only if necessary. By submitting your review, you agree to Judge.me's \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms\u003c/a\u003e, \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy\u003c/a\u003e and \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003econtent\u003c/a\u003e policies.","widget_multilingual_sorting_enabled":false,"widget_translate_review_content_enabled":false,"widget_translate_review_content_method":"manual","popup_widget_review_selection":"automatically_with_pictures","popup_widget_round_border_style":true,"popup_widget_show_title":true,"popup_widget_show_body":true,"popup_widget_show_reviewer":false,"popup_widget_show_product":true,"popup_widget_show_pictures":true,"popup_widget_use_review_picture":true,"popup_widget_show_on_home_page":true,"popup_widget_show_on_product_page":true,"popup_widget_show_on_collection_page":true,"popup_widget_show_on_cart_page":true,"popup_widget_position":"bottom_left","popup_widget_first_review_delay":5,"popup_widget_duration":5,"popup_widget_interval":5,"popup_widget_review_count":5,"popup_widget_hide_on_mobile":true,"review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#108474","show_product_variant":false,"all_reviews_product_variant_label_text":"Variant: ","widget_show_verified_branding":true,"widget_ai_summary_title":"Customers say","widget_ai_summary_disclaimer":"AI-powered review summary based on recent customer reviews","widget_show_ai_summary":false,"widget_show_ai_summary_bg":false,"widget_show_review_title_input":true,"redirect_reviewers_invited_via_email":"review_widget","request_store_review_after_product_review":false,"request_review_other_products_in_order":false,"review_form_color_scheme":"default","review_form_corner_style":"square","review_form_star_color":{},"review_form_text_color":"#333333","review_form_background_color":"#ffffff","review_form_field_background_color":"#fafafa","review_form_button_color":{},"review_form_button_text_color":"#ffffff","review_form_modal_overlay_color":"#000000","review_content_screen_title_text":"How would you rate this product?","review_content_introduction_text":"We would love it if you would share a bit about your experience.","store_review_form_title_text":"How would you rate this store?","store_review_form_introduction_text":"We would love it if you would share a bit about your experience.","show_review_guidance_text":true,"one_star_review_guidance_text":"Poor","five_star_review_guidance_text":"Great","customer_information_screen_title_text":"About you","customer_information_introduction_text":"Please tell us more about you.","custom_questions_screen_title_text":"Your experience in more detail","custom_questions_introduction_text":"Here are a few questions to help us understand more about your experience.","review_submitted_screen_title_text":"Thanks for your review!","review_submitted_screen_thank_you_text":"We are processing it and it will appear on the store soon.","review_submitted_screen_email_verification_text":"Please confirm your email by clicking the link we just sent you. This helps us keep reviews authentic.","review_submitted_request_store_review_text":"Would you like to share your experience of shopping with us?","review_submitted_review_other_products_text":"Would you like to review these products?","store_review_screen_title_text":"Would you like to share your experience of shopping with us?","store_review_introduction_text":"We value your feedback and use it to improve. Please share any thoughts or suggestions you have.","reviewer_media_screen_title_picture_text":"Share a picture","reviewer_media_introduction_picture_text":"Upload a photo to support your review.","reviewer_media_screen_title_video_text":"Share a video","reviewer_media_introduction_video_text":"Upload a video to support your review.","reviewer_media_screen_title_picture_or_video_text":"Share a picture or video","reviewer_media_introduction_picture_or_video_text":"Upload a photo or video to support your review.","reviewer_media_youtube_url_text":"Paste your Youtube URL here","advanced_settings_next_step_button_text":"Next","advanced_settings_close_review_button_text":"Close","modal_write_review_flow":false,"write_review_flow_required_text":"Required","write_review_flow_privacy_message_text":"We respect your privacy.","write_review_flow_anonymous_text":"Post review as anonymous","write_review_flow_visibility_text":"This won't be visible to other customers.","write_review_flow_multiple_selection_help_text":"Select as many as you like","write_review_flow_single_selection_help_text":"Select one option","write_review_flow_required_field_error_text":"This field is required","write_review_flow_invalid_email_error_text":"Please enter a valid email address","write_review_flow_max_length_error_text":"Max. {{ max_length }} characters.","write_review_flow_media_upload_text":"\u003cb\u003eClick to upload\u003c/b\u003e or drag and drop","write_review_flow_gdpr_statement":"We'll only contact you about your review if necessary. By submitting your review, you agree to our \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms and conditions\u003c/a\u003e and \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy policy\u003c/a\u003e.","rating_only_reviews_enabled":false,"show_negative_reviews_help_screen":false,"new_review_flow_help_screen_rating_threshold":3,"negative_review_resolution_screen_title_text":"Tell us more","negative_review_resolution_text":"Your experience matters to us. If there were issues with your purchase, we're here to help. Feel free to reach out to us, we'd love the opportunity to make things right.","negative_review_resolution_button_text":"Contact us","negative_review_resolution_proceed_with_review_text":"Leave a review","negative_review_resolution_subject":"Issue with purchase from {{ shop_name }}.{{ order_name }}","preview_badge_collection_page_install_status":false,"widget_review_custom_css":"","preview_badge_custom_css":"","preview_badge_stars_count":"5-stars","featured_carousel_custom_css":"","floating_tab_custom_css":"","all_reviews_widget_custom_css":"","medals_widget_custom_css":"","verified_badge_custom_css":"","all_reviews_text_custom_css":"","transparency_badges_collected_via_store_invite":false,"transparency_badges_from_another_provider":false,"transparency_badges_collected_from_store_visitor":false,"transparency_badges_collected_by_verified_review_provider":false,"transparency_badges_earned_reward":false,"transparency_badges_collected_via_store_invite_text":"Review collected via store invitation","transparency_badges_from_another_provider_text":"Review collected from another provider","transparency_badges_collected_from_store_visitor_text":"Review collected from a store visitor","transparency_badges_written_in_google_text":"Review written in Google","transparency_badges_written_in_etsy_text":"Review written in Etsy","transparency_badges_written_in_shop_app_text":"Review written in Shop App","transparency_badges_earned_reward_text":"Review earned a reward for future purchase","product_review_widget_per_page":10,"widget_store_review_label_text":"Review about the store","checkout_comment_extension_title_on_product_page":"Customer Comments","checkout_comment_extension_num_latest_comment_show":5,"checkout_comment_extension_format":"name_and_timestamp","checkout_comment_customer_name":"last_initial","checkout_comment_comment_notification":true,"preview_badge_collection_page_install_preference":true,"preview_badge_home_page_install_preference":true,"preview_badge_product_page_install_preference":true,"review_widget_install_preference":"","review_carousel_install_preference":false,"floating_reviews_tab_install_preference":"none","verified_reviews_count_badge_install_preference":false,"all_reviews_text_install_preference":false,"review_widget_best_location":true,"judgeme_medals_install_preference":false,"review_widget_revamp_enabled":false,"review_widget_qna_enabled":false,"review_widget_header_theme":"minimal","review_widget_widget_title_enabled":true,"review_widget_header_text_size":"medium","review_widget_header_text_weight":"regular","review_widget_average_rating_style":"compact","review_widget_bar_chart_enabled":true,"review_widget_bar_chart_type":"numbers","review_widget_bar_chart_style":"standard","review_widget_expanded_media_gallery_enabled":false,"review_widget_reviews_section_theme":"standard","review_widget_image_style":"thumbnails","review_widget_review_image_ratio":"square","review_widget_stars_size":"medium","review_widget_verified_badge":"standard_text","review_widget_review_title_text_size":"medium","review_widget_review_text_size":"medium","review_widget_review_text_length":"medium","review_widget_number_of_columns_desktop":3,"review_widget_carousel_transition_speed":5,"review_widget_custom_questions_answers_display":"always","review_widget_button_text_color":"#FFFFFF","review_widget_text_color":"#000000","review_widget_lighter_text_color":"#7B7B7B","review_widget_corner_styling":"soft","review_widget_review_word_singular":"review","review_widget_review_word_plural":"reviews","review_widget_voting_label":"Helpful?","review_widget_shop_reply_label":"Reply from {{ shop_name }}:","review_widget_filters_title":"Filters","qna_widget_question_word_singular":"Question","qna_widget_question_word_plural":"Questions","qna_widget_answer_reply_label":"Answer from {{ answerer_name }}:","qna_content_screen_title_text":"Ask a question about this product","qna_widget_question_required_field_error_text":"Please enter your question.","qna_widget_flow_gdpr_statement":"We'll only contact you about your question if necessary. By submitting your question, you agree to our \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms and conditions\u003c/a\u003e and \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy policy\u003c/a\u003e.","qna_widget_question_submitted_text":"Thanks for your question!","qna_widget_close_form_text_question":"Close","qna_widget_question_submit_success_text":"We’ll notify you by email when your question is answered.","all_reviews_widget_v2025_enabled":false,"all_reviews_widget_v2025_header_theme":"default","all_reviews_widget_v2025_widget_title_enabled":true,"all_reviews_widget_v2025_header_text_size":"medium","all_reviews_widget_v2025_header_text_weight":"regular","all_reviews_widget_v2025_average_rating_style":"compact","all_reviews_widget_v2025_bar_chart_enabled":true,"all_reviews_widget_v2025_bar_chart_type":"numbers","all_reviews_widget_v2025_bar_chart_style":"standard","all_reviews_widget_v2025_expanded_media_gallery_enabled":false,"all_reviews_widget_v2025_show_store_medals":true,"all_reviews_widget_v2025_show_photo_gallery":true,"all_reviews_widget_v2025_show_review_keywords":false,"all_reviews_widget_v2025_show_ai_summary":false,"all_reviews_widget_v2025_show_ai_summary_bg":false,"all_reviews_widget_v2025_add_search_bar":false,"all_reviews_widget_v2025_default_sort_method":"most-recent","all_reviews_widget_v2025_reviews_per_page":10,"all_reviews_widget_v2025_reviews_section_theme":"default","all_reviews_widget_v2025_image_style":"thumbnails","all_reviews_widget_v2025_review_image_ratio":"square","all_reviews_widget_v2025_stars_size":"medium","all_reviews_widget_v2025_verified_badge":"bold_badge","all_reviews_widget_v2025_review_title_text_size":"medium","all_reviews_widget_v2025_review_text_size":"medium","all_reviews_widget_v2025_review_text_length":"medium","all_reviews_widget_v2025_number_of_columns_desktop":3,"all_reviews_widget_v2025_carousel_transition_speed":5,"all_reviews_widget_v2025_custom_questions_answers_display":"always","all_reviews_widget_v2025_show_product_variant":false,"all_reviews_widget_v2025_show_reviewer_avatar":true,"all_reviews_widget_v2025_reviewer_name_as_initial":"","all_reviews_widget_v2025_review_location_show":false,"all_reviews_widget_v2025_location_format":"","all_reviews_widget_v2025_show_country_flag":false,"all_reviews_widget_v2025_verified_by_shop_badge_style":"light","all_reviews_widget_v2025_social_share":false,"all_reviews_widget_v2025_social_share_options_order":"Facebook,Twitter,LinkedIn,Pinterest","all_reviews_widget_v2025_pagination_type":"standard","all_reviews_widget_v2025_button_text_color":"#FFFFFF","all_reviews_widget_v2025_text_color":"#000000","all_reviews_widget_v2025_lighter_text_color":"#7B7B7B","all_reviews_widget_v2025_corner_styling":"soft","all_reviews_widget_v2025_title":"Customer reviews","all_reviews_widget_v2025_ai_summary_title":"Customers say about this store","all_reviews_widget_v2025_no_review_text":"Be the first to write a review","platform":"shopify","branding_url":"https://app.judge.me/reviews/stores/domatcha.com","branding_text":"Powered by Judge.me","locale":"en","reply_name":"DōMatcha","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"shop_use_review_site":true,"shop_locale":"en","enable_multi_locales_translations":false,"show_review_title_input":true,"review_verification_email_status":"always","can_be_branded":true,"reply_name_text":"DōMatcha"};</script> <style class='jdgm-settings-style'>﻿.jdgm-xx{left:0}:root{--jdgm-primary-color: #ED1C24;--jdgm-secondary-color: rgba(237,28,36,0.1);--jdgm-star-color: #ED1C24;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #ED1C24;--jdgm-paginate-color: #ED1C24;--jdgm-border-radius: 0;--jdgm-reviewer-name-color: #ED1C24}.jdgm-histogram__bar-content{background-color:#ED1C24}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#ED1C24}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#ED1C24}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__variant-label:before{content:'Variant: '}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_via_store_invitation"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_from_another_provider"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_from_store_visitor"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_etsy"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_google_business"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_shop_app"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_earned_for_future_purchase"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#108474}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'DōMatcha'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )}
</style> <style class='jdgm-settings-style'></style>

  
  
  
  <style class='jdgm-miracle-styles'>
  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}

</style>


  
  
   




<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/",jdgm.CDN_HOST_ALT="https://cdn2.judge.me/cdn/widget_frontend/",jdgm.API_HOST="https://api.judge.me/",jdgm.CDN_BASE_URL="https://cdn.shopify.com/extensions/019ea81e-eadf-7199-a3d8-70ded874a005/judgeme-563/assets/",jdgm.CDN_API_HOST="https://cdn.judge.me/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
t.open("GET",e),t.onerror=function(){if(e.indexOf(jdgm.CDN_HOST)===0&&jdgm.CDN_HOST_ALT!==jdgm.CDN_HOST){var f=e.replace(jdgm.CDN_HOST,jdgm.CDN_HOST_ALT);jdgm.loadJS(f,d)}},t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_BASE_URL+"widget_v3_base.css"):
jdgm.loadCSS(jdgm.CDN_BASE_URL+"widget_base.css"):jdgm.loadCSS(jdgm.CDN_BASE_URL+"shopify_v2.css")
)}))}(document);
</script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.shopify.com/extensions/019ea81e-eadf-7199-a3d8-70ded874a005/judgeme-563/assets/shopify_v2.css"></noscript>

<!-- BEGIN app snippet: theme_fix_tags --><script>
  (function() {
    var jdgmThemeFixes = null;
    if (!jdgmThemeFixes) return;
    var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
    if (!thisThemeFix) return;

    if (thisThemeFix.html) {
      document.addEventListener("DOMContentLoaded", function() {
        var htmlDiv = document.createElement('div');
        htmlDiv.classList.add('jdgm-theme-fix-html');
        htmlDiv.innerHTML = thisThemeFix.html;
        document.body.append(htmlDiv);
      });
    };

    if (thisThemeFix.css) {
      var styleTag = document.createElement('style');
      styleTag.classList.add('jdgm-theme-fix-style');
      styleTag.innerHTML = thisThemeFix.css;
      document.head.append(styleTag);
    };

    if (thisThemeFix.js) {
      var scriptTag = document.createElement('script');
      scriptTag.classList.add('jdgm-theme-fix-script');
      scriptTag.innerHTML = thisThemeFix.js;
      document.head.append(scriptTag);
    };
  })();
</script>
<!-- END app snippet -->
<!-- End of Judge.me Core -->



<!-- END app block --><script src="https://cdn.shopify.com/extensions/019bfec9-0b91-70e2-93d4-285c4698591d/zipifypages-36/assets/theme-helper.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019ea81e-eadf-7199-a3d8-70ded874a005/judgeme-563/assets/loader.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 332262,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 332262,storefrontBaseUrl: "https://domatcha.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"1646723233","configuration":"{\"accountID\":\"St5QP7\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"524f6c1ee37bacdca7657a665bdca589","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"816382113","configuration":"{\"webPixelName\":\"Judge.me\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"34ad157958823915625854214640f0bf","type":"APP","apiClientId":683015,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"578617505","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-HCS1B5TC5N\\\"],\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-HCS1B5TC5N\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"f15305aac1e98c5c26a7c80e7bc37bde","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"231112865","configuration":"{\"pixel_id\":\"1001560150331268\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"98009249","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS"],"name":"Google Analytics tag (migrated)"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"DōMatcha","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"domatcha.myshopify.com","countryCode":"CA","storefrontUrl":"https:\/\/domatcha.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://www.domatcha.com/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"332262","storefrontBaseUrl":"https:\/\/domatcha.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'USD';
  var meta = {"page":{"pageType":"home","requestId":"c6bcf988-7a41-4a72-9b76-5a730ccd45dd-1780972997"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

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

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

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

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

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

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

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

        } // XHR beacon

        var xhr = new XMLHttpRequest();

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

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

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

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":332262,"isMerchantRequest":null,"themeId":139365679265,"themeCityHash":"1273154098402889574","contentLanguage":"en","currency":"USD","eventMetadataId":"dd1c424b-bfa6-4711-8437-7569cae5bf47"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

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

      window.ShopifyAnalytics.lib = window.trekkie;

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

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"c6bcf988-7a41-4a72-9b76-5a730ccd45dd-1780972997","shopifyEmitted":true});

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

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//www.domatcha.com/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
  <script>
  if (!window.ga || (window.ga && typeof window.ga !== 'function')) {
    window.ga = function ga() {
      (window.ga.q = window.ga.q || []).push(arguments);
      if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
        window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"});
      }
      console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information.");
    };
    if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
      window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"});
    }
  }
</script>
<script
  defer
  src="https://www.domatcha.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="332262"
  data-render-region="gcp-us-central1"
  data-page-type="index"
  data-theme-instance-id="139365679265"
  data-theme-name="Dawn"
  data-theme-version="15.1.0"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://www.domatcha.com/api/collect"
></script>
</head>

  <body class="gradient">
    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
      Skip to content
    </a><!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--17521525489825__header" class="shopify-section shopify-section-group-header-group section-header"><link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-list-menu.css?v=151968516119678728991752859188" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-search.css?v=165164710990765432851752859188" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-menu-drawer.css?v=147478906057189667651752859188" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-cart-notification.css?v=172757399564613502621752859188" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.domatcha.com/cdn/shop/t/49/assets/component-price.css?v=70172745017360139101752859188" media="print" onload="this.media='all'"><style>
  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }@media screen and (min-width: 990px) {
      header-drawer {
        display: none;
      }
    }.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
</style><style data-shopify>.header {
    padding: 10px 3rem 10px 3rem;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }</style><script src="//www.domatcha.com/cdn/shop/t/49/assets/cart-notification.js?v=133508293167896966491752859188" defer="defer"></script><sticky-header data-sticky-type="always" class="header-wrapper color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e gradient"><header class="header header--middle-left header--mobile-center page-width header--has-menu header--has-social header--has-account">

<header-drawer data-breakpoint="tablet">
  <details id="Details-menu-drawer-container" class="menu-drawer-container">
    <summary
      class="header__icon header__icon--menu header__icon--summary link focus-inset"
      aria-label="Menu"
    >
      <span><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-hamburger" viewBox="0 0 18 16"><path fill="currentColor" d="M1 .5a.5.5 0 1 0 0 1h15.71a.5.5 0 0 0 0-1zM.5 8a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 8m0 7a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
    </summary>
    <div id="menu-drawer" class="gradient menu-drawer motion-reduce color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e">
      <div class="menu-drawer__inner-container">
        <div class="menu-drawer__navigation-container">
          <nav class="menu-drawer__navigation">
            <ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><details id="Details-menu-drawer-menu-item-1">
                      <summary
                        id="HeaderDrawer-shop"
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      >
                        SHOP
                        <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"/></svg>
</span>
                        <span class="svg-wrapper"><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
                      </summary>
                      <div
                        id="link-shop"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"/></svg>
</span>
                            SHOP
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a
                                    id="HeaderDrawer-shop-organic-matcha"
                                    href="/collections/organic-matcha-tea-powder"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Organic Matcha
                                  </a></li><li><a
                                    id="HeaderDrawer-shop-conventional-matcha"
                                    href="/collections/conventional-matcha"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Conventional Matcha
                                  </a></li><li><a
                                    id="HeaderDrawer-shop-matcha-accessories"
                                    href="/collections/matcha-accessories"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Matcha Accessories
                                  </a></li><li><a
                                    id="HeaderDrawer-shop-matcha-packets"
                                    href="https://domatcha.com/collections/matcha-packets"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Matcha Packets
                                  </a></li><li><a
                                    id="HeaderDrawer-shop-speciality-health-blend"
                                    href="/collections/speciality-health-blend"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Speciality Health Blend
                                  </a></li></ul>
                        </div>
                      </div>
                    </details></li><li><details id="Details-menu-drawer-menu-item-2">
                      <summary
                        id="HeaderDrawer-our-history"
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      >
                        OUR HISTORY
                        <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"/></svg>
</span>
                        <span class="svg-wrapper"><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
                      </summary>
                      <div
                        id="link-our-history"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"/></svg>
</span>
                            OUR HISTORY
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a
                                    id="HeaderDrawer-our-history-the-domatcha-difference"
                                    href="/pages/the-domatcha-difference"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    THE DŌMATCHA® DIFFERENCE
                                  </a></li><li><a
                                    id="HeaderDrawer-our-history-reviews"
                                    href="/pages/testimonials"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    REVIEWS
                                  </a></li><li><a
                                    id="HeaderDrawer-our-history-faq"
                                    href="/pages/faq"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    FAQ
                                  </a></li></ul>
                        </div>
                      </div>
                    </details></li><li><a
                      id="HeaderDrawer-blog"
                      href="/blogs/blog-recipes"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      
                    >
                      BLOG
                    </a></li><li><a
                      id="HeaderDrawer-recipes"
                      href="/blogs/recipes"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      
                    >
                      RECIPES
                    </a></li><li><a
                      id="HeaderDrawer-store-locator"
                      href="https://domatcha.com/pages/store-locator"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      
                    >
                      STORE LOCATOR
                    </a></li><li><a
                      id="HeaderDrawer-contact"
                      href="/pages/contact"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      
                    >
                      CONTACT
                    </a></li></ul>
          </nav>
          <div class="menu-drawer__utility-links"><a
                href="/account/login"
                class="menu-drawer__account link focus-inset h5 medium-hide large-up-hide"
              ><span class="svg-wrapper"><svg width="32" height="31" class="icon icon-account" viewBox="0 0 32 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.929 12.9587C18.7365 12.9587 21.0124 10.6828 21.0124 7.87533C21.0124 5.06788 18.7365 2.79199 15.929 2.79199C13.1216 2.79199 10.8457 5.06788 10.8457 7.87533C10.8457 10.6828 13.1216 12.9587 15.929 12.9587Z" stroke="white" stroke-width="2.17857"/>
<path d="M19.7415 26.448C18.586 26.7617 17.2934 26.9372 15.929 26.9372C11.016 26.9372 7.0332 24.6612 7.0332 21.8538C7.0332 19.0464 11.016 16.7705 15.929 16.7705C20.8421 16.7705 24.8249 19.0464 24.8249 21.8538C24.8249 22.2927 24.7275 22.7185 24.5447 23.1247" stroke="white" stroke-width="2.17857" stroke-linecap="round"/>
</svg>
</span>My account</a><div class="menu-drawer__localization header-localization"><localization-form><form method="post" action="/localization" id="HeaderCountryMobileForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.xml" /><div>
                        <h2 class="visually-hidden" id="HeaderCountryMobileLabel">
                          Country/region
                        </h2>

<div class="disclosure">
  <button
    type="button"
    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
    aria-expanded="false"
    aria-controls="HeaderCountryMobile-country-results"
    aria-describedby="HeaderCountryMobileLabel"
  >
    <span>United States |
      USD
      $</span>
    <svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>

  </button>
  <div class="disclosure__list-wrapper country-selector" hidden>
    <div class="country-filter">
      
        <div class="field">
          <input
            class="country-filter__input field__input"
            id="country-filter-input"
            type="search"
            name="country_filter"
            value=""
            placeholder="Search"
            role="combobox"
            aria-owns="country-results"
            aria-controls="country-results"
            aria-haspopup="listbox"
            aria-autocomplete="list"
            autocorrect="off"
            autocomplete="off"
            autocapitalize="off"
            spellcheck="false"
          >
          <label class="field__label" for="country-filter-input">Search</label>
          <button
            type="reset"
            class="country-filter__reset-button field__button hidden"
            aria-label="Clear search term"
          ><svg fill="none" stroke="currentColor" class="icon icon-close" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke-opacity=".2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"/></svg>
</button>
          <div class="country-filter__search-icon field__button motion-reduce"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</div>
        </div>
      
      <button
        class="country-selector__close-button button--small link"
        type="button"
        aria-label="Close"
      ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</button>
    </div>
    <div id="sr-country-search-results" class="visually-hidden" aria-live="polite"></div>
    <div
      class="disclosure__list country-selector__list"
      id="HeaderCountryMobile-country-results"
    >
      
      <ul role="list" class="list-unstyled countries"><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AX"
              id="Åland Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Åland Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AL"
              id="Albania"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Albania</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AD"
              id="Andorra"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Andorra</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AI"
              id="Anguilla"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Anguilla</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AG"
              id="Antigua &amp; Barbuda"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Antigua &amp; Barbuda</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AR"
              id="Argentina"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Argentina</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AM"
              id="Armenia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Armenia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AW"
              id="Aruba"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Aruba</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AU"
              id="Australia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Australia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AT"
              id="Austria"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Austria</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BS"
              id="Bahamas"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bahamas</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BB"
              id="Barbados"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Barbados</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BY"
              id="Belarus"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Belarus</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BE"
              id="Belgium"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Belgium</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BZ"
              id="Belize"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Belize</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BM"
              id="Bermuda"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bermuda</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BO"
              id="Bolivia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bolivia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BA"
              id="Bosnia &amp; Herzegovina"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bosnia &amp; Herzegovina</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BV"
              id="Bouvet Island"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bouvet Island</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BR"
              id="Brazil"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Brazil</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VG"
              id="British Virgin Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">British Virgin Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BG"
              id="Bulgaria"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Bulgaria</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CA"
              id="Canada"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Canada</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KY"
              id="Cayman Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Cayman Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CL"
              id="Chile"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Chile</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CO"
              id="Colombia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Colombia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CK"
              id="Cook Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Cook Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CR"
              id="Costa Rica"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Costa Rica</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HR"
              id="Croatia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Croatia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CW"
              id="Curaçao"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Curaçao</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CY"
              id="Cyprus"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Cyprus</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CZ"
              id="Czechia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Czechia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DK"
              id="Denmark"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Denmark</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DM"
              id="Dominica"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Dominica</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DO"
              id="Dominican Republic"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Dominican Republic</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EC"
              id="Ecuador"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Ecuador</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SV"
              id="El Salvador"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">El Salvador</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EE"
              id="Estonia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Estonia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="FK"
              id="Falkland Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Falkland Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="FO"
              id="Faroe Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Faroe Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="FJ"
              id="Fiji"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Fiji</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="FI"
              id="Finland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Finland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="FR"
              id="France"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">France</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GF"
              id="French Guiana"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">French Guiana</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PF"
              id="French Polynesia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">French Polynesia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TF"
              id="French Southern Territories"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">French Southern Territories</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GE"
              id="Georgia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Georgia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DE"
              id="Germany"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Germany</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GI"
              id="Gibraltar"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Gibraltar</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GR"
              id="Greece"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Greece</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GL"
              id="Greenland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Greenland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GD"
              id="Grenada"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Grenada</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GP"
              id="Guadeloupe"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Guadeloupe</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GT"
              id="Guatemala"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Guatemala</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GG"
              id="Guernsey"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Guernsey</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GY"
              id="Guyana"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Guyana</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HT"
              id="Haiti"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Haiti</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HM"
              id="Heard &amp; McDonald Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Heard &amp; McDonald Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HN"
              id="Honduras"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Honduras</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HU"
              id="Hungary"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Hungary</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IS"
              id="Iceland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Iceland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IE"
              id="Ireland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Ireland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IM"
              id="Isle of Man"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Isle of Man</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IT"
              id="Italy"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Italy</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JM"
              id="Jamaica"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Jamaica</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JE"
              id="Jersey"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Jersey</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KI"
              id="Kiribati"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Kiribati</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="XK"
              id="Kosovo"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Kosovo</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LV"
              id="Latvia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Latvia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LI"
              id="Liechtenstein"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Liechtenstein</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LT"
              id="Lithuania"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Lithuania</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LU"
              id="Luxembourg"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Luxembourg</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MT"
              id="Malta"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Malta</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MQ"
              id="Martinique"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Martinique</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MX"
              id="Mexico"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Mexico</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MD"
              id="Moldova"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Moldova</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MC"
              id="Monaco"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Monaco</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ME"
              id="Montenegro"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Montenegro</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MS"
              id="Montserrat"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Montserrat</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NR"
              id="Nauru"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Nauru</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NL"
              id="Netherlands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Netherlands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AN"
              id="Netherlands Antilles"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Netherlands Antilles</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NC"
              id="New Caledonia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">New Caledonia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NZ"
              id="New Zealand"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">New Zealand</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NI"
              id="Nicaragua"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Nicaragua</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NU"
              id="Niue"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Niue</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NF"
              id="Norfolk Island"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Norfolk Island</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MK"
              id="North Macedonia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">North Macedonia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NO"
              id="Norway"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Norway</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PA"
              id="Panama"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Panama</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PG"
              id="Papua New Guinea"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Papua New Guinea</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PY"
              id="Paraguay"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Paraguay</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PE"
              id="Peru"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Peru</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PN"
              id="Pitcairn Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Pitcairn Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PL"
              id="Poland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Poland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PT"
              id="Portugal"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Portugal</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RE"
              id="Réunion"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Réunion</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RO"
              id="Romania"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Romania</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="WS"
              id="Samoa"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Samoa</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SM"
              id="San Marino"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">San Marino</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RS"
              id="Serbia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Serbia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SX"
              id="Sint Maarten"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Sint Maarten</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SK"
              id="Slovakia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Slovakia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SI"
              id="Slovenia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Slovenia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SB"
              id="Solomon Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Solomon Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GS"
              id="South Georgia &amp; South Sandwich Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">South Georgia &amp; South Sandwich Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ES"
              id="Spain"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Spain</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BL"
              id="St. Barthélemy"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Barthélemy</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KN"
              id="St. Kitts &amp; Nevis"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Kitts &amp; Nevis</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LC"
              id="St. Lucia"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Lucia</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MF"
              id="St. Martin"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Martin</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PM"
              id="St. Pierre &amp; Miquelon"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Pierre &amp; Miquelon</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VC"
              id="St. Vincent &amp; Grenadines"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">St. Vincent &amp; Grenadines</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SR"
              id="Suriname"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Suriname</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SE"
              id="Sweden"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Sweden</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CH"
              id="Switzerland"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Switzerland</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TL"
              id="Timor-Leste"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Timor-Leste</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TK"
              id="Tokelau"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Tokelau</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TO"
              id="Tonga"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Tonga</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TT"
              id="Trinidad &amp; Tobago"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Trinidad &amp; Tobago</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TR"
              id="Türkiye"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Türkiye</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TC"
              id="Turks &amp; Caicos Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Turks &amp; Caicos Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TV"
              id="Tuvalu"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Tuvalu</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UM"
              id="U.S. Outlying Islands"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">U.S. Outlying Islands</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UA"
              id="Ukraine"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Ukraine</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GB"
              id="United Kingdom"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">United Kingdom</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
                aria-current="true"
              
              data-value="US"
              id="United States"
            >
              <span
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">United States</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UY"
              id="Uruguay"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Uruguay</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VU"
              id="Vanuatu"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Vanuatu</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VA"
              id="Vatican City"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Vatican City</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VE"
              id="Venezuela"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Venezuela</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="WF"
              id="Wallis &amp; Futuna"
            >
              <span
                
                  class="visibility-hidden"
                
              ><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
</span>
              <span class="country">Wallis &amp; Futuna</span>
              <span class="localization-form__currency motion-reduce hidden">
                USD
                $</span>
            </a>
          </li></ul>
    </div>
  </div>
  <div class="country-selector__overlay"></div>
</div>
<input type="hidden" name="country_code" value="US">
</div></form></localization-form>
                
</div><ul class="list list-social list-unstyled" role="list"><li class="list-social__item">
                  <a href="https://www.twitter.com/domatcha" class="list-social__link link">
                    <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37861" y="38.0996" width="52.1596" height="52.1596" transform="rotate(-45 1.37861 38.0996)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_1_36)">
<path d="M45.4254 28H48.8181L41.4063 36.4723L50.1256 48H43.298L37.9507 41.009L31.8313 48H28.4368L36.3642 38.9388L28 28H35.0004L39.8339 34.3908L45.4254 28ZM44.2344 45.9693H46.1149L33.9794 29.9246H31.9619L44.2344 45.9693Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_1_36">
<rect width="23" height="20" fill="white" transform="translate(28 28)"/>
</clipPath>
</defs>
</svg></span>
                    <span class="visually-hidden">X (Twitter)</span>
                  </a>
                </li><li class="list-social__item">
                  <a href="https://www.facebook.com/domatchatea" class="list-social__link link">
                    <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="37.8936" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 37.8936)" stroke="#E1261C" stroke-width="1.08666"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2608 33.0068H42.0308H41.7673C41.0759 33.0068 40.5154 33.5951 40.5154 34.3209V36.95H44.2608L43.7122 40.8911H40.5154V48.1204H36.3967V40.8911H32.9961V36.95H36.3527L36.3967 33.2091C36.3794 31.3159 37.9244 28.4072 41.4446 28.4074C43.5931 28.4072 41.4446 28.4072 39.6502 28.4072H44.2608V33.0068Z" fill="#E1261C"/>
</svg>
</span>
                    <span class="visually-hidden">Facebook</span>
                  </a>
                </li><li class="list-social__item">
                  <a href="https://www.pinterest.com/domatcha" class="list-social__link link">
                    <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="37.7979" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 37.7979)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_107_356)">
<path d="M37.6801 42.1167C37.0525 45.4058 36.2867 48.559 34.0172 50.2061C33.3161 45.2349 35.0455 41.5013 35.8486 37.5375C34.4791 35.2329 36.0131 30.5948 38.9009 31.7373C42.4542 33.143 35.8241 40.3062 40.2745 41.2009C44.922 42.1348 46.8194 33.1372 43.938 30.2115C39.7741 25.9863 31.8176 30.1153 32.7958 36.1644C33.0337 37.643 34.5614 38.0916 33.4065 40.133C30.7415 39.5416 29.9465 37.44 30.0486 34.638C30.2136 30.0512 34.1694 26.8402 38.1379 26.3958C43.1564 25.8341 47.8663 28.2378 48.5167 32.9588C49.2493 38.2876 46.2519 44.0584 40.8852 43.6431C39.4305 43.53 38.8198 42.809 37.6801 42.1167Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_107_356">
<rect width="23.9375" height="23.9375" fill="white" transform="translate(27.3643 26.29)"/>
</clipPath>
</defs>
</svg>
</span>
                    <span class="visually-hidden">Pinterest</span>
                  </a>
                </li><li class="list-social__item">
                  <a href="https://www.instagram.com/domatcha" class="list-social__link link">
                    <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="38.1948" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 38.1948)" stroke="#E1261C" stroke-width="1.08666"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.6294 43.522C41.7401 43.522 44.2618 41.0003 44.2618 37.8897C44.2618 34.779 41.7401 32.2573 38.6294 32.2573C35.5188 32.2573 32.9971 34.779 32.9971 37.8897C32.9971 41.0003 35.5188 43.522 38.6294 43.522ZM38.6294 41.6446C40.7031 41.6446 42.3843 39.9634 42.3843 37.8897C42.3843 35.8159 40.7031 34.1348 38.6294 34.1348C36.5556 34.1348 34.8745 35.8159 34.8745 37.8897C34.8745 39.9634 36.5556 41.6446 38.6294 41.6446Z" fill="#E1261C"/>
<path d="M44.261 31.3198C43.7425 31.3198 43.3223 31.7401 43.3223 32.2585C43.3223 32.777 43.7425 33.1973 44.261 33.1973C44.7794 33.1973 45.1997 32.777 45.1997 32.2585C45.1997 31.7401 44.7794 31.3198 44.261 31.3198Z" fill="#E1261C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.9166 30.6393C28.3027 31.8441 28.3027 33.4213 28.3027 36.5757V39.2041C28.3027 42.3585 28.3027 43.9358 28.9166 45.1405C29.4566 46.2004 30.3182 47.062 31.3781 47.602C32.5829 48.2159 34.1601 48.2159 37.3145 48.2159H39.9429C43.0973 48.2159 44.6745 48.2159 45.8793 47.602C46.9391 47.062 47.8008 46.2004 48.3407 45.1405C48.9547 43.9358 48.9547 42.3585 48.9547 39.2041V36.5757C48.9547 33.4213 48.9547 31.8441 48.3407 30.6393C47.8008 29.5795 46.9391 28.7178 45.8793 28.1779C44.6745 27.564 43.0973 27.564 39.9429 27.564H37.3145C34.1601 27.564 32.5829 27.564 31.3781 28.1779C30.3182 28.7178 29.4566 29.5795 28.9166 30.6393ZM39.9429 29.4414H37.3145C35.7063 29.4414 34.6131 29.4429 33.7681 29.5119C32.9449 29.5792 32.524 29.7011 32.2304 29.8507C31.5239 30.2107 30.9494 30.7851 30.5894 31.4916C30.4398 31.7853 30.3179 32.2062 30.2507 33.0293C30.1816 33.8743 30.1802 34.9675 30.1802 36.5757V39.2041C30.1802 40.8124 30.1816 41.9055 30.2507 42.7505C30.3179 43.5737 30.4398 43.9946 30.5894 44.2883C30.9494 44.9948 31.5239 45.5692 32.2304 45.9292C32.524 46.0788 32.9449 46.2007 33.7681 46.2679C34.6131 46.3369 35.7063 46.3384 37.3145 46.3384H39.9429C41.5511 46.3384 42.6443 46.3369 43.4893 46.2679C44.3125 46.2007 44.7334 46.0788 45.027 45.9292C45.7335 45.5692 46.3079 44.9948 46.6679 44.2883C46.8176 43.9946 46.9395 43.5737 47.0067 42.7505C47.0757 41.9055 47.0772 40.8124 47.0772 39.2041V36.5757C47.0772 34.9675 47.0757 33.8743 47.0067 33.0293C46.9395 32.2062 46.8176 31.7853 46.6679 31.4916C46.3079 30.7851 45.7335 30.2107 45.027 29.8507C44.7334 29.7011 44.3125 29.5792 43.4893 29.5119C42.6443 29.4429 41.5511 29.4414 39.9429 29.4414Z" fill="#E1261C"/>
</svg>
</span>
                    <span class="visually-hidden">Instagram</span>
                  </a>
                </li><li class="list-social__item">
                  <a href="https://www.youtube.com/channel/UCZebaeYL5VfqjJQ-jMPEIfA" class="list-social__link link">
                    <span class="svg-wrapper"><svg width="76" height="77" viewBox="0 0 76 77" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="38.4961" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 38.4961)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_107_350)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8006 40.9536V35.0272C37.9045 36.0172 39.5339 36.9735 41.4611 38.0046C39.8716 38.8861 37.9045 39.8752 35.8006 40.9536ZM47.5256 32.0797C47.1627 31.6016 46.5441 31.2294 45.8856 31.1061C43.95 30.7386 31.8747 30.7375 29.9402 31.1061C29.4121 31.2051 28.9418 31.4444 28.5379 31.8162C26.8358 33.396 27.3692 41.8678 27.7794 43.2401C27.952 43.834 28.175 44.2624 28.4559 44.5436C28.8177 44.9154 29.3132 45.1714 29.8823 45.2862C31.476 45.6158 39.6865 45.8001 45.8519 45.3357C46.42 45.2367 46.9228 44.9725 47.3194 44.5849C48.8931 43.0114 48.7858 34.0639 47.5256 32.0797Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_107_350">
<rect width="21.1213" height="21.1213" fill="white" transform="translate(27.3643 27.6602)"/>
</clipPath>
</defs>
</svg>
</span>
                    <span class="visually-hidden">YouTube</span>
                  </a>
                </li></ul>
          </div>
        </div>
      </div>
    </div>
  </details>
</header-drawer>
<h1 class="header__heading"><a href="/" class="header__heading-link link link--text focus-inset"><div class="header__heading-logo-wrapper">
                
                <img src="//www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&amp;width=600" alt="DōMatcha" srcset="//www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&amp;width=120 120w, //www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&amp;width=180 180w, //www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&amp;width=240 240w" width="120" height="111.29032258064517" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 240px) 50vw, 120px">
              </div></a></h1>

<nav class="header__inline-menu">
  <ul class="list-menu list-menu--inline" role="list"><li><header-menu>
            <details id="Details-HeaderMenu-1">
              <summary
                id="HeaderMenu-shop"
                class="header__menu-item list-menu__item link focus-inset"
              >
                <a style="color: #fff;text-decoration: none;" href="https://domatcha.com/collections">
                <span
                >SHOP</span>
                </a><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
              <ul
                id="HeaderMenu-MenuList-1"
                class="header__submenu list-menu list-menu--disclosure color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e gradient caption-large motion-reduce global-settings-popup"
                role="list"
                tabindex="-1"
              ><li><a
                        id="HeaderMenu-shop-organic-matcha"
                        href="/collections/organic-matcha-tea-powder"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        Organic Matcha
                      </a></li><li><a
                        id="HeaderMenu-shop-conventional-matcha"
                        href="/collections/conventional-matcha"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        Conventional Matcha
                      </a></li><li><a
                        id="HeaderMenu-shop-matcha-accessories"
                        href="/collections/matcha-accessories"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        Matcha Accessories
                      </a></li><li><a
                        id="HeaderMenu-shop-matcha-packets"
                        href="https://domatcha.com/collections/matcha-packets"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        Matcha Packets
                      </a></li><li><a
                        id="HeaderMenu-shop-speciality-health-blend"
                        href="/collections/speciality-health-blend"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        Speciality Health Blend
                      </a></li></ul>
            </details>
          </header-menu></li><li><header-menu>
            <details id="Details-HeaderMenu-2">
              <summary
                id="HeaderMenu-our-history"
                class="header__menu-item list-menu__item link focus-inset"
              >
                <a style="color: #fff;text-decoration: none;" href="/pages/our-history">
                <span
                >OUR HISTORY</span>
                </a><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
              <ul
                id="HeaderMenu-MenuList-2"
                class="header__submenu list-menu list-menu--disclosure color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e gradient caption-large motion-reduce global-settings-popup"
                role="list"
                tabindex="-1"
              ><li><a
                        id="HeaderMenu-our-history-the-domatcha-difference"
                        href="/pages/the-domatcha-difference"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        THE DŌMATCHA® DIFFERENCE
                      </a></li><li><a
                        id="HeaderMenu-our-history-reviews"
                        href="/pages/testimonials"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        REVIEWS
                      </a></li><li><a
                        id="HeaderMenu-our-history-faq"
                        href="/pages/faq"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                      >
                        FAQ
                      </a></li></ul>
            </details>
          </header-menu></li><li><a
            id="HeaderMenu-blog"
            href="/blogs/blog-recipes"
            class="header__menu-item list-menu__item link link--text focus-inset"
            
          >
            <span
            >BLOG</span>
          </a></li><li><a
            id="HeaderMenu-recipes"
            href="/blogs/recipes"
            class="header__menu-item list-menu__item link link--text focus-inset"
            
          >
            <span
            >RECIPES</span>
          </a></li><li><a
            id="HeaderMenu-store-locator"
            href="https://domatcha.com/pages/store-locator"
            class="header__menu-item list-menu__item link link--text focus-inset"
            
          >
            <span
            >STORE LOCATOR</span>
          </a></li><li><a
            id="HeaderMenu-contact"
            href="/pages/contact"
            class="header__menu-item list-menu__item link link--text focus-inset"
            
          >
            <span
            >CONTACT</span>
          </a></li></ul>
</nav>

<div class="header__icons">
      <div class="desktop-localization-wrapper">
</div>
      

<details-modal class="header__search">
  <details>
    <summary
      class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
      aria-haspopup="dialog"
      aria-label="Search"
    >
      <span>
        <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
        <span class="svg-wrapper header__icon-close"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
      </span>
    </summary>
    <div
      class="search-modal modal__content gradient"
      role="dialog"
      aria-modal="true"
      aria-label="Search"
    >
      <div class="modal-overlay"></div>
      <div
        class="search-modal__content search-modal__content-bottom"
        tabindex="-1"
      ><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
          <div class="field">
            <input
              class="search__input field__input"
              id="Search-In-Modal"
              type="search"
              name="q"
              value=""
              placeholder="Search"role="combobox"
                aria-expanded="false"
                aria-owns="predictive-search-results"
                aria-controls="predictive-search-results"
                aria-haspopup="listbox"
                aria-autocomplete="list"
                autocorrect="off"
                autocomplete="off"
                autocapitalize="off"
                spellcheck="false">
            <label class="field__label" for="Search-In-Modal">Search</label>
            <input type="hidden" name="options[prefix]" value="last">
            <button
              type="reset"
              class="reset__button field__button hidden"
              aria-label="Clear search term"
            >
              <span class="svg-wrapper"><svg fill="none" stroke="currentColor" class="icon icon-close" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke-opacity=".2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"/></svg>
</span>
            </button>
            <button class="search__button field__button" aria-label="Search">
              <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
            </button>
          </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>

<div class="predictive-search__loading-state">
  <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>

</div>
</div>

            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
          type="button"
          class="search-modal__close-button modal__close-button link link--text focus-inset"
          aria-label="Close"
        >
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
        </button>
      </div>
    </div>
  </details>
</details-modal>

<a href="/account/login" class="header__icon header__icon--account link focus-inset small-hidse"><span class="svg-wrapper"><svg width="32" height="31" class="icon icon-account" viewBox="0 0 32 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.929 12.9587C18.7365 12.9587 21.0124 10.6828 21.0124 7.87533C21.0124 5.06788 18.7365 2.79199 15.929 2.79199C13.1216 2.79199 10.8457 5.06788 10.8457 7.87533C10.8457 10.6828 13.1216 12.9587 15.929 12.9587Z" stroke="white" stroke-width="2.17857"/>
<path d="M19.7415 26.448C18.586 26.7617 17.2934 26.9372 15.929 26.9372C11.016 26.9372 7.0332 24.6612 7.0332 21.8538C7.0332 19.0464 11.016 16.7705 15.929 16.7705C20.8421 16.7705 24.8249 19.0464 24.8249 21.8538C24.8249 22.2927 24.7275 22.7185 24.5447 23.1247" stroke="white" stroke-width="2.17857" stroke-linecap="round"/>
</svg>
</span><span class="visually-hiddens">My account</span>
        </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble">
          
            <span class="svg-wrapper"><svg width="39" height="39" viewBox="0 0 39 39" class="icon icon-cart-empty" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.83367 15.1949L9.99877 28.9199C10.0983 30.4615 11.3624 31.67 12.9069 31.7H26.0875C27.6316 31.6692 28.8947 30.4609 28.9941 28.9199L30.1592 15.1949C30.2491 14.3615 29.986 13.5285 29.4338 12.8978C28.8816 12.267 28.0906 11.8962 27.2526 11.875H11.7403C10.9023 11.8962 10.1114 12.267 9.55918 12.8978C9.00698 13.5285 8.7439 14.3615 8.83367 15.1949Z" stroke="white" stroke-width="2.17857" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M25.9007 11.3592C25.6157 11.9229 25.8415 12.611 26.4051 12.8961C26.9689 13.1811 27.657 12.9552 27.942 12.3915L25.9007 11.3592ZM25.253 8.82539L25.3689 7.68753C25.3305 7.68361 25.2917 7.68164 25.253 7.68164V8.82539ZM13.7393 8.82539V7.68164C13.7006 7.68164 13.6619 7.68361 13.6234 7.68753L13.7393 8.82539ZM11.0503 12.3915C11.3353 12.9552 12.0234 13.1811 12.5871 12.8961C13.1508 12.611 13.3766 11.9229 13.0916 11.3592L11.0503 12.3915ZM16.8274 17.9754C16.8274 17.3437 16.3153 16.8316 15.6836 16.8316C15.052 16.8316 14.5399 17.3437 14.5399 17.9754H16.8274ZM24.4524 17.9754C24.4524 17.3437 23.9403 16.8316 23.3086 16.8316C22.677 16.8316 22.1649 17.3437 22.1649 17.9754H24.4524ZM27.942 12.3915C28.4255 11.4354 28.4072 10.3026 27.8931 9.36259L25.8862 10.4603C26.0387 10.7393 26.0442 11.0755 25.9007 11.3592L27.942 12.3915ZM27.8931 9.36259C27.3789 8.42261 26.4349 7.79612 25.3689 7.68753L25.1371 9.96325C25.4534 9.99548 25.7335 10.1814 25.8862 10.4603L27.8931 9.36259ZM25.253 7.68164H13.7393V9.96914H25.253V7.68164ZM13.6234 7.68753C12.5575 7.79612 11.6134 8.42261 11.0992 9.36259L13.1061 10.4603C13.2587 10.1814 13.5389 9.99548 13.8552 9.96325L13.6234 7.68753ZM11.0992 9.36259C10.5851 10.3026 10.5668 11.4354 11.0503 12.3915L13.0916 11.3592C12.9481 11.0755 12.9535 10.7393 13.1061 10.4603L11.0992 9.36259ZM14.5399 17.9754V18.7379H16.8274V17.9754H14.5399ZM14.5399 18.7379C14.5399 21.4751 16.7589 23.6941 19.4961 23.6941V21.4066C18.0222 21.4066 16.8274 20.2118 16.8274 18.7379H14.5399ZM19.4961 23.6941C22.2334 23.6941 24.4524 21.4751 24.4524 18.7379H22.1649C22.1649 20.2118 20.97 21.4066 19.4961 21.4066V23.6941ZM24.4524 18.7379V17.9754H22.1649V18.7379H24.4524Z" fill="white"/>
</svg>
</span>
          
        <span class="visually-hiddens">Cart</span></a>
    </div>
  </header>
</sticky-header>

<cart-notification>
  <div class="cart-notification-wrapper page-width">
    <div
      id="cart-notification"
      class="cart-notification focus-inset color-scheme-c17a25fe-a55f-4b98-93b4-84161a6c1c8e gradient"
      aria-modal="true"
      aria-label="Item added to your cart"
      role="dialog"
      tabindex="-1"
    >
      <div class="cart-notification__header">
        <h2 class="cart-notification__heading caption-large text-body"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewBox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
Item added to your cart
        </h2>
        <button
          type="button"
          class="cart-notification__close modal__close-button link link--text focus-inset"
          aria-label="Close"
        >
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
        </button>
      </div>
      <div id="cart-notification-product" class="cart-notification-product"></div>
      <div class="cart-notification__links">
        <a
          href="/cart"
          id="cart-notification-button"
          class="button button--secondary button--full-width"
        >View cart</a>
        <form action="/cart" method="post" id="cart-notification-form">
          <button class="button button--primary button--full-width" name="checkout">
            Check out
          </button>
        </form>
        <button type="button" class="link button-label">Continue shopping</button>
      </div>
    </div>
  </div>
</cart-notification>
<style data-shopify>
  .cart-notification {
    display: none;
  }
</style>
<script>
  let items = document.querySelector(".header__inline-menu").querySelectorAll("details");
  console.log(items)
  items.forEach(item => {
    item.addEventListener("mouseover", () => {
      item.setAttribute("open", true);
      item.querySelector("ul").addEventListener("mouseleave", () => {
        item.removeAttribute("open");
      });
    item.addEventListener("mouseleave", () => {
      item.removeAttribute("open");
    });
  });
  
  });
</script>


<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "DōMatcha",
    
      "logo": "https:\/\/www.domatcha.com\/cdn\/shop\/files\/logo_2_1_1.svg?v=1728620631\u0026width=500",
    
    "sameAs": [
      "https:\/\/www.twitter.com\/domatcha",
      "https:\/\/www.facebook.com\/domatchatea",
      "https:\/\/www.pinterest.com\/domatcha",
      "https:\/\/www.instagram.com\/domatcha",
      "",
      "",
      "",
      "https:\/\/www.youtube.com\/channel\/UCZebaeYL5VfqjJQ-jMPEIfA",
      ""
    ],
    "url": "https:\/\/www.domatcha.com"
  }
</script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "WebSite",
      "name": "DōMatcha",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https:\/\/www.domatcha.com\/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "url": "https:\/\/www.domatcha.com"
    }
  </script>
<style> @media (max-width: 1300px) and (min-width: 768px) {#shopify-section-sections--17521525489825__header .header__icon span.visually-hiddens {display: none; } #shopify-section-sections--17521525489825__header nav.header__inline-menu > ul > li {margin-inline: 10px; } #shopify-section-sections--17521525489825__header .list-menu__item {font-size: 17px; }} </style></div>
<!-- END sections: header-group -->

    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
      <section id="shopify-section-template--17521529258145__slideshow_NGhYpt" class="shopify-section section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/section-image-banner.css?v=124819179385751388401752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slider.css?v=14039311878856620671752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slideshow.css?v=17933591812325749411752859188" rel="stylesheet" type="text/css" media="all" />
<slideshow-component
  class="slider-mobile-gutter mobile-text-below"
  role="region"
  aria-roledescription="Carousel"
  aria-label="Slideshow about our brand"
><div class="slideshow__controls slideshow__controls--top slider-buttons slideshow__controls--border-radius-mobile">
      <button
        type="button"
        class="slider-button slider-button--prev"
        name="previous"
        aria-label="Previous slide"
        aria-controls="Slider-template--17521529258145__slideshow_NGhYpt"
      >
        <span class="svg-wrapper"><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
      </button>
      <div class="slider-counter slider-counter--counter caption"><span class="slider-counter--current">1</span>
          <span aria-hidden="true"> / </span>
          <span class="visually-hidden">of</span>
          <span class="slider-counter--total">3</span></div>
      <button
        type="button"
        class="slider-button slider-button--next"
        name="next"
        aria-label="Next slide"
        aria-controls="Slider-template--17521529258145__slideshow_NGhYpt"
      >
        <span class="svg-wrapper"><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
      </button><button
          type="button"
          class="slideshow__autoplay slider-button"
          aria-label="Pause slideshow"
        >
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-pause" viewBox="0 0 8 12"><path fill="currentColor" d="M1.2.75c-.387 0-.7.235-.7.525v9.45c0 .29.313.525.7.525s.7-.235.7-.525v-9.45c0-.29-.313-.525-.7-.525m5.6 0c-.387 0-.7.235-.7.525v9.45c0 .29.313.525.7.525s.7-.235.7-.525v-9.45c0-.29-.313-.525-.7-.525"/></svg>
</span>
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-play" viewBox="0 0 10 14"><path fill="currentColor" fill-rule="evenodd" d="M1.482.815A1 1 0 0 0 0 1.69v10.517a1 1 0 0 0 1.525.851L10.54 7.5a1 1 0 0 0-.043-1.728z" clip-rule="evenodd"/></svg>
</span>
        </button></div><div
    class="slideshow banner banner--medium grid grid--1-col slider slider--everywhere banner--mobile-bottom scroll-trigger animate--fade-in"
    id="Slider-template--17521529258145__slideshow_NGhYpt"
    aria-live="polite"
    aria-atomic="true"
    data-autoplay="true"
    data-speed="5"
  ><style>
        #Slide-template--17521529258145__slideshow_NGhYpt-1 .banner__media::after {
          opacity: 0.0;
        }
      </style>
      <div
        class="slideshow__slide grid__item grid--1-col slider__slide"
        id="Slide-template--17521529258145__slideshow_NGhYpt-1"
        
        role="group"
        aria-roledescription="Slide"
        aria-label="1 of 3"
        tabindex="-1"
      >
        <div class="slideshow__media banner__media media">
              <img src="//www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=3840" alt="" srcset="//www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=375 375w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=550 550w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=1100 1100w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=1780 1780w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_27.png?v=1774498764&amp;width=3840 3840w" height="889" sizes="100vw" fetchpriority="high">
</div>
        <div class="slideshow__text-wrapper banner__content banner__content--middle-left page-width banner--desktop-transparent scroll-trigger animate--slide-in">
          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--left slideshow__text-mobile--left"><h2 class="banner__heading inline-richtext hxxl">
                50% OFF Specialty Health Blends
              </h2></div>
        </div>
      </div><style>
        #Slide-template--17521529258145__slideshow_NGhYpt-2 .banner__media::after {
          opacity: 0.0;
        }
      </style>
      <div
        class="slideshow__slide grid__item grid--1-col slider__slide"
        id="Slide-template--17521529258145__slideshow_NGhYpt-2"
        
        role="group"
        aria-roledescription="Slide"
        aria-label="2 of 3"
        tabindex="-1"
      >
        <div class="slideshow__media banner__media media"><img src="//www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=3840" alt="" srcset="//www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=375 375w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=550 550w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=1100 1100w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=1780 1780w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/Use_the_code_at_the_checkout_25.png?v=1765779609&amp;width=3840 3840w" height="889" loading="lazy" sizes="100vw">
</div>
        <div class="slideshow__text-wrapper banner__content banner__content--middle-left page-width banner--desktop-transparent">
          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--left slideshow__text-mobile--left"><h2 class="banner__heading inline-richtext hxxl">
                40% OFF Cold Brew and Imperial Matcha
              </h2></div>
        </div>
      </div><style>
        #Slide-template--17521529258145__slideshow_NGhYpt-3 .banner__media::after {
          opacity: 0.0;
        }
      </style>
      <div
        class="slideshow__slide grid__item grid--1-col slider__slide"
        id="Slide-template--17521529258145__slideshow_NGhYpt-3"
        
        role="group"
        aria-roledescription="Slide"
        aria-label="3 of 3"
        tabindex="-1"
      >
        <div class="slideshow__media banner__media media"><img src="//www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=3840" alt="" srcset="//www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=375 375w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=550 550w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=1100 1100w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=1780 1780w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/Rectangle_19169.png?v=1726828498&amp;width=3840 3840w" height="622" loading="lazy" sizes="100vw">
</div>
        <div class="slideshow__text-wrapper banner__content banner__content--middle-left page-width banner--desktop-transparent">
          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--left slideshow__text-mobile--left"><h2 class="banner__heading inline-richtext hxxl">
                Over 400 Years of Expertise
              </h2><div class="banner__text rte" >
                <p><em>Authentic Japanese matcha tea sourced directly from the Birthplace of Matcha.</em></p>
              </div></div>
        </div>
      </div></div></slideshow-component>
<style> #shopify-section-template--17521529258145__slideshow_NGhYpt slideshow-component {padding-top: 90px; background: #151111; background: linear-gradient(135deg, #151111 0%, #141414 60%, #192e19 100%);} #shopify-section-template--17521529258145__slideshow_NGhYpt .slideshow__media {background: none;} #shopify-section-template--17521529258145__slideshow_NGhYpt .slideshow__text {margin: unset;} #shopify-section-template--17521529258145__slideshow_NGhYpt .banner__text {font-size: 2.2em; font-family: var(--font-heading-family); line-height: 1.2;} @media (min-width: 800px) {#shopify-section-template--17521529258145__slideshow_NGhYpt slideshow-component {padding-block: 150px; } #shopify-section-template--17521529258145__slideshow_NGhYpt .slideshow__media img {position: absolute; top: 0; bottom: 0; right: 0; left: auto; width: 55%; object-position: left; }} </style></section><div id="shopify-section-template--17521529258145__image_with_text_iUE9eQ" class="shopify-section section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/component-image-with-text.css?v=3343121572007105731752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--17521529258145__image_with_text_iUE9eQ-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__image_with_text_iUE9eQ-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }</style><div class="section-template--17521529258145__image_with_text_iUE9eQ-padding gradient color-scheme-1  grid--reverse-img">
  <div class="page-width">
    <div class="image-with-text image-with-text--no-overlap isolate collapse-corners scroll-trigger animate--slide-in">
      <div class="image-with-text__grid grid grid--gapless grid--1-col grid--3-col-tablet image-with-text__grid--reverse">
        <div class="image-with-text__media-item image-with-text__media-item--small image-with-text__media-item--middle grid__item">
          <div
            class="image-with-text__media image-with-text__media--adapt global-media-settings background-transparent media"
            
              style="padding-bottom: 99.781181619256%;"
            
          ><img src="//www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=1500" alt="" srcset="//www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=165 165w, //www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=360 360w, //www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=535 535w, //www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=1070 1070w, //www.domatcha.com/cdn/shop/files/Untitled-1.png?v=1726828620&amp;width=1500 1500w" width="1500" height="1497" sizes="(min-width: 1600px) 750px,
              (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" fetchpriority="auto">
</div>
        </div>
        <div class="image-with-text__text-item grid__item">
          <div
            id="ImageWithText--template--17521529258145__image_with_text_iUE9eQ"
            class="image-with-text__content image-with-text__content--middle image-with-text__content--desktop-left image-with-text__content--mobile-left image-with-text__content--adapt content-container background-transparent"
          >
                  <h2
                    class="image-with-text__heading inline-richtext h0"
                    
                  >
                    From Japan to your cup
                  </h2>
                  
                <svg width="276" height="16" viewBox="0 0 276 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="276" height="13" fill="url(#pattern0_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern1_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern2_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern3_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern4_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern5_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern6_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern7_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern8_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern9_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern10_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern11_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern12_2_1657)"/>
<rect width="276" height="13" fill="url(#pattern13_2_1657)"/>
<defs>
<pattern id="pattern0_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern1_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern2_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern3_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern4_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern5_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern6_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern7_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern8_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern9_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern10_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern11_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern12_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<pattern id="pattern13_2_1657" patternContentUnits="objectBoundingBox" width="0.166667" height="1">
<use xlink:href="#image0_2_1657" transform="scale(0.00181159 0.0384615)"/>
</pattern>
<image id="image0_2_1657" width="92" height="26" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAaCAYAAAA67jspAAAAAXNSR0IArs4c6QAAAzxJREFUaEPdmr9v4jAUx7/GIfw42uGYTrqBgQqJSl245bb702/rUhakRkVCaoZKnTipiIOGEnx6DoGGJOCAHcJ5bB/2ex8/f/14hqHgQwjBAJQAMDhOCbbNYFn0t2AslwKLhUB3LoDeCsCKMSaKGtbW8YJ4uAE8Gll4e+NoNHhm1zxvhXp9iXbbB+AXaQMKA1wIUYLr2pjNLHCuzy/fFxJ+q/XBGKMNOOvQF9iRYQghOF7ubfz9aqVOQdDm8xWazdVGQkLjUGLG4xJqtdLezZpOffR6C8bY8kh3T/7Y2YDLjH65r6SCrlQ+0Br7QI8kgbRZaQSS1LfgNnnqaQnAv2eZV2lxBaOzABePjzY4r8T8W2egLt1d3wd0gsqJG8v5Au02ZXxul2yuwGVW9/vV2EX45c8S339S4MY0dnNHeF45stF0wd7dzfPK9tyAS612nFpEY4NgvTw1VfoxGFRRqVCpuR2dDkE3ru25ABdCWBgOa5EApUa3CHZuxzlcX0qN45RjstaZvjP240NBio82MQ48EXZO2XSISuKpMwzdKHAZ0HBY3wRO5V23S0fXmFYfgrz7f6ntjlOPSJ1B6MaAxwIJYM/yupyygE+G3iFftSeGEeCXBPuTrkcz3VCCaAcewP5dB/+2nbtjJluyZLGKbUzT/VeB7i+tp1IrcAl7MKhFSq6CXJAqwMkmdu8EpStB11JNaQMuS63BoB6B7fseu71dqAZbFLtYZaUx07UAT/wywfmC3dx4RYGY1Q8hHsoYNqq6K6yTgcccIw8vNLPjJeMOdDI4sf9yNPDUvojBGjZrluqwT/ziFjTZ6Fty5rIxM/ADTSBqeWZ2QgcYk3McaLoReOX2sTJwqdOuW8Zut40iPWNfxCToz3PLomA0suH7dmzNoNtJPZiDz3mpwDe9ZNe1MHOtSF0drhiUTP9lVqdtZGq2B3dX+JxHXcdE+Ew+BtAIn6qsV4aJxxMBR0Hn2lbNK5NV15Ha3u/bex+5qZycX0WeBpl4erpSXWQtHYV4jFX22bDhRmoVH7/3AyfJuL720WqlHhHD8VzM9BEJnkx47IFjHQkTz89BcX9hP6gp+k5sf8DUL8GpsVCy/wE8y98Wk0LfFwAAAABJRU5ErkJggg=="/>
</defs>
</svg><div class="image-with-text__text rte subtitle" >
                    <p>Since 2007, I’ve partnered with a highly respected matcha supplier in Uji, Japan to produce the finest matcha. Every tin of DōMatcha® is prepared with 400+ years of generational mastery. It is our pleasure to bring North Americans the “The Way of Matcha.”</p>
                  </div><div class="image-icon " >
                    
                      
                      
                    <img src="//www.domatcha.com/cdn/shop/files/image_1_1a1393a3-6129-44b7-8c2f-d0e114d4986e.png?v=1728990296&amp;width=300" alt="" srcset="//www.domatcha.com/cdn/shop/files/image_1_1a1393a3-6129-44b7-8c2f-d0e114d4986e.png?v=1728990296&amp;width=300 300w" width="300" height="78">
                        
                     
                  </div><a
                      
                        href="/pages/our-history"
                      
                      class="button button--primary"
                      
                    >
                      Read More
                    </a></div>
        </div>
      </div>
    </div>

  </div>
</div>


<style>


#shopify-section-template--17521529258145__image_with_text_iUE9eQ:before {
  content: "";
  background-image: url(//www.domatcha.com/cdn/shop/files/Frame_1321318315.jpg?v=1726828650&width=2000);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#shopify-section-template--17521529258145__image_with_text_iUE9eQ {
    padding: 150px 0;
}
#shopify-section-template--17521529258145__image_with_text_iUE9eQ .gradient {
    background: transparent;
}


@media (max-width: 767px) {
 #shopify-section-template--17521529258145__image_with_text_iUE9eQ {
    padding: 70px 0 0;
}
  
}



</style>

<style> #shopify-section-template--17521529258145__image_with_text_iUE9eQ > div {background-size: cover; background-position: center;} #shopify-section-template--17521529258145__image_with_text_iUE9eQ .image-with-text {background: #000000b0; border-radius: 20px; padding: 20px 20px 20px 20px; display: inline-block; width: 100%; margin-bottom: 70px;} #shopify-section-template--17521529258145__image_with_text_iUE9eQ img {object-fit: contain;} #shopify-section-template--17521529258145__image_with_text_iUE9eQ h6 {font-weight: normal;} #shopify-section-template--17521529258145__image_with_text_iUE9eQ .image-with-text__text {max-width: 640px;} @media (min-width: 1200px) {#shopify-section-template--17521529258145__image_with_text_iUE9eQ .image-with-text__grid {max-width: 80em; margin-inline: auto; } #shopify-section-template--17521529258145__image_with_text_iUE9eQ .image-with-text__media-item {width: 40%; } #shopify-section-template--17521529258145__image_with_text_iUE9eQ .image-with-text__text-item {width: 60%; }} </style></div><section id="shopify-section-template--17521529258145__multicolumn_KRgVcn" class="shopify-section section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/section-multicolumn.css?v=81420361875458722681752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slider.css?v=14039311878856620671752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--17521529258145__multicolumn_KRgVcn-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__multicolumn_KRgVcn-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div class="multicolumn color-scheme-127840c9-1d1a-4cc4-941f-e1b558f9f3ed gradient background-primary no-heading">
  <div
    class="page-width section-template--17521529258145__multicolumn_KRgVcn-padding isolate scroll-trigger animate--slide-in"
    
      data-cascade
    
  ><slider-component class="slider-mobile-gutter">
      <ul
        class="multicolumn-list contains-content-container grid grid--1-col-tablet-down grid--3-col-desktop"
        id="Slider-template--17521529258145__multicolumn_KRgVcn"
        role="list"
      ><li
            id="Slide-template--17521529258145__multicolumn_KRgVcn-1"
            class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
            
            
              data-cascade
              style="--animation-order: 1;"
            
          >
            <div class="multicolumn-card content-container">
                <div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
                  <div
                    class="media media--transparent media--adapt"
                    
                      style="padding-bottom: 100.0%;"
                    
                  >
                    <img src="//www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=3200" alt="" srcset="//www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=50 50w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=75 75w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=100 100w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=150 150w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=200 200w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=300 300w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=400 400w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=500 500w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=1000 1000w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=1250 1250w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=1750 1750w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=2250 2250w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=2500 2500w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=2750 2750w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/yoga-svgrepo-com_1.svg?v=1726828738&amp;width=3200 3200w" width="3200" height="3200" sizes="
                      (min-width: 1600px) calc((1600px - 156px) * 0.33 /  3),
                      (min-width: 990px) calc((100vw - 156px) * 0.33 / 3),
                      (min-width: 750px) calc((100vw - 100px) * 0.33 / 1),
                      calc((100vw - 30px) * 0.33 / 1)
                    " class="multicolumn-card__image">
                  </div>
                </div><div class="multicolumn-card__info"><h3 class="inline-richtext h2">Calm</h3><div class="rte"><p>Our Matcha teas contain L-theanine, an amino acid that increases alpha waves in the brain, reducing stress and anxiety.</p></div></div>
            </div>
          </li><li
            id="Slide-template--17521529258145__multicolumn_KRgVcn-2"
            class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
            
            
              data-cascade
              style="--animation-order: 2;"
            
          >
            <div class="multicolumn-card content-container">
                <div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
                  <div
                    class="media media--transparent media--adapt"
                    
                      style="padding-bottom: 100.0%;"
                    
                  >
                    <img src="//www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=3200" alt="" srcset="//www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=50 50w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=75 75w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=100 100w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=150 150w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=200 200w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=300 300w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=400 400w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=500 500w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=1000 1000w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=1250 1250w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=1750 1750w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=2250 2250w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=2500 2500w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=2750 2750w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/idea-svgrepo-com_1_1.svg?v=1726828774&amp;width=3200 3200w" width="3200" height="3200" sizes="
                      (min-width: 1600px) calc((1600px - 156px) * 0.33 /  3),
                      (min-width: 990px) calc((100vw - 156px) * 0.33 / 3),
                      (min-width: 750px) calc((100vw - 100px) * 0.33 / 1),
                      calc((100vw - 30px) * 0.33 / 1)
                    " class="multicolumn-card__image">
                  </div>
                </div><div class="multicolumn-card__info"><h3 class="inline-richtext h2">Focus</h3><div class="rte"><p>The combination of Caffeine and L-theanine in our matcha improves mental clarity, and concentration throughout the day.</p></div></div>
            </div>
          </li><li
            id="Slide-template--17521529258145__multicolumn_KRgVcn-3"
            class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
            
            
              data-cascade
              style="--animation-order: 3;"
            
          >
            <div class="multicolumn-card content-container">
                <div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
                  <div
                    class="media media--transparent media--adapt"
                    
                      style="padding-bottom: 100.0%;"
                    
                  >
                    <img src="//www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=3200" alt="" srcset="//www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=50 50w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=75 75w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=100 100w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=150 150w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=200 200w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=300 300w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=400 400w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=500 500w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=750 750w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=1000 1000w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=1250 1250w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=1500 1500w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=1750 1750w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=2000 2000w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=2250 2250w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=2500 2500w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=2750 2750w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=3000 3000w, //www.domatcha.com/cdn/shop/files/Group_3.svg?v=1726828793&amp;width=3200 3200w" width="3200" height="3200" sizes="
                      (min-width: 1600px) calc((1600px - 156px) * 0.33 /  3),
                      (min-width: 990px) calc((100vw - 156px) * 0.33 / 3),
                      (min-width: 750px) calc((100vw - 100px) * 0.33 / 1),
                      calc((100vw - 30px) * 0.33 / 1)
                    " class="multicolumn-card__image">
                  </div>
                </div><div class="multicolumn-card__info"><h3 class="inline-richtext h2">Energy</h3><div class="rte"><p>Boost your energy and stay alert without any jitters or crashes thanks to the unique combination of L-theanine and Caffeine.</p></div></div>
            </div>
          </li></ul></slider-component>
    <div class="center"></div>
  </div>
</div>

  <style>
#shopify-section-template--17521529258145__multicolumn_KRgVcn .multicolumn  {
  content: "";
  background-image: url(//www.domatcha.com/cdn/shop/files/Frame_1321318316.png?v=1726828815&width=2000);
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}
</style>






<style> #shopify-section-template--17521529258145__multicolumn_KRgVcn .multicolumn-card {background: #f2f2f2; border-radius: 16px; padding-top: 30px; padding-bottom: 30px;} #shopify-section-template--17521529258145__multicolumn_KRgVcn .multicolumn-card__image-wrapper--third-width {width: 100px;} #shopify-section-template--17521529258145__multicolumn_KRgVcn h3 {font-weight: 600; font-style: italic;} </style></section><div id="shopify-section-template--17521529258145__image_slider_bMkyKg" class="shopify-section"><style data-shopify>.section-template--17521529258145__image_slider_bMkyKg-padding {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__image_slider_bMkyKg-padding {
      padding-top: 16px;
      padding-bottom: 8px;
    }
  }</style><div class="logo-section section-template--17521529258145__image_slider_bMkyKg-padding gradient color-scheme-1">
  <div class="page-width-full">
  
<div class="image-slider">
  
    <div class="image-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/Rectangle_31.jpg?v=1726828928&amp;width=1000" alt="" srcset="//www.domatcha.com/cdn/shop/files/Rectangle_31.jpg?v=1726828928&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/Rectangle_31.jpg?v=1726828928&amp;width=832 832w, //www.domatcha.com/cdn/shop/files/Rectangle_31.jpg?v=1726828928&amp;width=1000 1000w" width="1000" height="521" loading="lazy">
       
      
    </div>
  
    <div class="image-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/Rectangle_34.jpg?v=1726828887&amp;width=1000" alt="" srcset="//www.domatcha.com/cdn/shop/files/Rectangle_34.jpg?v=1726828887&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/Rectangle_34.jpg?v=1726828887&amp;width=832 832w, //www.domatcha.com/cdn/shop/files/Rectangle_34.jpg?v=1726828887&amp;width=1000 1000w" width="1000" height="479" loading="lazy">
       
      
    </div>
  
    <div class="image-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/pexels-tomas-kubek-472737444-15760105_1_b2cdf316-92d6-4c5c-9c1a-94c676700abc.jpg?v=1728912536&amp;width=1000" alt="" srcset="//www.domatcha.com/cdn/shop/files/pexels-tomas-kubek-472737444-15760105_1_b2cdf316-92d6-4c5c-9c1a-94c676700abc.jpg?v=1728912536&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/pexels-tomas-kubek-472737444-15760105_1_b2cdf316-92d6-4c5c-9c1a-94c676700abc.jpg?v=1728912536&amp;width=832 832w, //www.domatcha.com/cdn/shop/files/pexels-tomas-kubek-472737444-15760105_1_b2cdf316-92d6-4c5c-9c1a-94c676700abc.jpg?v=1728912536&amp;width=1000 1000w" width="1000" height="479" loading="lazy">
       
      
    </div>
  
</div>
  </div>
</div>


<script>
jQuery(document).ready(function($){
    $('.image-slider').slick({
      infinite: true,
      slidesToShow: 1,
      slidesToScroll: 1,
      autoplay: true,
      autoplaySpeed: 3000,
      dots: false,
      arrows: false
    });
  });
</script>



</div><section id="shopify-section-template--17521529258145__featured_collection" class="shopify-section section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/component-card.css?v=120341546515895839841752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-price.css?v=70172745017360139101752859188" rel="stylesheet" type="text/css" media="all" />

<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slider.css?v=14039311878856620671752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/template-collection.css?v=58558206033505836701752859188" rel="stylesheet" type="text/css" media="all" />

<link href="//www.domatcha.com/cdn/shop/t/49/assets/quick-add.css?v=66647833350618835731752859188" rel="stylesheet" type="text/css" media="all" />
  <script src="//www.domatcha.com/cdn/shop/t/49/assets/product-form.js?v=82553749319723712671752859188" defer="defer"></script><script src="//www.domatcha.com/cdn/shop/t/49/assets/quick-add.js?v=73073840428863680991752859188" defer="defer"></script><style data-shopify>.section-template--17521529258145__featured_collection-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__featured_collection-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div
  class="color-scheme-1 isolate gradient"
>
  <div
    class="collection section-template--17521529258145__featured_collection-padding"
    id="collection-template--17521529258145__featured_collection"
    data-id="template--17521529258145__featured_collection"
  >
    <div class="collection__title title-wrapper title-wrapper--no-top-margin page-width"><h2 class="title inline-richtext hxl scroll-trigger animate--slide-in">
          Customer’s Favorite
        </h2></div>

    <slider-component class="slider-mobile-gutter page-width page-width-desktop scroll-trigger animate--slide-in">
      <ul
        id="Slider-template--17521529258145__featured_collection"
        data-id="template--17521529258145__featured_collection"
        class="grid product-grid contains-card contains-card--product contains-card--standard grid--4-col-desktop grid--1-col-tablet-down"
        role="list"
        aria-label="Slider"
      >
        
<li
            id="Slide-template--17521529258145__featured_collection-1"
            class="grid__item scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 1;"
            
          >
            
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-rating.css?v=179577762467860590411752859188" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.domatcha.com/cdn/shop/t/49/assets/component-volume-pricing.css?v=111870094811454961941752859188" rel="stylesheet" type="text/css" media="all" />

  <link href="//www.domatcha.com/cdn/shop/t/49/assets/component-price.css?v=70172745017360139101752859188" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.domatcha.com/cdn/shop/t/49/assets/quick-order-list.css?v=129932180309343703061752859188" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.domatcha.com/cdn/shop/t/49/assets/quantity-popover.css?v=129068967981937647381752859188" rel="stylesheet" type="text/css" media="all" />
<div class="card-wrapper product-card-wrapper underline-links-hover" data-product-handle="masters-decaf">
    <div
      class="
        card card--standard
         card--media
        
        
        
        
        
      "
      style="--ratio-percent: 100.0%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 100.0%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1.png?v=1732862823&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1.png?v=1732862823&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1.png?v=1732862823 500w
                "
                src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1.png?v=1732862823&width=533"
                sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Master&#39;s Decaf"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="500"
                height="500"
              >
              
<img
                  srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1_1.png?v=1731490507&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1_1.png?v=1731490507&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1_1.png?v=1731490507&width=533 533w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1_1.png?v=1731490507 675w
                  "
                  src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Master_s_Decaf_Tin_1.06oz-removebg-preview_1_1.png?v=1731490507&width=533"
                  sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                  alt=""
                  class="motion-reduce"
                  loading="lazy"
                  width="675"
                  height="832"
                ></div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/masters-decaf"
                id="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417806041184"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417806041184 NoMediaStandardBadge-template--17521529258145__featured_collection-4417806041184"
              >
                Master&#39;s Decaf
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h5"
            
              id="title-template--17521529258145__featured_collection-4417806041184"
            
          >
            <a
              href="/products/masters-decaf"
              id="CardLink-template--17521529258145__featured_collection-4417806041184"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--17521529258145__featured_collection-4417806041184 Badge-template--17521529258145__featured_collection-4417806041184"
            >
              Master&#39;s Decaf
            </a></h3>
          <div class="card-information"><span class="caption-large light"></span>

            

            
<div
    class="
      price "
  >
    <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span class="price-item price-item--regular  price-display">
            <span class=money> $74.99 USD </span>
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last">
          <span class=money> $74.99 USD </span>
        </span>
      </div>
      <small class="unit-price caption hidden">
        <span class="visually-hidden">Unit price</span>
        <span class="price-item price-item--last">
          <span></span>
          <span aria-hidden="true">/</span>
          <span class="visually-hidden">&nbsp;per&nbsp;</span>
          <span>
          </span>
        </span>
      </small>
    </div></div>



<div class="rte short-desc">
The first decaffeinated matcha on the market.


Has the same miniscule amoun...</div></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><product-form data-section-id="template--17521529258145__featured_collection"><form method="post" action="/cart/add" id="quick-add-template--17521529258145__featured_collection4417806041184" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
                    type="hidden"
                    name="id"
                    value="31498968432736"
                    class="product-variant-id"
                    
                  >
                  <button
                    id="quick-add-template--17521529258145__featured_collection4417806041184-submit"
                    type="submit"
                    name="add"
                    class="quick-add__submit button button--full-width button--primary"
                    aria-haspopup="dialog"
                    aria-labelledby="quick-add-template--17521529258145__featured_collection4417806041184-submit title-template--17521529258145__featured_collection-4417806041184"
                    aria-live="polite"
                    data-sold-out-message="true"
                    
                  >
                    <span>Add to cart
</span>
                    <span class="sold-out-message hidden">
                      Sold out
                    </span>

<div class="loading__spinner hidden">
  <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>

</div>
</button><input type="hidden" name="product-id" value="4417806041184" /><input type="hidden" name="section-id" value="template--17521529258145__featured_collection" /></form></product-form></div>
        
        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div>
          </li><li
            id="Slide-template--17521529258145__featured_collection-2"
            class="grid__item scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 2;"
            
          >
            
<div class="card-wrapper product-card-wrapper underline-links-hover" data-product-handle="ceremonial">
    <div
      class="
        card card--standard
         card--media
        
        
        
        
        
      "
      style="--ratio-percent: 100.0%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 100.0%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz__1_-removebg-preview.png?v=1732751816&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz__1_-removebg-preview.png?v=1732751816&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz__1_-removebg-preview.png?v=1732751816 500w
                "
                src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz__1_-removebg-preview.png?v=1732751816&width=533"
                sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Ceremonial"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="500"
                height="500"
              >
              
<img
                  srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz.png?v=1732178507&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz.png?v=1732178507&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz.png?v=1732178507&width=533 533w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz.png?v=1732178507 677w
                  "
                  src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_1.06oz.png?v=1732178507&width=533"
                  sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                  alt=""
                  class="motion-reduce"
                  loading="lazy"
                  width="677"
                  height="830"
                ></div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/ceremonial"
                id="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417806139488"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417806139488 NoMediaStandardBadge-template--17521529258145__featured_collection-4417806139488"
              >
                Ceremonial
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h5"
            
              id="title-template--17521529258145__featured_collection-4417806139488"
            
          >
            <a
              href="/products/ceremonial"
              id="CardLink-template--17521529258145__featured_collection-4417806139488"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--17521529258145__featured_collection-4417806139488 Badge-template--17521529258145__featured_collection-4417806139488"
            >
              Ceremonial
            </a></h3>
          <div class="card-information"><span class="caption-large light"></span>

            

            
<div
    class="
      price "
  >
    <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span class="price-item price-item--regular  price-display">
            <span class=money> $33.99 USD </span>
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last">
          <span class=money> $33.99 USD </span>
        </span>
      </div>
      <small class="unit-price caption hidden">
        <span class="visually-hidden">Unit price</span>
        <span class="price-item price-item--last">
          <span></span>
          <span aria-hidden="true">/</span>
          <span class="visually-hidden">&nbsp;per&nbsp;</span>
          <span>
          </span>
        </span>
      </small>
    </div></div>



<div class="rte short-desc">
Paying homage to the traditional tea ceremonies of Japan, only the finest, y...</div></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><product-form data-section-id="template--17521529258145__featured_collection"><form method="post" action="/cart/add" id="quick-add-template--17521529258145__featured_collection4417806139488" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
                    type="hidden"
                    name="id"
                    value="42767811936417"
                    class="product-variant-id"
                    
                  >
                  <button
                    id="quick-add-template--17521529258145__featured_collection4417806139488-submit"
                    type="submit"
                    name="add"
                    class="quick-add__submit button button--full-width button--primary"
                    aria-haspopup="dialog"
                    aria-labelledby="quick-add-template--17521529258145__featured_collection4417806139488-submit title-template--17521529258145__featured_collection-4417806139488"
                    aria-live="polite"
                    data-sold-out-message="true"
                    
                  >
                    <span>Add to cart
</span>
                    <span class="sold-out-message hidden">
                      Sold out
                    </span>

<div class="loading__spinner hidden">
  <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>

</div>
</button><input type="hidden" name="product-id" value="4417806139488" /><input type="hidden" name="section-id" value="template--17521529258145__featured_collection" /></form></product-form></div>
        
        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div>
          </li><li
            id="Slide-template--17521529258145__featured_collection-3"
            class="grid__item scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 3;"
            
          >
            
<div class="card-wrapper product-card-wrapper underline-links-hover" data-product-handle="ceremonial-organic">
    <div
      class="
        card card--standard
         card--media
        
        
        
        
        
      "
      style="--ratio-percent: 100.0%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 100.0%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz_2.82oz_2020-removebg-preview.png?v=1732752047&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz_2.82oz_2020-removebg-preview.png?v=1732752047&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz_2.82oz_2020-removebg-preview.png?v=1732752047&width=533 533w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz_2.82oz_2020-removebg-preview.png?v=1732752047 549w
                "
                src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz_2.82oz_2020-removebg-preview.png?v=1732752047&width=533"
                sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Ceremonial Organic"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="549"
                height="454"
              >
              
<img
                  srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz__1_-removebg-preview.png?v=1732752010&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz__1_-removebg-preview.png?v=1732752010&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz__1_-removebg-preview.png?v=1732752010 500w
                  "
                  src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz__1_-removebg-preview.png?v=1732752010&width=533"
                  sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                  alt=""
                  class="motion-reduce"
                  loading="lazy"
                  width="500"
                  height="500"
                ></div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/ceremonial-organic"
                id="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417805942880"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417805942880 NoMediaStandardBadge-template--17521529258145__featured_collection-4417805942880"
              >
                Ceremonial Organic
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h5"
            
              id="title-template--17521529258145__featured_collection-4417805942880"
            
          >
            <a
              href="/products/ceremonial-organic"
              id="CardLink-template--17521529258145__featured_collection-4417805942880"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--17521529258145__featured_collection-4417805942880 Badge-template--17521529258145__featured_collection-4417805942880"
            >
              Ceremonial Organic
            </a></h3>
          <div class="card-information"><span class="caption-large light"></span>

            

            
<div
    class="
      price "
  >
    <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span class="price-item price-item--regular  price-display">
            <span class=money> $34.99 USD </span>
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last">
          <span class=money> $34.99 USD </span>
        </span>
      </div>
      <small class="unit-price caption hidden">
        <span class="visually-hidden">Unit price</span>
        <span class="price-item price-item--last">
          <span></span>
          <span aria-hidden="true">/</span>
          <span class="visually-hidden">&nbsp;per&nbsp;</span>
          <span>
          </span>
        </span>
      </small>
    </div></div>



<div class="rte short-desc">
Paying homage to the traditional tea ceremonies of Japan, only the finest, y...</div></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><form class="product-variant-form" action="/cart/add" method="post" >
   <select name="id" class="variant-dropdown">
      
        <option value="31498968301664" data-image="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Ceremonial_Tin_Organic_1.06oz__1_-removebg-preview.png?v=1732752010&width=800" data-price="<span class=money> $34.99 USD </span>">
          1oz 
        </option>
      
        <option value="31498968334432" data-image="//www.domatcha.com/cdn/shop/products/USA_DoMatcha_Ceremonial_Tin_Organic_2.82oz.jpg?v=1712044390&width=800" data-price="<span class=money> $74.99 USD </span>">
          2.82oz 
        </option>
      
    </select>
  <button type="submit" class="ajax-add-to-cart button button--primary"><span>Add to Cart</span><div class="loading__spinner hidden">
  <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"></circle></svg>

</div></button>
</form></div>
        
        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div>
          </li><li
            id="Slide-template--17521529258145__featured_collection-4"
            class="grid__item scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 4;"
            
          >
            
<div class="card-wrapper product-card-wrapper underline-links-hover" data-product-handle="travel-packets-organic">
    <div
      class="
        card card--standard
         card--media
        
        
        
        
        
      "
      style="--ratio-percent: 100.0%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 100.0%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Travel_Packets_Organic_12_box_Front__1_-removebg-preview.png?v=1732863284&width=165 165w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Travel_Packets_Organic_12_box_Front__1_-removebg-preview.png?v=1732863284&width=360 360w,//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Travel_Packets_Organic_12_box_Front__1_-removebg-preview.png?v=1732863284 500w
                "
                src="//www.domatcha.com/cdn/shop/files/USA_DoMatcha_Travel_Packets_Organic_12_box_Front__1_-removebg-preview.png?v=1732863284&width=533"
                sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Travel Packets Organic"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="500"
                height="500"
              >
              
<img
                  srcset="//www.domatcha.com/cdn/shop/products/DoMatcha-Website-Product_Images_270x287_2023_015.png?v=1712044568&width=165 165w,//www.domatcha.com/cdn/shop/products/DoMatcha-Website-Product_Images_270x287_2023_015.png?v=1712044568&width=360 360w,//www.domatcha.com/cdn/shop/products/DoMatcha-Website-Product_Images_270x287_2023_015.png?v=1712044568 375w
                  "
                  src="//www.domatcha.com/cdn/shop/products/DoMatcha-Website-Product_Images_270x287_2023_015.png?v=1712044568&width=533"
                  sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                  alt=""
                  class="motion-reduce"
                  loading="lazy"
                  width="375"
                  height="399"
                ></div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/travel-packets-organic"
                id="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417805549664"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--17521529258145__featured_collection-4417805549664 NoMediaStandardBadge-template--17521529258145__featured_collection-4417805549664"
              >
                Travel Packets Organic
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h5"
            
              id="title-template--17521529258145__featured_collection-4417805549664"
            
          >
            <a
              href="/products/travel-packets-organic"
              id="CardLink-template--17521529258145__featured_collection-4417805549664"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--17521529258145__featured_collection-4417805549664 Badge-template--17521529258145__featured_collection-4417805549664"
            >
              Travel Packets Organic
            </a></h3>
          <div class="card-information"><span class="caption-large light"></span>

            

            
<div
    class="
      price "
  >
    <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span class="price-item price-item--regular  price-display">
            <span class=money> $23.99 USD </span>
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last">
          <span class=money> $23.99 USD </span>
        </span>
      </div>
      <small class="unit-price caption hidden">
        <span class="visually-hidden">Unit price</span>
        <span class="price-item price-item--last">
          <span></span>
          <span aria-hidden="true">/</span>
          <span class="visually-hidden">&nbsp;per&nbsp;</span>
          <span>
          </span>
        </span>
      </small>
    </div></div>



<div class="rte short-desc">
The benefits of matcha, conveniently on the go
Enjoy the same smooth tasting...</div></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><product-form data-section-id="template--17521529258145__featured_collection"><form method="post" action="/cart/add" id="quick-add-template--17521529258145__featured_collection4417805549664" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
                    type="hidden"
                    name="id"
                    value="31936509116512"
                    class="product-variant-id"
                    
                  >
                  <button
                    id="quick-add-template--17521529258145__featured_collection4417805549664-submit"
                    type="submit"
                    name="add"
                    class="quick-add__submit button button--full-width button--primary"
                    aria-haspopup="dialog"
                    aria-labelledby="quick-add-template--17521529258145__featured_collection4417805549664-submit title-template--17521529258145__featured_collection-4417805549664"
                    aria-live="polite"
                    data-sold-out-message="true"
                    
                  >
                    <span>Add to cart
</span>
                    <span class="sold-out-message hidden">
                      Sold out
                    </span>

<div class="loading__spinner hidden">
  <svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewBox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>

</div>
</button><input type="hidden" name="product-id" value="4417805549664" /><input type="hidden" name="section-id" value="template--17521529258145__featured_collection" /></form></product-form></div>
        
        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div>
          </li></ul></slider-component></div>
</div>

  <style>
.section-template--17521529258145__featured_collection-padding {
  content: "";
  background-image: url(//www.domatcha.com/cdn/shop/files/Frame_1321318318.png?v=1726828962&width=2000);
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}
</style>



<style> #shopify-section-template--17521529258145__featured_collection h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic;} #shopify-section-template--17521529258145__featured_collection img {object-fit: contain;} #shopify-section-template--17521529258145__featured_collection select.variant-dropdown {font-size: 15px; min-width: 5em; margin-right: 0.5rem;} </style></section><div id="shopify-section-template--17521529258145__testimonial_7JrNQX" class="shopify-section"><style data-shopify>.section-template--17521529258145__testimonial_7JrNQX-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__testimonial_7JrNQX-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div class="testimonial-section section-template--17521529258145__testimonial_7JrNQX-padding gradient color-scheme-1">
  <div class="page-width">
    
         <h2 class="title inline-richtext h0">
          Testimonials
        </h2>
    
  <div class="testimonial-slider">
    
      <div class="testimonial-slide">
        <div class="testi-flex">
        <div class="testi-left">
        
          <img src="//www.domatcha.com/cdn/shop/files/natayala_1.png?v=1731389001&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/natayala_1.png?v=1731389001&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/natayala_1.png?v=1731389001&amp;width=500 500w" width="500" height="500" loading="lazy">
        
        </div>
        <div class="testi-rigth">

          <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>

          <div class="testimonial-text"><h5><em>Gives me energy and yet keeps me calm at the same time.</em></h5></div>
          <p class="testimonial-author">NATALIA TOPOROWSKA</p>
          <p class="testimonial-des">PROFESSIONAL TENNIS PLAYER</p>
        </div>
      </div>
      </div>
      
      <div class="testimonial-slide">
        <div class="testi-flex">
        <div class="testi-left">
        
          <img src="//www.domatcha.com/cdn/shop/files/courtney-4.png?v=1731389268&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/courtney-4.png?v=1731389268&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/courtney-4.png?v=1731389268&amp;width=500 500w" width="500" height="502" loading="lazy">
        
        </div>
        <div class="testi-rigth">

          <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>

          <div class="testimonial-text"><h5><em>I was blown away with how good I felt physically, mentally.</em></h5></div>
          <p class="testimonial-author">COURTNEY THOMPSON</p>
          <p class="testimonial-des">2 TIME OLYMPIANVOLLEYBALL</p>
        </div>
      </div>
      </div>
      
      <div class="testimonial-slide">
        <div class="testi-flex">
        <div class="testi-left">
        
          <img src="//www.domatcha.com/cdn/shop/files/chun.png?v=1731389538&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/chun.png?v=1731389538&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/chun.png?v=1731389538&amp;width=500 500w" width="500" height="502" loading="lazy">
        
        </div>
        <div class="testi-rigth">

          <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>

          <div class="testimonial-text"><h5><em>DōMatcha® green tea provides extra energy and focus to my training!</em></h5></div>
          <p class="testimonial-author">CHUN-SHENG WANG</p>
          <p class="testimonial-des"></p>
        </div>
      </div>
      </div>
      
      <div class="testimonial-slide">
        <div class="testi-flex">
        <div class="testi-left">
        
          <img src="//www.domatcha.com/cdn/shop/files/christ.png?v=1731389712&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/christ.png?v=1731389712&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/christ.png?v=1731389712&amp;width=500 500w" width="500" height="498" loading="lazy">
        
        </div>
        <div class="testi-rigth">

          <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0046 4.17972C15.3809 3.0215 17.0195 3.0215 17.3958 4.17972L19.5102 10.6871C19.6785 11.205 20.1612 11.5557 20.7058 11.5557H27.548C28.7658 11.5557 29.2722 13.1141 28.2869 13.8299L22.7515 17.8517C22.3109 18.1718 22.1265 18.7392 22.2948 19.2572L24.4091 25.7645C24.7855 26.9228 23.4598 27.8859 22.4746 27.1701L16.9391 23.1483C16.4985 22.8282 15.9019 22.8282 15.4613 23.1483L9.92579 27.1701C8.94055 27.8859 7.61492 26.9228 7.99125 25.7645L10.1056 19.2572C10.2739 18.7392 10.0895 18.1718 9.64893 17.8517L4.11345 13.8299C3.12821 13.1141 3.63456 11.5557 4.85238 11.5557H11.6946C12.2392 11.5557 12.7219 11.205 12.8902 10.6871L15.0046 4.17972Z" fill="#F4C725"/>
</svg>

          <div class="testimonial-text"><h5><em>Gives me that edge by providing me with increased energy levels and better mental focus.</em></h5></div>
          <p class="testimonial-author">CHRISTOPHER GORDON</p>
          <p class="testimonial-des">PROFESSIONAL SQUASH PLAYER</p>
        </div>
      </div>
      </div>
      
  </div>
</div>
</div>


<script>
jQuery(document).ready(function($){
    $('.testimonial-slider').slick({
      infinite: false,
      slidesToShow: 1,
      slidesToScroll: 1,
      autoplay: false,
      autoplaySpeed: 5000,
      dots: false,
      arrows: true,
      prevArrow:"<div class='slick-prevs pull-arrow'><svg width='42' height='43' viewBox='0 0 42 43' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='1' filter='url(#filter0_b_2_2530)'><circle cx='20' cy='20' r='20.5' transform='matrix(-1 0 0 1 41 1.5)' stroke='white'/></g><g opacity='1'><path d='M17.4537 22.4307L27.597 22.4307L27.597 20.7641L17.4537 20.7641L21.9237 16.2941L20.7453 15.1157L14.2637 21.5974L20.7453 28.0791L21.9237 26.9007L17.4537 22.4307Z' fill='white'/></g><defs><filter id='filter0_b_2_2530' x='-102.3' y='-101.8' width='246.6' height='246.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feGaussianBlur in='BackgroundImageFix' stdDeviation='51.15'/><feComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2_2530'/><feBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_2_2530' result='shape'/></filter></defs></svg></div>",
      nextArrow:"<div class='slick-nexts pull-arrow'><svg width='42' height='43' viewBox='0 0 42 43' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(#filter0_b_2_2526)'><circle cx='21' cy='21.5' r='20.5' stroke='white'/></g><path d='M24.5463 22.4307L14.403 22.4307L14.403 20.7641L24.5463 20.7641L20.0763 16.2941L21.2547 15.1157L27.7363 21.5974L21.2547 28.0791L20.0763 26.9007L24.5463 22.4307Z' fill='white'/><defs><filter id='filter0_b_2_2526' x='-102.3' y='-101.8' width='246.6' height='246.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feGaussianBlur in='BackgroundImageFix' stdDeviation='51.15'/><feComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_2_2526'/><feBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_2_2526' result='shape'/></filter></defs></svg></div>"      
      
    });
  });
</script>

<style> #shopify-section-template--17521529258145__testimonial_7JrNQX h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic; margin-top: 0;} #shopify-section-template--17521529258145__testimonial_7JrNQX .testi-left {width: 12em; margin-inline: auto;} #shopify-section-template--17521529258145__testimonial_7JrNQX h5 {margin-block: 0.5em;} </style></div><div id="shopify-section-template--17521529258145__logo_section_GiEapM" class="shopify-section"><style data-shopify>.section-template--17521529258145__logo_section_GiEapM-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__logo_section_GiEapM-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div class="logo-section section-template--17521529258145__logo_section_GiEapM-padding gradient color-scheme-5">
  <div class="page-width">
  <h2 class="title inline-richtext h0">
          Certifications
        </h2>
<div class="multiple-logos-section">
  
    <div class="logo-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/JAS.png?v=1732001709&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/JAS.png?v=1732001709&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/JAS.png?v=1732001709&amp;width=500 500w" width="500" height="280" loading="lazy">
       
      
    </div>
  
    <div class="logo-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/k.png?v=1732009396&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/k.png?v=1732009396&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/k.png?v=1732009396&amp;width=500 500w" width="500" height="500" loading="lazy">
       
      
    </div>
  
    <div class="logo-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/Organic-removebg-preview_1.png?v=1732010071&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/Organic-removebg-preview_1.png?v=1732010071&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/Organic-removebg-preview_1.png?v=1732010071&amp;width=500 500w" width="500" height="374" loading="lazy">
       
      
    </div>
  
    <div class="logo-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/images.jpg?v=1732012752&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/images.jpg?v=1732012752&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/images.jpg?v=1732012752&amp;width=500 500w" width="500" height="500" loading="lazy">
       
      
    </div>
  
    <div class="logo-item">
      
       
          <img src="//www.domatcha.com/cdn/shop/files/AB.png?v=1732012268&amp;width=500" alt="" srcset="//www.domatcha.com/cdn/shop/files/AB.png?v=1732012268&amp;width=352 352w, //www.domatcha.com/cdn/shop/files/AB.png?v=1732012268&amp;width=500 500w" width="500" height="500" loading="lazy">
       
      
    </div>
  
</div>
  </div>
</div>


<style> #shopify-section-template--17521529258145__logo_section_GiEapM h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic; margin-top: 0;} </style></div><section id="shopify-section-template--17521529258145__featured_blog_mansory_LatxMT" class="shopify-section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slider.css?v=14039311878856620671752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-card.css?v=120341546515895839841752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-article-card.css?v=47105078945762260691752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/section-featured-blog.css?v=36629982431115873811752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--17521529258145__featured_blog_mansory_LatxMT-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__featured_blog_mansory_LatxMT-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div class="blog color-scheme-2 gradient">
  <div class="page-width-desktop isolate section-template--17521529258145__featured_blog_mansory_LatxMT-padding"><h2
          id="SectionHeading-template--17521529258145__featured_blog_mansory_LatxMT"
          class="title inline-richtext h0 scroll-trigger animate--slide-in"
          
            data-cascade
          
        >
          Matcha Blog
        </h2><div class="flex-blog"><div class="left-blog"><div class="single-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/IMG_5871_2_b809fc42-73e3-4cec-a684-5234d8f1954d.jpg?v=1775833509&amp;width=600" alt="Matcha Evolved: Discover DōMatcha®’s Digest and Vitality Blends" srcset="//www.domatcha.com/cdn/shop/articles/IMG_5871_2_b809fc42-73e3-4cec-a684-5234d8f1954d.jpg?v=1775833509&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/IMG_5871_2_b809fc42-73e3-4cec-a684-5234d8f1954d.jpg?v=1775833509&amp;width=600 600w" width="600" height="725" loading="lazy">
              </div>
              <div class="btn-flex">
                <div class="inner-blog">
                  <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                  <h3>Matcha Evolved: Discover DōMatcha®’s Digest and Vitality Blends</h3>
                </div>
                <a href="/blogs/blog-recipes/matcha-evolved-discover-domatcha-s-digest-and-vitality-blends" class="button button--primary">Read more</a>
              </div>
              <div class="rte">As matcha lovers, we know that what we drink should not only taste good but also support our overall well‑being. That’s why Digest and Vitality were developed through close collaboration with Japanese tea experts and multi‑generational farmers who understand matcha at its deepest cultural and agricultural roots. Together, we explored how authentic, shade‑grown matcha could harmonize with botanicals long celebrated in Japanese wellness traditions. Each ingredient was selected for a specific purpose, ensuring both blends deliver meaningful benefits and not just flavor. The result is a thought...</div>
            </div></div><div class="right-blog"><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/macha-drink1.png?v=1773291361&amp;width=400" alt="Spring Matcha Drinks" srcset="//www.domatcha.com/cdn/shop/articles/macha-drink1.png?v=1773291361&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/macha-drink1.png?v=1773291361&amp;width=400 400w" width="400" height="283" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>Spring Matcha Drinks</h6>

                 <div class="rte">Spring is the season of renewal and with it comes a fresh wave of vibrant, uplifting flavours fro...</div>
                <a href="/blogs/blog-recipes/spring-matcha-drinks" class="button button--primary">Read more</a>
              </div>
            </div><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/feb_2026_blog_decaf.png?v=1771090946&amp;width=400" alt="DōMatcha® Tea Master’s Decaf" srcset="//www.domatcha.com/cdn/shop/articles/feb_2026_blog_decaf.png?v=1771090946&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/feb_2026_blog_decaf.png?v=1771090946&amp;width=400 400w" width="400" height="491" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>DōMatcha® Tea Master’s Decaf</h6>

                 <div class="rte">While many tea lovers adore the vibrant flavor and gentle energy of matcha, there are times when ...</div>
                <a href="/blogs/blog-recipes/domatcha-tea-master-s-decaf" class="button button--primary">Read more</a>
              </div>
            </div><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/Jan_blog_1_-_matcha_cup.png?v=1767400832&amp;width=400" alt="New Year, New You" srcset="//www.domatcha.com/cdn/shop/articles/Jan_blog_1_-_matcha_cup.png?v=1767400832&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/Jan_blog_1_-_matcha_cup.png?v=1767400832&amp;width=400 400w" width="400" height="272" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>New Year, New You</h6>

                 <div class="rte">As the calendar turns, there’s no better time to embrace habits that nurture both body and mind. ...</div>
                <a href="/blogs/blog-recipes/new-year-new-you" class="button button--primary">Read more</a>
              </div>
            </div></div></div>
  </div>
</div>

  <style>
#shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .blog {
  content: "";
  background-image: url(//www.domatcha.com/cdn/shop/files/Frame-13213178122.png?v=1726829529&width=2000);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
#shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .section-template--17521529258145__featured_blog_mansory_LatxMT-padding {
  background: transparent;
}
</style>


<style> #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic; margin-top: 0;} #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .single-blog {padding: 28px; background: #fff; border-radius: 28px; background-size: cover; background-position: center;} #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .article-card__info {display: none;} #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT h3, #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT h6 {font-family: var(--font-heading-family); font-weight: 500;} #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .single-blog .rte {font-size: 18px;} @media (max-width: 767px) {#shopify-section-template--17521529258145__featured_blog_mansory_LatxMT h3 {font-size: calc(var(--font-heading-scale) * 2rem); } #shopify-section-template--17521529258145__featured_blog_mansory_LatxMT .single-blog .rte {font-size: unset; }} </style></section><section id="shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh" class="shopify-section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/component-slider.css?v=14039311878856620671752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-card.css?v=120341546515895839841752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-article-card.css?v=47105078945762260691752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/section-featured-blog.css?v=36629982431115873811752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--17521529258145__featured_blog_mansory_YLKXPh-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__featured_blog_mansory_YLKXPh-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }</style><div class="blog color-scheme-2 gradient">
  <div class="page-width-desktop isolate section-template--17521529258145__featured_blog_mansory_YLKXPh-padding"><h2
          id="SectionHeading-template--17521529258145__featured_blog_mansory_YLKXPh"
          class="title inline-richtext h0 scroll-trigger animate--slide-in"
          
            data-cascade
          
        >
          Matcha Recipes
        </h2><div class="flex-blog"><div class="left-blog"><div class="single-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/macha-drink5.png?v=1773291682&amp;width=600" alt="Matcha Mojito" srcset="//www.domatcha.com/cdn/shop/articles/macha-drink5.png?v=1773291682&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/macha-drink5.png?v=1773291682&amp;width=600 600w" width="600" height="472" loading="lazy">
              </div>
              <div class="btn-flex">
                <div class="inner-blog">
                  <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                  <h3>Matcha Mojito</h3>
                </div>
                <a href="/blogs/recipes/matcha-mojito" class="button button--primary">Read more</a>
              </div>
              <div class="rte">If you were at this years CHFA in Vancouver BC, then you may have noticed a bit of a crowd that surrounded the DōMatcha® booth around Happy Hour. It was such a hit, that we thought it would be a great idea to share the recipe with everyone. This recipe works great with any of your favourite varieties of DōMatcha®, but works particularly well with our Cold Brew line of products.
 
The Recipe 
1 teaspoon of DōMatcha® powder
¼ cup mojito mix
½ cup lemonade
Ice
Mint
Lemon twists
 
Items You’ll Need
Martini Shaker
 
How to make it:

Combine ice, DōMatcha®, mojito mix, and lemonade into martini s...</div>
            </div></div><div class="right-blog"><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/macha_frappe_domatcha.png?v=1770958661&amp;width=400" alt="Reimagine Your Matcha with a Matcha Almond Milk Frappe" srcset="//www.domatcha.com/cdn/shop/articles/macha_frappe_domatcha.png?v=1770958661&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/macha_frappe_domatcha.png?v=1770958661&amp;width=400 400w" width="400" height="238" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>Reimagine Your Matcha with a Matcha Almond Milk Frappe</h6>

                 <div class="rte">Enjoy your matcha with a refreshing twist. The Matcha Almond Milk Frappe is a creamy, energizing ...</div>
                <a href="/blogs/recipes/reimagine-your-matcha-with-a-matcha-almond-milk-frappe" class="button button--primary">Read more</a>
              </div>
            </div><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/popcorn_recipe_f30f13fc-5d78-4e06-af63-3626d6979237.png?v=1765770775&amp;width=400" alt="Ring in the New Year with Matcha &amp;amp; Sea Salt Popcorn" srcset="//www.domatcha.com/cdn/shop/articles/popcorn_recipe_f30f13fc-5d78-4e06-af63-3626d6979237.png?v=1765770775&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/popcorn_recipe_f30f13fc-5d78-4e06-af63-3626d6979237.png?v=1765770775&amp;width=400 400w" width="400" height="479" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>Ring in the New Year with Matcha &amp; Sea Salt Popcorn</h6>

                 <div class="rte">Celebrate New Year’s Eve with a twist on tradition and flavor. This Matcha &amp; Sea Salt Popcorn...</div>
                <a href="/blogs/recipes/ring-in-the-new-year-with-matcha-amp-sea-salt-popcorn" class="button button--primary">Read more</a>
              </div>
            </div><div class="list-blog">
              <div class="article-card-media">
                <img src="//www.domatcha.com/cdn/shop/articles/rec1.png?v=1762323516&amp;width=400" alt="A Tasty Winter Recipe from DōMatcha®" srcset="//www.domatcha.com/cdn/shop/articles/rec1.png?v=1762323516&amp;width=352 352w, //www.domatcha.com/cdn/shop/articles/rec1.png?v=1762323516&amp;width=400 400w" width="400" height="583" loading="lazy">
              </div>
              <div class="">
                <div class="article-card__info">
                    by <span style="color: #ED1C24;">Author</span> | <span>Domatcha</span>
                  </div>
                <h6>A Tasty Winter Recipe from DōMatcha®</h6>

                 <div class="rte">Indulge in the perfect harmony of bold and earthy flavors with these Matcha Dusted Dark Chocolate...</div>
                <a href="/blogs/recipes/a-tasty-winter-recipe-from-domatcha" class="button button--primary">Read more</a>
              </div>
            </div></div></div>
  </div>
</div>

  <style>
#shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .blog {
  content: "";
  background-image: url(//www.domatcha.com/cdn/shop/files/Frame-13213178122.png?v=1726829529&width=2000);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
#shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .section-template--17521529258145__featured_blog_mansory_YLKXPh-padding {
  background: transparent;
}
</style>


<style> #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic; margin-top: 0;} #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .single-blog {padding: 28px; background: #fff; border-radius: 28px; background-size: cover; background-position: center;} #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .article-card__info {display: none;} #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh h3, #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh h6 {font-family: var(--font-heading-family); font-weight: 500;} #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .single-blog .rte {font-size: 18px;} @media (max-width: 767px) {#shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh h3 {font-size: calc(var(--font-heading-scale) * 2rem); } #shopify-section-template--17521529258145__featured_blog_mansory_YLKXPh .single-blog .rte {font-size: unset; }} </style></section><section id="shopify-section-template--17521529258145__custom_liquid_M9ANkj" class="shopify-section section"><style data-shopify>.section-template--17521529258145__custom_liquid_M9ANkj-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--17521529258145__custom_liquid_M9ANkj-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }</style><div class="color-scheme-1 gradient">
  <div class="section-template--17521529258145__custom_liquid_M9ANkj-padding">
    <div class="dm-bar"><p>DōMatcha<sup>®</sup> is 100% KOKUSAN, 国産 grown and manufactured in Japan.</p><div>
  </div>
</div>


<style> #shopify-section-template--17521529258145__custom_liquid_M9ANkj .dm-bar {position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; padding-block: 0.3rem 0.5rem; background-color: #e23330; color: #fff; text-align: center;} #shopify-section-template--17521529258145__custom_liquid_M9ANkj p {max-width: 80%; margin: 0 auto; line-height: 1.3;} @media (min-width: 1000px) {#shopify-section-template--17521529258145__custom_liquid_M9ANkj p {font-size: 1.2em; }} </style></section>
    </main>

    <!-- BEGIN sections: footer-group -->
<section id="shopify-section-sections--17521525424289__newsletter_RYUDzm" class="shopify-section shopify-section-group-footer-group section"><link href="//www.domatcha.com/cdn/shop/t/49/assets/component-newsletter.css?v=4727253280200485261752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/newsletter-section.css?v=62410470717655853621752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-sections--17521525424289__newsletter_RYUDzm-padding {
    padding-top: 36px;
    padding-bottom: 75px;
  }

  @media screen and (min-width: 750px) {
    .section-sections--17521525424289__newsletter_RYUDzm-padding {
      padding-top: 48px;
      padding-bottom: 100px;
    }
  }</style><div class="newsletter center newsletter--narrow page-width">
  <div class="newsletter__wrapper color-scheme-2 gradient content-container isolate section-sections--17521525424289__newsletter_RYUDzm-padding"><div class="newsletter-left">
          <h2
            class="inline-richtext h0 scroll-trigger animate--slide-in"
            
            
              data-cascade
              style="--animation-order: 1;"
            
          >
            Newsletter Signup
          </h2>
          <div
            class="newsletter__subheading rte scroll-trigger animate--slide-in"
            
            
              data-cascade
              style="--animation-order: 1;"
            
          >
            <h4>Get 10% OFF + Discount & Recipes</h4>
          </div>
        </div><div class="news-right" >
            <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="newsletter-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__field-wrapper scroll-trigger animate--slide-in"
                
                  data-cascade
                  style="--animation-order: 2;"
                
              >
                <h4>Subscribe</h4>
                <div class="field">
                  <input
                    id="NewsletterForm--sections--17521525424289__newsletter_RYUDzm"
                    type="email"
                    name="contact[email]"
                    class="field__input"
                    value=""
                    aria-required="true"
                    autocorrect="off"
                    autocapitalize="off"
                    autocomplete="email"
                    
                    placeholder="Email"
                    required
                  >
                  <label class="field__label" for="NewsletterForm--sections--17521525424289__newsletter_RYUDzm">
                    Email
                  </label>
                  <button
                    type="submit"
                    class="newsletter-form__button field__button"
                    name="commit"
                    id="Subscribe"
                    aria-label="Subscribe"
                  >
                    <span class="svg-wrapper">
                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.83358" y="0.993736" width="46.4692" height="46.4692" rx="23.2346" stroke="#373737" stroke-width="0.844895"/>
<path d="M16.7119 31.1619L31.413 16.4608" stroke="#373737" stroke-width="1.11197" stroke-miterlimit="10" stroke-linecap="square"/>
<path d="M21.627 16.6941C26.8272 20.9889 31.1452 16.1834 31.1452 16.1834" stroke="#373737" stroke-width="1.11197" stroke-miterlimit="10" stroke-linecap="square"/>
<path d="M31.1856 26.2524C26.8907 21.0522 31.6963 16.7342 31.6963 16.7342" stroke="#373737" stroke-width="1.11197" stroke-miterlimit="10" stroke-linecap="square"/>
</svg>

                    </span>
                  </button>
                </div></div></form>
          </div></div>
</div>

  <style>
#shopify-section-sections--17521525424289__newsletter_RYUDzm:before {
    content: "";
    background-image: linear-gradient(90deg, #FFFFFF 0%, #DFDCDC 100%);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#shopify-section-sections--17521525424289__newsletter_RYUDzm {
  background-size: cover;
    background-position: center;
    background-attachment: scroll;
   background-image: url(//www.domatcha.com/cdn/shop/files/Group_1321318328.png?v=1726829579&width=2000);
}
#shopify-section-sections--17521525424289__newsletter_RYUDzm .gradient {
  background: transparent
}
</style>


<style> #shopify-section-sections--17521525424289__newsletter_RYUDzm h2 {font-family: "Elgraine"; font-weight: 600; font-style: italic; margin-top: 0; margin-bottom: 0px; color: #2b2b2b;} #shopify-section-sections--17521525424289__newsletter_RYUDzm .rte {margin-top: 20px;} #shopify-section-sections--17521525424289__newsletter_RYUDzm .rte h4 {font-weight: normal; color: #e1261c; font-weight: 300; font-style: italic;} @media (max-width: 767px) {#shopify-section-sections--17521525424289__newsletter_RYUDzm .newsletter__wrapper {flex-direction: column; }} @media (min-width: 750px) {#shopify-section-sections--17521525424289__newsletter_RYUDzm.section-sections--17258248372385__newsletter_RYUDzm-padding {padding-top: 60px; }} </style></section><div id="shopify-section-sections--17521525424289__footer" class="shopify-section shopify-section-group-footer-group">
<link href="//www.domatcha.com/cdn/shop/t/49/assets/section-footer.css?v=78410473342809172161752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-newsletter.css?v=4727253280200485261752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-list-menu.css?v=151968516119678728991752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-list-payment.css?v=69253961410771838501752859188" rel="stylesheet" type="text/css" media="all" />
<link href="//www.domatcha.com/cdn/shop/t/49/assets/component-list-social.css?v=35792976012981934991752859188" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.footer {
    margin-top: 0px;
  }

  .section-sections--17521525424289__footer-padding {
    padding-top: 75px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .footer {
      margin-top: 0px;
    }

    .section-sections--17521525424289__footer-padding {
      padding-top: 100px;
      padding-bottom: 36px;
    }
  }</style><footer class="footer color-scheme-1 gradient section-sections--17521525424289__footer-padding"><div class="footer__content-top page-width"><div
            class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet grid--3-col-tablet scroll-trigger animate--slide-in"
            
              data-cascade
            
          ><div
                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
                
                
                  data-cascade
                  style="--animation-order: 1;"
                
              ><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="/collections"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Shop
                            </a>
                          </li><li>
                            <a
                              href="/pages/shipping-and-return-policy"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Shipping and Returns
                            </a>
                          </li><li>
                            <a
                              href="/pages/terms-and-conditions"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Terms and Conditions
                            </a>
                          </li><li>
                            <a
                              href="/pages/california-residents"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              California Residents
                            </a>
                          </li></ul></div><div
                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
                
                
                  data-cascade
                  style="--animation-order: 2;"
                
              ><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="/pages/contact"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Contact
                            </a>
                          </li><li>
                            <a
                              href="/pages/faq"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              FAQ
                            </a>
                          </li><li>
                            <a
                              href="/pages/privacy-policy"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Privacy Policy
                            </a>
                          </li></ul></div><div
                class="footer-block grid__item scroll-trigger animate--slide-in"
                
                
                  data-cascade
                  style="--animation-order: 3;"
                
              ><div class="footer-block__details-content footer-block-image center"><div
                          class="footer-block__image-wrapper"
                          style="max-width: min(100%, 205px);"
                        >
                          <img
                            srcset="//www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&width=205, //www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&width=410 2x"
                            src="//www.domatcha.com/cdn/shop/files/logo_2_1_1.svg?v=1728620631&width=760"
                            alt=""
                            loading="lazy"
                            width="124"
                            height="115"
                          >
                        </div></div></div><div
                class="footer-block grid__item scroll-trigger animate--slide-in"
                
                
                  data-cascade
                  style="--animation-order: 4;"
                
              ><div class="footer-block__details-content rte">
                      
                    </div></div><div
                class="footer-block grid__item scroll-trigger animate--slide-in"
                
                
                  data-cascade
                  style="--animation-order: 5;"
                
              ><div class="footer-block__brand-info"><div class="rte"><p></p></div>

<ul class="list-unstyled list-social footer__list-social" role="list"><li class="list-social__item">
      <a href="https://www.facebook.com/domatchatea" class="link list-social__link">
        <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="37.8936" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 37.8936)" stroke="#E1261C" stroke-width="1.08666"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2608 33.0068H42.0308H41.7673C41.0759 33.0068 40.5154 33.5951 40.5154 34.3209V36.95H44.2608L43.7122 40.8911H40.5154V48.1204H36.3967V40.8911H32.9961V36.95H36.3527L36.3967 33.2091C36.3794 31.3159 37.9244 28.4072 41.4446 28.4074C43.5931 28.4072 41.4446 28.4072 39.6502 28.4072H44.2608V33.0068Z" fill="#E1261C"/>
</svg>
</span>
        <span class="visually-hidden">Facebook</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.instagram.com/domatcha" class="link list-social__link">
        <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="38.1948" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 38.1948)" stroke="#E1261C" stroke-width="1.08666"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.6294 43.522C41.7401 43.522 44.2618 41.0003 44.2618 37.8897C44.2618 34.779 41.7401 32.2573 38.6294 32.2573C35.5188 32.2573 32.9971 34.779 32.9971 37.8897C32.9971 41.0003 35.5188 43.522 38.6294 43.522ZM38.6294 41.6446C40.7031 41.6446 42.3843 39.9634 42.3843 37.8897C42.3843 35.8159 40.7031 34.1348 38.6294 34.1348C36.5556 34.1348 34.8745 35.8159 34.8745 37.8897C34.8745 39.9634 36.5556 41.6446 38.6294 41.6446Z" fill="#E1261C"/>
<path d="M44.261 31.3198C43.7425 31.3198 43.3223 31.7401 43.3223 32.2585C43.3223 32.777 43.7425 33.1973 44.261 33.1973C44.7794 33.1973 45.1997 32.777 45.1997 32.2585C45.1997 31.7401 44.7794 31.3198 44.261 31.3198Z" fill="#E1261C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.9166 30.6393C28.3027 31.8441 28.3027 33.4213 28.3027 36.5757V39.2041C28.3027 42.3585 28.3027 43.9358 28.9166 45.1405C29.4566 46.2004 30.3182 47.062 31.3781 47.602C32.5829 48.2159 34.1601 48.2159 37.3145 48.2159H39.9429C43.0973 48.2159 44.6745 48.2159 45.8793 47.602C46.9391 47.062 47.8008 46.2004 48.3407 45.1405C48.9547 43.9358 48.9547 42.3585 48.9547 39.2041V36.5757C48.9547 33.4213 48.9547 31.8441 48.3407 30.6393C47.8008 29.5795 46.9391 28.7178 45.8793 28.1779C44.6745 27.564 43.0973 27.564 39.9429 27.564H37.3145C34.1601 27.564 32.5829 27.564 31.3781 28.1779C30.3182 28.7178 29.4566 29.5795 28.9166 30.6393ZM39.9429 29.4414H37.3145C35.7063 29.4414 34.6131 29.4429 33.7681 29.5119C32.9449 29.5792 32.524 29.7011 32.2304 29.8507C31.5239 30.2107 30.9494 30.7851 30.5894 31.4916C30.4398 31.7853 30.3179 32.2062 30.2507 33.0293C30.1816 33.8743 30.1802 34.9675 30.1802 36.5757V39.2041C30.1802 40.8124 30.1816 41.9055 30.2507 42.7505C30.3179 43.5737 30.4398 43.9946 30.5894 44.2883C30.9494 44.9948 31.5239 45.5692 32.2304 45.9292C32.524 46.0788 32.9449 46.2007 33.7681 46.2679C34.6131 46.3369 35.7063 46.3384 37.3145 46.3384H39.9429C41.5511 46.3384 42.6443 46.3369 43.4893 46.2679C44.3125 46.2007 44.7334 46.0788 45.027 45.9292C45.7335 45.5692 46.3079 44.9948 46.6679 44.2883C46.8176 43.9946 46.9395 43.5737 47.0067 42.7505C47.0757 41.9055 47.0772 40.8124 47.0772 39.2041V36.5757C47.0772 34.9675 47.0757 33.8743 47.0067 33.0293C46.9395 32.2062 46.8176 31.7853 46.6679 31.4916C46.3079 30.7851 45.7335 30.2107 45.027 29.8507C44.7334 29.7011 44.3125 29.5792 43.4893 29.5119C42.6443 29.4429 41.5511 29.4414 39.9429 29.4414Z" fill="#E1261C"/>
</svg>
</span>
        <span class="visually-hidden">Instagram</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.youtube.com/channel/UCZebaeYL5VfqjJQ-jMPEIfA" class="link list-social__link">
        <span class="svg-wrapper"><svg width="76" height="77" viewBox="0 0 76 77" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="38.4961" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 38.4961)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_107_350)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8006 40.9536V35.0272C37.9045 36.0172 39.5339 36.9735 41.4611 38.0046C39.8716 38.8861 37.9045 39.8752 35.8006 40.9536ZM47.5256 32.0797C47.1627 31.6016 46.5441 31.2294 45.8856 31.1061C43.95 30.7386 31.8747 30.7375 29.9402 31.1061C29.4121 31.2051 28.9418 31.4444 28.5379 31.8162C26.8358 33.396 27.3692 41.8678 27.7794 43.2401C27.952 43.834 28.175 44.2624 28.4559 44.5436C28.8177 44.9154 29.3132 45.1714 29.8823 45.2862C31.476 45.6158 39.6865 45.8001 45.8519 45.3357C46.42 45.2367 46.9228 44.9725 47.3194 44.5849C48.8931 43.0114 48.7858 34.0639 47.5256 32.0797Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_107_350">
<rect width="21.1213" height="21.1213" fill="white" transform="translate(27.3643 27.6602)"/>
</clipPath>
</defs>
</svg>
</span>
        <span class="visually-hidden">YouTube</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.twitter.com/domatcha" class="link list-social__link">
        <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37861" y="38.0996" width="52.1596" height="52.1596" transform="rotate(-45 1.37861 38.0996)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_1_36)">
<path d="M45.4254 28H48.8181L41.4063 36.4723L50.1256 48H43.298L37.9507 41.009L31.8313 48H28.4368L36.3642 38.9388L28 28H35.0004L39.8339 34.3908L45.4254 28ZM44.2344 45.9693H46.1149L33.9794 29.9246H31.9619L44.2344 45.9693Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_1_36">
<rect width="23" height="20" fill="white" transform="translate(28 28)"/>
</clipPath>
</defs>
</svg></span>
        <span class="visually-hidden">X (Twitter)</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.pinterest.com/domatcha" class="link list-social__link">
        <span class="svg-wrapper"><svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.37873" y="37.7979" width="52.1596" height="52.1596" transform="rotate(-45 1.37873 37.7979)" stroke="#E1261C" stroke-width="1.08666"/>
<g clip-path="url(#clip0_107_356)">
<path d="M37.6801 42.1167C37.0525 45.4058 36.2867 48.559 34.0172 50.2061C33.3161 45.2349 35.0455 41.5013 35.8486 37.5375C34.4791 35.2329 36.0131 30.5948 38.9009 31.7373C42.4542 33.143 35.8241 40.3062 40.2745 41.2009C44.922 42.1348 46.8194 33.1372 43.938 30.2115C39.7741 25.9863 31.8176 30.1153 32.7958 36.1644C33.0337 37.643 34.5614 38.0916 33.4065 40.133C30.7415 39.5416 29.9465 37.44 30.0486 34.638C30.2136 30.0512 34.1694 26.8402 38.1379 26.3958C43.1564 25.8341 47.8663 28.2378 48.5167 32.9588C49.2493 38.2876 46.2519 44.0584 40.8852 43.6431C39.4305 43.53 38.8198 42.809 37.6801 42.1167Z" fill="#E1261C"/>
</g>
<defs>
<clipPath id="clip0_107_356">
<rect width="23.9375" height="23.9375" fill="white" transform="translate(27.3643 26.29)"/>
</clipPath>
</defs>
</svg>
</span>
        <span class="visually-hidden">Pinterest</span>
      </a>
    </li></ul>
</div></div></div><div
          class="footer-block--newsletter scroll-trigger animate--slide-in"
          
            data-cascade
          
        ></div>
      </div><div class="divider">
    <svg width="738" height="94" viewBox="0 0 738 94" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M65.5967 46.8037H313.707" stroke="#E1261C" stroke-width="0.771727"/>
    <rect x="342.807" y="46.8037" width="37.0429" height="37.0429" transform="rotate(-45 342.807 46.8037)" stroke="#E1261C" stroke-width="0.771727"/>
    <path d="M376.768 46.7726L368.583 38.5872L360.397 46.7726" stroke="#E1261C" stroke-width="1.54345"/>
    <path d="M424.293 46.8037H672.403" stroke="#E1261C" stroke-width="0.771727"/>
    </svg>
  </div>
  <div
    class="footer__content-bottom scroll-trigger animate--slide-in"
    
      data-cascade
    
  >
    <div class="footer__content-bottom-wrapper page-width">
      <div class="footer__column footer__localization isolate"></div>
      <div class="footer__column footer__column--info"></div>
    </div>
    <div class="footer__content-bottom-wrapper page-width footer__content-bottom-wrapper--center">
      <div class="footer__copyright caption">
        <small class="copyright__content"
          >Copyright <a style="color: #E1261C;" href="/">&copy;DoMatcha</a> 2026 - The registered trademark DōMatcha® is owned by Andrews & George Company Limited.
        </small></div>
    </div>
  </div>
</footer>


<style> #shopify-section-sections--17521525424289__footer .footer__copyright {margin-bottom: 4em;} </style></div>
<!-- END sections: footer-group -->

    <ul hidden>
      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
      <li id="a11y-new-window-message">Opens in a new window.</li>
    </ul>

    <script>
      window.shopUrl = 'https://www.domatcha.com';
      window.routes = {
        cart_add_url: '/cart/add',
        cart_change_url: '/cart/change',
        cart_update_url: '/cart/update',
        cart_url: '/cart',
        predictive_search_url: '/search/suggest',
      };

      window.cartStrings = {
        error: `There was an error while updating your cart. Please try again.`,
        quantityError: `You can only add [quantity] of this item to your cart.`,
      };

      window.variantStrings = {
        addToCart: `Add to cart`,
        soldOut: `Sold out`,
        unavailable: `Unavailable`,
        unavailable_with_option: `[value] - Unavailable`,
      };

      window.quickOrderListStrings = {
        itemsAdded: `[quantity] items added`,
        itemAdded: `[quantity] item added`,
        itemsRemoved: `[quantity] items removed`,
        itemRemoved: `[quantity] item removed`,
        viewCart: `View cart`,
        each: `[money]/ea`,
        min_error: `This item has a minimum of [min]`,
        max_error: `This item has a maximum of [max]`,
        step_error: `You can only add this item in increments of [step]`,
      };

      window.accessibilityStrings = {
        imageAvailable: `Image [index] is now available in gallery view`,
        shareSuccess: `Link copied to clipboard`,
        pauseSlideshow: `Pause slideshow`,
        playSlideshow: `Play slideshow`,
        recipientFormExpanded: `Gift card recipient form expanded`,
        recipientFormCollapsed: `Gift card recipient form collapsed`,
        countrySelectorSearchCount: `[count] countries/regions found`,
      };
    </script><script src="//www.domatcha.com/cdn/shop/t/49/assets/predictive-search.js?v=57209189334897115771752859188" defer="defer"></script><script>
  document.addEventListener('DOMContentLoaded', function() {

  document.querySelectorAll('.variant-dropdown').forEach(function(dropdown) {
    dropdown.addEventListener('change', function() {
      const selectedOption = this.options[this.selectedIndex];
      const newPrice = selectedOption.getAttribute('data-price');
      const newImage = selectedOption.getAttribute('data-image'); // Get the new image URL

      //console.log('Dropdown changed:', newPrice);

      // Find the closest card__content
      const cardContent = this.closest('.card__content');

      // Add class to card__content
      if (cardContent) {
        cardContent.classList.add('active-price');
       // console.log('Class added to card__content:', cardContent);
      }

      // Update the price display
      const priceDisplay = cardContent.querySelector('.price-item--regular');
      if (priceDisplay) {
        priceDisplay.innerHTML = newPrice; // Update price with HTML
        //console.log('Price updated to:', newPrice);
      } else {
        //console.warn('Price display not found');
      }


       // Update the product image
      const productImage = cardContent.closest('.product-card-wrapper').querySelector('.card__media img');
      if (productImage && newImage) {
       // productImage.src = newImage;
       // productImage.srcset = newImage; // Update image src and srcset
       // console.log('Image updated to:', newImage);
      } else {
       // console.warn('Product image not found or new image URL missing');
      }
    });
  });

  // AJAX Add to Cart
  document.querySelectorAll('.product-variant-form').forEach(function(form) {
    form.addEventListener('submit', function(e) {
      e.preventDefault();

      let formData = new FormData(this);
      
      // Disable the submit button while processing
      let submitButton = form.querySelector('[type="submit"]');
      submitButton.setAttribute('aria-disabled', 'true');
      submitButton.classList.add('loading');
// Add loading class to the button
      this.classList.add('loading');
      // Show the loading spinner
      const spinner = this.querySelector('.loading__spinner');
      if (spinner) {
        spinner.classList.remove('hidden');
      }
      fetch('/cart/add.js', {
        method: 'POST',
        body: formData,
      })
      .then(response => response.json())
      .then(data => {
        if (data.status && data.status !== 200) {
          // Handle error if there is an issue adding the product
          console.error('Error:', data);
          return;
        }

        console.log('Added to cart:', data);

        // Open the cart notification if available
        const cartNotification = document.querySelector('cart-notification');
        if (cartNotification && typeof cartNotification.open === 'function') {
          cartNotification.open();  // Open the cart notification
        }

        // Optionally update the cart UI or show a success message
      })
      .catch(error => {
        console.error('Error adding to cart:', error);
      })
      .finally(() => {
        // Remove loading class and hide spinner after AJAX request completes
        this.classList.remove('loading');
        if (spinner) {
          spinner.classList.add('hidden');
        }
        submitButton.classList.remove('loading');
        submitButton.removeAttribute('aria-disabled');
      });
    });
  });
});

</script>
<script>
      let url = window.location.href;
      if (url.includes('/collections/all')) {
        location.href = '/collections';
      }
      
</script><script>(()=>{if(window.ZipifyPages??={},!window.ZipifyPages.isGlobalSectionScriptsLoaded)return;window.ZipifyPages.isGlobalSectionScriptsLoaded=!1;"https://cdn03.zipify.com/javascript/page-published-scripts.min.js".split(",").map((i=>i.trim())).forEach((i=>{const e=document.createElement("script");Object.assign(e,{src:i,defer:!0,type:"module"}),document.body.appendChild(e)}))})();</script><script id="published-popup-template" type="text/template"><form class="zpa-crm-popup-form" id="zpa-crm-form" action="/subscribe" method="post" data-zpa-crm-form><header class="zpa-crm-popup-header"><button class="zpa-popup-btn-close" type="button"aria-label="Close Navigation" data-close-btn><svg class="zpa-popup-btn-close-icon" width="34" height="34" data-name="btn-close"><use href="#btn-close"></use></svg></button></header><div class="zpa-crm-popup-body" data-popup-content></div></form></script> <script id="crm-button-popup" type="text/template">{! if (progress_image_option == 1)!}<div class="zpa-crm-popup-progressbar-wrap"><img class="zpa-crm-popup-img-progress zpa-img-fluid zpa-center-block" src="{!= progress_image.src !}"></div>{! !}<h1 class="zpa-crm-popup-title" style="color:{!= form_name_color !}; font-family:{!= form_name_font_family !}; font-size:{!= form_name_font_size !};">{!= form_name !}</h1><div class="zpa-crm-popup-form-container">{! if (form_image_option == 1) !}<div class="zpa-crm-popup-image-box"><img class="zpa-crm-popup-img-asside zpa-img-fluid zpa-center-block" style="border-radius:{!= form_image_shape !};" src="{!= form_image.src !}"></div>{! !}<div class="zpa-crm-popup-form-box"><div class="zpa-crm-popup-field-wrap">{! if (first_name_option == 1) !}<label class="zpa-crm-popup-field-wrap zpa-crm-popup-field-first-name zpa-text-field zpa-offset-bottom-xs"><input class="zpa-text-field__input" type="text" name="first_name" data-user-fname data-zp-input><span class="zpa-text-field__label">First Name</span></label>{! !}{! if (last_name_option == 1) !}<label class="zpa-crm-popup-field-wrap zpa-crm-popup-field-last-name zpa-text-field zpa-offset-bottom-xs"><input class="zpa-text-field__input" type="text" name="last_name" data-user-lname data-zp-input><span class="zpa-text-field__label">Last Name</span></label>{! !}</div><label class="zpa-text-field"><input class="zpa-text-field__input" type="email" name="email" required data-user-email data-zp-input><span class="zpa-text-field__label">Email Address</span></label>{! if (phone_option == 1) !}<label class="zpa-text-field zpa-crm-popup-field-phone"><input class="zpa-text-field__input" name="phone" type="tel" data-user-phone data-zp-input><span class="zpa-text-field__label">Phone Number</span></label>{! !}</div></div>{! if (gdpr_status != 'disable') !}<div>{! if (gdpr_status == 'enable_with_checkbox') !}<label class="zpa-control zpa-control--top zpa-control-checkbox zpa-offset-bottom-xs hidden" data-gdpr-checkbox-section><input class="zpa-control__field" type="checkbox" name="gdpr" data-gdpr-checkbox><span class="zpa-control__indicator zpa-offset-right-xs"></span><span class="zpa-fsize-xs" data-gdpr-checkbox-text></span></label>{! !}{! if (gdpr_status == 'enable_without_checkbox') !}<p class="zpa-fsize-xs zpa-text-center zpa-offset-top-none zpa-offset-bottom-xs hidden" data-gdpr-message-section></p>{! !}</div>{! !}<button class="zpa-crm-button-checkout zpa-btn-custom" type="submit" style="color:{!= checkout_button_color !}; background-color: {!= checkout_button_background_color !}" data-checkout-btn data-zpa-submit-button>{!= checkout_button_caption !}</button>{! if (comment_text_status == 1) !}<p class="zpa-crm-popup-description" style="color: {!= comment_text_font_color !}" data-comment-text-status>{!= comment_text !}</p>{! !}{! if (banner_image_option == 1)!}<img class="zpa-crm-popup-img-footer zpa-img-fluid zpa-center-block" src="{!= banner_image.src !}">{! !}</script><style> :root {--font-heading-family: "Elgraine", "Playfair Display", serif;} </style>
<div id="shopify-block-AQ29LMUJXejNTS0plW__8037605124156046748" class="shopify-block shopify-app-block">
</div><script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
