{"product_id":"שמלת-ערב-angel","title":"שמלת ערב - ANGEL","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Heebo', 'David', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #fff;\n            direction: rtl;\n            text-align: right;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .hero-section {\n            text-align: center;\n            margin-bottom: 40px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 20px;\n            margin-bottom: 50px;\n        }\n\n        .hero-title {\n            font-size: clamp(1.8rem, 4vw, 3rem);\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .hero-subtitle {\n            font-size: clamp(1rem, 2.5vw, 1.3rem);\n            margin-bottom: 10px;\n            opacity: 0.95;\n        }\n\n        .product-name {\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-weight: 600;\n            color: #ffd700;\n            margin-top: 20px;\n        }\n\n        .description-section {\n            background: #f8f9fa;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            border: 1px solid #e9ecef;\n        }\n\n        .description-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #495057;\n            border-bottom: 3px solid #667eea;\n            padding-bottom: 10px;\n            display: inline-block;\n            text-align: right;\n            direction: rtl;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            text-align: center;\n            margin-bottom: 30px;\n            color: #495057;\n            direction: rtl;\n        }\n\n        .color-name {\n            padding: 20px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.2rem;\n            background: linear-gradient(45deg, #667eea, #764ba2);\n            color: white;\n            direction: rtl;\n        }\n\n        .cta-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n            direction: rtl;\n        }\n\n        .hero-title {\n            font-size: clamp(1.8rem, 4vw, 3rem);\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n            direction: rtl;\n        }\n\n        .hero-subtitle {\n            font-size: clamp(1rem, 2.5vw, 1.3rem);\n            margin-bottom: 10px;\n            opacity: 0.95;\n            direction: rtl;\n        }\n\n        .product-name {\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-weight: 600;\n            color: #ffd700;\n            margin-top: 20px;\n            direction: rtl;\n        }\n\n        .features-list {\n            list-style: none;\n            margin-bottom: 20px;\n        }\n\n        .features-list li {\n            padding: 8px 0;\n            position: relative;\n            padding-right: 25px;\n            font-size: 1.1rem;\n            text-align: right;\n        }\n\n        .features-list li::before {\n            content: \"✨\";\n            position: absolute;\n            right: 0;\n            top: 8px;\n        }\n\n        .colors-section {\n            margin-bottom: 50px;\n        }\n\n        .colors-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        .color-card {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .color-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n        }\n\n        .color-image {\n            width: 100%;\n            height: 400px;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n\n        .color-card:hover .color-image {\n            transform: scale(1.05);\n        }\n\n        .color-name {\n            padding: 20px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.2rem;\n            background: linear-gradient(45deg, #667eea, #764ba2);\n            color: white;\n        }\n\n        .sizes-section {\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        .sizes-available {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .size-badges {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n            flex-wrap: wrap;\n        }\n\n        .size-badge {\n            background: #667eea;\n            color: white;\n            padding: 12px 25px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            min-width: 60px;\n            text-align: center;\n        }\n\n        .size-table-container {\n            overflow-x: auto;\n            border-radius: 10px;\n            box-shadow: 0 0 20px rgba(0,0,0,0.1);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            font-size: 1rem;\n            min-width: 500px;\n            direction: rtl;\n        }\n\n        .size-table th {\n            background: linear-gradient(45deg, #667eea, #764ba2);\n            color: white;\n            padding: 15px 10px;\n            text-align: center;\n            font-weight: 600;\n            direction: rtl;\n        }\n\n        .size-table td {\n            padding: 12px 10px;\n            text-align: center;\n            border-bottom: 1px solid #e9ecef;\n            font-weight: 500;\n            direction: rtl;\n        }\n\n        .size-table tr:nth-child(even) {\n            background: #f8f9fa;\n        }\n\n        .size-table tr:hover {\n            background: #e3f2fd;\n        }\n\n        .cta-section {\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border-radius: 20px;\n            margin-top: 40px;\n        }\n\n        .cta-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .cta-button {\n            background: #ffd700;\n            color: #333;\n            padding: 15px 40px;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-block;\n            margin-top: 10px;\n        }\n\n        .cta-button:hover {\n            background: #ffed4a;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n            text-decoration: none;\n            color: #333;\n        }\n\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 15px;\n            }\n\n            .hero-section {\n                padding: 30px 15px;\n                margin-bottom: 30px;\n                text-align: center;\n                direction: rtl;\n            }\n\n            .description-section {\n                padding: 20px;\n                text-align: right;\n                direction: rtl;\n            }\n\n            .colors-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .color-image {\n                height: 350px;\n            }\n\n            .sizes-section {\n                padding: 25px 20px;\n                text-align: center;\n                direction: rtl;\n            }\n\n            .size-badges {\n                gap: 10px;\n                justify-content: center;\n            }\n\n            .size-badge {\n                padding: 10px 20px;\n                font-size: 1rem;\n            }\n\n            .cta-section {\n                padding: 30px 15px;\n                text-align: center;\n                direction: rtl;\n            }\n\n            .cta-button {\n                padding: 12px 30px;\n                font-size: 1.1rem;\n            }\n\n            .features-list li {\n                text-align: right;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table {\n                font-size: 0.9rem;\n                direction: rtl;\n            }\n\n            .size-table th,\n            .size-table td {\n                padding: 8px 5px;\n                text-align: center;\n                direction: rtl;\n            }\n\n            .hero-title, .hero-subtitle, .product-name {\n                text-align: center;\n                direction: rtl;\n            }\n\n            .features-list li {\n                text-align: right;\n                direction: rtl;\n            }\n\n            .cta-section {\n                text-align: center;\n                direction: rtl;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"top\" class=\"product-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1 class=\"hero-title\"\u003eעונת האירועים כבר פה! 🎉\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eודאגנו לך לשמלה שתגרום לך להיות מרכז הערב!\u003c\/p\u003e\n\u003ch2 class=\"product-name\"\u003eשמלת ANGEL ✨\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Description Section --\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003ch3 class=\"description-title\"\u003eמה מיוחד בשמלת ANGEL?\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eשמלה אלגנטית ללא שרוולים או כתפיות\u003c\/li\u003e\n\u003cli\u003eעשויה מבד איכותי ומחמיא\u003c\/li\u003e\n\u003cli\u003eפתח V מעוצב בגב התחתון\u003c\/li\u003e\n\u003cli\u003eאופציית קישרה והצמדה בחלק העליון של הגב\u003c\/li\u003e\n\u003cli\u003eמתאימה לכל אירוע מיוחד\u003c\/li\u003e\n\u003cli\u003eזמינה ב-4 צבעים מנצחים!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Colors Section --\u003e\n\u003cdiv class=\"colors-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eבחרי את הצבע המושלם עבורך 🌈\u003c\/h3\u003e\n\u003cdiv class=\"colors-grid\"\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cimg alt=\"שמלת ANGEL בצבע כחול בהיר - LAKE BLUE\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/WhatsApp_Image_2024-05-30_at_14.46.56.jpg?v=1717070643\" class=\"color-image\"\u003e\n\u003cdiv class=\"color-name\"\u003eLAKE BLUE - כחול בהיר 💙\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cimg alt=\"שמלת ANGEL בצבע צהוב - SUNNY\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/WhatsApp_Image_2024-05-30_at_14.46.57.jpg?v=1717070689\" class=\"color-image\"\u003e\n\u003cdiv class=\"color-name\"\u003eSUNNY - צהוב זוהר ☀️\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cimg alt=\"שמלת ANGEL בצבע סגול בהיר - FLOR\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/WhatsApp_Image_2024-05-30_at_14.46.53_1.jpg?v=1717070761\" class=\"color-image\"\u003e\n\u003cdiv class=\"color-name\"\u003eFLOR - סגול בהיר 💜\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cimg alt=\"שמלת ANGEL בצבע לבן - MARI\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2981\/7382\/files\/WhatsApp_Image_2024-05-30_at_14.46.55.jpg?v=1717070806\" class=\"color-image\"\u003e\n\u003cdiv class=\"color-name\"\u003eMARI - לבן קלאסי 🤍\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Sizes Section --\u003e\n\u003cdiv class=\"sizes-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eמידות זמינות 📏\u003c\/h3\u003e\n\u003cdiv class=\"sizes-available\"\u003e\n\u003cdiv class=\"size-badges\"\u003e\n\u003cspan class=\"size-badge\"\u003eS\u003c\/span\u003e \u003cspan class=\"size-badge\"\u003eM\u003c\/span\u003e \u003cspan class=\"size-badge\"\u003eL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4 style=\"text-align: center; margin-bottom: 20px; font-size: 1.3rem; color: #495057;\"\u003eטבלת מידות (בס״מ)\u003c\/h4\u003e\n\u003cdiv class=\"size-table-container\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eמידה\u003c\/th\u003e\n\u003cth\u003eחזה\u003c\/th\u003e\n\u003cth\u003eמותן\u003c\/th\u003e\n\u003cth\u003eאגן\u003c\/th\u003e\n\u003cth\u003eאורך\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e74\u003c\/td\u003e\n\u003ctd\u003e64\u003c\/td\u003e\n\u003ctd\u003e83-103\u003c\/td\u003e\n\u003ctd\u003e126\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e78\u003c\/td\u003e\n\u003ctd\u003e68\u003c\/td\u003e\n\u003ctd\u003e87-107\u003c\/td\u003e\n\u003ctd\u003e128\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e84\u003c\/td\u003e\n\u003ctd\u003e74\u003c\/td\u003e\n\u003ctd\u003e93-113\u003c\/td\u003e\n\u003ctd\u003e130\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch3 class=\"cta-title\"\u003eמוכנה להיות מרכז הערב? ✨\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 20px; font-size: 1.1rem;\"\u003eהזמיני את שמלת ANGEL שלך עוד היום!\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"\/cart\/48713098264870:1?return_to=\/checkout\"\u003eלחצי כאן להזמין עכשיו! 🛍️\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"אוזו-שופ","offers":[{"title":"LAKE BLUE - תכלת \/ S","offer_id":46917475532949,"sku":"uozzo8191-BLUE-S","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"LAKE BLUE - תכלת \/ M","offer_id":46917475565717,"sku":"uozzo8191-BLUE-M","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"LAKE BLUE - תכלת \/ L","offer_id":46917475598485,"sku":"uozzo8191-BLUE-L","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"MARI - לבן \/ S","offer_id":46917475631253,"sku":"uozzo8191-WHITE-S","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"MARI - לבן \/ M","offer_id":46917475664021,"sku":"uozzo8191-WHITE-M","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"MARI - לבן \/ L","offer_id":46917475696789,"sku":"uozzo8191-WHITE-L","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"FLOR - סגול בהיר \/ S","offer_id":46917475729557,"sku":"uozzo8191-PINK-S","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"FLOR - סגול בהיר \/ M","offer_id":46917475762325,"sku":"uozzo8191-PINK-M","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"FLOR - סגול בהיר \/ L","offer_id":46917475795093,"sku":"uozzo8191-PINK-L","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"SUNNY - צהוב \/ S","offer_id":46917475827861,"sku":"uozzo8191-YELLOW-S","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"SUNNY - צהוב \/ M","offer_id":46917475860629,"sku":"uozzo8191-YELLOW-M","price":179.0,"currency_code":"ILS","in_stock":true},{"title":"SUNNY - צהוב \/ L","offer_id":46917475893397,"sku":"uozzo8191-YELLOW-L","price":179.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0767\/1424\/6293\/files\/shmlt-rb-angel-avzv-shvf-161812.jpg?v=1770042938","url":"https:\/\/zolplus.com\/products\/%d7%a9%d7%9e%d7%9c%d7%aa-%d7%a2%d7%a8%d7%91-angel","provider":"זול פלוס","version":"1.0","type":"link"}