{"product_id":"flora-zircon-ring","title":"טבעת איטרניטי זרקוניה דגם \"פלורה\"","description":"\u003cstyle\u003e\n  :root {\n    --joel-gold-accent: #BFA37C;\n    --joel-gold-glow: rgba(191, 163, 124, 0.4);\n    --joel-dark-text: #2C2C2C;\n    --joel-warm-grey: #8E8680;\n    --joel-cream-bg: #F9F7F4;\n    --joel-warm-border: #EBE5DC;\n    \/* מעבר חלק ואלגנטי במיוחד *\/\n    --joel-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n\n  .joel-product-container {\n    direction: rtl;\n    font-family: inherit;\n    color: var(--joel-dark-text);\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 30px 0;\n  }\n\n  .joel-description {\n    margin-bottom: 60px;\n    font-size: 1.05rem;\n    font-weight: 400;\n    color: #444;\n  }\n  .joel-description p {\n    margin-bottom: 20px;\n  }\n\n  \/* --- Specs Section: אפקט אור הזרקורים --- *\/\n  .joel-specs-section {\n    margin: 60px 0;\n    position: relative;\n  }\n  .joel-specs-title {\n    font-size: 1.4rem;\n    font-weight: 700;\n    margin: 0 0 30px 0;\n    color: var(--joel-dark-text);\n    position: relative;\n    display: inline-block;\n  }\n  .joel-specs-title::after {\n      content: '';\n      display: block;\n      width: 50px;\n      height: 3px;\n      background: linear-gradient(to right, var(--joel-gold-accent), transparent);\n      margin-top: 10px;\n  }\n\n  \/* מיכל לרשימה כדי לנהל את אפקט הפוקוס *\/\n  .joel-specs-list {\n      position: relative;\n  }\n\n  .joel-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 18px 15px;\n    border-bottom: 1px solid var(--joel-warm-border);\n    border-radius: 8px;\n    background: transparent;\n    \/* אנימציה סופר חלקה *\/\n    transition: all 0.4s var(--joel-ease);\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* --- הוקוס פוקוס: כשהעכבר על הרשימה, כולם נחלשים --- *\/\n  .joel-specs-list:hover .joel-spec-row {\n      opacity: 0.5;\n      filter: blur(0.8px);\n      transform: scale(0.98);\n  }\n\n  \/* --- אבל השורה הספציפית שעליה העכבר מזנקת החוצה --- *\/\n  .joel-specs-list .joel-spec-row:hover {\n      opacity: 1;\n      filter: blur(0);\n      background: #ffffff;\n      border-bottom-color: transparent;\n      \/* אפקט תלת ממד והצללה עמוקה *\/\n      box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1), 0 0 0 1px var(--joel-gold-accent) inset;\n      transform: scale(1.02) translateY(-3px);\n      z-index: 10;\n  }\n\n  .joel-spec-label {\n    font-weight: 600;\n    color: var(--joel-warm-grey);\n    font-size: 0.95rem;\n    flex-basis: 30%;\n    transition: color 0.3s ease;\n  }\n  .joel-spec-row:hover .joel-spec-label {\n      color: var(--joel-gold-accent); \/* הכותרת נצבעת בזהב בריחוף *\/\n  }\n  .joel-spec-value {\n    font-weight: 500;\n    color: var(--joel-dark-text);\n    text-align: left;\n    font-size: 1.05rem;\n    flex-basis: 70%;\n  }\n\n  \/* --- Trust Badges: אנימציית נשימה ותלת-ממד --- *\/\n  .joel-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 25px;\n    margin-top: 70px;\n    padding: 40px 20px;\n    background: linear-gradient(145deg, #ffffff, #f2efeb);\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: 0 10px 25px -5px rgba(191, 163, 124, 0.1);\n    perspective: 1000px; \/* הכנה לתלת ממד *\/\n  }\n\n  .joel-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 15px;\n    padding: 15px;\n    border-radius: 12px;\n    transition: all 0.5s var(--joel-ease);\n    background: rgba(255,255,255,0.5);\n  }\n\n  \/* אנימציית נשימה הילה מוזהבת *\/\n  @keyframes goldPulse {\n      0% { filter: drop-shadow(0 0 0 rgba(191, 163, 124, 0)); }\n      50% { filter: drop-shadow(0 0 12px var(--joel-gold-glow)); }\n      100% { filter: drop-shadow(0 0 0 rgba(191, 163, 124, 0)); }\n  }\n\n  .joel-trust-item svg {\n    width: 40px;\n    height: 40px;\n    fill: var(--joel-gold-accent);\n    \/* הפעלת האנימציה *\/\n    animation: goldPulse 3s infinite ease-in-out;\n    transition: transform 0.5s var(--joel-ease);\n  }\n\n  \/* אפקט תלת ממד בריחוף על האייקון *\/\n  .joel-trust-item:hover {\n      background: #ffffff;\n      transform: translateY(-5px) rotateX(5deg); \/* הטיה קלה *\/\n      box-shadow: 0 15px 25px -10px rgba(191, 163, 124, 0.25);\n  }\n  .joel-trust-item:hover svg {\n      transform: scale(1.1) translateZ(20px); \/* האייקון מתקרב לצופה *\/\n      animation: none; \/* עוצר את הפעימה בזמן ריחוף *\/\n      filter: drop-shadow(0 5px 15px var(--joel-gold-glow));\n  }\n\n  .joel-trust-text {\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1.3;\n    color: var(--joel-dark-text);\n  }\n\n  \/* התאמות למובייל - מיתון האפקטים *\/\n  @media (max-width: 600px) {\n    .joel-trust-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 15px;\n      padding: 25px 15px;\n    }\n    \/* בנייד אין Hover, אז מבטלים את אפקט הטשטוש *\/\n    .joel-specs-list:hover .joel-spec-row { opacity: 1; filter: none; transform: none; }\n    .joel-specs-list .joel-spec-row:hover { transform: none; box-shadow: none; background: transparent; }\n    \n    .joel-spec-row { padding: 12px 5px; }\n    .joel-spec-label { font-size: 0.9rem; flex-basis: 35%; }\n    .joel-spec-value { font-size: 0.95rem; flex-basis: 65%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"joel-product-container\"\u003e\n\u003cdiv class=\"joel-description\"\u003e\n\u003cdiv style=\"width: 100%; background: rgb(196, 186, 166); color: rgb(0, 0, 0); text-align: center; padding-top: 18px; padding-bottom: 18px; padding-left: 12px; font-size: 18px; font-weight: 600; border-radius: 14px; margin: 18px 0px; position: relative; overflow: hidden; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; animation: 3s ease-in-out 0s infinite normal none running floatBanner; transition: 0.3s;\"\u003e\n\u003c!-- שכבת ברק זזה --\u003e\n\u003cdiv style=\"position: absolute; top: 0; left: -120%; width: 80%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent); transform: skewX(-20deg); animation: shineMove 4s infinite;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan style=\"position: relative; z-index: 2; display: inline-block; animation: textPulse 2s infinite;\"\u003e משלוח עד הבית חינם!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@keyframes shineMove {\n  0% { left:-120%; }\n  50% { left:120%; }\n  100% { left:120%; }\n}\n\n@keyframes floatBanner {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-3px); }\n  100% { transform: translateY(0); }\n}\n\n@keyframes textPulse {\n  0% { opacity:1; }\n  50% { opacity:0.85; }\n  100% { opacity:1; }\n}\n\u003c\/style\u003e\n\u003cp data-path-to-node=\"2\"\u003eטבעת שורת אבנים קלאסית ומעודנת בעיצוב נקי, המתאימה לענידה נוחה לאורך כל היום.\u003c\/p\u003e\n\u003cp data-path-to-node=\"3\"\u003eהטבעת משובצת באבני זרקון ובגוון D וברמת ניקיון VVS1 המשולבות במבנה כסף מעוגל ובמשקל של כ-2.0 גרם.\u003c\/p\u003e\n\u003cp data-path-to-node=\"4\"\u003eהעיצוב המלוטש משתלב ברכות על האצבע, מתאים למראה עסקי מוקפד כמו גם למפגש ערב חגיגי, ומעניק לך מראה מלא ביטחון.\u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003eהעניקי לעצמך את הנגיעה המושלמת שמחכה להשלים את הלוק שלך כבר עכשיו.\u003c\/p\u003e\n\u003cp data-path-to-node=\"2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp data-path-to-node=\"2\" style=\"text-align: right;\"\u003e\u003cspan style=\"color: rgb(44, 44, 44); font-size: 1.4rem; font-weight: bold; font-family: inherit;\"\u003eפרטים טכניים\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"joel-product-container\"\u003e\n\u003cdiv class=\"joel-specs-section\"\u003e\n\u003cdiv class=\"joel-specs-list\"\u003e\n\u003cdiv class=\"joel-spec-row\"\u003e\n\u003cspan class=\"joel-spec-label\"\u003eחומר\u003c\/span\u003e \u003cspan class=\"joel-spec-value\"\u003eכסף סטרלינג 925 אמיתי\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-spec-row\"\u003e\n\u003cspan class=\"joel-spec-label\"\u003eסוג אבן\u003c\/span\u003e \u003cspan class=\"joel-spec-value\"\u003eזרקוניה\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-spec-row\"\u003e\n\u003cspan class=\"joel-spec-label\"\u003eמספר אבנים\u003c\/span\u003e \u003cspan class=\"joel-spec-value\"\u003e28 אבנים בשיבוץ ידני\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-spec-row\"\u003e\n\u003cspan class=\"joel-spec-label\"\u003eאישור איכות\u003c\/span\u003e \u003cspan class=\"joel-spec-value\"\u003eכולל תעודה גמולוגית רשמית\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: right;\"\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --joel-gold-accent: #BFA37C;\n    --joel-gold-glow: rgba(191, 163, 124, 0.4);\n    --joel-dark-text: #2C2C2C;\n    --joel-warm-grey: #8E8680;\n    --joel-cream-bg: #F9F7F4;\n    --joel-warm-border: #EBE5DC;\n    \/* מעבר חלק ואלגנטי במיוחד *\/\n    --joel-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n\n  .joel-product-container {\n    direction: rtl;\n    font-family: inherit;\n    color: var(--joel-dark-text);\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 30px 0;\n  }\n\n  .joel-description {\n    margin-bottom: 60px;\n    font-size: 1.05rem;\n    font-weight: 400;\n    color: #444;\n  }\n  .joel-description p {\n    margin-bottom: 20px;\n  }\n\n  \/* --- Specs Section: אפקט אור הזרקורים --- *\/\n  .joel-specs-section {\n    margin: 60px 0;\n    position: relative;\n  }\n  .joel-specs-title {\n    font-size: 1.4rem;\n    font-weight: 700;\n    margin: 0 0 30px 0;\n    color: var(--joel-dark-text);\n    position: relative;\n    display: inline-block;\n  }\n  .joel-specs-title::after {\n      content: '';\n      display: block;\n      width: 50px;\n      height: 3px;\n      background: linear-gradient(to right, var(--joel-gold-accent), transparent);\n      margin-top: 10px;\n  }\n\n  \/* מיכל לרשימה כדי לנהל את אפקט הפוקוס *\/\n  .joel-specs-list {\n      position: relative;\n  }\n\n  .joel-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 18px 15px;\n    border-bottom: 1px solid var(--joel-warm-border);\n    border-radius: 8px;\n    background: transparent;\n    \/* אנימציה סופר חלקה *\/\n    transition: all 0.4s var(--joel-ease);\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* --- הוקוס פוקוס: כשהעכבר על הרשימה, כולם נחלשים --- *\/\n  .joel-specs-list:hover .joel-spec-row {\n      opacity: 0.5;\n      filter: blur(0.8px);\n      transform: scale(0.98);\n  }\n\n  \/* --- אבל השורה הספציפית שעליה העכבר מזנקת החוצה --- *\/\n  .joel-specs-list .joel-spec-row:hover {\n      opacity: 1;\n      filter: blur(0);\n      background: #ffffff;\n      border-bottom-color: transparent;\n      \/* אפקט תלת ממד והצללה עמוקה *\/\n      box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1), 0 0 0 1px var(--joel-gold-accent) inset;\n      transform: scale(1.02) translateY(-3px);\n      z-index: 10;\n  }\n\n  .joel-spec-label {\n    font-weight: 600;\n    color: var(--joel-warm-grey);\n    font-size: 0.95rem;\n    flex-basis: 30%;\n    transition: color 0.3s ease;\n  }\n  .joel-spec-row:hover .joel-spec-label {\n      color: var(--joel-gold-accent); \/* הכותרת נצבעת בזהב בריחוף *\/\n  }\n  .joel-spec-value {\n    font-weight: 500;\n    color: var(--joel-dark-text);\n    text-align: left;\n    font-size: 1.05rem;\n    flex-basis: 70%;\n  }\n\n  \/* --- Trust Badges: אנימציית נשימה ותלת-ממד --- *\/\n  .joel-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 25px;\n    margin-top: 70px;\n    padding: 40px 20px;\n    background: linear-gradient(145deg, #ffffff, #f2efeb);\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: 0 10px 25px -5px rgba(191, 163, 124, 0.1);\n    perspective: 1000px; \/* הכנה לתלת ממד *\/\n  }\n\n  .joel-trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 15px;\n    padding: 15px;\n    border-radius: 12px;\n    transition: all 0.5s var(--joel-ease);\n    background: rgba(255,255,255,0.5);\n  }\n\n  \/* אנימציית נשימה הילה מוזהבת *\/\n  @keyframes goldPulse {\n      0% { filter: drop-shadow(0 0 0 rgba(191, 163, 124, 0)); }\n      50% { filter: drop-shadow(0 0 12px var(--joel-gold-glow)); }\n      100% { filter: drop-shadow(0 0 0 rgba(191, 163, 124, 0)); }\n  }\n\n  .joel-trust-item svg {\n    width: 40px;\n    height: 40px;\n    fill: var(--joel-gold-accent);\n    \/* הפעלת האנימציה *\/\n    animation: goldPulse 3s infinite ease-in-out;\n    transition: transform 0.5s var(--joel-ease);\n  }\n\n  \/* אפקט תלת ממד בריחוף על האייקון *\/\n  .joel-trust-item:hover {\n      background: #ffffff;\n      transform: translateY(-5px) rotateX(5deg); \/* הטיה קלה *\/\n      box-shadow: 0 15px 25px -10px rgba(191, 163, 124, 0.25);\n  }\n  .joel-trust-item:hover svg {\n      transform: scale(1.1) translateZ(20px); \/* האייקון מתקרב לצופה *\/\n      animation: none; \/* עוצר את הפעימה בזמן ריחוף *\/\n      filter: drop-shadow(0 5px 15px var(--joel-gold-glow));\n  }\n\n  .joel-trust-text {\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1.3;\n    color: var(--joel-dark-text);\n  }\n\n  \/* התאמות למובייל - מיתון האפקטים *\/\n  @media (max-width: 600px) {\n    .joel-trust-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 15px;\n      padding: 25px 15px;\n    }\n    \/* בנייד אין Hover, אז מבטלים את אפקט הטשטוש *\/\n    .joel-specs-list:hover .joel-spec-row { opacity: 1; filter: none; transform: none; }\n    .joel-specs-list .joel-spec-row:hover { transform: none; box-shadow: none; background: transparent; }\n    \n    .joel-spec-row { padding: 12px 5px; }\n    .joel-spec-label { font-size: 0.9rem; flex-basis: 35%; }\n    .joel-spec-value { font-size: 0.95rem; flex-basis: 65%; }\n  }\n\u003c\/style\u003e\n\u003cp data-path-to-node=\"5\"\u003e \u003c\/p\u003e","brand":"Joel Jewelry","offers":[{"title":"זהב צהוב עם זרקונים מטורקיז \/ 4","offer_id":48259638722814,"sku":"200000226:350853#Peridot Stone Y;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 4.5","offer_id":48259638821118,"sku":"200000226:350853#Peridot Stone Y;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 5","offer_id":48259638788350,"sku":"200000226:350853#Peridot Stone Y;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 5.5","offer_id":48259638886654,"sku":"200000226:350853#Peridot Stone Y;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 6","offer_id":48259638853886,"sku":"200000226:350853#Peridot Stone Y;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 6.5","offer_id":48259638952190,"sku":"200000226:350853#Peridot Stone Y;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 7","offer_id":48259638919422,"sku":"200000226:350853#Peridot Stone Y;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 7.5","offer_id":48259639017726,"sku":"200000226:350853#Peridot Stone Y;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 8","offer_id":48259638984958,"sku":"200000226:350853#Peridot Stone Y;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 8.5","offer_id":48259639083262,"sku":"200000226:350853#Peridot Stone Y;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 9","offer_id":48259639050494,"sku":"200000226:350853#Peridot Stone Y;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים מטורקיז \/ 10","offer_id":48259638034686,"sku":"200000226:350853#Peridot Stone Y;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 4","offer_id":48259640033534,"sku":"200000226:1052#Pink Zircon Y;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 4.5","offer_id":48259640131838,"sku":"200000226:1052#Pink Zircon Y;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 5","offer_id":48259640099070,"sku":"200000226:1052#Pink Zircon Y;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 5.5","offer_id":48259638100222,"sku":"200000226:1052#Pink Zircon Y;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 6","offer_id":48259638067454,"sku":"200000226:1052#Pink Zircon Y;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 6.5","offer_id":48259638165758,"sku":"200000226:1052#Pink Zircon Y;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 7","offer_id":48259638132990,"sku":"200000226:1052#Pink Zircon Y;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 7.5","offer_id":48259638231294,"sku":"200000226:1052#Pink Zircon Y;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 8","offer_id":48259638198526,"sku":"200000226:1052#Pink Zircon Y;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 8.5","offer_id":48259638296830,"sku":"200000226:1052#Pink Zircon Y;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 9","offer_id":48259638264062,"sku":"200000226:1052#Pink Zircon Y;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ורודים \/ 10","offer_id":48259638362366,"sku":"200000226:1052#Pink Zircon Y;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 4","offer_id":48259638329598,"sku":"200000226:496#Peridot Stone W;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 4.5","offer_id":48259638427902,"sku":"200000226:496#Peridot Stone W;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 5","offer_id":48259638395134,"sku":"200000226:496#Peridot Stone W;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 5.5","offer_id":48259638493438,"sku":"200000226:496#Peridot Stone W;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 6","offer_id":48259638460670,"sku":"200000226:496#Peridot Stone W;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 6.5","offer_id":48259638558974,"sku":"200000226:496#Peridot Stone W;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 7","offer_id":48259638526206,"sku":"200000226:496#Peridot Stone W;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 7.5","offer_id":48259638624510,"sku":"200000226:496#Peridot Stone W;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 8","offer_id":48259638591742,"sku":"200000226:496#Peridot Stone W;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 8.5","offer_id":48259638690046,"sku":"200000226:496#Peridot Stone W;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 9","offer_id":48259638657278,"sku":"200000226:496#Peridot Stone W;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים מטורקיז \/ 10","offer_id":48259638755582,"sku":"200000226:496#Peridot Stone W;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 4","offer_id":48259640951038,"sku":"200000226:691#Paraiba zircon W;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 4.5","offer_id":48259641049342,"sku":"200000226:691#Paraiba zircon W;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 5","offer_id":48259641016574,"sku":"200000226:691#Paraiba zircon W;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 5.5","offer_id":48259641114878,"sku":"200000226:691#Paraiba zircon W;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 6","offer_id":48259641082110,"sku":"200000226:691#Paraiba zircon W;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 6.5","offer_id":48259641180414,"sku":"200000226:691#Paraiba zircon W;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 7","offer_id":48259641147646,"sku":"200000226:691#Paraiba zircon W;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 7.5","offer_id":48259639148798,"sku":"200000226:691#Paraiba zircon W;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 8","offer_id":48259639116030,"sku":"200000226:691#Paraiba zircon W;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 8.5","offer_id":48259639214334,"sku":"200000226:691#Paraiba zircon W;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 9","offer_id":48259639181566,"sku":"200000226:691#Paraiba zircon W;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם זרקונים ירוקים \/ 10","offer_id":48259639279870,"sku":"200000226:691#Paraiba zircon W;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 4","offer_id":48259639247102,"sku":"200000226:173#Paraiba zircon Y;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 4.5","offer_id":48259639345406,"sku":"200000226:173#Paraiba zircon Y;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 5","offer_id":48259639312638,"sku":"200000226:173#Paraiba zircon Y;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 5.5","offer_id":48259639410942,"sku":"200000226:173#Paraiba zircon Y;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 6","offer_id":48259639378174,"sku":"200000226:173#Paraiba zircon Y;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 6.5","offer_id":48259639476478,"sku":"200000226:173#Paraiba zircon Y;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 7","offer_id":48259639443710,"sku":"200000226:173#Paraiba zircon Y;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 7.5","offer_id":48259639542014,"sku":"200000226:173#Paraiba zircon Y;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 8","offer_id":48259639509246,"sku":"200000226:173#Paraiba zircon Y;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 8.5","offer_id":48259639607550,"sku":"200000226:173#Paraiba zircon Y;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 9","offer_id":48259639574782,"sku":"200000226:173#Paraiba zircon Y;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב צהוב עם זרקונים ירוקים \/ 10","offer_id":48259639673086,"sku":"200000226:173#Paraiba zircon Y;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 4","offer_id":48259639640318,"sku":"200000226:366#Pink zircon W;200000369:153;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 4.5","offer_id":48259639738622,"sku":"200000226:366#Pink zircon W;200000369:200000285;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 5","offer_id":48259639705854,"sku":"200000226:366#Pink zircon W;200000369:698;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 5.5","offer_id":48259639804158,"sku":"200000226:366#Pink zircon W;200000369:200000286;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 6","offer_id":48259639771390,"sku":"200000226:366#Pink zircon W;200000369:1394;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 6.5","offer_id":48259639869694,"sku":"200000226:366#Pink zircon W;200000369:200000287;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 7","offer_id":48259639836926,"sku":"200000226:366#Pink zircon W;200000369:3434;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 7.5","offer_id":48259639935230,"sku":"200000226:366#Pink zircon W;200000369:200000288;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 8","offer_id":48259639902462,"sku":"200000226:366#Pink zircon W;200000369:699;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 8.5","offer_id":48259640000766,"sku":"200000226:366#Pink zircon W;200000369:200000289;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 9","offer_id":48259639967998,"sku":"200000226:366#Pink zircon W;200000369:350262;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true},{"title":"זהב לבן עם אבנים ורודות \/ 10","offer_id":48259640066302,"sku":"200000226:366#Pink zircon W;200000369:1583;200001034:361188#925 Sterling Silver;200007763:201336100","price":549.97,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0657\/8723\/2510\/files\/S1d40973255274155b68ec524b3f24910B.webp?v=1780333898","url":"https:\/\/joel-jewelry.co.il\/products\/flora-zircon-ring","provider":"Joel Jewelry","version":"1.0","type":"link"}