{"product_id":"element","title":"שרשרת תליון יוקרתית לגבר אלמנט | Element","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=Heebo:wght@200;300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Reset styles only within our component *\/\n    .element__pendant-container * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Heebo', Arial, sans-serif;\n    }\n    \n    \/* Main container with a unique class name *\/\n    .element__pendant-container {\n        color: #222;\n        line-height: 1.6;\n        background-color: #f2f2f2;\n        text-align: right;\n        direction: rtl;\n        width: 100%;\n        overflow-x: hidden;\n        position: relative;\n        z-index: 1; \/* Create a new stacking context *\/\n    }\n    \n    \/* Hero Section - with namespaced classes *\/\n    .element__hero {\n        height: 100vh;\n        position: relative;\n        background-color: #111;\n        overflow: hidden;\n    }\n    \n    .element__hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/2_b5ffe743-f1c4-4fd4-a17f-388e637e163b.png?v=1747302319') center\/cover no-repeat;\n        opacity: 0.8;\n        filter: grayscale(20%) contrast(110%);\n    }\n    \n    .element__hero-overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.85));\n    }\n    \n    .element__hero-content {\n        position: absolute;\n        top: 50%;\n        left: 10%;\n        transform: translateY(-50%);\n        max-width: 500px;\n        z-index: 5;\n        text-align: left;\n    }\n    \n    .element__hero-title {\n        font-size: 140px;\n        font-weight: 200;\n        color: #fff;\n        letter-spacing: -5px;\n        line-height: 0.9;\n        margin-bottom: 40px;\n        transform: translateX(-20px);\n        opacity: 0.9;\n        text-shadow: 0 5px 20px rgba(0,0,0,0.5);\n    }\n    \n    .element__hero-accent {\n        position: absolute;\n        left: -30px;\n        top: 20px;\n        width: 80px;\n        height: 80px;\n        border-radius: 50%;\n        background-color: #ad9161;\n        opacity: 0.8;\n        z-index: -1;\n    }\n    \n    .element__hero-subtitle {\n        font-size: 20px;\n        font-weight: 300;\n        color: #fff;\n        max-width: 400px;\n        padding-left: 20px;\n        border-left: 3px solid #ad9161;\n        text-shadow: 0 2px 10px rgba(0,0,0,0.8);\n        line-height: 1.6;\n    }\n    \n    \/* Product Showcase - with namespaced classes *\/\n    .element__product-showcase {\n        padding: 0;\n    }\n    \n    .element__showcase-item {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        min-height: 100vh;\n    }\n    \n    .element__showcase-image {\n        position: relative;\n        overflow: hidden;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        background-color: #111;\n    }\n    \n    .element__showcase-image img {\n        width: 100%;\n        height: auto;\n        max-height: 100%;\n        object-fit: contain;\n        transition: transform 0.5s ease;\n    }\n    \n    .element__showcase-image:hover img {\n        transform: scale(1.03);\n    }\n    \n    .element__showcase-content {\n        padding: 15% 10%;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    \n    .element__showcase-black {\n        background-color: #111;\n        color: #f0f0f0;\n    }\n    \n    .element__showcase-light {\n        background-color: #fff;\n    }\n    \n    .element__showcase-title {\n        font-size: 48px;\n        font-weight: 200;\n        margin-bottom: 30px;\n        letter-spacing: -1px;\n    }\n    \n    .element__showcase-desc {\n        font-size: 18px;\n        line-height: 1.8;\n        margin-bottom: 30px;\n        max-width: 90%;\n    }\n    \n    .element__showcase-black .element__showcase-desc {\n        color: #e0e0e0;\n    }\n    \n    .element__price-display {\n        margin: 40px 0;\n        font-size: 36px;\n        font-weight: 200;\n    }\n    \n    .element__price-current {\n        margin-right: 15px;\n        color: #fff;\n    }\n    \n    .element__price-original {\n        text-decoration: line-through;\n        color: #aaa;\n        font-size: 24px;\n    }\n    \n    .element__price-tag {\n        display: inline-block;\n        padding: 4px 12px;\n        background-color: #ad9161;\n        color: white;\n        font-size: 14px;\n        margin-left: 15px;\n        vertical-align: middle;\n    }\n    \n    \/* Features Section - with namespaced classes *\/\n    .element__features-section {\n        padding: 120px 10%;\n        background-color: #f8f8f8;\n    }\n    \n    .element__features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 40px;\n        margin-top: 60px;\n    }\n    \n    .element__feature {\n        padding: 40px;\n        background-color: white;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        transition: all 0.3s;\n    }\n    \n    .element__feature:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n    }\n    \n    .element__feature-number {\n        font-size: 48px;\n        font-weight: 200;\n        color: #ad9161;\n        margin-bottom: 20px;\n    }\n    \n    .element__feature-title {\n        font-size: 24px;\n        font-weight: 400;\n        margin-bottom: 15px;\n    }\n    \n    \/* Gemstone Gallery - with namespaced classes *\/\n    .element__gemstone-gallery {\n        padding: 0;\n        background-color: #fff;\n    }\n    \n    .element__gallery-header {\n        padding: 120px 10% 60px;\n        text-align: center;\n    }\n    \n    .element__gallery-title {\n        font-size: 48px;\n        font-weight: 200;\n        margin-bottom: 30px;\n    }\n    \n    .element__gallery-desc {\n        max-width: 700px;\n        margin: 0 auto;\n        font-size: 18px;\n        color: #555;\n    }\n    \n    .element__gallery-image {\n        text-align: center;\n        padding: 0 10% 120px;\n    }\n    \n    .element__gallery-image img {\n        max-width: 100%;\n        height: auto;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.1);\n        border-radius: 10px;\n    }\n    \n    \/* Collection Showcase - with namespaced classes *\/\n    .element__collection {\n        padding: 100px 0 120px;\n        background-color: #111;\n    }\n    \n    .element__collection-header {\n        padding: 0 10% 50px;\n        text-align: center;\n    }\n    \n    .element__collection-title {\n        font-size: 48px;\n        font-weight: 200;\n        margin-bottom: 20px;\n        color: #f0f0f0;\n    }\n    \n    .element__collection-desc {\n        max-width: 700px;\n        margin: 0 auto;\n        font-size: 18px;\n        color: #ccc;\n    }\n    \n    .element__collection-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n        padding: 0 10%;\n    }\n    \n    .element__collection-item {\n        position: relative;\n        background-color: #1a1a1a;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 15px 30px rgba(0,0,0,0.2);\n        transition: all 0.3s ease;\n    }\n    \n    .element__collection-item:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n    }\n    \n    .element__collection-image {\n        width: 100%;\n        height: auto;\n    }\n    \n    .element__collection-content {\n        padding: 30px;\n        color: #f0f0f0;\n    }\n    \n    .element__collection-content h3 {\n        font-size: 24px;\n        font-weight: 300;\n        margin-bottom: 15px;\n        color: #f4f4f4;\n    }\n    \n    .element__collection-content p {\n        font-size: 16px;\n        line-height: 1.6;\n        color: #bbb;\n        margin-bottom: 20px;\n    }\n    \n    .element__collection-link {\n        display: inline-block;\n        padding: 10px 25px;\n        background-color: #ad9161;\n        color: white;\n        text-decoration: none;\n        font-size: 15px;\n        border-radius: 4px;\n        transition: all 0.3s;\n    }\n    \n    .element__collection-link:hover {\n        background-color: #c5aa7d;\n        transform: translateY(-3px);\n    }\n    \n    \/* Testimonials Section - with namespaced classes *\/\n    .element__testimonials {\n        padding: 120px 10%;\n        background-color: #f8f8f8;\n    }\n    \n    .element__testimonials-header {\n        margin-bottom: 60px;\n        text-align: center;\n    }\n    \n    .element__testimonials-title {\n        font-size: 48px;\n        font-weight: 200;\n        margin-bottom: 20px;\n    }\n    \n    .element__testimonials-desc {\n        color: #555;\n        max-width: 700px;\n        margin: 0 auto;\n        font-size: 18px;\n    }\n    \n    .element__testimonials-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 30px;\n    }\n    \n    .element__testimonial-card {\n        padding: 50px;\n        background-color: white;\n        margin-bottom: 30px;\n        transition: all 0.3s;\n        border-radius: 8px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n    \n    .element__testimonial-card:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n    }\n    \n    .element__testimonial-text {\n        font-size: 18px;\n        line-height: 1.8;\n        margin-bottom: 30px;\n        color: #333;\n        font-weight: 300;\n    }\n    \n    .element__testimonial-author {\n        color: #ad9161;\n        font-weight: 500;\n    }\n    \n    \/* Call-to-action section - with namespaced classes *\/\n    .element__cta-section {\n        padding: 80px 10%;\n        background-color: #ad9161;\n        color: white;\n        text-align: center;\n    }\n    \n    .element__cta-title {\n        font-size: 42px;\n        font-weight: 300;\n        margin-bottom: 30px;\n    }\n    \n    .element__cta-desc {\n        font-size: 18px;\n        max-width: 700px;\n        margin: 0 auto 40px;\n    }\n    \n    .element__cta-button {\n        display: inline-block;\n        padding: 18px 40px;\n        background-color: white;\n        color: #ad9161;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        border-radius: 4px;\n        transition: all 0.3s;\n    }\n    \n    .element__cta-button:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n    }\n    \n    \/* Disclaimer section - with namespaced classes *\/\n    .element__disclaimer-section {\n        padding: 40px 10%;\n        background-color: #f8f8f8;\n        text-align: center;\n    }\n    \n    .element__disclaimer {\n        font-size: 14px;\n        color: #777;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    \/* Responsive styles - with namespaced classes *\/\n    @media (max-width: 1200px) {\n        .element__hero-title {\n            font-size: 100px;\n        }\n        \n        .element__showcase-title {\n            font-size: 42px;\n        }\n        \n        .element__feature-number {\n            font-size: 36px;\n        }\n        \n        .element__collection-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    \n    @media (max-width: 992px) {\n        .element__hero-content {\n            left: 50%;\n            transform: translate(-50%, -50%);\n            text-align: center;\n            width: 80%;\n            max-width: none;\n        }\n        \n        .element__hero-subtitle {\n            margin: 0 auto;\n            padding: 0;\n            border: none;\n            text-align: center;\n        }\n\n        .element__hero-accent {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        \n        .element__showcase-item {\n            grid-template-columns: 1fr;\n        }\n\n        \/* שיפור סדר האלמנטים במובייל *\/\n        .element__showcase-item:nth-child(odd) {\n            display: flex;\n            flex-direction: column-reverse;\n        }\n        \n        .element__showcase-image {\n            min-height: 50vh;\n        }\n        \n        .element__features-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .element__collection-grid,\n        .element__testimonials-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .element__hero-title {\n            font-size: 80px;\n            margin-bottom: 20px;\n        }\n        \n        .element__showcase-title {\n            font-size: 36px;\n        }\n        \n        .element__showcase-content {\n            padding: 10% 7%;\n        }\n        \n        .element__features-section,\n        .element__testimonials,\n        .element__cta-section,\n        .element__disclaimer-section {\n            padding: 80px 7%;\n        }\n        \n        .element__gallery-header {\n            padding: 80px 7% 40px;\n        }\n        \n        .element__gallery-image {\n            padding: 0 7% 80px;\n        }\n        \n        .element__testimonial-card {\n            padding: 40px 25px;\n        }\n        \n        .element__collection-header {\n            padding: 0 7% 40px;\n        }\n        \n        .element__collection-title {\n            font-size: 36px;\n        }\n    }\n    \n    @media (max-width: 576px) {\n        .element__hero-title {\n            font-size: 60px;\n        }\n        \n        .element__hero-subtitle {\n            font-size: 18px;\n        }\n        \n        .element__showcase-title {\n            font-size: 32px;\n        }\n        \n        .element__showcase-desc {\n            font-size: 16px;\n        }\n        \n        .element__feature {\n            padding: 30px 20px;\n        }\n        \n        .element__testimonial-card {\n            padding: 30px 20px;\n        }\n        \n        .element__price-display {\n            font-size: 30px;\n        }\n        \n        .element__price-original {\n            font-size: 20px;\n        }\n        \n        .element__price-tag {\n            font-size: 12px;\n            margin-left: 10px;\n        }\n        \n        .element__cta-title {\n            font-size: 32px;\n        }\n        \n        .element__cta-button {\n            padding: 15px 30px;\n            font-size: 16px;\n        }\n        \n        .element__disclaimer {\n            font-size: 12px;\n        }\n    }\n    \n    @media (max-width: 400px) {\n        .element__hero-title {\n            font-size: 50px;\n        }\n        \n        .element__hero-subtitle {\n            font-size: 16px;\n        }\n        \n        .element__showcase-title {\n            font-size: 28px;\n        }\n        \n        .element__price-display {\n            font-size: 26px;\n        }\n        \n        .element__price-original {\n            font-size: 18px;\n            display: block;\n            margin-bottom: 5px;\n        }\n        \n        .element__cta-title {\n            font-size: 28px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!-- Main container with unique namespace --\u003e\n\u003cdiv class=\"element__pendant-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"element__hero\"\u003e\n\u003cdiv class=\"element__hero-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"element__hero-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"element__hero-content\"\u003e\n\u003cdiv class=\"element__hero-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1 class=\"element__hero-title\"\u003eאלמנט\u003c\/h1\u003e\n\u003cp class=\"element__hero-subtitle\"\u003eתליון עם שרשרת יוקרתית לגבר - סט מושלם, מינימליסטי במראה, עוצמתי בנוכחות\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Showcase --\u003e\n\u003csection class=\"element__product-showcase\"\u003e\n\u003cdiv class=\"element__showcase-item\"\u003e\n\u003cdiv class=\"element__showcase-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/3_e27c0ab6-05ac-492d-9424-9dd139e6b481.png?v=1747302319\" alt=\"תליון אלמנט - מגוון תליונים\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"element__showcase-content element__showcase-black\"\u003e\n\u003ch2 class=\"element__showcase-title\"\u003eהעיצוב\u003c\/h2\u003e\n\u003cp class=\"element__showcase-desc\"\u003eתליון אלמנט הוא תכשיט מעוצב בקפידה שמשלב מינימליזם עם נוכחות דומיננטית. האבן המלוטשת בחיתוך מלבני מדויק מוקפת במסגרת דקה ואלגנטית, היוצרת שיחק עדין בין גימור מבריק לאבן הצבעונית. \u003cstrong\u003eהתליון מגיע עם שרשרת בסגנון בוקס\u003c\/strong\u003e - סט מושלם מוכן לענידה.\u003c\/p\u003e\n\u003cdiv class=\"element__price-display\"\u003e\n\u003cspan class=\"element__price-tag\"\u003eחיסכון של 40%\u003c\/span\u003e \u003cspan class=\"element__price-original\"\u003e₪199\u003c\/span\u003e \u003cspan class=\"element__price-current\"\u003e₪119\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__showcase-item\"\u003e\n\u003cdiv class=\"element__showcase-content element__showcase-light\"\u003e\n\u003ch2 class=\"element__showcase-title\"\u003eהשרשרת\u003c\/h2\u003e\n\u003cp class=\"element__showcase-desc\"\u003eהתליון מגיע על שרשרת בסגנון בוקס קלאסי, המוסיפה מראה נקי ומתוחכם. הצבעים העשירים והמראה האלגנטי הופכים את התליון למושלם עבור מגוון הזדמנויות - מלבוש יומיומי ועד אירועים מיוחדים.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__showcase-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/5_218ceb31-4ad4-4319-8795-1c4fd8cfb445.png?v=1747302319\" alt=\"תקריב של שרשרת אלמנט\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"element__features-section\"\u003e\n\u003ch2 class=\"element__showcase-title\" style=\"text-align: center;\"\u003eלמה אלמנט?\u003c\/h2\u003e\n\u003cdiv class=\"element__features-grid\"\u003e\n\u003cdiv class=\"element__feature\"\u003e\n\u003cdiv class=\"element__feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3 class=\"element__feature-title\"\u003eעיצוב חדשני\u003c\/h3\u003e\n\u003cp\u003eעיצוב נקי וקלאסי שמשתלב עם כל סגנון לבוש, מקז'ואל ועד אלגנטי, ומוסיף מגע של תחכום.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__feature\"\u003e\n\u003cdiv class=\"element__feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3 class=\"element__feature-title\"\u003eסט מושלם\u003c\/h3\u003e\n\u003cp\u003eכל רכישה כוללת שרשרת איכותית בסגנון בוקס יחד עם התליון - מוכן לענידה מיד עם קבלתו. הסט השלם מגיע באריזת מתנה מהודרת.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__feature\"\u003e\n\u003cdiv class=\"element__feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3 class=\"element__feature-title\"\u003eסגנון אישי\u003c\/h3\u003e\n\u003cp\u003eבחירת האבן מאפשרת לך להביע את הסגנון האישי שלך, בין אם אתה מחפש נוכחות עזה או אלגנטיות שקטה.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Gemstone Gallery --\u003e\n\u003csection class=\"element__gemstone-gallery\"\u003e\n\u003cdiv class=\"element__gallery-header\"\u003e\n\u003ch2 class=\"element__gallery-title\"\u003eקולקציית אלמנט\u003c\/h2\u003e\n\u003cp class=\"element__gallery-desc\"\u003eשרשראות ותליונים איכותיים בעיצוב מינימליסטי, המשלבים גוונים ואבנים ייחודיות. בחר את השילוב שמתחבר אליך.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__gallery-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/4_f784fa30-fa44-4ccf-92f6-7de5731d5766.png?v=1747302319\" alt=\"מגוון שרשראות מקולקציית אלמנט\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Collection Showcase --\u003e\n\u003csection class=\"element__collection\"\u003e\n\u003cdiv class=\"element__collection-header\"\u003e\n\u003ch2 class=\"element__collection-title\"\u003eהקולקציה שלנו\u003c\/h2\u003e\n\u003cp class=\"element__collection-desc\"\u003eבחר את הסגנון המושלם עבורך מתוך מגוון האפשרויות שלנו. כל סט כולל תליון ושרשרת בגימור איכותי.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__collection-grid\"\u003e\n\u003cdiv class=\"element__collection-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/2_b5ffe743-f1c4-4fd4-a17f-388e637e163b.png?v=1747302319\" alt=\"גבר עונד שרשרת אלמנט\" class=\"element__collection-image\"\u003e\n\u003cdiv class=\"element__collection-content\"\u003e\n\u003ch3\u003eאלמנט קלאסיק\u003c\/h3\u003e\n\u003cp\u003eהשרשרת הקלאסית שלנו בגימור כסף או שחור מט, המשתלבת עם כל סגנון לבוש ויוצרת מראה מתוחכם ועכשווי.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__collection-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/5_218ceb31-4ad4-4319-8795-1c4fd8cfb445.png?v=1747302319\" alt=\"תקריב של שרשראות אלמנט\" class=\"element__collection-image\"\u003e\n\u003cdiv class=\"element__collection-content\"\u003e\n\u003ch3\u003eאלמנט לוקס\u003c\/h3\u003e\n\u003cp\u003eהדגם היוקרתי שלנו בגימור זהב משובח, המשלב אבנים טבעיות בגוונים עשירים ליצירת מראה יוקרתי במיוחד.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Testimonials Section --\u003e\n\u003csection class=\"element__testimonials\"\u003e\n\u003cdiv class=\"element__testimonials-header\"\u003e\n\u003ch2 class=\"element__testimonials-title\"\u003eמה אומרים עלינו\u003c\/h2\u003e\n\u003cp class=\"element__testimonials-desc\"\u003eלקוחות שכבר חווים את החיבור המיוחד לתליון אלמנט שלהם משתפים בחוויה האישית.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__testimonials-grid\"\u003e\n\u003cdiv class=\"element__testimonial-card\"\u003e\n\u003cp class=\"element__testimonial-text\"\u003e\"קיבלתי את התליון עם אגם ירוק כמתנה ליום הולדתי. העיצוב אלגנטי ומינימליסטי בדיוק כמו שאני אוהב, ואיכות הביצוע ניכרת בכל פרט. אני לובש אותו כמעט כל יום ומקבל המון מחמאות.\"\u003c\/p\u003e\n\u003cp class=\"element__testimonial-author\"\u003e- יובל, תל אביב\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"element__testimonial-card\"\u003e\n\u003cp class=\"element__testimonial-text\"\u003e\"הזמנתי את השרשרת קלאסי שחור-זהב כמתנה לבן זוגי, והוא פשוט התאהב בו. האבן בעלת צבע עשיר ועמוק, והשרשרת באיכות מעולה. שירות הלקוחות היה מצוין והמשלוח הגיע מהר.\"\u003c\/p\u003e\n\u003cp class=\"element__testimonial-author\"\u003e- מיכל, חיפה\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Call-to-action section --\u003e\n\u003csection class=\"element__cta-section\"\u003e\n\u003ch2 class=\"element__cta-title\"\u003eמצא את האלמנט שלך\u003c\/h2\u003e\n\u003cp class=\"element__cta-desc\"\u003eהוסף סטייל ונוכחות למראה היומיומי שלך עם סט שרשרת ותליון אלמנט. בחר את הסגנון שמדבר אליך והזמן את הסט המושלם עכשיו במחיר מיוחד.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"element__cta-button\"\u003eהזמן סט שרשרת ותליון\u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- Disclaimer section --\u003e\n\u003csection class=\"element__disclaimer-section\"\u003e\n\u003cp class=\"element__disclaimer\"\u003e* התמונות להמחשה בלבד. ייתכנו הבדלים קלים בין גווני האבנים והמתכות כפי שהם מופיעים בתמונות לבין המוצר במציאות עקב הבדלי תאורה והגדרות מסך. המוצר מיוצר מחומרים איכותיים העמידים בפני שחיקה ומגע עם מים.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"אוזו-שופ","offers":[{"title":"50 ס״מ \/ לילית מסתורית","offer_id":46917450530965,"sku":"uozzo80397_PN-1652S_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ אגם ירוק","offer_id":46917450563733,"sku":"uozzo80397_PN-1875S_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ ברקת מלכותית","offer_id":46917450596501,"sku":"uozzo80397_PN-1875G_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ עומק שחור","offer_id":46917450629269,"sku":"uozzo80397_PN-1652S-1_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ שמי לילה","offer_id":46917450662037,"sku":"uozzo80397_PN-1652S-3_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ ענן פנינים","offer_id":46917450694805,"sku":"uozzo80397_PN-1652S-2_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ גלי טורקיז","offer_id":46917450727573,"sku":"uozzo80397_PN-1652S-7_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ עין הנמר","offer_id":46917450760341,"sku":"uozzo80397_PN-1652S-4_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ אלגנט שחור","offer_id":46917450793109,"sku":"uozzo80397_PN-1652G_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ סערת לילה","offer_id":46917450825877,"sku":"uozzo80397_PN-1652G-3_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ רגוע לבן","offer_id":46917450858645,"sku":"uozzo80397_PN-1652G-2_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ ניצוץ מדברי","offer_id":46917450891413,"sku":"uozzo80397_PN-1652G-5_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ קלאסי שחור-זהב","offer_id":46917450924181,"sku":"uozzo80397_PN-1652G-6_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ צל מסתורי","offer_id":46917450956949,"sku":"uozzo80397_PN-1652B_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"50 ס״מ \/ גלקסיית מסתורין","offer_id":46917450989717,"sku":"uozzo80397_PN-1652B-3_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ לילית מסתורית","offer_id":46917451022485,"sku":"uozzo80397_PN-1652S_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ אגם ירוק","offer_id":46917451055253,"sku":"uozzo80397_PN-1875S_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ ברקת מלכותית","offer_id":46917451088021,"sku":"uozzo80397_PN-1875G_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ עומק שחור","offer_id":46917451120789,"sku":"uozzo80397_PN-1652S-1_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ שמי לילה","offer_id":46917451153557,"sku":"uozzo80397_PN-1652S-3_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ ענן פנינים","offer_id":46917451186325,"sku":"uozzo80397_PN-1652S-2_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ גלי טורקיז","offer_id":46917451219093,"sku":"uozzo80397_PN-1652S-7_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ עין הנמר","offer_id":46917451251861,"sku":"uozzo80397_PN-1652S-4_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ אלגנט שחור","offer_id":46917451284629,"sku":"uozzo80397_PN-1652G_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ סערת לילה","offer_id":46917451317397,"sku":"uozzo80397_PN-1652G-3_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ רגוע לבן","offer_id":46917451350165,"sku":"uozzo80397_PN-1652G-2_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ ניצוץ מדברי","offer_id":46917451382933,"sku":"uozzo80397_PN-1652G-5_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ קלאסי שחור-זהב","offer_id":46917451415701,"sku":"uozzo80397_PN-1652G-6_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ צל מסתורי","offer_id":46917451448469,"sku":"uozzo80397_PN-1652B_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"55 ס״מ \/ גלקסיית מסתורין","offer_id":46917451481237,"sku":"uozzo80397_PN-1652B-3_55cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ לילית מסתורית","offer_id":46917451514005,"sku":"uozzo80397_PN-1652S_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ אגם ירוק","offer_id":46917451546773,"sku":"uozzo80397_PN-1875S_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ ברקת מלכותית","offer_id":46917451579541,"sku":"uozzo80397_PN-1875G_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ עומק שחור","offer_id":46917451612309,"sku":"uozzo80397_PN-1652S-1_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ שמי לילה","offer_id":46917451645077,"sku":"uozzo80397_PN-1652S-3_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ ענן פנינים","offer_id":46917451677845,"sku":"uozzo80397_PN-1652S-2_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ גלי טורקיז","offer_id":46917451710613,"sku":"uozzo80397_PN-1652S-7_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ עין הנמר","offer_id":46917451743381,"sku":"uozzo80397_PN-1652S-4_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ אלגנט שחור","offer_id":46917451776149,"sku":"uozzo80397_PN-1652G_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ סערת לילה","offer_id":46917451808917,"sku":"uozzo80397_PN-1652G-3_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ רגוע לבן","offer_id":46917451841685,"sku":"uozzo80397_PN-1652G-2_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ ניצוץ מדברי","offer_id":46917451874453,"sku":"uozzo80397_PN-1652G-5_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ קלאסי שחור-זהב","offer_id":46917451907221,"sku":"uozzo80397_PN-1652G-6_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ צל מסתורי","offer_id":46917451939989,"sku":"uozzo80397_PN-1652B_60cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"60 ס״מ \/ גלקסיית מסתורין","offer_id":46917451972757,"sku":"uozzo80397_PN-1652B-3_50cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ לילית מסתורית","offer_id":46917452005525,"sku":"uozzo80397_PN-1652S_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ אגם ירוק","offer_id":46917452038293,"sku":"uozzo80397_PN-1875S_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ ברקת מלכותית","offer_id":46917452071061,"sku":"uozzo80397_PN-1875G_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ עומק שחור","offer_id":46917452103829,"sku":"uozzo80397_PN-1652S-1_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ שמי לילה","offer_id":46917452136597,"sku":"uozzo80397_PN-1652S-3_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ ענן פנינים","offer_id":46917452169365,"sku":"uozzo80397_PN-1652S-2_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ גלי טורקיז","offer_id":46917452202133,"sku":"uozzo80397_PN-1652S-7_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ עין הנמר","offer_id":46917452234901,"sku":"uozzo80397_PN-1652S-4_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ אלגנט שחור","offer_id":46917452267669,"sku":"uozzo80397_PN-1652G_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ סערת לילה","offer_id":46917452300437,"sku":"uozzo80397_PN-1652G-3_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ רגוע לבן","offer_id":46917452333205,"sku":"uozzo80397_PN-1652G-2_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ ניצוץ מדברי","offer_id":46917452365973,"sku":"uozzo80397_PN-1652G-5_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ קלאסי שחור-זהב","offer_id":46917452398741,"sku":"uozzo80397_PN-1652G-6_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ צל מסתורי","offer_id":46917452431509,"sku":"uozzo80397_PN-1652B_70cm","price":119.0,"currency_code":"ILS","in_stock":true},{"title":"70 ס״מ \/ גלקסיית מסתורין","offer_id":46917452464277,"sku":"uozzo80397_PN-1652B-3_70cm","price":119.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0767\/1424\/6293\/files\/shrshrt-tliv-ivkrtit-lgbr-almn-element-almn-element-avzv-shvf-397564.png?v=1770042763","url":"https:\/\/zolplus.com\/products\/element","provider":"זול פלוס","version":"1.0","type":"link"}