{"title":"Summer Collection","description":"","products":[{"product_id":"product-1","title":"Taraf Blouse-Pink","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* إعدادات عامة معزولة لحماية باقي الموقع *\/\n        .product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .product-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* تأثير الخلفية المتحركة *\/\n        .product-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);\n            animation: floatBackground 15s infinite linear;\n            z-index: 0;\n        }\n\n        @keyframes floatBackground {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* العنوان الرئيسي *\/\n        .product-title {\n            font-size: 3rem;\n            font-weight: 300;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            width: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #000, #666, #000);\n            transform: translateX(-50%);\n            transition: width 0.8s ease-in-out;\n        }\n\n        .product-container:hover .product-title::after {\n            width: 200px;\n        }\n\n        \/* الوصف الرئيسي *\/\n        .product-description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: rgba(255,255,255,0.8);\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-description:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* جدول المقاسات *\/\n        .size-chart-container {\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .size-chart-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 400;\n            position: relative;\n        }\n\n        .size-chart-title::before {\n            content: \"📏\";\n            position: absolute;\n            left: 50%;\n            top: -40px;\n            transform: translateX(-50%);\n            font-size: 2rem;\n            opacity: 0;\n            transition: all 0.5s ease;\n        }\n\n        .size-chart-container:hover .size-chart-title::before {\n            opacity: 1;\n            top: -50px;\n        }\n\n        \/* جدول المقاسات الموحد *\/\n        .size-table-wrapper {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .size-table-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.03), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .size-table-wrapper:hover::before {\n            left: 100%;\n        }\n\n        .size-table-wrapper:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table th {\n            background: linear-gradient(135deg, #1a1a1a, #333333);\n            color: #ffffff;\n            padding: 20px 15px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n            position: relative;\n            border-bottom: 3px solid #000;\n        }\n\n        .size-table th:first-child {\n            border-radius: 0;\n            background: linear-gradient(135deg, #000000, #1a1a1a);\n        }\n\n        .size-table td {\n            padding: 18px 15px;\n            text-align: center;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .size-table tbody tr:hover td {\n            background: #f8f8f8;\n            transform: scale(1.02);\n        }\n\n        .size-table tbody tr:hover td:first-child {\n            background: #000;\n            color: #fff;\n            font-weight: 600;\n        }\n\n        .size-table td:first-child {\n            background: #f8f8f8;\n            font-weight: 600;\n            color: #333;\n            border-right: 2px solid #eee;\n        }\n\n        .size-table td:not(:first-child) {\n            background: #ffffff;\n            color: #444;\n            font-weight: 500;\n        }\n\n        .size-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* تأثير النبضة للقيم *\/\n        .size-table td:not(:first-child):hover {\n            background: #000 !important;\n            color: #fff !important;\n            font-weight: 600;\n            border-radius: 8px;\n            transform: scale(1.05);\n        }\n\n        \/* ميزات المنتج *\/\n        .features-container {\n            margin: 50px 0;\n        }\n\n        .features-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .feature-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #f0f0f0;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n\n        .feature-item:hover::after {\n            transform: translateX(100%);\n        }\n\n        .feature-item:hover {\n            border-color: #000;\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            color: #333;\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* ملاحظة التحذير *\/\n        .size-note {\n            background: linear-gradient(135deg, #f8f8f8, #ffffff);\n            border: 2px dashed #ccc;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n            font-size: 1.1rem;\n            margin-top: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .size-note::before {\n            content: \"⚠️\";\n            position: absolute;\n            top: 15px;\n            right: 20px;\n            font-size: 1.2rem;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        \/* تأثيرات الاستجابة للشاشات المختلفة *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 20px 15px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .size-table th,\n            .size-table td {\n                padding: 12px 8px;\n                font-size: 0.9rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table th,\n            .size-table td {\n                padding: 10px 6px;\n                font-size: 0.8rem;\n            }\n        }\n\n        \/* تأثيرات إضافية للتفاعل *\/\n        .product-container:hover .product-title {\n            transform: scale(1.02);\n            transition: transform 0.3s ease;\n        }\n\n        \/* تأثير اللمعان *\/\n        .shine-effect {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shine-effect::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .shine-effect:hover::after {\n            left: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- العنوان الرئيسي --\u003e\n\u003ch1 class=\"product-title shine-effect\"\u003eGalaxy Blouse ✨\u003c\/h1\u003e\n\u003c!-- الوصف الرئيسي --\u003e\n\u003cdiv class=\"product-description\"\u003eAn elegant blouse crafted from luxurious Galaxy fabric that combines comfort and sophistication. Features a modern design perfect for both casual daily wear and special occasions. The high-quality fabric provides a soft touch and ideal flexibility for movement.\u003c\/div\u003e\n\u003c!-- جدول المقاسات الموحد --\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ch2 class=\"size-chart-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuitable Weight\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eFront Length\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirst Size (S\/M)\u003c\/td\u003e\n\u003ctd\u003eUp to 75 kg\u003c\/td\u003e\n\u003ctd\u003e55 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecond Size (L\/XL)\u003c\/td\u003e\n\u003ctd\u003eUp to 90 kg\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\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!-- ميزات المنتج --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e✨ Premium Galaxy fabric with superior quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e👗 Elegant design with graduated length (shorter front, longer back)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e💫 Perfect for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🌟 Two comfortable sizes to suit different body shapes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🎯 Practical and contemporary cut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ملاحظة المقاسات --\u003e\n\u003cdiv class=\"size-note\"\u003e\u003cem\u003eNote: Please carefully review the size chart to ensure the perfect fit\u003c\/em\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"tarafe","offers":[{"title":"Pink \/ S\/M \/ 950","offer_id":43950332903467,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true},{"title":"Pink \/ L\/XL \/ 950","offer_id":43950332936235,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0459.jpg?v=1776609695"},{"product_id":"product-2","title":"Taraf Blouse-White","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* إعدادات عامة معزولة لحماية باقي الموقع *\/\n        .product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .product-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* تأثير الخلفية المتحركة *\/\n        .product-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);\n            animation: floatBackground 15s infinite linear;\n            z-index: 0;\n        }\n\n        @keyframes floatBackground {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* العنوان الرئيسي *\/\n        .product-title {\n            font-size: 3rem;\n            font-weight: 300;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            width: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #000, #666, #000);\n            transform: translateX(-50%);\n            transition: width 0.8s ease-in-out;\n        }\n\n        .product-container:hover .product-title::after {\n            width: 200px;\n        }\n\n        \/* الوصف الرئيسي *\/\n        .product-description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: rgba(255,255,255,0.8);\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-description:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* جدول المقاسات *\/\n        .size-chart-container {\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .size-chart-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 400;\n            position: relative;\n        }\n\n        .size-chart-title::before {\n            content: \"📏\";\n            position: absolute;\n            left: 50%;\n            top: -40px;\n            transform: translateX(-50%);\n            font-size: 2rem;\n            opacity: 0;\n            transition: all 0.5s ease;\n        }\n\n        .size-chart-container:hover .size-chart-title::before {\n            opacity: 1;\n            top: -50px;\n        }\n\n        \/* جدول المقاسات الموحد *\/\n        .size-table-wrapper {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .size-table-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.03), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .size-table-wrapper:hover::before {\n            left: 100%;\n        }\n\n        .size-table-wrapper:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table th {\n            background: linear-gradient(135deg, #1a1a1a, #333333);\n            color: #ffffff;\n            padding: 20px 15px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n            position: relative;\n            border-bottom: 3px solid #000;\n        }\n\n        .size-table th:first-child {\n            border-radius: 0;\n            background: linear-gradient(135deg, #000000, #1a1a1a);\n        }\n\n        .size-table td {\n            padding: 18px 15px;\n            text-align: center;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .size-table tbody tr:hover td {\n            background: #f8f8f8;\n            transform: scale(1.02);\n        }\n\n        .size-table tbody tr:hover td:first-child {\n            background: #000;\n            color: #fff;\n            font-weight: 600;\n        }\n\n        .size-table td:first-child {\n            background: #f8f8f8;\n            font-weight: 600;\n            color: #333;\n            border-right: 2px solid #eee;\n        }\n\n        .size-table td:not(:first-child) {\n            background: #ffffff;\n            color: #444;\n            font-weight: 500;\n        }\n\n        .size-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* تأثير النبضة للقيم *\/\n        .size-table td:not(:first-child):hover {\n            background: #000 !important;\n            color: #fff !important;\n            font-weight: 600;\n            border-radius: 8px;\n            transform: scale(1.05);\n        }\n\n        \/* ميزات المنتج *\/\n        .features-container {\n            margin: 50px 0;\n        }\n\n        .features-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .feature-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #f0f0f0;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n\n        .feature-item:hover::after {\n            transform: translateX(100%);\n        }\n\n        .feature-item:hover {\n            border-color: #000;\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            color: #333;\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* ملاحظة التحذير *\/\n        .size-note {\n            background: linear-gradient(135deg, #f8f8f8, #ffffff);\n            border: 2px dashed #ccc;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n            font-size: 1.1rem;\n            margin-top: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .size-note::before {\n            content: \"⚠️\";\n            position: absolute;\n            top: 15px;\n            right: 20px;\n            font-size: 1.2rem;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        \/* تأثيرات الاستجابة للشاشات المختلفة *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 20px 15px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .size-table th,\n            .size-table td {\n                padding: 12px 8px;\n                font-size: 0.9rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table th,\n            .size-table td {\n                padding: 10px 6px;\n                font-size: 0.8rem;\n            }\n        }\n\n        \/* تأثيرات إضافية للتفاعل *\/\n        .product-container:hover .product-title {\n            transform: scale(1.02);\n            transition: transform 0.3s ease;\n        }\n\n        \/* تأثير اللمعان *\/\n        .shine-effect {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shine-effect::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .shine-effect:hover::after {\n            left: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- العنوان الرئيسي --\u003e\n\u003ch1 class=\"product-title shine-effect\"\u003eGalaxy Blouse ✨\u003c\/h1\u003e\n\u003c!-- الوصف الرئيسي --\u003e\n\u003cdiv class=\"product-description\"\u003eAn elegant blouse crafted from luxurious Galaxy fabric that combines comfort and sophistication. Features a modern design perfect for both casual daily wear and special occasions. The high-quality fabric provides a soft touch and ideal flexibility for movement.\u003c\/div\u003e\n\u003c!-- جدول المقاسات الموحد --\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ch2 class=\"size-chart-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuitable Weight\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eFront Length\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirst Size (S\/M)\u003c\/td\u003e\n\u003ctd\u003eUp to 75 kg\u003c\/td\u003e\n\u003ctd\u003e55 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecond Size (L\/XL)\u003c\/td\u003e\n\u003ctd\u003eUp to 90 kg\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\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!-- ميزات المنتج --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e✨ Premium Galaxy fabric with superior quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e👗 Elegant design with graduated length (shorter front, longer back)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e💫 Perfect for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🌟 Two comfortable sizes to suit different body shapes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🎯 Practical and contemporary cut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ملاحظة المقاسات --\u003e\n\u003cdiv class=\"size-note\"\u003e\u003cem\u003eNote: Please carefully review the size chart to ensure the perfect fit\u003c\/em\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"tarafe","offers":[{"title":"White \/ S\/M","offer_id":43950333198379,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L\/XL","offer_id":43950333263915,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0477.jpg?v=1776610002"},{"product_id":"product-3","title":"Taraf Blouse-Yellow","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* إعدادات عامة معزولة لحماية باقي الموقع *\/\n        .product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .product-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* تأثير الخلفية المتحركة *\/\n        .product-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);\n            animation: floatBackground 15s infinite linear;\n            z-index: 0;\n        }\n\n        @keyframes floatBackground {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* العنوان الرئيسي *\/\n        .product-title {\n            font-size: 3rem;\n            font-weight: 300;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            width: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #000, #666, #000);\n            transform: translateX(-50%);\n            transition: width 0.8s ease-in-out;\n        }\n\n        .product-container:hover .product-title::after {\n            width: 200px;\n        }\n\n        \/* الوصف الرئيسي *\/\n        .product-description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: rgba(255,255,255,0.8);\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-description:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* جدول المقاسات *\/\n        .size-chart-container {\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .size-chart-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 400;\n            position: relative;\n        }\n\n        .size-chart-title::before {\n            content: \"📏\";\n            position: absolute;\n            left: 50%;\n            top: -40px;\n            transform: translateX(-50%);\n            font-size: 2rem;\n            opacity: 0;\n            transition: all 0.5s ease;\n        }\n\n        .size-chart-container:hover .size-chart-title::before {\n            opacity: 1;\n            top: -50px;\n        }\n\n        \/* جدول المقاسات الموحد *\/\n        .size-table-wrapper {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .size-table-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.03), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .size-table-wrapper:hover::before {\n            left: 100%;\n        }\n\n        .size-table-wrapper:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table th {\n            background: linear-gradient(135deg, #1a1a1a, #333333);\n            color: #ffffff;\n            padding: 20px 15px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n            position: relative;\n            border-bottom: 3px solid #000;\n        }\n\n        .size-table th:first-child {\n            border-radius: 0;\n            background: linear-gradient(135deg, #000000, #1a1a1a);\n        }\n\n        .size-table td {\n            padding: 18px 15px;\n            text-align: center;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .size-table tbody tr:hover td {\n            background: #f8f8f8;\n            transform: scale(1.02);\n        }\n\n        .size-table tbody tr:hover td:first-child {\n            background: #000;\n            color: #fff;\n            font-weight: 600;\n        }\n\n        .size-table td:first-child {\n            background: #f8f8f8;\n            font-weight: 600;\n            color: #333;\n            border-right: 2px solid #eee;\n        }\n\n        .size-table td:not(:first-child) {\n            background: #ffffff;\n            color: #444;\n            font-weight: 500;\n        }\n\n        .size-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* تأثير النبضة للقيم *\/\n        .size-table td:not(:first-child):hover {\n            background: #000 !important;\n            color: #fff !important;\n            font-weight: 600;\n            border-radius: 8px;\n            transform: scale(1.05);\n        }\n\n        \/* ميزات المنتج *\/\n        .features-container {\n            margin: 50px 0;\n        }\n\n        .features-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .feature-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #f0f0f0;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n\n        .feature-item:hover::after {\n            transform: translateX(100%);\n        }\n\n        .feature-item:hover {\n            border-color: #000;\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            color: #333;\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* ملاحظة التحذير *\/\n        .size-note {\n            background: linear-gradient(135deg, #f8f8f8, #ffffff);\n            border: 2px dashed #ccc;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n            font-size: 1.1rem;\n            margin-top: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .size-note::before {\n            content: \"⚠️\";\n            position: absolute;\n            top: 15px;\n            right: 20px;\n            font-size: 1.2rem;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        \/* تأثيرات الاستجابة للشاشات المختلفة *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 20px 15px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .size-table th,\n            .size-table td {\n                padding: 12px 8px;\n                font-size: 0.9rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table th,\n            .size-table td {\n                padding: 10px 6px;\n                font-size: 0.8rem;\n            }\n        }\n\n        \/* تأثيرات إضافية للتفاعل *\/\n        .product-container:hover .product-title {\n            transform: scale(1.02);\n            transition: transform 0.3s ease;\n        }\n\n        \/* تأثير اللمعان *\/\n        .shine-effect {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shine-effect::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .shine-effect:hover::after {\n            left: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- العنوان الرئيسي --\u003e\n\u003ch1 class=\"product-title shine-effect\"\u003eGalaxy Blouse ✨\u003c\/h1\u003e\n\u003c!-- الوصف الرئيسي --\u003e\n\u003cdiv class=\"product-description\"\u003eAn elegant blouse crafted from luxurious Galaxy fabric that combines comfort and sophistication. Features a modern design perfect for both casual daily wear and special occasions. The high-quality fabric provides a soft touch and ideal flexibility for movement.\u003c\/div\u003e\n\u003c!-- جدول المقاسات الموحد --\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ch2 class=\"size-chart-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuitable Weight\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eFront Length\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirst Size (S\/M)\u003c\/td\u003e\n\u003ctd\u003eUp to 75 kg\u003c\/td\u003e\n\u003ctd\u003e55 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecond Size (L\/XL)\u003c\/td\u003e\n\u003ctd\u003eUp to 90 kg\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\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!-- ميزات المنتج --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e✨ Premium Galaxy fabric with superior quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e👗 Elegant design with graduated length (shorter front, longer back)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e💫 Perfect for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🌟 Two comfortable sizes to suit different body shapes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🎯 Practical and contemporary cut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ملاحظة المقاسات --\u003e\n\u003cdiv class=\"size-note\"\u003e\u003cem\u003eNote: Please carefully review the size chart to ensure the perfect fit\u003c\/em\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"tarafe","offers":[{"title":"Yellow \/ S\/M","offer_id":43950334279723,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true},{"title":"Yellow \/ L\/XL","offer_id":43950334574635,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0484.jpg?v=1776610055"},{"product_id":"product-3-copy","title":"Taraf Blouse-Burgundy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* إعدادات عامة معزولة لحماية باقي الموقع *\/\n        .product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .product-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* تأثير الخلفية المتحركة *\/\n        .product-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);\n            animation: floatBackground 15s infinite linear;\n            z-index: 0;\n        }\n\n        @keyframes floatBackground {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* العنوان الرئيسي *\/\n        .product-title {\n            font-size: 3rem;\n            font-weight: 300;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            width: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #000, #666, #000);\n            transform: translateX(-50%);\n            transition: width 0.8s ease-in-out;\n        }\n\n        .product-container:hover .product-title::after {\n            width: 200px;\n        }\n\n        \/* الوصف الرئيسي *\/\n        .product-description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: rgba(255,255,255,0.8);\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-description:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* جدول المقاسات *\/\n        .size-chart-container {\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .size-chart-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 400;\n            position: relative;\n        }\n\n        .size-chart-title::before {\n            content: \"📏\";\n            position: absolute;\n            left: 50%;\n            top: -40px;\n            transform: translateX(-50%);\n            font-size: 2rem;\n            opacity: 0;\n            transition: all 0.5s ease;\n        }\n\n        .size-chart-container:hover .size-chart-title::before {\n            opacity: 1;\n            top: -50px;\n        }\n\n        \/* جدول المقاسات الموحد *\/\n        .size-table-wrapper {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .size-table-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.03), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .size-table-wrapper:hover::before {\n            left: 100%;\n        }\n\n        .size-table-wrapper:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table th {\n            background: linear-gradient(135deg, #1a1a1a, #333333);\n            color: #ffffff;\n            padding: 20px 15px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n            position: relative;\n            border-bottom: 3px solid #000;\n        }\n\n        .size-table th:first-child {\n            border-radius: 0;\n            background: linear-gradient(135deg, #000000, #1a1a1a);\n        }\n\n        .size-table td {\n            padding: 18px 15px;\n            text-align: center;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .size-table tbody tr:hover td {\n            background: #f8f8f8;\n            transform: scale(1.02);\n        }\n\n        .size-table tbody tr:hover td:first-child {\n            background: #000;\n            color: #fff;\n            font-weight: 600;\n        }\n\n        .size-table td:first-child {\n            background: #f8f8f8;\n            font-weight: 600;\n            color: #333;\n            border-right: 2px solid #eee;\n        }\n\n        .size-table td:not(:first-child) {\n            background: #ffffff;\n            color: #444;\n            font-weight: 500;\n        }\n\n        .size-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* تأثير النبضة للقيم *\/\n        .size-table td:not(:first-child):hover {\n            background: #000 !important;\n            color: #fff !important;\n            font-weight: 600;\n            border-radius: 8px;\n            transform: scale(1.05);\n        }\n\n        \/* ميزات المنتج *\/\n        .features-container {\n            margin: 50px 0;\n        }\n\n        .features-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .feature-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #f0f0f0;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n\n        .feature-item:hover::after {\n            transform: translateX(100%);\n        }\n\n        .feature-item:hover {\n            border-color: #000;\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            color: #333;\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* ملاحظة التحذير *\/\n        .size-note {\n            background: linear-gradient(135deg, #f8f8f8, #ffffff);\n            border: 2px dashed #ccc;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n            font-size: 1.1rem;\n            margin-top: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .size-note::before {\n            content: \"⚠️\";\n            position: absolute;\n            top: 15px;\n            right: 20px;\n            font-size: 1.2rem;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        \/* تأثيرات الاستجابة للشاشات المختلفة *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 20px 15px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .size-table th,\n            .size-table td {\n                padding: 12px 8px;\n                font-size: 0.9rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table th,\n            .size-table td {\n                padding: 10px 6px;\n                font-size: 0.8rem;\n            }\n        }\n\n        \/* تأثيرات إضافية للتفاعل *\/\n        .product-container:hover .product-title {\n            transform: scale(1.02);\n            transition: transform 0.3s ease;\n        }\n\n        \/* تأثير اللمعان *\/\n        .shine-effect {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shine-effect::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .shine-effect:hover::after {\n            left: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- العنوان الرئيسي --\u003e\n\u003ch1 class=\"product-title shine-effect\"\u003eGalaxy Blouse ✨\u003c\/h1\u003e\n\u003c!-- الوصف الرئيسي --\u003e\n\u003cdiv class=\"product-description\"\u003eAn elegant blouse crafted from luxurious Galaxy fabric that combines comfort and sophistication. Features a modern design perfect for both casual daily wear and special occasions. The high-quality fabric provides a soft touch and ideal flexibility for movement.\u003c\/div\u003e\n\u003c!-- جدول المقاسات الموحد --\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ch2 class=\"size-chart-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuitable Weight\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eFront Length\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirst Size (S\/M)\u003c\/td\u003e\n\u003ctd\u003eUp to 75 kg\u003c\/td\u003e\n\u003ctd\u003e55 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecond Size (L\/XL)\u003c\/td\u003e\n\u003ctd\u003eUp to 90 kg\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\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!-- ميزات المنتج --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e✨ Premium Galaxy fabric with superior quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e👗 Elegant design with graduated length (shorter front, longer back)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e💫 Perfect for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🌟 Two comfortable sizes to suit different body shapes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🎯 Practical and contemporary cut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ملاحظة المقاسات --\u003e\n\u003cdiv class=\"size-note\"\u003e\u003cem\u003eNote: Please carefully review the size chart to ensure the perfect fit\u003c\/em\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"tarafe","offers":[{"title":"Burgundy \/ S\/M","offer_id":43950334705707,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true},{"title":"Burgundy \/ L\/XL","offer_id":43950335393835,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0512.jpg?v=1776610166"},{"product_id":"product-5","title":"Linen Dream-powder pink","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eLinen Dream\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003ePure Linen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 95 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #5C1A2E;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B5A97A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eKhaki\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F9C0CE;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePowder Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Pure Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"powder pink \/ S\/M \/ Pure linen","offer_id":43950335426603,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"powder pink \/ L\/XL \/ Pure linen","offer_id":43953286021163,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0529.jpg?v=1776610345"},{"product_id":"product-6","title":"Linen Dream-Burgundy","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eLinen Dream\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003ePure Linen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 95 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #5C1A2E;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B5A97A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eKhaki\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F9C0CE;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePowder Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Pure Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Burgundy \/ S\/M \/ Pure linen","offer_id":43950336311339,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Burgundy \/ L\/XL \/ Pure linen","offer_id":43963556233259,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0542.jpg?v=1776610450"},{"product_id":"product-7","title":"Linen Dream-White","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eLinen Dream\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003ePure Linen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 95 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #5C1A2E;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B5A97A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eKhaki\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F9C0CE;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePowder Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Pure Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"White \/ S\/M \/ Pure linen","offer_id":43950337490987,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L\/XL \/ Pure linen","offer_id":43950337589291,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0552.jpg?v=1776610648"},{"product_id":"product-8","title":"Linen Dream-Khaki","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eLinen Dream\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003ePure Linen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 95 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #5C1A2E;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B5A97A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eKhaki\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F9C0CE;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePowder Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Pure Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Khaki \/ S\/M \/ Pure linen","offer_id":43950337622059,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Khaki \/ L\/XL \/ Pure linen","offer_id":43963548139563,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0570.jpg?v=1776610737"},{"product_id":"product-9","title":"Side Button Wrap Shirt-White","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eSide Button Wrap Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 80 – 85 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #6D2B3D;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A3B8C;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePetrol Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"White \/ S\/M \/ Linen","offer_id":43950343618603,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L\/XL \/ Linen","offer_id":43950344241195,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0586.jpg?v=1776610978"},{"product_id":"product-10","title":"Side Button Wrap Shirt-Petrol Blue","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eSide Button Wrap Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 80 – 85 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #6D2B3D;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A3B8C;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePetrol Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Petrol Blue \/ S\/M \/ Linen","offer_id":43950345027627,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Petrol Blue \/ L\/XL \/ Linen","offer_id":43950346633259,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0607.jpg?v=1776611081"},{"product_id":"product-11","title":"Side Button Wrap Shirt-Burgundy","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eSide Button Wrap Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 80 – 85 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #6D2B3D;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBurgundy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A3B8C;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePetrol Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Burgundy \/ S\/M \/ Linen","offer_id":43950346666027,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Burgundy \/ L\/XL \/ Linen","offer_id":43950347714603,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0617.jpg?v=1776611285"},{"product_id":"product-12","title":"Twisted Waist Blouse-White","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2\u003eTwisted Waist Blouse\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A2C1A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eChocolate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F4A7B9;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePinky\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"White \/ S\/M \/ Cotton Poplin","offer_id":43950348107819,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L\/XL \/ Cotton Poplin","offer_id":43950348632107,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0631.jpg?v=1776611400"},{"product_id":"product-13","title":"Twisted Waist Blouse-Chocolate","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2\u003eTwisted Waist Blouse\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A2C1A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eChocolate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F4A7B9;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePinky\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Chocolate \/ S\/M \/ Cotton Poplin","offer_id":43950348730411,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Chocolate \/ L\/XL \/ Cotton Poplin","offer_id":43960609112107,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0663.jpg?v=1776795372"},{"product_id":"product-14","title":"Twisted Waist Blouse-Pinky","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2\u003eTwisted Waist Blouse\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #4A2C1A;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eChocolate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F4A7B9;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003ePinky\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Pinky \/ S\/M \/ Cotton Poplin","offer_id":43950349189163,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Pinky \/ L\/XL \/ Cotton Poplin","offer_id":43960611373099,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0681_734da12e-4900-4acd-8912-6e0d1fe6c85f.jpg?v=1776611641"},{"product_id":"product-15","title":"Crushed Skirt-Beige","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n  \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n    \u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eCrushed Skirt\u003c\/h2\u003e\n    \u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen Crushed\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n      \u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n        \u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eOne Size\u003c\/p\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5E642;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eLemon Yellow\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #1a1a1a;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBlack\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #E8DCCA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBeige\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen Crushed fabric\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Beige \/ One size \/ linen Crushed","offer_id":43963484962859,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0686.jpg?v=1776611841"},{"product_id":"product-16","title":"Crushed Skirt-Black","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n  \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n    \u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eCrushed Skirt\u003c\/h2\u003e\n    \u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen Crushed\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n      \u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n        \u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eOne Size\u003c\/p\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5E642;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eLemon Yellow\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #1a1a1a;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBlack\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #E8DCCA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBeige\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen Crushed fabric\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Black \/ One size \/ linen Crushed","offer_id":43963481161771,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0705-2.jpg?v=1776611956"},{"product_id":"product-17","title":"Crushed skirt- Lemon Yellow","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; padding: 20px 0;\"\u003e\n  \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n    \u003ch2 style=\"font-size: 24px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a;\"\u003eCrushed Skirt\u003c\/h2\u003e\n    \u003cp style=\"font-size: 14px; color: #888; margin: 0;\"\u003eLinen Crushed\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n      \u003cdiv style=\"flex: 1; background: #fff; border-radius: 8px; padding: 12px 16px; border: 1px solid #eee;\"\u003e\n        \u003cp style=\"font-size: 18px; font-weight: 600; margin: 0 0 4px 0; color: #1a1a1a;\"\u003eOne Size\u003c\/p\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px; margin-bottom: 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5E642;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eLemon Yellow\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #1a1a1a;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBlack\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px 14px; border: 1px solid #eee;\"\u003e\n        \u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #E8DCCA; border: 1px solid #ddd;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 13px; color: #1a1a1a;\"\u003eBeige\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #f8f8f8; border-radius: 12px; padding: 16px 20px;\"\u003e\n    \u003cp style=\"font-size: 13px; color: #666; margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003e100% Linen Crushed fabric\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n        \u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75;\"\u003e\u003c\/span\u003e\n        \u003cspan style=\"font-size: 14px; color: #1a1a1a;\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"tarafe","offers":[{"title":"Lemon Yellow \/ One size \/ linen Crushed","offer_id":43960593711147,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_0739.jpg?v=1776612072"},{"product_id":"taraf-blouse-pistachio","title":"Taraf Blouse-Matcha","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* إعدادات عامة معزولة لحماية باقي الموقع *\/\n        .product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .product-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* تأثير الخلفية المتحركة *\/\n        .product-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);\n            animation: floatBackground 15s infinite linear;\n            z-index: 0;\n        }\n\n        @keyframes floatBackground {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* العنوان الرئيسي *\/\n        .product-title {\n            font-size: 3rem;\n            font-weight: 300;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            width: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #000, #666, #000);\n            transform: translateX(-50%);\n            transition: width 0.8s ease-in-out;\n        }\n\n        .product-container:hover .product-title::after {\n            width: 200px;\n        }\n\n        \/* الوصف الرئيسي *\/\n        .product-description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: rgba(255,255,255,0.8);\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-description:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n\n        \/* جدول المقاسات *\/\n        .size-chart-container {\n            margin: 50px 0;\n            position: relative;\n        }\n\n        .size-chart-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 400;\n            position: relative;\n        }\n\n        .size-chart-title::before {\n            content: \"📏\";\n            position: absolute;\n            left: 50%;\n            top: -40px;\n            transform: translateX(-50%);\n            font-size: 2rem;\n            opacity: 0;\n            transition: all 0.5s ease;\n        }\n\n        .size-chart-container:hover .size-chart-title::before {\n            opacity: 1;\n            top: -50px;\n        }\n\n        \/* جدول المقاسات الموحد *\/\n        .size-table-wrapper {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .size-table-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.03), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .size-table-wrapper:hover::before {\n            left: 100%;\n        }\n\n        .size-table-wrapper:hover {\n            border-color: #000;\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table th {\n            background: linear-gradient(135deg, #1a1a1a, #333333);\n            color: #ffffff;\n            padding: 20px 15px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n            position: relative;\n            border-bottom: 3px solid #000;\n        }\n\n        .size-table th:first-child {\n            border-radius: 0;\n            background: linear-gradient(135deg, #000000, #1a1a1a);\n        }\n\n        .size-table td {\n            padding: 18px 15px;\n            text-align: center;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .size-table tbody tr:hover td {\n            background: #f8f8f8;\n            transform: scale(1.02);\n        }\n\n        .size-table tbody tr:hover td:first-child {\n            background: #000;\n            color: #fff;\n            font-weight: 600;\n        }\n\n        .size-table td:first-child {\n            background: #f8f8f8;\n            font-weight: 600;\n            color: #333;\n            border-right: 2px solid #eee;\n        }\n\n        .size-table td:not(:first-child) {\n            background: #ffffff;\n            color: #444;\n            font-weight: 500;\n        }\n\n        .size-table tbody tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* تأثير النبضة للقيم *\/\n        .size-table td:not(:first-child):hover {\n            background: #000 !important;\n            color: #fff !important;\n            font-weight: 600;\n            border-radius: 8px;\n            transform: scale(1.05);\n        }\n\n        \/* ميزات المنتج *\/\n        .features-container {\n            margin: 50px 0;\n        }\n\n        .features-title {\n            font-size: 2.2rem;\n            color: #1a1a1a;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n\n        .feature-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #f0f0f0;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(45deg, transparent, rgba(0,0,0,0.02), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n\n        .feature-item:hover::after {\n            transform: translateX(100%);\n        }\n\n        .feature-item:hover {\n            border-color: #000;\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            color: #333;\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* ملاحظة التحذير *\/\n        .size-note {\n            background: linear-gradient(135deg, #f8f8f8, #ffffff);\n            border: 2px dashed #ccc;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n            font-size: 1.1rem;\n            margin-top: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .size-note::before {\n            content: \"⚠️\";\n            position: absolute;\n            top: 15px;\n            right: 20px;\n            font-size: 1.2rem;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        \/* تأثيرات الاستجابة للشاشات المختلفة *\/\n        @media (max-width: 768px) {\n            .product-container {\n                padding: 20px 15px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .size-table th,\n            .size-table td {\n                padding: 12px 8px;\n                font-size: 0.9rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .size-table th,\n            .size-table td {\n                padding: 10px 6px;\n                font-size: 0.8rem;\n            }\n        }\n\n        \/* تأثيرات إضافية للتفاعل *\/\n        .product-container:hover .product-title {\n            transform: scale(1.02);\n            transition: transform 0.3s ease;\n        }\n\n        \/* تأثير اللمعان *\/\n        .shine-effect {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shine-effect::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.8s ease;\n        }\n\n        .shine-effect:hover::after {\n            left: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- العنوان الرئيسي --\u003e\n\u003ch1 class=\"product-title shine-effect\"\u003eGalaxy Blouse ✨\u003c\/h1\u003e\n\u003c!-- الوصف الرئيسي --\u003e\n\u003cdiv class=\"product-description\"\u003eAn elegant blouse crafted from luxurious Galaxy fabric that combines comfort and sophistication. Features a modern design perfect for both casual daily wear and special occasions. The high-quality fabric provides a soft touch and ideal flexibility for movement.\u003c\/div\u003e\n\u003c!-- جدول المقاسات الموحد --\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ch2 class=\"size-chart-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuitable Weight\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eFront Length\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFirst Size (S\/M)\u003c\/td\u003e\n\u003ctd\u003eUp to 75 kg\u003c\/td\u003e\n\u003ctd\u003e55 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecond Size (L\/XL)\u003c\/td\u003e\n\u003ctd\u003eUp to 90 kg\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003ctd\u003e68 cm\u003c\/td\u003e\n\u003ctd\u003e73 cm\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!-- ميزات المنتج --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e✨ Premium Galaxy fabric with superior quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e👗 Elegant design with graduated length (shorter front, longer back)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e💫 Perfect for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🌟 Two comfortable sizes to suit different body shapes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003e🎯 Practical and contemporary cut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ملاحظة المقاسات --\u003e\n\u003cdiv class=\"size-note\"\u003e\u003cem\u003eNote: Please carefully review the size chart to ensure the perfect fit\u003c\/em\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"tarafe","offers":[{"title":"Pistachio \/ S\/M","offer_id":43997622239275,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true},{"title":"Pistachio \/ L\/XL","offer_id":43997622272043,"sku":null,"price":950.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2082\/7691\/files\/IMG_9001.webp?v=1755866686"}],"url":"https:\/\/tarafeg.com\/collections\/summer-collection.oembed","provider":"tarafe","version":"1.0","type":"link"}