{"title":"Home page","description":null,"products":[{"product_id":"מנוי-spotify-premium","title":"מנוי Spotify Premium-50% הנחה על תוכנית שנתית!","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eSpotify Premium - 50% הנחה על התוכנית השנתית\u003c\/title\u003e\n    \u003c!-- Spotify look \u0026 feel: dark theme, green accents, clean typography --\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Circular+Std\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background-color: #000000;\n            font-family: 'Circular Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;\n            color: #ffffff;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n\n        \/* Spotify-style gradient background for premium feel *\/\n        .bg-gradient {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at 10% 30%, #1a1a1a, #000000);\n            z-index: -2;\n        }\n\n        \/* subtle noise texture (Spotify sometimes uses micro texture) *\/\n        .bg-gradient::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjUiIG51bU9jdGF2ZXM9IjMiLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWx0ZXI9InVybCgjZikiIG9wYWNpdHk9IjAuMDMiLz48L3N2Zz4=');\n            opacity: 0.2;\n            pointer-events: none;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem 4rem;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* header \/ logo *\/\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 3rem;\n        }\n\n        .spotify-icon {\n            width: 40px;\n            height: 40px;\n            background: #1DB954;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 24px;\n            box-shadow: 0 0 10px rgba(29,185,84,0.3);\n        }\n\n        .logo-text {\n            font-size: 1.8rem;\n            font-weight: 700;\n            letter-spacing: -0.5px;\n            color: white;\n        }\n\n        .badge {\n            background: #1DB954;\n            color: #000;\n            padding: 4px 12px;\n            border-radius: 40px;\n            font-size: 0.8rem;\n            font-weight: bold;\n            margin-right: 12px;\n        }\n\n        \/* main card *\/\n        .hero {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .discount-badge {\n            display: inline-block;\n            background: rgba(29,185,84,0.2);\n            backdrop-filter: blur(8px);\n            border: 1px solid rgba(29,185,84,0.6);\n            border-radius: 100px;\n            padding: 0.5rem 1.2rem;\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 1.8rem;\n            letter-spacing: 0.3px;\n            color: #1DB954;\n        }\n\n        h1 {\n            font-size: 3.5rem;\n            font-weight: 900;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, #ffffff, #1DB954);\n            background-clip: text;\n            -webkit-background-clip: text;\n            color: transparent;\n            letter-spacing: -1px;\n        }\n\n        .subhead {\n            font-size: 1.3rem;\n            color: #b3b3b3;\n            max-width: 650px;\n            margin: 0 auto 2rem;\n        }\n\n        \/* price pill *\/\n        .price-pill {\n            background: #282828;\n            border-radius: 60px;\n            padding: 0.6rem 1.8rem;\n            display: inline-flex;\n            align-items: baseline;\n            gap: 12px;\n            margin-bottom: 2rem;\n            flex-wrap: wrap;\n            justify-content: center;\n            backdrop-filter: blur(4px);\n        }\n\n        .old-price {\n            font-size: 1.4rem;\n            color: #a7a7a7;\n            text-decoration: line-through;\n        }\n\n        .new-price {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: #1DB954;\n        }\n\n        .yearly {\n            font-size: 1rem;\n            font-weight: 500;\n            color: #ddd;\n        }\n\n        \/* cta button *\/\n        .cta-btn {\n            background: #1DB954;\n            border: none;\n            color: #000000;\n            font-weight: 800;\n            font-size: 1.2rem;\n            padding: 1rem 2.8rem;\n            border-radius: 500px;\n            cursor: pointer;\n            transition: transform 0.2s ease, background 0.2s;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.3);\n            font-family: inherit;\n            margin: 1rem 0 0.8rem;\n            display: inline-block;\n        }\n\n        .cta-btn:hover {\n            background: #1ed760;\n            transform: scale(1.02);\n        }\n\n        .small-note {\n            font-size: 0.75rem;\n            color: #7a7a7a;\n        }\n\n        \/* feature grid - Spotify style cards *\/\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.8rem;\n            margin: 4rem 0;\n        }\n\n        .feature-card {\n            background: #121212;\n            border-radius: 16px;\n            padding: 1.8rem;\n            transition: all 0.25s ease;\n            border: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .feature-card:hover {\n            background: #1e1e1e;\n            transform: translateY(-4px);\n            border-color: rgba(29,185,84,0.3);\n        }\n\n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            display: inline-block;\n        }\n\n        .feature-card h3 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n        }\n\n        .feature-card p {\n            color: #b3b3b3;\n            font-size: 0.95rem;\n        }\n\n        \/* exclusive access banner *\/\n        .exclusive-banner {\n            background: linear-gradient(135deg, #1f1f1f, #0a0a0a);\n            border-radius: 24px;\n            padding: 2rem;\n            margin: 2rem 0;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n            gap: 1.5rem;\n            border-left: 5px solid #1DB954;\n        }\n\n        .exclusive-text {\n            flex: 2;\n        }\n\n        .exclusive-text h2 {\n            font-size: 1.7rem;\n            margin-bottom: 0.5rem;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .exclusive-text p {\n            color: #ccc;\n        }\n\n        .spark {\n            font-size: 1.8rem;\n        }\n\n        \/* personalization badge *\/\n        .personalized-tag {\n            background: rgba(29,185,84,0.15);\n            border-radius: 40px;\n            padding: 0.5rem 1.2rem;\n            font-size: 0.85rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-top: 0.8rem;\n        }\n\n        \/* footer \/ limit offer *\/\n        .offer-footer {\n            margin-top: 3rem;\n            text-align: center;\n            border-top: 1px solid #282828;\n            padding-top: 2rem;\n            font-size: 0.8rem;\n            color: #8e8e8e;\n        }\n\n        .timer-note {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin-bottom: 1rem;\n            font-weight: 500;\n            background: #0e0e0e;\n            width: fit-content;\n            margin-left: auto;\n            margin-right: auto;\n            padding: 0.5rem 1.2rem;\n            border-radius: 100px;\n        }\n\n        @media (max-width: 680px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            .subhead {\n                font-size: 1rem;\n            }\n            .container {\n                padding: 1.5rem;\n            }\n            .new-price {\n                font-size: 1.8rem;\n            }\n            .cta-btn {\n                padding: 0.8rem 1.8rem;\n                font-size: 1rem;\n            }\n        }\n\n        \/* loading or button micro-interaction *\/\n        button:active {\n            transform: scale(0.98);\n        }\n\n        footer {\n            text-align: center;\n            margin-top: 3rem;\n            font-size: 0.7rem;\n            color: #5e5e5e;\n        }\n\n        a {\n            color: #1DB954;\n            text-decoration: none;\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"bg-gradient\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n    \u003c!-- Spotify style header --\u003e\n    \u003cdiv class=\"logo\"\u003e\n        \u003cdiv class=\"spotify-icon\"\u003e♫\u003c\/div\u003e\n        \u003cdiv class=\"logo-text\"\u003eSpotify\u003c\/div\u003e\n        \u003cdiv class=\"badge\"\u003ePREMIUM\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- hero section --\u003e\n    \u003cdiv class=\"hero\"\u003e\n        \u003cdiv class=\"discount-badge\"\u003e\n            ⚡ מבצע מוגבל: 50% הנחה ⚡\n        \u003c\/div\u003e\n        \u003ch1\u003eשדרג לחוויית\u003cbr\u003eSpotify Premium\u003c\/h1\u003e\n        \u003cdiv class=\"subhead\"\u003e\n            שמע ללא הפסקות, איכות אודיו עליונה, והורדות להאזנה במצב לא מקוון.\n        \u003c\/div\u003e\n        \u003cdiv class=\"price-pill\"\u003e\n            \u003cspan class=\"old-price\"\u003e₪359 שנתי\u003c\/span\u003e\n            \u003cspan class=\"new-price\"\u003e₪179.50\u003c\/span\u003e\n            \u003cspan class=\"yearly\"\u003e\/ שנה (50% הנחה)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cbutton class=\"cta-btn\" id=\"subscribeBtn\"\u003eקבל את ההצעה ➔\u003c\/button\u003e\n        \u003cdiv class=\"small-note\"\u003e*מחיר לתוכנית שנתית. חידוש אוטומטי, ביטול בכל עת.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Features grid : perfect Spotify look with icons \u0026 benefits --\u003e\n    \u003cdiv class=\"features\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🎧\u003c\/div\u003e\n            \u003ch3\u003eהשמעה ללא הפסקות\u003c\/h3\u003e\n            \u003cp\u003eתיהנה ממוזיקה ופודקאסטים ללא פרסומות, ללא הפרעות – זרימה חלקה בלי סוף.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e📀\u003c\/div\u003e\n            \u003ch3\u003eאיכות אודיו עליונה\u003c\/h3\u003e\n            \u003cp\u003eהאזנה באיכות 320 kbps, סאונד עשיר ועוצמתי בכל פלייליסט. חוויית אולפן ביתית.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e⬇️\u003c\/div\u003e\n            \u003ch3\u003eהורדה למצב לא מקוון\u003c\/h3\u003e\n            \u003cp\u003eהורד שירים ופלייליסטים, והאזן גם בלי חיבור לאינטרנט – בכל מקום, בכל זמן.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- exclusive access and personalized recommendations (blended) --\u003e\n    \u003cdiv class=\"exclusive-banner\"\u003e\n        \u003cdiv class=\"exclusive-text\"\u003e\n            \u003ch2\u003e✨ גישה בלעדית לתוכן חדש \u003cspan class=\"spark\"\u003e🎁\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eקבל גישה מוקדמת לאלבומים, סינגלים, ורשימות השמעה בלעדיות שאף אחד אחר לא שומע. תוכן שמתעדכן באופן שוטף במיוחד בשבילך.\u003c\/p\u003e\n            \u003cdiv class=\"personalized-tag\"\u003e\n                \u003cspan\u003e🎯\u003c\/span\u003e המלצות מותאמות לטעמך האישי\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #1DB95420; border-radius: 60px; padding: 0.6rem 1rem;\"\u003e\n            \u003cspan style=\"color:#1DB954;\"\u003e+ תוכן בלעדי\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Additional recommendation card (exactly Spotify style) --\u003e\n    \u003cdiv style=\"background: #0f0f0f; border-radius: 20px; padding: 1.5rem; margin: 1rem 0 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;\"\u003e\n        \u003cdiv\u003e\n            \u003cspan style=\"font-weight: bold; font-size: 1.2rem;\"\u003e🎶 המוזיקה שלך, בדרך שלך\u003c\/span\u003e\n            \u003cp style=\"color: #b3b3b3; margin-top: 5px;\"\u003eעם Spotify Premium אתה תמיד צעד אחד קדימה במוזיקה.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #1DB954; border-radius: 40px; padding: 0.5rem 1rem; color:#000; font-weight: bold; font-size: 0.8rem;\"\u003e\n            מומלץ במיוחד עבורך\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- call to action again --\u003e\n    \u003cdiv style=\"text-align: center; margin: 2rem 0 1rem;\"\u003e\n        \u003cbutton class=\"cta-btn\" id=\"subscribeBtn2\" style=\"background: #1DB954;\"\u003e🌍 הצטרף עכשיו – חסוך 50%\u003c\/button\u003e\n        \u003cdiv class=\"timer-note\" id=\"offerTimer\"\u003e\n            ⏳ הצעה מוגבלת: הזמן שנותר להרשמה במחיר מיוחד\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"offer-footer\"\u003e\n        \u003cp\u003e🔊 Spotify Premium – חוסך משמעותית בתוכנית השנתית. תנאים והגבלות חלים. ההצעה תקפה לחשבונות חדשים ומשתמשים כשירים. ביטול מנוי עד 24 שעות לפני מועד החידוש.\u003c\/p\u003e\n        \u003cp style=\"margin-top: 0.5rem;\"\u003e© 2025 Spotify AB | שמע ללא הפסקות, איכות עליונה, והורדות לא מקוון\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    (function() {\n        \/\/ Simple interactive simulation: show alert with offer details + micro countdown for \"limited offer\" look (vanity)\n        \/\/ Also we can create a dynamic timer countdown that shows days\/hours to add sense of urgency.\n        \/\/ Setting an end date 3 days from now (just for visual effect)\n        const endDate = new Date();\n        endDate.setDate(endDate.getDate() + 3);\n        endDate.setHours(23, 59, 59, 999);\n\n        function updateTimer() {\n            const now = new Date().getTime();\n            const distance = endDate - now;\n\n            if (distance \u003c 0) {\n                document.getElementById('offerTimer').innerHTML = \"⌛ ההצעה הסתיימה, אבל לבדוק מבצעים נוספים באתר Spotify.\";\n                return;\n            }\n\n            const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n            const hours = Math.floor((distance % (86400000)) \/ (3600000));\n            const minutes = Math.floor((distance % 3600000) \/ 60000);\n            const seconds = Math.floor((distance % 60000) \/ 1000);\n\n            let timerText = `⏳ הצעה מוגבלת: ${days} ימים, ${hours} שעות, ${minutes} דקות, ${seconds} שניות`;\n            document.getElementById('offerTimer').innerHTML = timerText;\n        }\n\n        \/\/ Update every second\n        updateTimer();\n        const timerInterval = setInterval(updateTimer, 1000);\n\n        \/\/ Function for both subscribe buttons\n        function handleSubscribe() {\n            \/\/ Create a modal-like alert with Spotify premium simulation\n            const confirmation = confirm(\"🎧✨ מתחיל המסע שלך עם Spotify Premium!\\n\\n✅ 50% הנחה על התוכנית השנתית\\n✅ השמעה ללא הפסקות\\n✅ איכות אודיו עליונה\\n✅ הורדות להאזנה לא מקוונת\\n✅ גישה בלעדית לתוכן חדש והמלצות חכמות.\\n\\nלחץ על אישור כדי להתקדם להרשמה (הדמיה).\");\n            if (confirmation) {\n                alert(\"תודה שבחרת ב-Spotify Premium! \\nתקבל דוא\\\"ל עם פרטי החשבון בקרוב.\\nחסוך משמעותית עם התוכנית השנתית ב-50% הנחה.\");\n                \/\/ Simulate redirect or opening signup page (just fun behavior)\n                window.open(\"https:\/\/www.spotify.com\/il-he\/premium\/\", \"_blank\");\n            }\n        }\n\n        const btn1 = document.getElementById('subscribeBtn');\n        const btn2 = document.getElementById('subscribeBtn2');\n        if (btn1) btn1.addEventListener('click', handleSubscribe);\n        if (btn2) btn2.addEventListener('click', handleSubscribe);\n\n        \/\/ optional: clean interval on page unload just in case\n        window.addEventListener('beforeunload', function() {\n            if (timerInterval) clearInterval(timerInterval);\n        });\n    })();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SP Premium","offers":[{"title":"Default Title","offer_id":56737088733564,"sku":null,"price":99.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/8758\/3868\/files\/4c33c49c-ee13-4fa6-ba48-9980bb5cb90e_4bcef236-a2e3-4899-9a3f-0707e06ef41b.png?v=1779731973"}],"url":"https:\/\/2026-offer.myshopify.com\/collections\/frontpage.oembed","provider":"SP Premium","version":"1.0","type":"link"}