{"product_id":"heart-silver-ring","title":"טבעת \"חריטת לב\" – נגיעה של אהבה ועדינות","description":"\u003cp data-path-to-node=\"3\"\u003eהוסיפי לידך סמל קטן של רגש גדול. טבעת עדינה במיוחד שמעניקה סטייל מינימליסטי ומרגש בכל רגע ביום.\u003c\/p\u003e\n\u003cp data-path-to-node=\"4\"\u003eטבעת הלב של \u003cb data-path-to-node=\"4\" data-index-in-node=\"12\"\u003eJOEL\u003c\/b\u003e עוצבה עבור האישה שאוהבת את היופי שבפרטים הקטנים. עם חריטה עדינה ומדויקת של לב מושלם על גבי מבנה דק ומלוטש, הטבעת הזו יוצרת מראה נקי, נשי ומלא חן. בזכות העובי המעודן שלה (2 מ\"מ), היא מושלמת לענידה כפריט עצמאי למראה עדין, או כשילוב טרנדי (Stacking) עם טבעות נוספות ליצירת אמירה אישית.\u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003eהטבעת מיוצרת מכסף סטרלינג 925 אמיתי בגימור פרימיום, המבטיח נוחות מקסימלית על האצבע ואיכות שנשמרת לאורך זמן. זוהי המתנה המושלמת לאדם אהוב, או תזכורת יומיומית של אהבה עצמית ויופי פשוט.\u003c\/p\u003e\n\u003cp data-path-to-node=\"11\"\u003e\u003cb data-path-to-node=\"11\" data-index-in-node=\"0\"\u003eתני ללב שלך להוביל את הסטייל. התחדשי היום בטבעת החריטה של JOEL.\u003c\/b\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\u003cdiv class=\"joel-product-container\"\u003e\n\u003cdiv class=\"joel-description\"\u003e\n\u003cp data-path-to-node=\"4\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"2\"\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\u003c\/div\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-trust-grid\"\u003e\n\u003cdiv class=\"joel-trust-item\"\u003e\n\u003cdiv class=\"joel-trust-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"joel-trust-text\"\u003eשנת אחריות\u003cbr\u003eמלאה\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-trust-item\"\u003e\n\u003cdiv class=\"joel-trust-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"joel-trust-text\"\u003eתעודת\u003cbr\u003eמקוריות\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-trust-item\"\u003e\n\u003cdiv class=\"joel-trust-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.65-.5-.65C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM4 8h16v2H4V8zm16 11H4V12h16v7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"joel-trust-text\"\u003eאריזת מתנה\u003cbr\u003eיוקרתית\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"joel-trust-item\"\u003e\n\u003cdiv class=\"joel-trust-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"joel-trust-text\"\u003eמשלוח חינם\u003cbr\u003eברכישה מעל 300 ש\"ח\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg title=\"Search on Aiveera\" class=\"aiveera-icon\" style=\"cursor: pointer; z-index: 2147483647; width: 24px !important; height: 24px !important; top: 0px; left: 0px; display: none;\"\u003e\u003cimg title=\"Search on Aiveera\" class=\"aiveera-icon\" style=\"cursor: pointer; z-index: 2147483647; width: 24px !important; height: 24px !important; top: 0px; left: 0px; display: none;\"\u003e\u003cimg title=\"Search on Aiveera\" class=\"aiveera-icon\" style=\"cursor: pointer; z-index: 2147483647; width: 24px !important; height: 24px !important; top: 0px; left: 0px; display: none;\"\u003e\u003cimg title=\"Search on Aiveera\" class=\"aiveera-icon\" style=\"cursor: pointer; z-index: 2147483647; width: 24px !important; height: 24px !important; top: 0px; left: 0px; display: none;\"\u003e\u003c\/p\u003e","brand":"Joel Jewelry","offers":[{"title":"5 \/ צורת לב","offer_id":43898815480062,"sku":"200000369:698;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true},{"title":"6 \/ צורת לב","offer_id":43898815512830,"sku":"200000369:1394;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true},{"title":"7 \/ צורת לב","offer_id":43898815578366,"sku":"200000369:3434;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true},{"title":"8 \/ צורת לב","offer_id":43898815611134,"sku":"200000369:699;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true},{"title":"9 \/ צורת לב","offer_id":43898815643902,"sku":"200000369:350262;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true},{"title":"10 \/ צורת לב","offer_id":43898815676670,"sku":"200000369:1583;200000226:193#SCR468","price":79.97,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0657\/8723\/2510\/products\/SCR468_1.jpg?v=1679805742","url":"https:\/\/joel-jewelry.co.il\/products\/heart-silver-ring","provider":"Joel Jewelry","version":"1.0","type":"link"}