{"title":"Necklaces 📿","description":"","products":[{"product_id":"colar-personalizado-nuar-milano","title":"Custom Necklace | Nuar Milano","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --gold: #c9a84c;\n      --gold-light: #e8c97a;\n      --gold-pale: #fdf8ee;\n      --gold-dark: #9a7b2f;\n      --cream: #faf6ef;\n      --white: #ffffff;\n      --dark: #1a1a1a;\n      --text: #4a4a4a;\n      --border: #e8ddc8;\n      --cta: #1a1a1a;\n      --cta-hover: #333;\n      --rose: #d4846a;\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      color: var(--text);\n      background: var(--white);\n      line-height: 1.6;\n    }\n\n    \/* TOPBAR *\/\n    .topbar {\n      background: var(--dark);\n      color: #d4b96a;\n      text-align: center;\n      padding: 10px 20px;\n      font-size: 13px;\n      letter-spacing: 0.5px;\n    }\n\n    \/* HERO *\/\n    .hero {\n      background: linear-gradient(160deg, #1a1a1a 0%, #2d2416 50%, #1a1a1a 100%);\n      color: white;\n      padding: 70px 20px 60px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(ellipse at center, rgba(201,168,76,0.12) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .hero-brand {\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      color: var(--gold-light);\n      font-size: 14px;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      display: block;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(32px, 6vw, 62px);\n      font-weight: 700;\n      line-height: 1.15;\n      margin-bottom: 14px;\n    }\n    .hero h1 em {\n      font-style: italic;\n      color: var(--gold-light);\n    }\n    .hero .subtitle {\n      font-size: clamp(14px, 2vw, 17px);\n      color: rgba(255,255,255,0.75);\n      max-width: 520px;\n      margin: 0 auto 36px;\n      font-weight: 300;\n    }\n    .hero-name-demo {\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: clamp(42px, 8vw, 80px);\n      color: var(--gold-light);\n      text-shadow: 0 0 30px rgba(201,168,76,0.4);\n      margin-bottom: 6px;\n      line-height: 1.1;\n    }\n    .hero-chain {\n      width: 160px;\n      height: 2px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n      margin: 8px auto 30px;\n    }\n    .hero-stars {\n      color: var(--gold-light);\n      font-size: 20px;\n      margin-bottom: 4px;\n    }\n    .hero-rating { font-size: 13px; color: rgba(255,255,255,0.65); }\n\n    \/* NAMES MARQUEE *\/\n    .names-bar {\n      background: var(--gold);\n      padding: 12px 0;\n      overflow: hidden;\n      white-space: nowrap;\n    }\n    .names-scroll {\n      display: inline-block;\n      animation: scroll-names 25s linear infinite;\n    }\n    .names-scroll span {\n      display: inline-block;\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: 18px;\n      color: var(--dark);\n      padding: 0 24px;\n    }\n    .names-scroll span::after {\n      content: '·';\n      margin-left: 24px;\n      color: var(--gold-dark);\n    }\n    @keyframes scroll-names {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n\n    \/* PROMISE STRIP *\/\n    .promise-strip {\n      background: var(--cream);\n      border-bottom: 1px solid var(--border);\n      padding: 20px;\n    }\n    .promise-items {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 30px;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .promise-item {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      font-weight: 600;\n      color: var(--dark);\n    }\n    .promise-item .ico { font-size: 20px; }\n\n    \/* PRODUCT HIGHLIGHT *\/\n    .product-highlight {\n      padding: 70px 20px;\n      text-align: center;\n      background: white;\n    }\n    .section-label {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--gold);\n      border: 1px solid var(--gold);\n      border-radius: 20px;\n      padding: 4px 14px;\n      margin-bottom: 16px;\n    }\n    .product-highlight h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(26px, 4vw, 44px);\n      font-weight: 700;\n      color: var(--dark);\n      margin-bottom: 14px;\n      line-height: 1.2;\n    }\n    .product-highlight h2 em { font-style: italic; color: var(--gold); }\n    .product-highlight p {\n      max-width: 580px;\n      margin: 0 auto 40px;\n      font-size: 15px;\n      color: #777;\n      line-height: 1.7;\n    }\n    .necklace-display {\n      background: linear-gradient(135deg, #1a1a1a, #2d2416);\n      border-radius: 24px;\n      padding: 50px 30px;\n      max-width: 400px;\n      margin: 0 auto 40px;\n      box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n    }\n    .necklace-display .name-cursive {\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: 56px;\n      color: var(--gold-light);\n      text-shadow: 0 2px 12px rgba(201,168,76,0.4);\n      display: block;\n      margin-bottom: 10px;\n    }\n    .necklace-display .chain-line {\n      width: 80%;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n      margin: 0 auto;\n    }\n    .necklace-display p {\n      color: rgba(255,255,255,0.5);\n      font-size: 12px;\n      margin-top: 14px;\n    }\n\n    \/* PERSONALISATION *\/\n    .personalisation {\n      background: var(--gold-pale);\n      padding: 70px 20px;\n      text-align: center;\n    }\n    .personalisation h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      color: var(--dark);\n      margin-bottom: 12px;\n    }\n    .personalisation .sub {\n      color: #888;\n      font-size: 15px;\n      margin-bottom: 40px;\n    }\n    .fonts-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 16px;\n      max-width: 800px;\n      margin: 0 auto 40px;\n    }\n    .font-card {\n      background: white;\n      border: 2px solid var(--border);\n      border-radius: 16px;\n      padding: 24px 16px;\n      transition: border-color 0.2s, box-shadow 0.2s;\n      cursor: pointer;\n    }\n    .font-card:hover {\n      border-color: var(--gold);\n      box-shadow: 0 4px 16px rgba(201,168,76,0.2);\n    }\n    .font-card .font-name-display {\n      font-size: 32px;\n      color: var(--gold);\n      margin-bottom: 8px;\n      line-height: 1.2;\n    }\n    .font-cursive { font-family: 'Playfair Display', serif; font-style: italic; }\n    .font-card .label { font-size: 12px; color: #999; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }\n\n    .ideas-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      justify-content: center;\n    }\n    .idea-tag {\n      background: white;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      padding: 6px 16px;\n      font-size: 13px;\n      color: #666;\n    }\n    .idea-tag strong { color: var(--gold-dark); }\n\n    \/* MATERIALS *\/\n    .materials {\n      padding: 70px 20px;\n      background: white;\n      text-align: center;\n    }\n    .materials h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      color: var(--dark);\n      margin-bottom: 36px;\n    }\n    .materials-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 20px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .material-card {\n      border: 2px solid var(--border);\n      border-radius: 20px;\n      padding: 32px 20px;\n      text-align: center;\n      transition: border-color 0.2s;\n    }\n    .material-card:hover { border-color: var(--gold); }\n    .material-card .ico { font-size: 40px; margin-bottom: 14px; display: block; }\n    .material-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }\n    .material-card p { font-size: 13px; color: #888; line-height: 1.6; }\n\n    \/* OCCASIONS *\/\n    .occasions {\n      background: var(--dark);\n      color: white;\n      padding: 70px 20px;\n      text-align: center;\n    }\n    .occasions h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      margin-bottom: 12px;\n    }\n    .occasions h2 em { font-style: italic; color: var(--gold-light); }\n    .occasions .sub { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 40px; }\n    .occasions-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 16px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .occasion-card {\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(201,168,76,0.25);\n      border-radius: 18px;\n      padding: 28px 16px;\n      transition: background 0.2s, border-color 0.2s;\n    }\n    .occasion-card:hover {\n      background: rgba(201,168,76,0.12);\n      border-color: var(--gold);\n    }\n    .occasion-card .ico { font-size: 36px; display: block; margin-bottom: 12px; }\n    .occasion-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }\n    .occasion-card p { font-size: 12px; color: rgba(255,255,255,0.5); }\n\n    \/* TESTIMONIALS *\/\n    .testimonials {\n      background: var(--cream);\n      padding: 70px 20px;\n      text-align: center;\n    }\n    .testimonials h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      color: var(--dark);\n      margin-bottom: 36px;\n    }\n    .testimonials-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      max-width: 960px;\n      margin: 0 auto;\n    }\n    .testimonial {\n      background: white;\n      border-radius: 20px;\n      padding: 30px 24px;\n      text-align: left;\n      box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    }\n    .testimonial .stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }\n    .testimonial p {\n      font-size: 14px;\n      color: #555;\n      font-style: italic;\n      line-height: 1.7;\n      margin-bottom: 16px;\n    }\n    .testimonial .author { font-weight: 700; font-size: 13px; color: var(--dark); }\n    .testimonial .detail { font-size: 12px; color: #aaa; margin-top: 2px; }\n\n    \/* HOW IT WORKS *\/\n    .how-order {\n      padding: 70px 20px;\n      background: white;\n      text-align: center;\n    }\n    .how-order h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      color: var(--dark);\n      margin-bottom: 36px;\n    }\n    .order-steps {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 24px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .order-step {\n      text-align: center;\n      padding: 20px;\n      position: relative;\n    }\n    .step-circle {\n      width: 60px;\n      height: 60px;\n      background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 16px;\n      font-size: 24px;\n    }\n    .order-step h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }\n    .order-step p { font-size: 13px; color: #888; }\n\n    \/* CTA *\/\n    .cta-section {\n      background: linear-gradient(160deg, #1a1a1a 0%, #2d2416 60%, #1a1a1a 100%);\n      color: white;\n      padding: 80px 20px;\n      text-align: center;\n    }\n    .cta-section h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(28px, 5vw, 50px);\n      font-weight: 700;\n      margin-bottom: 10px;\n      line-height: 1.2;\n    }\n    .cta-section h2 em { font-style: italic; color: var(--gold-light); }\n    .cta-section .sub {\n      color: rgba(255,255,255,0.7);\n      font-size: 15px;\n      max-width: 480px;\n      margin: 0 auto 40px;\n    }\n    .cta-box {\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(201,168,76,0.3);\n      border-radius: 24px;\n      padding: 40px 30px;\n      max-width: 440px;\n      margin: 0 auto;\n    }\n    .price-row {\n      display: flex;\n      align-items: baseline;\n      justify-content: center;\n      gap: 12px;\n      margin-bottom: 6px;\n    }\n    .price-current {\n      font-size: 52px;\n      font-weight: 800;\n      color: var(--gold-light);\n    }\n    .price-old {\n      font-size: 22px;\n      color: rgba(255,255,255,0.4);\n      text-decoration: line-through;\n    }\n    .price-note { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 28px; }\n    .btn-buy {\n      display: block;\n      width: 100%;\n      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);\n      color: var(--dark);\n      border: none;\n      border-radius: 50px;\n      padding: 18px 30px;\n      font-size: 16px;\n      font-weight: 800;\n      cursor: pointer;\n      text-decoration: none;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      transition: opacity 0.2s, transform 0.1s;\n      box-shadow: 0 6px 24px rgba(201,168,76,0.4);\n    }\n    .btn-buy:hover { opacity: 0.9; transform: translateY(-2px); }\n    .btn-secondary {\n      display: block;\n      width: 100%;\n      background: transparent;\n      color: rgba(255,255,255,0.7);\n      border: 1px solid rgba(255,255,255,0.2);\n      border-radius: 50px;\n      padding: 14px 30px;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      text-decoration: none;\n      margin-top: 12px;\n      transition: border-color 0.2s, color 0.2s;\n    }\n    .btn-secondary:hover { border-color: var(--gold); color: var(--gold-light); }\n    .trust-badges {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      flex-wrap: wrap;\n      margin-top: 24px;\n    }\n    .trust-badge {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 12px;\n      color: rgba(255,255,255,0.55);\n    }\n    .trust-badge .ico { font-size: 16px; }\n\n    \/* GUARANTEE *\/\n    .guarantee {\n      background: var(--gold-pale);\n      border-top: 3px solid var(--gold);\n      padding: 50px 20px;\n      text-align: center;\n    }\n    .guarantee .ico { font-size: 52px; margin-bottom: 14px; }\n    .guarantee h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(20px, 3.5vw, 30px);\n      color: var(--dark);\n      margin-bottom: 10px;\n    }\n    .guarantee p { max-width: 500px; margin: 0 auto; font-size: 15px; color: #777; }\n\n    \/* FAQ *\/\n    .faq {\n      padding: 70px 20px;\n      background: white;\n    }\n    .faq h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 40px);\n      color: var(--dark);\n      margin-bottom: 30px;\n      text-align: center;\n    }\n    .faq-list { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }\n    .faq-item {\n      background: var(--cream);\n      border-radius: 14px;\n      padding: 22px 24px;\n      border-left: 4px solid var(--gold);\n    }\n    .faq-item h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }\n    .faq-item p { font-size: 14px; color: #777; }\n\n    \/* FOOTER *\/\n    .footer {\n      background: var(--dark);\n      color: rgba(255,255,255,0.4);\n      padding: 30px 20px;\n      text-align: center;\n      font-size: 13px;\n    }\n    .footer span { color: var(--gold); font-family: 'Playfair Display', serif; font-style: italic; }\n\n    \/* STICKY MOBILE *\/\n    .sticky-cta {\n      position: fixed;\n      bottom: 0; left: 0; right: 0;\n      background: linear-gradient(90deg, var(--gold-dark), var(--gold));\n      color: var(--dark);\n      padding: 14px 20px;\n      text-align: center;\n      z-index: 1000;\n      display: none;\n      box-shadow: 0 -4px 20px rgba(0,0,0,0.2);\n    }\n    .sticky-cta a { color: var(--dark); text-decoration: none; font-weight: 800; font-size: 15px; }\n    @media (max-width: 768px) { .sticky-cta { display: block; } }\n  \u003c\/style\u003e\n\u003c!-- TOPBAR --\u003e\n\u003cdiv class=\"topbar\"\u003e✦ Free Shipping · Engraving Included · Delivery in 7–14 days ✦\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\u003cspan class=\"hero-brand\"\u003eNuar Milano\u003c\/span\u003e\n\u003ch1\u003eYour name.\u003cbr\u003e\u003cem\u003eIn gold.\u003c\/em\u003e\u003cbr\u003eForever.\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003ePersonalized necklace with the name of your choice, in delicate cursive script, in stainless steel.\u003c\/p\u003e\n\n\u003cp class=\"subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1060\/8417\/2107\/files\/S6c18802df7a64f3bbf35bf9751ded7d14.webp?v=1785875607\" alt=\"\"\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"hero-name-demo\"\u003eSofia\u003c\/div\u003e\n\n\u003cdiv class=\"hero-chain\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"hero-stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"hero-rating\"\u003e+2,000 necklaces delivered · 4.9\/5 rating\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003c!-- NAMES MARQUEE --\u003e\n\u003cdiv class=\"names-bar\"\u003e\n\n\u003cdiv class=\"names-scroll\"\u003e\n\n\u003cspan\u003eSofia\u003c\/span\u003e\u003cspan\u003eMadeline\u003c\/span\u003e\u003cspan\u003eElena\u003c\/span\u003e\u003cspan\u003eSamara\u003c\/span\u003e\u003cspan\u003eIsabella\u003c\/span\u003e \u003cspan\u003eValentina\u003c\/span\u003e\u003cspan\u003eCamila\u003c\/span\u003e\u003cspan\u003eBeatriz\u003c\/span\u003e\u003cspan\u003eMariana\u003c\/span\u003e\u003cspan\u003eLeonor\u003c\/span\u003e \u003cspan\u003eClara\u003c\/span\u003e\u003cspan\u003eInês\u003c\/span\u003e\u003cspan\u003eLaura\u003c\/span\u003e\u003cspan\u003eAna\u003c\/span\u003e\u003cspan\u003eMia\u003c\/span\u003e \u003c!-- duplicate for seamless loop --\u003e \u003cspan\u003eSofia\u003c\/span\u003e\u003cspan\u003eMadeline\u003c\/span\u003e\u003cspan\u003eElena\u003c\/span\u003e\u003cspan\u003eSamara\u003c\/span\u003e\u003cspan\u003eIsabella\u003c\/span\u003e \u003cspan\u003eValentina\u003c\/span\u003e\u003cspan\u003eCamila\u003c\/span\u003e\u003cspan\u003eBeatriz\u003c\/span\u003e\u003cspan\u003eMariana\u003c\/span\u003e\u003cspan\u003eLeonor\u003c\/span\u003e \u003cspan\u003eClara\u003c\/span\u003e\u003cspan\u003eInês\u003c\/span\u003e\u003cspan\u003eLaura\u003c\/span\u003e\u003cspan\u003eAna\u003c\/span\u003e\u003cspan\u003eMia\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- PROMISE STRIP --\u003e\n\u003cdiv class=\"promise-strip\"\u003e\n\n\u003cdiv class=\"promise-items\"\u003e\n\n\u003cdiv class=\"promise-item\"\u003e\n\n\u003cspan class=\"ico\"\u003e✉️\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n\n\u003cdiv class=\"promise-item\"\u003e\n\n\u003cspan class=\"ico\"\u003e✍️\u003c\/span\u003e Engraved Name\u003c\/div\u003e\n\n\u003cdiv class=\"promise-item\"\u003e\n\n\u003cspan class=\"ico\"\u003e💎\u003c\/span\u003e 316L Stainless Steel\u003c\/div\u003e\n\n\u003cdiv class=\"promise-item\"\u003e\n\n\u003cspan class=\"ico\"\u003e🔒\u003c\/span\u003e Non-Tarnishing\u003c\/div\u003e\n\n\u003cdiv class=\"promise-item\"\u003e\n\n\u003cspan class=\"ico\"\u003e🎁\u003c\/span\u003e Gift Packaging\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- PRODUCT HIGHLIGHT --\u003e\n\u003csection class=\"product-highlight\"\u003e\n\u003cdiv class=\"section-label\"\u003e✦ Personalized Jewelry ✦\u003c\/div\u003e\n\n\u003ch2\u003eA necklace as unique\u003cbr\u003e\u003cem\u003eas she is\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003eChoose the name, font, and plating. Each necklace is individually engraved with the name of your choice — the perfect gift for any special occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"necklace-display\"\u003e\n\n\u003cspan class=\"name-cursive\"\u003eSummer\u003c\/span\u003e\n\u003cdiv class=\"chain-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cp\u003e316L Steel · 18K Gold Plating · Adjustable 45cm Chain\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ideas-row\"\u003e\n\n\u003cdiv class=\"idea-tag\"\u003eYou can write \u003cstrong\u003eany name\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"idea-tag\"\u003eOr a \u003cstrong\u003especial word\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"idea-tag\"\u003eOr a \u003cstrong\u003edate\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"idea-tag\"\u003eOr a \u003cstrong\u003enickname\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- PERSONALISATION \/ FONTS --\u003e\n\u003csection class=\"personalisation\"\u003e\n\u003cdiv class=\"section-label\"\u003e✦ Font Styles ✦\u003c\/div\u003e\n\n\u003ch2 style=\"font-family: 'Playfair Display',serif;\"\u003eChoose the style that represents you\u003c\/h2\u003e\n\n\u003cp class=\"sub\"\u003eMultiple fonts available to personalize your engraving\u003c\/p\u003e\n\n\u003cdiv class=\"fonts-grid\"\u003e\n\n\u003cdiv class=\"font-card\"\u003e\n\n\u003cdiv class=\"font-name-display font-cursive\"\u003eSofia\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eClassic Cursive\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"font-card\"\u003e\n\n\u003cdiv class=\"font-name-display\" style=\"font-family: 'Playfair Display',serif; font-style: normal; font-weight: bold;\"\u003eSOFIA\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eBold Uppercase\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"font-card\"\u003e\n\n\u003cdiv class=\"font-name-display font-cursive\" style=\"font-size: 26px; letter-spacing: 2px;\"\u003eS·O·F·I·A\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eElegant Spaced\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"font-card\"\u003e\n\n\u003cdiv class=\"font-name-display font-cursive\" style=\"font-size: 28px;\"\u003eSofia ♡\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eWith Symbol\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 13px; color: #aaa; margin-top: 10px;\"\u003e* Available fonts may vary. Please specify your preference in the notes field when ordering.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003c!-- MATERIALS --\u003e\n\u003csection class=\"materials\"\u003e\n\u003cdiv class=\"section-label\"\u003e✦ Premium Quality ✦\u003c\/div\u003e\n\n\u003ch2 style=\"font-family: 'Playfair Display',serif; margin-top: 12px;\"\u003eMade to last\u003c\/h2\u003e\n\n\u003cdiv class=\"materials-grid\"\u003e\n\n\u003cdiv class=\"material-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e🏅\u003c\/span\u003e\n\u003ch3\u003e316L Stainless Steel\u003c\/h3\u003e\n\n\u003cp\u003eResistant to oxidation, sweat, and daily wear. Non-tarnishing, non-fading.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"material-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003e18K Gold Plating\u003c\/h3\u003e\n\n\u003cp\u003eHigh-quality gold layer for long-lasting shine and luxurious look.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"material-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e📏\u003c\/span\u003e\n\u003ch3\u003e45cm Chain + extension\u003c\/h3\u003e\n\n\u003cp\u003eAdjustable length for various wearing styles. Secure lobster clasp.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"material-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e💧\u003c\/span\u003e\n\u003ch3\u003eWater Resistant\u003c\/h3\u003e\n\n\u003cp\u003eCan be worn in the shower, sea, or pool without worries.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003csection class=\"occasions\"\u003e\n\u003ch2\u003eThe perfect gift for \u003cem\u003eevery moment\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\u003cp class=\"sub\"\u003eAlready given on thousands of special occasions\u003c\/p\u003e\n\n\u003cdiv class=\"occasions-grid\"\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e🎂\u003c\/span\u003e\n\u003ch3\u003eBirthday\u003c\/h3\u003e\n\n\u003cp\u003eA gift she'll never forget\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e💒\u003c\/span\u003e\n\u003ch3\u003eWedding\u003c\/h3\u003e\n\n\u003cp\u003eFor the bride or bridesmaids\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e👶\u003c\/span\u003e\n\u003ch3\u003eBirth\u003c\/h3\u003e\n\n\u003cp\u003eWith the baby's name — forever\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e🎓\u003c\/span\u003e\n\u003ch3\u003eGraduation\u003c\/h3\u003e\n\n\u003cp\u003eTo celebrate an achievement\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e💝\u003c\/span\u003e\n\u003ch3\u003eValentine's Day\u003c\/h3\u003e\n\n\u003cp\u003eThe most romantic and personal gesture\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"occasion-card\"\u003e\n\n\u003cspan class=\"ico\"\u003e🌸\u003c\/span\u003e\n\u003ch3\u003eMother's Day\u003c\/h3\u003e\n\n\u003cp\u003eSurprise your mom in a unique way\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- TESTIMONIALS --\u003e\n\u003csection class=\"testimonials\"\u003e\n\u003ch2 style=\"font-family: 'Playfair Display',serif;\"\u003eWhat our customers say\u003c\/h2\u003e\n\n\u003cdiv class=\"testimonials-grid\"\u003e\n\n\u003cdiv class=\"testimonial\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I bought it for myself and fell in love. The finish is incredible, it looks like boutique jewelry. I've already ordered 3 more to give to my friends!\"\u003c\/p\u003e\n\n\u003cdiv class=\"author\"\u003eMargarida R.\u003c\/div\u003e\n\n\u003cdiv class=\"detail\"\u003eLisbon · Verified Purchase\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"testimonial\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I gave it to my daughter for her birthday with her name in gold cursive. She cried with emotion. The quality is excellent and it arrived in a beautiful box.\"\u003c\/p\u003e\n\n\u003cdiv class=\"author\"\u003eFernanda C.\u003c\/div\u003e\n\n\u003cdiv class=\"detail\"\u003ePorto · Verified Purchase\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"testimonial\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I've worn it daily for 4 months — in the shower, at the beach, at the gym — and it hasn't tarnished at all. The cursive script is very elegant. Worth every penny!\"\u003c\/p\u003e\n\n\u003cdiv class=\"author\"\u003eBeatriz M.\u003c\/div\u003e\n\n\u003cdiv class=\"detail\"\u003eBraga · Verified Purchase\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- HOW TO ORDER --\u003e\n\u003csection class=\"how-order\"\u003e\n\u003cdiv class=\"section-label\"\u003e✦ How to Order ✦\u003c\/div\u003e\n\n\u003ch2 style=\"font-family: 'Playfair Display',serif; margin-top: 12px;\"\u003e3 simple steps\u003c\/h2\u003e\n\n\u003cdiv class=\"order-steps\"\u003e\n\n\u003cdiv class=\"order-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e✍️\u003c\/div\u003e\n\n\u003ch3\u003e1. Choose the Name\u003c\/h3\u003e\n\n\u003cp\u003eWrite the name or word you want engraved on the necklace — in the notes field when ordering.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"order-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e🎨\u003c\/div\u003e\n\n\u003ch3\u003e2. Select the Style\u003c\/h3\u003e\n\n\u003cp\u003eIndicate your preferred finish: gold, silver, or rose gold — and the font style.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"order-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e📦\u003c\/div\u003e\n\n\u003ch3\u003e3. Receive at Home\u003c\/h3\u003e\n\n\u003cp\u003eThe necklace arrives in gift packaging, ready to give or wear immediately.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2\u003eYour name.\u003cbr\u003e\u003cem\u003eYour story.\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\u003cp class=\"sub\"\u003eEach necklace is unique, just like the person who wears it. Get yours now.\u003c\/p\u003e\n\n\u003cdiv class=\"cta-box\"\u003e\n\n\u003cdiv class=\"price-row\"\u003e\n\n\u003cdiv class=\"price-current\"\u003e€29.90\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp class=\"price-note\"\u003e✦ Engraving included · Free shipping · Gift packaging\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn-buy\"\u003e✦ Customize \u0026amp; Order\u003c\/a\u003e \u003ca href=\"#\" class=\"btn-secondary\"\u003e🎁 It's a gift — See packaging\u003c\/a\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\n\u003cdiv class=\"trust-badge\"\u003e\n\n\u003cspan class=\"ico\"\u003e🔒\u003c\/span\u003e Secure Payment\u003c\/div\u003e\n\n\u003cdiv class=\"trust-badge\"\u003e\n\n\u003cspan class=\"ico\"\u003e✍️\u003c\/span\u003e Manual Engraving\u003c\/div\u003e\n\n\u003cdiv class=\"trust-badge\"\u003e\n\n\u003cspan class=\"ico\"\u003e↩️\u003c\/span\u003e Guaranteed Returns\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"guarantee\"\u003e\n\u003cdiv class=\"ico\"\u003e🛡️\u003c\/div\u003e\n\n\u003ch2\u003eSatisfaction Guaranteed\u003c\/h2\u003e\n\n\u003cp\u003eIf the necklace arrives with any defects or the engraving does not match the order, we will replace it or refund your money. Your satisfaction is our priority.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faq\"\u003e\n\u003ch2 style=\"font-family: 'Playfair Display',serif;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eCan I write any name or word?\u003c\/h3\u003e\n\n\u003cp\u003eYes! You can personalize it with any name, word, nickname, date, or short phrase. Indicate it in the notes field when completing your order.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eDoes the necklace tarnish or discolor?\u003c\/h3\u003e\n\n\u003cp\u003eNo. The 316L stainless steel with 18K gold plating is resistant to sweat, water, and daily use. You can wear it in the shower and at sea without problems.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWhat is the delivery time?\u003c\/h3\u003e\n\n\u003cp\u003eAs each necklace is individually engraved, the delivery time is 7 to 14 business days. You will receive email confirmation with tracking.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eDoes it come with gift packaging?\u003c\/h3\u003e\n\n\u003cp\u003eYes, all necklaces are sent in an elegant box, ready for gifting — at no additional cost.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eCan I choose between gold, silver, and rose gold?\u003c\/h3\u003e\n\n\u003cp\u003eYes! We have three finishes available. Select your preferred option on the product page before ordering.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWhat is the chain length?\u003c\/h3\u003e\n\n\u003cp\u003eThe chain is 45cm with an additional extension for adjustment. It's a perfect length to wear close to the neck or looser.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cfooter class=\"footer\"\u003e\n\u003cp\u003e\u003cspan\u003eNuar Milano\u003c\/span\u003e · Personalized Jewelry\u003c\/p\u003e\n\n\u003cp style=\"margin-top: 8px;\"\u003e© 2024 Nuar Milano. All rights reserved.\u003c\/p\u003e\n\n\u003c\/footer\u003e\u003c!-- STICKY MOBILE CTA --\u003e\n\u003cdiv class=\"sticky-cta\"\u003e\u003ca href=\"#\"\u003e✦ Personalize My Necklace — Order Now\u003c\/a\u003e\u003c\/div\u003e","brand":"Nuar Milano","offers":[{"title":"Source 2 \/ Silver \/ 16in","offer_id":58039489167691,"sku":"200000639:883;200000783:29#Silver;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Silver \/ 50cm","offer_id":58039489233227,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Silver \/ 45cm","offer_id":58039489298763,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Silver \/ 35cm for babies","offer_id":58039489364299,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Rose Gold \/ 16in","offer_id":58039494410571,"sku":"200000639:883;200000783:10#Rose gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Rose Gold \/ 50cm","offer_id":58039494443339,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Rose Gold \/ 45cm","offer_id":58039494476107,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Rose Gold \/ 35cm for babies","offer_id":58039494508875,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Gold \/ 16in","offer_id":58039491461451,"sku":"200000639:883;200000783:193#Gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Gold \/ 50cm","offer_id":58039491494219,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Gold \/ 45cm","offer_id":58039491526987,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 2 \/ Gold \/ 35cm for babies","offer_id":58039491559755,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:1433145302#font 2","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Silver \/ 16in","offer_id":58039488381259,"sku":"200000639:883;200000783:29#Silver;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Silver \/ 50cm","offer_id":58039488446795,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Silver \/ 45cm","offer_id":58039488512331,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Silver \/ 35cm for babies","offer_id":58039488577867,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Rose Gold \/ 16in","offer_id":58039494017355,"sku":"200000639:883;200000783:10#Rose gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Rose Gold \/ 50cm","offer_id":58039494050123,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Rose Gold \/ 45cm","offer_id":58039494082891,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Rose Gold \/ 35cm for babies","offer_id":58039494115659,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Gold \/ 16in","offer_id":58039491068235,"sku":"200000639:883;200000783:193#Gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Gold \/ 50cm","offer_id":58039491101003,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Gold \/ 45cm","offer_id":58039491133771,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 6 \/ Gold \/ 35cm for babies","offer_id":58039491166539,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:203027829#font 6","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Silver \/ 16in","offer_id":58039490412875,"sku":"200000639:883;200000783:29#Silver;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Silver \/ 50cm","offer_id":58039490445643,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Silver \/ 45cm","offer_id":58039490478411,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Silver \/ 35cm for babies","offer_id":58039490511179,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Rose Gold \/ 16in","offer_id":58039493624139,"sku":"200000639:883;200000783:10#Rose gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Rose Gold \/ 50cm","offer_id":58039493656907,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Rose Gold \/ 45cm","offer_id":58039493689675,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Rose Gold \/ 35cm for babies","offer_id":58039493722443,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Gold \/ 16in","offer_id":58039493230923,"sku":"200000639:883;200000783:193#Gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Gold \/ 50cm","offer_id":58039493296459,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Gold \/ 45cm","offer_id":58039493361995,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 9 \/ Gold \/ 35cm for babies","offer_id":58039493427531,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:361180#font 9","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Silver \/ 16in","offer_id":58039492182347,"sku":"200000639:883;200000783:29#Silver;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Silver \/ 50cm","offer_id":58039492247883,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Silver \/ 45cm","offer_id":58039492313419,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Silver \/ 35cm for babies","offer_id":58039492378955,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Rose Gold \/ 16in","offer_id":58039496507723,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Rose Gold \/ 50cm","offer_id":58039496540491,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Rose Gold \/ 45cm","offer_id":58039502963019,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Rose Gold \/ 35cm for babies","offer_id":58039502995787,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Gold \/ 16in","offer_id":58039495065931,"sku":"200000639:883;200000783:193#Gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Gold \/ 50cm","offer_id":58039495098699,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Gold \/ 45cm","offer_id":58039495131467,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 11 \/ Gold \/ 35cm for babies","offer_id":58039495164235,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003761#font 11","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Silver \/ 16in","offer_id":58039490543947,"sku":"200000639:883;200000783:29#Silver;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Silver \/ 50cm","offer_id":58039490576715,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Silver \/ 45cm","offer_id":58039490609483,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Silver \/ 35cm for babies","offer_id":58039490642251,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Rose Gold \/ 16in","offer_id":58039493755211,"sku":"200000639:883;200000783:10#Rose gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Rose Gold \/ 50cm","offer_id":58039493787979,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Rose Gold \/ 45cm","offer_id":58039493820747,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Rose Gold \/ 35cm for babies","offer_id":58039493853515,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Gold \/ 16in","offer_id":58039490806091,"sku":"200000639:883;200000783:193#Gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Gold \/ 50cm","offer_id":58039490838859,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Gold \/ 45cm","offer_id":58039490871627,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 13 \/ Gold \/ 35cm for babies","offer_id":58039490904395,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:7883453201#font 13","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Silver \/ 16in","offer_id":58039490281803,"sku":"200000639:883;200000783:29#Silver;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Silver \/ 50cm","offer_id":58039490314571,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Silver \/ 45cm","offer_id":58039490347339,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Silver \/ 35cm for babies","offer_id":58039490380107,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Rose Gold \/ 16in","offer_id":58039493493067,"sku":"200000639:883;200000783:10#Rose gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Rose Gold \/ 50cm","offer_id":58039493525835,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Rose Gold \/ 45cm","offer_id":58039493558603,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Rose Gold \/ 35cm for babies","offer_id":58039493591371,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Gold \/ 16in","offer_id":58039492968779,"sku":"200000639:883;200000783:193#Gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Gold \/ 50cm","offer_id":58039493034315,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Gold \/ 45cm","offer_id":58039493099851,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 14 \/ Gold \/ 35cm for babies","offer_id":58039493165387,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:17053024#font 14","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Silver \/ 16in","offer_id":58039488643403,"sku":"200000639:883;200000783:29#Silver;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Silver \/ 50cm","offer_id":58039488708939,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Silver \/ 45cm","offer_id":58039488774475,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Silver \/ 35cm for babies","offer_id":58039488840011,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Rose Gold \/ 16in","offer_id":58039494148427,"sku":"200000639:883;200000783:10#Rose gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Rose Gold \/ 50cm","offer_id":58039494181195,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Rose Gold \/ 45cm","offer_id":58039494213963,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Rose Gold \/ 35cm for babies","offer_id":58039494246731,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Gold \/ 16in","offer_id":58039491199307,"sku":"200000639:883;200000783:193#Gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Gold \/ 50cm","offer_id":58039491232075,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Gold \/ 45cm","offer_id":58039491264843,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 15 \/ Gold \/ 35cm for babies","offer_id":58039491297611,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:201447815#font 15","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Silver \/ 16in","offer_id":58039489528139,"sku":"200000639:883;200000783:29#Silver;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Silver \/ 50cm","offer_id":58039489462603,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Silver \/ 45cm","offer_id":58039489397067,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Silver \/ 35cm for babies","offer_id":58039489331531,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Rose Gold \/ 16in","offer_id":58039490052427,"sku":"200000639:883;200000783:10#Rose gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Rose Gold \/ 50cm","offer_id":58039489986891,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Rose Gold \/ 45cm","offer_id":58039489921355,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Rose Gold \/ 35cm for babies","offer_id":58039489855819,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Gold \/ 16in","offer_id":58039489790283,"sku":"200000639:883;200000783:193#Gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Gold \/ 50cm","offer_id":58039489724747,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Gold \/ 45cm","offer_id":58039489659211,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 28 \/ Gold \/ 35cm for babies","offer_id":58039489593675,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200004861#28","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Silver \/ 16in","offer_id":58039488741707,"sku":"200000639:883;200000783:29#Silver;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Silver \/ 50cm","offer_id":58039488676171,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Silver \/ 45cm","offer_id":58039488610635,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Silver \/ 35cm for babies","offer_id":58039488545099,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Rose Gold \/ 16in","offer_id":58039489265995,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Rose Gold \/ 50cm","offer_id":58039489200459,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Rose Gold \/ 45cm","offer_id":58039489134923,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Rose Gold \/ 35cm for babies","offer_id":58039489069387,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Gold \/ 16in","offer_id":58039489003851,"sku":"200000639:883;200000783:193#Gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Gold \/ 50cm","offer_id":58039488938315,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Gold \/ 45cm","offer_id":58039488872779,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 32 \/ Gold \/ 35cm for babies","offer_id":58039488807243,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003766#32","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Silver \/ 16in","offer_id":58039493067083,"sku":"200000639:883;200000783:29#Silver;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Silver \/ 50cm","offer_id":58039493001547,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Silver \/ 45cm","offer_id":58039492936011,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Silver \/ 35cm for babies","offer_id":58039492870475,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Rose Gold \/ 16in","offer_id":58039488479563,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Rose Gold \/ 50cm","offer_id":58039488414027,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Rose Gold \/ 45cm","offer_id":58039493460299,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Rose Gold \/ 35cm for babies","offer_id":58039493394763,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Gold \/ 16in","offer_id":58039493329227,"sku":"200000639:883;200000783:193#Gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Gold \/ 50cm","offer_id":58039493263691,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Gold \/ 45cm","offer_id":58039493198155,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 34 \/ Gold \/ 35cm for babies","offer_id":58039493132619,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003765#34","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Silver \/ 16in","offer_id":58039492444491,"sku":"200000639:883;200000783:29#Silver;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Silver \/ 50cm","offer_id":58039492510027,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Silver \/ 45cm","offer_id":58039492575563,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Silver \/ 35cm for babies","offer_id":58039492641099,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Rose Gold \/ 16in","offer_id":58039495459147,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Rose Gold \/ 50cm","offer_id":58039495491915,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Rose Gold \/ 45cm","offer_id":58039495524683,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Rose Gold \/ 35cm for babies","offer_id":58039495557451,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Gold \/ 16in","offer_id":58039495197003,"sku":"200000639:883;200000783:193#Gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Gold \/ 50cm","offer_id":58039495229771,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Gold \/ 45cm","offer_id":58039495262539,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 35 \/ Gold \/ 35cm for babies","offer_id":58039495295307,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003762#35","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Silver \/ 16in","offer_id":58039492280651,"sku":"200000639:883;200000783:29#Silver;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Silver \/ 50cm","offer_id":58039492215115,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Silver \/ 45cm","offer_id":58039492149579,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Silver \/ 35cm for babies","offer_id":58039492084043,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Rose Gold \/ 16in","offer_id":58039492804939,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Rose Gold \/ 50cm","offer_id":58039492739403,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Rose Gold \/ 45cm","offer_id":58039492673867,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Rose Gold \/ 35cm for babies","offer_id":58039492608331,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Gold \/ 16in","offer_id":58039492542795,"sku":"200000639:883;200000783:193#Gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Gold \/ 50cm","offer_id":58039492477259,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Gold \/ 45cm","offer_id":58039492411723,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Source 36 \/ Gold \/ 35cm for babies","offer_id":58039492346187,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003764#36","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Silver \/ 16in","offer_id":58039489954123,"sku":"200000639:883;200000783:29#Silver;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Silver \/ 50cm","offer_id":58039490019659,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Silver \/ 45cm","offer_id":58039490085195,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Silver \/ 35cm for babies","offer_id":58039490117963,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Rose Gold \/ 16in","offer_id":58039495983435,"sku":"200000639:883;200000783:10#Rose gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Rose Gold \/ 50cm","offer_id":58039496016203,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Rose Gold \/ 45cm","offer_id":58039496048971,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Rose Gold \/ 35cm for babies","offer_id":58039496081739,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Gold \/ 16in","offer_id":58039494541643,"sku":"200000639:883;200000783:193#Gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Gold \/ 50cm","offer_id":58039494574411,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Gold \/ 45cm","offer_id":58039494607179,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Korean Font \/ Gold \/ 35cm for babies","offer_id":58039494639947,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:361188#Korean font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Silver \/ 16in","offer_id":58039490150731,"sku":"200000639:883;200000783:29#Silver;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Silver \/ 50cm","offer_id":58039490183499,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Silver \/ 45cm","offer_id":58039490216267,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Silver \/ 35cm for babies","offer_id":58039490249035,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Rose Gold \/ 16in","offer_id":58039496114507,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Rose Gold \/ 50cm","offer_id":58039496147275,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Rose Gold \/ 45cm","offer_id":58039496180043,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Rose Gold \/ 35cm for babies","offer_id":58039496212811,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Gold \/ 16in","offer_id":58039494672715,"sku":"200000639:883;200000783:193#Gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Gold \/ 50cm","offer_id":58039494705483,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Gold \/ 45cm","offer_id":58039494738251,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Hebrew Font \/ Gold \/ 35cm for babies","offer_id":58039494771019,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003757#Hebrew font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Silver \/ 16in","offer_id":58039491854667,"sku":"200000639:883;200000783:29#Silver;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Silver \/ 50cm","offer_id":58039491887435,"sku":"200000639:200661029#50cm;200000783:29#Silver;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Silver \/ 45cm","offer_id":58039491920203,"sku":"200000639:200661028#45cm;200000783:29#Silver;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Silver \/ 35cm for babies","offer_id":58039491952971,"sku":"200000639:2851#35cm for baby;200000783:29#Silver;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Rose Gold \/ 16in","offer_id":58039496245579,"sku":"200000639:883;200000783:10#Rose gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Rose Gold \/ 50cm","offer_id":58039496278347,"sku":"200000639:200661029#50cm;200000783:10#Rose gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Rose Gold \/ 45cm","offer_id":58039496311115,"sku":"200000639:200661028#45cm;200000783:10#Rose gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Rose Gold \/ 35cm for babies","offer_id":58039496343883,"sku":"200000639:2851#35cm for baby;200000783:10#Rose gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Gold \/ 16in","offer_id":58039494803787,"sku":"200000639:883;200000783:193#Gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Gold \/ 50cm","offer_id":58039494836555,"sku":"200000639:200661029#50cm;200000783:193#Gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Gold \/ 45cm","offer_id":58039494869323,"sku":"200000639:200661028#45cm;200000783:193#Gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"Old Font \/ Gold \/ 35cm for babies","offer_id":58039494902091,"sku":"200000639:2851#35cm for baby;200000783:193#Gold;200001034:200003758#old english font","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1060\/8417\/2107\/files\/S6c18802df7a64f3bbf35bf9751ded7d14.webp?v=1785875607"}],"url":"https:\/\/www.nuarmilano.com\/en\/collections\/colares.oembed","provider":"Nuar Milano","version":"1.0","type":"link"}