{"title":"Last Piece","description":"","products":[{"product_id":"bubbly-shirt_white","title":"Bubbly Shirt-White","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            width: 95%;\n            margin: 10px auto;\n            padding: 10px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(212, 175, 55, 0.1);\n            transition: background-color 0.3s ease;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 50px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        .fabric-visual {\n            width: 100%;\n            height: 80px;\n            background: linear-gradient(45deg, #f8f2e9 25%, #efe5d9 25%, #efe5d9 50%, #f8f2e9 50%, #f8f2e9 75%, #efe5d9 75%);\n            background-size: 20px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            position: relative;\n            overflow: hidden;\n            animation: backgroundMove 15s linear infinite;\n        }\n        \n        @keyframes backgroundMove {\n            0% { background-position: 0 0; }\n            100% { background-position: 100px 100px; }\n        }\n        \n        .fabric-visual:after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to right, rgba(255,255,255,0.7), transparent, rgba(255,255,255,0.7));\n            animation: shine 3s infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0 25px;\n            font-size: 1.1rem;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n\n        \n        .arabic-section {\n            direction: rtl;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px dashed rgba(212, 175, 55, 0.5);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n                margin: 10px auto;\n                width: 92%;\n            }\n            \n            .header h1 {\n                font-size: 1.7rem;\n            }\n            \n            .header h2 {\n                font-size: 0.95rem;\n            }\n            \n            .product-card {\n                padding: 20px 15px;\n                border-radius: 12px;\n            }\n            \n            .product-title {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n                flex-direction: column;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n            \n            .spec h3 {\n                font-size: 0.85rem;\n            }\n            \n            .spec p {\n                font-size: 1.1rem;\n            }\n            \n            .size-table th, .size-table td {\n                padding: 10px 5px;\n                font-size: 0.9rem;\n            }\n            \n            .quality-badge {\n                font-size: 0.9rem;\n                padding: 5px 12px;\n                top: 45px;\n                right: 15px;\n            }\n            \n            .cta {\n                padding: 12px 25px;\n                font-size: 0.95rem;\n                width: 100%;\n                text-align: center;\n                margin-bottom: 10px;\n            }\n            \n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n                margin: 20px 0;\n            }\n            \n            .feature-list {\n                margin: 25px 0;\n                font-size: 1.05rem;\n            }\n            \n            .feature {\n                font-size: 1.05rem;\n                margin-bottom: 14px;\n                line-height: 1.5;\n                padding-left: 28px;\n            }\n            \n            .feature:before {\n                font-size: 1.15rem;\n            }\n            \n            .fabric-visual {\n                height: 60px;\n                margin: 15px 0;\n            }\n            \n            .color-options {\n                gap: 12px;\n                margin: 15px 0;\n            }\n            \n            .color-option {\n                width: 25px;\n                height: 25px;\n            }\n            \n            .size-chart {\n                padding: 15px;\n                margin-top: 20px;\n            }\n            \n            .size-chart h3 {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003eBUBBLY SHIRT COLLECTION\u003c\/h1\u003e\n\u003ch2\u003eEffortless Elegance, Timeless Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003e100% Cotton\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eBubbly Shirt\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eFloat through your day in our dreamy Bubbly Shirt, where comfort meets style in a delightful burst of elegance! This ethereal piece is crafted from 100% premium cotton, ensuring \u003cspan class=\"highlight\"\u003ebreathability and softness\u003c\/span\u003e against your skin throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"fabric-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eThe playful design adds a touch of whimsy to your wardrobe while remaining versatile enough to pair with your favorite bottoms. Whether dressed up with elegant pants or styled casually with denim, this shirt creates an instantly polished look.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e68 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium 100% cotton fabric for exceptional comfort and breathability\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eUnique bubbly design with subtle texture that adds dimension\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style that pairs easily with any bottoms\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 68 cm length for flattering coverage\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eThoughtfully crafted with attention to every detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eXL\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eMake the Bubbly Shirt your go-to piece for effortless elegance all season long!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amina","offers":[{"title":"M \/ Cotton","offer_id":52130345910635,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52130345943403,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A7359_11zon.webp?v=1752649307"},{"product_id":"bubbly-shirt_bubblegum-pink","title":"Bubbly Shirt-Bubblegum Pink","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            width: 95%;\n            margin: 10px auto;\n            padding: 10px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(212, 175, 55, 0.1);\n            transition: background-color 0.3s ease;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 50px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        .fabric-visual {\n            width: 100%;\n            height: 80px;\n            background: linear-gradient(45deg, #f8f2e9 25%, #efe5d9 25%, #efe5d9 50%, #f8f2e9 50%, #f8f2e9 75%, #efe5d9 75%);\n            background-size: 20px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            position: relative;\n            overflow: hidden;\n            animation: backgroundMove 15s linear infinite;\n        }\n        \n        @keyframes backgroundMove {\n            0% { background-position: 0 0; }\n            100% { background-position: 100px 100px; }\n        }\n        \n        .fabric-visual:after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to right, rgba(255,255,255,0.7), transparent, rgba(255,255,255,0.7));\n            animation: shine 3s infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0 25px;\n            font-size: 1.1rem;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n\n        \n        .arabic-section {\n            direction: rtl;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px dashed rgba(212, 175, 55, 0.5);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n                margin: 10px auto;\n                width: 92%;\n            }\n            \n            .header h1 {\n                font-size: 1.7rem;\n            }\n            \n            .header h2 {\n                font-size: 0.95rem;\n            }\n            \n            .product-card {\n                padding: 20px 15px;\n                border-radius: 12px;\n            }\n            \n            .product-title {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n                flex-direction: column;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n            \n            .spec h3 {\n                font-size: 0.85rem;\n            }\n            \n            .spec p {\n                font-size: 1.1rem;\n            }\n            \n            .size-table th, .size-table td {\n                padding: 10px 5px;\n                font-size: 0.9rem;\n            }\n            \n            .quality-badge {\n                font-size: 0.9rem;\n                padding: 5px 12px;\n                top: 45px;\n                right: 15px;\n            }\n            \n            .cta {\n                padding: 12px 25px;\n                font-size: 0.95rem;\n                width: 100%;\n                text-align: center;\n                margin-bottom: 10px;\n            }\n            \n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n                margin: 20px 0;\n            }\n            \n            .feature-list {\n                margin: 25px 0;\n                font-size: 1.05rem;\n            }\n            \n            .feature {\n                font-size: 1.05rem;\n                margin-bottom: 14px;\n                line-height: 1.5;\n                padding-left: 28px;\n            }\n            \n            .feature:before {\n                font-size: 1.15rem;\n            }\n            \n            .fabric-visual {\n                height: 60px;\n                margin: 15px 0;\n            }\n            \n            .color-options {\n                gap: 12px;\n                margin: 15px 0;\n            }\n            \n            .color-option {\n                width: 25px;\n                height: 25px;\n            }\n            \n            .size-chart {\n                padding: 15px;\n                margin-top: 20px;\n            }\n            \n            .size-chart h3 {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003eBUBBLY SHIRT COLLECTION\u003c\/h1\u003e\n\u003ch2\u003eEffortless Elegance, Timeless Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003e100% Cotton\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eBubbly Shirt\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eFloat through your day in our dreamy Bubbly Shirt, where comfort meets style in a delightful burst of elegance! This ethereal piece is crafted from 100% premium cotton, ensuring \u003cspan class=\"highlight\"\u003ebreathability and softness\u003c\/span\u003e against your skin throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"fabric-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eThe playful design adds a touch of whimsy to your wardrobe while remaining versatile enough to pair with your favorite bottoms. Whether dressed up with elegant pants or styled casually with denim, this shirt creates an instantly polished look.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e68 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium 100% cotton fabric for exceptional comfort and breathability\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eUnique bubbly design with subtle texture that adds dimension\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style that pairs easily with any bottoms\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 68 cm length for flattering coverage\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eThoughtfully crafted with attention to every detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eMake the Bubbly Shirt your go-to piece for effortless elegance all season long!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amina","offers":[{"title":"M \/ Cotton","offer_id":52130345779563,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Cotton","offer_id":52130345812331,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6732_11zon.webp?v=1751328453"},{"product_id":"bubbly-shirt_yellow","title":"Bubbly Shirt-Butter Yellow","description":"\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            width: 95%;\n            margin: 10px auto;\n            padding: 10px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(212, 175, 55, 0.1);\n            transition: background-color 0.3s ease;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 50px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        .fabric-visual {\n            width: 100%;\n            height: 80px;\n            background: linear-gradient(45deg, #f8f2e9 25%, #efe5d9 25%, #efe5d9 50%, #f8f2e9 50%, #f8f2e9 75%, #efe5d9 75%);\n            background-size: 20px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            position: relative;\n            overflow: hidden;\n            animation: backgroundMove 15s linear infinite;\n        }\n        \n        @keyframes backgroundMove {\n            0% { background-position: 0 0; }\n            100% { background-position: 100px 100px; }\n        }\n        \n        .fabric-visual:after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to right, rgba(255,255,255,0.7), transparent, rgba(255,255,255,0.7));\n            animation: shine 3s infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0 25px;\n            font-size: 1.1rem;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n\n        \n        .arabic-section {\n            direction: rtl;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px dashed rgba(212, 175, 55, 0.5);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n                margin: 10px auto;\n                width: 92%;\n            }\n            \n            .header h1 {\n                font-size: 1.7rem;\n            }\n            \n            .header h2 {\n                font-size: 0.95rem;\n            }\n            \n            .product-card {\n                padding: 20px 15px;\n                border-radius: 12px;\n            }\n            \n            .product-title {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n                flex-direction: column;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n            \n            .spec h3 {\n                font-size: 0.85rem;\n            }\n            \n            .spec p {\n                font-size: 1.1rem;\n            }\n            \n            .size-table th, .size-table td {\n                padding: 10px 5px;\n                font-size: 0.9rem;\n            }\n            \n            .quality-badge {\n                font-size: 0.9rem;\n                padding: 5px 12px;\n                top: 45px;\n                right: 15px;\n            }\n            \n            .cta {\n                padding: 12px 25px;\n                font-size: 0.95rem;\n                width: 100%;\n                text-align: center;\n                margin-bottom: 10px;\n            }\n            \n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n                margin: 20px 0;\n            }\n            \n            .feature-list {\n                margin: 25px 0;\n                font-size: 1.05rem;\n            }\n            \n            .feature {\n                font-size: 1.05rem;\n                margin-bottom: 14px;\n                line-height: 1.5;\n                padding-left: 28px;\n            }\n            \n            .feature:before {\n                font-size: 1.15rem;\n            }\n            \n            .fabric-visual {\n                height: 60px;\n                margin: 15px 0;\n            }\n            \n            .color-options {\n                gap: 12px;\n                margin: 15px 0;\n            }\n            \n            .color-option {\n                width: 25px;\n                height: 25px;\n            }\n            \n            .size-chart {\n                padding: 15px;\n                margin-top: 20px;\n            }\n            \n            .size-chart h3 {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003e\n\u003cstrong\u003eBUBBLY\u003c\/strong\u003e SHIRT COLLECTION\u003c\/h1\u003e\n\u003ch2\u003eEffortless Elegance, Timeless Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003e100% Cotton\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eBubbly Shirt\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eFloat through your day in our dreamy Bubbly Shirt, where comfort meets style in a delightful burst of elegance! This ethereal piece is crafted from 100% premium cotton, ensuring \u003cspan class=\"highlight\"\u003ebreathability and softness\u003c\/span\u003e against your skin throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"fabric-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eThe playful design adds a touch of whimsy to your wardrobe while remaining versatile enough to pair with your favorite bottoms. Whether dressed up with elegant pants or styled casually with denim, this shirt creates an instantly polished look.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e68 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium 100% cotton fabric for exceptional comfort and breathability\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eUnique bubbly design with subtle texture that adds dimension\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style that pairs easily with any bottoms\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 68 cm length for flattering coverage\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eThoughtfully crafted with attention to every detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eMake the Bubbly Shirt your go-to piece for effortless elegance all season long!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amina","offers":[{"title":"M \/ Cotton","offer_id":52130345714027,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Cotton","offer_id":52130345746795,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6681_11zon.webp?v=1751328332"},{"product_id":"bubbly-shirt-lilac","title":"Bubbly Shirt-Lilac","description":"\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            width: 95%;\n            margin: 10px auto;\n            padding: 10px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(212, 175, 55, 0.1);\n            transition: background-color 0.3s ease;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 50px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        .fabric-visual {\n            width: 100%;\n            height: 80px;\n            background: linear-gradient(45deg, #f8f2e9 25%, #efe5d9 25%, #efe5d9 50%, #f8f2e9 50%, #f8f2e9 75%, #efe5d9 75%);\n            background-size: 20px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            position: relative;\n            overflow: hidden;\n            animation: backgroundMove 15s linear infinite;\n        }\n        \n        @keyframes backgroundMove {\n            0% { background-position: 0 0; }\n            100% { background-position: 100px 100px; }\n        }\n        \n        .fabric-visual:after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to right, rgba(255,255,255,0.7), transparent, rgba(255,255,255,0.7));\n            animation: shine 3s infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0 25px;\n            font-size: 1.1rem;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n\n        \n        .arabic-section {\n            direction: rtl;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px dashed rgba(212, 175, 55, 0.5);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n                margin: 10px auto;\n                width: 92%;\n            }\n            \n            .header h1 {\n                font-size: 1.7rem;\n            }\n            \n            .header h2 {\n                font-size: 0.95rem;\n            }\n            \n            .product-card {\n                padding: 20px 15px;\n                border-radius: 12px;\n            }\n            \n            .product-title {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n                flex-direction: column;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n            \n            .spec h3 {\n                font-size: 0.85rem;\n            }\n            \n            .spec p {\n                font-size: 1.1rem;\n            }\n            \n            .size-table th, .size-table td {\n                padding: 10px 5px;\n                font-size: 0.9rem;\n            }\n            \n            .quality-badge {\n                font-size: 0.9rem;\n                padding: 5px 12px;\n                top: 45px;\n                right: 15px;\n            }\n            \n            .cta {\n                padding: 12px 25px;\n                font-size: 0.95rem;\n                width: 100%;\n                text-align: center;\n                margin-bottom: 10px;\n            }\n            \n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n                margin: 20px 0;\n            }\n            \n            .feature-list {\n                margin: 25px 0;\n                font-size: 1.05rem;\n            }\n            \n            .feature {\n                font-size: 1.05rem;\n                margin-bottom: 14px;\n                line-height: 1.5;\n                padding-left: 28px;\n            }\n            \n            .feature:before {\n                font-size: 1.15rem;\n            }\n            \n            .fabric-visual {\n                height: 60px;\n                margin: 15px 0;\n            }\n            \n            .color-options {\n                gap: 12px;\n                margin: 15px 0;\n            }\n            \n            .color-option {\n                width: 25px;\n                height: 25px;\n            }\n            \n            .size-chart {\n                padding: 15px;\n                margin-top: 20px;\n            }\n            \n            .size-chart h3 {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003eBUBBLY SHIRT COLLECTION\u003c\/h1\u003e\n\u003ch2\u003eEffortless Elegance, Timeless Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003e100% Cotton\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eBubbly Shirt\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eFloat through your day in our dreamy Bubbly Shirt, where comfort meets style in a delightful burst of elegance! This ethereal piece is crafted from 100% premium cotton, ensuring \u003cspan class=\"highlight\"\u003ebreathability and softness\u003c\/span\u003e against your skin throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"fabric-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eThe playful design adds a touch of whimsy to your wardrobe while remaining versatile enough to pair with your favorite bottoms. Whether dressed up with elegant pants or styled casually with denim, this shirt creates an instantly polished look.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e68 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium 100% cotton fabric for exceptional comfort and breathability\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eUnique bubbly design with subtle texture that adds dimension\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style that pairs easily with any bottoms\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 68 cm length for flattering coverage\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eThoughtfully crafted with attention to every detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eMake the Bubbly Shirt your go-to piece for effortless elegance all season long!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amina","offers":[{"title":"M \/ Cotton","offer_id":52130345648491,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52130345681259,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6787_11zon.webp?v=1751328238"},{"product_id":"mila-cardigan-burgandy","title":"Mila Cardigan-Burgundy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            margin: 20px auto;\n            padding: 20px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(219, 190, 169, 0.2);\n            transition: background-color 0.3s ease;\n        }\n        \n        .size-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 10px 0;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n        }\n        \n        .size-row:hover {\n            background: rgba(212, 175, 55, 0.1);\n            transform: translateX(5px);\n        }\n        \n        .size-row:last-child {\n            border-bottom: none;\n        }\n        \n        .size {\n            font-weight: 500;\n        }\n        \n        .weight {\n            color: #6c757d;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 10px;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 15px;\n            }\n            \n            .header h1 {\n                font-size: 2rem;\n            }\n            \n            .product-card {\n                padding: 20px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003eELEGANT MILA CARDIGAN\u003c\/h1\u003e\n\u003ch2\u003eTimeless Beauty in Every Detail\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003eElegant Collection\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eWomen's Cardigan\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eExperience timeless grace with our stunning women's Cardigan crafted from premium Galaxy Cotton. This versatile piece combines \u003cspan class=\"highlight\"\u003eexceptional softness and sophisticated styling\u003c\/span\u003e to create a luxurious garment that celebrates feminine beauty and comfort throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eMaterial\u003c\/h3\u003e\n\u003cp\u003eGalaxy Cotton\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eSize\u003c\/h3\u003e\n\u003cp\u003eFree Size\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e115 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium Galaxy Cotton for exceptional comfort\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eFree size design adapts to your unique silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 115 cm length for elegant draping\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eBreathable fabric ideal for all-day wear\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style suitable for various occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eFits\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFree Size\u003c\/td\u003e\n\u003ctd\u003eFits most body types\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eOne size fits most - designed for comfort and elegance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"pernova","offers":[{"title":"Free size \/ Galaxy Cotton","offer_id":52190204920171,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6936_2.webp?v=1753096622"},{"product_id":"product-20","title":"Wrap blouse-White","description":"\u003cstyle\u003e\n  .wb-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .wb-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:760px;margin:0 auto;padding:34px 26px 40px;\n    background:linear-gradient(135deg,#ffffff 0%,#f4f4f4 100%);\n    border-radius:22px;box-shadow:0 20px 45px rgba(0,0,0,.10);\n    color:var(--ink);text-align:center;\n  }\n  .wb-size-guide .wb-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .wb-size-guide .wb-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wb-size-guide .wb-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .wb-size-guide .wb-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .wb-size-guide .wb-toggle label{display:inline-block;cursor:pointer;background:transparent;color:#333;font-family:inherit;font-size:.92rem;font-weight:600;letter-spacing:.5px;padding:11px 26px;border-radius:50px;transition:all .35s ease;-webkit-tap-highlight-color:transparent}\n  .wb-size-guide #wb-size-m:checked ~ .wb-toggle label[for=\"wb-size-m\"],\n  .wb-size-guide #wb-size-l:checked ~ .wb-toggle label[for=\"wb-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .wb-size-guide .wb-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .wb-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .wb-size-guide .wb-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .wb-size-guide .wb-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .wb-size-guide .wb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .wb-size-guide .wb-card{background:var(--paper);border:1px solid #ececec;border-radius:14px;padding:18px 12px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}\n  .wb-size-guide .wb-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .wb-size-guide .wb-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .wb-size-guide .wb-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .wb-size-guide .wb-card .vl{font-size:1.15rem;font-weight:700;margin-top:6px;color:var(--ink)}\n\n  \/* ===== value swapping (M default, L on check) — no JS ===== *\/\n  .wb-size-guide .v-l{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-m,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-m{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-l,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-l{display:inline}\n  \/* weight badge shows for first size only *\/\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .wb-badge-m{display:none}\n\n  .wb-size-guide .wb-note{position:relative;margin-top:22px;font-size:.95rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid #d4af37;border-radius:14px;padding:18px 18px 18px 20px;text-align:left;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wb-size-guide .wb-note .wb-note-ic{font-size:1.1rem;margin-right:6px}\n  .wb-size-guide .wb-note mark{background:linear-gradient(180deg,transparent 55%,#ffe9a8 55%);color:inherit;font-weight:700;padding:0 2px;border-radius:2px}\n\n  @media (max-width:560px){.wb-size-guide .wb-stats{grid-template-columns:1fr}.wb-size-guide .wb-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .wb-size-guide .wb-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:wbDraw 1.1s ease forwards}\n    .wb-size-guide .wb-fade{opacity:0;animation:wbFade .7s ease .5s forwards}\n    @keyframes wbDraw{to{stroke-dashoffset:0}}\n    @keyframes wbFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wb-size-guide\"\u003e\n\u003cinput checked class=\"wb-radio\" id=\"wb-size-m\" name=\"wb-size\" type=\"radio\"\u003e \u003cinput class=\"wb-radio\" id=\"wb-size-l\" name=\"wb-size\" type=\"radio\"\u003e\n\u003cdiv class=\"wb-kicker\"\u003eWrap Blouse\u003c\/div\u003e\n\u003ch2 class=\"wb-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"wb-toggle\"\u003e\n\u003clabel for=\"wb-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"wb-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-stage\"\u003e\u003csvg aria-label=\"Wrap blouse measurement diagram\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 560 640\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient y2=\"1\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"wbBody\"\u003e\n          \u003cstop stop-color=\"#ffffff\" offset=\"0\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#f3f3f3\" offset=\"0.55\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#e3e3e3\" offset=\"1\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003cfilter height=\"140%\" width=\"140%\" y=\"-20%\" x=\"-20%\" id=\"wbShadow\"\u003e\n          \u003cfedropshadow flood-opacity=\"0.14\" flood-color=\"#000\" stddeviation=\"12\" dy=\"10\" dx=\"0\"\u003e\u003c\/fedropshadow\u003e\n        \u003c\/filter\u003e\n        \u003cmarker orient=\"auto\" refy=\"4.5\" refx=\"4.5\" markerheight=\"9\" markerwidth=\"9\" id=\"wbArrow\"\u003e\n          \u003cpath fill=\"#121212\" d=\"M1 1 L8 4.5 L1 8 Z\"\u003e\u003c\/path\u003e\n        \u003c\/marker\u003e\n      \u003c\/defs\u003e\n\n      \u003cellipse opacity=\"0.07\" fill=\"#000\" ry=\"18\" rx=\"150\" cy=\"585\" cx=\"280\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cg class=\"wb-fade wb-badge-m\"\u003e\n        \u003crect fill=\"#121212\" rx=\"20\" height=\"40\" width=\"228\" y=\"22\" x=\"166\"\u003e\u003c\/rect\u003e\n        \u003ctext style=\"font:600 14px 'Segoe UI',sans-serif;letter-spacing:.3px\" fill=\"#ffffff\" text-anchor=\"middle\" y=\"47\" x=\"280\"\u003eFits up to 75 kg\u003c\/text\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-dasharray=\"7 6\" stroke-width=\"2\" stroke=\"#9a9a9a\" fill=\"none\" d=\"M188 474 Q280 558 372 474\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M248 98\n               Q280 126 312 98\n               L366 110\n               C392 116 408 150 404 188\n               L346 198 L336 210\n               C332 280 328 320 330 360\n               C332 410 360 450 372 474\n               Q280 500 188 474\n               C200 450 228 410 230 360\n               C232 320 228 280 224 210\n               L214 198 L156 188\n               C152 150 168 116 194 110\n               L248 98 Z\" stroke-linejoin=\"round\" stroke-width=\"2.4\" stroke=\"#1f1f1f\" fill=\"url(#wbBody)\" filter=\"url(#wbShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M250 116 C264 200 300 300 344 372\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M310 116 C296 210 250 300 214 372\"\u003e\u003c\/path\u003e\n      \n      \u003ccircle stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"#fff\" r=\"6\" cy=\"366\" cx=\"338\"\u003e\u003c\/circle\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C356 372 366 392 360 412\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C352 380 356 404 348 420\"\u003e\u003c\/path\u003e\n\n      \n      \n      \u003cg\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"226\" y1=\"244\" x1=\"226\"\u003e\u003c\/line\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"334\" y1=\"244\" x1=\"334\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"8\" height=\"30\" width=\"68\" y=\"216\" x=\"246\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"227\" x=\"280\" class=\"wb-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"wb-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e50\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e54\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"224\" y1=\"104\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"492\" x2=\"196\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"282\" x=\"62\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"108\" class=\"wb-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"wb-dimtext\"\u003e62 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"448\" y1=\"104\" x1=\"336\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"540\" x2=\"448\" y1=\"540\" x1=\"360\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"300\" x=\"406\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"313\" x=\"452\" class=\"wb-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"wb-dimtext\"\u003e70 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wb-stats\"\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e \u003cspan class=\"lb\"\u003eChest Width\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e50\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e54\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e62 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-note\"\u003e\n\u003cspan class=\"wb-note-ic\"\u003e✨\u003c\/span\u003eFirst size (M) fits up to \u003cmark\u003e75 kg\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). All measurements are taken on the garment. Please review them carefully to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111162765675,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ linen pure","offer_id":53116588294507,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/DSC06688.jpg?v=1780538491"},{"product_id":"product-21","title":"Wrap blouse-Powder Pink","description":"\u003cstyle\u003e\n  .wb-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .wb-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:760px;margin:0 auto;padding:34px 26px 40px;\n    background:linear-gradient(135deg,#ffffff 0%,#f4f4f4 100%);\n    border-radius:22px;box-shadow:0 20px 45px rgba(0,0,0,.10);\n    color:var(--ink);text-align:center;\n  }\n  .wb-size-guide .wb-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .wb-size-guide .wb-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wb-size-guide .wb-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .wb-size-guide .wb-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .wb-size-guide .wb-toggle label{display:inline-block;cursor:pointer;background:transparent;color:#333;font-family:inherit;font-size:.92rem;font-weight:600;letter-spacing:.5px;padding:11px 26px;border-radius:50px;transition:all .35s ease;-webkit-tap-highlight-color:transparent}\n  .wb-size-guide #wb-size-m:checked ~ .wb-toggle label[for=\"wb-size-m\"],\n  .wb-size-guide #wb-size-l:checked ~ .wb-toggle label[for=\"wb-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .wb-size-guide .wb-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .wb-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .wb-size-guide .wb-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .wb-size-guide .wb-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .wb-size-guide .wb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .wb-size-guide .wb-card{background:var(--paper);border:1px solid #ececec;border-radius:14px;padding:18px 12px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}\n  .wb-size-guide .wb-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .wb-size-guide .wb-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .wb-size-guide .wb-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .wb-size-guide .wb-card .vl{font-size:1.15rem;font-weight:700;margin-top:6px;color:var(--ink)}\n\n  \/* ===== value swapping (M default, L on check) — no JS ===== *\/\n  .wb-size-guide .v-l{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-m,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-m{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-l,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-l{display:inline}\n  \/* weight badge shows for first size only *\/\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .wb-badge-m{display:none}\n\n  .wb-size-guide .wb-note{position:relative;margin-top:22px;font-size:.95rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid #d4af37;border-radius:14px;padding:18px 18px 18px 20px;text-align:left;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wb-size-guide .wb-note .wb-note-ic{font-size:1.1rem;margin-right:6px}\n  .wb-size-guide .wb-note mark{background:linear-gradient(180deg,transparent 55%,#ffe9a8 55%);color:inherit;font-weight:700;padding:0 2px;border-radius:2px}\n\n  @media (max-width:560px){.wb-size-guide .wb-stats{grid-template-columns:1fr}.wb-size-guide .wb-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .wb-size-guide .wb-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:wbDraw 1.1s ease forwards}\n    .wb-size-guide .wb-fade{opacity:0;animation:wbFade .7s ease .5s forwards}\n    @keyframes wbDraw{to{stroke-dashoffset:0}}\n    @keyframes wbFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wb-size-guide\"\u003e\n\u003cinput checked class=\"wb-radio\" id=\"wb-size-m\" name=\"wb-size\" type=\"radio\"\u003e \u003cinput class=\"wb-radio\" id=\"wb-size-l\" name=\"wb-size\" type=\"radio\"\u003e\n\u003cdiv class=\"wb-kicker\"\u003eWrap Blouse\u003c\/div\u003e\n\u003ch2 class=\"wb-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"wb-toggle\"\u003e\n\u003clabel for=\"wb-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"wb-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-stage\"\u003e\u003csvg aria-label=\"Wrap blouse measurement diagram\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 560 640\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient y2=\"1\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"wbBody\"\u003e\n          \u003cstop stop-color=\"#ffffff\" offset=\"0\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#f3f3f3\" offset=\"0.55\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#e3e3e3\" offset=\"1\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003cfilter height=\"140%\" width=\"140%\" y=\"-20%\" x=\"-20%\" id=\"wbShadow\"\u003e\n          \u003cfedropshadow flood-opacity=\"0.14\" flood-color=\"#000\" stddeviation=\"12\" dy=\"10\" dx=\"0\"\u003e\u003c\/fedropshadow\u003e\n        \u003c\/filter\u003e\n        \u003cmarker orient=\"auto\" refy=\"4.5\" refx=\"4.5\" markerheight=\"9\" markerwidth=\"9\" id=\"wbArrow\"\u003e\n          \u003cpath fill=\"#121212\" d=\"M1 1 L8 4.5 L1 8 Z\"\u003e\u003c\/path\u003e\n        \u003c\/marker\u003e\n      \u003c\/defs\u003e\n\n      \u003cellipse opacity=\"0.07\" fill=\"#000\" ry=\"18\" rx=\"150\" cy=\"585\" cx=\"280\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cg class=\"wb-fade wb-badge-m\"\u003e\n        \u003crect fill=\"#121212\" rx=\"20\" height=\"40\" width=\"228\" y=\"22\" x=\"166\"\u003e\u003c\/rect\u003e\n        \u003ctext style=\"font:600 14px 'Segoe UI',sans-serif;letter-spacing:.3px\" fill=\"#ffffff\" text-anchor=\"middle\" y=\"47\" x=\"280\"\u003eFits up to 75 kg\u003c\/text\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-dasharray=\"7 6\" stroke-width=\"2\" stroke=\"#9a9a9a\" fill=\"none\" d=\"M188 474 Q280 558 372 474\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M248 98\n               Q280 126 312 98\n               L366 110\n               C392 116 408 150 404 188\n               L346 198 L336 210\n               C332 280 328 320 330 360\n               C332 410 360 450 372 474\n               Q280 500 188 474\n               C200 450 228 410 230 360\n               C232 320 228 280 224 210\n               L214 198 L156 188\n               C152 150 168 116 194 110\n               L248 98 Z\" stroke-linejoin=\"round\" stroke-width=\"2.4\" stroke=\"#1f1f1f\" fill=\"url(#wbBody)\" filter=\"url(#wbShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M250 116 C264 200 300 300 344 372\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M310 116 C296 210 250 300 214 372\"\u003e\u003c\/path\u003e\n      \n      \u003ccircle stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"#fff\" r=\"6\" cy=\"366\" cx=\"338\"\u003e\u003c\/circle\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C356 372 366 392 360 412\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C352 380 356 404 348 420\"\u003e\u003c\/path\u003e\n\n      \n      \n      \u003cg\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"226\" y1=\"244\" x1=\"226\"\u003e\u003c\/line\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"334\" y1=\"244\" x1=\"334\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"8\" height=\"30\" width=\"68\" y=\"216\" x=\"246\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"227\" x=\"280\" class=\"wb-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"wb-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e50\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e54\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"224\" y1=\"104\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"492\" x2=\"196\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"282\" x=\"62\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"108\" class=\"wb-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"wb-dimtext\"\u003e62 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"448\" y1=\"104\" x1=\"336\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"540\" x2=\"448\" y1=\"540\" x1=\"360\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"300\" x=\"406\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"313\" x=\"452\" class=\"wb-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"wb-dimtext\"\u003e70 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wb-stats\"\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e \u003cspan class=\"lb\"\u003eChest Width\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e50\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e54\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e62 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-note\"\u003e\n\u003cspan class=\"wb-note-ic\"\u003e✨\u003c\/span\u003eFirst size (M) fits up to \u003cmark\u003e75 kg\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). All measurements are taken on the garment. Please review them carefully to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111178101099,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ linen pure","offer_id":53117270589803,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-573.jpg?v=1779186626"},{"product_id":"product-22","title":"Wrap blouse-Sunshine","description":"\u003cstyle\u003e\n  .wb-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .wb-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:760px;margin:0 auto;padding:34px 26px 40px;\n    background:linear-gradient(135deg,#ffffff 0%,#f4f4f4 100%);\n    border-radius:22px;box-shadow:0 20px 45px rgba(0,0,0,.10);\n    color:var(--ink);text-align:center;\n  }\n  .wb-size-guide .wb-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .wb-size-guide .wb-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wb-size-guide .wb-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .wb-size-guide .wb-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .wb-size-guide .wb-toggle label{display:inline-block;cursor:pointer;background:transparent;color:#333;font-family:inherit;font-size:.92rem;font-weight:600;letter-spacing:.5px;padding:11px 26px;border-radius:50px;transition:all .35s ease;-webkit-tap-highlight-color:transparent}\n  .wb-size-guide #wb-size-m:checked ~ .wb-toggle label[for=\"wb-size-m\"],\n  .wb-size-guide #wb-size-l:checked ~ .wb-toggle label[for=\"wb-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .wb-size-guide .wb-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .wb-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .wb-size-guide .wb-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .wb-size-guide .wb-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .wb-size-guide .wb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .wb-size-guide .wb-card{background:var(--paper);border:1px solid #ececec;border-radius:14px;padding:18px 12px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}\n  .wb-size-guide .wb-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .wb-size-guide .wb-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .wb-size-guide .wb-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .wb-size-guide .wb-card .vl{font-size:1.15rem;font-weight:700;margin-top:6px;color:var(--ink)}\n\n  \/* ===== value swapping (M default, L on check) — no JS ===== *\/\n  .wb-size-guide .v-l{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-m,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-m{display:none}\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .v-l,\n  .wb-size-guide #wb-size-l:checked ~ .wb-stats .v-l{display:inline}\n  \/* weight badge shows for first size only *\/\n  .wb-size-guide #wb-size-l:checked ~ .wb-stage .wb-badge-m{display:none}\n\n  .wb-size-guide .wb-note{position:relative;margin-top:22px;font-size:.95rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid #d4af37;border-radius:14px;padding:18px 18px 18px 20px;text-align:left;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wb-size-guide .wb-note .wb-note-ic{font-size:1.1rem;margin-right:6px}\n  .wb-size-guide .wb-note mark{background:linear-gradient(180deg,transparent 55%,#ffe9a8 55%);color:inherit;font-weight:700;padding:0 2px;border-radius:2px}\n\n  @media (max-width:560px){.wb-size-guide .wb-stats{grid-template-columns:1fr}.wb-size-guide .wb-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .wb-size-guide .wb-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:wbDraw 1.1s ease forwards}\n    .wb-size-guide .wb-fade{opacity:0;animation:wbFade .7s ease .5s forwards}\n    @keyframes wbDraw{to{stroke-dashoffset:0}}\n    @keyframes wbFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wb-size-guide\"\u003e\n\u003cinput checked class=\"wb-radio\" id=\"wb-size-m\" name=\"wb-size\" type=\"radio\"\u003e \u003cinput class=\"wb-radio\" id=\"wb-size-l\" name=\"wb-size\" type=\"radio\"\u003e\n\u003cdiv class=\"wb-kicker\"\u003eWrap Blouse\u003c\/div\u003e\n\u003ch2 class=\"wb-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"wb-toggle\"\u003e\n\u003clabel for=\"wb-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"wb-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-stage\"\u003e\u003csvg aria-label=\"Wrap blouse measurement diagram\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 560 640\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient y2=\"1\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"wbBody\"\u003e\n          \u003cstop stop-color=\"#ffffff\" offset=\"0\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#f3f3f3\" offset=\"0.55\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#e3e3e3\" offset=\"1\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003cfilter height=\"140%\" width=\"140%\" y=\"-20%\" x=\"-20%\" id=\"wbShadow\"\u003e\n          \u003cfedropshadow flood-opacity=\"0.14\" flood-color=\"#000\" stddeviation=\"12\" dy=\"10\" dx=\"0\"\u003e\u003c\/fedropshadow\u003e\n        \u003c\/filter\u003e\n        \u003cmarker orient=\"auto\" refy=\"4.5\" refx=\"4.5\" markerheight=\"9\" markerwidth=\"9\" id=\"wbArrow\"\u003e\n          \u003cpath fill=\"#121212\" d=\"M1 1 L8 4.5 L1 8 Z\"\u003e\u003c\/path\u003e\n        \u003c\/marker\u003e\n      \u003c\/defs\u003e\n\n      \u003cellipse opacity=\"0.07\" fill=\"#000\" ry=\"18\" rx=\"150\" cy=\"585\" cx=\"280\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cg class=\"wb-fade wb-badge-m\"\u003e\n        \u003crect fill=\"#121212\" rx=\"20\" height=\"40\" width=\"228\" y=\"22\" x=\"166\"\u003e\u003c\/rect\u003e\n        \u003ctext style=\"font:600 14px 'Segoe UI',sans-serif;letter-spacing:.3px\" fill=\"#ffffff\" text-anchor=\"middle\" y=\"47\" x=\"280\"\u003eFits up to 75 kg\u003c\/text\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-dasharray=\"7 6\" stroke-width=\"2\" stroke=\"#9a9a9a\" fill=\"none\" d=\"M188 474 Q280 558 372 474\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M248 98\n               Q280 126 312 98\n               L366 110\n               C392 116 408 150 404 188\n               L346 198 L336 210\n               C332 280 328 320 330 360\n               C332 410 360 450 372 474\n               Q280 500 188 474\n               C200 450 228 410 230 360\n               C232 320 228 280 224 210\n               L214 198 L156 188\n               C152 150 168 116 194 110\n               L248 98 Z\" stroke-linejoin=\"round\" stroke-width=\"2.4\" stroke=\"#1f1f1f\" fill=\"url(#wbBody)\" filter=\"url(#wbShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M250 116 C264 200 300 300 344 372\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\" d=\"M310 116 C296 210 250 300 214 372\"\u003e\u003c\/path\u003e\n      \n      \u003ccircle stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"#fff\" r=\"6\" cy=\"366\" cx=\"338\"\u003e\u003c\/circle\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C356 372 366 392 360 412\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#c9c9c9\" fill=\"none\" d=\"M338 366 C352 380 356 404 348 420\"\u003e\u003c\/path\u003e\n\n      \n      \n      \u003cg\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"226\" y1=\"244\" x1=\"226\"\u003e\u003c\/line\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"262\" x2=\"334\" y1=\"244\" x1=\"334\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"8\" height=\"30\" width=\"68\" y=\"216\" x=\"246\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"227\" x=\"280\" class=\"wb-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"wb-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e50\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e54\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"224\" y1=\"104\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"492\" x2=\"196\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"282\" x=\"62\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"108\" class=\"wb-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"wb-dimtext\"\u003e62 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"104\" x2=\"448\" y1=\"104\" x1=\"336\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"540\" x2=\"448\" y1=\"540\" x1=\"360\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#wbArrow)\" marker-start=\"url(#wbArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"wb-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"wb-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"300\" x=\"406\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"313\" x=\"452\" class=\"wb-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"wb-dimtext\"\u003e70 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wb-stats\"\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e \u003cspan class=\"lb\"\u003eChest Width\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e50\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e54\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e62 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wb-note\"\u003e\n\u003cspan class=\"wb-note-ic\"\u003e✨\u003c\/span\u003eFirst size (M) fits up to \u003cmark\u003e75 kg\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). All measurements are taken on the garment. Please review them carefully to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111188717931,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ linen pure","offer_id":53117270524267,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-588.jpg?v=1779186334"}],"url":"https:\/\/www.pernov-a.com\/collections\/last-piece.oembed","provider":"pernova","version":"1.0","type":"link"}