<!doctype html>

<html lang="it" dir="ltr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=5.0"><link rel="shortcut icon" href="//www.mano-j.it/cdn/shop/files/MANO_J_-_Icona_-_Nero_su_Bianco.png?v=1626369391&width=96">
      <link rel="apple-touch-icon" href="//www.mano-j.it/cdn/shop/files/MANO_J_-_Icona_-_Nero_su_Bianco.png?v=1626369391&width=180"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="preload" href="//www.mano-j.it/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="//www.mano-j.it/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2" as="font" type="font/woff2" crossorigin><style>/* Typography (heading) */
  @font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

/* Typography (body) */
  @font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//www.mano-j.it/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
       url("//www.mano-j.it/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

:root {
    /* Container */
    --container-max-width: 100%;
    --container-xxs-max-width: 27.5rem; /* 440px */
    --container-xs-max-width: 42.5rem; /* 680px */
    --container-sm-max-width: 61.25rem; /* 980px */
    --container-md-max-width: 71.875rem; /* 1150px */
    --container-lg-max-width: 78.75rem; /* 1260px */
    --container-xl-max-width: 85rem; /* 1360px */
    --container-gutter: 1.25rem;

    --section-vertical-spacing: 2.5rem;
    --section-vertical-spacing-tight:2.5rem;

    --section-stack-gap:2.25rem;
    --section-stack-gap-tight:2.25rem;

    /* Form settings */
    --form-gap: 1.25rem; /* Gap between fieldset and submit button */
    --fieldset-gap: 1rem; /* Gap between each form input within a fieldset */
    --form-control-gap: 0.625rem; /* Gap between input and label (ignored for floating label) */
    --checkbox-control-gap: 0.75rem; /* Horizontal gap between checkbox and its associated label */
    --input-padding-block: 0.65rem; /* Vertical padding for input, textarea and native select */
    --input-padding-inline: 0.8rem; /* Horizontal padding for input, textarea and native select */
    --checkbox-size: 0.875rem; /* Size (width and height) for checkbox */

    /* Other sizes */
    --sticky-area-height: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px) + var(--header-is-sticky, 0) * var(--header-is-visible, 1) * var(--header-height, 0px));

    /* RTL support */
    --transform-logical-flip: 1;
    --transform-origin-start: left;
    --transform-origin-end: right;

    /**
     * ---------------------------------------------------------------------
     * TYPOGRAPHY
     * ---------------------------------------------------------------------
     */

    /* Font properties */
    --heading-font-family: Inter, sans-serif;
    --heading-font-weight: 700;
    --heading-font-style: normal;
    --heading-text-transform: uppercase;
    --heading-letter-spacing: 0.08em;
    --text-font-family: Inter, sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --text-letter-spacing: 0.0em;
    --button-font: var(--text-font-style) var(--text-font-weight) var(--text-sm) / 1.65 var(--text-font-family);
    --button-text-transform: uppercase;
    --button-letter-spacing: 0.18em;

    /* Font sizes */--text-heading-size-factor: 1;
    --text-h1: max(0.75rem, clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) * var(--text-heading-size-factor));
    --text-h2: max(0.75rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor));
    --text-h3: max(0.75rem, clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) * var(--text-heading-size-factor));
    --text-h4: max(0.75rem, clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) * var(--text-heading-size-factor));
    --text-h5: max(0.70rem, calc(0.875rem * var(--text-heading-size-factor)));
    --text-h6: max(0.70rem, calc(0.75rem * var(--text-heading-size-factor)));

    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.875rem;
    --text-lg: 1.0rem;
    --text-xl: 1.125rem;

    /* Rounded variables (used for border radius) */
    --rounded-full: 9999px;
    --button-border-radius: 0.0rem;
    --input-border-radius: 0.0rem;

    /* Box shadow */
    --shadow-sm: 0 2px 8px rgb(0 0 0 / 0.05);
    --shadow: 0 5px 15px rgb(0 0 0 / 0.05);
    --shadow-md: 0 5px 30px rgb(0 0 0 / 0.05);
    --shadow-block: px px px rgb(var(--text-primary) / 0.0);

    /* Product card */--product-card-text-transform: uppercase;/**
     * ---------------------------------------------------------------------
     * OTHER
     * ---------------------------------------------------------------------
     */

    --checkmark-svg-url: url(//www.mano-j.it/cdn/shop/t/25/assets/checkmark.svg?v=5588600397216680941782472396);
    --cursor-zoom-in-svg-url: url(//www.mano-j.it/cdn/shop/t/25/assets/cursor-zoom-in.svg?v=42284069417148430011782472396);
  }

  [dir="rtl"]:root {
    /* RTL support */
    --transform-logical-flip: -1;
    --transform-origin-start: right;
    --transform-origin-end: left;
  }

  @media screen and (min-width: 700px) {
    :root {
      /* Typography (font size) */
      --text-xs: 0.75rem;
      --text-sm: 0.8125rem;
      --text-base: 0.875rem;
      --text-lg: 1.0rem;
      --text-xl: 1.25rem;

      /* Spacing settings */
      --container-gutter: 2rem;
    }
  }

  @media screen and (min-width: 1000px) {
    :root {
      /* Spacing settings */
      --container-gutter: 3rem;

      --section-vertical-spacing: 4rem;
      --section-vertical-spacing-tight: 4rem;

      --section-stack-gap:3rem;
      --section-stack-gap-tight:3rem;
    }
  }:root {/* Overlay used for modal */
    --page-overlay: 0 0 0 / 0.4;

    /* We use the first scheme background as default */
    --page-background: ;

    /* Product colors */
    --on-sale-text: 227 44 43;
    --on-sale-badge-background: 227 44 43;
    --on-sale-badge-text: 255 255 255;
    --sold-out-badge-background: 239 239 239;
    --sold-out-badge-text: 0 0 0 / 0.65;
    --custom-badge-background: 87 163 201;
    --custom-badge-text: 255 255 255;
    --star-color: 28 28 28;

    /* Status colors */
    --success-background: 212 227 203;
    --success-text: 48 122 7;
    --warning-background: 253 241 224;
    --warning-text: 237 138 0;
    --error-background: 243 204 204;
    --error-text: 203 43 43;

    /* Modal scheme */
    --modal-scheme-background: 255 255 255;
    --modal-scheme-background-gradient: ;
    --modal-scheme-text-color: 28 28 28;
  }.color-scheme--scheme-1 {
      /* Color settings */--accent: 28 28 28;
      --text-color: 28 28 28;
      --background: 239 239 239 / 1.0;
      --background-without-opacity: 239 239 239;
      --background-gradient: ;--border-color: 207 207 207;/* Button colors */
      --button-background: 28 28 28;
      --button-text-color: 255 255 255;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56) + .shopify-section:has(.section-spacing.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-2 {
      /* Color settings */--accent: 28 28 28;
      --text-color: 28 28 28;
      --background: 255 255 255 / 1.0;
      --background-without-opacity: 255 255 255;
      --background-gradient: ;--border-color: 221 221 221;/* Button colors */
      --button-background: 28 28 28;
      --button-text-color: 255 255 255;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673) + .shopify-section:has(.section-spacing.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-3 {
      /* Color settings */--accent: 255 255 255;
      --text-color: 255 255 255;
      --background: 28 28 28 / 1.0;
      --background-without-opacity: 28 28 28;
      --background-gradient: ;--border-color: 62 62 62;/* Button colors */
      --button-background: 255 255 255;
      --button-text-color: 28 28 28;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-c1f8cb21047e4797e94d0969dc5d1e44) + .shopify-section:has(.section-spacing.color-scheme--bg-c1f8cb21047e4797e94d0969dc5d1e44:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-4 {
      /* Color settings */--accent: 255 255 255;
      --text-color: 255 255 255;
      --background: 0 0 0 / 0.0;
      --background-without-opacity: 0 0 0;
      --background-gradient: ;--border-color: 255 255 255;/* Button colors */
      --button-background: 255 255 255;
      --button-text-color: 28 28 28;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-3671eee015764974ee0aef1536023e0f) + .shopify-section:has(.section-spacing.color-scheme--bg-3671eee015764974ee0aef1536023e0f:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-3ecbdd9a-31ae-4b22-bc9e-3933a12db60f {
      /* Color settings */--accent: 87 163 201;
      --text-color: 28 28 28;
      --background: 239 239 239 / 1.0;
      --background-without-opacity: 239 239 239;
      --background-gradient: ;--border-color: 207 207 207;/* Button colors */
      --button-background: 87 163 201;
      --button-text-color: 255 255 255;

      /* Circled buttons */
      --circle-button-background: 87 163 201;
      --circle-button-text-color: 255 255 255;
    }.shopify-section:has(.section-spacing.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56) + .shopify-section:has(.section-spacing.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-c0c6b256-b097-449a-969c-4b554258dea1 {
      /* Color settings */--accent: 255 255 255;
      --text-color: 255 255 255;
      --background: 87 163 201 / 1.0;
      --background-without-opacity: 87 163 201;
      --background-gradient: ;--border-color: 112 177 209;/* Button colors */
      --button-background: 255 255 255;
      --button-text-color: 87 163 201;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-d98120bd0492eb9f032ba012c5723018) + .shopify-section:has(.section-spacing.color-scheme--bg-d98120bd0492eb9f032ba012c5723018:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68 {
      /* Color settings */--accent: 87 163 201;
      --text-color: 28 28 28;
      --background: 255 255 255 / 1.0;
      --background-without-opacity: 255 255 255;
      --background-gradient: ;--border-color: 221 221 221;/* Button colors */
      --button-background: 87 163 201;
      --button-text-color: 255 255 255;

      /* Circled buttons */
      --circle-button-background: 255 255 255;
      --circle-button-text-color: 28 28 28;
    }.shopify-section:has(.section-spacing.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673) + .shopify-section:has(.section-spacing.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673:not(.bordered-section)) .section-spacing {
      padding-block-start: 0;
    }.color-scheme--dialog {
    /* Color settings */--accent: 87 163 201;
    --text-color: 28 28 28;
    --background: 255 255 255 / 1.0;
    --background-without-opacity: 255 255 255;
    --background-gradient: ;--border-color: 221 221 221;/* Button colors */
    --button-background: 87 163 201;
    --button-text-color: 255 255 255;

    /* Circled buttons */
    --circle-button-background: 255 255 255;
    --circle-button-text-color: 28 28 28;
  }@view-transition {
      navigation: auto;
    }</style>
<script async crossorigin fetchpriority="high" src="/cdn/shopifycloud/importmap-polyfill/es-modules-shim.2.4.0.js"></script>
<script>
  // This allows to expose several variables to the global scope, to be used in scripts
  window.themeVariables = {
    settings: {
      showPageTransition: true,
      pageType: "index",
      moneyFormat: "€{{amount_with_comma_separator}}",
      moneyWithCurrencyFormat: "€{{amount_with_comma_separator}} EUR",
      currencyCodeEnabled: false,
      cartType: "drawer",
      staggerMenuApparition: true
    },

    strings: {
      addedToCart: "Prodotto aggiunto !",
      addedToCartWithTitle: "{{ product_title }} è stato aggiunto al carrello.",
      closeGallery: "Chiudi galleria immagini",
      zoomGallery: "Ingrandisci immagine",
      errorGallery: "L\u0026#39;immagine non può essere caricata",
      shippingEstimatorNoResults: "Siamo spiacenti, non spediamo nella tua zona.",
      shippingEstimatorOneResult: "1 opzione spedizione disponibile per il tuo indirizzo:",
      shippingEstimatorMultipleResults: "Multiple opzioni spedizione disponibili per il tuo indirizzo:",
      shippingEstimatorError: "C\u0026#39;è stato un errore nel calcolo delle opzioni spedizione:",
      next: "Successivo",
      previous: "Precedente"
    },

    mediaQueries: {
      'sm': 'screen and (min-width: 700px)',
      'md': 'screen and (min-width: 1000px)',
      'lg': 'screen and (min-width: 1150px)',
      'xl': 'screen and (min-width: 1400px)',
      '2xl': 'screen and (min-width: 1600px)',
      'sm-max': 'screen and (max-width: 699px)',
      'md-max': 'screen and (max-width: 999px)',
      'lg-max': 'screen and (max-width: 1149px)',
      'xl-max': 'screen and (max-width: 1399px)',
      '2xl-max': 'screen and (max-width: 1599px)',
      'motion-safe': '(prefers-reduced-motion: no-preference)',
      'motion-reduce': '(prefers-reduced-motion: reduce)',
      'supports-hover': 'screen and (pointer: fine)',
      'supports-touch': 'screen and (hover: none)'
    }
  };</script>
<script type="importmap">{
        "imports": {
          "vendor": "//www.mano-j.it/cdn/shop/t/25/assets/vendor.min.js?v=53886175772894603331782472360",
          "theme": "//www.mano-j.it/cdn/shop/t/25/assets/theme.js?v=13968561988284492361782472360",
          "photoswipe": "//www.mano-j.it/cdn/shop/t/25/assets/photoswipe.min.js?v=13374349288281597431782472360"
        }
      }
    </script>

    <script type="module" src="//www.mano-j.it/cdn/shop/t/25/assets/vendor.min.js?v=53886175772894603331782472360"></script>
    <script type="module" src="//www.mano-j.it/cdn/shop/t/25/assets/theme.js?v=13968561988284492361782472360"></script>

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="JTkI54zgjL_pANZRKaIh5a5Xd-ZZvgP_6UglcHACytg">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/32702922892/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="9cd9c76dbe5736a8f48a7f3d7e6be0ab">
<meta id="in-context-paypal-metadata" data-shop-id="32702922892" data-venmo-supported="false" data-environment="production" data-locale="it_IT" data-paypal-v4="true" data-currency="EUR">
<link rel="alternate" hreflang="x-default" href="https://www.mano-j.it/">
<link rel="alternate" hreflang="it" href="https://www.mano-j.it/">
<link rel="alternate" hreflang="en" href="https://www.mano-j.it/en">
<script async="async" src="/checkouts/internal/preloads.js?locale=it-IT"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=it-IT&shop_id=32702922892" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":32702922892,"countryCode":"IT","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/32702922892","merchantName":"MANO Jewels","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","maestro","masterCard","amex"],"total":{"type":"pending","label":"MANO Jewels","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"9cd9c76dbe5736a8f48a7f3d7e6be0ab","betas":["rich-media-storefront-analytics"],"domain":"www.mano-j.it","predictiveSearch":true,"shopId":32702922892,"locale":"it"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "mano-jewels.myshopify.com";
Shopify.locale = "it";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.country = "IT";
Shopify.theme = {"name":"Riccardo Nuovo 2026 - Giugno 2026 - Prestige","id":202492739923,"schema_name":"Prestige","schema_version":"11.3.0","theme_store_id":855,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "www.mano-j.it/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//www.mano-j.it/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.it.esm.js"></script>
<script type="module">
  await import("//www.mano-j.it/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.it.esm.js");

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

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.it.esm.js"],"listener":["modules/v2/loader.listener.it.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.it.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.it.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.it.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.it.esm.js"],"avatar":["modules/v2/loader.avatar.it.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.it.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.it.esm.js"],"shop-button":["modules/v2/loader.shop-button.it.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.it.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.it.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.it.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.it.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.it.esm.js"],"pay-button":["modules/v2/loader.pay-button.it.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.it.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.it.esm.js"],"shop-login":["modules/v2/loader.shop-login.it.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.it.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.it.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.it.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/cdn.shopify.com\/s\/files\/1\/0327\/0292\/2892\/t\/9\/assets\/booster_eu_cookie_32702922892.js?v=1626343101\u0026shop=mano-jewels.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJkSzZSVkNtSzVmVERQaVU1IiwicyI6InNrdSJ9\u0026shop=mano-jewels.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/mano-jewels.myshopify.com.js?settings=1780481393970\u0026shop=mano-jewels.myshopify.com","https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.sync.bootstrap.min.js?shop=mano-jewels.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/success.min.js?settings=eyJrZXkiOiJkSzZSVkNtSzVmVERQaVU1IiwicyI6InNrdSIsInQiOlsib3JkZXJzL3BhaWQiLCJ0cnVzdHBpbG90T3JkZXJDb25maXJtZWQiXSwidiI6IiIsImEiOiJTaG9waWZ5LTIwMjEtMDQifQ==\u0026shop=mano-jewels.myshopify.com","https:\/\/s3.eu-west-1.amazonaws.com\/production-klarna-il-shopify-osm\/72a80347586bd7910d812dacd7945a4c4d8224ff\/mano-jewels.myshopify.com-1782472440275.js?shop=mano-jewels.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0327\/0292\/2892\/t\/25\/assets\/yoast-active-script.js?v=1782472381\u0026shop=mano-jewels.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0327\/0292\/2892\/t\/25\/assets\/yoast-active-script.js?v=1782472381\u0026shop=mano-jewels.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":32702922892,"offset":7200,"reqid":"4120b54c-c472-4c4c-881b-76a8186bafa9-1782476825","pageurl":"www.mano-j.it\/index.json?q=whatsapp\u0026view=pwhatsapp","u":"65bd17f84f52","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:'Protetto da hCaptcha',privacyText:'Privacy',termsText:'Termini'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.mano-j.it/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script>(function () {var userAgent = navigator.userAgent;var platform = navigator.platform;var maxTouchPoints = navigator.maxTouchPoints || 0;var isIOS = /iPad|iPhone|iPod/.test(platform) || (platform === 'MacIntel' && maxTouchPoints > 1);var isMacSafari = platform.indexOf('Mac') === 0 && /Safari/.test(userAgent) && !/Chrome|Chromium|CriOS|FxiOS|Edg|OPR|Android/.test(userAgent);var isAppleSafari = isIOS || isMacSafari;if (isAppleSafari) {fetch('/sf_private_access_tokens' + location.search).catch(function () {});}function browserMajorVersion(pattern) {var match = userAgent.match(pattern);return match ? parseInt(match[1], 10) : null;}function shouldLoadAutosizesPolyfill() {if (!window.PerformanceObserver?.supportedEntryTypes?.includes('paint')) {return false;}var chromeVersion = browserMajorVersion(/Chrome\/(\d+)/);if (chromeVersion !== null) {return chromeVersion < 126;}var firefoxVersion = browserMajorVersion(/Firefox\/(\d+)/);if (firefoxVersion !== null) {return firefoxVersion < 150;}var safariVersion = isAppleSafari ? browserMajorVersion(/Version\/(\d+).*Safari\//) : null;if (safariVersion !== null) {return safariVersion < 27;}return true;}if (shouldLoadAutosizesPolyfill()) {var autosizesScript = document.createElement('script');autosizesScript.async = true;autosizesScript.crossOrigin = 'anonymous';autosizesScript.src = "//www.mano-j.it/cdn/shopifycloud/storefront/assets/storefront/autosizes-84416378.js";(document.head || document.documentElement).appendChild(autosizesScript);}window.ShopifyAnalytics = window.ShopifyAnalytics || {};window.ShopifyAnalytics.performance = window.ShopifyAnalytics.performance || {};(function () {var LONG_FRAME_THRESHOLD = 50;var longAnimationFrames = [];var activeRafId = null;function collectLongFrames() {var previousTime = null;function rafMonitor(now) {if (activeRafId === null) {return;}var 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 (!window.PerformanceObserver?.supportedEntryTypes?.includes('long-animation-frame')) {collectLongFrames();var timeoutId = setTimeout(function () {cancelAnimationFrame(activeRafId);}, 10000);window.ShopifyAnalytics.performance.getLongAnimationFrames = function (stopCollection) {if (stopCollection === undefined) {stopCollection = false;}if (stopCollection) {clearTimeout(timeoutId);cancelAnimationFrame(activeRafId);}return longAnimationFrames;};}})();})();</script><script crossorigin="anonymous" defer="defer" src="//www.mano-j.it/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script id="shopify-origin-trials" async="async" integrity="sha256-MrpR+SbfwphjsvuxKsSWA5xxY07P36eahsNLLXSgEwo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-c173577b.js" crossorigin="anonymous" onload="window.__shopifyOriginTrialsDone = true" onerror="window.__shopifyOriginTrialsDone = true"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.mano-j.it/cdn/shopifycloud/portable-wallets/latest/portable-wallets.it.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://www.mano-j.it/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

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

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

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

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
<link href="//www.mano-j.it/cdn/shop/t/25/assets/theme.css?v=102440721477998494661782472360" rel="stylesheet" type="text/css" media="all" /><!-- BEGIN app block: shopify://apps/yoast-seo/blocks/metatags/7c777011-bc88-4743-a24e-64336e1e5b46 -->
<!-- This site is optimized with Yoast SEO for Shopify -->
<title>MANO Jewels</title>
<meta name="description" content="Siamo la resistenza e la resilienza del titanio. Siamo la ricercatezza e il lusso dei diamanti più puri. Siamo l’eccellenza della tradizione orafa italiana. Siamo il presente e il futuro della gioielleria per uomo. Siamo MANO|J.: la nuova linea di gioielli per Uomo realizzata in titanio, oro e diamanti." />
<link rel="canonical" href="https://www.mano-j.it/" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="google-site-verification" content="JTkI54zgjL_pANZRKaIh5a5Xd-ZZvgP_6UglcHACytg" />
<meta property="og:site_name" content="MANO Jewels" />
<meta property="og:url" content="https://www.mano-j.it/" />
<meta property="og:locale" content="it_IT" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MANO Jewels" />
<meta property="og:description" content="Siamo la resistenza e la resilienza del titanio. Siamo la ricercatezza e il lusso dei diamanti più puri. Siamo l’eccellenza della tradizione orafa italiana. Siamo il presente e il futuro della gioielleria per uomo. Siamo MANO|J.: la nuova linea di gioielli per Uomo realizzata in titanio, oro e diamanti." />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" id="yoast-schema-graph">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.mano-j.it/#/schema/organization/1",
      "url": "https://www.mano-j.it",
      "name": "MANO|J.",
      "logo": {
        "@id": "https://www.mano-j.it/#/schema/ImageObject/31125025620227"
      },
      "image": [
        {
          "@id": "https://www.mano-j.it/#/schema/ImageObject/31125025620227"
        }
      ],
      "hasMerchantReturnPolicy": {
        "@type": "MerchantReturnPolicy",
        "merchantReturnLink": "https://www.mano-j.it/policies/refund-policy"
      },
      "sameAs": ["https:\/\/www.instagram.com\/mano_j_italy\/","https:\/\/www.linkedin.com\/company\/mano-jewels","https:\/\/www.facebook.com\/manojewelsitaly"]
    },
    {
      "@type": "ImageObject",
      "@id": "https://www.mano-j.it/#/schema/ImageObject/31125025620227",
      "width": 500,
      "height": 500,
      "url": "https:\/\/www.mano-j.it\/cdn\/shop\/files\/MANO_J_-_Logo_-_Nero_su_Bianco_e692d5fc-6fb9-4f10-9fa2-f5ba5f9438d3.png?v=1658759347",
      "contentUrl": "https:\/\/www.mano-j.it\/cdn\/shop\/files\/MANO_J_-_Logo_-_Nero_su_Bianco_e692d5fc-6fb9-4f10-9fa2-f5ba5f9438d3.png?v=1658759347"
    },
    {
      "@type": "WebSite",
      "@id": "https://www.mano-j.it/#/schema/website/1",
      "url": "https://www.mano-j.it",
      "name": "MANO Jewels",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.mano-j.it/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "publisher": {
        "@id": "https://www.mano-j.it/#/schema/organization/1"
      },
      "inLanguage": ["it","en"]
    },
    {
      "@type": ["WebPage","CollectionPage"],
      "@id": "https:\/\/www.mano-j.it\/",
      "name": "MANO Jewels",
      "description": "Siamo la resistenza e la resilienza del titanio. Siamo la ricercatezza e il lusso dei diamanti più puri. Siamo l’eccellenza della tradizione orafa italiana. Siamo il presente e il futuro della gioielleria per uomo. Siamo MANO|J.: la nuova linea di gioielli per Uomo realizzata in titanio, oro e diamanti.",
      "about": {
        "@id": "https://www.mano-j.it/#/schema/organization/1"
      },
      "breadcrumb": {
        "@id": "https:\/\/www.mano-j.it\/#\/schema\/breadcrumb"
      },
      "isPartOf": {
        "@id": "https://www.mano-j.it/#/schema/website/1"
      },
      "url": "https:\/\/www.mano-j.it\/"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https:\/\/www.mano-j.it\/#\/schema\/breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "name": "MANO|J. - Gioielli per uomo in titanio, oro e diamanti",
          "position": 1
        }
      ]
    }

  ]}
</script>
<!--/ Yoast SEO -->
<!-- END app block --><!-- BEGIN app block: shopify://apps/pagefly-page-builder/blocks/app-embed/83e179f7-59a0-4589-8c66-c0dddf959200 -->

<!-- BEGIN app snippet: pagefly-cro-ab-testing-main -->







<script>
  ;(function () {
    const url = new URL(window.location)
    const viewParam = url.searchParams.get('view')
    if (viewParam && viewParam.includes('variant-pf-')) {
      url.searchParams.set('pf_v', viewParam)
      url.searchParams.delete('view')
      window.history.replaceState({}, '', url)
    }
  })()
</script>



<script type='module'>
  
  window.PAGEFLY_CRO = window.PAGEFLY_CRO || {}

  window.PAGEFLY_CRO['data_debug'] = {
    original_template_suffix: "home",
    allow_ab_test: false,
    ab_test_start_time: 0,
    ab_test_end_time: 0,
    today_date_time: 1782476825000,
  }
  window.PAGEFLY_CRO['GA4'] = { enabled: false}
</script>

<!-- END app snippet -->










  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-helper.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-general-helper.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-snap-slider.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-slideshow-v3.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-slideshow-v4.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-glider.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-slideshow-v1-v2.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-product-media.js' defer='defer'></script>

  <script src='https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-product.js' defer='defer'></script>


<script id='pagefly-helper-data' type='application/json'>
  {
    "page_optimization": {
      "assets_prefetching": false
    },
    "elements_asset_mapper": {
      "Accordion": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-accordion.js",
      "Accordion3": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-accordion3.js",
      "CountDown": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-countdown.js",
      "GMap1": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-gmap.js",
      "GMap2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-gmap.js",
      "GMapBasicV2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-gmap.js",
      "GMapAdvancedV2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-gmap.js",
      "HTML.Video": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-htmlvideo.js",
      "HTML.Video2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-htmlvideo2.js",
      "HTML.Video3": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-htmlvideo2.js",
      "BackgroundVideo": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-htmlvideo2.js",
      "Instagram": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-instagram.js",
      "Instagram2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-instagram.js",
      "Insta3": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-instagram3.js",
      "Tabs": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-tab.js",
      "Tabs3": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-tab3.js",
      "ProductBox": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-cart.js",
      "FBPageBox2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-facebook.js",
      "FBLikeButton2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-facebook.js",
      "TwitterFeed2": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-twitter.js",
      "Paragraph4": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-paragraph4.js",

      "AliReviews": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "BackInStock": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "GloboBackInStock": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "GrowaveWishlist": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "InfiniteOptionsShopPad": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "InkybayProductPersonalizer": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "LimeSpot": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Loox": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Opinew": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Powr": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "ProductReviews": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "PushOwl": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "ReCharge": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Rivyo": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "TrackingMore": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Vitals": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js",
      "Wiser": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-3rd-elements.js"
    },
    "custom_elements_mapper": {
      "pf-click-action-element": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-click-action-element.js",
      "pf-dialog-element": "https://cdn.shopify.com/extensions/019f02c0-683d-795c-a7f5-fa39fb5d588e/pagefly-page-builder-295/assets/pagefly-dialog-element.js"
    }
  }
</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/RVeP96/klaviyo.js?company_id=RVeP96"></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 --><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: 32702922892,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script>(function(){var wpmLoader=function(){"use strict";var e=/Googlebot|Storebot-Google|bingbot|Baiduspider|YandexBot|DuckDuckBot|Slurp|facebookexternalhit|Twitterbot|LinkedInBot|Applebot|AdsBot-Google|Mediapartners-Google|APIs-Google|PetalBot|SemrushBot|AhrefsBot|MJ12bot|DotBot|Acunetix|PerplexityBot|Perplexity-User/i,r=/bytedance/i;function o(){try{var e=document.cookie;if(!e||"string"!=typeof e)return;for(var r=0,o=e.split(";");r<o.length;r++){var d=o[r],n=d.indexOf("=");if(-1!==n){var t=d.slice(0,n).trim();if(t){var i=void 0;try{i=decodeURIComponent(t)}catch(e){i=t}if("_shopify_s"===i){var a=d.slice(n+1).trim();try{return decodeURIComponent(a)}catch(e){return a}}}}}return}catch(e){return}}return function(d,n,t,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(l=null==(s=window.Shopify)?void 0:s.analytics)?void 0:l.replayQueue)){var s,l;window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(e,r,o){return u.replayQueue.push([e,r,o]),!0};try{self.performance.mark("wpm:start")}catch(e){}var p,h,f,m,g,y,v,w=(h=(p={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:?[ /-](14[89]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(15\d|1[6-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[89]|1[5-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:?[ /-](14[89]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(15\d|1[6-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[89]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,f=p.legacy,(m=navigator.userAgent).match(e)?"bot":m.match(h)?"modern":m.match(f)?"legacy":m.match(r)?"bot":"unknown"),b="modern"===w?"modern":"legacy",P=(null!=i?i:{modern:"",legacy:""})[b],S=[(g={baseUrl:n,hashVersion:t,buildTarget:b}).baseUrl,"/wpm","/b",g.hashVersion,"modern"===g.buildTarget?"m":"l",".js"].join(""),C=function(e){var r=e.version,d=e.browserTarget,n=e.surface,t=e.shopId,i=e.monorailEndpoint,a=window.location.href;return{emit:function(e){var s=e.status,l=e.errorMsg,c=(new Date).getTime(),u=JSON.stringify({metadata:{event_sent_at_ms:c},events:[{schema_id:"web_pixels_manager_load/3.2",payload:{version:r,bundle_target:d,page_url:a,status:s,surface:n,error_msg:l,shop_id:t,visit_token:o()},metadata:{event_created_at_ms:c}}]});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,u)}catch(e){}var p=new XMLHttpRequest;try{return p.open("POST",i,!0),p.setRequestHeader("Content-Type","text/plain"),p.send(u),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:t,browserTarget:w,surface:d.surface,shopId:d.shopId,monorailEndpoint:d.monorailEndpoint});try{a.browserTarget=w,function(e){var r=e.src,o=e.async,d=void 0===o||o,n=e.onload,t=e.onerror,i=e.sri,a=e.scriptDataAttributes,s=void 0===a?{}:a,l=document.createElement("script"),c=document.querySelector("head"),u=document.querySelector("body");if(l.async=d,l.src=r,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var p in s)if(Object.prototype.hasOwnProperty.call(s,p))try{l.dataset[p]=s[p]}catch(e){}if(n&&l.addEventListener("load",n),t&&l.addEventListener("error",t),c)c.appendChild(l);else{if(!u)throw new Error("Did not find a head or body element to append the script");u.appendChild(l)}}({src:S,async:!0,onload:function(){if(!function(){var e,r;return Boolean(null==(r=null==(e=window.Shopify)?void 0:e.analytics)?void 0:r.initialized)}()){var e=window.webPixelsManager.init(d)||void 0;if(e){var r=window.Shopify.analytics;r.replayQueue.forEach(function(r){var o=r[0],d=r[1],n=r[2];e.publishCustomEvent(o,d,n)}),r.replayQueue=[],r.publish=e.publishCustomEvent,r.visitor=e.visitor,r.initialized=!0}}},onerror:function(){return C.emit({status:"failed",errorMsg:"".concat(S," has failed to load")})},sri:(y=P,v=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof y&&v.test(y)?P:""),scriptDataAttributes:a}),C.emit({status:"loading"})}catch(e){C.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 32702922892,storefrontBaseUrl: "https://www.mano-j.it",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["d5bdd5d0"],webPixelsConfigList: [{"id":"4858511699","configuration":"{\"shopId\":\"mano-jewels.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"b86194809e9bbe0b74334b13c8bf4709","type":"APP","apiClientId":2753413,"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"},{"id":"4762829139","configuration":"{\"pixel_id\":\"765374640663214\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"4372201811","configuration":"{\"appProxyPath\":\"\/apps\/pagefly\",\"analyticsEndpoint\":\"undefined\/analytics-v2\/events\",\"focusDuration\":\"3\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"cc510d1a3167776ef03f2a6c403db7ae","type":"APP","apiClientId":1743893,"privacyPurposes":["ANALYTICS","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_personal_data"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized"},{"id":"3495854419","configuration":"{\"accountID\":\"RVeP96\",\"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":"820281683","configuration":"{\"pixelCode\":\"C8SURQ2GPNPFJROKQC90\"}","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":[]},"dataSharingState":"optimized"},{"id":"657293651","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\",\\\"GT-NBJ48FM\\\"],\\\"target_country\\\":\\\"IT\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/txf7CPGq-OoYEKHmvrcB\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/2gfECOuq-OoYEKHmvrcB\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/hxE3COiq-OoYEKHmvrcB\\\",\\\"MC-HPFLGYCNWB\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/ESCdCOKq-OoYEKHmvrcB\\\",\\\"MC-HPFLGYCNWB\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/Ro-tCOWq-OoYEKHmvrcB\\\",\\\"MC-HPFLGYCNWB\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/iirBCPSq-OoYEKHmvrcB\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-8LQ31BLEQN\\\",\\\"AW-384807713\\\/RXq6CO6q-OoYEKHmvrcB\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"20a1a395175a780fd37f04940f5b4db5","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":"170197331","configuration":"{\"tagID\":\"2612376589074\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"565fe5dd5db699c5a32547ff5c1df3c8","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"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0480","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0480","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"MANO Jewels","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"mano-jewels.myshopify.com","countryCode":"IT","storefrontUrl":"https:\/\/www.mano-j.it"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":[],"purchasingCompany":null,"page":{"pageType":"home","resourceId":null}},},"https://www.mano-j.it/cdn","4074779awe500cddcp1e53a49dm5f7c656e",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","themeId":"202492739923","themeStoreId":"855","pageType":"home","shopId":"32702922892","storefrontBaseUrl":"https:\/\/www.mano-j.it","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"d5bdd5d0\"]","isMerchantRequest":"false","hashVersion":"4074779awe500cddcp1e53a49dm5f7c656e","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":"4120b54c-c472-4c4c-881b-76a8186bafa9-1782476825"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

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

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

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

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

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

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

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

        } // XHR beacon

        var xhr = new XMLHttpRequest();

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

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

  };
  scriptFallback.async = true;
  scriptFallback.src = '//www.mano-j.it/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//www.mano-j.it/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":32702922892,"isMerchantRequest":null,"themeId":202492739923,"themeCityHash":"5464243012818336328","contentLanguage":"it","currency":"EUR","eventMetadataId":"50872720-8137-4662-a25f-4fa508ddbc86"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

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

      window.ShopifyAnalytics.lib = window.trekkie;

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

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"4120b54c-c472-4c4c-881b-76a8186bafa9-1782476825","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.mano-j.it/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
  <script>
  if (!window.ga || (window.ga && typeof window.ga !== 'function')) {
    window.ga = function ga() {
      (window.ga.q = window.ga.q || []).push(arguments);
      if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
        window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"});
      }
      console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information.");
    };
    if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
      window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"});
    }
  }
</script>
<script
  defer
  src="https://www.mano-j.it/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.6.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="32702922892"
  data-render-region="gcp-us-east1"
  data-page-type="index"
  data-theme-instance-id="202492739923"
  data-theme-name="Prestige"
  data-theme-version="11.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.mano-j.it/api/collect"
></script>
<script src="https://cdn.shopify.com/storefront/web-components/account.js" type="module" crossorigin fetchpriority="low" async></script><script id="shopify-customer-account-data" type="application/json">{"customer":null,"shop":{"id":"32702922892","customerAccountTranslations":[{"key":"account_menu.signed_out_state.sheet_title","value":"Accedi o crea un account"},{"key":"account_menu.signed_out_state.section_divider","value":"Altri metodi di accesso"},{"key":"account_menu.signed_out_state.alternate_divider","value":"OR"},{"key":"account_menu.signed_out_state.email_field_label","value":"Email"},{"key":"account_menu.signed_out_state.orders_button","value":"Ordini"},{"key":"account_menu.signed_out_state.profile_button","value":"Profilo"},{"key":"account_menu.signed_out_state.shop_login_button","value":"Accedi con Shop"},{"key":"account_menu.signed_out_state.continue_with_google","value":"Continua con Google"},{"key":"account_menu.signed_out_state.continue_with_facebook","value":"Continua con Facebook"},{"key":"account_menu.signed_out_state.marketing_consent_label","value":"Inviami email con notizie e offerte"},{"key":"account_menu.signed_in_state.greeting_with_name","value":"Ciao {{first_name}}"},{"key":"account_menu.signed_in_state.greeting_without_name","value":"Account"},{"key":"account_menu.signed_in_state.orders_button","value":"Ordini"},{"key":"account_menu.signed_in_state.profile_button","value":"Profilo"},{"key":"account_menu.location_picker.sheet_title","value":"Sedi"},{"key":"account_menu.location_picker.search_field_placeholder","value":"Ricerca"},{"key":"account_menu.aria_labels.close_menu","value":"Chiudi menu"},{"key":"account_menu.aria_labels.back_to_main_menu","value":"Torna al menu principale da {{title}}"},{"key":"account_menu.aria_labels.open_submenu","value":"{{title}}, apre il sottomenu"},{"key":"account_menu.aria_labels.loading_menu","value":"Caricamento menu"},{"key":"account_menu.aria_labels.account","value":"Account"},{"key":"account_menu.aria_labels.sign_in_with_email","value":"Accedi con l'email"},{"key":"account_menu.aria_labels.sign_in","value":"Accedi"}],"socialLoginProviders":[{"handle":"Shop"}],"legacyCustomerAccounts":false,"b2bEnabled":false,"marketingConsentSigninEnabled":true,"marketingConsentPreselected":true},"visitor":{"country":"IT","language":"it"}}</script>
</head>

  

  <body class="features--button-transition features--zoom-image  color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68"><template id="drawer-default-template">
  <div part="base">
    <div part="overlay"></div>

    <div part="content">
      <header part="header">
        <slot name="header"></slot>

        <dialog-close-button style="display: contents">
          <button type="button" part="close-button tap-area" aria-label="Chiudi"><svg aria-hidden="true" focusable="false" fill="none" width="14" class="icon icon-close" viewBox="0 0 16 16">
      <path d="m1 1 14 14M1 15 15 1" stroke="currentColor" stroke-width="1.5"/>
    </svg>

  </button>
        </dialog-close-button>
      </header>

      <div part="body">
        <slot></slot>
      </div>

      <footer part="footer">
        <slot name="footer"></slot>
      </footer>
    </div>
  </div>
</template><template id="modal-default-template">
  <div part="base">
    <div part="overlay"></div>

    <div part="content">
      <header part="header">
        <slot name="header"></slot>

        <dialog-close-button style="display: contents">
          <button type="button" part="close-button tap-area" aria-label="Chiudi"><svg aria-hidden="true" focusable="false" fill="none" width="14" class="icon icon-close" viewBox="0 0 16 16">
      <path d="m1 1 14 14M1 15 15 1" stroke="currentColor" stroke-width="1.5"/>
    </svg>

  </button>
        </dialog-close-button>
      </header>

      <div part="body">
        <slot></slot>
      </div>
    </div>
  </div>
</template><template id="popover-default-template">
  <div part="base">
    <div part="overlay"></div>

    <div part="content">
      <header part="header">
        <slot name="header"></slot>

        <dialog-close-button style="display: contents">
          <button type="button" part="close-button tap-area" aria-label="Chiudi"><svg aria-hidden="true" focusable="false" fill="none" width="14" class="icon icon-close" viewBox="0 0 16 16">
      <path d="m1 1 14 14M1 15 15 1" stroke="currentColor" stroke-width="1.5"/>
    </svg>

  </button>
        </dialog-close-button>
      </header>

      <div part="body">
        <slot></slot>
      </div>
    </div>
  </div>
</template><template id="header-search-default-template">
  <div part="base">
    <div part="overlay"></div>

    <div part="content">
      <slot></slot>
    </div>
  </div>
</template><template id="video-media-default-template">
  <slot></slot>

  <svg part="play-button" fill="none" width="48" height="48" viewBox="0 0 48 48">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M48 24c0 13.255-10.745 24-24 24S0 37.255 0 24 10.745 0 24 0s24 10.745 24 24Zm-18 0-9-6.6v13.2l9-6.6Z" fill="var(--play-button-background, #ffffff)"/>
  </svg>
</template>
<loading-bar class="loading-bar" aria-hidden="true"></loading-bar>
    <a href="#main" allow-hash-change class="skip-to-content sr-only">Vai al contenuto</a><div class="sr-only" role="status" aria-live="polite" aria-atomic="true">
      <span id="status-announcement"></span>
    </div>

    <div class="sr-only" role="alert" aria-live="assertive" aria-atomic="true">
      <span id="error-announcement"></span>
    </div>

    <span id="header-scroll-tracker" style="position: absolute; width: 1px; height: 1px; top: var(--header-scroll-tracker-offset, 10px); left: 0;"></span><!-- BEGIN sections: header-group -->
<section id="shopify-section-sections--30696667316563__custom_liquid_WykFt8" class="shopify-section shopify-section-group-header-group shopify-section--custom-liquid"><div class=" color-scheme color-scheme--scheme-1 color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56 bordered-section">
    <div class="container">
      <div class="text-center"><div id="mano-announcement" class="announcement-container">
  <div class="announcement-message">Spedizione gratuita</div>
  <div class="announcement-message">Paga in comode rate</div>
  <div class="announcement-message">Qualità garantita</div>

  <!-- WhatsApp con icona SVG -->
  <a href="https://wa.me/+390131382559" target="_blank" class="whatsapp-container">
    <svg width="20" height="20" viewBox="0 0 308 308" fill="white" xmlns="http://www.w3.org/2000/svg">
      <path d="M227.904,176.981c-0.6-0.288-23.054-11.345-27.044-12.781c-1.629-0.585-3.374-1.156-5.23-1.156 
        c-3.032,0-5.579,1.511-7.563,4.479c-2.243,3.334-9.033,11.271-11.131,13.642c-0.274,0.313-0.648,0.687-0.872,0.687 
        c-0.201,0-3.676-1.431-4.728-1.888c-24.087-10.463-42.37-35.624-44.877-39.867c-0.358-0.61-0.373-0.887-0.376-0.887 
        c0.088-0.323,0.898-1.135,1.316-1.554c1.223-1.21,2.548-2.805,3.83-4.348c0.607-0.731,1.215-1.463,1.812-2.153 
        c1.86-2.164,2.688-3.844,3.648-5.79l0.503-1.011c2.344-4.657,0.342-8.587-0.305-9.856c-0.531-1.062-10.012-23.944-11.02-26.348 
        c-2.424-5.801-5.627-8.502-10.078-8.502c-0.413,0,0,0-1.732,0.073c-2.109,0.089-13.594,1.601-18.672,4.802 
        c-5.385,3.395-14.495,14.217-14.495,33.249c0,17.129,10.87,33.302,15.537,39.453c0.116,0.155,0.329,0.47,0.638,0.922 
        c17.873,26.102,40.154,45.446,62.741,54.469c21.745,8.686,32.042,9.69,37.896,9.69c0.001,0,0.001,0,0.001,0 
        c2.46,0,4.429-0.193,6.166-0.364l1.102-0.105c7.512-0.666,24.02-9.22,27.775-19.655c2.958-8.219,3.738-17.199,1.77-20.458 
        C233.168,179.508,230.845,178.393,227.904,176.981z"></path>
      <path d="M156.734,0C73.318,0,5.454,67.354,5.454,150.143c0,26.777,7.166,52.988,20.741,75.928L0.212,302.716 
        c-0.484,1.429-0.124,3.009,0.933,4.085C1.908,307.58,2.943,308,4,308c0.405,0,0.813-0.061,1.211-0.188l79.92-25.396 
        c21.87,11.685,46.588,17.853,71.604,17.853C240.143,300.27,308,232.923,308,150.143C308,67.354,240.143,0,156.734,0z 
        M156.734,268.994c-23.539,0-46.338-6.797-65.936-19.657c-0.659-0.433-1.424-0.655-2.194-0.655c-0.407,0-0.815,0.062-1.212,0.188 
        l-40.035,12.726l12.924-38.129c0.418-1.234,0.209-2.595-0.561-3.647c-14.924-20.392-22.813-44.485-22.813-69.677 
        c0-65.543,53.754-118.867,119.826-118.867c66.064,0,119.812,53.324,119.812,118.867 
        C276.546,215.678,222.799,268.994,156.734,268.994z"></path>
    </svg>
    <span class="phone-number">+39 0131 382559</span>
  </a>

  <!-- Store Locator -->
  <a href="https://www.mano-j.it/apps/store-locator?shopify_session_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczpcL1wvbWFuby1qZXdlbHMubXlzaG9waWZ5LmNvbVwvYWRtaW4iLCJkZXN0IjoiaHR0cHM6XC9cL21hbm8tamV3ZWxzLm15c2hvcGlmeS5jb20iLCJhdWQiOiJlZTI1ZTc1Nzg3MTFjNGViM2U2ODQ5ZjI3ZDFlN2I4NCIsInN1YiI6IjQ1MzQ4MDYxMzI0IiwiZXhwIjoxNjg5MDA4NDA4LCJuYmYiOjE2ODkwMDgzNDgsImlhdCI6MTY4OTAwODM0OCwianRpIjoiYTQwMzUwODktNGM3My00YzBjLWExMDktMjhjYjY1ZjNjNGVlIiwic2lkIjoiNzIwNGU5YmY1NWMyYjY0MGFjZmJhYmE3Nzk0NzgyMmMyNjFjMWY1NGFkYjJlODVmYjA3MDUxMWVjNjIzMWY1ZCJ9.1hcAsFx3473SBHuJ9iwqYFw_rNWR17rHD_UuRJptn7c&host=bWFuby1qZXdlbHMubXlzaG9waWZ5LmNvbS9hZG1pbg" target="_blank" class="store-locator">
    <svg class="map-icon" fill="#ffffff" stroke="#ffffff" stroke-width="25" height="15px" width="15px" viewBox="0 0 490 490" xmlns="http://www.w3.org/2000/svg">
      <g>
        <path d="M245.001,0C156.458,0,84.424,71.987,84.424,160.472c0,85.04,145.93,315.146,152.142,324.9
          c1.836,2.882,5.017,4.628,8.435,4.628c3.418,0,6.599-1.746,8.434-4.628c6.212-9.754,152.141-239.861,152.141-324.9
          C405.576,71.987,333.542,0,245.001,0z M245.001,461.127c-13.207-21.363-40.009-65.587-66.549-114.588
          c-48.429-89.418-74.027-153.758-74.027-186.067C104.424,83.015,167.487,20,245.001,20c77.514,0,140.575,63.015,140.575,140.472
          c0,32.309-25.599,96.649-74.027,186.067C285.009,395.539,258.207,439.764,245.001,461.127z"></path>
        <path d="M244.999,76.071c-41.884,0-75.959,33.149-75.959,73.894c0,40.744,34.075,73.891,75.959,73.891s75.959-33.147,75.959-73.891
          C320.958,109.22,286.883,76.071,244.999,76.071z M244.999,203.855c-30.855,0-55.959-24.175-55.959-53.891
          c0-29.717,25.104-53.894,55.959-53.894s55.959,24.177,55.959,53.894C300.958,179.68,275.855,203.855,244.999,203.855z"></path>
      </g>
    </svg>
    <span class="store-locator-text">STORE LOCATOR</span>
  </a>
</div>

<style>
  /* Full width e azzeramento margini del blocco */
  #mano-announcement {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
  }

  .announcement-container {
    height: 40px;
    overflow: hidden;
    background-color: #57A3C9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .announcement-message {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: white;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  }

  .announcement-container .announcement-message:nth-child(1) {
    animation: swipe 9s infinite;
  }

  .announcement-container .announcement-message:nth-child(2) {
    animation: swipe 9s 3s infinite;
  }

  .announcement-container .announcement-message:nth-child(3) {
    animation: swipe 9s 6s infinite;
  }

  @keyframes swipe {
    0%   { transform: translateY(100%); opacity: 0; }
    10%  { transform: translateY(0); opacity: 1; }
    33%  { transform: translateY(0); opacity: 1; }
    40%  { transform: translateY(-100%); opacity: 0; }
    100% { transform: translateY(-100%); opacity: 0; }
  }

  /* WhatsApp */
  .whatsapp-container {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
  }

  .whatsapp-container svg {
    width: 15px;
    height: 15px;
  }

  .phone-number {
    color: white;
    font-size: 10px;
    display: none;
  }

  @media (min-width: 768px) {
    .phone-number {
      display: inline;
    }
  }

  /* Store Locator */
  .store-locator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .store-locator-text {
    font-size: 12px;
    color: white;
  }

  .map-icon {
    display: inline-block;
    vertical-align: middle;
  }

  @media (max-width: 767px) {
    .store-locator-text { display: none; }
    .map-icon { width: 15px; height: 15px; }
  }

  @media (min-width: 768px) {
    .map-icon { display: none; }
    .store-locator-text { display: inline; }
  }
</style></div>
    </div>
  </div>
</section><header id="shopify-section-sections--30696667316563__header" class="shopify-section shopify-section-group-header-group shopify-section--header"><style>
  :root {
    --header-is-sticky: 1;
  }

  #shopify-section-sections--30696667316563__header {
    --header-grid: "primary-nav logo secondary-nav" / minmax(0, 1fr) auto minmax(0, 1fr);
    --header-padding-block: 1rem;
    --header-transparent-header-text-color: 255 255 255;
    --header-separation-border-color: 0 0 0 / 0;

    position: relative;
    z-index: 4;
  }

  @media screen and (min-width: 700px) {
    #shopify-section-sections--30696667316563__header {
      --header-padding-block: 1.6rem;
    }
  }

  @media screen and (min-width: 1000px) {
    #shopify-section-sections--30696667316563__header {--header-grid: "logo primary-nav secondary-nav" / minmax(max-content, 1fr) auto minmax(max-content, 1fr);}
  }#shopify-section-sections--30696667316563__header {
      position: sticky;
      top: 0;
    }

    .shopify-section--announcement-bar ~ #shopify-section-sections--30696667316563__header {
      top: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px));
    }#shopify-section-sections--30696667316563__header {
      --header-logo-width: 80px;
    }

    @media screen and (min-width: 700px) {
      #shopify-section-sections--30696667316563__header {
        --header-logo-width: 130px;
      }
    }</style>

<height-observer variable="header">
  <x-header
    
    class="header color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68"
  ><h1 class="header__logo">
        <a href="/"><span class="sr-only">MANO Jewels</span><img src="//www.mano-j.it/cdn/shop/files/logo_mano-j_nero.svg?v=1731677980&amp;width=488" alt="MANO Jewels" srcset="//www.mano-j.it/cdn/shop/files/logo_mano-j_nero.svg?v=1731677980&amp;width=260 260w, //www.mano-j.it/cdn/shop/files/logo_mano-j_nero.svg?v=1731677980&amp;width=390 390w" width="488" height="128" sizes="130px" class="header__logo-image"></a>
      </h1>
    
<nav
        class="header__primary-nav header__primary-nav--center"
        aria-label="Navigazione primaria"
      >
        <button
          type="button"
          aria-controls="sidebar-menu"
          
            class="md:hidden"
          
        >
          <span class="sr-only">Menù</span><svg aria-hidden="true" fill="none" focusable="false" width="24" class="header__nav-icon icon icon-hamburger" viewBox="0 0 24 24">
      <path d="M1 19h22M1 12h22M1 5h22" stroke="currentColor" stroke-width="1.5" stroke-linecap="square"/>
    </svg></button><ul class="contents unstyled-list md-max:hidden">

              <li class="header__primary-nav-item">
                    <mega-menu-disclosure follow-summary-link trigger="hover" class="contents"><details class="header__menu-disclosure">
                      <summary data-follow-link="/collections/all"  data-title="GIOIELLI">GIOIELLI</summary><div class="mega-menu " ><ul class="mega-menu__linklist unstyled-list"><li class="v-stack justify-items-start gap-5">
          <a href="/collections/all" class="h6">I Gioielli MANO | J.</a><ul class="v-stack gap-2.5 unstyled-list"><li>
                  <a href="/collections/bracciali-uomo" class="link-faded">Bracciali</a>
                </li><li>
                  <a href="/collections/anelli-uomo" class="link-faded">Anelli</a>
                </li><li>
                  <a href="/collections/collane-uomo" class="link-faded">Collane</a>
                </li><li>
                  <a href="/collections/solitari-uomo" class="link-faded">Solitari</a>
                </li><li>
                  <a href="/collections/fedi-matrimoniali" class="link-faded">Fedi</a>
                </li><li>
                  <a href="/collections/orecchini-uomo" class="link-faded">Orecchini</a>
                </li><li>
                  <a href="/collections/gemelli" class="link-faded">Gemelli</a>
                </li><li>
                  <a href="/collections/portachiavi" class="link-faded">Portachiavi</a>
                </li><li>
                  <a href="/collections/fermasoldi" class="link-faded">Fermasoldi</a>
                </li></ul></li></ul><div class="mega-menu__promo"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div>
</details></mega-menu-disclosure></li>

              <li class="header__primary-nav-item">
                    <mega-menu-disclosure follow-summary-link trigger="hover" class="contents"><details class="header__menu-disclosure">
                      <summary data-follow-link="/collections"  data-title="COLLEZIONI">COLLEZIONI</summary><div class="mega-menu " ><ul class="mega-menu__linklist unstyled-list"><li class="v-stack justify-items-start gap-5">
          <a href="/collections" class="h6">Le Collezioni MANO | J.</a><ul class="v-stack gap-2.5 unstyled-list"><li>
                  <a href="/collections/blk-edition" class="link-faded">BLK EDITION</a>
                </li><li>
                  <a href="/collections/gioielli-uomo-minimal" class="link-faded">Minimal</a>
                </li><li>
                  <a href="/collections/bracciali-uomo-groumette" class="link-faded">Groumette</a>
                </li><li>
                  <a href="/collections/tennis-uomo-loop" class="link-faded">Loop Flexible</a>
                </li><li>
                  <a href="/collections/titanio-portafortuna" class="link-faded">Lucky Horn</a>
                </li><li>
                  <a href="/collections/scooby-doo" class="link-faded">Scooby Doo</a>
                </li><li>
                  <a href="/collections/gioielli-uomo-cuby" class="link-faded">Cuby</a>
                </li><li>
                  <a href="/collections/sassi" class="link-faded">Sassi</a>
                </li><li>
                  <a href="/collections/anellini-2" class="link-faded">Circle</a>
                </li><li>
                  <a href="/collections/esagonini" class="link-faded">Hexagon</a>
                </li><li>
                  <a href="/collections/marine" class="link-faded">Marine</a>
                </li><li>
                  <a href="/collections/gioielli-uomo-heart-stone" class="link-faded">Heart Stone</a>
                </li><li>
                  <a href="/collections/gioielli-uomo-oro-gold" class="link-faded">Gold</a>
                </li></ul></li></ul><div class="mega-menu__promo"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div>
</details></mega-menu-disclosure></li>

              <li class="header__primary-nav-item">
                    <mega-menu-disclosure follow-summary-link trigger="hover" class="contents"><details class="header__menu-disclosure">
                      <summary data-follow-link="/pages/gift-guide-mano-j"  data-title="REGALI">REGALI</summary><div class="mega-menu " ><ul class="mega-menu__linklist unstyled-list"><li class="v-stack justify-items-start gap-5">
          <a href="/pages/gift-guide-mano-j" class="h6">REGALI SU MISURA</a><ul class="v-stack gap-2.5 unstyled-list"><li>
                  <a href="/collections/under-400" class="link-faded">Under €400</a>
                </li><li>
                  <a href="/collections/under-1000" class="link-faded">Under €1000</a>
                </li><li>
                  <a href="/collections/under-2000" class="link-faded">Under €2000</a>
                </li><li>
                  <a href="/collections/luxe" class="link-faded">Luxe</a>
                </li><li>
                  <a href="/collections/gift-card" class="link-faded">Gift Card</a>
                </li></ul></li><li class="v-stack justify-items-start gap-5">
          <a href="/pages/gift-guide-mano-j" class="h6">OCCASIONI SPECIALI</a><ul class="v-stack gap-2.5 unstyled-list"><li>
                  <a href="/collections/papa" class="link-faded">Papà</a>
                </li><li>
                  <a href="/collections/compleanno" class="link-faded">Compleanno</a>
                </li><li>
                  <a href="/collections/anniversario" class="link-faded">Anniversario</a>
                </li><li>
                  <a href="/collections/matrimonio" class="link-faded">Matrimonio</a>
                </li></ul></li></ul><div class="mega-menu__promo"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div>
</details></mega-menu-disclosure></li>

              <li class="header__primary-nav-item"><dropdown-menu-disclosure follow-summary-link trigger="hover"><details class="header__menu-disclosure">
                      <summary data-follow-link="/pages/manufacturing-mano"  data-title="ITALIAN TOUCH">ITALIAN TOUCH</summary><ul class="header__dropdown-menu header__dropdown-menu--restrictable unstyled-list" role="list"><li><a href="/pages/concept_mano" class="link-faded-reverse" >Concept</a></li><li><a href="/pages/manufacturing-mano" class="link-faded-reverse" >Manufacturing</a></li><li><a href="/pages/founders-mano" class="link-faded-reverse" >Founders</a></li></ul></details></dropdown-menu-disclosure></li></ul></nav><nav class="header__secondary-nav" aria-label="Navigazione secondaria"><ul class="contents unstyled-list"><li class="localization-selectors md-max:hidden"><div class="relative">
      <button
        type="button"
        class="localization-toggle heading text-xxs link-faded"
        aria-controls="popover-localization-header-nav-sections--30696667316563__header-locale"
        aria-label="Cambia lingua"
        aria-expanded="false"
      >Italiano<svg aria-hidden="true" focusable="false" fill="none" width="10" class="icon icon-chevron-down" viewBox="0 0 10 10">
      <path d="m1 3 4 4 4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>

      <x-popover
        id="popover-localization-header-nav-sections--30696667316563__header-locale"
        initial-focus="[aria-selected='true']"
        class="popover popover--bottom-end color-scheme color-scheme--dialog"
      >
        <p class="h4" slot="header">Lingua</p><form method="post" action="/localization" id="localization-form-header-nav-sections--30696667316563__header-locale" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.json?q=whatsapp&view=pwhatsapp" /><x-listbox class="popover__value-list"><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="it"
                aria-selected="true"
              >Italiano</button><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="en"
                aria-selected="false"
              >English</button></x-listbox></form></x-popover>
    </div></li><li class="header__account-link sm-max:hidden">
            <shopify-store store-domain="https://www.mano-j.it" country="IT" language="it"></shopify-store>
<shopify-account menu="main-menu-2026-copia">
              <div slot="signed-out-avatar"><svg aria-hidden="true" fill="none" focusable="false" width="24" class="header__nav-icon icon icon-account" viewBox="0 0 24 24">
      <path d="M16.125 8.75c-.184 2.478-2.063 4.5-4.125 4.5s-3.944-2.021-4.125-4.5c-.187-2.578 1.64-4.5 4.125-4.5 2.484 0 4.313 1.969 4.125 4.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M3.017 20.747C3.783 16.5 7.922 14.25 12 14.25s8.217 2.25 8.984 6.497" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"/>
    </svg></div>
            </shopify-account>
          </li><li class="header__search-link">
            <a href="/search" aria-controls="header-search-sections--30696667316563__header">
              <span class="sr-only">Cerca</span><svg aria-hidden="true" fill="none" focusable="false" width="24" class="header__nav-icon icon icon-search" viewBox="0 0 24 24">
      <path d="M10.364 3a7.364 7.364 0 1 0 0 14.727 7.364 7.364 0 0 0 0-14.727Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"/>
      <path d="M15.857 15.858 21 21.001" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
    </svg></a>
          </li><li class="relative header__cart-link">
          <a
            href="/cart"
            
              aria-controls="cart-drawer"
            
            data-no-instant
          >
            <span class="sr-only">Carrello</span><svg aria-hidden="true" fill="none" focusable="false" width="24" class="header__nav-icon icon icon-cart" viewBox="0 0 24 24"><path d="M21.5 21.5v-15h-19v15h19ZM8 6V5a4 4 0 1 1 8 0v1" stroke="currentColor" stroke-width="1.5"/></svg><cart-dot class="header__cart-dot  "></cart-dot>
          </a>
        </li>
      </ul>
    </nav><header-search id="header-search-sections--30696667316563__header" class="header-search">
  <div class="container">
    <form id="predictive-search-form" action="/search" method="GET" aria-owns="header-predictive-search" class="header-search__form" role="search">
      <div class="header-search__form-control"><svg aria-hidden="true" fill="none" focusable="false" width="20" class="icon icon-search" viewBox="0 0 24 24">
      <path d="M10.364 3a7.364 7.364 0 1 0 0 14.727 7.364 7.364 0 0 0 0-14.727Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"/>
      <path d="M15.857 15.858 21 21.001" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/>
    </svg><input
          type="search"
          name="q"
          spellcheck="false"
          class="header-search__input h5 sm:h4"
          aria-label="Ricerca"
          placeholder="Cerca..."
        >

        <dialog-close-button class="contents">
          <button type="button">
            <span class="sr-only">Chiudi</span><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-close" viewBox="0 0 16 16">
      <path d="m1 1 14 14M1 15 15 1" stroke="currentColor" stroke-width="1.5"/>
    </svg>

  </button>
        </dialog-close-button>
      </div>
    </form>

    <predictive-search id="header-predictive-search" class="predictive-search">
      <div class="predictive-search__content" slot="results"></div>
    </predictive-search>
  </div>
</header-search>
<template id="header-sidebar-template">
  <div part="base">
    <div part="overlay"></div>

    <div part="content">
      <header part="header">
        <dialog-close-button class="contents">
          <button type="button" part="close-button tap-area" aria-label="Chiudi"><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-close" viewBox="0 0 16 16">
      <path d="m1 1 14 14M1 15 15 1" stroke="currentColor" stroke-width="1.5"/>
    </svg>

  </button>
        </dialog-close-button>
      </header>

      <div part="panel-list">
        <slot name="main-panel"></slot><slot name="collapsible-panel"></slot></div>
    </div>
  </div>
</template>

<header-sidebar id="sidebar-menu" class="header-sidebar drawer drawer--sm color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68" template="header-sidebar-template" open-from="left"><div class="header-sidebar__main-panel" slot="main-panel">
    <div class="header-sidebar__scroller">
      <ul class="header-sidebar__linklist divide-y unstyled-list" role="list"><li><button
                type="button"
                class="header-sidebar__linklist-button h6"
                aria-controls="header-panel-1"
                aria-expanded="false"
              >GIOIELLI<svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-right  icon--direction-aware" viewBox="0 0 10 10">
      <path d="m3 9 4-4-4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button></li><li><button
                type="button"
                class="header-sidebar__linklist-button h6"
                aria-controls="header-panel-2"
                aria-expanded="false"
              >COLLEZIONI<svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-right  icon--direction-aware" viewBox="0 0 10 10">
      <path d="m3 9 4-4-4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button></li><li><button
                type="button"
                class="header-sidebar__linklist-button h6"
                aria-controls="header-panel-3"
                aria-expanded="false"
              >REGALI<svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-right  icon--direction-aware" viewBox="0 0 10 10">
      <path d="m3 9 4-4-4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button></li><li><button
                type="button"
                class="header-sidebar__linklist-button h6"
                aria-controls="header-panel-4"
                aria-expanded="false"
              >ITALIAN TOUCH<svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-right  icon--direction-aware" viewBox="0 0 10 10">
      <path d="m3 9 4-4-4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button></li></ul>
    </div><div class="header-sidebar__footer"><shopify-account menu="main-menu-2026-copia">
            <div slot="signed-out-avatar">
              <div class="text-with-icon smallcaps sm:hidden"><svg aria-hidden="true" fill="none" focusable="false" width="20" class="icon icon-account" viewBox="0 0 24 24">
      <path d="M16.125 8.75c-.184 2.478-2.063 4.5-4.125 4.5s-3.944-2.021-4.125-4.5c-.187-2.578 1.64-4.5 4.125-4.5 2.484 0 4.313 1.969 4.125 4.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M3.017 20.747C3.783 16.5 7.922 14.25 12 14.25s8.217 2.25 8.984 6.497" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"/>
    </svg>Login</div>
            </div>
          </shopify-account><div class="localization-selectors"><div class="relative">
      <button
        type="button"
        class="localization-toggle heading text-xxs link-faded"
        aria-controls="popover-localization-header-sidebar-sections--30696667316563__header-locale"
        aria-label="Cambia lingua"
        aria-expanded="false"
      >Italiano<svg aria-hidden="true" focusable="false" fill="none" width="10" class="icon icon-chevron-down" viewBox="0 0 10 10">
      <path d="m1 3 4 4 4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>

      <x-popover
        id="popover-localization-header-sidebar-sections--30696667316563__header-locale"
        initial-focus="[aria-selected='true']"
        class="popover popover--top-start color-scheme color-scheme--dialog"
      >
        <p class="h4" slot="header">Lingua</p><form method="post" action="/localization" id="localization-form-header-sidebar-sections--30696667316563__header-locale" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.json?q=whatsapp&view=pwhatsapp" /><x-listbox class="popover__value-list"><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="it"
                aria-selected="true"
              >Italiano</button><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="en"
                aria-selected="false"
              >English</button></x-listbox></form></x-popover>
    </div></div></div></div><header-sidebar-collapsible-panel class="header-sidebar__collapsible-panel" slot="collapsible-panel">
      <div class="header-sidebar__scroller"><div id="header-panel-1" class="header-sidebar__sub-panel" hidden>
              <button
                type="button"
                class="header-sidebar__back-button link-faded is-divided text-with-icon h6 md:hidden"
                data-action="close-panel"
              ><svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-left  icon--direction-aware" viewBox="0 0 10 10">
      <path d="M7 1 3 5l4 4" stroke="currentColor" stroke-linecap="square"/>
    </svg>GIOIELLI</button>

              <ul class="header-sidebar__linklist divide-y unstyled-list" role="list"><li><a href="/collections/bracciali-uomo" class="header-sidebar__linklist-button h6">Bracciali</a></li><li><a href="/collections/anelli-uomo" class="header-sidebar__linklist-button h6">Anelli</a></li><li><a href="/collections/collane-uomo" class="header-sidebar__linklist-button h6">Collane</a></li><li><a href="/collections/solitari-uomo" class="header-sidebar__linklist-button h6">Solitari</a></li><li><a href="/collections/fedi-matrimoniali" class="header-sidebar__linklist-button h6">Fedi</a></li><li><a href="/collections/orecchini-uomo" class="header-sidebar__linklist-button h6">Orecchini</a></li><li><a href="/collections/gemelli" class="header-sidebar__linklist-button h6">Gemelli</a></li><li><a href="/collections/portachiavi" class="header-sidebar__linklist-button h6">Portachiavi</a></li><li><a href="/collections/fermasoldi" class="header-sidebar__linklist-button h6">Fermasoldi</a></li></ul><div class="header-sidebar__promo scroll-area bleed md:unbleed"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-gioielli-dam-desk.jpg?v=1732791051&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div><div id="header-panel-2" class="header-sidebar__sub-panel" hidden>
              <button
                type="button"
                class="header-sidebar__back-button link-faded is-divided text-with-icon h6 md:hidden"
                data-action="close-panel"
              ><svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-left  icon--direction-aware" viewBox="0 0 10 10">
      <path d="M7 1 3 5l4 4" stroke="currentColor" stroke-linecap="square"/>
    </svg>COLLEZIONI</button>

              <ul class="header-sidebar__linklist divide-y unstyled-list" role="list"><li><a href="/collections/blk-edition" class="header-sidebar__linklist-button h6">BLK EDITION</a></li><li><a href="/collections/gioielli-uomo-minimal" class="header-sidebar__linklist-button h6">Minimal</a></li><li><a href="/collections/bracciali-uomo-groumette" class="header-sidebar__linklist-button h6">Groumette</a></li><li><a href="/collections/tennis-uomo-loop" class="header-sidebar__linklist-button h6">Loop Flexible</a></li><li><a href="/collections/titanio-portafortuna" class="header-sidebar__linklist-button h6">Lucky Horn</a></li><li><a href="/collections/scooby-doo" class="header-sidebar__linklist-button h6">Scooby Doo</a></li><li><a href="/collections/gioielli-uomo-cuby" class="header-sidebar__linklist-button h6">Cuby</a></li><li><a href="/collections/sassi" class="header-sidebar__linklist-button h6">Sassi</a></li><li><a href="/collections/anellini-2" class="header-sidebar__linklist-button h6">Circle</a></li><li><a href="/collections/esagonini" class="header-sidebar__linklist-button h6">Hexagon</a></li><li><a href="/collections/marine" class="header-sidebar__linklist-button h6">Marine</a></li><li><a href="/collections/gioielli-uomo-heart-stone" class="header-sidebar__linklist-button h6">Heart Stone</a></li><li><a href="/collections/gioielli-uomo-oro-gold" class="header-sidebar__linklist-button h6">Gold</a></li></ul><div class="header-sidebar__promo scroll-area bleed md:unbleed"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-collezioni-dam-desk.jpg?v=1732791051&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div><div id="header-panel-3" class="header-sidebar__sub-panel" hidden>
              <button
                type="button"
                class="header-sidebar__back-button link-faded is-divided text-with-icon h6 md:hidden"
                data-action="close-panel"
              ><svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-left  icon--direction-aware" viewBox="0 0 10 10">
      <path d="M7 1 3 5l4 4" stroke="currentColor" stroke-linecap="square"/>
    </svg>REGALI</button>

              <ul class="header-sidebar__linklist divide-y unstyled-list" role="list"><li><accordion-disclosure>
                        <details
                          class="accordion__disclosure group"
                          
                        >
                          <summary class="header-sidebar__linklist-button h6">REGALI SU MISURA<span class="animated-plus group-expanded:rotate" aria-hidden="true"></span>
                          </summary>

                          <div class="header-sidebar__nested-linklist"><a href="/collections/under-400" class="link-faded-reverse">Under €400</a><a href="/collections/under-1000" class="link-faded-reverse">Under €1000</a><a href="/collections/under-2000" class="link-faded-reverse">Under €2000</a><a href="/collections/luxe" class="link-faded-reverse">Luxe</a><a href="/collections/gift-card" class="link-faded-reverse">Gift Card</a></div>
                        </details>
                      </accordion-disclosure></li><li><accordion-disclosure>
                        <details
                          class="accordion__disclosure group"
                          
                        >
                          <summary class="header-sidebar__linklist-button h6">OCCASIONI SPECIALI<span class="animated-plus group-expanded:rotate" aria-hidden="true"></span>
                          </summary>

                          <div class="header-sidebar__nested-linklist"><a href="/collections/papa" class="link-faded-reverse">Papà</a><a href="/collections/compleanno" class="link-faded-reverse">Compleanno</a><a href="/collections/anniversario" class="link-faded-reverse">Anniversario</a><a href="/collections/matrimonio" class="link-faded-reverse">Matrimonio</a></div>
                        </details>
                      </accordion-disclosure></li></ul><div class="header-sidebar__promo scroll-area bleed md:unbleed"><div class="v-stack justify-items-center gap-4 sm:gap-5 group"><div class="overflow-hidden"><img src="//www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=1000" alt="" srcset="//www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=315 315w, //www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=630 630w, //www.mano-j.it/cdn/shop/files/mega-menu-regali-packaging-desk.jpg?v=1732802106&amp;width=945 945w" width="1000" height="1000" loading="lazy" sizes="315px" class="zoom-image group-hover:zoom"></div></div></div></div><div id="header-panel-4" class="header-sidebar__sub-panel" hidden>
              <button
                type="button"
                class="header-sidebar__back-button link-faded is-divided text-with-icon h6 md:hidden"
                data-action="close-panel"
              ><svg aria-hidden="true" focusable="false" fill="none" width="12" class="icon icon-chevron-left  icon--direction-aware" viewBox="0 0 10 10">
      <path d="M7 1 3 5l4 4" stroke="currentColor" stroke-linecap="square"/>
    </svg>ITALIAN TOUCH</button>

              <ul class="header-sidebar__linklist divide-y unstyled-list" role="list"><li><a href="/pages/concept_mano" class="header-sidebar__linklist-button h6">Concept</a></li><li><a href="/pages/manufacturing-mano" class="header-sidebar__linklist-button h6">Manufacturing</a></li><li><a href="/pages/founders-mano" class="header-sidebar__linklist-button h6">Founders</a></li></ul></div></div>
    </header-sidebar-collapsible-panel></header-sidebar>
</x-header>
</height-observer>

<script>
  document.documentElement.style.setProperty('--header-height', `${document.getElementById('shopify-section-sections--30696667316563__header').clientHeight.toFixed(2)}px`);
</script>


</header>
<!-- END sections: header-group --><!-- BEGIN sections: overlay-group -->
<section id="shopify-section-sections--30696667349331__cart-drawer" class="shopify-section shopify-section-group-overlay-group shopify-section--cart-drawer"><cart-drawer
  id="cart-drawer"
  aria-label="Carrello"
  class="cart-drawer drawer drawer--center-body color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68"
  initial-focus="false"
  handle-editor-events
>
  <p class="h4" slot="header">Carrello</p><p class="h5 text-center">Il tuo carrello è vuoto</p></cart-drawer>


</section>
<!-- END sections: overlay-group --><main id="main" class="anchor">
      <section id="shopify-section-template--30696666693971__slideshow" class="shopify-section shopify-section--slideshow"><slideshow-carousel
    id="carousel-template--30696666693971__slideshow"
    class="slideshow"
    allow-swipe
    
    cell-selector=".slideshow__slide"
    
      autoplay="5"
    
    
      autoplay-pause-on-video
    
    role="region"
    style="--background: 0 0 0
  ; background-color: rgb(var(--background));--border-color: var(--text-color) / 0.15;"
  ><div
          class="slideshow__slide is-selected"
          media-type="image"
          
            reveal-on-scroll="true"
          
          role="group"
          
        ><div class="content-over-media content-over-media--fill" style="--content-over-media-content-max-width: 780px; --content-over-media-gradient-overlay: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 100%)"><picture><source
                        media="(max-width: 699px)"
                        srcset="//www.mano-j.it/cdn/shop/files/hp-05-2026-hero-mob.jpg?v=1778760003&width=800 800w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-mob.jpg?v=1778760003&width=1000 1000w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-mob.jpg?v=1778760003&width=1200 1200w"
                        width="1200"
                        height="1600"
                    ><img src="//www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=3200" alt="" srcset="//www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=1800 1800w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=2400 2400w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=2800 2800w, //www.mano-j.it/cdn/shop/files/hp-05-2026-hero-desk.jpg?v=1778759953&amp;width=3200 3200w" width="3200" height="1200" fetchpriority="high" sizes="100vw"></picture>

          <div class="slideshow__slide-content    place-self-end-center text-center sm:place-self-end-center sm:text-center" style="--text-color: 255 255 255; color: rgb(var(--text-color));--border-color: var(--text-color) / 0.15;">
            <div class="prose"><p class="h6">LA NUOVA COLLEZIONE IN TITANIO NERO</p><p class="h1">BLK EDITION</p><div class="button-group justify-center sm:justify-center">
<a  class="button" style="--button-background: 255 255 255;--button-outline-color: 255 255 255;--button-text-color: 28 28 28;" href="/collections/blk-edition" >Shop now</a></div></div>
          </div>
        </div></div></slideshow-carousel>
</section><section id="shopify-section-template--30696666693971__collection_list_fqpWkb" class="shopify-section shopify-section--collection-list"><style>
    #shopify-section-template--30696666693971__collection_list_fqpWkb {--collection-list-item-size: 84vw;--collection-list-gap: 1.5rem;}

    @media screen and (min-width: 700px) {
      #shopify-section-template--30696666693971__collection_list_fqpWkb {--collection-list-item-size: 62vw;}
    }

    @media screen and (min-width: 1150px) {
      #shopify-section-template--30696666693971__collection_list_fqpWkb {
        --collection-list-item-size: unset;
        --collection-list-items-per-row: 4;--collection-list-gap: 1.875rem;}
    }
  </style><div class="section-spacing  color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68 color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 ">
    <div class="container">
      <div class="section-stack">
  <div class="section-header justify-self-center text-center"><div class="prose"><h2 class="h2">TITANIO ORO DIAMANTI</h2></div></div>

        
<div class="floating-controls-container floating-controls-container--inside floating-controls-container--on-hover "><carousel-prev-button class="floating-controls-container__control" aria-controls="carousel-template--30696666693971__collection_list_fqpWkb">
              <button type="button" class="prev-next-button prev-next-button--prev circle-button circle-button--lg hover:animate-icon-inline" disabled>
                <span class="sr-only">Precedente</span><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-arrow-left  icon--direction-aware" viewBox="0 0 16 18">
      <path d="M11 1 3 9l8 8" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>
            </carousel-prev-button>

            <scroll-carousel
              id="carousel-template--30696666693971__collection_list_fqpWkb"
              group-cells
              allow-drag
              class="collection-list scroll-area  bleed lg:unbleed"
            >
              
<a href="/collections/bracciali-uomo" class="collection-card  shrink-0 snap-center is-selected group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/bracciali-maggio-2026-product-carousel.jpg?v=1779790120&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >BRACCIALI</button></div></div></a><a href="/collections/anelli-uomo" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/anelli-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >ANELLI</button></div></div></a><a href="/collections/collane-uomo" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/collane-maggio-2026-product-carousel.jpg?v=1779790279&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >COLLANE</button></div></div></a><a href="/collections/solitari-uomo" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/solitari-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >SOLITARI</button></div></div></a><a href="/collections/fedi-matrimoniali" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/fedi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >FEDI</button></div></div></a><a href="/collections/orecchini-uomo" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/orecchini-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >ORECCHINI</button></div></div></a><a href="/collections/gemelli" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/gemelli-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >GEMELLI</button></div></div></a><a href="/collections/portachiavi" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/portachiavi-maggio-2026-product-carousel.jpg?v=1779789979&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >PORTACHIAVI</button></div></div></a><a href="/collections/fermasoldi" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--auto" style="--content-over-media-overlay: 0 0 0 / 0.06;"><img src="//www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/fermasoldi-maggio-2026-product-carousel.jpg?v=1779789978&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 25vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button" tabindex="-1" >FERMASOLDI</button></div></div></a>
            </scroll-carousel>

            <carousel-next-button class="floating-controls-container__control" aria-controls="carousel-template--30696666693971__collection_list_fqpWkb">
              <button type="button" class="prev-next-button prev-next-button--next circle-button circle-button--lg hover:animate-icon-inline">
                <span class="sr-only">Successivo</span><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-arrow-right  icon--direction-aware" viewBox="0 0 16 18">
      <path d="m5 17 8-8-8-8" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>
            </carousel-next-button>
          </div>
        
      </div>
    </div>
  </div>
</section><section id="shopify-section-template--30696666693971__collection_list_MPNNeA" class="shopify-section shopify-section--collection-list"><style>
    #shopify-section-template--30696666693971__collection_list_MPNNeA {--collection-list-items-per-row: 1;}

    @media screen and (min-width: 700px) {
      #shopify-section-template--30696666693971__collection_list_MPNNeA {--collection-list-items-per-row: 2;}
    }

    @media screen and (min-width: 1150px) {
      #shopify-section-template--30696666693971__collection_list_MPNNeA {
        --collection-list-item-size: unset;
        --collection-list-items-per-row: 3;}
    }
  </style><div class=" color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68 color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 ">
    <div class="">
      <div class="section-stack">

        
<div class="collection-list wrap  lg:hidden">
              
<a href="/collections/blk-edition" class="collection-card  shrink-0 snap-center is-selected group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >BLK EDITION</button></div></div></a><a href="/collections/gioielli-uomo-minimal" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1800" alt="Gioielli da uomo stile minimale" srcset="//www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >MINIMAL</button></div></div></a><a href="/collections/bracciali-uomo-groumette" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1800" alt="MANO|J.- gioielli da uomo - bracciali groumette da uomo" srcset="//www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >GROUMETTE</button></div></div></a><a href="/collections/tennis-uomo-loop" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1800" alt="bracciale tennis da uomo" srcset="//www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >LOOP FLEXIBLE</button></div></div></a>
            </div><div class="floating-controls-container floating-controls-container--inside floating-controls-container--on-hover lg-max:hidden"><carousel-prev-button class="floating-controls-container__control" aria-controls="carousel-template--30696666693971__collection_list_MPNNeA">
              <button type="button" class="prev-next-button prev-next-button--prev circle-button circle-button--lg hover:animate-icon-inline" disabled>
                <span class="sr-only">Precedente</span><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-arrow-left  icon--direction-aware" viewBox="0 0 16 18">
      <path d="M11 1 3 9l8 8" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>
            </carousel-prev-button>

            <scroll-carousel
              id="carousel-template--30696666693971__collection_list_MPNNeA"
              group-cells
              allow-drag
              class="collection-list scroll-area  bleed lg:unbleed"
            >
              
<a href="/collections/blk-edition" class="collection-card  shrink-0 snap-center is-selected group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/blk-edition-maggio-2026-collection-carousel.jpg?v=1779733330&amp;width=1400 1400w" width="1500" height="1500" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >BLK EDITION</button></div></div></a><a href="/collections/gioielli-uomo-minimal" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1800" alt="Gioielli da uomo stile minimale" srcset="//www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/MINANTRGBFE_2.jpg?v=1763635575&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >MINIMAL</button></div></div></a><a href="/collections/bracciali-uomo-groumette" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1800" alt="MANO|J.- gioielli da uomo - bracciali groumette da uomo" srcset="//www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/GROUBRT3RGBSN_3.jpg?v=1763635599&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >GROUMETTE</button></div></div></a><a href="/collections/tennis-uomo-loop" class="collection-card  shrink-0 snap-center  group" ><div class="content-over-media content-over-media--lg" style="--content-over-media-overlay: 0 0 0 / 0.1;"><img src="//www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1800" alt="bracciale tennis da uomo" srcset="//www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=200 200w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=300 300w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=400 400w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=500 500w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=600 600w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=800 800w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1400 1400w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1600 1600w, //www.mano-j.it/cdn/shop/collections/TENBRTBRGBR5PT_p.jpg?v=1763635623&amp;width=1800 1800w" width="1800" height="900" sizes="(max-width: 699px) 100vw, (max-width: 1149px) 50vw, 33vw" class="zoom-image group-hover:zoom" draggable="false"><div class="collection-card__content color-scheme color-scheme--scheme-4 prose prose--tight place-self-end-center text-center">
<button type="button"  class="button button--outline" tabindex="-1" >LOOP FLEXIBLE</button></div></div></a>
            </scroll-carousel>

            <carousel-next-button class="floating-controls-container__control" aria-controls="carousel-template--30696666693971__collection_list_MPNNeA">
              <button type="button" class="prev-next-button prev-next-button--next circle-button circle-button--lg hover:animate-icon-inline">
                <span class="sr-only">Successivo</span><svg aria-hidden="true" focusable="false" fill="none" width="16" class="icon icon-arrow-right  icon--direction-aware" viewBox="0 0 16 18">
      <path d="m5 17 8-8-8-8" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>
            </carousel-next-button>
          </div>
        
      </div>
    </div>
  </div>
</section><section id="shopify-section-template--30696666693971__scrolling_content_MW7A6w" class="shopify-section shopify-section--scrolling-content"><style>
    #shopify-section-template--30696666693971__scrolling_content_MW7A6w {
      --section-vertical-spacing: clamp(40px, calc(40px + (60 - 40) * ((100vw - 375px) / (1400 - 375))), 60px);
      --scrolling-content-content-gap: clamp(80px, calc(80px + (120 - 80) * ((100vw - 375px) / (1400 - 375))), 120px);

      font-size: clamp(40px, calc(40px + (96 - 40) * ((100vw - 375px) / (1400 - 375))), 96px);
    }
  </style><div
    class="section-spacing color-scheme color-scheme--bg-54922f2e920ba8346f6dc0fba343d673  "
    style="--border-color: var(--text-color) / 0.15;"
  >
    <marquee-text
      speed="0.2"
      direction="left"
      
      class="scrolling-content"
    >
      <div class="scrolling-content__item"><p class="scrolling-content__text " >This product is extremely addictive</p></div>
    </marquee-text>
  </div>
</section><section id="shopify-section-template--30696666693971__image_with_text_overlay_iTmtC4" class="shopify-section shopify-section--image-with-text-overlay"><style>
    #shopify-section-template--30696666693971__image_with_text_overlay_iTmtC4 {--content-over-media-overlay: 0 0 0 / 0.2;--content-over-media-content-max-width: var(--container-md-max-width);
    }
  </style><div
    class=" color-scheme color-scheme--scheme-4 color-scheme--with-image-overlay"
    
  >
    <image-with-text-overlay class="content-over-media content-over-media--md" reveal-on-scroll="true"><picture><img src="//www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=1080" alt="" srcset="//www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=700 700w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=900 900w, //www.mano-j.it/cdn/shop/files/gift-guide-febbraio-2026-promo-collection.jpg?v=1769766353&amp;width=1000 1000w" width="1080" height="1080" loading="lazy" sizes="100vw"></picture><div class="content place-self-end-center text-center sm:place-self-center sm:text-center">
          <div class="prose">
<a  class="button" href="/pages/gift-guide-mano-j" >GIFT GUIDE</a></div>
        </div></image-with-text-overlay>
  </div>
</section><section id="shopify-section-template--30696666693971__image_with_text_6Fxq8K" class="shopify-section shopify-section--image-with-text"><style>
    #shopify-section-template--30696666693971__image_with_text_6Fxq8K {
      --image-with-text-content-max-width: 430px;
    }
  </style><div class=" color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68 color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 ">
    <image-with-text class="image-with-text "><picture><img src="//www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=1500" alt="" srcset="//www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=200 200w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=300 300w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=400 400w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=500 500w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=600 600w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=700 700w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=800 800w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=900 900w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=1000 1000w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=1200 1200w, //www.mano-j.it/cdn/shop/files/hp-natale-2024-promo-text-regalo-desk.jpg?v=1736349504&amp;width=1400 1400w" width="1500" height="1500" loading="lazy" sizes="(max-width: 699px) 100vw, 50vw" reveal-on-scroll="true"></picture><div class="prose text-center sm:text-start"><p class="h1" >CONFEZIONE REGALO GRATUITA</p><div ><p>Ogni gioiello MANO | J. arriva in una confezione regalo premium, con l'elegante sigillo in ceralacca.<br/>Raffinata e curata nei dettagli e completamente gratuita, per rendere ogni regalo ancora più speciale.</p></div></div>
    </image-with-text>
  </div>
</section><section id="shopify-section-template--30696666693971__video_MLxYpL" class="shopify-section shopify-section--video"><div class="content-over-media content-over-media--auto" style="--text-color: 255 255 255; color: rgb(var(--text-color));--border-color: var(--text-color) / 0.15;"><video-media
        
          autoplay
        
        
        style="--aspect-ratio: 1.775"
      ><video playsinline="true" class="object-cover" muted="muted" loop="loop" preload="metadata" poster="//www.mano-j.it/cdn/shop/files/preview_images/052a258c10e74c229cd07a863041b31e.thumbnail.0000000000_400x.jpg?v=1780593090"><source src="//www.mano-j.it/cdn/shop/videos/c/vp/052a258c10e74c229cd07a863041b31e/052a258c10e74c229cd07a863041b31e.HD-1080p-7.2Mbps-85719666.mp4?v=0" type="video/mp4"><img src="//www.mano-j.it/cdn/shop/files/preview_images/052a258c10e74c229cd07a863041b31e.thumbnail.0000000000_400x.jpg?v=1780593090"></video></video-media></div>
</section><section id="shopify-section-template--30696666693971__rich_text_9ifYAa" class="shopify-section shopify-section--rich-text"><div class="color-scheme color-scheme--scheme-928c0e87-4dee-4bde-973c-6bf2cf128c68 color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 section-spacing ">
    <div class="container container--sm">
      <div class="prose text-center"><p class="h1" >TUTTO INIZIA DALLE NOSTRE MANI</p><div ><p>Ogni gioiello MANO | J. combina artigianalità italiana e innovazione tecnologica.<br/>Realizzato interamente a Valenza, racchiude tradizione, esperienza e design unico.</p></div></div>
    </div>
  </div>
</section><section id="shopify-section-template--30696666693971__scrolling_content_T9i9hB" class="shopify-section shopify-section--scrolling-content"><style>
    #shopify-section-template--30696666693971__scrolling_content_T9i9hB {
      --section-vertical-spacing: clamp(30px, calc(30px + (40 - 30) * ((100vw - 375px) / (1400 - 375))), 40px);
      --scrolling-content-content-gap: clamp(50px, calc(50px + (100 - 50) * ((100vw - 375px) / (1400 - 375))), 100px);

      font-size: clamp(60px, calc(60px + (110 - 60) * ((100vw - 375px) / (1400 - 375))), 110px);
    }
  </style><div
    class="section-spacing color-scheme color-scheme--bg-54922f2e920ba8346f6dc0fba343d673  bordered-section"
    style="--border-color: var(--text-color) / 0.15;"
  >
    <marquee-text
      speed="0.3"
      direction="left"
      
      class="scrolling-content"
    >
      <div class="scrolling-content__item"><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-5-restivo.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-5-restivo.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-5-restivo.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-5-restivo.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-5-restivo.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-16-zironi.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-16-zironi.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-16-zironi.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-16-zironi.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-16-zironi.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-8-cielo.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-8-cielo.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-8-cielo.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-8-cielo.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-8-cielo.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-11-granarelli.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-11-granarelli.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-11-granarelli.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-11-granarelli.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-11-granarelli.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-12-igussago.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-12-igussago.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-12-igussago.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-12-igussago.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-12-igussago.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-7-caroceli.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-7-caroceli.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-7-caroceli.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-7-caroceli.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-7-caroceli.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-2-hausmann.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-2-hausmann.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-2-hausmann.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-2-hausmann.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-2-hausmann.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-6-burato.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-6-burato.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-6-burato.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-6-burato.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-6-burato.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-1-bartorelli.jpg?v=1734615677&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-1-bartorelli.jpg?v=1734615677&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-1-bartorelli.jpg?v=1734615677&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-1-bartorelli.jpg?v=1734615677&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-1-bartorelli.jpg?v=1734615677&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div><div class="scrolling-content__image" ><img src="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-13-nitta.jpg?v=1734615678&amp;width=500" alt="" srcset="//www.mano-j.it/cdn/shop/files/top-100-gioiellerie-13-nitta.jpg?v=1734615678&amp;width=90 90w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-13-nitta.jpg?v=1734615678&amp;width=180 180w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-13-nitta.jpg?v=1734615678&amp;width=270 270w, //www.mano-j.it/cdn/shop/files/top-100-gioiellerie-13-nitta.jpg?v=1734615678&amp;width=360 360w" width="500" height="214" loading="lazy" sizes="(max-width: 699px) 90px, 180px"></div></div>
    </marquee-text>
  </div>
</section>
<!-- BEGIN sections: footer-group -->
<footer id="shopify-section-sections--30696667283795__footer" class="shopify-section shopify-section-group-footer-group shopify-section--footer"><style>
  #shopify-section-sections--30696667283795__footer {
    --footer-content-justify-items: space-between;
  }
</style><div class="footer color-scheme color-scheme--scheme-c0c6b256-b097-449a-969c-4b554258dea1 color-scheme--bg-d98120bd0492eb9f032ba012c5723018 ">
  <div class="container">
    <div class="footer__inner"><div class="footer__block-list"><div class="footer__block footer__block--text" ><div class="v-stack gap-4 sm:gap-5"><p class="h6">MANO | J.</p><div class="prose text-subdued"><p>Siamo l'equilibrio perfetto tra innovazione e tradizione. Linee essenziali, dettagli ricercati, materiali d'eccellenza.<br/>Un lusso fatto per durare.</p></div></div></div><div class="footer__block footer__block--text" ><div class="v-stack gap-4 sm:gap-5"><p class="h6">CONTATTACI</p><div class="prose text-subdued"><p><a href="https://wa.me/+390131382559">+39 0131 382559</a></p><p><a href="mailto:info@manojewels.it">info@manojewels.it</a></p><p>Viale della Repubblica 60/62 Valenza (AL)</p></div></div></div><div class="footer__block footer__block--links" ><div class="v-stack gap-4 sm:gap-5 "><p class="h6">SERVIZIO CLIENTI</p><ul class="v-stack gap-2.5 unstyled-list" role="list"><li>
                            <a href="/pages/pushdaddy-faq-1" class="link-faded">FAQ</a>
                          </li><li>
                            <a href="/pages/guida-alle-misure" class="link-faded">Guida alle misure</a>
                          </li><li>
                            <a href="/pages/cura-del-gioiello" class="link-faded">Cura del gioiello</a>
                          </li><li>
                            <a href="/pages/spedizioni-assicurate" class="link-faded">Spedizioni & Consegne</a>
                          </li><li>
                            <a href="/pages/diritto-di-recesso" class="link-faded">Diritto di recesso</a>
                          </li><li>
                            <a href="/pages/reso-facile" class="link-faded">Reso facile</a>
                          </li><li>
                            <a href="/pages/metodi-di-pagamento" class="link-faded">Metodi di pagamento</a>
                          </li></ul></div></div></div><ul class="social-media social-media--list unstyled-list" role="list"><li class="social-media__item branding-colors--facebook">
      <a href="https://www.facebook.com/manojewelsitaly" class="tap-area" target="_blank" rel="noopener" aria-label="Seguici su Facebook"><svg aria-hidden="true" focusable="false" width="24" class="icon icon-facebook" viewBox="0 0 24 24">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M10.183 21.85v-8.868H7.2V9.526h2.983V6.982a4.17 4.17 0 0 1 4.44-4.572 22.33 22.33 0 0 1 2.667.144v3.084h-1.83a1.44 1.44 0 0 0-1.713 1.68v2.208h3.423l-.447 3.456h-2.97v8.868h-3.57Z" fill="currentColor"/>
    </svg></a>
    </li><li class="social-media__item branding-colors--instagram">
      <a href="https://www.instagram.com/mano_j_italy/" class="tap-area" target="_blank" rel="noopener" aria-label="Seguici su Instagram"><svg aria-hidden="true" focusable="false" width="24" class="icon icon-instagram" viewBox="0 0 24 24">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.4c-2.607 0-2.934.011-3.958.058-1.022.046-1.72.209-2.33.446a4.705 4.705 0 0 0-1.7 1.107 4.706 4.706 0 0 0-1.108 1.7c-.237.611-.4 1.31-.446 2.331C2.41 9.066 2.4 9.392 2.4 12c0 2.607.011 2.934.058 3.958.046 1.022.209 1.72.446 2.33a4.706 4.706 0 0 0 1.107 1.7c.534.535 1.07.863 1.7 1.108.611.237 1.309.4 2.33.446 1.025.047 1.352.058 3.959.058s2.934-.011 3.958-.058c1.022-.046 1.72-.209 2.33-.446a4.706 4.706 0 0 0 1.7-1.107 4.706 4.706 0 0 0 1.108-1.7c.237-.611.4-1.31.446-2.33.047-1.025.058-1.352.058-3.959s-.011-2.934-.058-3.958c-.047-1.022-.209-1.72-.446-2.33a4.706 4.706 0 0 0-1.107-1.7 4.705 4.705 0 0 0-1.7-1.108c-.611-.237-1.31-.4-2.331-.446C14.934 2.41 14.608 2.4 12 2.4Zm0 1.73c2.563 0 2.867.01 3.88.056.935.042 1.443.199 1.782.33.448.174.768.382 1.104.718.336.336.544.656.718 1.104.131.338.287.847.33 1.783.046 1.012.056 1.316.056 3.879 0 2.563-.01 2.867-.056 3.88-.043.935-.199 1.444-.33 1.782a2.974 2.974 0 0 1-.719 1.104 2.974 2.974 0 0 1-1.103.718c-.339.131-.847.288-1.783.33-1.012.046-1.316.056-3.88.056-2.563 0-2.866-.01-3.878-.056-.936-.042-1.445-.199-1.783-.33a2.974 2.974 0 0 1-1.104-.718 2.974 2.974 0 0 1-.718-1.104c-.131-.338-.288-.847-.33-1.783-.047-1.012-.056-1.316-.056-3.879 0-2.563.01-2.867.056-3.88.042-.935.199-1.443.33-1.782.174-.448.382-.768.718-1.104a2.974 2.974 0 0 1 1.104-.718c.338-.131.847-.288 1.783-.33C9.133 4.14 9.437 4.13 12 4.13Zm0 11.07a3.2 3.2 0 1 1 0-6.4 3.2 3.2 0 0 1 0 6.4Zm0-8.13a4.93 4.93 0 1 0 0 9.86 4.93 4.93 0 0 0 0-9.86Zm6.276-.194a1.152 1.152 0 1 1-2.304 0 1.152 1.152 0 0 1 2.304 0Z" fill="currentColor"/>
    </svg></a>
    </li><li class="social-media__item branding-colors--youtube">
      <a href="https://www.youtube.com/@manojewels9011" class="tap-area" target="_blank" rel="noopener" aria-label="Seguici su YouTube"><svg aria-hidden="true" focusable="false" width="24" class="icon icon-youtube" viewBox="0 0 24 24">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M20.44 5.243c.929.244 1.66.963 1.909 1.876.451 1.654.451 5.106.451 5.106s0 3.452-.451 5.106a2.681 2.681 0 0 1-1.91 1.876c-1.684.443-8.439.443-8.439.443s-6.754 0-8.439-.443a2.682 2.682 0 0 1-1.91-1.876c-.45-1.654-.45-5.106-.45-5.106s0-3.452.45-5.106a2.681 2.681 0 0 1 1.91-1.876c1.685-.443 8.44-.443 8.44-.443s6.754 0 8.438.443Zm-5.004 6.982L9.792 15.36V9.091l5.646 3.134Z" fill="currentColor"/>
    </svg></a>
    </li><li class="social-media__item branding-colors--linkedin">
      <a href="https://www.linkedin.com/company/mano-jewels" class="tap-area" target="_blank" rel="noopener" aria-label="Seguici su LinkedIn"><svg aria-hidden="true" focusable="false" width="24" class="icon icon-linkedin" viewBox="0 0 24 24">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M7.349 5.478a1.875 1.875 0 1 0-3.749 0 1.875 1.875 0 1 0 3.749 0ZM7.092 19.2H3.857V8.78h3.235V19.2ZM12.22 8.78H9.121V19.2h3.228v-5.154c0-1.36.257-2.676 1.94-2.676 1.658 0 1.68 1.554 1.68 2.763V19.2H19.2v-5.715c0-2.806-.605-4.963-3.877-4.963-1.573 0-2.629.863-3.06 1.683h-.044V8.78Z" fill="currentColor"/>
    </svg></a>
    </li><li class="social-media__item branding-colors--whatsapp">
      <a href="https://wa.me/390131382559" class="tap-area" target="_blank" rel="noopener" aria-label="Seguici su WhatsApp"><svg aria-hidden="true" focusable="false" width="24" class="icon icon-whatsapp" viewBox="0 0 24 24">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M19.354 4.552a10.336 10.336 0 0 0-7.36-3.052C6.257 1.5 1.588 6.168 1.586 11.905a10.383 10.383 0 0 0 1.39 5.202L1.5 22.5l5.516-1.447c1.52.83 3.232 1.266 4.973 1.266h.004c5.736 0 10.404-4.668 10.406-10.405a10.342 10.342 0 0 0-3.045-7.362Zm-7.36 16.01h-.004a8.639 8.639 0 0 1-4.402-1.205l-.316-.188-3.274.859.874-3.192-.206-.327a8.626 8.626 0 0 1-1.322-4.603c.002-4.769 3.882-8.649 8.653-8.649a8.59 8.59 0 0 1 6.115 2.537 8.596 8.596 0 0 1 2.53 6.119c-.002 4.769-3.881 8.649-8.649 8.649Zm4.744-6.477c-.26-.13-1.539-.76-1.777-.846-.239-.087-.412-.13-.585.13s-.672.846-.823 1.02c-.152.173-.304.195-.564.064-.26-.13-1.097-.404-2.09-1.29-.773-.69-1.295-1.54-1.447-1.801-.152-.26-.016-.401.114-.53.116-.117.26-.304.39-.456.13-.152.173-.26.26-.434.087-.173.043-.325-.022-.455s-.584-1.41-.802-1.93c-.21-.508-.425-.439-.584-.447a10.498 10.498 0 0 0-.499-.01.955.955 0 0 0-.693.326c-.239.26-.91.89-.91 2.169 0 1.28.931 2.516 1.061 2.69.13.174 1.834 2.8 4.442 3.926.62.268 1.105.428 1.482.548.623.198 1.19.17 1.638.103.5-.074 1.538-.629 1.755-1.236.216-.607.216-1.128.151-1.236-.064-.109-.238-.174-.498-.304v-.001Z" fill="currentColor" />
    </svg></a>
    </li></ul><div class="footer__aside"><div class="localization-selectors"><div class="relative">
      <button
        type="button"
        class="localization-toggle heading text-xxs link-faded"
        aria-controls="popover-localization--sections--30696667283795__footer-country"
        aria-label="Cambia paese o valuta"
        aria-expanded="false"
      ><img src="//cdn.shopify.com/static/images/flags/it.svg?format=jpg&amp;width=60" alt="Italia" srcset="//cdn.shopify.com/static/images/flags/it.svg?format=jpg&amp;width=60 60w" width="60" height="45" class="country-flag"><span>Italia (EUR
            €)</span><svg aria-hidden="true" focusable="false" fill="none" width="10" class="icon icon-chevron-down" viewBox="0 0 10 10">
      <path d="m1 3 4 4 4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>

      <x-popover
        id="popover-localization--sections--30696667283795__footer-country"
        initial-focus="[aria-selected='true']"
        class="popover popover--top-start color-scheme color-scheme--dialog"
      >
        <p class="h4" slot="header">Paese/Area geografica</p><form method="post" action="/localization" id="localization-form--sections--30696667283795__footer-country" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.json?q=whatsapp&view=pwhatsapp" /><x-listbox class="popover__value-list"><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/af.svg?format=jpg&amp;width=60" alt="Afghanistan" srcset="//cdn.shopify.com/static/images/flags/af.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Afghanistan (AFN
                  ؋)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/al.svg?format=jpg&amp;width=60" alt="Albania" srcset="//cdn.shopify.com/static/images/flags/al.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Albania (ALL
                  L)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/dz.svg?format=jpg&amp;width=60" alt="Algeria" srcset="//cdn.shopify.com/static/images/flags/dz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Algeria (DZD
                  د.ج)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="UM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/um.svg?format=jpg&amp;width=60" alt="Altre isole americane del Pacifico" srcset="//cdn.shopify.com/static/images/flags/um.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Altre isole americane del Pacifico (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ad.svg?format=jpg&amp;width=60" alt="Andorra" srcset="//cdn.shopify.com/static/images/flags/ad.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Andorra (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ao.svg?format=jpg&amp;width=60" alt="Angola" srcset="//cdn.shopify.com/static/images/flags/ao.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Angola (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ai.svg?format=jpg&amp;width=60" alt="Anguilla" srcset="//cdn.shopify.com/static/images/flags/ai.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Anguilla (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ag.svg?format=jpg&amp;width=60" alt="Antigua e Barbuda" srcset="//cdn.shopify.com/static/images/flags/ag.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Antigua e Barbuda (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sa.svg?format=jpg&amp;width=60" alt="Arabia Saudita" srcset="//cdn.shopify.com/static/images/flags/sa.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Arabia Saudita (SAR
                  ر.س)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ar.svg?format=jpg&amp;width=60" alt="Argentina" srcset="//cdn.shopify.com/static/images/flags/ar.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Argentina (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/am.svg?format=jpg&amp;width=60" alt="Armenia" srcset="//cdn.shopify.com/static/images/flags/am.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Armenia (AMD
                  դր.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/aw.svg?format=jpg&amp;width=60" alt="Aruba" srcset="//cdn.shopify.com/static/images/flags/aw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Aruba (AWG
                  ƒ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/au.svg?format=jpg&amp;width=60" alt="Australia" srcset="//cdn.shopify.com/static/images/flags/au.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Australia (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/at.svg?format=jpg&amp;width=60" alt="Austria" srcset="//cdn.shopify.com/static/images/flags/at.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Austria (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/az.svg?format=jpg&amp;width=60" alt="Azerbaigian" srcset="//cdn.shopify.com/static/images/flags/az.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Azerbaigian (AZN
                  ₼)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bs.svg?format=jpg&amp;width=60" alt="Bahamas" srcset="//cdn.shopify.com/static/images/flags/bs.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bahamas (BSD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bh.svg?format=jpg&amp;width=60" alt="Bahrein" srcset="//cdn.shopify.com/static/images/flags/bh.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bahrein (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bd.svg?format=jpg&amp;width=60" alt="Bangladesh" srcset="//cdn.shopify.com/static/images/flags/bd.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bangladesh (BDT
                  ৳)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BB"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bb.svg?format=jpg&amp;width=60" alt="Barbados" srcset="//cdn.shopify.com/static/images/flags/bb.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Barbados (BBD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/be.svg?format=jpg&amp;width=60" alt="Belgio" srcset="//cdn.shopify.com/static/images/flags/be.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Belgio (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bz.svg?format=jpg&amp;width=60" alt="Belize" srcset="//cdn.shopify.com/static/images/flags/bz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Belize (BZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BJ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bj.svg?format=jpg&amp;width=60" alt="Benin" srcset="//cdn.shopify.com/static/images/flags/bj.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Benin (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bm.svg?format=jpg&amp;width=60" alt="Bermuda" srcset="//cdn.shopify.com/static/images/flags/bm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bermuda (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bt.svg?format=jpg&amp;width=60" alt="Bhutan" srcset="//cdn.shopify.com/static/images/flags/bt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bhutan (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/by.svg?format=jpg&amp;width=60" alt="Bielorussia" srcset="//cdn.shopify.com/static/images/flags/by.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bielorussia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bo.svg?format=jpg&amp;width=60" alt="Bolivia" srcset="//cdn.shopify.com/static/images/flags/bo.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bolivia (BOB
                  Bs.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ba.svg?format=jpg&amp;width=60" alt="Bosnia ed Erzegovina" srcset="//cdn.shopify.com/static/images/flags/ba.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bosnia ed Erzegovina (BAM
                  КМ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bw.svg?format=jpg&amp;width=60" alt="Botswana" srcset="//cdn.shopify.com/static/images/flags/bw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Botswana (BWP
                  P)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/br.svg?format=jpg&amp;width=60" alt="Brasile" srcset="//cdn.shopify.com/static/images/flags/br.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Brasile (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bn.svg?format=jpg&amp;width=60" alt="Brunei" srcset="//cdn.shopify.com/static/images/flags/bn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Brunei (BND
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bg.svg?format=jpg&amp;width=60" alt="Bulgaria" srcset="//cdn.shopify.com/static/images/flags/bg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Bulgaria (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bf.svg?format=jpg&amp;width=60" alt="Burkina Faso" srcset="//cdn.shopify.com/static/images/flags/bf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Burkina Faso (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bi.svg?format=jpg&amp;width=60" alt="Burundi" srcset="//cdn.shopify.com/static/images/flags/bi.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Burundi (BIF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kh.svg?format=jpg&amp;width=60" alt="Cambogia" srcset="//cdn.shopify.com/static/images/flags/kh.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Cambogia (KHR
                  ៛)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cm.svg?format=jpg&amp;width=60" alt="Camerun" srcset="//cdn.shopify.com/static/images/flags/cm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Camerun (XAF
                  CFA)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ca.svg?format=jpg&amp;width=60" alt="Canada" srcset="//cdn.shopify.com/static/images/flags/ca.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Canada (CAD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CV"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cv.svg?format=jpg&amp;width=60" alt="Capo Verde" srcset="//cdn.shopify.com/static/images/flags/cv.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Capo Verde (CVE
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BQ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bq.svg?format=jpg&amp;width=60" alt="Caraibi olandesi" srcset="//cdn.shopify.com/static/images/flags/bq.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Caraibi olandesi (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cz.svg?format=jpg&amp;width=60" alt="Cechia" srcset="//cdn.shopify.com/static/images/flags/cz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Cechia (CZK
                  Kč)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/td.svg?format=jpg&amp;width=60" alt="Ciad" srcset="//cdn.shopify.com/static/images/flags/td.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ciad (XAF
                  CFA)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cl.svg?format=jpg&amp;width=60" alt="Cile" srcset="//cdn.shopify.com/static/images/flags/cl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Cile (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cn.svg?format=jpg&amp;width=60" alt="Cina" srcset="//cdn.shopify.com/static/images/flags/cn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Cina (CNY
                  ¥)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cy.svg?format=jpg&amp;width=60" alt="Cipro" srcset="//cdn.shopify.com/static/images/flags/cy.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Cipro (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/va.svg?format=jpg&amp;width=60" alt="Città del Vaticano" srcset="//cdn.shopify.com/static/images/flags/va.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Città del Vaticano (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/co.svg?format=jpg&amp;width=60" alt="Colombia" srcset="//cdn.shopify.com/static/images/flags/co.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Colombia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/km.svg?format=jpg&amp;width=60" alt="Comore" srcset="//cdn.shopify.com/static/images/flags/km.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Comore (KMF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cd.svg?format=jpg&amp;width=60" alt="Congo - Kinshasa" srcset="//cdn.shopify.com/static/images/flags/cd.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Congo - Kinshasa (CDF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cg.svg?format=jpg&amp;width=60" alt="Congo-Brazzaville" srcset="//cdn.shopify.com/static/images/flags/cg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Congo-Brazzaville (XAF
                  CFA)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kr.svg?format=jpg&amp;width=60" alt="Corea del Sud" srcset="//cdn.shopify.com/static/images/flags/kr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Corea del Sud (KRW
                  ₩)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cr.svg?format=jpg&amp;width=60" alt="Costa Rica" srcset="//cdn.shopify.com/static/images/flags/cr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Costa Rica (CRC
                  ₡)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ci.svg?format=jpg&amp;width=60" alt="Costa d’Avorio" srcset="//cdn.shopify.com/static/images/flags/ci.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Costa d’Avorio (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="HR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/hr.svg?format=jpg&amp;width=60" alt="Croazia" srcset="//cdn.shopify.com/static/images/flags/hr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Croazia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cw.svg?format=jpg&amp;width=60" alt="Curaçao" srcset="//cdn.shopify.com/static/images/flags/cw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Curaçao (ANG
                  ƒ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/dk.svg?format=jpg&amp;width=60" alt="Danimarca" srcset="//cdn.shopify.com/static/images/flags/dk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Danimarca (DKK
                  kr.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/dm.svg?format=jpg&amp;width=60" alt="Dominica" srcset="//cdn.shopify.com/static/images/flags/dm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Dominica (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="EC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ec.svg?format=jpg&amp;width=60" alt="Ecuador" srcset="//cdn.shopify.com/static/images/flags/ec.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ecuador (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="EG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/eg.svg?format=jpg&amp;width=60" alt="Egitto" srcset="//cdn.shopify.com/static/images/flags/eg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Egitto (EGP
                  ج.م)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SV"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sv.svg?format=jpg&amp;width=60" alt="El Salvador" srcset="//cdn.shopify.com/static/images/flags/sv.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>El Salvador (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ae.svg?format=jpg&amp;width=60" alt="Emirati Arabi Uniti" srcset="//cdn.shopify.com/static/images/flags/ae.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Emirati Arabi Uniti (AED
                  د.إ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ER"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/er.svg?format=jpg&amp;width=60" alt="Eritrea" srcset="//cdn.shopify.com/static/images/flags/er.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Eritrea (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="EE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ee.svg?format=jpg&amp;width=60" alt="Estonia" srcset="//cdn.shopify.com/static/images/flags/ee.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Estonia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ET"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/et.svg?format=jpg&amp;width=60" alt="Etiopia" srcset="//cdn.shopify.com/static/images/flags/et.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Etiopia (ETB
                  Br)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="FJ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/fj.svg?format=jpg&amp;width=60" alt="Figi" srcset="//cdn.shopify.com/static/images/flags/fj.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Figi (FJD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ph.svg?format=jpg&amp;width=60" alt="Filippine" srcset="//cdn.shopify.com/static/images/flags/ph.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Filippine (PHP
                  ₱)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="FI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/fi.svg?format=jpg&amp;width=60" alt="Finlandia" srcset="//cdn.shopify.com/static/images/flags/fi.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Finlandia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="FR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/fr.svg?format=jpg&amp;width=60" alt="Francia" srcset="//cdn.shopify.com/static/images/flags/fr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Francia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ga.svg?format=jpg&amp;width=60" alt="Gabon" srcset="//cdn.shopify.com/static/images/flags/ga.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Gabon (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gm.svg?format=jpg&amp;width=60" alt="Gambia" srcset="//cdn.shopify.com/static/images/flags/gm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Gambia (GMD
                  D)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ge.svg?format=jpg&amp;width=60" alt="Georgia" srcset="//cdn.shopify.com/static/images/flags/ge.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Georgia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gs.svg?format=jpg&amp;width=60" alt="Georgia del Sud e Sandwich australi" srcset="//cdn.shopify.com/static/images/flags/gs.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Georgia del Sud e Sandwich australi (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/de.svg?format=jpg&amp;width=60" alt="Germania" srcset="//cdn.shopify.com/static/images/flags/de.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Germania (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gh.svg?format=jpg&amp;width=60" alt="Ghana" srcset="//cdn.shopify.com/static/images/flags/gh.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ghana (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="JM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/jm.svg?format=jpg&amp;width=60" alt="Giamaica" srcset="//cdn.shopify.com/static/images/flags/jm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Giamaica (JMD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="JP"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/jp.svg?format=jpg&amp;width=60" alt="Giappone" srcset="//cdn.shopify.com/static/images/flags/jp.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Giappone (JPY
                  ¥)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gi.svg?format=jpg&amp;width=60" alt="Gibilterra" srcset="//cdn.shopify.com/static/images/flags/gi.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Gibilterra (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DJ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/dj.svg?format=jpg&amp;width=60" alt="Gibuti" srcset="//cdn.shopify.com/static/images/flags/dj.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Gibuti (DJF
                  Fdj)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="JO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/jo.svg?format=jpg&amp;width=60" alt="Giordania" srcset="//cdn.shopify.com/static/images/flags/jo.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Giordania (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gr.svg?format=jpg&amp;width=60" alt="Grecia" srcset="//cdn.shopify.com/static/images/flags/gr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Grecia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gd.svg?format=jpg&amp;width=60" alt="Grenada" srcset="//cdn.shopify.com/static/images/flags/gd.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Grenada (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gl.svg?format=jpg&amp;width=60" alt="Groenlandia" srcset="//cdn.shopify.com/static/images/flags/gl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Groenlandia (DKK
                  kr.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GP"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gp.svg?format=jpg&amp;width=60" alt="Guadalupa" srcset="//cdn.shopify.com/static/images/flags/gp.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guadalupa (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gt.svg?format=jpg&amp;width=60" alt="Guatemala" srcset="//cdn.shopify.com/static/images/flags/gt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guatemala (GTQ
                  Q)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gg.svg?format=jpg&amp;width=60" alt="Guernsey" srcset="//cdn.shopify.com/static/images/flags/gg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guernsey (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gn.svg?format=jpg&amp;width=60" alt="Guinea" srcset="//cdn.shopify.com/static/images/flags/gn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guinea (GNF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GQ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gq.svg?format=jpg&amp;width=60" alt="Guinea Equatoriale" srcset="//cdn.shopify.com/static/images/flags/gq.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guinea Equatoriale (XAF
                  CFA)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gw.svg?format=jpg&amp;width=60" alt="Guinea-Bissau" srcset="//cdn.shopify.com/static/images/flags/gw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guinea-Bissau (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gy.svg?format=jpg&amp;width=60" alt="Guyana" srcset="//cdn.shopify.com/static/images/flags/gy.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guyana (GYD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gf.svg?format=jpg&amp;width=60" alt="Guyana francese" srcset="//cdn.shopify.com/static/images/flags/gf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Guyana francese (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="HT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ht.svg?format=jpg&amp;width=60" alt="Haiti" srcset="//cdn.shopify.com/static/images/flags/ht.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Haiti (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="HN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/hn.svg?format=jpg&amp;width=60" alt="Honduras" srcset="//cdn.shopify.com/static/images/flags/hn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Honduras (HNL
                  L)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/in.svg?format=jpg&amp;width=60" alt="India" srcset="//cdn.shopify.com/static/images/flags/in.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>India (INR
                  ₹)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ID"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/id.svg?format=jpg&amp;width=60" alt="Indonesia" srcset="//cdn.shopify.com/static/images/flags/id.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Indonesia (IDR
                  Rp)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IQ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/iq.svg?format=jpg&amp;width=60" alt="Iraq" srcset="//cdn.shopify.com/static/images/flags/iq.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Iraq (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ie.svg?format=jpg&amp;width=60" alt="Irlanda" srcset="//cdn.shopify.com/static/images/flags/ie.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Irlanda (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/is.svg?format=jpg&amp;width=60" alt="Islanda" srcset="//cdn.shopify.com/static/images/flags/is.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Islanda (ISK
                  kr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ac.svg?format=jpg&amp;width=60" alt="Isola Ascensione" srcset="//cdn.shopify.com/static/images/flags/ac.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isola Ascensione (SHP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CX"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cx.svg?format=jpg&amp;width=60" alt="Isola Christmas" srcset="//cdn.shopify.com/static/images/flags/cx.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isola Christmas (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nf.svg?format=jpg&amp;width=60" alt="Isola Norfolk" srcset="//cdn.shopify.com/static/images/flags/nf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isola Norfolk (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/im.svg?format=jpg&amp;width=60" alt="Isola di Man" srcset="//cdn.shopify.com/static/images/flags/im.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isola di Man (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="AX"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ax.svg?format=jpg&amp;width=60" alt="Isole Åland" srcset="//cdn.shopify.com/static/images/flags/ax.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Åland (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ky.svg?format=jpg&amp;width=60" alt="Isole Cayman" srcset="//cdn.shopify.com/static/images/flags/ky.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Cayman (KYD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cc.svg?format=jpg&amp;width=60" alt="Isole Cocos (Keeling)" srcset="//cdn.shopify.com/static/images/flags/cc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Cocos (Keeling) (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ck.svg?format=jpg&amp;width=60" alt="Isole Cook" srcset="//cdn.shopify.com/static/images/flags/ck.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Cook (NZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="FO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/fo.svg?format=jpg&amp;width=60" alt="Isole Fær Øer" srcset="//cdn.shopify.com/static/images/flags/fo.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Fær Øer (DKK
                  kr.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="FK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/fk.svg?format=jpg&amp;width=60" alt="Isole Falkland" srcset="//cdn.shopify.com/static/images/flags/fk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Falkland (FKP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pn.svg?format=jpg&amp;width=60" alt="Isole Pitcairn" srcset="//cdn.shopify.com/static/images/flags/pn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Pitcairn (NZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SB"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sb.svg?format=jpg&amp;width=60" alt="Isole Salomone" srcset="//cdn.shopify.com/static/images/flags/sb.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Salomone (SBD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tc.svg?format=jpg&amp;width=60" alt="Isole Turks e Caicos" srcset="//cdn.shopify.com/static/images/flags/tc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Turks e Caicos (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/vg.svg?format=jpg&amp;width=60" alt="Isole Vergini Britanniche" srcset="//cdn.shopify.com/static/images/flags/vg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Isole Vergini Britanniche (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/il.svg?format=jpg&amp;width=60" alt="Israele" srcset="//cdn.shopify.com/static/images/flags/il.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Israele (ILS
                  ₪)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IT"
                aria-selected="true"
              ><img src="//cdn.shopify.com/static/images/flags/it.svg?format=jpg&amp;width=60" alt="Italia" srcset="//cdn.shopify.com/static/images/flags/it.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Italia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="JE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/je.svg?format=jpg&amp;width=60" alt="Jersey" srcset="//cdn.shopify.com/static/images/flags/je.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Jersey (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kz.svg?format=jpg&amp;width=60" alt="Kazakistan" srcset="//cdn.shopify.com/static/images/flags/kz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kazakistan (KZT
                  ₸)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ke.svg?format=jpg&amp;width=60" alt="Kenya" srcset="//cdn.shopify.com/static/images/flags/ke.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kenya (KES
                  KSh)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kg.svg?format=jpg&amp;width=60" alt="Kirghizistan" srcset="//cdn.shopify.com/static/images/flags/kg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kirghizistan (KGS
                  som)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ki.svg?format=jpg&amp;width=60" alt="Kiribati" srcset="//cdn.shopify.com/static/images/flags/ki.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kiribati (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="XK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/xk.svg?format=jpg&amp;width=60" alt="Kosovo" srcset="//cdn.shopify.com/static/images/flags/xk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kosovo (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kw.svg?format=jpg&amp;width=60" alt="Kuwait" srcset="//cdn.shopify.com/static/images/flags/kw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Kuwait (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/la.svg?format=jpg&amp;width=60" alt="Laos" srcset="//cdn.shopify.com/static/images/flags/la.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Laos (LAK
                  ₭)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ls.svg?format=jpg&amp;width=60" alt="Lesotho" srcset="//cdn.shopify.com/static/images/flags/ls.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Lesotho (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LV"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lv.svg?format=jpg&amp;width=60" alt="Lettonia" srcset="//cdn.shopify.com/static/images/flags/lv.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Lettonia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LB"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lb.svg?format=jpg&amp;width=60" alt="Libano" srcset="//cdn.shopify.com/static/images/flags/lb.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Libano (LBP
                  ل.ل)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lr.svg?format=jpg&amp;width=60" alt="Liberia" srcset="//cdn.shopify.com/static/images/flags/lr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Liberia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ly.svg?format=jpg&amp;width=60" alt="Libia" srcset="//cdn.shopify.com/static/images/flags/ly.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Libia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/li.svg?format=jpg&amp;width=60" alt="Liechtenstein" srcset="//cdn.shopify.com/static/images/flags/li.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Liechtenstein (CHF
                  CHF)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lt.svg?format=jpg&amp;width=60" alt="Lituania" srcset="//cdn.shopify.com/static/images/flags/lt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Lituania (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lu.svg?format=jpg&amp;width=60" alt="Lussemburgo" srcset="//cdn.shopify.com/static/images/flags/lu.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Lussemburgo (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mk.svg?format=jpg&amp;width=60" alt="Macedonia del Nord" srcset="//cdn.shopify.com/static/images/flags/mk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Macedonia del Nord (MKD
                  ден)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mg.svg?format=jpg&amp;width=60" alt="Madagascar" srcset="//cdn.shopify.com/static/images/flags/mg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Madagascar (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mw.svg?format=jpg&amp;width=60" alt="Malawi" srcset="//cdn.shopify.com/static/images/flags/mw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Malawi (MWK
                  MK)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/my.svg?format=jpg&amp;width=60" alt="Malaysia" srcset="//cdn.shopify.com/static/images/flags/my.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Malaysia (MYR
                  RM)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MV"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mv.svg?format=jpg&amp;width=60" alt="Maldive" srcset="//cdn.shopify.com/static/images/flags/mv.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Maldive (MVR
                  MVR)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ML"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ml.svg?format=jpg&amp;width=60" alt="Mali" srcset="//cdn.shopify.com/static/images/flags/ml.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mali (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mt.svg?format=jpg&amp;width=60" alt="Malta" srcset="//cdn.shopify.com/static/images/flags/mt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Malta (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ma.svg?format=jpg&amp;width=60" alt="Marocco" srcset="//cdn.shopify.com/static/images/flags/ma.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Marocco (MAD
                  د.م.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MQ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mq.svg?format=jpg&amp;width=60" alt="Martinica" srcset="//cdn.shopify.com/static/images/flags/mq.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Martinica (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mr.svg?format=jpg&amp;width=60" alt="Mauritania" srcset="//cdn.shopify.com/static/images/flags/mr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mauritania (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mu.svg?format=jpg&amp;width=60" alt="Mauritius" srcset="//cdn.shopify.com/static/images/flags/mu.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mauritius (MUR
                  ₨)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="YT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/yt.svg?format=jpg&amp;width=60" alt="Mayotte" srcset="//cdn.shopify.com/static/images/flags/yt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mayotte (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MX"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mx.svg?format=jpg&amp;width=60" alt="Messico" srcset="//cdn.shopify.com/static/images/flags/mx.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Messico (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/md.svg?format=jpg&amp;width=60" alt="Moldavia" srcset="//cdn.shopify.com/static/images/flags/md.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Moldavia (MDL
                  L)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mc.svg?format=jpg&amp;width=60" alt="Monaco" srcset="//cdn.shopify.com/static/images/flags/mc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Monaco (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mn.svg?format=jpg&amp;width=60" alt="Mongolia" srcset="//cdn.shopify.com/static/images/flags/mn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mongolia (MNT
                  ₮)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ME"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/me.svg?format=jpg&amp;width=60" alt="Montenegro" srcset="//cdn.shopify.com/static/images/flags/me.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Montenegro (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ms.svg?format=jpg&amp;width=60" alt="Montserrat" srcset="//cdn.shopify.com/static/images/flags/ms.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Montserrat (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mz.svg?format=jpg&amp;width=60" alt="Mozambico" srcset="//cdn.shopify.com/static/images/flags/mz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Mozambico (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mm.svg?format=jpg&amp;width=60" alt="Myanmar (Birmania)" srcset="//cdn.shopify.com/static/images/flags/mm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Myanmar (Birmania) (MMK
                  K)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/na.svg?format=jpg&amp;width=60" alt="Namibia" srcset="//cdn.shopify.com/static/images/flags/na.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Namibia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nr.svg?format=jpg&amp;width=60" alt="Nauru" srcset="//cdn.shopify.com/static/images/flags/nr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nauru (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NP"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/np.svg?format=jpg&amp;width=60" alt="Nepal" srcset="//cdn.shopify.com/static/images/flags/np.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nepal (NPR
                  Rs.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ni.svg?format=jpg&amp;width=60" alt="Nicaragua" srcset="//cdn.shopify.com/static/images/flags/ni.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nicaragua (NIO
                  C$)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ne.svg?format=jpg&amp;width=60" alt="Niger" srcset="//cdn.shopify.com/static/images/flags/ne.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Niger (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ng.svg?format=jpg&amp;width=60" alt="Nigeria" srcset="//cdn.shopify.com/static/images/flags/ng.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nigeria (NGN
                  ₦)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nu.svg?format=jpg&amp;width=60" alt="Niue" srcset="//cdn.shopify.com/static/images/flags/nu.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Niue (NZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/no.svg?format=jpg&amp;width=60" alt="Norvegia" srcset="//cdn.shopify.com/static/images/flags/no.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Norvegia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nc.svg?format=jpg&amp;width=60" alt="Nuova Caledonia" srcset="//cdn.shopify.com/static/images/flags/nc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nuova Caledonia (XPF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nz.svg?format=jpg&amp;width=60" alt="Nuova Zelanda" srcset="//cdn.shopify.com/static/images/flags/nz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Nuova Zelanda (NZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="OM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/om.svg?format=jpg&amp;width=60" alt="Oman" srcset="//cdn.shopify.com/static/images/flags/om.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Oman (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="NL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/nl.svg?format=jpg&amp;width=60" alt="Paesi Bassi" srcset="//cdn.shopify.com/static/images/flags/nl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Paesi Bassi (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pk.svg?format=jpg&amp;width=60" alt="Pakistan" srcset="//cdn.shopify.com/static/images/flags/pk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Pakistan (PKR
                  ₨)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pa.svg?format=jpg&amp;width=60" alt="Panamá" srcset="//cdn.shopify.com/static/images/flags/pa.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Panamá (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pg.svg?format=jpg&amp;width=60" alt="Papua Nuova Guinea" srcset="//cdn.shopify.com/static/images/flags/pg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Papua Nuova Guinea (PGK
                  K)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/py.svg?format=jpg&amp;width=60" alt="Paraguay" srcset="//cdn.shopify.com/static/images/flags/py.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Paraguay (PYG
                  ₲)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pe.svg?format=jpg&amp;width=60" alt="Perù" srcset="//cdn.shopify.com/static/images/flags/pe.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Perù (PEN
                  S/)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pf.svg?format=jpg&amp;width=60" alt="Polinesia francese" srcset="//cdn.shopify.com/static/images/flags/pf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Polinesia francese (XPF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pl.svg?format=jpg&amp;width=60" alt="Polonia" srcset="//cdn.shopify.com/static/images/flags/pl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Polonia (PLN
                  zł)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pt.svg?format=jpg&amp;width=60" alt="Portogallo" srcset="//cdn.shopify.com/static/images/flags/pt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Portogallo (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="QA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/qa.svg?format=jpg&amp;width=60" alt="Qatar" srcset="//cdn.shopify.com/static/images/flags/qa.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Qatar (QAR
                  ر.ق)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="HK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/hk.svg?format=jpg&amp;width=60" alt="RAS di Hong Kong" srcset="//cdn.shopify.com/static/images/flags/hk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>RAS di Hong Kong (HKD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mo.svg?format=jpg&amp;width=60" alt="RAS di Macao" srcset="//cdn.shopify.com/static/images/flags/mo.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>RAS di Macao (MOP
                  P)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="GB"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/gb.svg?format=jpg&amp;width=60" alt="Regno Unito" srcset="//cdn.shopify.com/static/images/flags/gb.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Regno Unito (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/cf.svg?format=jpg&amp;width=60" alt="Repubblica Centrafricana" srcset="//cdn.shopify.com/static/images/flags/cf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Repubblica Centrafricana (XAF
                  CFA)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="DO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/do.svg?format=jpg&amp;width=60" alt="Repubblica Dominicana" srcset="//cdn.shopify.com/static/images/flags/do.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Repubblica Dominicana (DOP
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="RE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/re.svg?format=jpg&amp;width=60" alt="Riunione" srcset="//cdn.shopify.com/static/images/flags/re.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Riunione (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="RO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ro.svg?format=jpg&amp;width=60" alt="Romania" srcset="//cdn.shopify.com/static/images/flags/ro.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Romania (RON
                  Lei)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="RW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/rw.svg?format=jpg&amp;width=60" alt="Ruanda" srcset="//cdn.shopify.com/static/images/flags/rw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ruanda (RWF
                  FRw)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="RU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ru.svg?format=jpg&amp;width=60" alt="Russia" srcset="//cdn.shopify.com/static/images/flags/ru.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Russia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="EH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/eh.svg?format=jpg&amp;width=60" alt="Sahara occidentale" srcset="//cdn.shopify.com/static/images/flags/eh.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sahara occidentale (MAD
                  د.م.)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="KN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/kn.svg?format=jpg&amp;width=60" alt="Saint Kitts e Nevis" srcset="//cdn.shopify.com/static/images/flags/kn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint Kitts e Nevis (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lc.svg?format=jpg&amp;width=60" alt="Saint Lucia" srcset="//cdn.shopify.com/static/images/flags/lc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint Lucia (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="MF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/mf.svg?format=jpg&amp;width=60" alt="Saint Martin" srcset="//cdn.shopify.com/static/images/flags/mf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint Martin (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/vc.svg?format=jpg&amp;width=60" alt="Saint Vincent e Grenadine" srcset="//cdn.shopify.com/static/images/flags/vc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint Vincent e Grenadine (XCD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="BL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/bl.svg?format=jpg&amp;width=60" alt="Saint-Barthélemy" srcset="//cdn.shopify.com/static/images/flags/bl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint-Barthélemy (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/pm.svg?format=jpg&amp;width=60" alt="Saint-Pierre e Miquelon" srcset="//cdn.shopify.com/static/images/flags/pm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Saint-Pierre e Miquelon (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="WS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ws.svg?format=jpg&amp;width=60" alt="Samoa" srcset="//cdn.shopify.com/static/images/flags/ws.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Samoa (WST
                  T)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sm.svg?format=jpg&amp;width=60" alt="San Marino" srcset="//cdn.shopify.com/static/images/flags/sm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>San Marino (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sh.svg?format=jpg&amp;width=60" alt="Sant’Elena" srcset="//cdn.shopify.com/static/images/flags/sh.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sant’Elena (SHP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ST"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/st.svg?format=jpg&amp;width=60" alt="São Tomé e Príncipe" srcset="//cdn.shopify.com/static/images/flags/st.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>São Tomé e Príncipe (STD
                  Db)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sn.svg?format=jpg&amp;width=60" alt="Senegal" srcset="//cdn.shopify.com/static/images/flags/sn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Senegal (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="RS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/rs.svg?format=jpg&amp;width=60" alt="Serbia" srcset="//cdn.shopify.com/static/images/flags/rs.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Serbia (RSD
                  РСД)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SC"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sc.svg?format=jpg&amp;width=60" alt="Seychelles" srcset="//cdn.shopify.com/static/images/flags/sc.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Seychelles (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sl.svg?format=jpg&amp;width=60" alt="Sierra Leone" srcset="//cdn.shopify.com/static/images/flags/sl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sierra Leone (SLL
                  Le)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sg.svg?format=jpg&amp;width=60" alt="Singapore" srcset="//cdn.shopify.com/static/images/flags/sg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Singapore (SGD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SX"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sx.svg?format=jpg&amp;width=60" alt="Sint Maarten" srcset="//cdn.shopify.com/static/images/flags/sx.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sint Maarten (ANG
                  ƒ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sk.svg?format=jpg&amp;width=60" alt="Slovacchia" srcset="//cdn.shopify.com/static/images/flags/sk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Slovacchia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SI"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/si.svg?format=jpg&amp;width=60" alt="Slovenia" srcset="//cdn.shopify.com/static/images/flags/si.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Slovenia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/so.svg?format=jpg&amp;width=60" alt="Somalia" srcset="//cdn.shopify.com/static/images/flags/so.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Somalia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ES"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/es.svg?format=jpg&amp;width=60" alt="Spagna" srcset="//cdn.shopify.com/static/images/flags/es.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Spagna (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="LK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/lk.svg?format=jpg&amp;width=60" alt="Sri Lanka" srcset="//cdn.shopify.com/static/images/flags/lk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sri Lanka (LKR
                  ₨)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="US"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/us.svg?format=jpg&amp;width=60" alt="Stati Uniti" srcset="//cdn.shopify.com/static/images/flags/us.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Stati Uniti (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ss.svg?format=jpg&amp;width=60" alt="Sud Sudan" srcset="//cdn.shopify.com/static/images/flags/ss.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sud Sudan (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ZA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/za.svg?format=jpg&amp;width=60" alt="Sudafrica" srcset="//cdn.shopify.com/static/images/flags/za.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sudafrica (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SD"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sd.svg?format=jpg&amp;width=60" alt="Sudan" srcset="//cdn.shopify.com/static/images/flags/sd.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Sudan (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sr.svg?format=jpg&amp;width=60" alt="Suriname" srcset="//cdn.shopify.com/static/images/flags/sr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Suriname (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SJ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sj.svg?format=jpg&amp;width=60" alt="Svalbard e Jan Mayen" srcset="//cdn.shopify.com/static/images/flags/sj.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Svalbard e Jan Mayen (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/se.svg?format=jpg&amp;width=60" alt="Svezia" srcset="//cdn.shopify.com/static/images/flags/se.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Svezia (SEK
                  kr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="CH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ch.svg?format=jpg&amp;width=60" alt="Svizzera" srcset="//cdn.shopify.com/static/images/flags/ch.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Svizzera (CHF
                  CHF)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TJ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tj.svg?format=jpg&amp;width=60" alt="Tagikistan" srcset="//cdn.shopify.com/static/images/flags/tj.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tagikistan (TJS
                  ЅМ)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tw.svg?format=jpg&amp;width=60" alt="Taiwan" srcset="//cdn.shopify.com/static/images/flags/tw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Taiwan (TWD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tz.svg?format=jpg&amp;width=60" alt="Tanzania" srcset="//cdn.shopify.com/static/images/flags/tz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tanzania (TZS
                  Sh)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tf.svg?format=jpg&amp;width=60" alt="Terre australi francesi" srcset="//cdn.shopify.com/static/images/flags/tf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Terre australi francesi (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="PS"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ps.svg?format=jpg&amp;width=60" alt="Territori palestinesi" srcset="//cdn.shopify.com/static/images/flags/ps.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Territori palestinesi (ILS
                  ₪)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="IO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/io.svg?format=jpg&amp;width=60" alt="Territorio britannico dell’Oceano Indiano" srcset="//cdn.shopify.com/static/images/flags/io.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Territorio britannico dell’Oceano Indiano (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TH"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/th.svg?format=jpg&amp;width=60" alt="Thailandia" srcset="//cdn.shopify.com/static/images/flags/th.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Thailandia (THB
                  ฿)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TL"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tl.svg?format=jpg&amp;width=60" alt="Timor Est" srcset="//cdn.shopify.com/static/images/flags/tl.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Timor Est (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tg.svg?format=jpg&amp;width=60" alt="Togo" srcset="//cdn.shopify.com/static/images/flags/tg.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Togo (XOF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TK"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tk.svg?format=jpg&amp;width=60" alt="Tokelau" srcset="//cdn.shopify.com/static/images/flags/tk.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tokelau (NZD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TO"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/to.svg?format=jpg&amp;width=60" alt="Tonga" srcset="//cdn.shopify.com/static/images/flags/to.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tonga (TOP
                  T$)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TT"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tt.svg?format=jpg&amp;width=60" alt="Trinidad e Tobago" srcset="//cdn.shopify.com/static/images/flags/tt.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Trinidad e Tobago (TTD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ta.svg?format=jpg&amp;width=60" alt="Tristan da Cunha" srcset="//cdn.shopify.com/static/images/flags/ta.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tristan da Cunha (GBP
                  £)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tn.svg?format=jpg&amp;width=60" alt="Tunisia" srcset="//cdn.shopify.com/static/images/flags/tn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tunisia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TR"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tr.svg?format=jpg&amp;width=60" alt="Turchia" srcset="//cdn.shopify.com/static/images/flags/tr.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Turchia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tm.svg?format=jpg&amp;width=60" alt="Turkmenistan" srcset="//cdn.shopify.com/static/images/flags/tm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Turkmenistan (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="TV"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/tv.svg?format=jpg&amp;width=60" alt="Tuvalu" srcset="//cdn.shopify.com/static/images/flags/tv.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Tuvalu (AUD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="UA"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ua.svg?format=jpg&amp;width=60" alt="Ucraina" srcset="//cdn.shopify.com/static/images/flags/ua.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ucraina (UAH
                  ₴)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="UG"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ug.svg?format=jpg&amp;width=60" alt="Uganda" srcset="//cdn.shopify.com/static/images/flags/ug.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Uganda (UGX
                  USh)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="HU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/hu.svg?format=jpg&amp;width=60" alt="Ungheria" srcset="//cdn.shopify.com/static/images/flags/hu.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Ungheria (HUF
                  Ft)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="UY"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/uy.svg?format=jpg&amp;width=60" alt="Uruguay" srcset="//cdn.shopify.com/static/images/flags/uy.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Uruguay (UYU
                  $U)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="UZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/uz.svg?format=jpg&amp;width=60" alt="Uzbekistan" srcset="//cdn.shopify.com/static/images/flags/uz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Uzbekistan (UZS
                  so'm)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VU"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/vu.svg?format=jpg&amp;width=60" alt="Vanuatu" srcset="//cdn.shopify.com/static/images/flags/vu.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Vanuatu (VUV
                  Vt)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ve.svg?format=jpg&amp;width=60" alt="Venezuela" srcset="//cdn.shopify.com/static/images/flags/ve.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Venezuela (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="VN"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/vn.svg?format=jpg&amp;width=60" alt="Vietnam" srcset="//cdn.shopify.com/static/images/flags/vn.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Vietnam (VND
                  ₫)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="WF"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/wf.svg?format=jpg&amp;width=60" alt="Wallis e Futuna" srcset="//cdn.shopify.com/static/images/flags/wf.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Wallis e Futuna (XPF
                  Fr)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="YE"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/ye.svg?format=jpg&amp;width=60" alt="Yemen" srcset="//cdn.shopify.com/static/images/flags/ye.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Yemen (YER
                  ﷼)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ZM"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/zm.svg?format=jpg&amp;width=60" alt="Zambia" srcset="//cdn.shopify.com/static/images/flags/zm.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Zambia (EUR
                  €)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="ZW"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/zw.svg?format=jpg&amp;width=60" alt="Zimbabwe" srcset="//cdn.shopify.com/static/images/flags/zw.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>Zimbabwe (USD
                  $)</span
                >
              </button><button
                type="submit"
                name="country_code"
                class="popover__value-option h-stack gap-2.5"
                role="option"
                value="SZ"
                aria-selected="false"
              ><img src="//cdn.shopify.com/static/images/flags/sz.svg?format=jpg&amp;width=60" alt="eSwatini" srcset="//cdn.shopify.com/static/images/flags/sz.svg?format=jpg&amp;width=60 60w" width="60" height="45" loading="lazy" class="country-flag"><span>eSwatini (EUR
                  €)</span
                >
              </button></x-listbox></form></x-popover>
    </div><div class="relative">
      <button
        type="button"
        class="localization-toggle heading text-xxs link-faded"
        aria-controls="popover-localization--sections--30696667283795__footer-locale"
        aria-label="Cambia lingua"
        aria-expanded="false"
      >Italiano<svg aria-hidden="true" focusable="false" fill="none" width="10" class="icon icon-chevron-down" viewBox="0 0 10 10">
      <path d="m1 3 4 4 4-4" stroke="currentColor" stroke-linecap="square"/>
    </svg></button>

      <x-popover
        id="popover-localization--sections--30696667283795__footer-locale"
        initial-focus="[aria-selected='true']"
        class="popover popover--top-start color-scheme color-scheme--dialog"
      >
        <p class="h4" slot="header">Lingua</p><form method="post" action="/localization" id="localization-form--sections--30696667283795__footer-locale" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.json?q=whatsapp&view=pwhatsapp" /><x-listbox class="popover__value-list"><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="it"
                aria-selected="true"
              >Italiano</button><button
                type="submit"
                name="locale_code"
                class="popover__value-option"
                role="option"
                value="en"
                aria-selected="false"
              >English</button></x-listbox></form></x-popover>
    </div></div><p class="heading text-subdued text-xxs">
          © 2026 - MANO Jewels
</p><ul class="payment-methods unstyled-list"><li><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" fill="none" aria-labelledby="pi-american_express"><title id="pi-american_express">American Express</title><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07" fill="none"/><path 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="#0071CE" style="fill:#0071CE;fill:color(display-p3 0.0000 0.4431 0.8078);fill-opacity:1;"/><path d="M3 0.5H35C36.3348 0.5 37.5 1.58692 37.5 3V21C37.5 22.4239 36.4239 23.5 35 23.5H3C1.66524 23.5 0.5 22.4131 0.5 21V3C0.5 1.57614 1.57614 0.5 3 0.5Z" stroke="black" stroke-opacity="0.07" style="stroke:black;stroke-opacity:0.07;"/><path d="M25.8662 6.33203V3H31L31.8662 5.5332L32.7334 3H37V14.2002H36.7998L34.8672 16.2656L36.7998 18.3594H37V21.2666H33.5996L31.9336 19.3994L30.2002 21.2666H19.4668V12.666H16L20.2666 3H24.4004L25.8662 6.33203ZM20.5996 20.2656H27V18.5322H22.666V17.3994H26.8662V15.666H22.666V14.5322H27V12.7988H20.5996V20.2656ZM30.5332 16.5322L27 20.2656H29.5996L31.8662 17.8662L34.0664 20.2656H36.7324L33.1992 16.4658L36.7324 12.7988H34.1328L31.8662 15.1992L29.7324 12.7988H27L30.5332 16.5322ZM17.666 11.7324H19.9326L20.5332 10.1992H23.999L24.666 11.7324H26.999L23.666 4.19922H20.999L17.666 11.7324ZM33.5996 4.19922L31.9326 8.86621L30.1992 4.19922H27V11.666H29.0664V6.39941L31 11.666H32.7998L34.7324 6.39941V11.666H36.7324V4.13281L33.5996 4.19922ZM23.2656 8.46582H21.2656L22.2656 5.99902L23.2656 8.46582Z" fill="white" style="fill:white;fill-opacity:1;"/></svg>
</li><li><svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>
</li><li><svg 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><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-blik"><title id="pi-blik">BLIK</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="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="url(#pi-blik-paint0_linear)"/><path d="M30.343 17.155l-2.785-3.639 2.563-3.236h-2.185l-2.456 3.138V6.78h-1.848v10.375h1.848v-3.532l2.456 3.532h2.407zM18.613 6.78h-1.848v10.366h1.848V6.78zm3.433 3.508h-1.848v6.867h1.848v-6.867z" fill="#fff"/><path d="M13.849 9.573a1.651 1.651 0 100-3.302 1.651 1.651 0 000 3.302z" fill="url(#pi-blik-paint1_radial)"/><path d="M12.041 10.206c-.574 0-1.138.144-1.642.419V6.82H8.534v6.9a3.516 3.516 0 103.507-3.515zm0 5.175a1.643 1.643 0 110-3.286 1.643 1.643 0 010 3.286z" fill="#fff"/><defs><radialGradient id="pi-blik-paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12.51 6.18) scale(5.41297)"><stop stop-color="red"/><stop offset=".49" stop-color="#E83E49"/><stop offset="1" stop-color="#F0F"/></radialGradient><linearGradient id="pi-blik-paint0_linear" x1="19" y1="4.977" x2="19" y2="55.605" gradientUnits="userSpaceOnUse"><stop/><stop offset=".732" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></svg></li><li><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>
</li><li><svg 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><svg 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><svg 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><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" fill="none" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07" fill="none"/><path 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="#1C1C1C" style="fill:#1C1C1C;fill:color(display-p3 0.1098 0.1098 0.1098);fill-opacity:1;"/><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="#232323" style="fill:#232323;fill:color(display-p3 0.1373 0.1373 0.1373);fill-opacity:1;"/><path d="M14.6364 19.2727C18.8538 19.2727 22.2727 15.8538 22.2727 11.6364C22.2727 7.41892 18.8538 4 14.6364 4C10.4189 4 7 7.41892 7 11.6364C7 15.8538 10.4189 19.2727 14.6364 19.2727Z" fill="#EB001B" style="fill:#EB001B;fill:color(display-p3 0.9216 0.0000 0.1059);fill-opacity:1;"/><path d="M23.3637 19.2727C27.5811 19.2727 31 15.8538 31 11.6364C31 7.41892 27.5811 4 23.3637 4C19.1462 4 15.7273 7.41892 15.7273 11.6364C15.7273 15.8538 19.1462 19.2727 23.3637 19.2727Z" fill="#F79E1B" style="fill:#F79E1B;fill:color(display-p3 0.9686 0.6196 0.1059);fill-opacity:1;"/><path d="M22.2727 11.6362C22.2727 9.01797 20.9637 6.72706 19 5.41797C17.0364 6.83615 15.7273 9.12706 15.7273 11.6362C15.7273 14.1452 17.0364 16.5452 19 17.8543C20.9637 16.5452 22.2727 14.2543 22.2727 11.6362Z" fill="#FF5F00" style="fill:#FF5F00;fill:color(display-p3 1.0000 0.3725 0.0000);fill-opacity:1;"/></svg>
</li><li><svg 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><svg 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><svg 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><svg 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><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" fill="none" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07" fill="none"/><path 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="#142FBD" style="fill:#142FBD;fill:color(display-p3 0.0784 0.1843 0.7412);fill-opacity:1;"/><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="#1532CB" style="fill:#1532CB;fill:color(display-p3 0.0824 0.1961 0.7961);fill-opacity:1;"/><path d="M29.5944 10.2167H29.2778C28.8556 11.2722 28.5389 11.8 28.2222 13.3833H30.2278C29.9111 11.8 29.9111 11.0611 29.5944 10.2167V10.2167ZM32.6556 16.4444H30.8611C30.7556 16.4444 30.7556 16.4444 30.65 16.3389L30.4389 15.3889L30.3333 15.1778H27.8C27.6944 15.1778 27.5889 15.1778 27.5889 15.3889L27.2722 16.3389C27.2722 16.4444 27.1667 16.4444 27.1667 16.4444H24.95L25.1611 15.9167L28.2222 8.73889C28.2222 8.21111 28.5389 8 29.0667 8H30.65C30.7556 8 30.8611 8 30.8611 8.21111L32.3389 15.0722C32.4444 15.4944 32.55 15.8111 32.55 16.2333C32.6556 16.3389 32.6556 16.3389 32.6556 16.4444V16.4444ZM18.5111 16.1278L18.9333 14.2278C19.0389 14.2278 19.1444 14.3333 19.1444 14.3333C19.8833 14.65 20.6222 14.8611 21.3611 14.7556C21.5722 14.7556 21.8889 14.65 22.1 14.5444C22.6278 14.3333 22.6278 13.8056 22.2056 13.3833C21.9944 13.1722 21.6778 13.0667 21.3611 12.8556C20.9389 12.6444 20.5167 12.4333 20.2 12.1167C18.9333 11.0611 19.3556 9.58333 20.0944 8.84444C20.7278 8.42222 21.0444 8 21.8889 8C23.1556 8 24.5278 8 25.1611 8.21111H25.2667C25.1611 8.84444 25.0556 9.37222 24.8444 10.0056C24.3167 9.79444 23.7889 9.58333 23.2611 9.58333C22.9444 9.58333 22.6278 9.58333 22.3111 9.68889C22.1 9.68889 21.9944 9.79444 21.8889 9.9C21.6778 10.1111 21.6778 10.4278 21.8889 10.6389L22.4167 11.0611C22.8389 11.2722 23.2611 11.4833 23.5778 11.6944C24.1056 12.0111 24.6333 12.5389 24.7389 13.1722C24.95 14.1222 24.6333 14.9667 23.7889 15.6C23.2611 16.0222 23.05 16.2333 22.3111 16.2333C20.8333 16.2333 19.6722 16.3389 18.7222 16.0222C18.6167 16.2333 18.6167 16.2333 18.5111 16.1278V16.1278ZM14.8167 16.4444C14.9222 15.7056 14.9222 15.7056 15.0278 15.3889C15.5556 13.0667 16.0833 10.6389 16.5056 8.31667C16.6111 8.10556 16.6111 8 16.8222 8H18.7222C18.5111 9.26667 18.3 10.2167 17.9833 11.3778C17.6667 12.9611 17.35 14.5444 16.9278 16.1278C16.9278 16.3389 16.8222 16.3389 16.6111 16.3389L14.8167 16.4444ZM5 8.21111C5 8.10556 5.21111 8 5.31667 8H8.90556C9.43333 8 9.85556 8.31667 9.96111 8.84444L10.9111 13.4889C10.9111 13.5944 10.9111 13.5944 11.0167 13.7C11.0167 13.5944 11.1222 13.5944 11.1222 13.5944L13.3389 8.21111C13.2333 8.10556 13.3389 8 13.4444 8H15.6611C15.6611 8.10556 15.6611 8.10556 15.5556 8.21111L12.2833 15.9167C12.1778 16.1278 12.1778 16.2333 12.0722 16.3389C11.9667 16.4444 11.7556 16.3389 11.5444 16.3389H9.96111C9.85556 16.3389 9.75 16.3389 9.75 16.1278L8.06111 9.58333C7.85 9.37222 7.53333 9.05556 7.11111 8.95C6.47778 8.63333 5.31667 8.42222 5.10556 8.42222L5 8.21111Z" fill="white" style="fill:white;fill-opacity:1;"/></svg>
</li></ul></div>
    </div>
  </div>
</div>


</footer><section id="shopify-section-sections--30696667283795__rich_text_nH3Dh6" class="shopify-section shopify-section-group-footer-group shopify-section--rich-text"><div class="color-scheme color-scheme--scheme-c0c6b256-b097-449a-969c-4b554258dea1 color-scheme--bg-d98120bd0492eb9f032ba012c5723018  ">
    <div class="container container--sm">
      <div class="prose text-center"><div ><p>P.IVA e C.F. : 02622450068 - SDI: KRRH6B9</p></div><a
                
                  href="/pages/condizioni"
                
                class="link"
                
              >Condizioni</a><a
                
                  href="/pages/privacy-policy"
                
                class="link"
                
              >Privacy Policy</a><a
                
                  href="https://www.mano-j.it/apps/store-locator?shopify_session_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczpcL1wvbWFuby1qZXdlbHMubXlzaG9waWZ5LmNvbVwvYWRtaW4iLCJkZXN0IjoiaHR0cHM6XC9cL21hbm8tamV3ZWxzLm15c2hvcGlmeS5jb20iLCJhdWQiOiJlZTI1ZTc1Nzg3MTFjNGViM2U2ODQ5ZjI3ZDFlN2I4NCIsInN1YiI6IjQ1MzQ4MDYxMzI0IiwiZXhwIjoxNjg5MDA4NDA4LCJuYmYiOjE2ODkwMDgzNDgsImlhdCI6MTY4OTAwODM0OCwianRpIjoiYTQwMzUwODktNGM3My00YzBjLWExMDktMjhjYjY1ZjNjNGVlIiwic2lkIjoiNzIwNGU5YmY1NWMyYjY0MGFjZmJhYmE3Nzk0NzgyMmMyNjFjMWY1NGFkYjJlODVmYjA3MDUxMWVjNjIzMWY1ZCJ9.1hcAsFx3473SBHuJ9iwqYFw_rNWR17rHD_UuRJptn7c&host=bWFuby1qZXdlbHMubXlzaG9waWZ5LmNvbS9hZG1pbg"
                
                class="link"
                
              >Store Locator</a><div ><p>‎ </p></div></div>
    </div>
  </div>
</section>
<!-- END sections: footer-group --></main>
  <style> a.button[href*="wa.me"] {--initial-gradient: linear-gradient(transparent, transparent); --hover-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background))); --initial-background-position: var(--transform-origin-start); --hover-background-position: var(--transform-origin-end); color: rgb(var(--button-background, var(--text-color))); border-color: rgb(var(--button-outline-color, var(--border-color)));} a.button[href*="wa.me"]:hover {color: rgb(var(--button-text-color)) !important;} </style>
<script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
