Outiref

Code source de l'URL : http://www.nonstopdogwear.com

<!doctype html>
<html class="js" lang="en">
  <head>
    
      <script>
        function setCookie(name, value, days) {
          const expires = new Date(Date.now() + days * 864e5).toUTCString();
          document.cookie = name + '=' + encodeURIComponent(value) + '; expires=' + expires + '; path=/';
        }

        function getCookie(name) {
          return document.cookie.split('; ').reduce((r, v) => {
            const parts = v.split('=');
            return parts[0] === name ? decodeURIComponent(parts[1]) : r;
          }, '');
        }

        // Capture affiliate_code
        const urlParams = new URLSearchParams(window.location.search);
        let affiliateCode = urlParams.get('affiliate_code');

        if (affiliateCode) {
          setCookie('affiliate_code', affiliateCode, 30); // store for 30 days
        } else {
          affiliateCode = getCookie('affiliate_code');
        }

        if (affiliateCode) {
          fetch('/cart/update.js', {
            method: 'POST',
            headers: { 'Content-Type': 'application/json' },
            body: JSON.stringify({ attributes: { affiliate_code: affiliateCode } }),
          }).catch(console.error);
        }
      </script>
    

    <script>
      (function (d, id) {
        if (!window.flowbox) {
          var f = function () {
            f.q.push(arguments);
          };
          f.q = [];
          window.flowbox = f;
        }
        if (d.getElementById(id)) {
          return;
        }
        var s = d.createElement('script'),
          fjs = d.scripts[d.scripts.length - 1];
        s.id = id;
        s.async = true;
        s.src = ' https://connect.getflowbox.com/flowbox.js';
        fjs.parentNode.insertBefore(s, fjs);
      })(document, 'flowbox-js-embed');
    </script>
    <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://www.nonstopdogwear.com/">

    
<link rel="icon" type="image/png" href="//www.nonstopdogwear.com/cdn/shop/files/favicon.b2ea8441.svg?crop=center&height=32&v=1752753643&width=32"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><style>
      @font-face {
        font-family: 'Glacial Indifference';
        src: url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Regular.woff2?v=1753177198')
            format('woff2'),
          url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Regular.woff?v=1753177198')
            format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: 'Glacial Indifference';
        src: url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Bold.woff2?v=1753177198')
            format('woff2'),
          url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Bold.woff?v=1753177198')
            format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: 'Glacial Indifference';
        src: url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Italic.woff2?v=1753177198')
            format('woff2'),
          url('https://cdn.shopify.com/s/files/1/0753/5309/6441/files/GlacialIndifference-Italic.woff?v=1753177198')
            format('woff');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
      }
    </style>

    <title>
      Unleash your potential | Non-stop dogwear
</title>

    

    

<meta property="og:site_name" content="Non-stop dogwear">
<meta property="og:url" content="https://www.nonstopdogwear.com/">
<meta property="og:title" content="Unleash your potential | Non-stop dogwear">
<meta property="og:type" content="website">
<meta property="og:description" content="Non-stop dogwear"><meta property="og:image" content="http://www.nonstopdogwear.com/cdn/shop/files/thumbnail_1.jpg?v=1753345121">
  <meta property="og:image:secure_url" content="https://www.nonstopdogwear.com/cdn/shop/files/thumbnail_1.jpg?v=1753345121">
  <meta property="og:image:width" content="1600">
  <meta property="og:image:height" content="837"><meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Unleash your potential | Non-stop dogwear">
<meta name="twitter:description" content="Non-stop dogwear">


    <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/flickity.min.css?v=95656033557913601231749209555" rel="stylesheet" type="text/css" media="all" />

    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/constants.js?v=132983761750457495441749209555" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/pubsub.js?v=25310214064522200911749209556" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/global.js?v=7301445359237545521749209553" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/details-disclosure.js?v=13653116266235556501749209553" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/details-modal.js?v=25581673532751508451749209554" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/search-form.js?v=133129549252120666541749209556" defer="defer"></script><script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/animations.js?v=88693664871331136111749209553" defer="defer"></script><script
      src="https://js.sentry-cdn.com/945eb8c14c181633b934a585b3d13e39.min.js"
      crossorigin="anonymous"
      defer
></script>

    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/sentry-init.js?v=143941733007863538961768571033" defer></script>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></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="/75353096441/digital_wallets/dialog">
<meta name="shopify-requires-components" content="true" product-ids="9058127905017">
<meta name="shopify-checkout-api-token" content="5d9113487ed0d606d4c4a10a8af3c162">
<meta id="in-context-paypal-metadata" data-shop-id="75353096441" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="EUR">
<link rel="alternate" hreflang="x-default" href="https://www.nonstopdogwear.com/">
<link rel="alternate" hreflang="en" href="https://www.nonstopdogwear.com/">
<link rel="alternate" hreflang="es" href="https://www.nonstopdogwear.com/es">
<link rel="alternate" hreflang="fi" href="https://www.nonstopdogwear.com/fi">
<link rel="alternate" hreflang="fr" href="https://www.nonstopdogwear.com/fr">
<link rel="alternate" hreflang="sv" href="https://www.nonstopdogwear.com/sv">
<link rel="alternate" hreflang="nb" href="https://www.nonstopdogwear.com/nb">
<link rel="alternate" hreflang="de" href="https://www.nonstopdogwear.com/de">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-FR"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-FR&shop_id=75353096441" crossorigin="anonymous"></script>
<link rel="dns-prefetch" href="https://shop.app">
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":75353096441,"countryCode":"NO","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/75353096441","merchantName":"Non-stop dogwear","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex"],"total":{"type":"pending","label":"Non-stop dogwear","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"5d9113487ed0d606d4c4a10a8af3c162","betas":["rich-media-storefront-analytics"],"domain":"www.nonstopdogwear.com","predictiveSearch":true,"shopId":75353096441,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "nonstopdogwear.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"EUR","rate":"0.0866094"};
Shopify.country = "FR";
Shopify.theme = {"name":"liquid-dog\/feat-dev","id":150385819897,"schema_name":"Dawn","schema_version":"15.3.0","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "www.nonstopdogwear.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//www.nonstopdogwear.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//www.nonstopdogwear.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-cart-sync":["modules/v2/loader.shop-cart-sync.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"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.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"],"shop-button":["modules/v2/loader.shop-button.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"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.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:\/\/cdn.richpanel.com\/js\/richpanel_shopify_script.js?appClientId=nonstopdogwear6569\u0026tenantId=nonstopdogwear656\u0026shop=nonstopdogwear.myshopify.com\u0026shop=nonstopdogwear.myshopify.com","https:\/\/cdn.attn.tv\/non-stopdogwear\/dtag.js?shop=nonstopdogwear.myshopify.com","https:\/\/cdn-bundler.nice-team.net\/app\/js\/bundler.js?shop=nonstopdogwear.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":75353096441,"offset":3600,"reqid":"35ad80da-33ff-41ca-a241-35eef1f18085-1773785546","pageurl":"www.nonstopdogwear.com\/","u":"f80ec07c7c75","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-4kQ18oKyAcykRKYeNunJcIwy7WH5gtpwJnB7kiuLZ1E=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.nonstopdogwear.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-a0a9edcb.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//www.nonstopdogwear.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812"></script>
<script id='scb4127' type='text/javascript' async='' src='https://www.nonstopdogwear.com/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><script id="sections-script" data-sections="header" defer="defer" src="//www.nonstopdogwear.com/cdn/shop/t/2/compiled_assets/scripts.js?v=90487813905515327061753094939"></script>
<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>


    <style data-shopify>
      @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_n4.81949fa0ac9fd2021e16436151e8eaa539321637.woff2") format("woff2"),
       url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_n4.a6c632ca7b62da89c3594789ba828388aac693fe.woff") format("woff");
}

      @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_n7.3c434e22befd5c18a6b4afadb1e3d77c128c7939.woff2") format("woff2"),
       url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_n7.5d9fa6e2cae713c8fb539a9876489d86207fe957.woff") format("woff");
}

      @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_i4.5a4ea298b4789e064f62a29aafc18d41f09ae59b.woff2") format("woff2"),
       url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_i4.072b5869c5e0ed5b9d2021e4c2af132e16681ad2.woff") format("woff");
}

      @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_i7.a0d4a463df4f146567d871890ffb3c80408e7732.woff2") format("woff2"),
       url("//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_i7.f6ec9f2a0681acc6f8152c40921d2a4d2e1a2c78.woff") format("woff");
}

      @font-face {
  font-family: Assistant;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.nonstopdogwear.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2") format("woff2"),
       url("//www.nonstopdogwear.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff") format("woff");
}


      
        :root,
        .color-scheme-1 {
          --color-background: 36,36,36;
        
          --gradient-background: #242424;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 49,49,49;
        --color-shadow: 254,80,0;
        --color-button: 254,80,0;
        --color-button-text: 255,255,255;
        --color-secondary-button: 36,36,36;
        --color-secondary-button-text: 254,80,0;
        --color-link: 254,80,0;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 36,36,36;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(36 36 36);
      }
      
        
        .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: 254,80,0;
        --color-button-text: 243,243,243;
        --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: 0,0,0;
        
          --gradient-background: #000000;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 128,128,128;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 0,0,0;
        --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-4 {
          --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: 255,255,255;
        --color-button-text: 18,18,18;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --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-5 {
          --color-background: 254,80,0;
        
          --gradient-background: #fe5000;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 127,40,0;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 254,80,0;
        --color-secondary-button: 254,80,0;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 254,80,0;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(254 80 0);
      }
      
        
        .color-scheme-ccdcafb8-fec2-4795-a6c8-7600c8dd97ae {
          --color-background: 238,238,238;
        
          --gradient-background: #eeeeee;
        

        

        --color-foreground: 43,41,38;
        --color-background-contrast: 174,174,174;
        --color-shadow: 18,18,18;
        --color-button: 18,18,18;
        --color-button-text: 255,255,255;
        --color-secondary-button: 238,238,238;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 43,41,38;
        --color-badge-background: 238,238,238;
        --color-badge-border: 43,41,38;
        --payment-terms-background-color: rgb(238 238 238);
      }
      
        
        .color-scheme-07e36f32-4884-4da4-847b-7e0764ac851b {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 36,36,36;
        --color-background-contrast: 191,191,191;
        --color-shadow: 36,36,36;
        --color-button: 36,36,36;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 36,36,36;
        --color-link: 36,36,36;
        --color-badge-foreground: 36,36,36;
        --color-badge-background: 255,255,255;
        --color-badge-border: 36,36,36;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-ba05e11a-3128-4b3b-9e63-8fdd3e99ad9e {
          --color-background: 244,243,237;
        
          --gradient-background: #f4f3ed;
        

        

        --color-foreground: 51,51,51;
        --color-background-contrast: 196,190,158;
        --color-shadow: 244,243,237;
        --color-button: 51,51,51;
        --color-button-text: 255,255,255;
        --color-secondary-button: 244,243,237;
        --color-secondary-button-text: 244,243,237;
        --color-link: 244,243,237;
        --color-badge-foreground: 51,51,51;
        --color-badge-background: 244,243,237;
        --color-badge-border: 51,51,51;
        --payment-terms-background-color: rgb(244 243 237);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-ccdcafb8-fec2-4795-a6c8-7600c8dd97ae, .color-scheme-07e36f32-4884-4da4-847b-7e0764ac851b, .color-scheme-ba05e11a-3128-4b3b-9e63-8fdd3e99ad9e {
        color: rgba(var(--color-foreground), 0.75);
        background-color: rgb(var(--color-background));
      }

      :root {
        --font-body-family: 'Glacial Indifference', sans-serif;
        /* --font-body-family: Montserrat, sans-serif; */
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: 'Glacial Indifference', sans-serif;
        /*--font-heading-family: Assistant, sans-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.05;
        --media-border-width: 1px;
        --media-radius: 0px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 40px;
        --media-shadow-blur-radius: 5px;
        --media-shadow-visible: 0;

        --page-width: 120rem;
        --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: 8px;
        --grid-desktop-horizontal-spacing: 8px;
        --grid-mobile-vertical-spacing: 4px;
        --grid-mobile-horizontal-spacing: 4px;

        --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: 0px;
        --buttons-radius-outset: 0px;
        --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: 0px;

        --inputs-radius: 0px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 0.55;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 4px;
        --inputs-shadow-blur-radius: 5px;
        --inputs-radius-outset: 0px;

        --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: 0.06rem;
        line-height: calc(1 + 0.8 / 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 href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/base.css?v=135396727683237127951769173315" rel="stylesheet" type="text/css" media="all" />
    <link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-cart-items.css?v=123238115697927560811749209554" media="print" onload="this.media='all'">

    
    <link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/custom.css?v=74261713646813993341769173305"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-cart-drawer.css?v=112801333748515159671749209554" rel="stylesheet" type="text/css" media="all" />
      <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-cart.css?v=164708765130180853531749209555" rel="stylesheet" type="text/css" media="all" />
      <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-totals.css?v=15906652033866631521749209555" rel="stylesheet" type="text/css" media="all" />
      <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" rel="stylesheet" type="text/css" media="all" />
      <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-discounts.css?v=152760482443307489271749209556" rel="stylesheet" type="text/css" media="all" />
      <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/cluster-quick-add.css?v=153356713538521411361762199011" rel="stylesheet" type="text/css" media="all" />

      <link rel="preload" as="font" href="//www.nonstopdogwear.com/cdn/fonts/montserrat/montserrat_n4.81949fa0ac9fd2021e16436151e8eaa539321637.woff2" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//www.nonstopdogwear.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2" type="font/woff2" crossorigin>
      
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-localization-form.css?v=170315343355214948141749209554" rel="stylesheet" type="text/css" media="all" />
      <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/localization-form.js?v=144176611646395275351749209555" defer="defer"></script><link
        rel="stylesheet"
        href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-predictive-search.css?v=118923337488134913561749209554"
        media="print"
        onload="this.media='all'"
      ><script>
      if (Shopify.designMode) {
        document.documentElement.classList.add('shopify-design-mode');
      }
    </script>
  <!-- BEGIN app block: shopify://apps/epa-easy-product-addons/blocks/speedup_link/0099190e-a0cb-49e7-8d26-026c9d26f337 -->

  <script>
    window["sg_addons_coll_ids"] = {
      ids:""
    };
    window["items_with_ids"] = false || {}
  </script>


<!-- BEGIN app snippet: sg-globals -->
<script type="text/javascript">
  (function(){
    const convertLang = (locale) => {
      let t = locale.toUpperCase();
      return "PT-BR" === t || "PT-PT" === t || "ZH-CN" === t || "ZH-TW" === t ? t.replace("-", "_") : t.match(/^[a-zA-Z]{2}-[a-zA-Z]{2}$/) ? t.substring(0, 2) : t
    }

    const sg_addon_setGlobalVariables = () => {
      try{
        let locale = "en";
        window["sg_addon_currentLanguage"] = convertLang(locale);
        window["sg_addon_defaultLanguage"] ="en";
        window["sg_addon_defaultRootUrl"] ="/";
        window["sg_addon_currentRootUrl"] ="/";
        window["sg_addon_shopLocales"] = sgAddonGetAllLocales();
      }catch(err){
        console.log("Language Config:- ",err);
      }
    }

    const sgAddonGetAllLocales = () => {
      let shopLocales = {};
      try{shopLocales["en"] = {
            endonymName : "English",
            isoCode : "en",
            name : "English",
            primary : true,
            rootUrl : "\/"
          };shopLocales["es"] = {
            endonymName : "Español",
            isoCode : "es",
            name : "Spanish",
            primary : false,
            rootUrl : "\/es"
          };shopLocales["fi"] = {
            endonymName : "Suomi",
            isoCode : "fi",
            name : "Finnish",
            primary : false,
            rootUrl : "\/fi"
          };shopLocales["fr"] = {
            endonymName : "français",
            isoCode : "fr",
            name : "French",
            primary : false,
            rootUrl : "\/fr"
          };shopLocales["sv"] = {
            endonymName : "svenska",
            isoCode : "sv",
            name : "Swedish",
            primary : false,
            rootUrl : "\/sv"
          };shopLocales["nb"] = {
            endonymName : "Norsk (bokmål)",
            isoCode : "nb",
            name : "Norwegian (Bokmål)",
            primary : false,
            rootUrl : "\/nb"
          };shopLocales["de"] = {
            endonymName : "Deutsch",
            isoCode : "de",
            name : "German",
            primary : false,
            rootUrl : "\/de"
          };}catch(err){
        console.log("getAllLocales Config:- ",err);
      }
      return shopLocales;
    }

    sg_addon_setGlobalVariables();
    
    window["sg_addon_sfApiVersion"]='2025-04';
    window["sgAddon_moneyFormats"] = {
      "money": "€{{amount_with_comma_separator}}",
      "moneyCurrency": "€{{amount_with_comma_separator}} EUR"
    };
    window["sg_addon_groupsData"] = {};
    try {
      let customSGAddonMeta = {};
      if (customSGAddonMeta.sg_addon_custom_js) {
        Function(customSGAddonMeta.sg_addon_custom_js)();
      }
    } catch (error) {
      console.warn("Error In SG Addon Custom Code", error);
    }
  })();
</script>
<!-- END app snippet -->
<!-- BEGIN app snippet: sg_speedup -->


<script>
  try{
    window["sgAddon_all_translated"] = {}
    window["sg_addon_settings_config"] =  {"host":"https://spa.spicegems.com","shopName":"nonstopdogwear.myshopify.com","hasSetting":1,"sgCookieHash":"wYSFhj2udQ","hasMaster":1,"handleId":{"mastersToReq":"[]","collectionsToReq":"[]","hasProMaster":true,"hasCollMaster":true},"settings":{"is_active":"1","max_addons":"5","quick_view":"0","quick_view_desc":"0","ajax_cart":"0","bro_stack":"0","quantity_selector":"0","image_viewer":"1","addons_heading":"Frequently bought together","cart_heading":"Cart Addons Box","addaddon_cart":"ADD ADDON","variant":"Variant","quantity":"Quantity","view_full_details":"View full details","less_details":"Less details...","add_to_cart":"ADD TO CART","message":"Product added to cart.","custom_css":"no","sold_pro":"0","image_link":"0","compare_at":"0","unlink_title":"1","image_click_checkbox":"0","cart_max_addons":"5","cart_quantity_selector":"1","cart_sold_pro":"0","cart_image_link":"0","compare_at_cart":"0","sg_currency":"spice_currency_1","qv_label":"Quick View","sold_out":"Sold Out","qv_sold_out":"SOLD OUT","way_to_prevent":"none","soldout_master":"1","cart_qv":"0","cartqv_desc":"0","plusminus_qty":"0","plusminus_cart":"0","line_prop":"0","label_show":"0","label_text":"Additional Info","addon_mandatory":"0","mandatory_text":"Please select atleast an addon!","line_placeholder":"Text Message","sell_master":"0","atc_btn_selector":"no","theme_data":"","applied_discount":"0","is_discount":"0","layout":{"name":"layout-03","isBundle":false},"group_layout":"layout-01","product_snippet":"1","cart_snippet":"0","product_form_selector":"no","atc_product_selector":"no","cart_form_selector":"no","checkout_btn_selector":"no","subtotal":"0","subtotal_label":"SubTotal","subtotal_position":"beforebegin","jQVersion":"0","collection_discount":"0","inventoryOnProduct":"0","inventoryOnCart":"0","inStock":"0","lowStock":"0","inStockLabel":"<span>[inventory_qty] In Stock</span>","lowStockLabel":"<span>only [inventory_qty] Left</span>","thresholdQty":"5","bl_atc_label":"ADD TO CART","bl_unselect_label":"PLEASE SELECT ATLEAST ONE ADDON","bl_master_label":"THIS ITEM","bl_heading":"Frequently Bought Together","addon_slider":"0","individual_atc":"1","individual_atc_label":"Add","money_format":"{{amount_with_comma_separator}} NOK","mt_addon_hash":"ENF6eUV5pX","stop_undefined":"1","sf_token":"1052f96becef3130fc05b46133d3213f"},"allow_asset_script":true} ;
    window["sgAddon_translated_locale"] =  "" ;
    window["sg_addon_all_group_translations"] = {};
    window["sgAddon_group_translated_locale"] =  "" ;
  } catch(error){
    console.warn("Error in getting settings or translate", error);
  }
</script>


	<!-- ADDONS SCRIPT FROM ASSETS  -->
	<link href="//cdn.shopify.com/extensions/0199f1f9-2710-7d14-b59e-36df293c2f34/release_v_1_1_2_variant_limit/assets/addon_main.css" rel="stylesheet" type="text/css" media="all" />
	<script src="https://cdn.shopify.com/extensions/0199f1f9-2710-7d14-b59e-36df293c2f34/release_v_1_1_2_variant_limit/assets/addon_main.js" type="text/javascript" async></script>


<!-- END app snippet -->



<!-- END app block --><!-- BEGIN app block: shopify://apps/redirect-hero/blocks/live-redirect/303f77a4-ad21-4d11-82f8-47eb94136aff --><script>
    const liveRedirectActive = false;
</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/WiB8fa/klaviyo.js?company_id=WiB8fa"></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/relewise/blocks/init/62ad51b1-b63b-44a4-ad00-3bd9d74708c4 --><script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/relewise.2.22.0.min.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/relewise-web-components.1.24.0.min.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/track-cart.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/get-content-url.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/product-tile-styling.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/content-tile-styling.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/initialize.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/get-user.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/track-email-id.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/cookie-consent-provider.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/get-product-metafield.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/build-product-view-url.js" data-cookieconsent="ignore" defer></script>
<script src="https://cdn.shopify.com/extensions/019cfaa9-7009-74ab-9dce-bbd311ee3b83/relewise-61/assets/search-overlay.js" data-cookieconsent="ignore" defer></script>
<style>
  :root {
    --relewise-color: #eeeeee;
    --relewise-accent-color: #121212;
    --relewise-border: 1px solid;
    --relewise-border-radius: 0rem;
    --relewise-product-search-bar-height: 4rem;
    --relewise-button-height: 4rem;
    --relewise-base-font-size: 16px;
    --relewise-icon-width: 16px;
    --relewise-icon-height: 16px;
  }
</style>
<script
  data-cookieconsent="ignore"
>
  document.addEventListener('DOMContentLoaded', () => {

    window.RelewiseLocalization = {
      facets: {
          save: "Save",
          showLess: "Show Less",
          showMore: "Show More",
          toggle: "Filter",
          yes: "Yes",
          no: "No",
          salesPriceHeading: "Sales Price",
          categoryHeading: "Categories",
          productTypeHeading: "Product Type",
          availableHeading: "Available",
          vendorHeading: "Brand"
      },
      loadMoreButton: {
          loadMore: "Load More",
          showing: "Showing",
          outOf: "out of",
          products: "products",
      },
      searchBar: {
          placeholder: "Search",
          search: "Search",
          overlay: {
            title: {
              products: "Products",
              productCategories: "Categories",
            }
          }
      },
      searchResults: {
          noResults: "No products found",
          showAllResults: "Show all results",
          result: "Result",
          results: "Results"
      },
      sortingButton: {
          sorting: "Sort",
          sortBy:  "Sort by:",
          alphabeticalAscending: "a - z",
          alphabeticalDescending: "z - a",
          relevance: "Relevance",
          salesPriceAscending: "Price: Low to High",
          salesPriceDescending: "Price: High to Low",
      },
    };

    const datasetId = 'cfdb3450-d42a-4522-9313-194c876ad7db';
    const productIdHandler = 'Metafield';

    const apiKey = 'vpK8gmTmN&=67*T';
    const serverUrl = 'https://06-api.relewise.com/';
    const cookieConsentProvider = 'ShopifyCustomerPrivacyAPI';
    const collectAuthenticatedId = true;
    const collectEmailId = true;
    const searchOverlayEnabled = 'false';
    const color = '#eeeeee';
    const accentColor = '#121212';

    const userEngagementSettings = {
      showFavoriteButtonForProducts: false,
      showSentimentButtonForContent: false,
    };

    const shopifyCustomerId = '';

    const customLiquidComponents = {
      product: '',
      Article: '',
      Page: '',
      searchOverlayProduct: '',
    };
    const customSearchOverlaySelector = "";

    if (datasetId && apiKey && serverUrl && cookieConsentProvider) {
      const deferredUser = createDeferredUser();
      const consentCallbackTimeoutMs = 1500;
      let hasResolvedUser = false;
      let consentTimeoutId = null;

      const userReady = async () => {
        let user;

        switch (cookieConsentProvider) {
            case 'ShopifyCustomerPrivacyAPI':
                user = await relewise_shopifyPrivacy();
                break;
            case 'Cookiebot':
                user = await relewise_cookiebot();
                break;
            case 'CookieInformation':
                user = await relewise_cookieInformation();
                break;
            case 'CookieScript':
                user = await relewise_cookieScript();
                break;
            case 'Usercentrics':
                user = await relewise_usercentrics();
                break;
            default:
                user = Relewise.UserFactory.anonymous();
        }

        const hasCookieConsent = Boolean(user?.temporaryId);
        if (collectAuthenticatedId && shopifyCustomerId && hasCookieConsent) {
            user.authenticatedId = shopifyCustomerId;
        }

        user.classifications = { Country: Shopify.country };
        return user;
      };

      const resolveDeferredUser = (source) => {
        if (hasResolvedUser) return;
        hasResolvedUser = true;

        if (consentTimeoutId) {
          clearTimeout(consentTimeoutId);
          consentTimeoutId = null;
        }

        if (source === 'timeout') {
          console.warn(
            `[Relewise]: No ${cookieConsentProvider} consent callback received within ${consentCallbackTimeoutMs}ms. Continuing without it.`
          );
        }

        deferredUser.resolveUser(userReady());
      };

      const startConsentCallbackTimeout = () => {
        consentTimeoutId = window.setTimeout(() => {
          resolveDeferredUser('timeout');
        }, consentCallbackTimeoutMs);
      };

      const getLegacyUser = () => {
        console.warn("[Relewise] Using deprecated function ShopifyRelewise.getUser(). Migrate to the asynchronous ShopifyRelewise.getUserAsync() method for better compatibility with cookie consent providers.");
        let user;

        switch (cookieConsentProvider) {
            case 'Cookiebot':
                user = relewise_legacy_cookiebot();
                break;
            case 'CookieInformation':
                user = relewise_legacy_cookieInformation();
                break;
            case 'CookieScript':
                user = relewise_legacy_cookieScript();
                break;
            case 'Usercentrics':
                user = relewise_legacy_usercentrics();
                break;
            default:
                user = Relewise.UserFactory.anonymous();
        }

        const hasCookieConsent = Boolean(user?.temporaryId);
        if (collectAuthenticatedId && shopifyCustomerId && hasCookieConsent) {
            user.authenticatedId = shopifyCustomerId;
        }

        user.classifications = { Country: Shopify.country };
        return user;
      };

      if (cookieConsentProvider === 'ShopifyCustomerPrivacyAPI') {
        startConsentCallbackTimeout();
        window.Shopify.loadFeatures([{ name: 'consent-tracking-api', version: '0.1', }], error => { 
          if (error) {
            console.error('[Relewise]: Shopify Customer Privacy API is unavailable:', error)
          }
          resolveDeferredUser('callback');
        },);
      } else if (cookieConsentProvider === 'Usercentrics') {
        startConsentCallbackTimeout();
        window.addEventListener('UC_UI_INITIALIZED', () => {
          resolveDeferredUser('callback');
        });
      } else if (cookieConsentProvider === 'CookieInformation') {
        startConsentCallbackTimeout();
        window.addEventListener("CookieInformationConsentGiven", () => {
          resolveDeferredUser('callback');
        });
      } else if (cookieConsentProvider === 'Cookiebot') {
        startConsentCallbackTimeout();
        window.addEventListener("CookiebotOnConsentReady", () => {
          resolveDeferredUser('callback');
        });
      } else {
        resolveDeferredUser('immediate');
      }

      initializeAndTrack(deferredUser.getUser, getLegacyUser);

      if (collectEmailId) {
        relewise_trackEmailProviderIdentifier();
      }

    } else {
      console.error(
        'Relewise UI was not correctly initialized! \nSome configuration values are misssing find them on https://my.relewise.com/api-keys.'
      );
    }

    async function checkCart() {
      let metafieldProductIdsForCart = {};
      try {
          const response = await fetch('/cart.js');
          if (!response.ok) return;

          const cart = await response.json();
          const cartJSON = JSON.stringify(cart);

          const lastCartState = sessionStorage.getItem('RelewiseLastCartState');

          if (!lastCartState || cartJSON !== lastCartState) {
              for (const item of cart.items) {
                  if (productIdHandler === "Metafield") {
                      if (!metafieldProductIdsForCart[`${item.product_id}`]) {
                          let productIdFromMetafield = await relewise_getProductMetafield("0d12171665f71b65afc8a6bcd1d59bfd", item.handle, "saleslayer", "product_reference");
                          metafieldProductIdsForCart[item.product_id] = productIdFromMetafield;
                      }
                  }
              }
              
              relewise_trackCart(productIdHandler, metafieldProductIdsForCart);
    
              sessionStorage.setItem('RelewiseLastCartState', cartJSON);
          }

        } catch (error) {
          console.error('Relewise - Error checking cart:', error);
      }
    }

    // Override the store's default fetch function
    (function () {
      
      // Store the original fetch in a global namespace to avoid redefining it
      if (!window.__originalFetch) {
        window.__originalFetch = window.fetch;
      }

      window.fetch = async function (...args) {
        const request = args[0];
        const url = typeof request === 'string' ? request : request.url;
        const method =
          (typeof request === 'string' ? args[1]?.method : request.method) || 'GET';

        const response = await window.__originalFetch.apply(this, args);

        if (url?.includes('/cart') && method.toUpperCase() !== 'GET') {
          checkCart();
        }

        return response;
      };
    })();

    if (searchOverlayEnabled === "true") {
      relewise_enableSearchOverlay(customSearchOverlaySelector);
    }

    async function initializeAndTrack(deferredUser, getLegacyUser) {
      relewise_initialize(
            datasetId,
            apiKey,
            serverUrl,
            deferredUser,
            userEngagementSettings,
            customLiquidComponents);

      window.ShopifyRelewise = { 
        getUser: getLegacyUser,
        getUserAsync: relewise_getUser
      };

      const tracker = new Relewise.Tracker(datasetId, apiKey, {
        serverUrl: serverUrl,
      });

      // Track product category views
      if (ShopifyAnalytics.meta.page.pageType === 'collection') {
        tracker.trackProductCategoryView({
          idPath: [ShopifyAnalytics.meta.page.resourceId],
          user: await relewise_getUser(),
        });
      }

      // Track content views
      if (ShopifyAnalytics.meta.page.pageType === 'page') {
        tracker.trackContentView({
          contentId: ShopifyAnalytics.meta.page.resourceId,
          user: await relewise_getUser(),
        });
      }

      // Track product views
      if (ShopifyAnalytics.meta.page.pageType === 'product') {

        let productId = null;
        
        if (productIdHandler === "Default") {
            productId = '';
        }

        if (productIdHandler === "Metafield") {
          productId = "";
        }

        if (!productId) {
          console.error("Could not find a product id!");
        } else {
          tracker.trackProductView({
            productId: productId,
            user: await relewise_getUser(),
          });
        }
      }
    }
  });
</script>


<!-- END app block --><!-- BEGIN app block: shopify://apps/attentive/blocks/attn-tag/8df62c72-8fe4-407e-a5b3-72132be30a0d --><script type="text/javascript" src="?source=app-embed" defer="defer"></script>


<!-- END app block --><!-- BEGIN app block: shopify://apps/lipscore-reviews/blocks/lipscore-init/e89bfb0c-cc26-450f-9297-cec873403986 -->

<script type="text/javascript">
  //<![CDATA[
  window.lipscoreInit = function() {
      lipscore.init({
          apiKey: "085afa9dce79d98a3be9b9c6"
      });
  };

  (function() {
      var scr = document.createElement('script'); scr.async = 1;
      scr.src = "//static.lipscore.com/assets/en/lipscore-v1.js";
      document.getElementsByTagName('head')[0].appendChild(scr);
  })();//]]>
</script>
<!-- END app block --><!-- BEGIN app block: shopify://apps/intelligems-a-b-testing/blocks/intelligems-script/fa83b64c-0c77-4c0c-b4b2-b94b42f5ef19 --><script>
  window._template = {
    directory: "",
    name: "index",
    suffix: ""
  };
  window.__productIdFromTemplate = null;
  window.__plpCollectionIdFromTemplate = null;
  window.igProductData = (function() {
    const data = {};return data;
  })();
</script>
<script type="module" blocking="render" fetchpriority="high" src="https://cdn.intelligems.io/esm/37be3ccebb66/bundle.js" data-em-disable async></script>


<!-- END app block --><!-- BEGIN app block: shopify://apps/bundler/blocks/bundler-script-append/7a6ae1b8-3b16-449b-8429-8bb89a62c664 --><script defer="defer">
	/**	Bundler script loader, version number: 2.0 */
	(function(){
		var loadScript=function(a,b){var c=document.createElement("script");c.type="text/javascript",c.readyState?c.onreadystatechange=function(){("loaded"==c.readyState||"complete"==c.readyState)&&(c.onreadystatechange=null,b())}:c.onload=function(){b()},c.src=a,document.getElementsByTagName("head")[0].appendChild(c)};
		appendScriptUrl('nonstopdogwear.myshopify.com');

		// get script url and append timestamp of last change
		function appendScriptUrl(shop) {

			var timeStamp = Math.floor(Date.now() / (1000*1*1));
			var timestampUrl = 'https://bundler.nice-team.net/app/shop/status/'+shop+'.js?'+timeStamp;

			loadScript(timestampUrl, function() {
				// append app script
				if (typeof bundler_settings_updated == 'undefined') {
					console.log('settings are undefined');
					bundler_settings_updated = 'default-by-script';
				}
				var scriptUrl = "https://cdn-bundler.nice-team.net/app/js/bundler-script.js?shop="+shop+"&"+bundler_settings_updated;
				loadScript(scriptUrl, function(){});
			});
		}
	})();

	var BndlrScriptAppended = true;
	
</script>

<!-- END app block --><script src="https://cdn.shopify.com/extensions/019bb35a-2889-7acb-abfb-ae827e9e7665/redirect-hero-35/assets/live-redirect.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019ce15b-97c7-755c-b499-bcc3c1bf31bd/fly-shipping-bar-31/assets/fsb.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/019ce15b-97c7-755c-b499-bcc3c1bf31bd/fly-shipping-bar-31/assets/fsb.css" rel="stylesheet" type="text/css" media="all">
<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: 75353096441,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 id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;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=function(){var e={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+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=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,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),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:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?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 m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 75353096441,storefrontBaseUrl: "https://www.nonstopdogwear.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","5476ea20","ed8389fc"],webPixelsConfigList: [{"id":"1827963129","configuration":"{\"pixelCode\":\"C90NAKA8NA2MEC77V9SG\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"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":["3b5414a6"]},{"id":"1714618617","configuration":"{\"Enabled\":\"false\",\"DeveloperPreview\":\"false\",\"UpdatedAt\":\"2026-03-16T08:20:51.344Z\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"fd1f3866ebe764c5951ab54d2e1a554a","type":"APP","apiClientId":34646425601,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized"},{"id":"1393295609","configuration":"{\"accountID\":\"WiB8fa\",\"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":"1369964793","configuration":"{\"projectId\":\"tb5kjrsud7\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"3f95c569dcd8d256ed20e00a12567bee","type":"APP","apiClientId":240074326017,"privacyPurposes":[],"capabilities":["advanced_dom_events"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_personal_data"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"1350566137","configuration":"{\"shopId\":\"nonstopdogwear.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"31536d5a2ef62c1887054e49fd58dba0","type":"APP","apiClientId":4845829,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"1215561977","configuration":"{\"tagID\":\"2614458905042\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"18031546ee651571ed29edbe71a3550b","type":"APP","apiClientId":3009811,"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":["3b5414a6"]},{"id":"1192624377","configuration":"{\"tenantId\":\"5c96d80e-11a9-4fdd-a810-d82f20f239a9\", \"shop\":\"nonstopdogwear.myshopify.com\", \"datasourceId\":\"99f8584e-c746-429e-b652-df4b24759d1d\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"480ec4c467668a19b56bc858d759ef88","type":"APP","apiClientId":4294333,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized"},{"id":"1189511417","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\",\\\"GT-TNCS6T3L\\\",\\\"AW-11308664271\\\"],\\\"target_country\\\":\\\"ZZ\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/wD9ECJTcrIEbEKnyxeIC\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/eJ_nCIjcrIEbEKnyxeIC\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/_g_UCJHcrIEbEKnyxeIC\\\",\\\"MC-P7PSPT2QQB\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/_B5nCIXcrIEbEKnyxeIC\\\",\\\"MC-P7PSPT2QQB\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/7QFKCI7crIEbEKnyxeIC\\\",\\\"MC-P7PSPT2QQB\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/vcxcCJfcrIEbEKnyxeIC\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-L98R8S8C4P\\\",\\\"AW-743536937\\\/f_QlCIvcrIEbEKnyxeIC\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"6b33379668fd964ef67c850d23f6cbac","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":"1189150969","configuration":"{\"pixel_id\":\"2596485507229734\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"ca16bc87fe92b6042fbaa3acc2fbdaa6","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":"107905273","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS"],"name":"Flowbox"},{"id":"121766137","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"CreatorCommerce Pixel"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Non-stop dogwear","paymentSettings":{"currencyCode":"NOK"},"myshopifyDomain":"nonstopdogwear.myshopify.com","countryCode":"NO","storefrontUrl":"https:\/\/www.nonstopdogwear.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://www.nonstopdogwear.com/cdn","8d099bcewdb2c88b1pdc1d4032m4137b2f2",{"modern":"","legacy":""},{"shopId":"75353096441","storefrontBaseUrl":"https:\/\/www.nonstopdogwear.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"5476ea20\", \"ed8389fc\"]","isMerchantRequest":"false","hashVersion":"8d099bcewdb2c88b1pdc1d4032m4137b2f2","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'EUR';
  var meta = {"page":{"pageType":"home","requestId":"35ad80da-33ff-41ca-a241-35eef1f18085-1773785546"}};
  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 || [];
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
      var script = document.createElement('script');
      script.type = 'text/javascript';
      script.onerror = function(e) {
        var scriptFallback = document.createElement('script');
        scriptFallback.type = 'text/javascript';
        scriptFallback.onerror = function(error) {
                var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

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

        } // XHR beacon

        var xhr = new XMLHttpRequest();

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

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

        };
        scriptFallback.async = true;
        scriptFallback.src = '//www.nonstopdogwear.com/cdn/s/trekkie.storefront.dd9b4dd0f40aa86ba6051ff19e2e97f108a849d1.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//www.nonstopdogwear.com/cdn/s/trekkie.storefront.dd9b4dd0f40aa86ba6051ff19e2e97f108a849d1.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":75353096441,"isMerchantRequest":null,"themeId":150385819897,"themeCityHash":"5138650003673152713","contentLanguage":"en","currency":"EUR","eventMetadataId":"01c1630b-acad-43b1-8fe5-22d20d934929"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["65f19447","b5387b81"]},"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":"35ad80da-33ff-41ca-a241-35eef1f18085-1773785546","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.nonstopdogwear.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script
  defer
 src="https://www.nonstopdogwear.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="75353096441"
  data-render-region="gcp-europe-west1"
  data-page-type="index"
  data-theme-instance-id="150385819897"
  data-theme-name="Dawn"
  data-theme-version="15.3.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.nonstopdogwear.com/api/collect"
></script>
<script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};window.ShopifyAnalytics.performance = window.ShopifyAnalytics.performance || {};(function () {const LONG_FRAME_THRESHOLD = 50;const longAnimationFrames = [];let activeRafId = null;function collectLongFrames() {let previousTime = null;function rafMonitor(now) {if (activeRafId === null) {return;}const delta = now - previousTime;if (delta > LONG_FRAME_THRESHOLD) {longAnimationFrames.push({startTime: previousTime,endTime: now,});}previousTime = now;activeRafId = requestAnimationFrame(rafMonitor);}previousTime = performance.now();activeRafId = requestAnimationFrame(rafMonitor);}if (!PerformanceObserver.supportedEntryTypes.includes('long-animation-frame')) {collectLongFrames();const timeoutId = setTimeout(() => {cancelAnimationFrame(activeRafId);}, 10_000);window.ShopifyAnalytics.performance.getLongAnimationFrames = function(stopCollection = false) {if (stopCollection) {clearTimeout(timeoutId);cancelAnimationFrame(activeRafId);}return longAnimationFrames;};}})();</script></head>

  <body class="gradient animate--hover-default">
    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
      Skip to content
    </a>

<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quantity-popover.css?v=160630540099520878331749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841749209553" rel="stylesheet" type="text/css" media="all" />

<script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/cart.js?v=25986244538023964561749209554" defer="defer"></script>
<script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quantity-popover.js?v=987015268078116491749209554" defer="defer"></script>

<style>
  .drawer {
    visibility: hidden;
  }
</style>

<cart-drawer class="drawer is-empty">
  <div id="CartDrawer" class="cart-drawer">
    <div id="CartDrawer-Overlay" class="cart-drawer__overlay"></div>
    <div
      class="drawer__inner gradient color-scheme-1"
      role="dialog"
      aria-modal="true"
      aria-label="Your cart"
      tabindex="-1"
    ><div class="drawer__inner-empty">
          <div class="cart-drawer__warnings center">
            <div class="cart-drawer__empty-content">
              <h2 class="cart__empty-text">Your cart is empty</h2>
              <button
                class="drawer__close"
                type="button"
                onclick="this.closest('cart-drawer').close()"
                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>
              <a href="/collections/all" class="button">
                Continue shopping
              </a><p class="cart__login-title h3">Have an account?</p>
                <p class="cart__login-paragraph">
                  <a href="https://www.nonstopdogwear.com/customer_authentication/redirect?locale=en&region_country=FR" class="link underlined-link">Log in</a> to check out faster.
                </p></div>
          </div></div><div class="drawer__header">
        <h2 class="drawer__heading">Your cart</h2>
        <button
          class="drawer__close"
          type="button"
          onclick="this.closest('cart-drawer').close()"
          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="cluster-shipping-progress-bar-control" style="display:none;"></div>
      <div id="cluster-shipping-progress-bar-treatment" style="display:none;">


<style>
  .cluster-shipping-progress-bar {
    padding: 16px 20px !important;
  }

  .cluster-shipping-progress-bar__track {
    width: 100% !important;
    height: 10px !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 5px !important;
    overflow: visible !important;
    margin-bottom: 10px !important;
    position: relative !important;
    display: block !important;
  }

  .cluster-shipping-progress-bar__fill {
    display: block !important;
    height: 10px !important;
    background: #fe5000 !important;
    transition: width 0.3s ease !important;
    border-radius: 5px !important;
    min-width: 2% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  .cluster-shipping-progress-bar__text {
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 !important;
    color: #ffffff !important;
    display: block !important;
  }

  .cluster-shipping-progress-bar__text--success {
    color: #ffffff !important;
    font-weight: 600 !important;
  }
</style>

</div>
      

      <ig-volume-progress-bar-widget></ig-volume-progress-bar-widget>
      <cart-drawer-items
        
          class="is-empty"
        
      >
        <form
          action="/cart"
          id="CartDrawer-Form"
          class="cart__contents cart-drawer__form"
          method="post"
        >
          <div id="CartDrawer-CartItems" class="drawer__contents js-contents"><p id="CartDrawer-LiveRegionText" class="visually-hidden" role="status"></p>
            <p id="CartDrawer-LineItemStatus" class="visually-hidden" aria-hidden="true" role="status">
              Loading...
            </p>
          </div>
          <div id="CartDrawer-CartErrors" role="alert"></div>
        </form>
      </cart-drawer-items>
      <div class="drawer__footer">
        
        <div id="cluster-cross-sells-control" style="display:none;"></div>
        <div id="cluster-cross-sells-treatment" style="display:none;">


<div class="cluster-cross-sells">
  <h3 class="cluster-cross-sells__heading">You May Also Like</h3>

  <div class="cluster-cross-sells__container">
    <div class="cluster-cross-sells__scroll"><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=200"
                    alt="Line harness 5.0 &amp; 2181 &amp; 2182 &amp; 2183 &amp; 2184 &amp; 2185 &amp; 2186 &amp; 2187 &amp; 2188"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Line harness 5.0</h4>
                <div class="cluster-cross-sells__price"><span>€54,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836557406457">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/line-harness-5"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836557406457" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Line harness 5.0"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836557406457"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836557406457" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=200"
                    alt="Bungee leash &amp; 3532 &amp; 3533"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Bungee leash</h4>
                <div class="cluster-cross-sells__price"><span>€49,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836555309305">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/bungee-leash"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836555309305" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Bungee leash"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836555309305"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836555309305" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=200"
                    alt="Fjord raincoat &amp; 29632 &amp; 29633 &amp; 29634 &amp; 29635 &amp; 29636 &amp; 29637 &amp; 29638 &amp; 29639 &amp; 29640 &amp; 29641"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Fjord raincoat</h4>
                <div class="cluster-cross-sells__price"><span>€79,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836557242617">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/fjord-raincoat"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836557242617" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Fjord raincoat"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836557242617"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836557242617" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=200"
                    alt="Freemotion harness 5.0 &amp; 3522 &amp; 3523 &amp; 3524 &amp; 3525 &amp; 3526 &amp; 3527 &amp; 3528"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Freemotion harness 5.0</h4>
                <div class="cluster-cross-sells__price"><span>€96,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836558225657">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/freemotion-harness-5"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836558225657" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Freemotion harness 5.0"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836558225657"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836558225657" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=200"
                    alt="Protector bootie &amp; 1322 &amp; 1323 &amp; 1324 &amp; 1325 &amp; 1321 &amp; 1326"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Protector bootie</h4>
                <div class="cluster-cross-sells__price"><span>€30,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836555800825">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/protector-bootie"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836555800825" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Protector bootie"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836555800825"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836555800825" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div><div class="cluster-cross-sells__item">
            <div class="cluster-cross-sells__item-inner"><div class="cluster-cross-sells__image">
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=200"
                    alt="Long distance bootie &amp; 1329 &amp; 1330 &amp; 1331 &amp; 1332 &amp; 1333 &amp; 1334 &amp; 1335 &amp; 1356"
                    loading="lazy"
                    width="60"
                    height="80"
                  >
                </div><div class="cluster-cross-sells__content">
                <h4 class="cluster-cross-sells__title">Long distance bootie</h4>
                <div class="cluster-cross-sells__price"><span>€11,95</span></div>

                <modal-opener data-modal="#ClusterQuickAdd-8836554981625">
                  <button
                    type="button"
                    class="cluster-cross-sells__cta button button--secondary"
                    data-product-url="/products/long-distance-bootie"
                    aria-haspopup="dialog"
                  >
                    Quick View


<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>
                </modal-opener>
                <cluster-quick-add-modal id="ClusterQuickAdd-8836554981625" class="cluster-quick-add-modal">
                  <div
                    role="dialog"
                    aria-label="Choose options for Long distance bootie"
                    aria-modal="true"
                    class="cluster-quick-add-modal__content global-settings-popup"
                    tabindex="-1"
                  >
                    <button
                      id="ClusterModalClose-8836554981625"
                      type="button"
                      class="cluster-quick-add-modal__toggle"
                      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 id="ClusterQuickAddInfo-8836554981625" class="cluster-quick-add-modal__content-info"></div>
                  </div>
                </cluster-quick-add-modal>
              </div>
            </div>
          </div></div>
  </div>
</div>

<style>
  .cluster-cross-sells {
    padding: 8px 0 8px;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  }

  .cluster-cross-sells__heading {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(var(--color-foreground));
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .cluster-cross-sells__container {
    position: relative;
    overflow: hidden;
  }

  .cluster-cross-sells__scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .cluster-cross-sells__scroll::-webkit-scrollbar {
    display: none;
  }

  .cluster-cross-sells__item {
    flex: 0 0 160px;
    scroll-snap-align: start;
  }

  .cluster-cross-sells__item-inner {
    background: rgba(var(--color-foreground), 0.02);
    border: 1px solid rgba(var(--color-foreground), 0.08);
    border-radius: 4px;
    padding: 6px;
    height: 70px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .cluster-cross-sells__item-inner:hover {
    background: rgba(var(--color-foreground), 0.04);
    border-color: rgba(var(--color-foreground), 0.12);
  }

  .cluster-cross-sells__image {
    flex-shrink: 0;
    width: 50px;
    height: 58px;
    overflow: hidden;
    border-radius: 3px;
    background: rgb(var(--color-background));
  }

  .cluster-cross-sells__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cluster-cross-sells__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    justify-content: flex-start;
  }

  .cluster-cross-sells__title {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: rgb(var(--color-foreground));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

  .cluster-cross-sells__price {
    margin-top: auto;
    font-size: 10px;
    font-weight: 600;
    color: rgb(var(--color-foreground));
  }

  .cluster-cross-sells__price--sale {
    color: rgb(var(--color-sale));
    margin-right: 3px;
  }

  .cluster-cross-sells__price--compare {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 8px;
    font-weight: 400;
  }

  .cluster-cross-sells__cta {
    width: 100%;
    padding: 5px 4px;
    font-size: 8px;
    margin-top: auto;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.3;
    min-height: 0;
    height: auto;
  }

  /* Hide modal-opener custom element display */
  .cluster-cross-sells modal-opener {
    display: contents;
  }

  /* Ensure quick-add modals are hidden by default and positioned correctly */
  .cluster-cross-sells cluster-quick-add-modal:not([open]) {
    display: none !important;
  }

  @media screen and (min-width: 750px) {
    .cluster-cross-sells {
      padding: 14px 0 10px;
    }

    .cluster-cross-sells__heading {
      font-size: 15px;
      margin-bottom: 10px;
    }

    .cluster-cross-sells__item {
      flex: 0 0 180px;
    }

    .cluster-cross-sells__item-inner {
      height: 80px;
      padding: 8px;
      gap: 10px;
    }

    .cluster-cross-sells__image {
      width: 60px;
      height: 64px;
    }

    .cluster-cross-sells__title {
      font-size: 10px;
    }

    .cluster-cross-sells__price {
      font-size: 11px;
    }

    .cluster-cross-sells__cta {
      font-size: 9px;
      padding: 4px 6px;
    }
  }

  /* Ensure quick-add modal content displays properly */
  quick-add-modal .product {
    max-width: 100%;
    display: block !important;
  }

  quick-add-modal .product__media-wrapper,
  quick-add-modal .product__info-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  quick-add-modal .product__info-wrapper {
    padding-top: 2rem !important;
  }

  quick-add-modal img {
    max-width: 100%;
    height: auto;
  }

  quick-add-modal .product.grid {
    display: block !important;
  }

  @media screen and (min-width: 750px) {
    quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
      max-width: 100% !important;
      width: 100% !important;
    }

    quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 0 !important;
    }
  }
</style>

</div>
        
<!-- Start blocks -->
        <!-- Subtotals -->

        <div class="cart-drawer__footer" >
          <div></div>

          <div class="totals" role="status">
            <h2 class="totals__total">Estimated total</h2>
            <p class="totals__total-value">€0,00 EUR</p>
          </div>

          <small class="tax-note caption-large rte">Taxes included. Discounts and shipping calculated at checkout.
</small>
        </div>

        <!-- CTAs -->

        <div class="cart__ctas" >
          <button
            type="submit"
            id="CartDrawer-Checkout"
            class="cart__checkout-button button"
            name="checkout"
            form="CartDrawer-Form"
            
              disabled
>
            Check out
          </button>
        </div>

        
        <div id="cluster-trust-badges-control" style="display:none;"></div>
        <div id="cluster-trust-badges-treatment" style="display:none;">


<!-- Payment Icons -->
<ul class="cluster-cart-payment-icons">
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/paypal.svg"
      alt="PayPal"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/klarna.svg"
      alt="Klarna"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/visa.svg"
      alt="Visa"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/american_express.svg"
      alt="American Express"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/master.svg"
      alt="MasterCard"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
  <li class="cluster-cart-payment-icons__item">
    <img
      src="https://raw.githubusercontent.com/activemerchant/payment_icons/master/app/assets/images/payment_icons/apple_pay.svg"
      alt="Apple Pay"
      width="38"
      height="24"
      loading="lazy"
    >
  </li>
</ul>

<!-- Trust Benefits Section -->
<div class="cluster-cart-trust-benefits">
  <!-- Warranty Badge -->
  <div class="cluster-cart-trust-benefit-item">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width="24"
      height="24"
      viewbox="0 0 24 24"
      fill="none"
      stroke="currentColor"
      stroke-width="2"
      stroke-linecap="round"
      stroke-linejoin="round"
      class="cluster-cart-trust-icon"
      aria-label="2 Year Manufacturer Warranty"
    >
      <path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"/><path d="m9 12 2 2 4-4"/>
    </svg>
    <p class="cluster-cart-trust-text">2 Year Warranty</p>
  </div>

  <!-- Shipping Badge -->
  <div class="cluster-cart-trust-benefit-item">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width="24"
      height="24"
      viewbox="0 0 24 24"
      fill="none"
      stroke="currentColor"
      stroke-width="2"
      stroke-linecap="round"
      stroke-linejoin="round"
      class="cluster-cart-trust-icon"
      aria-label="Fast Shipping"
    >
      <path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"/><path d="M15 18H9"/><path d="M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"/><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/>
    </svg>
    <p class="cluster-cart-trust-text">3-8 Business Days</p>
  </div>

  <!-- Returns Badge -->
  <div class="cluster-cart-trust-benefit-item">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width="24"
      height="24"
      viewbox="0 0 24 24"
      fill="none"
      stroke="currentColor"
      stroke-width="2"
      stroke-linecap="round"
      stroke-linejoin="round"
      class="cluster-cart-trust-icon"
      aria-label="60 Day Return Window"
    >
      <path d="M20 4v7a4 4 0 0 1-4 4H4"/><path d="m9 10-5 5 5 5"/>
    </svg>
    <p class="cluster-cart-trust-text">60 Day Free Returns</p>
  </div>
</div>

<style>
  .cluster-cart-payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
  }

  .cluster-cart-payment-icons__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cluster-cart-trust-benefits {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0 4px;
    margin: 0;
  }

  .cluster-cart-trust-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    flex: 1;
  }

  .cluster-cart-trust-icon {
    display: block;
    color: #ffffff;
    stroke: #ffffff;
    width: 20px;
    height: 20px;
  }

  .cluster-cart-trust-text {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    color: #ffffff;
  }

  @media screen and (min-width: 750px) {
    .cluster-cart-payment-icons {
      padding: 12px 0;
      gap: 8px;
    }

    .cluster-cart-trust-benefits {
      padding: 12px 0 8px;
      gap: 12px;
    }

    .cluster-cart-trust-benefit-item {
      gap: 6px;
    }

    .cluster-cart-trust-icon {
      width: 24px;
      height: 24px;
    }

    .cluster-cart-trust-text {
      font-size: 12px;
      line-height: 1.4;
    }
  }
</style>

</div>
        
      </div>
    </div>
  </div>
</cart-drawer>

<script>
  /*
    Intelligems A/B Test: Cart Drawer Cluster Features
    - Tests the impact of cluster-agent features (shipping progress bar, cross-sells, trust badges)
    - Control: Standard cart drawer without cluster features
    - Treatment: Cart drawer with cluster features
  */
  (function() {
    const EXPERIMENT_ID = 'e762166c-15d1-40c0-8d9c-0f04a7065b0c';
    const CONTROL_GROUP_ID = 'bcd2c540-27a7-481c-b9f0-693ac7df4fbf';
    const TREATMENT_GROUP_ID = '6905e265-5a67-42b3-9640-31b34b013060';

    let cachedVariant = null;

    function showVariant(variant) {
      const elements = [
        {
          control: document.getElementById('cluster-shipping-progress-bar-control'),
          treatment: document.getElementById('cluster-shipping-progress-bar-treatment')
        },
        {
          control: document.getElementById('cluster-cross-sells-control'),
          treatment: document.getElementById('cluster-cross-sells-treatment')
        },
        {
          control: document.getElementById('cluster-trust-badges-control'),
          treatment: document.getElementById('cluster-trust-badges-treatment')
        }
      ];

      let elementsFound = 0;
      elements.forEach(function (pair) {
        if (!pair.control || !pair.treatment) return;

        elementsFound++;
        if (variant === 'treatment') {
          pair.control.style.display = 'none';
          pair.treatment.style.display = 'block';
        } else {
          pair.control.style.display = 'block';
          pair.treatment.style.display = 'none';
        }
      });

      if (elementsFound > 0) {
        console.log('Intelligems Cart Drawer Test: Showing variant:', variant);
      }
    }

    function determineVariant() {
      if (cachedVariant) return cachedVariant;

      const testGroup = window.igData?.user?.getTestGroup(EXPERIMENT_ID);

      if (!testGroup) {
        cachedVariant = 'control';
        return cachedVariant;
      }

      if (testGroup.id === TREATMENT_GROUP_ID) {
        cachedVariant = 'treatment';
      } else if (testGroup.id === CONTROL_GROUP_ID) {
        cachedVariant = 'control';
      } else {
        cachedVariant = testGroup.name.toLowerCase().includes('treatment') ? 'treatment' : 'control';
      }

      console.log('Intelligems Cart Drawer Test: Assigned to', cachedVariant);
      return cachedVariant;
    }

    function initTest() {
      const variant = determineVariant();
      showVariant(variant);
    }

    // Run on initial load
    function runWhenReady() {
      if (window.igData) {
        initTest();
      } else {
        window.addEventListener('ig:ready', initTest);
        setTimeout(function() {
          if (!cachedVariant) {
            console.warn('Intelligems Cart Drawer Test: Timeout, defaulting to control');
            cachedVariant = 'control';
            showVariant('control');
          }
        }, 3000);
      }
    }

    // Observe cart drawer changes and re-apply variant
    function observeCartDrawer() {
      const cartDrawer = document.querySelector('cart-drawer');
      if (!cartDrawer) {
        // Retry after a delay if cart drawer not found
        setTimeout(observeCartDrawer, 500);
        return;
      }

      const observer = new MutationObserver(function() {
        if (cachedVariant) {
          showVariant(cachedVariant);
        }
      });

      observer.observe(cartDrawer, {
        childList: true,
        subtree: true
      });
    }

    // Initialize
    runWhenReady();
    observeCartDrawer();
  })();
</script>
<!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--19404375261433__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar-section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-slideshow.css?v=17933591812325749411749209554" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671749209553" rel="stylesheet" type="text/css" media="all" />

<style>
  .lipscore-service-review-badge-small-long svg g.lipscore-service-review-logo {
    display: none !important;
  }

  /* CLUSTER-AGENT START - Make Lipscore widget responsive and centered */

  /* Better centering for announcement bar content between arrows */
  .announcement-bar-slider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .announcement-bar .slider {
    flex: 1 !important;
    margin: 0 0.5rem !important; /* Small margin from arrows */
  }

  .announcement-bar__announcement {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Lipscore widget: responsive width fix to prevent overflow */
  .lipscore-service-review-badge-small-long {
    max-width: 100% !important;
    width: auto !important;
    overflow: hidden;
  }

  .lipscore-service-review-badge-small-long > * {
    max-width: 100% !important;
    width: auto !important;
  }

  @media screen and (max-width: 749px) {
    .lipscore-service-review-badge-small-long {
      max-width: calc(100vw - 6rem) !important; /* Account for padding and navigation buttons */
    }
  }

  /* Change the "4.8" rating number color to #bbbbbb for better visibility */
  .lipscore-service-review-badge-small-long svg text[x='60px'] {
    fill: #bbbbbb !important;
  }
  /* CLUSTER-AGENT END */
</style>

<div
  class="utility-bar color-scheme-3 gradient utility-bar--bottom-border header-localization"
>
  <div class="page-width utility-bar__grid utility-bar__grid--3-col"><slideshow-component
        class="announcement-bar"
        role="region"
        aria-roledescription="Carousel"
        aria-label="Announcement bar"
      >
        <div class="announcement-bar-slider slider-buttons">
          <button
            type="button"
            class="slider-button slider-button--prev"
            name="previous"
            aria-label="Previous announcement"
            aria-controls="Slider-sections--19404375261433__announcement-bar"
          >
            <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="grid grid--1-col slider slider--everywhere"
            id="Slider-sections--19404375261433__announcement-bar"
            aria-live="polite"
            aria-atomic="true"
            data-autoplay="true"
            data-speed="5"
          ><div
                class="slideshow__slide slider__slide grid__item grid--1-col"
                id="Slide-sections--19404375261433__announcement-bar-1"
                
                role="group"
                aria-roledescription="Announcement"
                aria-label="1 of 2"
                tabindex="-1"
              >
                <div
                  class="announcement-bar__announcement"
                  role="region"
                  aria-label="Announcement"
                ><div
                      class="lipscore-service-review-badge-small-long lipscore-no-border lipscore-no-separator"
                      data-ls-widget-height="35px"
                      data-ls-widget-width="350px"
                    ></div></div>
              </div><div
                class="slideshow__slide slider__slide grid__item grid--1-col"
                id="Slide-sections--19404375261433__announcement-bar-2"
                
                role="group"
                aria-roledescription="Announcement"
                aria-label="2 of 2"
                tabindex="-1"
              >
                <div
                  class="announcement-bar__announcement"
                  role="region"
                  aria-label="Announcement"
                ><p class="announcement-bar__message h5">
                      <span>60 days free returns</span></p></div>
              </div></div>
          <button
            type="button"
            class="slider-button slider-button--next"
            name="next"
            aria-label="Next announcement"
            aria-controls="Slider-sections--19404375261433__announcement-bar"
          >
            <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>
      </slideshow-component><div class="localization-wrapper"><localization-form class="small-hide medium-hide"><form method="post" action="/localization" id="AnnouncementCountryForm" 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="/" /><div>
              <h2 class="visually-hidden" id="AnnouncementCountryLabel">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="AnnouncementCountry-country-results"
    aria-describedby="AnnouncementCountryLabel"
  >
    <span>France |
      EUR
      €</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 country-selector__list--with-multiple-currencies"
      id="AnnouncementCountry-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="AF"
              id="Afghanistan"
            >
              <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">Afghanistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DZ"
              id="Algeria"
            >
              <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">Algeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AO"
              id="Angola"
            >
              <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">Angola</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AC"
              id="Ascension 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">Ascension Island</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AZ"
              id="Azerbaijan"
            >
              <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">Azerbaijan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BH"
              id="Bahrain"
            >
              <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">Bahrain</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BD"
              id="Bangladesh"
            >
              <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">Bangladesh</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BJ"
              id="Benin"
            >
              <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">Benin</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BT"
              id="Bhutan"
            >
              <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">Bhutan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BW"
              id="Botswana"
            >
              <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">Botswana</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IO"
              id="British Indian Ocean Territory"
            >
              <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 Indian Ocean Territory</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BN"
              id="Brunei"
            >
              <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">Brunei</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BF"
              id="Burkina Faso"
            >
              <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">Burkina Faso</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BI"
              id="Burundi"
            >
              <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">Burundi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KH"
              id="Cambodia"
            >
              <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">Cambodia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CM"
              id="Cameroon"
            >
              <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">Cameroon</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CV"
              id="Cape Verde"
            >
              <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">Cape Verde</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BQ"
              id="Caribbean 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">Caribbean Netherlands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CF"
              id="Central African 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">Central African Republic</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TD"
              id="Chad"
            >
              <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">Chad</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CN"
              id="China"
            >
              <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">China</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CX"
              id="Christmas 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">Christmas Island</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CC"
              id="Cocos (Keeling) 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">Cocos (Keeling) Islands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KM"
              id="Comoros"
            >
              <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">Comoros</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CG"
              id="Congo - Brazzaville"
            >
              <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">Congo - Brazzaville</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CD"
              id="Congo - Kinshasa"
            >
              <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">Congo - Kinshasa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CI"
              id="Côte d’Ivoire"
            >
              <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">Côte d’Ivoire</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                DKK
                kr.</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DJ"
              id="Djibouti"
            >
              <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">Djibouti</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EG"
              id="Egypt"
            >
              <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">Egypt</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GQ"
              id="Equatorial 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">Equatorial Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ER"
              id="Eritrea"
            >
              <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">Eritrea</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SZ"
              id="Eswatini"
            >
              <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">Eswatini</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ET"
              id="Ethiopia"
            >
              <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">Ethiopia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                EUR
                €</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="FR"
              id="France"
            >
              <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">France</span>
              <span class="localization-form__currency motion-reduce">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GA"
              id="Gabon"
            >
              <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">Gabon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GM"
              id="Gambia"
            >
              <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">Gambia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GH"
              id="Ghana"
            >
              <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">Ghana</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                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">
                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">
                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">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GN"
              id="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">Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GW"
              id="Guinea-Bissau"
            >
              <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">Guinea-Bissau</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HK"
              id="Hong Kong SAR"
            >
              <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">Hong Kong SAR</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IN"
              id="India"
            >
              <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">India</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ID"
              id="Indonesia"
            >
              <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">Indonesia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IQ"
              id="Iraq"
            >
              <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">Iraq</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IL"
              id="Israel"
            >
              <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">Israel</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JP"
              id="Japan"
            >
              <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">Japan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JO"
              id="Jordan"
            >
              <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">Jordan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KE"
              id="Kenya"
            >
              <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">Kenya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KW"
              id="Kuwait"
            >
              <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">Kuwait</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LA"
              id="Laos"
            >
              <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">Laos</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LB"
              id="Lebanon"
            >
              <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">Lebanon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LS"
              id="Lesotho"
            >
              <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">Lesotho</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LR"
              id="Liberia"
            >
              <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">Liberia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LY"
              id="Libya"
            >
              <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">Libya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MO"
              id="Macao SAR"
            >
              <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">Macao SAR</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MG"
              id="Madagascar"
            >
              <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">Madagascar</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MW"
              id="Malawi"
            >
              <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">Malawi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MY"
              id="Malaysia"
            >
              <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">Malaysia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MV"
              id="Maldives"
            >
              <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">Maldives</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ML"
              id="Mali"
            >
              <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">Mali</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MR"
              id="Mauritania"
            >
              <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">Mauritania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MU"
              id="Mauritius"
            >
              <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">Mauritius</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YT"
              id="Mayotte"
            >
              <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">Mayotte</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MN"
              id="Mongolia"
            >
              <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">Mongolia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MA"
              id="Morocco"
            >
              <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">Morocco</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MZ"
              id="Mozambique"
            >
              <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">Mozambique</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MM"
              id="Myanmar (Burma)"
            >
              <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">Myanmar (Burma)</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NA"
              id="Namibia"
            >
              <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">Namibia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NP"
              id="Nepal"
            >
              <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">Nepal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NE"
              id="Niger"
            >
              <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">Niger</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NG"
              id="Nigeria"
            >
              <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">Nigeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                NOK
                kr</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="OM"
              id="Oman"
            >
              <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">Oman</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PK"
              id="Pakistan"
            >
              <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">Pakistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PS"
              id="Palestinian 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">Palestinian Territories</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PH"
              id="Philippines"
            >
              <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">Philippines</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="QA"
              id="Qatar"
            >
              <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">Qatar</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RW"
              id="Rwanda"
            >
              <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">Rwanda</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ST"
              id="São Tomé &amp; Príncipe"
            >
              <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">São Tomé &amp; Príncipe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SA"
              id="Saudi Arabia"
            >
              <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">Saudi Arabia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SN"
              id="Senegal"
            >
              <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">Senegal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SC"
              id="Seychelles"
            >
              <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">Seychelles</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SL"
              id="Sierra Leone"
            >
              <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">Sierra Leone</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SG"
              id="Singapore"
            >
              <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">Singapore</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SO"
              id="Somalia"
            >
              <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">Somalia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZA"
              id="South Africa"
            >
              <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 Africa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KR"
              id="South Korea"
            >
              <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 Korea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SS"
              id="South Sudan"
            >
              <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 Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LK"
              id="Sri Lanka"
            >
              <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">Sri Lanka</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SH"
              id="St. Helena"
            >
              <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. Helena</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SD"
              id="Sudan"
            >
              <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">Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SJ"
              id="Svalbard &amp; Jan Mayen"
            >
              <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">Svalbard &amp; Jan Mayen</span>
              <span class="localization-form__currency motion-reduce">
                NOK
                kr</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">
                SEK
                kr</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">
                CHF
                CHF</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TW"
              id="Taiwan"
            >
              <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">Taiwan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TJ"
              id="Tajikistan"
            >
              <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">Tajikistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TZ"
              id="Tanzania"
            >
              <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">Tanzania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TH"
              id="Thailand"
            >
              <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">Thailand</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TG"
              id="Togo"
            >
              <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">Togo</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TA"
              id="Tristan da Cunha"
            >
              <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">Tristan da Cunha</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TN"
              id="Tunisia"
            >
              <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">Tunisia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TM"
              id="Turkmenistan"
            >
              <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">Turkmenistan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UG"
              id="Uganda"
            >
              <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">Uganda</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AE"
              id="United Arab Emirates"
            >
              <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 Arab Emirates</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="US"
              id="United States"
            >
              <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 States</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VN"
              id="Vietnam"
            >
              <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">Vietnam</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EH"
              id="Western Sahara"
            >
              <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">Western Sahara</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YE"
              id="Yemen"
            >
              <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">Yemen</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZM"
              id="Zambia"
            >
              <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">Zambia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZW"
              id="Zimbabwe"
            >
              <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">Zimbabwe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li></ul>
    </div>
  </div>
  <div class="country-selector__overlay"></div>
</div>
<input type="hidden" name="country_code" value="FR">
</div></form></localization-form>
      
<localization-form class="small-hide medium-hide"><form method="post" action="/localization" id="AnnouncementLanguageForm" 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="/" /><div>
              <h2 class="visually-hidden" id="AnnouncementLanguageLabel">Language</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="AnnouncementLanguageList"
    aria-describedby="AnnouncementLanguageLabel"
  >
    <span>English</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 language-selector" hidden>
    <ul id="AnnouncementLanguageList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="en"
            lang="en"
            
              aria-current="true"
            
            data-value="en"
          >
            <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>
              English
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="es"
            lang="es"
            
            data-value="es"
          >
            <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>
              Español
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fi"
            lang="fi"
            
            data-value="fi"
          >
            <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>
              Suomi
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fr"
            lang="fr"
            
            data-value="fr"
          >
            <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>
              Français
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="sv"
            lang="sv"
            
            data-value="sv"
          >
            <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>
              Svenska
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="nb"
            lang="nb"
            
            data-value="nb"
          >
            <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>
              Norsk (bokmål)
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="de"
            lang="de"
            
            data-value="de"
          >
            <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>
              Deutsch
            </span>
          </a>
        </li></ul>
  </div>
</div>
<input type="hidden" name="locale_code" value="en">
</div></form></localization-form></div>
  </div>
</div>


</div><div id="shopify-section-sections--19404375261433__header" class="shopify-section shopify-section-group-header-group section-header"><link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-list-menu.css?v=151968516119678728991749209554" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-search.css?v=165164710990765432851749209556" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-menu-drawer.css?v=147478906057189667651749209555" media="print" onload="this.media='all'">
<link
  rel="stylesheet"
  href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-cart-notification.css?v=54116361853792938221749209554"
  media="print"
  onload="this.media='all'"
><link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-mega-menu.css?v=10110889665867715061749209555" media="print" onload="this.media='all'"><style>
  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }.scrolled-past-header .header__heading-logo-wrapper {
      width: 75%;
    }@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));
  }

  .header__icon--support_center {
    margin-left: 7px;
  }

  @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.nonstopdogwear.com/cdn/shop/t/2/assets/cart-notification.js?v=133508293167896966491749209554" defer="defer"></script>

<sticky-header
  
    data-sticky-type="reduce-logo-size"
  
  class="header-wrapper color-scheme-3 gradient header-wrapper--border-bottom"
><header class="header header--middle-left header--mobile-center page-width header--has-menu 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-1">
      <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-for-dogs"
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      >
                        For dogs
                        <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-for-dogs"
                        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>
                            For dogs
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a
                                    id="HeaderDrawer-for-dogs-popular"
                                    href="/products/freemotion-harness-5"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Popular
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-new"
                                    href="/products/canix-belt-2"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    New
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-harnesses"
                                    href="/collections/harnesses"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Harnesses
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-belts"
                                    href="/collections/belts"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Belts
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-collars"
                                    href="/collections/collars"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Collars
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-leashes"
                                    href="/collections/leashes"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Leashes
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-dog-jackets"
                                    href="/collections/jackets"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Dog jackets
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-toys"
                                    href="/collections/toys"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Toys
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-booties"
                                    href="/collections/booties"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Booties
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-life-jackets-gear"
                                    href="/collections/gear"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Life Jackets &amp; Gear
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-spare-parts"
                                    href="/collections/accessories"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Spare parts
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-nutrition-care"
                                    href="/collections/nutrition-and-care"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Nutrition &amp; Care
                                  </a></li><li><a
                                    id="HeaderDrawer-for-dogs-kits"
                                    href="/collections/our-kits"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Kits
                                  </a></li></ul>
                        </div>
                      </div>
                    </details></li><li><details id="Details-menu-drawer-menu-item-2">
                      <summary
                        id="HeaderDrawer-for-humans"
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset menu-drawer__menu-item--active"
                      >
                        For humans
                        <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-for-humans"
                        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>
                            For humans
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer-for-humans-clothing">
                                    <summary
                                      id="HeaderDrawer-for-humans-clothing"
                                      class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    >
                                      Clothing
                                      <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="childlink-clothing"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      <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>
                                        Clothing
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-jackets"
                                              href="/collections/jackets-for-humans"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Jackets
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-pants"
                                              href="/collections/pants"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Pants
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-t-shirts"
                                              href="/collections/t-shirts"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              T-shirts
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-training-vests"
                                              href="/collections/training-vests"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Training vests
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-sweaters"
                                              href="/collections/sweaters"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Sweaters
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-shorts"
                                              href="/collections/shorts"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Shorts
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-clothing-racesuits"
                                              href="/collections/racesuits"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Racesuits
                                            </a>
                                          </li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer-for-humans-gear">
                                    <summary
                                      id="HeaderDrawer-for-humans-gear"
                                      class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    >
                                      Gear
                                      <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="childlink-gear"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      <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>
                                        Gear
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li>
                                            <a
                                              id="HeaderDrawer-for-humans-gear-belts"
                                              href="/collections/belts"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Belts
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-gear-bags-packs"
                                              href="/collections/bags-and-packs"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Bags &amp; packs
                                            </a>
                                          </li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer-for-humans-accessories">
                                    <summary
                                      id="HeaderDrawer-for-humans-accessories"
                                      class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    >
                                      Accessories
                                      <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="childlink-accessories"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      <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>
                                        Accessories
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li>
                                            <a
                                              id="HeaderDrawer-for-humans-accessories-hats-caps"
                                              href="/collections/hats-and-caps"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Hats &amp; Caps
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-accessories-mittens"
                                              href="/collections/mittens"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Mittens
                                            </a>
                                          </li><li>
                                            <a
                                              id="HeaderDrawer-for-humans-accessories-socks"
                                              href="/collections/socks"
                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                              
                                            >
                                              Socks
                                            </a>
                                          </li></ul>
                                    </div>
                                  </details></li></ul>
                        </div>
                      </div>
                    </details></li><li><details id="Details-menu-drawer-menu-item-3">
                      <summary
                        id="HeaderDrawer-activities"
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                      >
                        Activities
                        <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-activities"
                        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>
                            Activities
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a
                                    id="HeaderDrawer-activities-running"
                                    href="/collections/running"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Running
                                  </a></li><li><a
                                    id="HeaderDrawer-activities-biking"
                                    href="/collections/biking"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Biking
                                  </a></li><li><a
                                    id="HeaderDrawer-activities-mushing"
                                    href="/collections/mushing"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Mushing
                                  </a></li><li><a
                                    id="HeaderDrawer-activities-hiking"
                                    href="/collections/hiking"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Hiking
                                  </a></li><li><a
                                    id="HeaderDrawer-activities-skiing"
                                    href="/collections/skiing"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Skiing
                                  </a></li><li><a
                                    id="HeaderDrawer-activities-safety"
                                    href="/collections/safety"
                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                  >
                                    Safety
                                  </a></li></ul>
                        </div>
                      </div>
                    </details></li><li><a
                      id="HeaderDrawer-magazine"
                      href="/blogs/our-blogs"
                      class="menu-drawer__menu-item list-menu__item link link--text link-handle-magazine focus-inset"
                      
                    >
                      Magazine
                    </a></li><li><a
                      id="HeaderDrawer-courses"
                      href="https://landing.nonstopdogwear.com/free-courses-dog-sports"
                      class="menu-drawer__menu-item list-menu__item link link--text link-handle-courses focus-inset"
                      
                    >
                      Courses
                    </a></li></ul>
          </nav>
          <div class="menu-drawer__utility-links"><a
                href="https://www.nonstopdogwear.com/customer_authentication/redirect?locale=en&region_country=FR"
                class="menu-drawer__account link focus-inset h5 medium-hide large-up-hide"
                rel="nofollow"
              ><account-icon><span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-account" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M6 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15M9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35" clip-rule="evenodd"/></svg>
</span></account-icon>Log in</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="/" /><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>France |
      EUR
      €</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 country-selector__list--with-multiple-currencies"
      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="AF"
              id="Afghanistan"
            >
              <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">Afghanistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DZ"
              id="Algeria"
            >
              <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">Algeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AO"
              id="Angola"
            >
              <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">Angola</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AC"
              id="Ascension 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">Ascension Island</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AZ"
              id="Azerbaijan"
            >
              <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">Azerbaijan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BH"
              id="Bahrain"
            >
              <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">Bahrain</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BD"
              id="Bangladesh"
            >
              <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">Bangladesh</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BJ"
              id="Benin"
            >
              <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">Benin</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BT"
              id="Bhutan"
            >
              <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">Bhutan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BW"
              id="Botswana"
            >
              <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">Botswana</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IO"
              id="British Indian Ocean Territory"
            >
              <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 Indian Ocean Territory</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BN"
              id="Brunei"
            >
              <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">Brunei</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BF"
              id="Burkina Faso"
            >
              <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">Burkina Faso</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BI"
              id="Burundi"
            >
              <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">Burundi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KH"
              id="Cambodia"
            >
              <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">Cambodia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CM"
              id="Cameroon"
            >
              <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">Cameroon</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CV"
              id="Cape Verde"
            >
              <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">Cape Verde</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BQ"
              id="Caribbean 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">Caribbean Netherlands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CF"
              id="Central African 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">Central African Republic</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TD"
              id="Chad"
            >
              <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">Chad</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CN"
              id="China"
            >
              <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">China</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CX"
              id="Christmas 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">Christmas Island</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CC"
              id="Cocos (Keeling) 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">Cocos (Keeling) Islands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KM"
              id="Comoros"
            >
              <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">Comoros</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CG"
              id="Congo - Brazzaville"
            >
              <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">Congo - Brazzaville</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CD"
              id="Congo - Kinshasa"
            >
              <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">Congo - Kinshasa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CI"
              id="Côte d’Ivoire"
            >
              <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">Côte d’Ivoire</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                DKK
                kr.</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DJ"
              id="Djibouti"
            >
              <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">Djibouti</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EG"
              id="Egypt"
            >
              <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">Egypt</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GQ"
              id="Equatorial 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">Equatorial Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ER"
              id="Eritrea"
            >
              <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">Eritrea</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SZ"
              id="Eswatini"
            >
              <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">Eswatini</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ET"
              id="Ethiopia"
            >
              <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">Ethiopia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                EUR
                €</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="FR"
              id="France"
            >
              <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">France</span>
              <span class="localization-form__currency motion-reduce">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GA"
              id="Gabon"
            >
              <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">Gabon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GM"
              id="Gambia"
            >
              <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">Gambia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GH"
              id="Ghana"
            >
              <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">Ghana</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                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">
                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">
                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">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GN"
              id="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">Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GW"
              id="Guinea-Bissau"
            >
              <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">Guinea-Bissau</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HK"
              id="Hong Kong SAR"
            >
              <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">Hong Kong SAR</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IN"
              id="India"
            >
              <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">India</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ID"
              id="Indonesia"
            >
              <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">Indonesia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IQ"
              id="Iraq"
            >
              <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">Iraq</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IL"
              id="Israel"
            >
              <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">Israel</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JP"
              id="Japan"
            >
              <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">Japan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JO"
              id="Jordan"
            >
              <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">Jordan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KE"
              id="Kenya"
            >
              <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">Kenya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KW"
              id="Kuwait"
            >
              <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">Kuwait</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LA"
              id="Laos"
            >
              <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">Laos</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LB"
              id="Lebanon"
            >
              <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">Lebanon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LS"
              id="Lesotho"
            >
              <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">Lesotho</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LR"
              id="Liberia"
            >
              <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">Liberia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LY"
              id="Libya"
            >
              <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">Libya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MO"
              id="Macao SAR"
            >
              <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">Macao SAR</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MG"
              id="Madagascar"
            >
              <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">Madagascar</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MW"
              id="Malawi"
            >
              <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">Malawi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MY"
              id="Malaysia"
            >
              <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">Malaysia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MV"
              id="Maldives"
            >
              <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">Maldives</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ML"
              id="Mali"
            >
              <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">Mali</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MR"
              id="Mauritania"
            >
              <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">Mauritania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MU"
              id="Mauritius"
            >
              <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">Mauritius</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YT"
              id="Mayotte"
            >
              <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">Mayotte</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MN"
              id="Mongolia"
            >
              <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">Mongolia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MA"
              id="Morocco"
            >
              <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">Morocco</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MZ"
              id="Mozambique"
            >
              <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">Mozambique</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MM"
              id="Myanmar (Burma)"
            >
              <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">Myanmar (Burma)</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NA"
              id="Namibia"
            >
              <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">Namibia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NP"
              id="Nepal"
            >
              <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">Nepal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NE"
              id="Niger"
            >
              <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">Niger</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NG"
              id="Nigeria"
            >
              <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">Nigeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                NOK
                kr</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="OM"
              id="Oman"
            >
              <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">Oman</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PK"
              id="Pakistan"
            >
              <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">Pakistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PS"
              id="Palestinian 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">Palestinian Territories</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PH"
              id="Philippines"
            >
              <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">Philippines</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="QA"
              id="Qatar"
            >
              <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">Qatar</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RW"
              id="Rwanda"
            >
              <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">Rwanda</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ST"
              id="São Tomé &amp; Príncipe"
            >
              <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">São Tomé &amp; Príncipe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SA"
              id="Saudi Arabia"
            >
              <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">Saudi Arabia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SN"
              id="Senegal"
            >
              <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">Senegal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SC"
              id="Seychelles"
            >
              <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">Seychelles</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SL"
              id="Sierra Leone"
            >
              <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">Sierra Leone</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SG"
              id="Singapore"
            >
              <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">Singapore</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SO"
              id="Somalia"
            >
              <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">Somalia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZA"
              id="South Africa"
            >
              <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 Africa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KR"
              id="South Korea"
            >
              <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 Korea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SS"
              id="South Sudan"
            >
              <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 Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LK"
              id="Sri Lanka"
            >
              <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">Sri Lanka</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SH"
              id="St. Helena"
            >
              <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. Helena</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SD"
              id="Sudan"
            >
              <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">Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SJ"
              id="Svalbard &amp; Jan Mayen"
            >
              <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">Svalbard &amp; Jan Mayen</span>
              <span class="localization-form__currency motion-reduce">
                NOK
                kr</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">
                SEK
                kr</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">
                CHF
                CHF</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TW"
              id="Taiwan"
            >
              <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">Taiwan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TJ"
              id="Tajikistan"
            >
              <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">Tajikistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TZ"
              id="Tanzania"
            >
              <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">Tanzania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TH"
              id="Thailand"
            >
              <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">Thailand</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TG"
              id="Togo"
            >
              <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">Togo</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TA"
              id="Tristan da Cunha"
            >
              <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">Tristan da Cunha</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TN"
              id="Tunisia"
            >
              <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">Tunisia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TM"
              id="Turkmenistan"
            >
              <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">Turkmenistan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UG"
              id="Uganda"
            >
              <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">Uganda</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AE"
              id="United Arab Emirates"
            >
              <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 Arab Emirates</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="US"
              id="United States"
            >
              <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 States</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VN"
              id="Vietnam"
            >
              <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">Vietnam</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EH"
              id="Western Sahara"
            >
              <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">Western Sahara</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YE"
              id="Yemen"
            >
              <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">Yemen</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZM"
              id="Zambia"
            >
              <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">Zambia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZW"
              id="Zimbabwe"
            >
              <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">Zimbabwe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li></ul>
    </div>
  </div>
  <div class="country-selector__overlay"></div>
</div>
<input type="hidden" name="country_code" value="FR">
</div></form></localization-form>
                
<localization-form><form method="post" action="/localization" id="HeaderLanguageMobileForm" 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="/" /><div>
                        <h2 class="visually-hidden" id="HeaderLanguageMobileLabel">
                          Language
                        </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="HeaderLanguageMobileList"
    aria-describedby="HeaderLanguageMobileLabel"
  >
    <span>English</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 language-selector" hidden>
    <ul id="HeaderLanguageMobileList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="en"
            lang="en"
            
              aria-current="true"
            
            data-value="en"
          >
            <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>
              English
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="es"
            lang="es"
            
            data-value="es"
          >
            <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>
              Español
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fi"
            lang="fi"
            
            data-value="fi"
          >
            <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>
              Suomi
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fr"
            lang="fr"
            
            data-value="fr"
          >
            <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>
              Français
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="sv"
            lang="sv"
            
            data-value="sv"
          >
            <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>
              Svenska
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="nb"
            lang="nb"
            
            data-value="nb"
          >
            <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>
              Norsk (bokmål)
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="de"
            lang="de"
            
            data-value="de"
          >
            <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>
              Deutsch
            </span>
          </a>
        </li></ul>
  </div>
</div>
<input type="hidden" name="locale_code" value="en">
</div></form></localization-form></div><ul class="list list-social list-unstyled" role="list"></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.nonstopdogwear.com/cdn/shop/files/nonstopdogwear-logo.svg?v=1752753584&amp;width=600" alt="Non-stop dogwear" srcset="//www.nonstopdogwear.com/cdn/shop/files/nonstopdogwear-logo.svg?v=1752753584&amp;width=200 200w, //www.nonstopdogwear.com/cdn/shop/files/nonstopdogwear-logo.svg?v=1752753584&amp;width=300 300w, //www.nonstopdogwear.com/cdn/shop/files/nonstopdogwear-logo.svg?v=1752753584&amp;width=400 400w" width="200" height="68.5" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 400px) 50vw, 200px">
          </div></a></h1>

<style>
  .angle-menu {
    width: 100%;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 105px;
    padding: 75px 0;
    box-sizing: border-box;
    z-index: 4;
    overflow: hidden;
  }

  .angle-container {
    width: 1220px;
    margin: auto;
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 10rem;
  }

  .angle-column {
    padding-left: 10px;
  }

  .angle-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .angle-column:last-child,
  .angle-column:nth-last-child(2) {
    
  }

  .angle-column:last-child .angle-header,
  .angle-column:nth-last-child(2) .angle-header {
    
  }

  .angle-header {
    font-size: 1.8rem;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.806;
  }

  .angle-link {
    font-size: 1.8rem;
    color: #242424;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }

  .angle-link:hover {
    color: #fc5000;
  }

  .columns-menu {
    width: 100%;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 105px;
    padding: 75px 0;
    box-sizing: border-box;
    z-index: 4;
    overflow: hidden;
  }

  .columns-container {
    width: 1220px;
    margin: auto;
    display: flex;
    justify-content: normal;
    gap: 7rem;
    flex-wrap: wrap;
  }

  .columns-text-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .columns-text-links li a {
    font-size: 1.8rem;
    color: #242424;
    text-decoration: none;
    display: block;
    padding: 10px;
  }

  .columns-text-links li a:hover {
    color: #fc5000;
  }

  .columns-image-link {
    color: #fff;
    font-size: 3rem;
    display: block;
    text-decoration: none;
    position: relative;
    width: 385px;
    height: 175px;
    margin-bottom: 20px;
  }

  .columns-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .columns-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease-in-out;
  }

  .columns-image-link:hover .columns-overlay {
    background-color: transparent;
  }

  .columns-text-image-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
</style>








<nav class="header__inline-menu">
  <ul class="list-menu list-menu--inline" role="list">
        <li><header-menu>
              <details id="Details-HeaderMenu-1" class="mega-menu">
                <summary
                  id="HeaderMenu-for-dogs"
                  class="header__menu-item list-menu__item link focus-inset"
                >
                  <span
                    
                  >FOR DOGS</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>
</summary>
                <div class="columns-menu" tabindex="-1">
                  <div class="columns-container">
                    <ul class="columns-text-links">
                      
                        
                      
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/harnesses">Harnesses</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/belts">Belts</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/collars">Collars</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/leashes">Leashes</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/jackets">Dog jackets</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/toys">Toys</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/booties">Booties</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/gear">Life Jackets & Gear</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/accessories">Spare parts</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/nutrition-and-care">Nutrition & Care</a>
                            </li>
                          
                        
                      
                        
                          
                            
                            
                            
                            <li>
                              <a href="/collections/our-kits">Kits</a>
                            </li>
                          
                        
                      
                    </ul>
                    <div class="columns-text-image-links">
                      
                        
                          
                            
                            <a
                              id="HeaderMenu-for-dogs-popular"
                              href="/products/freemotion-harness-5"
                              class="link-item-wrapper"
                              
                            >
                              <div class="menu-item">
                                <img
                                  src="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?crop=center&height=300&v=1761864362&width=400"
                                  alt="Popular"
                                  width="250px"
                                  height="150px"
                                >
                                <span class="overlay-text">
                                  POPULAR
                                </span>
                              </div>
                            </a>
                          
                        
                      
                        
                          
                            
                            <a
                              id="HeaderMenu-for-dogs-new"
                              href="/products/canix-belt-2"
                              class="link-item-wrapper"
                              
                            >
                              <div class="menu-item">
                                <img
                                  src="//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2_0_aqua_1.jpg?crop=center&height=300&v=1772465229&width=400"
                                  alt="New"
                                  width="250px"
                                  height="150px"
                                >
                                <span class="overlay-text">
                                  NEW
                                </span>
                              </div>
                            </a>
                          
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                    </div>
                  </div>
                </div>
              </details>
            </header-menu></li>
      
        <li><header-menu>
              <details id="Details-HeaderMenu-2" class="mega-menu">
                <summary
                  id="HeaderMenu-for-humans"
                  class="header__menu-item list-menu__item link focus-inset"
                >
                  <span
                    
                      class="header__active-menu-item"
                    
                  >FOR HUMANS</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>
</summary>
                <div class="angle-menu" tabindex="-1">
                  <div class="angle-container"><div class="angle-column">
                        <span class="angle-header">Clothing</span>
                        <ul><li>
                              <a
                                href="/collections/jackets-for-humans"
                                class="angle-link"
                                
                              >
                                Jackets
                              </a>
                            </li><li>
                              <a
                                href="/collections/pants"
                                class="angle-link"
                                
                              >
                                Pants
                              </a>
                            </li><li>
                              <a
                                href="/collections/t-shirts"
                                class="angle-link"
                                
                              >
                                T-shirts
                              </a>
                            </li><li>
                              <a
                                href="/collections/training-vests"
                                class="angle-link"
                                
                              >
                                Training vests
                              </a>
                            </li><li>
                              <a
                                href="/collections/sweaters"
                                class="angle-link"
                                
                              >
                                Sweaters
                              </a>
                            </li><li>
                              <a
                                href="/collections/shorts"
                                class="angle-link"
                                
                              >
                                Shorts
                              </a>
                            </li><li>
                              <a
                                href="/collections/racesuits"
                                class="angle-link"
                                
                              >
                                Racesuits
                              </a>
                            </li></ul>
                      </div><div class="angle-column">
                        <span class="angle-header">Gear</span>
                        <ul><li>
                              <a
                                href="/collections/belts"
                                class="angle-link"
                                
                              >
                                Belts
                              </a>
                            </li><li>
                              <a
                                href="/collections/bags-and-packs"
                                class="angle-link"
                                
                              >
                                Bags & packs
                              </a>
                            </li></ul>
                      </div><div class="angle-column">
                        <span class="angle-header">Accessories</span>
                        <ul><li>
                              <a
                                href="/collections/hats-and-caps"
                                class="angle-link"
                                
                              >
                                Hats & Caps
                              </a>
                            </li><li>
                              <a
                                href="/collections/mittens"
                                class="angle-link"
                                
                              >
                                Mittens
                              </a>
                            </li><li>
                              <a
                                href="/collections/socks"
                                class="angle-link"
                                
                              >
                                Socks
                              </a>
                            </li></ul>
                      </div></div>
                </div>
              </details>
            </header-menu></li><li><header-menu>
              <details id="Details-HeaderMenu-3" class="mega-menu">
                <summary
                  id="HeaderMenu-activities"
                  class="header__menu-item list-menu__item link focus-inset"
                >
                  <span
                  >ACTIVITIES</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>
</summary>
                <div
                  id="MegaMenu-Content-3"
                  class="mega-menu__content color-scheme-1 gradient motion-reduce global-settings-popup"
                  tabindex="-1"
                >
                  <ul
                    class="mega-menu-grid page-width mega-menu__list--condensed"
                    role="list"
                  ><li>
                        <a
                          id="HeaderMenu-activities-running"
                          href="/collections/running"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/canicross_category_2.jpg?crop=center&height=300&v=1752665031&width=400"
                              alt="Running"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              RUNNING
                            </span>
                          </div>
                        </a></li><li>
                        <a
                          id="HeaderMenu-activities-biking"
                          href="/collections/biking"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/biking_category_1.jpg?crop=center&height=300&v=1752665761&width=400"
                              alt="Biking"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              BIKING
                            </span>
                          </div>
                        </a></li><li>
                        <a
                          id="HeaderMenu-activities-mushing"
                          href="/collections/mushing"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/mushing_category_1.jpg?crop=center&height=300&v=1752666509&width=400"
                              alt="Mushing"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              MUSHING
                            </span>
                          </div>
                        </a></li><li>
                        <a
                          id="HeaderMenu-activities-hiking"
                          href="/collections/hiking"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/hiking_1.jpg?crop=center&height=300&v=1752647011&width=400"
                              alt="Hiking"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              HIKING
                            </span>
                          </div>
                        </a></li><li>
                        <a
                          id="HeaderMenu-activities-skiing"
                          href="/collections/skiing"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/skiing_category_1.jpg?crop=center&height=300&v=1752581900&width=400"
                              alt="Skiing"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              SKIING
                            </span>
                          </div>
                        </a></li><li>
                        <a
                          id="HeaderMenu-activities-safety"
                          href="/collections/safety"
                          class="link-item-wrapper"
                          
                        >
                          <div class="menu-item">
                            <img
                              src="//www.nonstopdogwear.com/cdn/shop/collections/activity_safety_setting_1.jpg?crop=center&height=300&v=1752664812&width=400"
                              alt="Safety"
                              width="250px"
                              height="150px"
                            >
                            <span class="overlay-text">
                              SAFETY
                            </span>
                          </div>
                        </a></li></ul>
                </div>
              </details>
            </header-menu></li><li><a
              id="HeaderMenu-magazine"
              href="/blogs/our-blogs"
              class="header__menu-item list-menu__item link link--text focus-inset link-handle-magazine"
              
            >
              <span
              >MAGAZINE</span>
            </a></li><li><a
              id="HeaderMenu-courses"
              href="https://landing.nonstopdogwear.com/free-courses-dog-sports"
              class="header__menu-item list-menu__item link link--text focus-inset link-handle-courses"
              
            >
              <span
              >COURSES</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">
            <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="/pages/store-locator"
        class="header__icon header__icon--account link focus-inset small-hide"
      >
        <span class="svg-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-accordion icon-map-pin" viewbox="0 0 20 20"><path fill-rule="evenodd" d="m9.91 18.59 5.036-8.78c2.228-3.886-.525-8.777-4.942-8.777-4.385 0-7.147 4.822-4.992 8.713zM10.004 0C4.845 0 1.593 5.673 4.13 10.255l5.212 9.41a.64.64 0 0 0 1.12.009l5.358-9.342C18.445 5.755 15.202 0 10.004 0"/><path d="M13 6.796c0 1.76-1.399 3.187-3.124 3.187S6.752 8.556 6.752 6.796s1.399-3.187 3.124-3.187S13 5.036 13 6.796M9.876 8.949c1.166 0 2.11-.964 2.11-2.153s-.944-2.153-2.11-2.153-2.11.964-2.11 2.153.944 2.153 2.11 2.153"/></svg>

        </span>
        <span class="visually-hidden">
          Translation missing: en.Store Locator
        </span>
      </a><a
          href="https://www.nonstopdogwear.com/customer_authentication/redirect?locale=en&region_country=FR"
          class="header__icon header__icon--account link focus-inset small-hide"
          rel="nofollow"
        ><account-icon><span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-account" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M6 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15M9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35" clip-rule="evenodd"/></svg>
</span></account-icon><span class="visually-hidden">Log in</span>
        </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble">
        
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-cart-empty" viewbox="0 0 40 40"><path fill="currentColor" fill-rule="evenodd" d="M15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33L28.4 11.8zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1-9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z"/></svg>
</span>
        
        <span class="visually-hidden">Cart</span></a>
      <a
        href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-home"
        class="header__icon header__icon--support_center link focus-inset small-hide"
      >
        <span class="svg-wrapper">
          <!-- Question mark icon (outline style, same as other header icons) -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-question-mark" viewbox="0 0 20 20" width="20" height="20" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
  <!-- Circle border -->
  <circle cx="10" cy="10" r="8.25"/>
  
  <!-- Question mark hook -->
  <path d="M8.5 7.5a2.5 2.5 0 1 1 3.5 2.2c-.9.4-1.5.9-1.5 2v.4"/>
  
  <!-- Dot -->
  <path d="M10 14.5h0.01"/>
</svg>

        </span>
        <span class="visually-hidden">
          Translation missing: en.Support center
        </span>
      </a>
    </div>
  </header>
</sticky-header>

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "Non-stop dogwear",
    
      "logo": "https:\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/nonstopdogwear-logo.svg?v=1752753584\u0026width=500",
    
    "sameAs": [
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
    ],
    "url": "https:\/\/www.nonstopdogwear.com"
  }
</script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "WebSite",
      "name": "Non-stop dogwear",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https:\/\/www.nonstopdogwear.com\/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "url": "https:\/\/www.nonstopdogwear.com"
    }
  </script>
<style> #shopify-section-sections--19404375261433__header .link-handle-end-of-the-year-sale, #shopify-section-sections--19404375261433__header .link-handle-end-of-the-year-sale .header__active-menu-item {color: #00aefe !important;} </style></div>
<!-- END sections: header-group -->

    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
      <section id="shopify-section-template--19625794568441__image_banner" class="shopify-section section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/section-image-banner.css?v=124819179385751388401749209555" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>#Banner-template--19625794568441__image_banner::after {
    opacity: 0.3;
  }</style><div
  id="Banner-template--19625794568441__image_banner"
  class="banner banner--content-align-center banner--content-align-mobile-left banner--medium banner--mobile-bottom banner--desktop-transparent scroll-trigger animate--fade-in"
><div class="banner__media media scroll-trigger animate--fade-in"><img src="//www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=3840" alt="" srcset="//www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=375 375w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=550 550w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=750 750w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=1100 1100w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=1500 1500w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=1780 1780w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=2000 2000w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=3000 3000w, //www.nonstopdogwear.com/cdn/shop/files/CaniXBelt-Aqua_Andrine_Alfred_WEB-19.jpg?v=1772462069&amp;width=3840 3840w" width="2055" height="1371.0" sizes="100vw" fetchpriority="high">
    </div><div class="banner__content banner__content--middle-center page-width scroll-trigger animate--slide-in">
    <div class="banner__box content-container content-container--full-width-mobile color-scheme-1 gradient"><div class="banner__text rte body" >
              <p>Get the CaniX kit in the new matching aqua color.</p>
            </div><h2
              class="banner__heading inline-richtext h1"
              
            >
              TURN RUNNING INTO A NEW EXPERIENCE
            </h2><div
              class="banner__buttons"
              
            ><a
                  
                    href="/products/canix-kit-aqua"
                  
                  class="button button--primary"
                >READY WHEN YOU ARE</a></div></div>
  </div>
</div>


</section><div id="shopify-section-template--19625794568441__1747905786a6bdbbcc" class="shopify-section">


<style data-shopify>
  .core-values-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
  }

  .core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    margin-bottom: 20px;
    overflow: visible;
    border-radius: 0px;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #242424;
    z-index: 1;
  }

  .core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj:hover {
    transform: translateY(-5px);
    z-index: 10;
  }

  .core-value-content-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 0px;
    background-color: #242424;
  }

  .core-value-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .core-value-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .core-value-image-placeholder-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .core-value-image-placeholder-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj svg {
    width: 100%;
    height: 100%;
    fill: #121212;
  }

  .core-value-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    
      text-transform: uppercase;
    
  }

  .core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: translateY(0);
    transform-origin: bottom center;
  }

  .core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj:hover .core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    opacity: 1;
    visibility: visible;
  }

  .core-value-overlay-header-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .core-value-overlay-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .core-value-overlay-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .core-value-overlay-image-placeholder-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .core-value-overlay-image-placeholder-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }

  .core-value-overlay-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    
      text-transform: uppercase;
    
  }

  .core-value-overlay-description-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    width: 100%;
  }

  @media screen and (max-width: 990px) {
    .core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
      flex: 1 1 calc(50% - 20px);
    }
  }

  @media screen and (max-width: 749px) {
    .core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj {
      flex: 1 1 100%;
    }
  }
</style>

<div class="core-values-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj" >
  
    <div class="core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
      <div class="core-value-content-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/performance-invert-overla.svg?v=1752825979&width=100"
              alt="High performance"
              class="core-value-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
              loading="lazy"
              width="900"
              height="900"
            >
          
        </div>
        <h3 class="core-value-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">High performance</h3>
      </div>
      <div class="core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-overlay-header-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          <div class="core-value-overlay-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
            
              <img
                src="//www.nonstopdogwear.com/cdn/shop/files/performance-invert-overla.svg?v=1752825979&width=100"
                alt="High performance - Hover"
                class="core-value-overlay-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
                loading="lazy"
                width="900"
                height="900"
              >
            
          </div>
          <h3 class="core-value-overlay-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">High performance</h3>
        </div>
        
          <p class="core-value-overlay-description-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Gear for active dogs and their humans. Ergonomic, innovative and functional design from Scandinavia.</p>
        
      </div>
    </div>
  

  
    <div class="core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
      <div class="core-value-content-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/professionals-invert-overlay.svg?v=1752826177&width=100"
              alt="Trusted by professionals"
              class="core-value-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
              loading="lazy"
              width="900"
              height="900"
            >
          
        </div>
        <h3 class="core-value-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Trusted by professionals</h3>
      </div>
      <div class="core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-overlay-header-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          <div class="core-value-overlay-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
            
              <img
                src="//www.nonstopdogwear.com/cdn/shop/files/professionals-invert-overlay.svg?v=1752826177&width=100"
                alt="Trusted by professionals - Hover"
                class="core-value-overlay-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
                loading="lazy"
                width="900"
                height="900"
              >
            
          </div>
          <h3 class="core-value-overlay-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Trusted by professionals</h3>
        </div>
        
          <p class="core-value-overlay-description-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Developed, tested and used by world-leading athletes within several sports and under extreme conditions. </p>
        
      </div>
    </div>
  

  
    <div class="core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
      <div class="core-value-content-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/activity-invert-overlay.svg?v=1752826219&width=100"
              alt="Encourage activity"
              class="core-value-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
              loading="lazy"
              width="900"
              height="900"
            >
          
        </div>
        <h3 class="core-value-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Encourage activity</h3>
      </div>
      <div class="core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-overlay-header-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          <div class="core-value-overlay-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
            
              <img
                src="//www.nonstopdogwear.com/cdn/shop/files/activity-invert-overlay.svg?v=1752826219&width=100"
                alt="Encourage activity - Hover"
                class="core-value-overlay-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
                loading="lazy"
                width="900"
                height="900"
              >
            
          </div>
          <h3 class="core-value-overlay-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Encourage activity</h3>
        </div>
        
          <p class="core-value-overlay-description-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Our passion is to facilitate and encourage an active lifestyle for dogs and their owners.  </p>
        
      </div>
    </div>
  

  
    <div class="core-value-column-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
      <div class="core-value-content-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/dog-first-invert-overlay.svg?v=1752826259&width=100"
              alt="Dog comes first"
              class="core-value-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
              loading="lazy"
              width="900"
              height="900"
            >
          
        </div>
        <h3 class="core-value-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Dog comes first</h3>
      </div>
      <div class="core-value-overlay-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
        <div class="core-value-overlay-header-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
          <div class="core-value-overlay-image-wrapper-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
            
              <img
                src="//www.nonstopdogwear.com/cdn/shop/files/dog-first-invert-overlay.svg?v=1752826259&width=100"
                alt="Dog comes first - Hover"
                class="core-value-overlay-image-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj"
                loading="lazy"
                width="900"
                height="900"
              >
            
          </div>
          <h3 class="core-value-overlay-title-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">Dog comes first</h3>
        </div>
        
          <p class="core-value-overlay-description-ac2rqmnryazfwmenqzaigenblocke46d0b1uhjpfj">
            Everything we do is with a dog's perspective in mind.
          </p>
        
      </div>
    </div>
  
</div>




</div><div id="shopify-section-template--19625794568441__174791881923370458" class="shopify-section">


<style data-shopify>
  .ai-collection-carousel-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    width: 100%;
    position: relative;
    padding: 0 20px;
  }

  .ai-collection-carousel__container-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 0px;
    padding: 20px 0;
  }

  .ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    flex: 0 0 calc(100% / 12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease;
  }

  @media screen and (max-width: 749px) {
    .ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
      flex: 0 0 calc(100% / 2);
    }
  }

  .ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ai-collection-carousel__image-placeholder-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;border-radius: 50%;
  }

  .ai-collection-carousel__image-placeholder-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 svg {
    width: 60%;
    height: 60%;
  }

  .ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    transition: color 0.3s ease;
    
  }

  .ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4:hover .ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    color: #fe5000;
  }

  .ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ai-collection-carousel__nav-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .ai-collection-carousel__button-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 {
    background-color: #121212;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .ai-collection-carousel__button-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4:hover {
    background-color: #fe5000;
  }

  .ai-collection-carousel__button-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 svg {
    width: 20px;
    height: 20px;
  }
</style>

<collection-carousel-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 class="ai-collection-carousel-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4" >
  <div class="ai-collection-carousel__container-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/bags-and-packs" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/bags-pack.jpg?v=1749200697&width=300" 
                  alt="Bags &amp; packs" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Bags & packs</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/belts" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/belts.jpg?v=1772531480&width=300" 
                  alt="Belts" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Belts</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/sweaters" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/sweaters.jpg?v=1759390619&width=300" 
                  alt="Sweaters" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Sweaters</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/harnesses" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/harnesses.jpg?v=1749200650&width=300" 
                  alt="Dog harnesses" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Dog harnesses</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/booties" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/booties.jpg?v=1773067826&width=300" 
                  alt="Dog booties" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Dog booties</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/jackets" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/jackets.jpg?v=1773067456&width=300" 
                  alt="Dog jackets" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Dog jackets</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/leashes" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/leashes.jpg?v=1749200677&width=300" 
                  alt="Dog leashes" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Dog leashes</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/collars" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/collars.jpg?v=1749200666&width=300" 
                  alt="Dog collars" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Dog collars</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/t-shirts" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/t-shirt.jpg?v=1749200688&width=300" 
                  alt="T-shirts" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">T-shirts</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/shorts" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/shorts.jpg?v=1749200692&width=300" 
                  alt="Shorts" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Shorts</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/accessories" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/accessories.jpg?v=1749200662&width=300" 
                  alt="Spare parts" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Spare parts</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/pants" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/pants.jpg?v=1749200684&width=300" 
                  alt="Pants" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Pants</h3>
          </a>
        </div>
      
    
      
        <div class="ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
          <a href="/collections/jackets-for-humans" class="ai-collection-carousel__link-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
            <div class="ai-collection-carousel__image-wrapper-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">
              
                <img 
                  src="//www.nonstopdogwear.com/cdn/shop/collections/human-jackets.jpg?v=1761247494&width=300" 
                  alt="Jackets" 
                  loading="lazy" 
                  class="ai-collection-carousel__image-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4"
                  width="300"
                  height="300"
                >
              
            </div>
            <h3 class="ai-collection-carousel__title-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4">Jackets</h3>
          </a>
        </div>
      
    
  </div>
  
  
</collection-carousel-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4>

<script>
  (function() {
    class CollectionCarouselavzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4 extends HTMLElement {
      constructor() {
        super();
        this.container = this.querySelector('.ai-collection-carousel__container-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4');
        this.slides = this.querySelectorAll('.ai-collection-carousel__slide-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4');
        this.prevButton = this.querySelector('.ai-collection-carousel__button-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4.prev');
        this.nextButton = this.querySelector('.ai-collection-carousel__button-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4.next');
        this.slidesPerView = 12;
        this.currentIndex = 0;
        this.slideWidth = 0;
        this.touchStartX = 0;
        this.touchEndX = 0;
      }

      connectedCallback() {
        if (this.slides.length <= this.slidesPerView) {
          if (this.prevButton && this.nextButton) {
            this.prevButton.style.display = 'none';
            this.nextButton.style.display = 'none';
          }
          return;
        }

        this.setupEventListeners();
        this.setupTouchEvents();
        this.updateSlideWidth();
        window.addEventListener('resize', this.updateSlideWidth.bind(this));}

      setupEventListeners() {
        if (this.prevButton) {
          this.prevButton.addEventListener('click', this.slidePrev.bind(this));
        }
        if (this.nextButton) {
          this.nextButton.addEventListener('click', this.slideNext.bind(this));
        }
      }

      setupTouchEvents() {
        this.container.addEventListener('touchstart', (e) => {
          this.touchStartX = e.changedTouches[0].screenX;
        }, { passive: true });

        this.container.addEventListener('touchend', (e) => {
          this.touchEndX = e.changedTouches[0].screenX;
          this.handleSwipe();
        }, { passive: true });
      }

      handleSwipe() {
        const swipeThreshold = 50;
        const diff = this.touchStartX - this.touchEndX;

        if (diff > swipeThreshold) {
          this.slideNext();
        } else if (diff < -swipeThreshold) {
          this.slidePrev();
        }
      }

      updateSlideWidth() {
        if (window.innerWidth <= 749) {
          this.slidesPerView = 2;
        } else {
          this.slidesPerView = 12;
        }

        this.slideWidth = this.container.offsetWidth / this.slidesPerView;
        this.maxIndex = Math.max(0, this.slides.length - this.slidesPerView);
        this.scrollToIndex(this.currentIndex);
      }

      slidePrev() {
        this.scrollToIndex(Math.max(0, this.currentIndex - this.slidesPerView));
      }

      slideNext() {
        this.scrollToIndex(Math.min(this.maxIndex, this.currentIndex + this.slidesPerView));
      }

      scrollToIndex(index) {
        this.currentIndex = index;
        const scrollAmount = index * (this.slideWidth + 0);
        this.container.scrollTo({
          left: scrollAmount,
          behavior: 'smooth'
        });
      }
    }

    customElements.define('collection-carousel-avzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4', CollectionCarouselavzgybwnhu3dtcwdhwaigenblocka73dfecmdccz4);
  })();
</script>



</div><section id="shopify-section-template--19625794568441__featured_collection_v2_fafWw3" class="shopify-section section">
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" rel="stylesheet" type="text/css" media="all" />

<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/template-collection.css?v=58558206033505836701749209556" rel="stylesheet" type="text/css" media="all" />

<style data-shopify>.section-template--19625794568441__featured_collection_v2_fafWw3-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--19625794568441__featured_collection_v2_fafWw3-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }</style><style>
  /* Intelligems A/B Test: Hide treatment by default until JS resolves variant */
  #shopify-section-template--19625794568441__featured_collection_v2_fafWw3 {
    display: none !important;
  }
</style><div
  class="color-scheme-2 isolate gradient"
  data-ig-test="homepage-featured-treatment"
>
  <div
    class="collection section-template--19625794568441__featured_collection_v2_fafWw3-padding collection--full-width"
    id="collection-template--19625794568441__featured_collection_v2_fafWw3"
    data-id="template--19625794568441__featured_collection_v2_fafWw3"
  >
    <div class="collection__title title-wrapper title-wrapper--no-top-margin page-width collection__title--desktop-slider"></div>

    <slider-component class="slider-mobile-gutter slider-component-full-width page-width slider-component-desktop scroll-trigger animate--slide-in">
      <ul
        id="Slider-template--19625794568441__featured_collection_v2_fafWw3"
        data-id="template--19625794568441__featured_collection_v2_fafWw3"
        class="grid product-grid contains-card contains-card--product contains-card--standard grid--6-col-desktop grid--2-col-tablet-down slider slider--desktop"
        role="list"
        aria-label="Slider"
      >
        

          

              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-1"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 1;"
                
              >
                


<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-rating.css?v=179577762467860590411749209556" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-volume-pricing.css?v=111870094811454961941749209555" rel="stylesheet" type="text/css" media="all" />

  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quick-order-list.css?v=86354568948591544181749209555" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quantity-popover.css?v=160630540099520878331749209553" rel="stylesheet" type="text/css" media="all" />

<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.625%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.625%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Line harness 5.0 &amp; 2181 &amp; 2182 &amp; 2183 &amp; 2184 &amp; 2185 &amp; 2186 &amp; 2187 &amp; 2188"
                class="motion-reduce"
                
                width="1600"
                height="1066"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/line-harness-5"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836557406457 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"
              >
                Line harness 5.0
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"
            
          >
            <a
              href="/products/line-harness-5"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836557406457 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"
            >
              Line harness 5.0
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Line harness 5.0"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836557406457"
                  data-ls-product-url="/products/line-harness-5"
                ></span>
              </div>
<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" data-product-price-regular="5495" data-product-id="8836557406457">
            €54,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836557406457">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836557406457">
          €54,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557406457" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black"
                            selected
>
                            black
                          </option><option
                            value="purple"
                            
                          >
                            purple
                          </option><option
                            value="blue"
                            
                          >
                            blue
                          </option><option
                            value="green"
                            
                          >
                            green
                          </option><option
                            value="orange"
                            
                          >
                            orange
                          </option><option
                            value="teal"
                            
                          >
                            teal
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>0</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="0"
                            
                          >
                            0
                          </option><option
                            value="1"
                            
                          >
                            1
                          </option><option
                            value="2"
                            
                          >
                            2
                          </option><option
                            value="3"
                            
                          >
                            3
                          </option><option
                            value="4"
                            
                          >
                            4
                          </option><option
                            value="5"
                            
                          >
                            5
                          </option><option
                            value="6"
                            
                          >
                            6
                          </option><option
                            value="7"
                            
                          >
                            7
                          </option><option
                            value="8"
                            
                          >
                            8
                          </option><option
                            value="9"
                            
                          >
                            9
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557406457">
                    <script type="application/json" data-card-variants>
                      [{"id":46537861464313,"title":"black \/ 0","option1":"black","option2":"0","option3":null,"sku":"2140","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 0","public_title":"black \/ 0","options":["black","0"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021401","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861497081,"title":"black \/ 1","option1":"black","option2":"1","option3":null,"sku":"2141","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 1","public_title":"black \/ 1","options":["black","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021418","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861791993,"title":"purple \/ 1","option1":"purple","option2":"1","option3":null,"sku":"2151","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 1","public_title":"purple \/ 1","options":["purple","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021517","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862054137,"title":"blue \/ 1","option1":"blue","option2":"1","option3":null,"sku":"2161","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 1","public_title":"blue \/ 1","options":["blue","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021616","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862316281,"title":"green \/ 1","option1":"green","option2":"1","option3":null,"sku":"2171","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":true,"name":"Line harness 5.0 - green \/ 1","public_title":"green \/ 1","options":["green","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021715","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862578425,"title":"orange \/ 1","option1":"orange","option2":"1","option3":null,"sku":"2181","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 1","public_title":"orange \/ 1","options":["orange","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021814","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862840569,"title":"teal \/ 1","option1":"teal","option2":"1","option3":null,"sku":"2491","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 1","public_title":"teal \/ 1","options":["teal","1"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024914","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861529849,"title":"black \/ 2","option1":"black","option2":"2","option3":null,"sku":"2142","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":false,"name":"Line harness 5.0 - black \/ 2","public_title":"black \/ 2","options":["black","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021425","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861824761,"title":"purple \/ 2","option1":"purple","option2":"2","option3":null,"sku":"2152","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 2","public_title":"purple \/ 2","options":["purple","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021524","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862086905,"title":"blue \/ 2","option1":"blue","option2":"2","option3":null,"sku":"2162","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 2","public_title":"blue \/ 2","options":["blue","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021623","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862349049,"title":"green \/ 2","option1":"green","option2":"2","option3":null,"sku":"2172","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 2","public_title":"green \/ 2","options":["green","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021722","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862611193,"title":"orange \/ 2","option1":"orange","option2":"2","option3":null,"sku":"2182","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 2","public_title":"orange \/ 2","options":["orange","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021821","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862873337,"title":"teal \/ 2","option1":"teal","option2":"2","option3":null,"sku":"2492","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 2","public_title":"teal \/ 2","options":["teal","2"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024921","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861562617,"title":"black \/ 3","option1":"black","option2":"3","option3":null,"sku":"2143","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":false,"name":"Line harness 5.0 - black \/ 3","public_title":"black \/ 3","options":["black","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021432","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861857529,"title":"purple \/ 3","option1":"purple","option2":"3","option3":null,"sku":"2153","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 3","public_title":"purple \/ 3","options":["purple","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021531","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862119673,"title":"blue \/ 3","option1":"blue","option2":"3","option3":null,"sku":"2163","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 3","public_title":"blue \/ 3","options":["blue","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021630","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862381817,"title":"green \/ 3","option1":"green","option2":"3","option3":null,"sku":"2173","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 3","public_title":"green \/ 3","options":["green","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021739","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862643961,"title":"orange \/ 3","option1":"orange","option2":"3","option3":null,"sku":"2183","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 3","public_title":"orange \/ 3","options":["orange","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021838","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862906105,"title":"teal \/ 3","option1":"teal","option2":"3","option3":null,"sku":"2493","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 3","public_title":"teal \/ 3","options":["teal","3"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024938","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861595385,"title":"black \/ 4","option1":"black","option2":"4","option3":null,"sku":"2144","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 4","public_title":"black \/ 4","options":["black","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021449","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861890297,"title":"purple \/ 4","option1":"purple","option2":"4","option3":null,"sku":"2154","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 4","public_title":"purple \/ 4","options":["purple","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021548","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862152441,"title":"blue \/ 4","option1":"blue","option2":"4","option3":null,"sku":"2164","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 4","public_title":"blue \/ 4","options":["blue","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021647","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862414585,"title":"green \/ 4","option1":"green","option2":"4","option3":null,"sku":"2174","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 4","public_title":"green \/ 4","options":["green","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021746","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862676729,"title":"orange \/ 4","option1":"orange","option2":"4","option3":null,"sku":"2184","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 4","public_title":"orange \/ 4","options":["orange","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021845","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862938873,"title":"teal \/ 4","option1":"teal","option2":"4","option3":null,"sku":"2494","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 4","public_title":"teal \/ 4","options":["teal","4"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024945","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861628153,"title":"black \/ 5","option1":"black","option2":"5","option3":null,"sku":"2145","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 5","public_title":"black \/ 5","options":["black","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021456","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861923065,"title":"purple \/ 5","option1":"purple","option2":"5","option3":null,"sku":"2155","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 5","public_title":"purple \/ 5","options":["purple","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021555","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862185209,"title":"blue \/ 5","option1":"blue","option2":"5","option3":null,"sku":"2165","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 5","public_title":"blue \/ 5","options":["blue","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021654","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862447353,"title":"green \/ 5","option1":"green","option2":"5","option3":null,"sku":"2175","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":true,"name":"Line harness 5.0 - green \/ 5","public_title":"green \/ 5","options":["green","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021753","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862709497,"title":"orange \/ 5","option1":"orange","option2":"5","option3":null,"sku":"2185","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 5","public_title":"orange \/ 5","options":["orange","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021852","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862971641,"title":"teal \/ 5","option1":"teal","option2":"5","option3":null,"sku":"2495","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 5","public_title":"teal \/ 5","options":["teal","5"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024952","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861660921,"title":"black \/ 6","option1":"black","option2":"6","option3":null,"sku":"2146","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 6","public_title":"black \/ 6","options":["black","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021463","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861955833,"title":"purple \/ 6","option1":"purple","option2":"6","option3":null,"sku":"2156","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 6","public_title":"purple \/ 6","options":["purple","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021562","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862217977,"title":"blue \/ 6","option1":"blue","option2":"6","option3":null,"sku":"2166","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 6","public_title":"blue \/ 6","options":["blue","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021661","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862480121,"title":"green \/ 6","option1":"green","option2":"6","option3":null,"sku":"2176","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 6","public_title":"green \/ 6","options":["green","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021760","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862742265,"title":"orange \/ 6","option1":"orange","option2":"6","option3":null,"sku":"2186","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 6","public_title":"orange \/ 6","options":["orange","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021869","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537863004409,"title":"teal \/ 6","option1":"teal","option2":"6","option3":null,"sku":"2496","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 6","public_title":"teal \/ 6","options":["teal","6"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024969","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861693689,"title":"black \/ 7","option1":"black","option2":"7","option3":null,"sku":"2147","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 7","public_title":"black \/ 7","options":["black","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021470","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861988601,"title":"purple \/ 7","option1":"purple","option2":"7","option3":null,"sku":"2157","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":true,"name":"Line harness 5.0 - purple \/ 7","public_title":"purple \/ 7","options":["purple","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021579","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862250745,"title":"blue \/ 7","option1":"blue","option2":"7","option3":null,"sku":"2167","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 7","public_title":"blue \/ 7","options":["blue","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021678","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862512889,"title":"green \/ 7","option1":"green","option2":"7","option3":null,"sku":"2177","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 7","public_title":"green \/ 7","options":["green","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021777","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862775033,"title":"orange \/ 7","option1":"orange","option2":"7","option3":null,"sku":"2187","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 7","public_title":"orange \/ 7","options":["orange","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021876","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537863037177,"title":"teal \/ 7","option1":"teal","option2":"7","option3":null,"sku":"2497","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 7","public_title":"teal \/ 7","options":["teal","7"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024976","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861726457,"title":"black \/ 8","option1":"black","option2":"8","option3":null,"sku":"2148","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 8","public_title":"black \/ 8","options":["black","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021487","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862021369,"title":"purple \/ 8","option1":"purple","option2":"8","option3":null,"sku":"2158","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709038841,"product_id":8836557406457,"position":4,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395","variant_ids":[46537861791993,46537861824761,46537861857529,46537861890297,46537861923065,46537861955833,46537861988601,46537862021369]},"available":false,"name":"Line harness 5.0 - purple \/ 8","public_title":"purple \/ 8","options":["purple","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021586","featured_media":{"alt":"Line harness 5.0 (3) \u0026 2151 \u0026 2152 \u0026 2153 \u0026 2154 \u0026 2155 \u0026 2156 \u0026 2157 \u0026 2158","id":37941919318265,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_4.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862283513,"title":"blue \/ 8","option1":"blue","option2":"8","option3":null,"sku":"2168","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709268217,"product_id":8836557406457,"position":5,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396","variant_ids":[46537862054137,46537862086905,46537862119673,46537862152441,46537862185209,46537862217977,46537862250745,46537862283513]},"available":true,"name":"Line harness 5.0 - blue \/ 8","public_title":"blue \/ 8","options":["blue","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021685","featured_media":{"alt":"Line harness 5.0 (4) \u0026 2161 \u0026 2162 \u0026 2163 \u0026 2164 \u0026 2165 \u0026 2166 \u0026 2167 \u0026 2168","id":37941919351033,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_5.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862545657,"title":"green \/ 8","option1":"green","option2":"8","option3":null,"sku":"2178","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709137145,"product_id":8836557406457,"position":2,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395","variant_ids":[46537862316281,46537862349049,46537862381817,46537862414585,46537862447353,46537862480121,46537862512889,46537862545657]},"available":false,"name":"Line harness 5.0 - green \/ 8","public_title":"green \/ 8","options":["green","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021784","featured_media":{"alt":"Line harness 5.0 (1) \u0026 2171 \u0026 2172 \u0026 2173 \u0026 2174 \u0026 2175 \u0026 2176 \u0026 2177 \u0026 2178","id":37941919252729,"position":2,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_3.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537862807801,"title":"orange \/ 8","option1":"orange","option2":"8","option3":null,"sku":"2188","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709104377,"product_id":8836557406457,"position":1,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395","variant_ids":[46537862578425,46537862611193,46537862643961,46537862676729,46537862709497,46537862742265,46537862775033,46537862807801]},"available":true,"name":"Line harness 5.0 - orange \/ 8","public_title":"orange \/ 8","options":["orange","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021883","featured_media":{"alt":"Line harness 5.0 \u0026 2181 \u0026 2182 \u0026 2183 \u0026 2184 \u0026 2185 \u0026 2186 \u0026 2187 \u0026 2188","id":37941919219961,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_2.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537863069945,"title":"teal \/ 8","option1":"teal","option2":"8","option3":null,"sku":"2498","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709300985,"product_id":8836557406457,"position":3,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:56+02:00","alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396","variant_ids":[46537862840569,46537862873337,46537862906105,46537862938873,46537862971641,46537863004409,46537863037177,46537863069945]},"available":true,"name":"Line harness 5.0 - teal \/ 8","public_title":"teal \/ 8","options":["teal","8"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652024983","featured_media":{"alt":"Line harness 5.0 (2) \u0026 2491 \u0026 2492 \u0026 2493 \u0026 2494 \u0026 2495 \u0026 2496 \u0026 2497 \u0026 2498","id":37941919285497,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_1.jpg?v=1749200396"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537861759225,"title":"black \/ 9","option1":"black","option2":"9","option3":null,"sku":"2149","requires_shipping":true,"taxable":true,"featured_image":{"id":47339709169913,"product_id":8836557406457,"position":6,"created_at":"2025-06-06T10:59:53+02:00","updated_at":"2025-06-06T10:59:55+02:00","alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395","variant_ids":[46537861464313,46537861497081,46537861529849,46537861562617,46537861595385,46537861628153,46537861660921,46537861693689,46537861726457,46537861759225]},"available":true,"name":"Line harness 5.0 - black \/ 9","public_title":"black \/ 9","options":["black","9"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652021494","featured_media":{"alt":"Line harness 5.0 (5) \u0026 2140 \u0026 2141 \u0026 2142 \u0026 2143 \u0026 2144 \u0026 2145 \u0026 2146 \u0026 2147 \u0026 2148 \u0026 2149","id":37941919383801,"position":6,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/line_harness_5_0_6.jpg?v=1749200395"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="purple"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="blue"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="green"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="orange"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="teal"
                            
                          ></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="0"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="1"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="3"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="4"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="5"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="6"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="7"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="8"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="9"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557406457"><form method="post" action="/cart/add" id="product_form_8836557406457" 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="46537861464313"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836557406457" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-2"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 2;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.625%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.625%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Bungee leash &amp; 3532 &amp; 3533"
                class="motion-reduce"
                
                width="1600"
                height="1066"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/bungee-leash"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555309305 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"
              >
                Bungee leash
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"
            
          >
            <a
              href="/products/bungee-leash"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555309305 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"
            >
              Bungee leash
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Bungee leash"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555309305"
                  data-ls-product-url="/products/bungee-leash"
                ></span>
              </div>
<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" data-product-price-regular="4995" data-product-id="8836555309305">
            From €49,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555309305">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555309305">
          From €49,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555309305" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>aqua</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="aqua"
                            selected
>
                            aqua
                          </option><option
                            value="black/orange"
                            
                          >
                            black/orange
                          </option><option
                            value="blue"
                            
                          >
                            blue
                          </option><option
                            value="ice blue"
                            
                          >
                            ice blue
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>2.0m/23mm</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="2.0m/23mm"
                            
                          >
                            2.0m/23mm
                          </option><option
                            value="2.8m/23mm"
                            
                          >
                            2.8m/23mm
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555309305">
                    <script type="application/json" data-card-variants>
                      [{"id":46978861891833,"title":"aqua \/ 2.0m\/23mm","option1":"aqua","option2":"2.0m\/23mm","option3":null,"sku":"3532","requires_shipping":true,"taxable":true,"featured_image":{"id":49087392907513,"product_id":8836555309305,"position":1,"created_at":"2025-10-30T01:12:37+01:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash \u0026 3532 \u0026 3533","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_aqua_1.jpg?v=1773309131","variant_ids":[46978861891833,46978861924601]},"available":true,"name":"Bungee leash - aqua \/ 2.0m\/23mm","public_title":"aqua \/ 2.0m\/23mm","options":["aqua","2.0m\/23mm"],"price":4995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652035323","featured_media":{"alt":"Bungee leash \u0026 3532 \u0026 3533","id":39225932218617,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_aqua_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850978553,"title":"black\/orange \/ 2.0m\/23mm","option1":"black\/orange","option2":"2.0m\/23mm","option3":null,"sku":"16401","requires_shipping":true,"taxable":true,"featured_image":{"id":47339667325177,"product_id":8836555309305,"position":2,"created_at":"2025-06-06T10:57:16+02:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash (1) \u0026 16401 \u0026 16411","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_1.jpg?v=1773309131","variant_ids":[46537850978553,46537851011321]},"available":true,"name":"Bungee leash - black\/orange \/ 2.0m\/23mm","public_title":"black\/orange \/ 2.0m\/23mm","options":["black\/orange","2.0m\/23mm"],"price":4995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652164016","featured_media":{"alt":"Bungee leash (1) \u0026 16401 \u0026 16411","id":37941897232633,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851044089,"title":"blue \/ 2.0m\/23mm","option1":"blue","option2":"2.0m\/23mm","option3":null,"sku":"1643","requires_shipping":true,"taxable":true,"featured_image":{"id":47339667390713,"product_id":8836555309305,"position":3,"created_at":"2025-06-06T10:57:16+02:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash (2) \u0026 1643 \u0026 1644","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_blue_1.jpg?v=1773309131","variant_ids":[46537851044089,46537851076857]},"available":true,"name":"Bungee leash - blue \/ 2.0m\/23mm","public_title":"blue \/ 2.0m\/23mm","options":["blue","2.0m\/23mm"],"price":4995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652016438","featured_media":{"alt":"Bungee leash (2) \u0026 1643 \u0026 1644","id":37941897265401,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_blue_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":47502882373881,"title":"ice blue \/ 2.0m\/23mm","option1":"ice blue","option2":"2.0m\/23mm","option3":null,"sku":"2595","requires_shipping":true,"taxable":true,"featured_image":{"id":51036753559801,"product_id":8836555309305,"position":4,"created_at":"2026-03-12T10:50:59+01:00","updated_at":"2026-03-13T10:06:34+01:00","alt":"Bungee leash (3) \u0026 2595 \u0026 2596","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_ice_blue.jpg?v=1773392794","variant_ids":[47502882373881,47502882406649]},"available":true,"name":"Bungee leash - ice blue \/ 2.0m\/23mm","public_title":"ice blue \/ 2.0m\/23mm","options":["ice blue","2.0m\/23mm"],"price":4995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652025959","featured_media":{"alt":"Bungee leash (3) \u0026 2595 \u0026 2596","id":40780209062137,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_ice_blue.jpg?v=1773392794"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978861924601,"title":"aqua \/ 2.8m\/23mm","option1":"aqua","option2":"2.8m\/23mm","option3":null,"sku":"3533","requires_shipping":true,"taxable":true,"featured_image":{"id":49087392907513,"product_id":8836555309305,"position":1,"created_at":"2025-10-30T01:12:37+01:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash \u0026 3532 \u0026 3533","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_aqua_1.jpg?v=1773309131","variant_ids":[46978861891833,46978861924601]},"available":true,"name":"Bungee leash - aqua \/ 2.8m\/23mm","public_title":"aqua \/ 2.8m\/23mm","options":["aqua","2.8m\/23mm"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652035330","featured_media":{"alt":"Bungee leash \u0026 3532 \u0026 3533","id":39225932218617,"position":1,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_aqua_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851011321,"title":"black\/orange \/ 2.8m\/23mm","option1":"black\/orange","option2":"2.8m\/23mm","option3":null,"sku":"16411","requires_shipping":true,"taxable":true,"featured_image":{"id":47339667325177,"product_id":8836555309305,"position":2,"created_at":"2025-06-06T10:57:16+02:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash (1) \u0026 16401 \u0026 16411","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_1.jpg?v=1773309131","variant_ids":[46537850978553,46537851011321]},"available":true,"name":"Bungee leash - black\/orange \/ 2.8m\/23mm","public_title":"black\/orange \/ 2.8m\/23mm","options":["black\/orange","2.8m\/23mm"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652164115","featured_media":{"alt":"Bungee leash (1) \u0026 16401 \u0026 16411","id":37941897232633,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851076857,"title":"blue \/ 2.8m\/23mm","option1":"blue","option2":"2.8m\/23mm","option3":null,"sku":"1644","requires_shipping":true,"taxable":true,"featured_image":{"id":47339667390713,"product_id":8836555309305,"position":3,"created_at":"2025-06-06T10:57:16+02:00","updated_at":"2026-03-12T10:52:11+01:00","alt":"Bungee leash (2) \u0026 1643 \u0026 1644","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_blue_1.jpg?v=1773309131","variant_ids":[46537851044089,46537851076857]},"available":false,"name":"Bungee leash - blue \/ 2.8m\/23mm","public_title":"blue \/ 2.8m\/23mm","options":["blue","2.8m\/23mm"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652016445","featured_media":{"alt":"Bungee leash (2) \u0026 1643 \u0026 1644","id":37941897265401,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_blue_1.jpg?v=1773309131"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":47502882406649,"title":"ice blue \/ 2.8m\/23mm","option1":"ice blue","option2":"2.8m\/23mm","option3":null,"sku":"2596","requires_shipping":true,"taxable":true,"featured_image":{"id":51036753559801,"product_id":8836555309305,"position":4,"created_at":"2026-03-12T10:50:59+01:00","updated_at":"2026-03-13T10:06:34+01:00","alt":"Bungee leash (3) \u0026 2595 \u0026 2596","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_ice_blue.jpg?v=1773392794","variant_ids":[47502882373881,47502882406649]},"available":true,"name":"Bungee leash - ice blue \/ 2.8m\/23mm","public_title":"ice blue \/ 2.8m\/23mm","options":["ice blue","2.8m\/23mm"],"price":5495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652025966","featured_media":{"alt":"Bungee leash (3) \u0026 2595 \u0026 2596","id":40780209062137,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/bungee_leash_ice_blue.jpg?v=1773392794"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="aqua"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black/orange"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="blue"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="ice blue"
                            
                          ></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.0m/23mm"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.8m/23mm"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555309305"><form method="post" action="/cart/add" id="product_form_8836555309305" 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="46978861891833"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836555309305" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-3"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 3;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Fjord raincoat &amp; 29632 &amp; 29633 &amp; 29634 &amp; 29635 &amp; 29636 &amp; 29637 &amp; 29638 &amp; 29639 &amp; 29640 &amp; 29641"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/fjord-raincoat"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836557242617 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"
              >
                Fjord raincoat
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"
            
          >
            <a
              href="/products/fjord-raincoat"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836557242617 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"
            >
              Fjord raincoat
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Fjord raincoat"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836557242617"
                  data-ls-product-url="/products/fjord-raincoat"
                ></span>
              </div>
<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" data-product-price-regular="7995" data-product-id="8836557242617">
            From €79,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836557242617">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836557242617">
          From €79,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557242617" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black"
                            selected
>
                            black
                          </option><option
                            value="blue"
                            
                          >
                            blue
                          </option><option
                            value="purple"
                            
                          >
                            purple
                          </option><option
                            value="black/orange"
                            
                          >
                            black/orange
                          </option><option
                            value="green/gray"
                            
                          >
                            green/gray
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>24</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="24"
                            
                          >
                            24
                          </option><option
                            value="27"
                            
                          >
                            27
                          </option><option
                            value="30"
                            
                          >
                            30
                          </option><option
                            value="33"
                            
                          >
                            33
                          </option><option
                            value="36"
                            
                          >
                            36
                          </option><option
                            value="40"
                            
                          >
                            40
                          </option><option
                            value="45"
                            
                          >
                            45
                          </option><option
                            value="50"
                            
                          >
                            50
                          </option><option
                            value="55"
                            
                          >
                            55
                          </option><option
                            value="60"
                            
                          >
                            60
                          </option><option
                            value="65"
                            
                          >
                            65
                          </option><option
                            value="70"
                            
                          >
                            70
                          </option><option
                            value="80"
                            
                          >
                            80
                          </option><option
                            value="90"
                            
                          >
                            90
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557242617">
                    <script type="application/json" data-card-variants>
                      [{"id":46537858482425,"title":"black \/ 24","option1":"black","option2":"24","option3":null,"sku":"29221","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 24","public_title":"black \/ 24","options":["black","24"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292214","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858941177,"title":"blue \/ 24","option1":"blue","option2":"24","option3":null,"sku":"29361","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":true,"name":"Fjord raincoat - blue \/ 24","public_title":"blue \/ 24","options":["blue","24"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293617","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859399929,"title":"purple \/ 24","option1":"purple","option2":"24","option3":null,"sku":"29501","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 24","public_title":"purple \/ 24","options":["purple","24"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295017","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859858681,"title":"black\/orange \/ 24","option1":"black\/orange","option2":"24","option3":null,"sku":"29632","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 24","public_title":"black\/orange \/ 24","options":["black\/orange","24"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296328","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860317433,"title":"green\/gray \/ 24","option1":"green\/gray","option2":"24","option3":null,"sku":"29646","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":true,"name":"Fjord raincoat - green\/gray \/ 24","public_title":"green\/gray \/ 24","options":["green\/gray","24"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296465","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858515193,"title":"black \/ 27","option1":"black","option2":"27","option3":null,"sku":"29231","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 27","public_title":"black \/ 27","options":["black","27"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292313","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858973945,"title":"blue \/ 27","option1":"blue","option2":"27","option3":null,"sku":"29371","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":true,"name":"Fjord raincoat - blue \/ 27","public_title":"blue \/ 27","options":["blue","27"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293716","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859432697,"title":"purple \/ 27","option1":"purple","option2":"27","option3":null,"sku":"29511","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":true,"name":"Fjord raincoat - purple \/ 27","public_title":"purple \/ 27","options":["purple","27"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295116","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859891449,"title":"black\/orange \/ 27","option1":"black\/orange","option2":"27","option3":null,"sku":"29633","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 27","public_title":"black\/orange \/ 27","options":["black\/orange","27"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296335","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860350201,"title":"green\/gray \/ 27","option1":"green\/gray","option2":"27","option3":null,"sku":"29647","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":true,"name":"Fjord raincoat - green\/gray \/ 27","public_title":"green\/gray \/ 27","options":["green\/gray","27"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296472","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858547961,"title":"black \/ 30","option1":"black","option2":"30","option3":null,"sku":"29241","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 30","public_title":"black \/ 30","options":["black","30"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292412","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859006713,"title":"blue \/ 30","option1":"blue","option2":"30","option3":null,"sku":"29381","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":true,"name":"Fjord raincoat - blue \/ 30","public_title":"blue \/ 30","options":["blue","30"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293815","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859465465,"title":"purple \/ 30","option1":"purple","option2":"30","option3":null,"sku":"29521","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 30","public_title":"purple \/ 30","options":["purple","30"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295215","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859924217,"title":"black\/orange \/ 30","option1":"black\/orange","option2":"30","option3":null,"sku":"29634","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 30","public_title":"black\/orange \/ 30","options":["black\/orange","30"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296342","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860382969,"title":"green\/gray \/ 30","option1":"green\/gray","option2":"30","option3":null,"sku":"29648","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":true,"name":"Fjord raincoat - green\/gray \/ 30","public_title":"green\/gray \/ 30","options":["green\/gray","30"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296489","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858580729,"title":"black \/ 33","option1":"black","option2":"33","option3":null,"sku":"29251","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 33","public_title":"black \/ 33","options":["black","33"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292511","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859039481,"title":"blue \/ 33","option1":"blue","option2":"33","option3":null,"sku":"29391","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":true,"name":"Fjord raincoat - blue \/ 33","public_title":"blue \/ 33","options":["blue","33"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293914","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859498233,"title":"purple \/ 33","option1":"purple","option2":"33","option3":null,"sku":"29531","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 33","public_title":"purple \/ 33","options":["purple","33"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295314","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859956985,"title":"black\/orange \/ 33","option1":"black\/orange","option2":"33","option3":null,"sku":"29635","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 33","public_title":"black\/orange \/ 33","options":["black\/orange","33"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296359","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860415737,"title":"green\/gray \/ 33","option1":"green\/gray","option2":"33","option3":null,"sku":"29649","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 33","public_title":"green\/gray \/ 33","options":["green\/gray","33"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296496","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858613497,"title":"black \/ 36","option1":"black","option2":"36","option3":null,"sku":"29261","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 36","public_title":"black \/ 36","options":["black","36"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292610","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859072249,"title":"blue \/ 36","option1":"blue","option2":"36","option3":null,"sku":"29401","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 36","public_title":"blue \/ 36","options":["blue","36"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294010","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859531001,"title":"purple \/ 36","option1":"purple","option2":"36","option3":null,"sku":"29541","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 36","public_title":"purple \/ 36","options":["purple","36"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295413","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859989753,"title":"black\/orange \/ 36","option1":"black\/orange","option2":"36","option3":null,"sku":"29636","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 36","public_title":"black\/orange \/ 36","options":["black\/orange","36"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296366","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860448505,"title":"green\/gray \/ 36","option1":"green\/gray","option2":"36","option3":null,"sku":"29650","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 36","public_title":"green\/gray \/ 36","options":["green\/gray","36"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296502","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858646265,"title":"black \/ 40","option1":"black","option2":"40","option3":null,"sku":"29271","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 40","public_title":"black \/ 40","options":["black","40"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292719","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859105017,"title":"blue \/ 40","option1":"blue","option2":"40","option3":null,"sku":"29411","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 40","public_title":"blue \/ 40","options":["blue","40"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294119","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859563769,"title":"purple \/ 40","option1":"purple","option2":"40","option3":null,"sku":"29551","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 40","public_title":"purple \/ 40","options":["purple","40"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295512","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860022521,"title":"black\/orange \/ 40","option1":"black\/orange","option2":"40","option3":null,"sku":"29637","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":false,"name":"Fjord raincoat - black\/orange \/ 40","public_title":"black\/orange \/ 40","options":["black\/orange","40"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296373","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860481273,"title":"green\/gray \/ 40","option1":"green\/gray","option2":"40","option3":null,"sku":"29651","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 40","public_title":"green\/gray \/ 40","options":["green\/gray","40"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296519","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858679033,"title":"black \/ 45","option1":"black","option2":"45","option3":null,"sku":"29281","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 45","public_title":"black \/ 45","options":["black","45"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292818","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859137785,"title":"blue \/ 45","option1":"blue","option2":"45","option3":null,"sku":"29421","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 45","public_title":"blue \/ 45","options":["blue","45"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294218","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859596537,"title":"purple \/ 45","option1":"purple","option2":"45","option3":null,"sku":"29561","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 45","public_title":"purple \/ 45","options":["purple","45"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295611","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860055289,"title":"black\/orange \/ 45","option1":"black\/orange","option2":"45","option3":null,"sku":"29638","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 45","public_title":"black\/orange \/ 45","options":["black\/orange","45"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296380","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860514041,"title":"green\/gray \/ 45","option1":"green\/gray","option2":"45","option3":null,"sku":"29652","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 45","public_title":"green\/gray \/ 45","options":["green\/gray","45"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296526","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858711801,"title":"black \/ 50","option1":"black","option2":"50","option3":null,"sku":"29291","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":true,"name":"Fjord raincoat - black \/ 50","public_title":"black \/ 50","options":["black","50"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652292917","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859170553,"title":"blue \/ 50","option1":"blue","option2":"50","option3":null,"sku":"29431","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 50","public_title":"blue \/ 50","options":["blue","50"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294317","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859629305,"title":"purple \/ 50","option1":"purple","option2":"50","option3":null,"sku":"29571","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 50","public_title":"purple \/ 50","options":["purple","50"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295710","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860088057,"title":"black\/orange \/ 50","option1":"black\/orange","option2":"50","option3":null,"sku":"29639","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 50","public_title":"black\/orange \/ 50","options":["black\/orange","50"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296397","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860546809,"title":"green\/gray \/ 50","option1":"green\/gray","option2":"50","option3":null,"sku":"29653","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 50","public_title":"green\/gray \/ 50","options":["green\/gray","50"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296533","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858744569,"title":"black \/ 55","option1":"black","option2":"55","option3":null,"sku":"29301","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 55","public_title":"black \/ 55","options":["black","55"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293013","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859203321,"title":"blue \/ 55","option1":"blue","option2":"55","option3":null,"sku":"29441","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 55","public_title":"blue \/ 55","options":["blue","55"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294416","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859662073,"title":"purple \/ 55","option1":"purple","option2":"55","option3":null,"sku":"29581","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 55","public_title":"purple \/ 55","options":["purple","55"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295819","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860120825,"title":"black\/orange \/ 55","option1":"black\/orange","option2":"55","option3":null,"sku":"29640","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 55","public_title":"black\/orange \/ 55","options":["black\/orange","55"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296403","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860579577,"title":"green\/gray \/ 55","option1":"green\/gray","option2":"55","option3":null,"sku":"29654","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 55","public_title":"green\/gray \/ 55","options":["green\/gray","55"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296540","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858777337,"title":"black \/ 60","option1":"black","option2":"60","option3":null,"sku":"29311","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 60","public_title":"black \/ 60","options":["black","60"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293112","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859236089,"title":"blue \/ 60","option1":"blue","option2":"60","option3":null,"sku":"29451","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 60","public_title":"blue \/ 60","options":["blue","60"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294515","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859694841,"title":"purple \/ 60","option1":"purple","option2":"60","option3":null,"sku":"29591","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 60","public_title":"purple \/ 60","options":["purple","60"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652295918","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860153593,"title":"black\/orange \/ 60","option1":"black\/orange","option2":"60","option3":null,"sku":"29641","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":false,"name":"Fjord raincoat - black\/orange \/ 60","public_title":"black\/orange \/ 60","options":["black\/orange","60"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296410","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860612345,"title":"green\/gray \/ 60","option1":"green\/gray","option2":"60","option3":null,"sku":"29655","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":true,"name":"Fjord raincoat - green\/gray \/ 60","public_title":"green\/gray \/ 60","options":["green\/gray","60"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296557","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858810105,"title":"black \/ 65","option1":"black","option2":"65","option3":null,"sku":"29321","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 65","public_title":"black \/ 65","options":["black","65"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293211","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859268857,"title":"blue \/ 65","option1":"blue","option2":"65","option3":null,"sku":"29461","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 65","public_title":"blue \/ 65","options":["blue","65"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294614","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859727609,"title":"purple \/ 65","option1":"purple","option2":"65","option3":null,"sku":"29601","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 65","public_title":"purple \/ 65","options":["purple","65"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296014","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860186361,"title":"black\/orange \/ 65","option1":"black\/orange","option2":"65","option3":null,"sku":"29642","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":false,"name":"Fjord raincoat - black\/orange \/ 65","public_title":"black\/orange \/ 65","options":["black\/orange","65"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296427","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860645113,"title":"green\/gray \/ 65","option1":"green\/gray","option2":"65","option3":null,"sku":"29656","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":true,"name":"Fjord raincoat - green\/gray \/ 65","public_title":"green\/gray \/ 65","options":["green\/gray","65"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296564","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858842873,"title":"black \/ 70","option1":"black","option2":"70","option3":null,"sku":"29331","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 70","public_title":"black \/ 70","options":["black","70"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293310","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859301625,"title":"blue \/ 70","option1":"blue","option2":"70","option3":null,"sku":"29471","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 70","public_title":"blue \/ 70","options":["blue","70"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294713","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859760377,"title":"purple \/ 70","option1":"purple","option2":"70","option3":null,"sku":"29611","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 70","public_title":"purple \/ 70","options":["purple","70"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296113","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860219129,"title":"black\/orange \/ 70","option1":"black\/orange","option2":"70","option3":null,"sku":"29643","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":false,"name":"Fjord raincoat - black\/orange \/ 70","public_title":"black\/orange \/ 70","options":["black\/orange","70"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296434","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860677881,"title":"green\/gray \/ 70","option1":"green\/gray","option2":"70","option3":null,"sku":"29657","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 70","public_title":"green\/gray \/ 70","options":["green\/gray","70"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296571","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858875641,"title":"black \/ 80","option1":"black","option2":"80","option3":null,"sku":"29341","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 80","public_title":"black \/ 80","options":["black","80"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293419","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859334393,"title":"blue \/ 80","option1":"blue","option2":"80","option3":null,"sku":"29481","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 80","public_title":"blue \/ 80","options":["blue","80"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294812","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859793145,"title":"purple \/ 80","option1":"purple","option2":"80","option3":null,"sku":"29621","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 80","public_title":"purple \/ 80","options":["purple","80"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296212","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860251897,"title":"black\/orange \/ 80","option1":"black\/orange","option2":"80","option3":null,"sku":"29644","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":false,"name":"Fjord raincoat - black\/orange \/ 80","public_title":"black\/orange \/ 80","options":["black\/orange","80"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296441","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860710649,"title":"green\/gray \/ 80","option1":"green\/gray","option2":"80","option3":null,"sku":"29658","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 80","public_title":"green\/gray \/ 80","options":["green\/gray","80"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296588","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537858908409,"title":"black \/ 90","option1":"black","option2":"90","option3":null,"sku":"29351","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704254713,"product_id":8836557242617,"position":4,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382","variant_ids":[46537858482425,46537858515193,46537858547961,46537858580729,46537858613497,46537858646265,46537858679033,46537858711801,46537858744569,46537858777337,46537858810105,46537858842873,46537858875641,46537858908409]},"available":false,"name":"Fjord raincoat - black \/ 90","public_title":"black \/ 90","options":["black","90"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652293518","featured_media":{"alt":"Fjord raincoat (3) \u0026 29221 \u0026 29231 \u0026 29241 \u0026 29251 \u0026 29261 \u0026 29271 \u0026 29281 \u0026 29291 \u0026 29301 \u0026 29311","id":37941916401913,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_4.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859367161,"title":"blue \/ 90","option1":"blue","option2":"90","option3":null,"sku":"29491","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704353017,"product_id":8836557242617,"position":5,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","width":2046,"height":1364,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383","variant_ids":[46537858941177,46537858973945,46537859006713,46537859039481,46537859072249,46537859105017,46537859137785,46537859170553,46537859203321,46537859236089,46537859268857,46537859301625,46537859334393,46537859367161]},"available":false,"name":"Fjord raincoat - blue \/ 90","public_title":"blue \/ 90","options":["blue","90"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652294911","featured_media":{"alt":"Fjord raincoat (4) \u0026 29361 \u0026 29371 \u0026 29381 \u0026 29391 \u0026 29401 \u0026 29411 \u0026 29421 \u0026 29431 \u0026 29441 \u0026 29451","id":37941916434681,"position":5,"preview_image":{"aspect_ratio":1.5,"height":1364,"width":2046,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_5.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537859825913,"title":"purple \/ 90","option1":"purple","option2":"90","option3":null,"sku":"29631","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704221945,"product_id":8836557242617,"position":3,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382","variant_ids":[46537859399929,46537859432697,46537859465465,46537859498233,46537859531001,46537859563769,46537859596537,46537859629305,46537859662073,46537859694841,46537859727609,46537859760377,46537859793145,46537859825913]},"available":false,"name":"Fjord raincoat - purple \/ 90","public_title":"purple \/ 90","options":["purple","90"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296311","featured_media":{"alt":"Fjord raincoat (2) \u0026 29501 \u0026 29511 \u0026 29521 \u0026 29531 \u0026 29541 \u0026 29551 \u0026 29561 \u0026 29571 \u0026 29581 \u0026 29591","id":37941916369145,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_3.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860284665,"title":"black\/orange \/ 90","option1":"black\/orange","option2":"90","option3":null,"sku":"29645","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704058105,"product_id":8836557242617,"position":1,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:42+02:00","alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382","variant_ids":[46537859858681,46537859891449,46537859924217,46537859956985,46537859989753,46537860022521,46537860055289,46537860088057,46537860120825,46537860153593,46537860186361,46537860219129,46537860251897,46537860284665]},"available":true,"name":"Fjord raincoat - black\/orange \/ 90","public_title":"black\/orange \/ 90","options":["black\/orange","90"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296458","featured_media":{"alt":"Fjord raincoat \u0026 29632 \u0026 29633 \u0026 29634 \u0026 29635 \u0026 29636 \u0026 29637 \u0026 29638 \u0026 29639 \u0026 29640 \u0026 29641","id":37941916303609,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_1.jpg?v=1749200382"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537860743417,"title":"green\/gray \/ 90","option1":"green\/gray","option2":"90","option3":null,"sku":"29659","requires_shipping":true,"taxable":true,"featured_image":{"id":47339704320249,"product_id":8836557242617,"position":2,"created_at":"2025-06-06T10:59:40+02:00","updated_at":"2025-06-06T10:59:43+02:00","alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383","variant_ids":[46537860317433,46537860350201,46537860382969,46537860415737,46537860448505,46537860481273,46537860514041,46537860546809,46537860579577,46537860612345,46537860645113,46537860677881,46537860710649,46537860743417]},"available":false,"name":"Fjord raincoat - green\/gray \/ 90","public_title":"green\/gray \/ 90","options":["green\/gray","90"],"price":8595,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652296595","featured_media":{"alt":"Fjord raincoat (1) \u0026 29646 \u0026 29647 \u0026 29648 \u0026 29649 \u0026 29650 \u0026 29651 \u0026 29652 \u0026 29653 \u0026 29654 \u0026 29655","id":37941916336377,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/fjord_raincoat_2.jpg?v=1749200383"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="blue"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="purple"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black/orange"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="green/gray"
                            
                          ></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="24"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="27"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="30"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="33"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="36"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="40"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="45"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="50"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="55"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="60"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="65"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="70"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="80"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="90"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836557242617"><form method="post" action="/cart/add" id="product_form_8836557242617" 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="46537858482425"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836557242617" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-4"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 4;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Freemotion harness 5.0 &amp; 3522 &amp; 3523 &amp; 3524 &amp; 3525 &amp; 3526 &amp; 3527 &amp; 3528"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/freemotion-harness-5"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836558225657 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"
              >
                Freemotion harness 5.0
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"
            
          >
            <a
              href="/products/freemotion-harness-5"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836558225657 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"
            >
              Freemotion harness 5.0
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Freemotion harness 5.0"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836558225657"
                  data-ls-product-url="/products/freemotion-harness-5"
                ></span>
              </div>
<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" data-product-price-regular="9695" data-product-id="8836558225657">
            €96,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836558225657">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836558225657">
          €96,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836558225657" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black/orange</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black/orange"
                            selected
>
                            black/orange
                          </option><option
                            value="blue/gray"
                            
                          >
                            blue/gray
                          </option><option
                            value="pink/gray"
                            
                          >
                            pink/gray
                          </option><option
                            value="teal"
                            
                          >
                            teal
                          </option><option
                            value="aqua"
                            
                          >
                            aqua
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>3</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="3"
                            
                          >
                            3
                          </option><option
                            value="4"
                            
                          >
                            4
                          </option><option
                            value="5"
                            
                          >
                            5
                          </option><option
                            value="6"
                            
                          >
                            6
                          </option><option
                            value="7"
                            
                          >
                            7
                          </option><option
                            value="8"
                            
                          >
                            8
                          </option><option
                            value="9"
                            
                          >
                            9
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836558225657">
                    <script type="application/json" data-card-variants>
                      [{"id":46537868869881,"title":"black\/orange \/ 3","option1":"black\/orange","option2":"3","option3":null,"sku":"11131","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 3","public_title":"black\/orange \/ 3","options":["black\/orange","3"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111317","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869099257,"title":"blue\/gray \/ 3","option1":"blue\/gray","option2":"3","option3":null,"sku":"11132","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 3","public_title":"blue\/gray \/ 3","options":["blue\/gray","3"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111324","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869328633,"title":"pink\/gray \/ 3","option1":"pink\/gray","option2":"3","option3":null,"sku":"11133","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 3","public_title":"pink\/gray \/ 3","options":["pink\/gray","3"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111331","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869558009,"title":"teal \/ 3","option1":"teal","option2":"3","option3":null,"sku":"11135","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 3","public_title":"teal \/ 3","options":["teal","3"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111355","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862809337,"title":"aqua \/ 3","option1":"aqua","option2":"3","option3":null,"sku":"3522","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":false,"name":"Freemotion harness 5.0 - aqua \/ 3","public_title":"aqua \/ 3","options":["aqua","3"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537868902649,"title":"black\/orange \/ 4","option1":"black\/orange","option2":"4","option3":null,"sku":"11141","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 4","public_title":"black\/orange \/ 4","options":["black\/orange","4"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111416","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869132025,"title":"blue\/gray \/ 4","option1":"blue\/gray","option2":"4","option3":null,"sku":"11142","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 4","public_title":"blue\/gray \/ 4","options":["blue\/gray","4"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111423","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869361401,"title":"pink\/gray \/ 4","option1":"pink\/gray","option2":"4","option3":null,"sku":"11143","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 4","public_title":"pink\/gray \/ 4","options":["pink\/gray","4"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111430","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869590777,"title":"teal \/ 4","option1":"teal","option2":"4","option3":null,"sku":"11145","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 4","public_title":"teal \/ 4","options":["teal","4"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111454","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862842105,"title":"aqua \/ 4","option1":"aqua","option2":"4","option3":null,"sku":"3523","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 4","public_title":"aqua \/ 4","options":["aqua","4"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537868935417,"title":"black\/orange \/ 5","option1":"black\/orange","option2":"5","option3":null,"sku":"11151","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 5","public_title":"black\/orange \/ 5","options":["black\/orange","5"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111515","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869164793,"title":"blue\/gray \/ 5","option1":"blue\/gray","option2":"5","option3":null,"sku":"11152","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 5","public_title":"blue\/gray \/ 5","options":["blue\/gray","5"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111522","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869394169,"title":"pink\/gray \/ 5","option1":"pink\/gray","option2":"5","option3":null,"sku":"11153","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 5","public_title":"pink\/gray \/ 5","options":["pink\/gray","5"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111539","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869623545,"title":"teal \/ 5","option1":"teal","option2":"5","option3":null,"sku":"11155","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 5","public_title":"teal \/ 5","options":["teal","5"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111553","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862874873,"title":"aqua \/ 5","option1":"aqua","option2":"5","option3":null,"sku":"3524","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 5","public_title":"aqua \/ 5","options":["aqua","5"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537868968185,"title":"black\/orange \/ 6","option1":"black\/orange","option2":"6","option3":null,"sku":"11161","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 6","public_title":"black\/orange \/ 6","options":["black\/orange","6"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111614","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869197561,"title":"blue\/gray \/ 6","option1":"blue\/gray","option2":"6","option3":null,"sku":"11162","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 6","public_title":"blue\/gray \/ 6","options":["blue\/gray","6"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111621","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869426937,"title":"pink\/gray \/ 6","option1":"pink\/gray","option2":"6","option3":null,"sku":"11163","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 6","public_title":"pink\/gray \/ 6","options":["pink\/gray","6"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111638","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869656313,"title":"teal \/ 6","option1":"teal","option2":"6","option3":null,"sku":"11165","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 6","public_title":"teal \/ 6","options":["teal","6"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111652","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862907641,"title":"aqua \/ 6","option1":"aqua","option2":"6","option3":null,"sku":"3525","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 6","public_title":"aqua \/ 6","options":["aqua","6"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869000953,"title":"black\/orange \/ 7","option1":"black\/orange","option2":"7","option3":null,"sku":"11171","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 7","public_title":"black\/orange \/ 7","options":["black\/orange","7"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111713","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869230329,"title":"blue\/gray \/ 7","option1":"blue\/gray","option2":"7","option3":null,"sku":"11172","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 7","public_title":"blue\/gray \/ 7","options":["blue\/gray","7"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111720","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869459705,"title":"pink\/gray \/ 7","option1":"pink\/gray","option2":"7","option3":null,"sku":"11173","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 7","public_title":"pink\/gray \/ 7","options":["pink\/gray","7"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111737","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869689081,"title":"teal \/ 7","option1":"teal","option2":"7","option3":null,"sku":"11175","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 7","public_title":"teal \/ 7","options":["teal","7"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111751","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862940409,"title":"aqua \/ 7","option1":"aqua","option2":"7","option3":null,"sku":"3526","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 7","public_title":"aqua \/ 7","options":["aqua","7"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869033721,"title":"black\/orange \/ 8","option1":"black\/orange","option2":"8","option3":null,"sku":"11181","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 8","public_title":"black\/orange \/ 8","options":["black\/orange","8"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111812","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869263097,"title":"blue\/gray \/ 8","option1":"blue\/gray","option2":"8","option3":null,"sku":"11182","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 8","public_title":"blue\/gray \/ 8","options":["blue\/gray","8"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111829","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869492473,"title":"pink\/gray \/ 8","option1":"pink\/gray","option2":"8","option3":null,"sku":"11183","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 8","public_title":"pink\/gray \/ 8","options":["pink\/gray","8"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111836","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869721849,"title":"teal \/ 8","option1":"teal","option2":"8","option3":null,"sku":"11185","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 8","public_title":"teal \/ 8","options":["teal","8"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111850","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978862973177,"title":"aqua \/ 8","option1":"aqua","option2":"8","option3":null,"sku":"3527","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 8","public_title":"aqua \/ 8","options":["aqua","8"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869066489,"title":"black\/orange \/ 9","option1":"black\/orange","option2":"9","option3":null,"sku":"11191","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726012665,"product_id":8836558225657,"position":2,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362","variant_ids":[46537868869881,46537868902649,46537868935417,46537868968185,46537869000953,46537869033721,46537869066489]},"available":true,"name":"Freemotion harness 5.0 - black\/orange \/ 9","public_title":"black\/orange \/ 9","options":["black\/orange","9"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111911","featured_media":{"alt":"Freemotion harness 5.0 (1) \u0026 11131 \u0026 11141 \u0026 11151 \u0026 11161 \u0026 11171 \u0026 11181 \u0026 11191","id":37941927706873,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869295865,"title":"blue\/gray \/ 9","option1":"blue\/gray","option2":"9","option3":null,"sku":"11192","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726110969,"product_id":8836558225657,"position":4,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362","variant_ids":[46537869099257,46537869132025,46537869164793,46537869197561,46537869230329,46537869263097,46537869295865]},"available":true,"name":"Freemotion harness 5.0 - blue\/gray \/ 9","public_title":"blue\/gray \/ 9","options":["blue\/gray","9"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111928","featured_media":{"alt":"Freemotion harness 5.0 (3) \u0026 11132 \u0026 11142 \u0026 11152 \u0026 11162 \u0026 11172 \u0026 11182 \u0026 11192","id":37941927772409,"position":4,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869525241,"title":"pink\/gray \/ 9","option1":"pink\/gray","option2":"9","option3":null,"sku":"11193","requires_shipping":true,"taxable":true,"featured_image":{"id":47339726209273,"product_id":8836558225657,"position":5,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","width":1600,"height":1066,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362","variant_ids":[46537869328633,46537869361401,46537869394169,46537869426937,46537869459705,46537869492473,46537869525241]},"available":true,"name":"Freemotion harness 5.0 - pink\/gray \/ 9","public_title":"pink\/gray \/ 9","options":["pink\/gray","9"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111935","featured_media":{"alt":"Freemotion harness 5.0 (4) \u0026 11133 \u0026 11143 \u0026 11153 \u0026 11163 \u0026 11173 \u0026 11183 \u0026 11193","id":37941927805177,"position":5,"preview_image":{"aspect_ratio":1.501,"height":1066,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_3.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537869754617,"title":"teal \/ 9","option1":"teal","option2":"9","option3":null,"sku":"11195","requires_shipping":true,"taxable":true,"featured_image":{"id":47339725979897,"product_id":8836558225657,"position":3,"created_at":"2025-06-06T11:00:58+02:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362","variant_ids":[46537869558009,46537869590777,46537869623545,46537869656313,46537869689081,46537869721849,46537869754617]},"available":true,"name":"Freemotion harness 5.0 - teal \/ 9","public_title":"teal \/ 9","options":["teal","9"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652111959","featured_media":{"alt":"Freemotion harness 5.0 (2) \u0026 11135 \u0026 11145 \u0026 11155 \u0026 11165 \u0026 11175 \u0026 11185 \u0026 11195","id":37941927739641,"position":3,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_0_teal_2.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46978863005945,"title":"aqua \/ 9","option1":"aqua","option2":"9","option3":null,"sku":"3528","requires_shipping":true,"taxable":true,"featured_image":{"id":49087393628409,"product_id":8836558225657,"position":1,"created_at":"2025-10-30T01:12:39+01:00","updated_at":"2025-10-30T23:46:02+01:00","alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362","variant_ids":[46978862809337,46978862842105,46978862874873,46978862907641,46978862940409,46978862973177,46978863005945]},"available":true,"name":"Freemotion harness 5.0 - aqua \/ 9","public_title":"aqua \/ 9","options":["aqua","9"],"price":9695,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Freemotion harness 5.0 \u0026 3522 \u0026 3523 \u0026 3524 \u0026 3525 \u0026 3526 \u0026 3527 \u0026 3528","id":39225932972281,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/freemotion_harness_5_aqua_1.jpg?v=1761864362"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black/orange"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="blue/gray"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="pink/gray"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="teal"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="aqua"
                            
                          ></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="3"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="4"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="5"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="6"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="7"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="8"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="9"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836558225657"><form method="post" action="/cart/add" id="product_form_8836558225657" 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="46537868869881"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836558225657" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-5"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 5;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Protector bootie &amp; 1322 &amp; 1323 &amp; 1324 &amp; 1325 &amp; 1321 &amp; 1326"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/protector-bootie"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555800825 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"
              >
                Protector bootie
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"
            
          >
            <a
              href="/products/protector-bootie"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555800825 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"
            >
              Protector bootie
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Protector bootie"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555800825"
                  data-ls-product-url="/products/protector-bootie"
                ></span>
              </div>
<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" data-product-price-regular="3095" data-product-id="8836555800825">
            €30,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555800825">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555800825">
          €30,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555800825" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black/orange</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black/orange"
                            selected
>
                            black/orange
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>XS</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="XS"
                            
                          >
                            XS
                          </option><option
                            value="S"
                            
                          >
                            S
                          </option><option
                            value="M"
                            
                          >
                            M
                          </option><option
                            value="L"
                            
                          >
                            L
                          </option><option
                            value="XL"
                            
                          >
                            XL
                          </option><option
                            value="2XL"
                            
                          >
                            2XL
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555800825">
                    <script type="application/json" data-card-variants>
                      [{"id":46537852027129,"title":"black\/orange \/ XS","option1":"black\/orange","option2":"XS","option3":null,"sku":"1321","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ XS","public_title":"black\/orange \/ XS","options":["black\/orange","XS"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013215","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851896057,"title":"black\/orange \/ S","option1":"black\/orange","option2":"S","option3":null,"sku":"1322","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ S","public_title":"black\/orange \/ S","options":["black\/orange","S"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013222","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851928825,"title":"black\/orange \/ M","option1":"black\/orange","option2":"M","option3":null,"sku":"1323","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ M","public_title":"black\/orange \/ M","options":["black\/orange","M"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013239","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851961593,"title":"black\/orange \/ L","option1":"black\/orange","option2":"L","option3":null,"sku":"1324","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ L","public_title":"black\/orange \/ L","options":["black\/orange","L"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013246","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851994361,"title":"black\/orange \/ XL","option1":"black\/orange","option2":"XL","option3":null,"sku":"1325","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ XL","public_title":"black\/orange \/ XL","options":["black\/orange","XL"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013253","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537852059897,"title":"black\/orange \/ 2XL","option1":"black\/orange","option2":"2XL","option3":null,"sku":"1326","requires_shipping":true,"taxable":true,"featured_image":{"id":47339678662905,"product_id":8836555800825,"position":1,"created_at":"2025-06-06T10:57:55+02:00","updated_at":"2025-06-06T10:57:57+02:00","alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277","variant_ids":[46537851896057,46537851928825,46537851961593,46537851994361,46537852027129,46537852059897]},"available":true,"name":"Protector bootie - black\/orange \/ 2XL","public_title":"black\/orange \/ 2XL","options":["black\/orange","2XL"],"price":3095,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013260","featured_media":{"alt":"Protector bootie \u0026 1322 \u0026 1323 \u0026 1324 \u0026 1325 \u0026 1321 \u0026 1326","id":37941903393017,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/protector_bootie_1.jpg?v=1749200277"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black/orange"
                            checked
></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="XS"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="S"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="M"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="L"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="XL"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2XL"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555800825"><form method="post" action="/cart/add" id="product_form_8836555800825" 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="46537852027129"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836555800825" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-6"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 6;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Long distance bootie &amp; 1329 &amp; 1330 &amp; 1331 &amp; 1332 &amp; 1333 &amp; 1334 &amp; 1335 &amp; 1356"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/long-distance-bootie"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836554981625 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"
              >
                Long distance bootie
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"
            
          >
            <a
              href="/products/long-distance-bootie"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836554981625 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"
            >
              Long distance bootie
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Long distance bootie"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836554981625"
                  data-ls-product-url="/products/long-distance-bootie"
                ></span>
              </div>
<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" data-product-price-regular="1195" data-product-id="8836554981625">
            €11,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836554981625">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836554981625">
          €11,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836554981625" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>blue</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="blue"
                            selected
>
                            blue
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>3XS</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="3XS"
                            
                          >
                            3XS
                          </option><option
                            value="2XS"
                            
                          >
                            2XS
                          </option><option
                            value="XS"
                            
                          >
                            XS
                          </option><option
                            value="S"
                            
                          >
                            S
                          </option><option
                            value="M"
                            
                          >
                            M
                          </option><option
                            value="L"
                            
                          >
                            L
                          </option><option
                            value="XL"
                            
                          >
                            XL
                          </option><option
                            value="2XL"
                            
                          >
                            2XL
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836554981625">
                    <script type="application/json" data-card-variants>
                      [{"id":46537849438457,"title":"blue \/ 3XS","option1":"blue","option2":"3XS","option3":null,"sku":"1329","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ 3XS","public_title":"blue \/ 3XS","options":["blue","3XS"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013291","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849471225,"title":"blue \/ 2XS","option1":"blue","option2":"2XS","option3":null,"sku":"1330","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ 2XS","public_title":"blue \/ 2XS","options":["blue","2XS"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013307","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849503993,"title":"blue \/ XS","option1":"blue","option2":"XS","option3":null,"sku":"1331","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ XS","public_title":"blue \/ XS","options":["blue","XS"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013314","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849536761,"title":"blue \/ S","option1":"blue","option2":"S","option3":null,"sku":"1332","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ S","public_title":"blue \/ S","options":["blue","S"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013321","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849569529,"title":"blue \/ M","option1":"blue","option2":"M","option3":null,"sku":"1333","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ M","public_title":"blue \/ M","options":["blue","M"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013338","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849602297,"title":"blue \/ L","option1":"blue","option2":"L","option3":null,"sku":"1334","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ L","public_title":"blue \/ L","options":["blue","L"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013345","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849635065,"title":"blue \/ XL","option1":"blue","option2":"XL","option3":null,"sku":"1335","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ XL","public_title":"blue \/ XL","options":["blue","XL"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013352","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537849667833,"title":"blue \/ 2XL","option1":"blue","option2":"2XL","option3":null,"sku":"1356","requires_shipping":true,"taxable":true,"featured_image":{"id":47339659624697,"product_id":8836554981625,"position":1,"created_at":"2025-06-06T10:56:50+02:00","updated_at":"2025-06-06T10:56:52+02:00","alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212","variant_ids":[46537849438457,46537849471225,46537849503993,46537849536761,46537849569529,46537849602297,46537849635065,46537849667833]},"available":true,"name":"Long distance bootie - blue \/ 2XL","public_title":"blue \/ 2XL","options":["blue","2XL"],"price":1195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652013567","featured_media":{"alt":"Long distance bootie \u0026 1329 \u0026 1330 \u0026 1331 \u0026 1332 \u0026 1333 \u0026 1334 \u0026 1335 \u0026 1356","id":37941893529849,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/long_distance_booties_2.jpg?v=1749200212"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="blue"
                            checked
></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="3XS"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2XS"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="XS"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="S"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="M"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="L"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="XL"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2XL"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836554981625"><form method="post" action="/cart/add" id="product_form_8836554981625" 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="46537849438457"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836554981625" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-7"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 7;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Touring bungee &amp; 15352 &amp; 15362 &amp; 15372 &amp; 15382 &amp; 15392 &amp; 15702"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/touring-bungee"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555243769 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"
              >
                Touring bungee
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"
            
          >
            <a
              href="/products/touring-bungee"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555243769 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"
            >
              Touring bungee
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Touring bungee"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555243769"
                  data-ls-product-url="/products/touring-bungee"
                ></span>
              </div>
<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" data-product-price-regular="2795" data-product-id="8836555243769">
            From €27,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555243769">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555243769">
          From €27,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555243769" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black/gray</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black/gray"
                            selected
>
                            black/gray
                          </option><option
                            value="teal"
                            
                          >
                            teal
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>1.2m/13mm</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="1.2m/13mm"
                            
                          >
                            1.2m/13mm
                          </option><option
                            value="1.2m/23mm"
                            
                          >
                            1.2m/23mm
                          </option><option
                            value="2.0m/23mm"
                            
                          >
                            2.0m/23mm
                          </option><option
                            value="2.8m/23mm"
                            
                          >
                            2.8m/23mm
                          </option><option
                            value="2.0m/13mm"
                            
                          >
                            2.0m/13mm
                          </option><option
                            value="2.8m/13mm"
                            
                          >
                            2.8m/13mm
                          </option><option
                            value="3.8m/23mm"
                            
                          >
                            3.8m/23mm
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555243769">
                    <script type="application/json" data-card-variants>
                      [{"id":46537850650873,"title":"black\/gray \/ 1.2m\/13mm","option1":"black\/gray","option2":"1.2m\/13mm","option3":null,"sku":"1528","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666211065,"product_id":8836555243769,"position":4,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234","variant_ids":[46537850519801,46537850552569,46537850585337,46537850650873,46537850683641]},"available":true,"name":"Touring bungee - black\/gray \/ 1.2m\/13mm","public_title":"black\/gray \/ 1.2m\/13mm","options":["black\/gray","1.2m\/13mm"],"price":2795,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652015288","featured_media":{"alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","id":37941896806649,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850716409,"title":"teal \/ 1.2m\/13mm","option1":"teal","option2":"1.2m\/13mm","option3":null,"sku":"15352","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 1.2m\/13mm","public_title":"teal \/ 1.2m\/13mm","options":["teal","1.2m\/13mm"],"price":2795,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153522","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850683641,"title":"black\/gray \/ 1.2m\/23mm","option1":"black\/gray","option2":"1.2m\/23mm","option3":null,"sku":"1529","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666211065,"product_id":8836555243769,"position":4,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234","variant_ids":[46537850519801,46537850552569,46537850585337,46537850650873,46537850683641]},"available":true,"name":"Touring bungee - black\/gray \/ 1.2m\/23mm","public_title":"black\/gray \/ 1.2m\/23mm","options":["black\/gray","1.2m\/23mm"],"price":3495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652015295","featured_media":{"alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","id":37941896806649,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850749177,"title":"teal \/ 1.2m\/23mm","option1":"teal","option2":"1.2m\/23mm","option3":null,"sku":"15362","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 1.2m\/23mm","public_title":"teal \/ 1.2m\/23mm","options":["teal","1.2m\/23mm"],"price":3495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153621","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850585337,"title":"black\/gray \/ 2.0m\/23mm","option1":"black\/gray","option2":"2.0m\/23mm","option3":null,"sku":"1570","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666211065,"product_id":8836555243769,"position":4,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234","variant_ids":[46537850519801,46537850552569,46537850585337,46537850650873,46537850683641]},"available":true,"name":"Touring bungee - black\/gray \/ 2.0m\/23mm","public_title":"black\/gray \/ 2.0m\/23mm","options":["black\/gray","2.0m\/23mm"],"price":4195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652015707","featured_media":{"alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","id":37941896806649,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850913017,"title":"teal \/ 2.0m\/23mm","option1":"teal","option2":"2.0m\/23mm","option3":null,"sku":"15702","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 2.0m\/23mm","public_title":"teal \/ 2.0m\/23mm","options":["teal","2.0m\/23mm"],"price":4195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652157025","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850519801,"title":"black\/gray \/ 2.8m\/23mm","option1":"black\/gray","option2":"2.8m\/23mm","option3":null,"sku":"1539","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666211065,"product_id":8836555243769,"position":4,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234","variant_ids":[46537850519801,46537850552569,46537850585337,46537850650873,46537850683641]},"available":true,"name":"Touring bungee - black\/gray \/ 2.8m\/23mm","public_title":"black\/gray \/ 2.8m\/23mm","options":["black\/gray","2.8m\/23mm"],"price":4295,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652015394","featured_media":{"alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","id":37941896806649,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850847481,"title":"teal \/ 2.8m\/23mm","option1":"teal","option2":"2.8m\/23mm","option3":null,"sku":"15392","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 2.8m\/23mm","public_title":"teal \/ 2.8m\/23mm","options":["teal","2.8m\/23mm"],"price":4295,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153928","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850487033,"title":"black\/gray \/ 2.0m\/13mm","option1":"black\/gray","option2":"2.0m\/13mm","option3":null,"sku":"15371","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666440441,"product_id":8836555243769,"position":2,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:15+02:00","alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235","variant_ids":[46537850487033,46537850618105,46537850880249]},"available":true,"name":"Touring bungee - black\/gray \/ 2.0m\/13mm","public_title":"black\/gray \/ 2.0m\/13mm","options":["black\/gray","2.0m\/13mm"],"price":3195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153713","featured_media":{"alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","id":37941896741113,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850781945,"title":"teal \/ 2.0m\/13mm","option1":"teal","option2":"2.0m\/13mm","option3":null,"sku":"15372","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 2.0m\/13mm","public_title":"teal \/ 2.0m\/13mm","options":["teal","2.0m\/13mm"],"price":3195,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153720","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850618105,"title":"black\/gray \/ 2.8m\/13mm","option1":"black\/gray","option2":"2.8m\/13mm","option3":null,"sku":"15381","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666440441,"product_id":8836555243769,"position":2,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:15+02:00","alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235","variant_ids":[46537850487033,46537850618105,46537850880249]},"available":true,"name":"Touring bungee - black\/gray \/ 2.8m\/13mm","public_title":"black\/gray \/ 2.8m\/13mm","options":["black\/gray","2.8m\/13mm"],"price":3495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153812","featured_media":{"alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","id":37941896741113,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850814713,"title":"teal \/ 2.8m\/13mm","option1":"teal","option2":"2.8m\/13mm","option3":null,"sku":"15382","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666112761,"product_id":8836555243769,"position":1,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234","variant_ids":[46537850716409,46537850749177,46537850781945,46537850814713,46537850847481,46537850913017]},"available":true,"name":"Touring bungee - teal \/ 2.8m\/13mm","public_title":"teal \/ 2.8m\/13mm","options":["teal","2.8m\/13mm"],"price":3495,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652153829","featured_media":{"alt":"Touring bungee \u0026 15352 \u0026 15362 \u0026 15372 \u0026 15382 \u0026 15392 \u0026 15702","id":37941896708345,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_1.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850552569,"title":"black\/gray \/ 3.8m\/23mm","option1":"black\/gray","option2":"3.8m\/23mm","option3":null,"sku":"1540","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666211065,"product_id":8836555243769,"position":4,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:14+02:00","alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234","variant_ids":[46537850519801,46537850552569,46537850585337,46537850650873,46537850683641]},"available":true,"name":"Touring bungee - black\/gray \/ 3.8m\/23mm","public_title":"black\/gray \/ 3.8m\/23mm","options":["black\/gray","3.8m\/23mm"],"price":4895,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652015400","featured_media":{"alt":"Touring bungee (3) \u0026 1539 \u0026 1540 \u0026 1570 \u0026 1528 \u0026 1529","id":37941896806649,"position":4,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_4.jpg?v=1749200234"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537850880249,"title":"teal \/ 3.8m\/23mm","option1":"teal","option2":"3.8m\/23mm","option3":null,"sku":"15402","requires_shipping":true,"taxable":true,"featured_image":{"id":47339666440441,"product_id":8836555243769,"position":2,"created_at":"2025-06-06T10:57:12+02:00","updated_at":"2025-06-06T10:57:15+02:00","alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235","variant_ids":[46537850487033,46537850618105,46537850880249]},"available":true,"name":"Touring bungee - teal \/ 3.8m\/23mm","public_title":"teal \/ 3.8m\/23mm","options":["teal","3.8m\/23mm"],"price":4895,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652154024","featured_media":{"alt":"Touring bungee (1) \u0026 15371 \u0026 15381 \u0026 15402","id":37941896741113,"position":2,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/touring_bungee_2.jpg?v=1749200235"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black/gray"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="teal"
                            
                          ></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="1.2m/13mm"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="1.2m/23mm"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.0m/23mm"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.8m/23mm"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.0m/13mm"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="2.8m/13mm"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="3.8m/23mm"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555243769"><form method="post" action="/cart/add" id="product_form_8836555243769" 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="46537850650873"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
>
                        <span data-atc-text>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"/></svg>

</div>
</button><input type="hidden" name="product-id" value="8836555243769" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_v2_fafWw3-8"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 8;"
                
              >
                



<div class="card-wrapper product-card-wrapper underline-links-hover has-variant-picker">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                data-card-main-image
 srcset="//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="CaniX belt &amp; 1234 &amp; 1235 &amp; 1236"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/canix-belt"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_v2_fafWw3-8836555473145 NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
              >
                CaniX belt
              </a>
            </h3>
          </div>

          <div class="card__badge bottom left"><span
                id="NoMediaStandardBadge-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
                class="badge badge--bottom-left color-scheme-3"
              >Sold out</span></div>
        </div>
      </div>

      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
            
          >
            <a
              href="/products/canix-belt"
              id="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_v2_fafWw3-8836555473145 Badge-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
            >
              CaniX belt
            </a>
          </h3>

          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="CaniX belt"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555473145"
                  data-ls-product-url="/products/canix-belt"
                ></span>
              </div>
<div
    class="price  price--sold-out"
  >
    <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" data-product-price-regular="7995" data-product-id="8836555473145">
            €79,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555473145">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555473145">
          €79,95 EUR
        </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>


            <!-- start automatic discounted price label code -->
            

            <!-- end automatic discounted price label code --><div class="card-variant-picker" id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555473145" data-variant-picker><div class="card-variant-picker__group" data-option-index="0">
                    <div class="card-variant-picker__label">
                      Color:
                      <span data-current-value>black</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="0"
                      ><option
                            value="black"
                            selected
>
                            black
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__group" data-option-index="1">
                    <div class="card-variant-picker__label">
                      Size:
                      <span data-current-value>S</span>
                    </div>

                    <div class="card-variant-picker__values">
                      <select
                        class="card-variant-picker__select"
                        data-card-variant-select
 data-option-index="1"
                      ><option
                            value="S"
                            
                          >
                            S
                          </option><option
                            value="M"
                            
                          >
                            M
                          </option><option
                            value="L"
                            
                          >
                            L
                          </option></select>
                    </div>
                  </div><div class="card-variant-picker__atc">
                  <variant-selects class="variant-selects-hidden no-js-hidden" data-section="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555473145">
                    <script type="application/json" data-card-variants>
                      [{"id":46537851404537,"title":"black \/ S","option1":"black","option2":"S","option3":null,"sku":"1234","requires_shipping":true,"taxable":true,"featured_image":{"id":47339671847161,"product_id":8836555473145,"position":1,"created_at":"2025-06-06T10:57:30+02:00","updated_at":"2025-06-06T10:57:32+02:00","alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252","variant_ids":[46537851404537,46537851437305,46537851470073]},"available":false,"name":"CaniX belt - black \/ S","public_title":"black \/ S","options":["black","S"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652012348","featured_media":{"alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","id":37941900017913,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851437305,"title":"black \/ M","option1":"black","option2":"M","option3":null,"sku":"1235","requires_shipping":true,"taxable":true,"featured_image":{"id":47339671847161,"product_id":8836555473145,"position":1,"created_at":"2025-06-06T10:57:30+02:00","updated_at":"2025-06-06T10:57:32+02:00","alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252","variant_ids":[46537851404537,46537851437305,46537851470073]},"available":false,"name":"CaniX belt - black \/ M","public_title":"black \/ M","options":["black","M"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652012355","featured_media":{"alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","id":37941900017913,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":46537851470073,"title":"black \/ L","option1":"black","option2":"L","option3":null,"sku":"1236","requires_shipping":true,"taxable":true,"featured_image":{"id":47339671847161,"product_id":8836555473145,"position":1,"created_at":"2025-06-06T10:57:30+02:00","updated_at":"2025-06-06T10:57:32+02:00","alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","width":1600,"height":1067,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252","variant_ids":[46537851404537,46537851437305,46537851470073]},"available":false,"name":"CaniX belt - black \/ L","public_title":"black \/ L","options":["black","L"],"price":7995,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"7071652012362","featured_media":{"alt":"CaniX belt \u0026 1234 \u0026 1235 \u0026 1236","id":37941900017913,"position":1,"preview_image":{"aspect_ratio":1.5,"height":1067,"width":1600,"src":"\/\/www.nonstopdogwear.com\/cdn\/shop\/files\/canix_belt_2.jpg?v=1749200252"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
                    </script><fieldset class="js product-form__input hidden" data-hidden-option-index="0">
                        <legend class="visually-hidden">Color</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Color]"
                            value="black"
                            checked
></fieldset><fieldset class="js product-form__input hidden" data-hidden-option-index="1">
                        <legend class="visually-hidden">Size</legend><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="S"
                            checked
><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="M"
                            
                          ><input
                            class="visually-hidden"
                            type="radio"
                            name="options[Size]"
                            value="L"
                            
                          ></fieldset></variant-selects>

                  <product-form class="no-js-hidden" data-section-id="card-variant-picker-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"><form method="post" action="/cart/add" id="product_form_8836555473145" 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="46537851404537"
                        class="product-variant-id"
                        data-variant-id
>

                      <button
                        type="submit"
                        name="add"
                        class="button button--full-width button--secondary v2_button"
                        data-atc
 disabled
>
                        <span data-atc-text>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="8836555473145" /><input type="hidden" name="section-id" value="template--19625794568441__featured_collection_v2_fafWw3" /></form></product-form>
                </div>
              </div></div>
        </div>

        

        <div class="card__badge bottom left"><span
              id="Badge-template--19625794568441__featured_collection_v2_fafWw3-8836555473145"
              class="badge badge--bottom-left color-scheme-3"
            >Sold out</span></div>
      </div>
    </div>
  </div><script>
(function () {
  if (window.__CardVariantPickerReady) return;
  window.__CardVariantPickerReady = true;

  function safeJsonParse(str) {
    try { return JSON.parse(str || '[]'); } catch (e) { return []; }
  }

  function clean(v) {
    return String(v == null ? '' : v).replace(/\s+/g, ' ').trim();
  }

  function getVariants(picker) {
    const el = picker.querySelector('variant-selects [data-card-variants]');
    return el ? safeJsonParse(el.textContent) : [];
  }

  function findVariant(variants, selectedOptions) {
    const selected = (selectedOptions || []).map(clean).filter(Boolean);
    return variants.find(v => {
      const opts = (v && v.options ? v.options : []).map(clean).filter(Boolean);
      if (opts.length !== selected.length) return false;
      for (let i = 0; i < opts.length; i++) if (opts[i] !== selected[i]) return false;
      return true;
    }) || null;
  }

  function getFormIdInput(picker) {
    const pf = picker.querySelector('product-form[data-section-id]');
    const form = pf && pf.querySelector('form');
    return form ? form.querySelector('input[name="id"]') : null;
  }

  function ensureGlobalVariantsJsonFromPicker(picker) {
    const cardJson = picker.querySelector('variant-selects [data-card-variants]');
    if (!cardJson) return;

    let global = document.querySelector('[data-product-variants]');
    if (!global) {
      global = document.createElement('script');
      global.type = 'application/json';
      global.setAttribute('data-product-variants', '');
      document.body.appendChild(global);
    }
    global.textContent = cardJson.textContent;
  }

  function updateATCState(picker, matched) {
    const atcBtn = picker.querySelector('[data-atc]');
    const atcText = picker.querySelector('[data-atc-text]');
    if (!atcBtn || !atcText || !matched) return;

    if (matched.available) {
      atcBtn.disabled = false;
      atcText.textContent = 'Add to cart';
    } else {
      atcBtn.disabled = true;
      atcText.textContent = 'Sold out';
    }
  }

  function updateGroupCurrentValue(group, value) {
    const span = group.querySelector('[data-current-value]');
    if (span) span.textContent = value;
  }

  function getUiValueForOption(picker, optionIndex) {
    const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + optionIndex + '"]');
    if (!group) return '';

    const sel = group.querySelector('[data-card-variant-select]');
    if (sel) return clean(sel.value);

    return '';
  }

  function setHiddenRadio(variantSelects, optionIndex, value) {
    const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + optionIndex + '"]');
    if (!fieldset) return null;

    const target = clean(value);
    const radios = fieldset.querySelectorAll('input[type="radio"]');

    let changed = null;
    radios.forEach(r => {
      if (clean(r.value) === target) {
        r.checked = true;
        changed = r;
      }
    });

    return changed;
  }

  // --- Image switching helpers (NEW) ---
  function getCardMainImageEl(picker) {
    const wrapper = picker.closest('.card-wrapper') || picker.closest('.product-card-wrapper') || document;
    return wrapper.querySelector('img[data-card-main-image]');
  }

  function ensureDefaultImageSnapshot(picker) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    if (!img.dataset.defaultSrc) img.dataset.defaultSrc = img.getAttribute('src') || '';
    if (!img.dataset.defaultSrcset) img.dataset.defaultSrcset = img.getAttribute('srcset') || '';
    if (!img.dataset.defaultAlt) img.dataset.defaultAlt = img.getAttribute('alt') || '';
  }

  function withWidth(url, width) {
    const u = String(url || '');
    if (!u) return '';

    const hasQuery = u.indexOf('?') !== -1;
    const hasWidth = /([?&]width=)/.test(u);

    if (hasWidth) {
      return u.replace(/([?&]width=)\d+/g, '$1' + width);
    }
    return u + (hasQuery ? '&' : '?') + 'width=' + width;
  }

  function buildSrcset(url) {
    const widths = [165, 360, 533, 720, 940, 1066];
    const base = String(url || '').replace(/([?&]width=)\d+/g, '$1' + widths[0]).split('&width=')[0];
    return widths.map(w => `${withWidth(base, w)} ${w}w`).join(', ');
  }

  function updateCardImageFromVariant(picker, matched) {
    const img = getCardMainImageEl(picker);
    if (!img) return;

    ensureDefaultImageSnapshot(picker);

    const vImg = matched && matched.featured_image ? matched.featured_image : null;
    const vSrc = vImg && vImg.src ? String(vImg.src) : '';

    if (vSrc) {
      img.setAttribute('src', withWidth(vSrc, 533));
      img.setAttribute('srcset', buildSrcset(vSrc));
      if (vImg.alt) img.setAttribute('alt', String(vImg.alt));
      return;
    }

    if (img.dataset.defaultSrc) img.setAttribute('src', img.dataset.defaultSrc);
    if (img.dataset.defaultSrcset) img.setAttribute('srcset', img.dataset.defaultSrcset);
    if (img.dataset.defaultAlt) img.setAttribute('alt', img.dataset.defaultAlt);
  }
  // --- end image helpers ---

  function syncAllOptionsAndResolve(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    const groups = picker.querySelectorAll('.card-variant-picker__group[data-option-index]');
    if (!groups.length) return;

    const optionCount = groups.length;

    for (let i = 0; i < optionCount; i++) {
      const v = getUiValueForOption(picker, i);
      if (!v) continue;

      const group = picker.querySelector('.card-variant-picker__group[data-option-index="' + i + '"]');
      if (group) updateGroupCurrentValue(group, v);

      setHiddenRadio(variantSelects, i, v);
    }

    for (let i = 0; i < optionCount; i++) {
      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + i + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) checked.dispatchEvent(new Event('change', { bubbles: true }));
    }

    const selected = [];
    for (let i = 0; i < optionCount; i++) selected.push(getUiValueForOption(picker, i));

    const variants = getVariants(picker);
    const matched = findVariant(variants, selected);

    if (matched) {
      const idInput = getFormIdInput(picker);
      if (idInput) idInput.value = matched.id;
      updateATCState(picker, matched);

      // NEW: update card image based on selected variant
      updateCardImageFromVariant(picker, matched);
    }
  }

  function initPicker(picker) {
    const variantSelects = picker.querySelector('variant-selects');
    if (!variantSelects) return;

    // NEW: snapshot default image on init
    ensureDefaultImageSnapshot(picker);

    picker.querySelectorAll('.card-variant-picker__group[data-option-index]').forEach(group => {
      const idx = parseInt(group.dataset.optionIndex || '0', 10);
      const sel = group.querySelector('[data-card-variant-select]');
      if (!sel) return;

      const fieldset = variantSelects.querySelector('[data-hidden-option-index="' + idx + '"]');
      const checked = fieldset && fieldset.querySelector('input[type="radio"]:checked');
      if (checked) sel.value = clean(checked.value);

      updateGroupCurrentValue(group, clean(sel.value));
    });

    syncAllOptionsAndResolve(picker);
  }

  function initAll(root) {
    (root || document).querySelectorAll('[data-variant-picker]').forEach(initPicker);
  }

  document.addEventListener('change', function (e) {
    const sel = e.target.closest && e.target.closest('[data-card-variant-select]');
    if (!sel) return;

    const picker = sel.closest('[data-variant-picker]');
    if (!picker) return;

    const group = sel.closest('.card-variant-picker__group');
    if (group) updateGroupCurrentValue(group, clean(sel.value));

    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('submit', function (e) {
    const form = e.target;
    if (!form) return;

    const pf = form.closest && form.closest('product-form');
    if (!pf) return;

    const picker = pf.closest('[data-variant-picker]');
    if (!picker) return;

    ensureGlobalVariantsJsonFromPicker(picker);
    syncAllOptionsAndResolve(picker);
  }, true);

  document.addEventListener('DOMContentLoaded', function () {
    initAll(document);
    setTimeout(function(){ initAll(document); }, 0);
  });

  document.addEventListener('shopify:section:load', function (e) {
    initAll(e.target);
    setTimeout(function(){ initAll(e.target); }, 0);
  });

})();
</script>

<style>
  .collection-rating-container .lipscore-rating-small-value {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
  }

  .card-variant-picker { margin-top: 10px; }
  .card-variant-picker__group { margin-top: 10px; }
  .card-variant-picker__label { font-size: 12px; margin-bottom: 6px; }

  /* dropdown-only layout */
  .card-variant-picker__values { display: block; }
  .card-variant-picker__atc { margin-top: 10px; }
  .has-variant-picker .full-unstyled-link::after { display: none !important; }

  .has-variant-picker .card-variant-picker,
  .has-variant-picker .card-variant-picker * {
    position: relative;
    z-index: 5;
  }

  button.button--full-width.button--secondary.v2_button{
    background: #000;
    color: #fff;
  }

  .variant-selects-hidden { display: none !important; }

  .card-variant-picker__select {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.2;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 42px;

    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'>\
  <path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
    background-size: 14px;
  }
</style>

              </li>
</ul><div class="slider-buttons">
          <button
            type="button"
            class="slider-button slider-button--prev"
            name="previous"
            aria-label="Slide left"
            aria-controls="Slider-template--19625794568441__featured_collection_v2_fafWw3"
          >
            <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 caption">
            <span class="slider-counter--current">1</span>
            <span aria-hidden="true"> / </span>
            <span class="visually-hidden">of</span>
            <span class="slider-counter--total">8</span>
          </div>
          <button
            type="button"
            class="slider-button slider-button--next"
            name="next"
            aria-label="Slide right"
            aria-controls="Slider-template--19625794568441__featured_collection_v2_fafWw3"
          >
            <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></slider-component></div>
</div>

<script>
  /*
    Intelligems A/B Test: Homepage Featured Collection
    - Tests inline variant pickers (treatment) vs "Choose options" modal (control)
    - Control: featured-collection (v1) section
    - Treatment: featured-collection-v2 section
  */
  (function() {
    var EXPERIMENT_ID = '46613d95-b961-49f4-a495-770901bebc78';

    var resolved = false;

    function getSections() {
      var control = document.querySelector('[data-ig-test="homepage-featured-control"]');
      var treatment = document.querySelector('[data-ig-test="homepage-featured-treatment"]');
      return {
        control: control ? control.closest('.shopify-section') : null,
        treatment: treatment ? treatment.closest('.shopify-section') : null
      };
    }

    function showVariant(variant) {
      var sections = getSections();

      if (!sections.control || !sections.treatment) return false;

      if (variant === 'treatment') {
        sections.control.style.setProperty('display', 'none', 'important');
        sections.treatment.style.setProperty('display', 'block', 'important');
      } else {
        sections.control.style.setProperty('display', 'block', 'important');
        sections.treatment.style.setProperty('display', 'none', 'important');
      }

      console.log('Intelligems Featured Collection Test: Showing variant:', variant);
      return true;
    }

    function determineVariant() {
      try {
        var testGroup = window.igData && window.igData.user && window.igData.user.getTestGroup(EXPERIMENT_ID);
        if (!testGroup) return 'control';
        var variant = testGroup.isControl === false ? 'treatment' : 'control';
        console.log('Intelligems Featured Collection Test: Assigned to', variant);
        return variant;
      } catch (e) {
        console.warn('Intelligems Featured Collection Test: Error determining variant, defaulting to control', e);
        return 'control';
      }
    }

    function initTest() {
      if (resolved) return;
      var variant = determineVariant();
      if (showVariant(variant)) {
        resolved = true;
      }
    }

    function run() {
      if (window.igData) {
        initTest();
      } else {
        window.addEventListener('ig:ready', initTest);
      }

      // Timeout fallback: default to control
      setTimeout(function() {
        if (!resolved) {
          console.warn('Intelligems Featured Collection Test: Timeout, defaulting to control');
          if (showVariant('control')) {
            resolved = true;
          }
        }
      }, 3000);
    }

    // Wait for DOM so both sections exist before querying
    if (document.readyState === 'loading') {
      document.addEventListener('DOMContentLoaded', run);
    } else {
      run();
    }
  })();
</script>


</section><section id="shopify-section-template--19625794568441__featured_collection_q8fFbB" class="shopify-section section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" rel="stylesheet" type="text/css" media="all" />

<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/template-collection.css?v=58558206033505836701749209556" rel="stylesheet" type="text/css" media="all" />

<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quick-add.css?v=130590836869345997561749209555" rel="stylesheet" type="text/css" media="all" />
  <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/product-form.js?v=59189213091734464161768398731" defer="defer"></script><script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quick-add.js?v=73073840428863680991749209555" defer="defer"></script><style data-shopify>.section-template--19625794568441__featured_collection_q8fFbB-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--19625794568441__featured_collection_q8fFbB-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }</style><div
  class="color-scheme-2 isolate gradient"
  data-ig-test="homepage-featured-control"
>
  <div
    class="collection section-template--19625794568441__featured_collection_q8fFbB-padding collection--full-width"
    id="collection-template--19625794568441__featured_collection_q8fFbB"
    data-id="template--19625794568441__featured_collection_q8fFbB"
  >
    <div class="collection__title title-wrapper title-wrapper--no-top-margin page-width collection__title--desktop-slider"></div>

    <slider-component class="slider-mobile-gutter slider-component-full-width page-width slider-component-desktop scroll-trigger animate--slide-in">
      <ul
        id="Slider-template--19625794568441__featured_collection_q8fFbB"
        data-id="template--19625794568441__featured_collection_q8fFbB"
        class="grid product-grid contains-card contains-card--product contains-card--standard grid--6-col-desktop grid--2-col-tablet-down slider slider--desktop"
        role="list"
        aria-label="Slider"
      >
        

          

              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-1"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 1;"
                
              >
                
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-rating.css?v=179577762467860590411749209556" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-volume-pricing.css?v=111870094811454961941749209555" rel="stylesheet" type="text/css" media="all" />

  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101749209554" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quick-order-list.css?v=86354568948591544181749209555" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/quantity-popover.css?v=160630540099520878331749209553" rel="stylesheet" type="text/css" media="all" />
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.625%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.625%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/line_harness_5_0_2.jpg?v=1749200395&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Line harness 5.0 &amp; 2181 &amp; 2182 &amp; 2183 &amp; 2184 &amp; 2185 &amp; 2186 &amp; 2187 &amp; 2188"
                class="motion-reduce"
                
                width="1600"
                height="1066"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/line-harness-5"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836557406457"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836557406457 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836557406457"
              >
                Line harness 5.0
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836557406457"
            
          >
            <a
              href="/products/line-harness-5"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836557406457"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836557406457 Badge-template--19625794568441__featured_collection_q8fFbB-8836557406457"
            >
              Line harness 5.0
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Line harness 5.0"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836557406457"
                  data-ls-product-url="/products/line-harness-5"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="5495" data-product-id="8836557406457">
            €54,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836557406457">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836557406457">
          €54,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836557406457">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836557406457-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836557406457-submit title-template--19625794568441__featured_collection_q8fFbB-8836557406457"
                  data-product-url="/products/line-harness-5"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836557406457" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Line harness 5.0"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836557406457"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836557406457" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-2"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 2;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.625%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.625%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/bungee_leash_aqua_1.jpg?v=1773309131&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Bungee leash &amp; 3532 &amp; 3533"
                class="motion-reduce"
                
                width="1600"
                height="1066"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/bungee-leash"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555309305"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555309305 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836555309305"
              >
                Bungee leash
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836555309305"
            
          >
            <a
              href="/products/bungee-leash"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555309305"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555309305 Badge-template--19625794568441__featured_collection_q8fFbB-8836555309305"
            >
              Bungee leash
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Bungee leash"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555309305"
                  data-ls-product-url="/products/bungee-leash"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="4995" data-product-id="8836555309305">
            From €49,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555309305">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555309305">
          From €49,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836555309305">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836555309305-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836555309305-submit title-template--19625794568441__featured_collection_q8fFbB-8836555309305"
                  data-product-url="/products/bungee-leash"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836555309305" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Bungee leash"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836555309305"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836555309305" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-3"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 3;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/fjord_raincoat_1.jpg?v=1749200382&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Fjord raincoat &amp; 29632 &amp; 29633 &amp; 29634 &amp; 29635 &amp; 29636 &amp; 29637 &amp; 29638 &amp; 29639 &amp; 29640 &amp; 29641"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/fjord-raincoat"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836557242617"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836557242617 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836557242617"
              >
                Fjord raincoat
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836557242617"
            
          >
            <a
              href="/products/fjord-raincoat"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836557242617"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836557242617 Badge-template--19625794568441__featured_collection_q8fFbB-8836557242617"
            >
              Fjord raincoat
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Fjord raincoat"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836557242617"
                  data-ls-product-url="/products/fjord-raincoat"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="7995" data-product-id="8836557242617">
            From €79,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836557242617">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836557242617">
          From €79,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836557242617">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836557242617-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836557242617-submit title-template--19625794568441__featured_collection_q8fFbB-8836557242617"
                  data-product-url="/products/fjord-raincoat"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836557242617" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Fjord raincoat"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836557242617"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836557242617" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-4"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 4;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/freemotion_harness_5_aqua_1.jpg?v=1761864362&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Freemotion harness 5.0 &amp; 3522 &amp; 3523 &amp; 3524 &amp; 3525 &amp; 3526 &amp; 3527 &amp; 3528"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/freemotion-harness-5"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836558225657"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836558225657 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836558225657"
              >
                Freemotion harness 5.0
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836558225657"
            
          >
            <a
              href="/products/freemotion-harness-5"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836558225657"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836558225657 Badge-template--19625794568441__featured_collection_q8fFbB-8836558225657"
            >
              Freemotion harness 5.0
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Freemotion harness 5.0"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836558225657"
                  data-ls-product-url="/products/freemotion-harness-5"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="9695" data-product-id="8836558225657">
            €96,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836558225657">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836558225657">
          €96,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836558225657">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836558225657-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836558225657-submit title-template--19625794568441__featured_collection_q8fFbB-8836558225657"
                  data-product-url="/products/freemotion-harness-5"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836558225657" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Freemotion harness 5.0"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836558225657"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836558225657" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-5"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 5;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/protector_bootie_1.jpg?v=1749200277&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Protector bootie &amp; 1322 &amp; 1323 &amp; 1324 &amp; 1325 &amp; 1321 &amp; 1326"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/protector-bootie"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555800825"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555800825 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836555800825"
              >
                Protector bootie
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836555800825"
            
          >
            <a
              href="/products/protector-bootie"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555800825"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555800825 Badge-template--19625794568441__featured_collection_q8fFbB-8836555800825"
            >
              Protector bootie
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Protector bootie"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555800825"
                  data-ls-product-url="/products/protector-bootie"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="3095" data-product-id="8836555800825">
            €30,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555800825">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555800825">
          €30,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836555800825">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836555800825-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836555800825-submit title-template--19625794568441__featured_collection_q8fFbB-8836555800825"
                  data-product-url="/products/protector-bootie"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836555800825" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Protector bootie"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836555800825"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836555800825" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-6"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 6;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/long_distance_booties_2.jpg?v=1749200212&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Long distance bootie &amp; 1329 &amp; 1330 &amp; 1331 &amp; 1332 &amp; 1333 &amp; 1334 &amp; 1335 &amp; 1356"
                class="motion-reduce"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/long-distance-bootie"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836554981625"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836554981625 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836554981625"
              >
                Long distance bootie
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836554981625"
            
          >
            <a
              href="/products/long-distance-bootie"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836554981625"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836554981625 Badge-template--19625794568441__featured_collection_q8fFbB-8836554981625"
            >
              Long distance bootie
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Long distance bootie"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836554981625"
                  data-ls-product-url="/products/long-distance-bootie"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="1195" data-product-id="8836554981625">
            €11,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836554981625">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836554981625">
          €11,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836554981625">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836554981625-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836554981625-submit title-template--19625794568441__featured_collection_q8fFbB-8836554981625"
                  data-product-url="/products/long-distance-bootie"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836554981625" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Long distance bootie"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836554981625"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836554981625" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-7"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 7;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/touring_bungee_1.jpg?v=1749200234&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Touring bungee &amp; 15352 &amp; 15362 &amp; 15372 &amp; 15382 &amp; 15392 &amp; 15702"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/touring-bungee"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555243769"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555243769 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836555243769"
              >
                Touring bungee
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836555243769"
            
          >
            <a
              href="/products/touring-bungee"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555243769"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555243769 Badge-template--19625794568441__featured_collection_q8fFbB-8836555243769"
            >
              Touring bungee
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="Touring bungee"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555243769"
                  data-ls-product-url="/products/touring-bungee"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original"
  >
    <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" data-product-price-regular="2795" data-product-id="8836555243769">
            From €27,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555243769">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555243769">
          From €27,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836555243769">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836555243769-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836555243769-submit title-template--19625794568441__featured_collection_q8fFbB-8836555243769"
                  data-product-url="/products/touring-bungee"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836555243769" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for Touring bungee"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836555243769"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836555243769" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
</div>
      </div>
    </div>
  </div>
              </li>
              <li
                id="Slide-template--19625794568441__featured_collection_q8fFbB-8"
                class="grid__item slider__slide scroll-trigger animate--slide-in"
                
                  data-cascade
 style="--animation-order: 8;"
                
              >
                
<style>
  .collection-rating-container {
    .lipscore-rating-small-value {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 600;
      vertical-align: bottom;
    }
  }
</style><div class="card-wrapper product-card-wrapper underline-links-hover">
    <div
      class="card card--standard         card--media"
      style="--ratio-percent: 66.6875%;"
    >
      <div
        class="card__inner color-scheme-2 gradient ratio"
        style="--ratio-percent: 66.6875%;"
      ><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=165 165w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=360 360w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=533 533w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=720 720w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=940 940w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=1066 1066w,//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252 1600w                "
                src="//www.nonstopdogwear.com/cdn/shop/files/canix_belt_2.jpg?v=1749200252&width=533"
                sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="CaniX belt &amp; 1234 &amp; 1235 &amp; 1236"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="1600"
                height="1067"
              >
              
</div>
          </div><div class="card__content">
          <div class="card__information">
            <h3
              class="card__heading"
              
            >
              <a
                href="/products/canix-belt"
                id="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555473145"
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19625794568441__featured_collection_q8fFbB-8836555473145 NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836555473145"
              >
                CaniX belt
              </a>
            </h3>
          </div>
          <div class="card__badge bottom left"><span
                id="NoMediaStandardBadge-template--19625794568441__featured_collection_q8fFbB-8836555473145"
                class="badge badge--bottom-left color-scheme-3"
              >Sold out</span></div>
        </div>
      </div>
      <div class="card__content">
        <div class="card__information">
          <h3
            class="card__heading h3"
            
              id="title-template--19625794568441__featured_collection_q8fFbB-8836555473145"
            
          >
            <a
              href="/products/canix-belt"
              id="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555473145"
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19625794568441__featured_collection_q8fFbB-8836555473145 Badge-template--19625794568441__featured_collection_q8fFbB-8836555473145"
            >
              CaniX belt
            </a>
          </h3>
          <div class="card-information"><span class="caption-large light"></span><div class="collection-rating-container">
                <span
                  class="lipscore-rating-small"
                  data-ls-product-name="CaniX belt"
                  data-ls-brand="Non-stop dogwear"
                  data-ls-product-id="8836555473145"
                  data-ls-product-url="/products/canix-belt"
                >
                </span>
              </div><div class="price-container js-country-price-wrapper">
  
<div
    class="price price-original price--sold-out"
  >
    <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" data-product-price-regular="7995" data-product-id="8836555473145">
            €79,95 EUR
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Regular price</span>
          <span>
            <s class="price-item price-item--regular" data-product-id="8836555473145">
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
        <span class="price-item price-item--sale price-item--last" data-product-id="8836555473145">
          €79,95 EUR
        </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>


  <!-- start automatic discounted price label code -->
  

</div>

            <!-- start automatic discounted price label code -->
            <!-- end automatic discounted price label code --></div>
        </div>
        
        
          <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-8836555473145">
                <button
                  id="quick-add-template--19625794568441__featured_collection_q8fFbB8836555473145-submit"
                  type="submit"
                  name="add"
                  class="quick-add__submit button button--full-width button--secondary"
                  aria-haspopup="dialog"
                  aria-labelledby="quick-add-template--19625794568441__featured_collection_q8fFbB8836555473145-submit title-template--19625794568441__featured_collection_q8fFbB-8836555473145"
                  data-product-url="/products/canix-belt"
                >
                  Choose options


<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>
              </modal-opener>
              <quick-add-modal id="QuickAdd-8836555473145" class="quick-add-modal">
                <div
                  role="dialog"
                  aria-label="Choose options for CaniX belt"
                  aria-modal="true"
                  class="quick-add-modal__content global-settings-popup"
                  tabindex="-1"
                >
                  <button
                    id="ModalClose-8836555473145"
                    type="button"
                    class="quick-add-modal__toggle"
                    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 id="QuickAddInfo-8836555473145" class="quick-add-modal__content-info"></div>
                </div>
              </quick-add-modal></div>
        
        <div class="card__badge bottom left">
          
<span
              id="Badge-template--19625794568441__featured_collection_q8fFbB-8836555473145"
              class="badge badge--bottom-left color-scheme-3"
            >Sold out</span></div>
      </div>
    </div>
  </div>
              </li>
</ul><div class="slider-buttons">
          <button
            type="button"
            class="slider-button slider-button--prev"
            name="previous"
            aria-label="Slide left"
            aria-controls="Slider-template--19625794568441__featured_collection_q8fFbB"
          >
            <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 caption">
            <span class="slider-counter--current">1</span>
            <span aria-hidden="true"> / </span>
            <span class="visually-hidden">of</span>
            <span class="slider-counter--total">8</span>
          </div>
          <button
            type="button"
            class="slider-button slider-button--next"
            name="next"
            aria-label="Slide right"
            aria-controls="Slider-template--19625794568441__featured_collection_q8fFbB"
          >
            <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></slider-component></div>
</div>


</section><div id="shopify-section-template--19625794568441__17515556765f3d365c" class="shopify-section">


<style data-shopify>
  .collections-carousel-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }

  .collections-carousel__container-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
    margin: 0 20px;
    width: 100%;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
  }

  .collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    flex: 0 0 calc((100% - 16px * (6 - 1)) / 6);
    min-width: 0;
    min-width: 0;
    max-width: 100%;
    margin-top: 22px;
    
  }

  @media screen and (max-width: 749px) {
    .collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
      flex: 0 0 calc((100% - 16px * (2 - 1)) / 2);
    }
  }

  .collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 100%;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  
    .collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb:hover {
      
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      
    }
  

  .collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  
    .collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb:hover .collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
      transform: scale(1.1);
    }
  

  .collections-carousel__image-placeholder-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
  }

  .collections-carousel__image-placeholder-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb svg {
    width: 50%;
    height: 50%;
    opacity: 0.5;
  }

  .collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    
  }

  .collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }

  .collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fe5000;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb:hover {
    background-color: #000000;
    transform: translateY(-2px);
  }

  .collections-carousel__navigation-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }

  .collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #121212;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.7;
    transition: opacity 0.3s ease, background-color 0.3s ease;
  }

  .collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb:hover {
    opacity: 1;
    background-color: #121212;
  }

  .collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--prev {
    left: 10px;
  }

  .collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--next {
    right: 10px;
  }

  .collections-carousel__dots-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .collections-carousel__dot-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121212;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .collections-carousel__dot-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb.active {
    opacity: 1;
  }
</style>

<collections-carousel-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb
  class="collections-carousel-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
  data-slides-per-view="6"
  data-slides-per-view-mobile="2"
  data-auto-play="false"
  data-auto-play-speed="5"
  data-loop="true"
  
>
  <div style="overflow: hidden;">
    <div class="collections-carousel__container-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
      
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/biking" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/biking_category_1.jpg?v=1752665761&width=800"
                    alt="Biking"
                    loading="lazy"
                    width="1600"
                    height="1066"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Biking</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/everyday" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/everyday.jpg?v=1752580574&width=800"
                    alt="Everyday"
                    loading="lazy"
                    width="1600"
                    height="1067"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Everyday</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/hiking" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/hiking_1.jpg?v=1752647011&width=800"
                    alt="Hiking"
                    loading="lazy"
                    width="1600"
                    height="1067"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Hiking</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/mushing" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/mushing_category_1.jpg?v=1752666509&width=800"
                    alt="Mushing"
                    loading="lazy"
                    width="1600"
                    height="1066"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Mushing</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/safety" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/activity_safety_setting_1.jpg?v=1752664812&width=800"
                    alt="Safety"
                    loading="lazy"
                    width="1600"
                    height="1066"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Safety</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
          <div class="collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
            <a href="/collections/running" class="collections-carousel__card-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
              <div class="collections-carousel__image-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                
                  <img
                    src="//www.nonstopdogwear.com/cdn/shop/collections/canicross_category_2.jpg?v=1752665031&width=800"
                    alt="Canicross"
                    loading="lazy"
                    width="1600"
                    height="1066"
                    class="collections-carousel__image-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"
                  >
                
              </div>
              <div class="collections-carousel__overlay-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                <h3 class="collections-carousel__title-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Canicross</h3>
                <div class="collections-carousel__button-wrapper-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">
                  <span class="collections-carousel__button-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb">Shop now</span>
                </div>
              </div>
            </a>
          </div>
        
      
    </div>
  </div>

  
    <button
      class="collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--prev"
      aria-label="Previous slide"
    >
      <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15 18L9 12L15 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </button>
    <button
      class="collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--next"
      aria-label="Next slide"
    >
      <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M9 6L15 12L9 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </button>
  

  
    <div class="collections-carousel__dots-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb"></div>
  
</collections-carousel-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb>

<script>
  (function () {
    class CollectionsCarousel extends HTMLElement {
      constructor() {
        super();
        this.container = this.querySelector(`.collections-carousel__container-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb`);
        this.slides = this.querySelectorAll(`.collections-carousel__slide-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb`);
        this.prevButton = this.querySelector(`.collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--prev`);
        this.nextButton = this.querySelector(`.collections-carousel__arrow-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb--next`);
        this.dotsContainer = this.querySelector(`.collections-carousel__dots-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb`);

        this.slidesPerView = parseInt(this.dataset.slidesPerView);
        this.slidesPerViewMobile = parseInt(this.dataset.slidesPerViewMobile);
        this.autoPlay = this.dataset.autoPlay === 'true';
        this.autoPlaySpeed = parseInt(this.dataset.autoPlaySpeed) * 1000;
        this.loop = this.dataset.loop === 'true';

        this.currentIndex = 0;
        this.totalSlides = this.slides.length;
        this.isMobile = window.innerWidth <= 749;
        this.touchStartX = 0;
        this.touchEndX = 0;
        this.autoPlayInterval = null;

        this.init();
      }

      init() {
        if (this.totalSlides === 0) return;

        this.createDots();
        this.updateCarousel();
        this.setupEventListeners();

        if (this.autoPlay) {
          this.startAutoPlay();
        }

        this.updateDots();
      }

      setupEventListeners() {
        if (this.prevButton) {
          this.prevButton.addEventListener('click', () => this.goToPrev());
        }

        if (this.nextButton) {
          this.nextButton.addEventListener('click', () => this.goToNext());
        }

        // Touch events for mobile swipe
        this.container.addEventListener('touchstart', (e) => {
          this.touchStartX = e.changedTouches[0].screenX;
        });

        this.container.addEventListener('touchend', (e) => {
          this.touchEndX = e.changedTouches[0].screenX;
          this.handleSwipe();
        });

        // Pause autoplay on hover
        this.addEventListener('mouseenter', () => {
          if (this.autoPlay) {
            this.stopAutoPlay();
          }
        });

        this.addEventListener('mouseleave', () => {
          if (this.autoPlay) {
            this.startAutoPlay();
          }
        });

        // Update on resize
        window.addEventListener(
          'resize',
          this.debounce(() => {
            const wasMobile = this.isMobile;
            this.isMobile = window.innerWidth <= 749;

            if (wasMobile !== this.isMobile) {
              this.updateCarousel();
            }
          }, 250)
        );

        window.addEventListener(
          'resize',
          this.debounce(() => {
            const wasMobile = this.isMobile;
            this.isMobile = window.innerWidth <= 749;

            if (wasMobile !== this.isMobile) {
              this.dotsContainer.innerHTML = ''; // Clear old dots
              this.createDots();
              this.updateDots();
            }

            this.updateCarousel();
          }, 250)
        );
      }

      createDots() {
        if (!this.dotsContainer) return;

        const slidesPerView = this.isMobile ? this.slidesPerViewMobile : this.slidesPerView;
        const totalDots = Math.ceil(this.totalSlides / slidesPerView);

        for (let i = 0; i < totalDots; i++) {
          const dot = document.createElement('div');
          dot.classList.add(`collections-carousel__dot-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb`);
          dot.setAttribute('aria-label', `Go to slide ${i + 1}`);
          dot.addEventListener('click', () => this.goToSlide(i * slidesPerView));
          this.dotsContainer.appendChild(dot);
        }
      }

      updateDots() {
        if (!this.dotsContainer) return;

        const dots = this.dotsContainer.querySelectorAll(`.collections-carousel__dot-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb`);
        const slidesPerView = this.isMobile ? this.slidesPerViewMobile : this.slidesPerView;
        const activeDotIndex = Math.floor(this.currentIndex / slidesPerView);

        dots.forEach((dot, index) => {
          dot.classList.toggle('active', index === activeDotIndex);
        });
      }

      goToSlide(index) {
        const maxIndex = this.totalSlides - (this.isMobile ? this.slidesPerViewMobile : this.slidesPerView);

        if (this.loop) {
          // For looping, wrap around
          if (index < 0) {
            index = maxIndex;
          } else if (index > maxIndex) {
            index = 0;
          }
        } else {
          // Without looping, clamp to valid range
          index = Math.max(0, Math.min(index, maxIndex));
        }

        this.currentIndex = index;
        this.updateCarousel();
        this.updateDots();
      }

      goToNext() {
        this.goToSlide(this.currentIndex + 1);
      }

      goToPrev() {
        this.goToSlide(this.currentIndex - 1);
      }

      updateCarousel() {
        if (!this.container || this.slides.length === 0) return;

        const slidesPerView = this.isMobile ? this.slidesPerViewMobile : this.slidesPerView;
        const slideWidth = this.container.offsetWidth / slidesPerView;
        const translateX = -this.currentIndex * slideWidth;

        this.container.style.transform = `translateX(${translateX}px)`;
      }

      handleSwipe() {
        const swipeThreshold = 50;
        const diff = this.touchStartX - this.touchEndX;

        if (Math.abs(diff) > swipeThreshold) {
          if (diff > 0) {
            // Swiped left, go next
            this.goToNext();
          } else {
            // Swiped right, go prev
            this.goToPrev();
          }
        }
      }

      startAutoPlay() {
        this.autoPlayInterval = setInterval(() => {
          this.goToNext();
        }, this.autoPlaySpeed);
      }

      stopAutoPlay() {
        clearInterval(this.autoPlayInterval);
      }

      debounce(func, wait) {
        let timeout;
        return () => {
          clearTimeout(timeout);
          timeout = setTimeout(() => func.apply(this), wait);
        };
      }
    }

    customElements.define('collections-carousel-am3u2szbiujlwte5zsaigenblock813ae40xtdmyb', CollectionsCarousel);
  })();
</script>




</div><section id="shopify-section-template--19625794568441__rich_text_mwkrMN" class="shopify-section section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/section-rich-text.css?v=155250126305810049721749209554" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--19625794568441__rich_text_mwkrMN-padding {
    padding-top: 39px;
    padding-bottom: 18px;
  }

  @media screen and (min-width: 750px) {
    .section-template--19625794568441__rich_text_mwkrMN-padding {
      padding-top: 52px;
      padding-bottom: 24px;
    }
  }</style><div class="isolate">
  <div class="rich-text content-container color-scheme-1 gradient rich-text--full-width content-container--full-width section-template--19625794568441__rich_text_mwkrMN-padding">
    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
      <div class="rich-text__blocks center"><h2
                class="rich-text__heading rte inline-richtext h1 scroll-trigger animate--slide-in"
                
                
                  data-cascade
 style="--animation-order: 1;"
                
              >
                <strong>Created for real-life adventures: tested and loved by active dogs and their humans, just like you.</strong>
              </h2><div
                class="rich-text__text rte scroll-trigger animate--slide-in"
                
                
                  data-cascade
 style="--animation-order: 2;"
                
              >
                <p>From fjords to forests, our community tests our gear where it matters most: out there.</p>
              </div></div>
    </div>
  </div>
</div>


</section><div id="shopify-section-template--19625794568441__static_flow_Fq9HTR" class="shopify-section flowbox-section"><script>
  (function(d, id) {
    if (!window.flowbox) {
      var f = function () { f.q.push(arguments); };
      f.q = [];
      window.flowbox = f;
    }
    if (d.getElementById(id)) return;

    var s = d.createElement('script'),
        fjs = d.scripts[d.scripts.length - 1];
    s.id = id;
    s.async = true;
    s.src = 'https://connect.getflowbox.com/flowbox.js';
    fjs.parentNode.insertBefore(s, fjs);
  })(document, 'flowbox-js-embed');
</script>

<div id="js-flowbox-flow" style="display:block !important;"></div>

<script>
  window.flowbox('init', {
    container: '#js-flowbox-flow',
    key: 'TJdwnNqpQlmyps6bHlILpA',
    locale: 'en-EU'
  });
</script>



</div><section id="shopify-section-template--19625794568441__175734742667b6a35e" class="shopify-section section"><div class="page-width scroll-trigger animate--slide-in"><div id="shopify-block-ARndoUU9WUFJiaGhFM__lipscore_reviews_lipscore_service_reviewtestimonial_KhAiLy" class="shopify-block shopify-app-block">

<div
  class="lipscore-service-review-testimonial"
  data-ls-widget-height="150px"
  data-ls-widget-width="100%"
></div>
</div>
</div>


</section><div id="shopify-section-template--19625794568441__174792939985232dbd" class="shopify-section">


<style data-shopify>
  .ai-info-columns-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
  }

  @media screen and (max-width: 749px) {
    .ai-info-columns-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
      grid-template-columns: repeat(1, 1fr);gap: 16px;padding: 20px;
    }
  }

  .ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

  .ai-info-card-image-container-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
  }

  .ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy:hover .ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    transform: scale(1.05);
  }

  .ai-info-card-image-placeholder-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;}

  .ai-info-card-image-placeholder-atthrs0tpyxluqus0maigenblock3802826kqwtcy svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    position: absolute;
    
      top: 50%;
      transform: translateY(-50%);
    
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0);
    color: #ffffff;
    transition: background-color 0.3s ease;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.65), 0 0 1px rgba(0,0,0,0.8);
  }

  .ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy:hover .ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    background: rgba(0,0,0,0);
  }

  .ai-info-card-title-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0,0,0,0);
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
  }

  .ai-info-card-content-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;}

  .ai-info-card-description-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    margin-bottom: 20px;
    color: #333333;
    font-size: 14px;
    flex-grow: 1;
  }

  .ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy {
    display: inline-block;
    margin-top: auto;
    padding: 8px 16px;
    background-color: #fe5000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    text-align: center;
  }

  .ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy:hover {
    background-color: #000000;
  }
</style>

<div class="ai-info-columns-atthrs0tpyxluqus0maigenblock3802826kqwtcy" >
  
    
    
      <div class="ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
        <div class="ai-info-card-image-container-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/elisa-running-fynn-1334.jpg?v=1752827141&width=800"
              alt=""
              width="900"
              height="600"
              loading="lazy"
              class="ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy"
            >
          
          
            <div class="ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
              <h3 class="ai-info-card-title-atthrs0tpyxluqus0maigenblock3802826kqwtcy">About us</h3>
            </div>
          
        </div>

        <div class="ai-info-card-content-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <div class="ai-info-card-description-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Learn about Hårek, the dog that started this adventure, and take a look inside our office.</div>
          

          
            <a href="/pages/about-us" class="ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Learn More</a>
          
        </div>
      </div>
    
  
    
    
      <div class="ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
        <div class="ai-info-card-image-container-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/sustainability_setting_1.jpg?v=1752827168&width=800"
              alt=""
              width="1562"
              height="1600"
              loading="lazy"
              class="ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy"
            >
          
          
            <div class="ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
              <h3 class="ai-info-card-title-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Sustainability</h3>
            </div>
          
        </div>

        <div class="ai-info-card-content-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <div class="ai-info-card-description-atthrs0tpyxluqus0maigenblock3802826kqwtcy">We are the first pet brand in the World to become a bluesign® system partner. We also make other steps to preserve our planet.</div>
          

          
            <a href="/pages/about-us" class="ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Learn More</a>
          
        </div>
      </div>
    
  
    
    
      <div class="ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
        <div class="ai-info-card-image-container-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/Production_process_setting_1.jpg?v=1752827192&width=800"
              alt=""
              width="1600"
              height="1067"
              loading="lazy"
              class="ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy"
            >
          
          
            <div class="ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
              <h3 class="ai-info-card-title-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Production process</h3>
            </div>
          
        </div>

        <div class="ai-info-card-content-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <div class="ai-info-card-description-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Nothing is left to chance when our product developers are creating the dog gear of the future.</div>
          

          
            <a href="/pages/about-us" class="ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Learn More</a>
          
        </div>
      </div>
    
  
    
    
      <div class="ai-info-card-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
        <div class="ai-info-card-image-container-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <img
              src="//www.nonstopdogwear.com/cdn/shop/files/inspiration.jpg?v=1752827219&width=800"
              alt=""
              width="475"
              height="290"
              loading="lazy"
              class="ai-info-card-image-atthrs0tpyxluqus0maigenblock3802826kqwtcy"
            >
          
          
            <div class="ai-info-card-title-overlay-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
              <h3 class="ai-info-card-title-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Inspiration</h3>
            </div>
          
        </div>

        <div class="ai-info-card-content-atthrs0tpyxluqus0maigenblock3802826kqwtcy">
          
            <div class="ai-info-card-description-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Useful guides, podcast episodes, videos and articles about your favorite activities and topics.</div>
          

          
            <a href="/blogs/our-blogs" class="ai-info-card-link-atthrs0tpyxluqus0maigenblock3802826kqwtcy">Learn More</a>
          
        </div>
      </div>
    
  
</div>




</div><section id="shopify-section-template--19625794568441__benefits_section_F8QQC9" class="shopify-section section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/section-multicolumn.css?v=81420361875458722681749209553" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671749209553" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--19625794568441__benefits_section_F8QQC9-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--19625794568441__benefits_section_F8QQC9-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }</style><div class="multicolumn multicolumn-benifits color-scheme-1 gradient background-none no-heading">
  <div
    class="page-width section-template--19625794568441__benefits_section_F8QQC9-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--4-col-desktop"
        id="Slider-template--19625794568441__benefits_section_F8QQC9"
        role="list"
      ><li
            id="Slide-template--19625794568441__benefits_section_F8QQC9-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: 50.40650406504065%;"
                    
                  >
                    <img src="//www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=3200" alt="" srcset="//www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=50 50w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=75 75w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=100 100w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=150 150w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=200 200w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=300 300w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=400 400w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=500 500w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=750 750w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=1000 1000w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=1250 1250w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=1500 1500w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=1750 1750w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=2000 2000w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=2250 2250w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=2500 2500w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=2750 2750w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=3000 3000w, //www.nonstopdogwear.com/cdn/shop/files/payment.svg?v=1752827817&amp;width=3200 3200w" width="3200" height="2097" loading="lazy" sizes="                      (min-width: 1200px) calc((1200px - 124px) * 0.33 /  4),                      (min-width: 990px) calc((100vw - 124px) * 0.33 / 4),                      (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">Secure payment</h3><div class="rte"><p><span class="metafield-multi_line_text_field">Paypal or Visa/Mastercard</span></p></div></div>
            </div>
          </li><li
            id="Slide-template--19625794568441__benefits_section_F8QQC9-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: 50.40650406504065%;"
                    
                  >
                    <img src="//www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=3200" alt="" srcset="//www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=50 50w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=75 75w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=100 100w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=150 150w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=200 200w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=300 300w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=400 400w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=500 500w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=750 750w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=1000 1000w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=1250 1250w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=1500 1500w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=1750 1750w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=2000 2000w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=2250 2250w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=2500 2500w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=2750 2750w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=3000 3000w, //www.nonstopdogwear.com/cdn/shop/files/returns.svg?v=1752827818&amp;width=3200 3200w" width="3200" height="1613" loading="lazy" sizes="                      (min-width: 1200px) calc((1200px - 124px) * 0.33 /  4),                      (min-width: 990px) calc((100vw - 124px) * 0.33 / 4),                      (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">No surprises</h3><div class="rte"><p><span class="metafield-multi_line_text_field">Taxes, VAT and fees are prepaid and included in our prices.</span></p></div></div>
            </div>
          </li><li
            id="Slide-template--19625794568441__benefits_section_F8QQC9-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: 50.40650406504065%;"
                    
                  >
                    <img src="//www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=3200" alt="" srcset="//www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=50 50w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=75 75w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=100 100w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=150 150w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=200 200w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=300 300w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=400 400w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=500 500w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=750 750w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=1000 1000w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=1250 1250w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=1500 1500w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=1750 1750w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=2000 2000w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=2250 2250w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=2500 2500w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=2750 2750w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=3000 3000w, //www.nonstopdogwear.com/cdn/shop/files/shipping.svg?v=1752827818&amp;width=3200 3200w" width="3200" height="2109" loading="lazy" sizes="                      (min-width: 1200px) calc((1200px - 124px) * 0.33 /  4),                      (min-width: 990px) calc((100vw - 124px) * 0.33 / 4),                      (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">Worldwide shipping</h3><div class="rte"><p><span class="metafield-multi_line_text_field">60-day free return policy</span></p></div></div>
            </div>
          </li><li
            id="Slide-template--19625794568441__benefits_section_F8QQC9-4"
            class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
            
            
              data-cascade
 style="--animation-order: 4;"
            
          >
            <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: 50.40650406504065%;"
                    
                  >
                    <img src="//www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=3200" alt="" srcset="//www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=50 50w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=75 75w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=100 100w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=150 150w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=200 200w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=300 300w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=400 400w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=500 500w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=750 750w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=1000 1000w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=1250 1250w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=1500 1500w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=1750 1750w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=2000 2000w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=2250 2250w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=2500 2500w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=2750 2750w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=3000 3000w, //www.nonstopdogwear.com/cdn/shop/files/support.svg?v=1752827817&amp;width=3200 3200w" width="3200" height="3200" loading="lazy" sizes="                      (min-width: 1200px) calc((1200px - 124px) * 0.33 /  4),                      (min-width: 990px) calc((100vw - 124px) * 0.33 / 4),                      (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">Support center</h3><div class="rte"><p><span class="metafield-multi_line_text_field">Answering all your questions.</span></p></div></div>
            </div>
          </li></ul></slider-component>
    <div class="center"></div>
  </div>
</div>


</section>
    </main>

    
      <!-- BEGIN sections: footer-group -->
<section id="shopify-section-sections--19404375228665__newsletter_K7fzpG" class="shopify-section shopify-section-group-footer-group section"><link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-newsletter.css?v=4727253280200485261749209556" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/newsletter-section.css?v=62410470717655853621749209553" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-sections--19404375228665__newsletter_K7fzpG-padding {
    padding-top: 30px;
    padding-bottom: 39px;
  }

  @media screen and (min-width: 750px) {
    .section-sections--19404375228665__newsletter_K7fzpG-padding {
      padding-top: 40px;
      padding-bottom: 52px;
    }
  }</style><div class="newsletter center">
  <div class="newsletter__wrapper color-scheme-5 gradient content-container isolate content-container--full-width section-sections--19404375228665__newsletter_K7fzpG-padding"><h2
            class="inline-richtext h1 scroll-trigger animate--slide-in"
            
            
              data-cascade
 style="--animation-order: 1;"
            
          >
            SIGN UP FOR OUR NEWSLETTER
          </h2><div
            class="newsletter__subheading rte scroll-trigger animate--slide-in"
            
            
              data-cascade
 style="--animation-order: 2;"
            
          >
            <p><strong>Join our community and get 10% off your next order.</strong><br/>Get early access to sales, be the first to know about new products, and what is next for active dogs and their humans.</p>
          </div><div >
            <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: 3;"
                
              >
                <div class="field">
                  <input
                    id="NewsletterForm--sections--19404375228665__newsletter_K7fzpG"
                    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--19404375228665__newsletter_K7fzpG">
                    Email
                  </label>
                  <button
                    type="submit"
                    class="newsletter-form__button field__button"
                    name="commit"
                    id="Subscribe"
                    aria-label="Subscribe"
                  >
                    <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>
                  </button>
                </div></div></form>
          </div></div>
</div>


</section><div id="shopify-section-sections--19404375228665__footer" class="shopify-section shopify-section-group-footer-group">
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/section-footer.css?v=60318643098753476351749209555" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-newsletter.css?v=4727253280200485261749209556" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-list-menu.css?v=151968516119678728991749209554" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-list-payment.css?v=69253961410771838501749209554" rel="stylesheet" type="text/css" media="all" />
<link href="//www.nonstopdogwear.com/cdn/shop/t/2/assets/component-list-social.css?v=35792976012981934991749209554" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.footer {
    margin-top: 0px;
  }

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

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

    .section-sections--19404375228665__footer-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }</style><footer class="footer color-scheme-1 gradient section-sections--19404375228665__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  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;"
                
              ><h2 class="footer-block__heading inline-richtext">HELP & CONTACT</h2><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-faq-b96f52b4-1f3c-46d6-874d-fd65f90da34d"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Contact
                            </a>
                          </li><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-home"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Help center
                            </a>
                          </li><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-faq-fa579de5-b32e-46fe-b11e-15397c8925cf"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Payments &amp; orders
                            </a>
                          </li><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-faq-8a5e07d5-1348-4f72-af19-37060902327a"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Shipping &amp; delivery
                            </a>
                          </li><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-faq-34f8e2ba-394e-4648-9532-89d61496db9a"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Returns &amp; exchange
                            </a>
                          </li></ul></div><div
                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
                
                
                  data-cascade
 style="--animation-order: 2;"
                
              ><h2 class="footer-block__heading inline-richtext">CARE & WARRANTY</h2><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="https://nonstopdogwear.customerdesk.io/#rp-customer-widget-faq-729344d0-d403-476b-8ee3-45a52cff23b1"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Warranty
                            </a>
                          </li><li>
                            <a
                              href="https://www.nonstopdogwear.com/en/magazine/care-repair-dog-gear/"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Product care
                            </a>
                          </li><li>
                            <a
                              href="/pages/materials/primaloft"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Materials
                            </a>
                          </li></ul></div><div
                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
                
                
                  data-cascade
 style="--animation-order: 3;"
                
              ><h2 class="footer-block__heading inline-richtext">WHERE TO BUY</h2><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="/pages/store-locator"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Store locator
                            </a>
                          </li><li>
                            <a
                              href="/pages/b2b-media"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              B2B Media
                            </a>
                          </li><li>
                            <a
                              href="https://www.nonstopdogwear.app/"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              B2B log in
                            </a>
                          </li><li>
                            <a
                              href="https://www.nonstopdogwear.app/sign-up"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Become a B2B customer
                            </a>
                          </li></ul></div><div
                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
                
                
                  data-cascade
 style="--animation-order: 4;"
                
              ><h2 class="footer-block__heading inline-richtext">ABOUT NON-STOP DOGWEAR</h2><ul class="footer-block__details-content list-unstyled"><li>
                            <a
                              href="/pages/about-us"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              About us
                            </a>
                          </li><li>
                            <a
                              href="/pages/our-responsibility"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Our responsibility
                            </a>
                          </li><li>
                            <a
                              href="https://jobs.nonstopdogwear.com/"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Jobs
                            </a>
                          </li><li>
                            <a
                              href="https://form.typeform.com/to/NJN5Q8?typeform-source=www.nonstopdogwear.com"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Sponsoring
                            </a>
                          </li><li>
                            <a
                              href="https://cdn.shopify.com/s/files/1/0753/5309/6441/files/transparency-act-report-2025_1_Signed.pdf?v=1752748685"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Transparency Act
                            </a>
                          </li><li>
                            <a
                              href="/pages/activity-calendar"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Activity calendar
                            </a>
                          </li><li>
                            <a
                              href="/pages/athletes"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Athletes
                            </a>
                          </li><li>
                            <a
                              href="https://landing.nonstopdogwear.com/free-courses-dog-sports"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Free courses
                            </a>
                          </li><li>
                            <a
                              href="https://landing.nonstopdogwear.com/pro-program"
                              class="link link--text list-menu__item list-menu__item--link"
                            >
                              Pro program
                            </a>
                          </li></ul></div></div><div
          class="footer-block--newsletter scroll-trigger animate--slide-in"
          
            data-cascade
><div class="footer__follow-on-shop">
              <script defer="defer" async type="module" src="//www.nonstopdogwear.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js"></script>
<script type="module">
  await import("//www.nonstopdogwear.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js");

  
</script>

<shop-follow-button proxy="true"></shop-follow-button>

            </div></div>
      </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"><localization-form><form method="post" action="/localization" id="FooterCountryForm" 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="/" /><div>
                <h2 class="caption-large text-body" id="FooterCountryLabel">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="FooterCountry-country-results"
    aria-describedby="FooterCountryLabel"
  >
    <span>France |
      EUR
      €</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 country-selector__list--with-multiple-currencies"
      id="FooterCountry-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="AF"
              id="Afghanistan"
            >
              <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">Afghanistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DZ"
              id="Algeria"
            >
              <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">Algeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AO"
              id="Angola"
            >
              <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">Angola</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AC"
              id="Ascension 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">Ascension Island</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AZ"
              id="Azerbaijan"
            >
              <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">Azerbaijan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BH"
              id="Bahrain"
            >
              <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">Bahrain</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BD"
              id="Bangladesh"
            >
              <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">Bangladesh</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BJ"
              id="Benin"
            >
              <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">Benin</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BT"
              id="Bhutan"
            >
              <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">Bhutan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BW"
              id="Botswana"
            >
              <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">Botswana</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IO"
              id="British Indian Ocean Territory"
            >
              <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 Indian Ocean Territory</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BN"
              id="Brunei"
            >
              <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">Brunei</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BF"
              id="Burkina Faso"
            >
              <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">Burkina Faso</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BI"
              id="Burundi"
            >
              <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">Burundi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KH"
              id="Cambodia"
            >
              <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">Cambodia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CM"
              id="Cameroon"
            >
              <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">Cameroon</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CV"
              id="Cape Verde"
            >
              <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">Cape Verde</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="BQ"
              id="Caribbean 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">Caribbean Netherlands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CF"
              id="Central African 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">Central African Republic</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TD"
              id="Chad"
            >
              <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">Chad</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CN"
              id="China"
            >
              <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">China</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CX"
              id="Christmas 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">Christmas Island</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CC"
              id="Cocos (Keeling) 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">Cocos (Keeling) Islands</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KM"
              id="Comoros"
            >
              <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">Comoros</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CG"
              id="Congo - Brazzaville"
            >
              <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">Congo - Brazzaville</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CD"
              id="Congo - Kinshasa"
            >
              <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">Congo - Kinshasa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="CI"
              id="Côte d’Ivoire"
            >
              <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">Côte d’Ivoire</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                DKK
                kr.</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="DJ"
              id="Djibouti"
            >
              <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">Djibouti</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EG"
              id="Egypt"
            >
              <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">Egypt</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GQ"
              id="Equatorial 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">Equatorial Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ER"
              id="Eritrea"
            >
              <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">Eritrea</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SZ"
              id="Eswatini"
            >
              <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">Eswatini</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ET"
              id="Ethiopia"
            >
              <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">Ethiopia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                EUR
                €</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="FR"
              id="France"
            >
              <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">France</span>
              <span class="localization-form__currency motion-reduce">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GA"
              id="Gabon"
            >
              <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">Gabon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GM"
              id="Gambia"
            >
              <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">Gambia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GH"
              id="Ghana"
            >
              <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">Ghana</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                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">
                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">
                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">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GN"
              id="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">Guinea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="GW"
              id="Guinea-Bissau"
            >
              <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">Guinea-Bissau</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="HK"
              id="Hong Kong SAR"
            >
              <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">Hong Kong SAR</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IN"
              id="India"
            >
              <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">India</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ID"
              id="Indonesia"
            >
              <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">Indonesia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IQ"
              id="Iraq"
            >
              <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">Iraq</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="IL"
              id="Israel"
            >
              <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">Israel</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JP"
              id="Japan"
            >
              <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">Japan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="JO"
              id="Jordan"
            >
              <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">Jordan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KE"
              id="Kenya"
            >
              <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">Kenya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KW"
              id="Kuwait"
            >
              <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">Kuwait</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LA"
              id="Laos"
            >
              <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">Laos</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LB"
              id="Lebanon"
            >
              <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">Lebanon</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LS"
              id="Lesotho"
            >
              <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">Lesotho</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LR"
              id="Liberia"
            >
              <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">Liberia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LY"
              id="Libya"
            >
              <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">Libya</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MO"
              id="Macao SAR"
            >
              <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">Macao SAR</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MG"
              id="Madagascar"
            >
              <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">Madagascar</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MW"
              id="Malawi"
            >
              <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">Malawi</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MY"
              id="Malaysia"
            >
              <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">Malaysia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MV"
              id="Maldives"
            >
              <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">Maldives</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ML"
              id="Mali"
            >
              <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">Mali</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MR"
              id="Mauritania"
            >
              <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">Mauritania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MU"
              id="Mauritius"
            >
              <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">Mauritius</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YT"
              id="Mayotte"
            >
              <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">Mayotte</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MN"
              id="Mongolia"
            >
              <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">Mongolia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MA"
              id="Morocco"
            >
              <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">Morocco</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MZ"
              id="Mozambique"
            >
              <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">Mozambique</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="MM"
              id="Myanmar (Burma)"
            >
              <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">Myanmar (Burma)</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NA"
              id="Namibia"
            >
              <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">Namibia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NP"
              id="Nepal"
            >
              <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">Nepal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NE"
              id="Niger"
            >
              <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">Niger</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="NG"
              id="Nigeria"
            >
              <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">Nigeria</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                NOK
                kr</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="OM"
              id="Oman"
            >
              <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">Oman</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PK"
              id="Pakistan"
            >
              <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">Pakistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PS"
              id="Palestinian 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">Palestinian Territories</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="PH"
              id="Philippines"
            >
              <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">Philippines</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="QA"
              id="Qatar"
            >
              <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">Qatar</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="RW"
              id="Rwanda"
            >
              <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">Rwanda</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ST"
              id="São Tomé &amp; Príncipe"
            >
              <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">São Tomé &amp; Príncipe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SA"
              id="Saudi Arabia"
            >
              <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">Saudi Arabia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SN"
              id="Senegal"
            >
              <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">Senegal</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SC"
              id="Seychelles"
            >
              <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">Seychelles</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SL"
              id="Sierra Leone"
            >
              <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">Sierra Leone</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SG"
              id="Singapore"
            >
              <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">Singapore</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                EUR
                €</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">
                EUR
                €</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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SO"
              id="Somalia"
            >
              <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">Somalia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZA"
              id="South Africa"
            >
              <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 Africa</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="KR"
              id="South Korea"
            >
              <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 Korea</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SS"
              id="South Sudan"
            >
              <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 Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="LK"
              id="Sri Lanka"
            >
              <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">Sri Lanka</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SH"
              id="St. Helena"
            >
              <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. Helena</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SD"
              id="Sudan"
            >
              <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">Sudan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="SJ"
              id="Svalbard &amp; Jan Mayen"
            >
              <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">Svalbard &amp; Jan Mayen</span>
              <span class="localization-form__currency motion-reduce">
                NOK
                kr</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">
                SEK
                kr</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">
                CHF
                CHF</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TW"
              id="Taiwan"
            >
              <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">Taiwan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TJ"
              id="Tajikistan"
            >
              <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">Tajikistan</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TZ"
              id="Tanzania"
            >
              <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">Tanzania</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TH"
              id="Thailand"
            >
              <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">Thailand</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TG"
              id="Togo"
            >
              <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">Togo</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TA"
              id="Tristan da Cunha"
            >
              <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">Tristan da Cunha</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TN"
              id="Tunisia"
            >
              <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">Tunisia</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="TM"
              id="Turkmenistan"
            >
              <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">Turkmenistan</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="UG"
              id="Uganda"
            >
              <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">Uganda</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="AE"
              id="United Arab Emirates"
            >
              <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 Arab Emirates</span>
              <span class="localization-form__currency motion-reduce">
                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">
                GBP
                £</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="US"
              id="United States"
            >
              <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 States</span>
              <span class="localization-form__currency motion-reduce">
                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">
                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">
                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">
                EUR
                €</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="VN"
              id="Vietnam"
            >
              <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">Vietnam</span>
              <span class="localization-form__currency motion-reduce">
                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">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="EH"
              id="Western Sahara"
            >
              <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">Western Sahara</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="YE"
              id="Yemen"
            >
              <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">Yemen</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZM"
              id="Zambia"
            >
              <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">Zambia</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li><li class="disclosure__item" tabindex="-1">
            <a
              class="link link--text disclosure__link caption-large focus-inset"
              href="#"
              
              data-value="ZW"
              id="Zimbabwe"
            >
              <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">Zimbabwe</span>
              <span class="localization-form__currency motion-reduce">
                USD
                $</span>
            </a>
          </li></ul>
    </div>
  </div>
  <div class="country-selector__overlay"></div>
</div>
<input type="hidden" name="country_code" value="FR">
</div></form></localization-form><localization-form><form method="post" action="/localization" id="FooterLanguageForm" 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="/" /><div>
                <h2 class="caption-large text-body" id="FooterLanguageLabel">
                  Language
                </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="FooterLanguageList"
    aria-describedby="FooterLanguageLabel"
  >
    <span>English</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 language-selector" hidden>
    <ul id="FooterLanguageList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="en"
            lang="en"
            
              aria-current="true"
            
            data-value="en"
          >
            <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>
              English
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="es"
            lang="es"
            
            data-value="es"
          >
            <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>
              Español
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fi"
            lang="fi"
            
            data-value="fi"
          >
            <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>
              Suomi
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fr"
            lang="fr"
            
            data-value="fr"
          >
            <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>
              Français
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="sv"
            lang="sv"
            
            data-value="sv"
          >
            <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>
              Svenska
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="nb"
            lang="nb"
            
            data-value="nb"
          >
            <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>
              Norsk (bokmål)
            </span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="de"
            lang="de"
            
            data-value="de"
          >
            <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>
              Deutsch
            </span>
          </a>
        </li></ul>
  </div>
</div>
<input type="hidden" name="locale_code" value="en">
</div></form></localization-form></div>
      <div class="footer__column footer__column--info"><div class="footer__payment">
            <span class="visually-hidden">Payment methods</span>
            <ul class="list list-payment" role="list"><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg>

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

                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-bancontact" role="img" viewbox="0 0 38 24" width="38" height="24"><title id="pi-bancontact">Bancontact</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M4.703 3.077h28.594c.139 0 .276.023.405.068.128.045.244.11.343.194a.9.9 0 0 1 .229.29c.053.107.08.223.08.34V20.03a.829.829 0 0 1-.31.631 1.164 1.164 0 0 1-.747.262H4.703a1.23 1.23 0 0 1-.405-.068 1.09 1.09 0 0 1-.343-.194.9.9 0 0 1-.229-.29.773.773 0 0 1-.08-.34V3.97c0-.118.027-.234.08-.342a.899.899 0 0 1 .23-.29c.098-.082.214-.148.342-.193a1.23 1.23 0 0 1 .405-.068Z" fill="#fff"/><path d="M6.38 18.562v-3.077h1.125c.818 0 1.344.259 1.344.795 0 .304-.167.515-.401.638.338.132.536.387.536.734 0 .62-.536.91-1.37.91H6.38Zm.724-1.798h.537c.328 0 .468-.136.468-.387 0-.268-.255-.356-.599-.356h-.406v.743Zm0 1.262h.448c.438 0 .693-.093.693-.383 0-.286-.219-.404-.63-.404h-.51v.787Zm3.284.589c-.713 0-1.073-.295-1.073-.69 0-.436.422-.69 1.047-.695.156.002.31.014.464.035v-.105c0-.269-.183-.396-.531-.396a2.128 2.128 0 0 0-.688.105l-.13-.474a3.01 3.01 0 0 1 .9-.132c.767 0 1.147.343 1.147.936v1.222c-.214.093-.615.194-1.136.194Zm.438-.497v-.47a2.06 2.06 0 0 0-.37-.036c-.24 0-.427.08-.427.286 0 .185.156.281.432.281a.947.947 0 0 0 .365-.061Zm1.204.444v-2.106a3.699 3.699 0 0 1 1.177-.193c.76 0 1.198.316 1.198.9v1.399h-.719v-1.354c0-.303-.167-.444-.484-.444a1.267 1.267 0 0 0-.459.079v1.719h-.713Zm4.886-2.167-.135.479a1.834 1.834 0 0 0-.588-.11c-.422 0-.652.25-.652.664 0 .453.24.685.688.685.2-.004.397-.043.578-.114l.115.488a2.035 2.035 0 0 1-.75.128c-.865 0-1.365-.453-1.365-1.17 0-.712.495-1.182 1.323-1.182.27-.001.538.043.787.132Zm1.553 2.22c-.802 0-1.302-.47-1.302-1.178 0-.704.5-1.174 1.302-1.174.807 0 1.297.47 1.297 1.173 0 .708-.49 1.179-1.297 1.179Zm0-.502c.37 0 .563-.259.563-.677 0-.413-.193-.672-.563-.672-.364 0-.568.26-.568.672 0 .418.204.677.568.677Zm1.713.449v-2.106a3.699 3.699 0 0 1 1.177-.193c.76 0 1.198.316 1.198.9v1.399h-.719v-1.354c0-.303-.166-.444-.484-.444a1.268 1.268 0 0 0-.459.079v1.719h-.713Zm3.996.053c-.62 0-.938-.286-.938-.866v-.95h-.354v-.484h.355v-.488l.718-.03v.518h.578v.484h-.578v.94c0 .256.125.374.36.374.093 0 .185-.008.276-.026l.036.488c-.149.028-.3.041-.453.04Zm1.814 0c-.713 0-1.073-.295-1.073-.69 0-.436.422-.69 1.047-.695.155.002.31.014.464.035v-.105c0-.269-.183-.396-.532-.396a2.128 2.128 0 0 0-.687.105l-.13-.474a3.01 3.01 0 0 1 .9-.132c.766 0 1.146.343 1.146.936v1.222c-.213.093-.614.194-1.135.194Zm.438-.497v-.47a2.06 2.06 0 0 0-.37-.036c-.24 0-.427.08-.427.286 0 .185.156.281.432.281a.946.946 0 0 0 .365-.061Zm3.157-1.723-.136.479a1.834 1.834 0 0 0-.588-.11c-.422 0-.651.25-.651.664 0 .453.24.685.687.685.2-.004.397-.043.578-.114l.115.488a2.035 2.035 0 0 1-.75.128c-.865 0-1.365-.453-1.365-1.17 0-.712.495-1.182 1.323-1.182.27-.001.538.043.787.132Zm1.58 2.22c-.62 0-.938-.286-.938-.866v-.95h-.354v-.484h.354v-.488l.72-.03v.518h.577v.484h-.578v.94c0 .256.125.374.36.374.092 0 .185-.008.276-.026l.036.488c-.149.028-.3.041-.453.04Z" fill="#1E3764"/><path d="M11.394 13.946c3.803 0 5.705-2.14 7.606-4.28H6.38v4.28h5.014Z" fill="url(#pi-bancontact-a)"/><path d="M26.607 5.385c-3.804 0-5.705 2.14-7.607 4.28h12.62v-4.28h-5.013Z" fill="url(#pi-bancontact-b)"/><defs><lineargradient id="pi-bancontact-a" x1="8.933" y1="12.003" x2="17.734" y2="8.13" gradientunits="userSpaceOnUse"><stop stop-color="#005AB9"/><stop offset="1" stop-color="#1E3764"/></lineargradient><lineargradient id="pi-bancontact-b" x1="19.764" y1="10.037" x2="29.171" y2="6.235" gradientunits="userSpaceOnUse"><stop stop-color="#FBA900"/><stop offset="1" stop-color="#FFD800"/></lineargradient></defs></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>

                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-spidealwero"><title id="pi-spidealwero">iDEAL Wero</title><path opacity="0.07" d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z" fill="black"/><path d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z" fill="#FFF48D"/><path d="M3.45001 7.43572V17.0022C3.45001 17.4602 3.82664 17.8347 4.28673 17.8347H10.0301C14.3722 17.8347 16.2539 15.4157 16.2539 12.2063C16.2539 8.99693 14.3715 6.60321 10.0294 6.60321H4.28603C3.82594 6.60321 3.44931 6.97773 3.44931 7.43572H3.45001Z" fill="white"/><path d="M7.29413 8.95133V16.0203H10.385C13.1918 16.0203 14.4087 14.4422 14.4087 12.2112C14.4087 9.98022 13.1911 8.41901 10.385 8.41901H7.82926C7.53259 8.41901 7.29413 8.66027 7.29413 8.95204V8.95133Z" fill="#CC0066"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.03507 17.073H10.0294C13.539 17.073 15.4754 15.3456 15.4754 12.2105C15.4754 10.4038 14.7685 7.36908 10.0294 7.36908H5.03507C4.59182 7.36908 4.23203 7.72677 4.23203 8.16862V16.2742C4.23203 16.7153 4.59182 17.0737 5.03507 17.0737V17.073ZM4.49924 8.16862C4.49924 7.87335 4.7377 7.63559 5.03437 7.63559H10.0287C11.9609 7.63559 15.2068 8.23104 15.2068 12.2105C15.2068 15.1744 13.3665 16.8065 10.0287 16.8065H5.03507C4.7384 16.8065 4.49994 16.5694 4.49994 16.2735V8.16862H4.49924Z" fill="#232323"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.81464 11.1831C8.72066 11.1494 8.62247 11.1326 8.51586 11.1326V11.1284H7.8082V12.8355H8.52428C8.65122 12.8355 8.76134 12.8102 8.85602 12.7681C8.95 12.7218 9.02785 12.6629 9.08957 12.5872C9.15129 12.5114 9.19618 12.4188 9.22844 12.3136C9.25719 12.2084 9.27332 12.0948 9.27332 11.9686C9.27332 11.8255 9.25299 11.7035 9.21581 11.5983C9.17514 11.4973 9.12183 11.4089 9.05661 11.3374C8.98717 11.27 8.90932 11.2153 8.81534 11.1817L8.81464 11.1831ZM8.64702 12.4995C8.59371 12.5163 8.54462 12.5248 8.49132 12.5248V12.529H8.16799V11.4524H8.4296C8.51937 11.4524 8.59301 11.465 8.65473 11.4903C8.71645 11.5155 8.76554 11.5576 8.80201 11.6039C8.83849 11.6502 8.86724 11.7133 8.88407 11.7806C8.9002 11.8479 8.90862 11.9279 8.90862 12.0121C8.90862 12.1088 8.896 12.1846 8.87215 12.2519C8.85108 12.3106 8.81921 12.3649 8.77817 12.4118C8.74305 12.4524 8.69779 12.4829 8.64702 12.5002V12.4995Z" fill="white"/><path d="M10.7504 11.1333V11.4489H9.87441V11.815H10.6803V12.1053H9.87441V12.5219H10.7707V12.8376H9.51041V11.1305H10.7504V11.1347V11.1333Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6244 12.8404L12.0023 11.1333H11.6222L10.9958 12.8404H11.3641L11.4952 12.4616H12.1173L12.2443 12.8404H12.6251H12.6244ZM11.8136 11.5534L12.0226 12.1797H11.5934L11.8101 11.5534H11.8143H11.8136Z" fill="white"/><path d="M13.2178 11.1325V12.5247H14.0278V12.8403H12.8538V11.1332H13.2178V11.1325Z" fill="white"/><path d="M5.85774 12.8656C6.30099 12.8656 6.66009 12.5065 6.66009 12.0625C6.66009 11.6186 6.30099 11.2595 5.85774 11.2595C5.41448 11.2595 5.05539 11.6186 5.05539 12.0625C5.05539 12.5065 5.41448 12.8656 5.85774 12.8656ZM6.33536 16.0771C5.71396 16.0771 5.216 15.5406 5.216 14.8813V13.9478C5.216 13.6181 5.46498 13.3474 5.77778 13.3474C6.09059 13.3474 6.33957 13.6139 6.33957 13.9478V16.0771H6.33536Z" fill="#232323"/><path d="M31.45 12.2209C31.45 11.1773 32.1926 10.2264 33.4749 10.2264C34.7572 10.2264 35.5053 11.178 35.5053 12.2209C35.5053 13.2638 34.7627 14.2154 33.4749 14.2154C32.1926 14.2154 31.45 13.2638 31.45 12.2209ZM34.3782 12.2209C34.3782 11.7178 34.0467 11.2537 33.4749 11.2537C32.9032 11.2537 32.5717 11.7186 32.5717 12.2209C32.5717 12.7232 32.9086 13.1889 33.4749 13.1889C34.0412 13.1889 34.3782 12.724 34.3782 12.2209ZM30.6615 12.9619C31.0889 12.7185 31.3455 12.2537 31.3455 11.7404C31.3455 10.9784 30.7948 10.3294 29.94 10.3294H28.1452V14.1132H29.2567V13.146H29.4649L30.1006 14.1132H31.4095L30.6615 12.9619ZM29.7161 12.2747H29.2567V11.2046H29.7216C30.0211 11.2046 30.213 11.4479 30.213 11.7396C30.213 12.0314 30.0148 12.2747 29.7161 12.2747ZM23.0713 10.3247L22.4044 12.5797L21.7539 10.3247H20.8686L20.2126 12.5797L19.5511 10.3247H18.378L19.722 14.1015H20.6868L21.3108 12.0454L21.9294 14.1015H22.8997L24.2436 10.3247H23.0705H23.0713ZM25.9261 13.1795H25.9237C25.508 13.1795 25.2163 12.9284 25.0915 12.5961H27.9159C27.9385 12.4713 27.9502 12.3434 27.9502 12.2139C27.9502 11.1734 27.21 10.2241 25.9261 10.2233V11.2482C26.3442 11.249 26.6328 11.5002 26.7568 11.8317H23.9363C23.9137 11.9565 23.902 12.0844 23.902 12.2139C23.902 13.2552 24.643 14.2052 25.923 14.2052H25.9253V13.1795H25.9261Z" fill="#1D1C1C"/><path d="M25.9237 14.2044C25.9674 14.2044 26.0103 14.2029 26.0524 14.2013C26.3122 14.188 26.5485 14.135 26.7591 14.05C26.9697 13.965 27.1546 13.8472 27.3114 13.7052C27.4673 13.5644 27.5983 13.3982 27.699 13.2138C27.7903 13.0469 27.8574 12.8667 27.8995 12.6787H26.7225C26.6983 12.7287 26.6702 12.777 26.6382 12.8215C26.5945 12.8831 26.5431 12.9385 26.4846 12.9861C26.4261 13.0344 26.3605 13.075 26.2888 13.1062C26.217 13.1374 26.1382 13.1592 26.0532 13.1709C26.0119 13.1764 25.969 13.1795 25.9245 13.1795C25.6601 13.1795 25.4456 13.0773 25.2919 12.9174L24.5268 13.6912C24.8668 14.0055 25.3387 14.2036 25.9237 14.2036V14.2044Z" fill="#1D1C1C"/><path d="M25.9237 10.2225C24.838 10.2225 24.1399 10.9058 23.9535 11.7482H25.1266C25.267 11.4581 25.5431 11.2475 25.9237 11.2475C26.2272 11.2475 26.4627 11.3785 26.6164 11.5766L27.3886 10.7958C27.0438 10.4464 26.5477 10.2225 25.9245 10.2225H25.9237Z" fill="#1D1C1C"/><path d="M17.3927 16.431C17.3069 16.431 17.2367 16.3608 17.2367 16.275V8.16296C17.2367 8.07716 17.3069 8.00696 17.3927 8.00696C17.4785 8.00696 17.5487 8.07716 17.5487 8.16296V16.275C17.5487 16.3608 17.4785 16.431 17.3927 16.431Z" fill="#1D1C1C"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" viewbox="0 0 38 24" aria-labelledby="pi-klarna" fill="none"><title id="pi-klarna">Klarna</title><rect width="38" height="24" rx="2" fill="#FFA8CD"/><rect x=".5" y=".5" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".07"/><path d="M30.62 14.755c-.662 0-1.179-.554-1.179-1.226 0-.673.517-1.226 1.18-1.226.663 0 1.18.553 1.18 1.226 0 .672-.517 1.226-1.18 1.226zm-.33 1.295c.565 0 1.286-.217 1.686-1.068l.04.02c-.176.465-.176.742-.176.81v.11h1.423v-4.786H31.84v.109c0 .069 0 .346.175.81l-.039.02c-.4-.85-1.121-1.068-1.687-1.068-1.355 0-2.31 1.088-2.31 2.522 0 1.433.955 2.521 2.31 2.521zm-4.788-5.043c-.643 0-1.15.228-1.56 1.068l-.039-.02c.175-.464.175-.741.175-.81v-.11h-1.423v4.787h1.462V13.4c0-.662.38-1.078.995-1.078.614 0 .917.356.917 1.068v2.532h1.462v-3.046c0-1.088-.838-1.869-1.989-1.869zm-4.963 1.068l-.039-.02c.176-.464.176-.741.176-.81v-.11h-1.424v4.787h1.463l.01-2.304c0-.673.35-1.078.926-1.078.156 0 .282.02.429.06v-1.464c-.644-.139-1.22.109-1.54.94zm-4.65 2.68c-.664 0-1.18-.554-1.18-1.226 0-.673.516-1.226 1.18-1.226.662 0 1.179.553 1.179 1.226 0 .672-.517 1.226-1.18 1.226zm-.332 1.295c.565 0 1.287-.217 1.687-1.068l.038.02c-.175.465-.175.742-.175.81v.11h1.424v-4.786h-1.424v.109c0 .069 0 .346.175.81l-.038.02c-.4-.85-1.122-1.068-1.687-1.068-1.356 0-2.311 1.088-2.311 2.522 0 1.433.955 2.521 2.31 2.521zm-4.349-.128h1.463V9h-1.463v6.922zM10.136 9H8.644c0 1.236-.751 2.343-1.892 3.134l-.448.317V9h-1.55v6.922h1.55V12.49l2.564 3.43h1.892L8.293 12.64c1.121-.82 1.852-2.096 1.843-3.639z" fill="#0B051D"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-mobilepay"><title id="pi-mobilepay">MobilePay</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.05 15.296s2.53-.771 4.282-.776c2.896-.007 4.857 1.15 4.857 1.15V10.06s-1.97-1.02-4.453-1.09c-2.481-.068-4.687 1.012-4.687 1.012v5.313z" fill="#5A78FF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.308 9.19l2.082 4.957V9.396s1.646-.882 3.485-1.13c1.84-.249 4.181.08 4.181.08l-1.133-2.707s-2.461-.159-4.69.794c-2.228.952-3.925 2.756-3.925 2.756z" fill="#5A78FF"/><path d="M21.428 5.676l-.82-1.99a1.818 1.818 0 00-2.37-.996l-5.663 2.334a1.818 1.818 0 00-.98 2.376l5.46 13.247a1.818 1.818 0 002.37.995l5.662-2.334a1.817 1.817 0 00.98-2.376l-.677-1.642s-.462-.027-.676-.033c-.226-.006-.644-.001-.644-.001l.88 2.136a.606.606 0 01-.326.793l-5.663 2.333a.606.606 0 01-.79-.331L12.711 6.94a.606.606 0 01.327-.792L18.7 3.814a.606.606 0 01.79.332l.83 2.011s.383-.187.59-.27c.206-.082.518-.211.518-.211z" fill="#5A78FF"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg>

                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
                </li></ul>
          </div></div>
    </div>
    <div class="footer__content-bottom-wrapper page-width">
      <div class="footer__copyright caption">
        <small class="copyright__content"
          >&copy; 2026, <a href="/" title="">Non-stop dogwear</a></small>
        <small class="copyright__content"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></small><ul class="policies list-unstyled"><li>
                  <small class="copyright__content"
                    ><a href="/policies/privacy-policy">Privacy policy</a></small
>
                </li><li>
                  <small class="copyright__content"
                    ><a href="/policies/contact-information">Contact information</a></small
>
                </li><li>
                  <small class="copyright__content"
                    ><a href="/policies/terms-of-service">Terms of service</a></small
>
                </li><li>
                  <small class="copyright__content"
                    ><a href="/policies/refund-policy">Refund policy</a></small
>
                </li><li>
                  <small class="copyright__content"
                    ><a href="/policies/#shopifyReshowConsentBanner">Cookie preferences</a></small
>
                </li></ul></div>
    </div>
  </div>
</footer>


</div><section id="shopify-section-sections--19404375228665__sister_sites_GhhyBd" class="shopify-section shopify-section-group-footer-group section"><style>
  .sister-sites-bar {
    background-color: #000;
    display: flex;
    justify-content: center;
    padding: 10px 5%;
    font-size: 1.4rem;
    color: #fff;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sister-sites-bar span.underline {
    text-decoration: underline;
  }

  .sister-sites-bar a {
    color: #fff;
    text-decoration: none;
  }

  .sister-sites-bar a:hover {
    color: #fe5500;
  }
</style>

<section class="sister-sites-bar">
  <span class="underline">Non-stop dogwear</span>
  
    <span style="padding: 0 15px;">|</span>
    
      <a href="https://www.nonstopdefense.com/">Non-stop defense</a>
    
  
</section>


</section>
<!-- 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.nonstopdogwear.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.nonstopdogwear.com/cdn/shop/t/2/assets/predictive-search.js?v=57209189334897115771749209554" defer="defer"></script><script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/cart-drawer.js?v=169981311261118214701749209554" defer="defer"></script>
      <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/cluster-quick-add.js?v=167850677460800791151762199011" defer="defer"></script><script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/flickity.pkgd.min.js?v=152481304842708426191749209555" defer></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/flowbox.js?v=16419" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/variants.js?v=16419" defer="defer"></script>

    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/unit-helper.js?v=96404688675682315331768993605" defer="defer"></script>
    <script src="//www.nonstopdogwear.com/cdn/shop/t/2/assets/intelligems.js?v=155412775214060966271770975757" defer="defer"></script>

    <script type="text/javascript">
      //<![CDATA[
      window.lipscoreInit = function () {
        lipscore.init({
          apiKey: '085afa9dce79d98a3be9b9c6',
        });
      };
      (function () {
        const currentLanguageCode = 'en';
        const languageCodes = {
          nb: 'no',
        };
        const languageCode = languageCodes[currentLanguageCode] || currentLanguageCode || 'en';
        var scr = document.createElement('script');
        scr.async = 1;
        scr.src = `//static.lipscore.com/assets/${languageCode}/lipscore-v1.js`;
        document.getElementsByTagName('head')[0].appendChild(scr);
      })();
      //]]>
    </script>
  <style> .test {color: #fff;} </style>
<div id="shopify-block-AYjN4M2xyQ0c2Nno3c__16364584301514234833" class="shopify-block shopify-app-block"><script>
  (function() {
    var initialCartState = [];
    var previousCartStateKey = 'previousCartState';
    var removedItemsKey = 'removedItemsState';

    var previousCartState = [];
    try {
      previousCartState = JSON.parse(localStorage.getItem(previousCartStateKey) || '[]');
    } catch (e) {
      previousCartState = [];
    }

    var removedItems = previousCartState.filter(function(prevItem) {
      return !initialCartState.some(function(currItem) {
        return currItem.id === prevItem.id;
      });
    });

    if (removedItems.length) {
      localStorage.setItem(removedItemsKey, JSON.stringify(removedItems));
    }

    localStorage.setItem(previousCartStateKey, JSON.stringify(initialCartState));
  })();
</script>

<script>
  (function() {
    var productId = "";
    var productTitle = "";
    var productHandle = "";
    var marketId = "30286840057";
    var storageKey = 'oe_viewedProducts';

    function trackViewedProducts() {
      if (!productId) return;

      var viewedProducts = [];
      try {
        viewedProducts = JSON.parse(localStorage.getItem(storageKey) || '[]');
      } catch (e) {
        viewedProducts = [];
      }

      viewedProducts = viewedProducts.filter(function(p) { return p.id !== productId; });

      viewedProducts.unshift({
        id: productId,
        title: productTitle,
        handle: productHandle,
        viewedAt: new Date().toISOString()
      });

      viewedProducts = viewedProducts.slice(0, 50);

      localStorage.setItem(storageKey, JSON.stringify(viewedProducts));
      updateCartAttributes();
    }

    function updateCartAttributes() {
      var viewedProducts = [];
      try {
        viewedProducts = JSON.parse(localStorage.getItem(storageKey) || '[]');
      } catch (e) {
        return;
      }

      var productIds = viewedProducts.map(function(p) { return p.id; }).slice(0, 10).join(',');
      var cartAttributes = {};

      if (productIds) cartAttributes['__upsell_recently_viewed_products'] = productIds;
      if (marketId) cartAttributes['__upsell_market_id'] = marketId;

      if (Object.keys(cartAttributes).length === 0) return;

      fetch(window.Shopify.routes.root + 'cart/update.js', {
        method: 'POST',
        headers: { 'Content-Type': 'application/json' },
        body: JSON.stringify({ attributes: cartAttributes })
      }).catch(function() {});
    }

    trackViewedProducts();
    window.addEventListener('popstate', trackViewedProducts);
  })();
</script>


</div><div id="shopify-block-Aemp4K204NG5MWWxCU__9431864395560886015" class="shopify-block shopify-app-block">

<script>
  window.__POLAR_CONFIG__ = {
    debug: false,
    shop: "nonstopdogwear.myshopify.com"
  };
</script>

<script src="https://cdn.shopify.com/extensions/019c2e93-19fb-744b-9f71-9737acdcad18/shopify-app-extensions-20/assets/polar-cart-injector.js" async></script>

</div><div id="shopify-block-AUnJnd0ZOVFk5SEh5c__17990528478545180215" class="shopify-block shopify-app-block"><script type="text/javascript">
window.$fsb={ b_122:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"NOK","currencyDisplay":"symbol","goal":"900","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"NO","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_125:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"SEK","currencyDisplay":"symbol","goal":"900","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"SE","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_126:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"DKK","currencyDisplay":"symbol","goal":"600","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"DK","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_127:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"CHF","currencyDisplay":"symbol","goal":"80","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"CH","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_128:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"GBP","currencyDisplay":"symbol","goal":"80","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"GB","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_129:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"EUR","currencyDisplay":"symbol","goal":"80","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"AT,BE,BG,HR,CY,CZ,EE,FR,DE,GR,HU,IE,IT,LV,LI,LT,MT,MC,LU,NL,PL,PT,RO,SM,SK,SI,ES","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_130:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"USD","currencyDisplay":"symbol","goal":"80","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"US","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}}},b_131:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"USD","currencyDisplay":"symbol","goal":"120","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"KR","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}},"pagex":false},b_132:{"init":"🚚 Free shipping for orders over {{ goal }}","progress":"🚚 Only {{ remain }} away to free shipping","progress2":"🚚 Free 2 days shipping, only {{ remain }} to free 1 day shipping","achieved":"🚚 You've reached free shipping!","buy":"Add to cart","currency":"USD","currencyDisplay":"symbol","goal":"80","init_background":"000000","init_text":"fff","init_processBg":"ddd","init_processColor":"fe5000","progress_custom":false,"progress2_custom":false,"achieved_custom":false,"padding":4,"fontSize":14,"init_buy":"Add to cart","customer":"","country":"","init_money":"fe5000","init_process":2,"init_upsell":2,"goal2":0,"_":{"de":{"init":"🚚 Kostenloser Versand für Bestellungen über {{ goal }}","progress":"🚚 Nur noch {{ remain }} bis zum kostenlosen Versand","progress2":"🚚 Kostenloser 2-Tage-Versand, nur noch {{ remain }} bis zum kostenlosen 1-Tages-Versand","achieved":"🚚 Du hast den kostenlosen Versand erreicht!","buy":"In den Warenkorb"},"es":{"init":"🚚 Envío gratuito para pedidos superiores a {{ goal }}","progress":"🚚 Solo {{ remain }} para envío gratuito","progress2":"🚚 Envío gratuito en 2 días, solo {{ remain }} para envío gratuito en 1 día","achieved":"🚚 ¡Has alcanzado el envío gratuito!","buy":"Añadir a la cesta"},"fr":{"init":"🚚 Livraison gratuite pour les commandes supérieures à {{ goal }}","progress":"🚚 Plus que {{ remain }} pour la livraison gratuite","progress2":"🚚 Livraison gratuite en 2 jours, plus que {{ remain }} pour la livraison en 1 jour","achieved":"🚚 Vous avez atteint la livraison gratuite !","buy":"Ajouter au panier"},"fi":{"init":"🚚 Ilmainen kuljetus yli {{ goal }} tilaukseen","progress":"🚚 Vain {{ remain }} jäljellä ilmaiseksi toimitukseen","achieved":"🚚 Olet saavuttanut ilmaisen toimituksen!"},"nb":{"init":"🚚 Fri frakt over {{ goal }}","progress":"🚚 Bare {{ remain }} igjen til gratis frakt","achieved":"🚚 Du har oppnådd gratis frakt!"},"sv":{"init":"🚚 Fri frakt över {{ goal }}","progress":"🚚 Bara {{ remain }} kvar till fri frakt","achieved":"🚚 Du har nått fri frakt!"}},"exclude":"AT,BE,BG,HR,CY,CZ,DK,FI,FR,DE,GI,GR,GL,GG,VA,IE,IM,IT,LV,LI,LT,LU,MT,MC,NO,PL,PT,RO,SK,SI,KR,ES,SE,CH,GB,US,NL"},
  plan:"",
  spent:+"",
  tags:null,
  product:"",
  api: "fsb.flyon.top",
  page:"index"
};
</script>



</div></body>
</html>