{"title":"ALL Products","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":750.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Cotton","offer_id":52130345812331,"sku":null,"price":750.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-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":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6787_11zon.webp?v=1751328238"},{"product_id":"mila-cardigan_purple","title":"Mila Cardigan-Purple","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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Amina","offers":[{"title":"Free size \/ Galaxy Cotton","offer_id":52033736606059,"sku":"","price":750.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6938_2_11zon.webp?v=1751326068"},{"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":750.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":"suede-dreams-jacket-burgundy","title":"Heavyweight suede jacket -Burgundy","description":"\u003cul class=\"ul1\"\u003e\n\u003cli class=\"li1\"\u003e\u003cspan class=\"s1\"\u003eFabric: double layered suede\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eModel Size : S-M\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\n\u003cp\u003eSizes:\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e(Oversize)\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 72cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust 78cm\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Suede","offer_id":52520113144171,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Suede","offer_id":52520113176939,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01799.webp?v=1762097785"},{"product_id":"suede-dreams-jacket-burgundy-copy","title":"Heavyweight suede jacket -Olive","description":"\u003cul class=\"ul1\"\u003e\n\u003cli class=\"li1\"\u003e\u003cspan class=\"s1\"\u003eFabric: double layered suede\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eModel Size : S-M\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003e(Oversize)\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 72cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust 78cm\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Suede","offer_id":52520117305707,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Suede","offer_id":52520117338475,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01768.webp?v=1762447059"},{"product_id":"suede-dreams-jacket-olive-copy","title":"Heavyweight suede jacket -Dark Brown","description":"\u003cul class=\"ul1\"\u003e\n\u003cli class=\"li1\"\u003e\u003cspan class=\"s1\"\u003eFabric: double layered suede\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eModel Size : S-M\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"li1\"\u003e\n\u003cspan class=\"s1\"\u003e\u003c\/span\u003e\n\u003cp\u003eSizes:\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e(Oversize)\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 72cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust 78cm\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Suede","offer_id":52520117862763,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Suede","offer_id":52520117895531,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01819.webp?v=1762097785"},{"product_id":"tie-waist-leather-jacket-black","title":"Tie-Waist Leather Jacket Black","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520124055915,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Leather","offer_id":52520124088683,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01585.webp?v=1762054324"},{"product_id":"tie-waist-leather-jacket-burgundy","title":"Tie-Waist Leather Jacket Burgundy","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520124186987,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Leather","offer_id":52520124219755,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01681.webp?v=1762097785"},{"product_id":"tie-waist-leather-jacket-brown","title":"Tie-Waist Leather Jacket Brown","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520124416363,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Leather","offer_id":52520124449131,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01640.webp?v=1762097785"},{"product_id":"vintage-leather-jacket-brown","title":"Leather Zip-Up Jacket - Brown","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 54cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust: 60cm\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520126153067,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Leather","offer_id":52520126185835,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01465.webp?v=1762161892"},{"product_id":"vintage-leather-jacket-burgundy","title":"Leather Zip-Up Jacket - Burgundy","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 54cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust: 60cm\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520162132331,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Leather","offer_id":52520162165099,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01507.webp?v=1762097785"},{"product_id":"vintage-leather-jacket-black","title":"Leather Zip-Up Jacket - Black","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   Bust: 54cm\u003cbr\u003eL-Xl: 75Kg-95Kg   Bust: 60cm\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520163213675,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Leather","offer_id":52520163246443,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01489.webp?v=1762097784"},{"product_id":"elegant-belted-coat-burgundy","title":"Elegant Belted Coat Burgundy","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520164688235,"sku":null,"price":1850.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Leather","offer_id":52520164721003,"sku":null,"price":1850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01872.webp?v=1762092123"},{"product_id":"elegant-belted-coat-black","title":"Elegant Belted Coat Black","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Leather","offer_id":52520164786539,"sku":null,"price":1850.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Leather","offer_id":52520164819307,"sku":null,"price":1850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01910.webp?v=1762095087"},{"product_id":"timeless-trench-coat","title":"Timeless Long Coat Black","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg -95Kg\u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Felt","offer_id":52520164983147,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Felt","offer_id":52520166883691,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01839.webp?v=1763895275"},{"product_id":"urban-trench-jacket-olive","title":"Urban Trench Jacket Olive","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg-95Kg   \u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Felt","offer_id":52520165376363,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ Felt","offer_id":52520165409131,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01545.webp?v=1762097784"},{"product_id":"urban-trench-jacket-brown","title":"Urban Trench Jacket Brown","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg-95Kg   \u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Felt","offer_id":52520165474667,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Felt","offer_id":52520165507435,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01562.webp?v=1762097784"},{"product_id":"urban-trench-jacket-grey","title":"Urban Trench Jacket Grey","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg-95Kg   \u003c\/p\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Felt","offer_id":52520166392171,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Felt","offer_id":52520166424939,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01528.webp?v=1762221426"},{"product_id":"urban-trench-jacket","title":"Urban Trench Jacket","description":"\u003cp\u003eModel is wearing Size: S\/M\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSizes:\u003c\/p\u003e\n\u003cp\u003eS-M: 55Kg-75Kg   \u003cbr\u003eL-Xl: 75Kg-95Kg   \u003c\/p\u003e","brand":"pernova","offers":[{"title":"Gray \/ S\/M \/ Felt","offer_id":52768981942635,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"Gray \/ L\/XL \/ Felt","offer_id":52768981975403,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ S\/M \/ Felt","offer_id":52768982597995,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ L\/XL \/ Felt","offer_id":52768982630763,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"Olive \/ S\/M \/ Felt","offer_id":52768982663531,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"Olive \/ L\/XL \/ Felt","offer_id":52768982696299,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/MBG01528.webp?v=1762221426"},{"product_id":"coat-burgundy","title":"Coat Burgundy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Completely isolated and protected styles - will NOT affect anything else on the website *\/\n        .taraf-size-guide * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n            padding: 0 !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container {\n            background: white !important;\n            border-radius: 12px !important;\n            padding: 30px !important;\n            max-width: 600px !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container h3 {\n            font-size: 1.3rem !important;\n            color: #5b2132 !important;\n            margin-bottom: 20px !important;\n            margin-top: 0 !important;\n            font-weight: 600 !important;\n            letter-spacing: -0.3px !important;\n            line-height: 1.3 !important;\n            padding: 0 !important;\n        }\n\n        .taraf-size-guide .size-item {\n            background: #faf8f7 !important;\n            border: 1.5px solid #e8ddd9 !important;\n            border-radius: 10px !important;\n            padding: 20px 24px !important;\n            margin-bottom: 15px !important;\n            margin-top: 0 !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            transition: all 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-item:hover {\n            background: white !important;\n            border-color: #d4c4bf !important;\n            box-shadow: 0 4px 15px rgba(91, 33, 50, 0.08) !important;\n        }\n\n        .taraf-size-guide .size-item:last-child {\n            margin-bottom: 0 !important;\n        }\n\n        .taraf-size-guide .size-name {\n            font-size: 1.1rem !important;\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n            letter-spacing: 0.5px !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight {\n            font-size: 0.95rem !important;\n            color: #8b7a7c !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight span {\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n        }\n\n        @media (max-width: 480px) {\n            .taraf-size-guide .size-guide-container {\n                padding: 25px 20px !important;\n            }\n\n            .taraf-size-guide .size-guide-container h3 {\n                font-size: 1.1rem !important;\n                margin-bottom: 16px !important;\n            }\n\n            .taraf-size-guide .size-item {\n                padding: 18px 20px !important;\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                gap: 8px !important;\n            }\n\n            .taraf-size-guide .size-name {\n                font-size: 1rem !important;\n            }\n\n            .taraf-size-guide .size-weight {\n                font-size: 0.9rem !important;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"taraf-size-guide\"\u003e\n\u003cdiv class=\"size-guide-container\"\u003e\n\u003ch3\u003eSize Guide\u003c\/h3\u003e\n\u003cdiv class=\"size-item\"\u003e\n\u003cdiv class=\"size-name\"\u003eS \/ M\u003c\/div\u003e\n\u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-item\"\u003e\n\u003cdiv class=\"size-name\"\u003eL \/ XL\u003c\/div\u003e\n\u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M","offer_id":52791954407787,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL","offer_id":52791954440555,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_1141.webp?v=1769259969"},{"product_id":"pullover-babyblue","title":"Pullover Babyblue","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSize Guide - TARAF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Completely isolated and protected styles - will NOT affect anything else on the website *\/\n        .taraf-size-guide * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n            padding: 0 !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container {\n            background: white !important;\n            border-radius: 12px !important;\n            padding: 30px !important;\n            max-width: 600px !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container h3 {\n            font-size: 1.3rem !important;\n            color: #5b2132 !important;\n            margin-bottom: 20px !important;\n            margin-top: 0 !important;\n            font-weight: 600 !important;\n            letter-spacing: -0.3px !important;\n            line-height: 1.3 !important;\n            padding: 0 !important;\n        }\n\n        .taraf-size-guide .size-item {\n            background: #faf8f7 !important;\n            border: 1.5px solid #e8ddd9 !important;\n            border-radius: 10px !important;\n            padding: 20px 24px !important;\n            margin-bottom: 15px !important;\n            margin-top: 0 !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            transition: all 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-item:hover {\n            background: white !important;\n            border-color: #d4c4bf !important;\n            box-shadow: 0 4px 15px rgba(91, 33, 50, 0.08) !important;\n        }\n\n        .taraf-size-guide .size-item:last-child {\n            margin-bottom: 0 !important;\n        }\n\n        .taraf-size-guide .size-name {\n            font-size: 1.1rem !important;\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n            letter-spacing: 0.5px !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight {\n            font-size: 0.95rem !important;\n            color: #8b7a7c !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight span {\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n        }\n\n        @media (max-width: 480px) {\n            .taraf-size-guide .size-guide-container {\n                padding: 25px 20px !important;\n            }\n\n            .taraf-size-guide .size-guide-container h3 {\n                font-size: 1.1rem !important;\n                margin-bottom: 16px !important;\n            }\n\n            .taraf-size-guide .size-item {\n                padding: 18px 20px !important;\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                gap: 8px !important;\n            }\n\n            .taraf-size-guide .size-name {\n                font-size: 1rem !important;\n            }\n\n            .taraf-size-guide .size-weight {\n                font-size: 0.9rem !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"taraf-size-guide\"\u003e\n        \u003cdiv class=\"size-guide-container\"\u003e\n            \u003ch3\u003eSize Guide\u003c\/h3\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eS \/ M\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eL \/ XL\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"pernova","offers":[{"title":"S\/M","offer_id":52791956341099,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL","offer_id":52791956373867,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_1174.webp?v=1769259832"},{"product_id":"pullover-black","title":"Pullover Black","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSize Guide - TARAF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Completely isolated and protected styles - will NOT affect anything else on the website *\/\n        .taraf-size-guide * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n            padding: 0 !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container {\n            background: white !important;\n            border-radius: 12px !important;\n            padding: 30px !important;\n            max-width: 600px !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container h3 {\n            font-size: 1.3rem !important;\n            color: #5b2132 !important;\n            margin-bottom: 20px !important;\n            margin-top: 0 !important;\n            font-weight: 600 !important;\n            letter-spacing: -0.3px !important;\n            line-height: 1.3 !important;\n            padding: 0 !important;\n        }\n\n        .taraf-size-guide .size-item {\n            background: #faf8f7 !important;\n            border: 1.5px solid #e8ddd9 !important;\n            border-radius: 10px !important;\n            padding: 20px 24px !important;\n            margin-bottom: 15px !important;\n            margin-top: 0 !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            transition: all 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-item:hover {\n            background: white !important;\n            border-color: #d4c4bf !important;\n            box-shadow: 0 4px 15px rgba(91, 33, 50, 0.08) !important;\n        }\n\n        .taraf-size-guide .size-item:last-child {\n            margin-bottom: 0 !important;\n        }\n\n        .taraf-size-guide .size-name {\n            font-size: 1.1rem !important;\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n            letter-spacing: 0.5px !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight {\n            font-size: 0.95rem !important;\n            color: #8b7a7c !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight span {\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n        }\n\n        @media (max-width: 480px) {\n            .taraf-size-guide .size-guide-container {\n                padding: 25px 20px !important;\n            }\n\n            .taraf-size-guide .size-guide-container h3 {\n                font-size: 1.1rem !important;\n                margin-bottom: 16px !important;\n            }\n\n            .taraf-size-guide .size-item {\n                padding: 18px 20px !important;\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                gap: 8px !important;\n            }\n\n            .taraf-size-guide .size-name {\n                font-size: 1rem !important;\n            }\n\n            .taraf-size-guide .size-weight {\n                font-size: 0.9rem !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"taraf-size-guide\"\u003e\n        \u003cdiv class=\"size-guide-container\"\u003e\n            \u003ch3\u003eSize Guide\u003c\/h3\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eS \/ M\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eL \/ XL\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"pernova","offers":[{"title":"S\/M","offer_id":52791956406635,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL","offer_id":52791956439403,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_1213.webp?v=1769259727"},{"product_id":"pullover-offwhite","title":"Pullover Offwhite","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSize Guide - TARAF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Completely isolated and protected styles - will NOT affect anything else on the website *\/\n        .taraf-size-guide * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n            padding: 0 !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container {\n            background: white !important;\n            border-radius: 12px !important;\n            padding: 30px !important;\n            max-width: 600px !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container h3 {\n            font-size: 1.3rem !important;\n            color: #5b2132 !important;\n            margin-bottom: 20px !important;\n            margin-top: 0 !important;\n            font-weight: 600 !important;\n            letter-spacing: -0.3px !important;\n            line-height: 1.3 !important;\n            padding: 0 !important;\n        }\n\n        .taraf-size-guide .size-item {\n            background: #faf8f7 !important;\n            border: 1.5px solid #e8ddd9 !important;\n            border-radius: 10px !important;\n            padding: 20px 24px !important;\n            margin-bottom: 15px !important;\n            margin-top: 0 !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            transition: all 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-item:hover {\n            background: white !important;\n            border-color: #d4c4bf !important;\n            box-shadow: 0 4px 15px rgba(91, 33, 50, 0.08) !important;\n        }\n\n        .taraf-size-guide .size-item:last-child {\n            margin-bottom: 0 !important;\n        }\n\n        .taraf-size-guide .size-name {\n            font-size: 1.1rem !important;\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n            letter-spacing: 0.5px !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight {\n            font-size: 0.95rem !important;\n            color: #8b7a7c !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight span {\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n        }\n\n        @media (max-width: 480px) {\n            .taraf-size-guide .size-guide-container {\n                padding: 25px 20px !important;\n            }\n\n            .taraf-size-guide .size-guide-container h3 {\n                font-size: 1.1rem !important;\n                margin-bottom: 16px !important;\n            }\n\n            .taraf-size-guide .size-item {\n                padding: 18px 20px !important;\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                gap: 8px !important;\n            }\n\n            .taraf-size-guide .size-name {\n                font-size: 1rem !important;\n            }\n\n            .taraf-size-guide .size-weight {\n                font-size: 0.9rem !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"taraf-size-guide\"\u003e\n        \u003cdiv class=\"size-guide-container\"\u003e\n            \u003ch3\u003eSize Guide\u003c\/h3\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eS \/ M\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"size-item\"\u003e\n                \u003cdiv class=\"size-name\"\u003eL \/ XL\u003c\/div\u003e\n                \u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"pernova","offers":[{"title":"S\/M","offer_id":52791956472171,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL","offer_id":52791956504939,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_1195.webp?v=1769259658"},{"product_id":"pullover-caffe","title":"Pullover caffe","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Completely isolated and protected styles - will NOT affect anything else on the website *\/\n        .taraf-size-guide * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n            padding: 0 !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container {\n            background: white !important;\n            border-radius: 12px !important;\n            padding: 30px !important;\n            max-width: 600px !important;\n            width: 100% !important;\n            margin: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-guide-container h3 {\n            font-size: 1.3rem !important;\n            color: #5b2132 !important;\n            margin-bottom: 20px !important;\n            margin-top: 0 !important;\n            font-weight: 600 !important;\n            letter-spacing: -0.3px !important;\n            line-height: 1.3 !important;\n            padding: 0 !important;\n        }\n\n        .taraf-size-guide .size-item {\n            background: #faf8f7 !important;\n            border: 1.5px solid #e8ddd9 !important;\n            border-radius: 10px !important;\n            padding: 20px 24px !important;\n            margin-bottom: 15px !important;\n            margin-top: 0 !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            transition: all 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .taraf-size-guide .size-item:hover {\n            background: white !important;\n            border-color: #d4c4bf !important;\n            box-shadow: 0 4px 15px rgba(91, 33, 50, 0.08) !important;\n        }\n\n        .taraf-size-guide .size-item:last-child {\n            margin-bottom: 0 !important;\n        }\n\n        .taraf-size-guide .size-name {\n            font-size: 1.1rem !important;\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n            letter-spacing: 0.5px !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight {\n            font-size: 0.95rem !important;\n            color: #8b7a7c !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            line-height: 1.4 !important;\n        }\n\n        .taraf-size-guide .size-weight span {\n            font-weight: 600 !important;\n            color: #5b2132 !important;\n        }\n\n        @media (max-width: 480px) {\n            .taraf-size-guide .size-guide-container {\n                padding: 25px 20px !important;\n            }\n\n            .taraf-size-guide .size-guide-container h3 {\n                font-size: 1.1rem !important;\n                margin-bottom: 16px !important;\n            }\n\n            .taraf-size-guide .size-item {\n                padding: 18px 20px !important;\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                gap: 8px !important;\n            }\n\n            .taraf-size-guide .size-name {\n                font-size: 1rem !important;\n            }\n\n            .taraf-size-guide .size-weight {\n                font-size: 0.9rem !important;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"taraf-size-guide\"\u003e\n\u003cdiv class=\"size-guide-container\"\u003e\n\u003ch3\u003eSize Guide\u003c\/h3\u003e\n\u003cdiv class=\"size-item\"\u003e\n\u003cdiv class=\"size-name\"\u003eS \/ M\u003c\/div\u003e\n\u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-item\"\u003e\n\u003cdiv class=\"size-name\"\u003eL \/ XL\u003c\/div\u003e\n\u003cdiv class=\"size-weight\"\u003eUp to \u003cspan\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M","offer_id":52791956603243,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL","offer_id":52791956636011,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_1164.webp?v=1769259493"},{"product_id":"joud-cardigan-in-burgundy","title":"Layali cardigan in burgundy","description":"\u003cp\u003eS\/M بيلبس لحد 65,70 كيلو \u003cbr\u003eL\/XL بيلبس لحد 95 كيلو كيلو\u003c\/p\u003e","brand":"pernova","offers":[{"title":"M \/ Soft velvet fabric","offer_id":52928859406699,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Soft velvet fabric","offer_id":52928859439467,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_4839.heic?v=1771549031"},{"product_id":"joud-cardigan-in-burgundy-copy","title":"Layali cardigan in chocolate","description":"\u003cp\u003eS\/M بيلبس لحد 65,70 كيلو \u003cbr\u003eL\/XL بيلبس لحد 95 كيلو كيلو\u003c\/p\u003e","brand":"pernova","offers":[{"title":"M \/ Soft velvet fabric","offer_id":52928859537771,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Soft velvet fabric","offer_id":52928859570539,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_4818.heic?v=1771586032"},{"product_id":"joud-cardigan-in-olive","title":"Layali cardigan in olive","description":"\u003cp\u003eS\/M بيلبس لحد 65,70 كيلو \u003cbr\u003eL\/XL بيلبس لحد 95 كيلو كيلو\u003c\/p\u003e","brand":"pernova","offers":[{"title":"M \/ Soft velvet fabric","offer_id":52928868712811,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true},{"title":"L \/ Soft velvet fabric","offer_id":52928868745579,"sku":null,"price":599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/IMG_4707.heic?v=1771586200"},{"product_id":"product-1-copy","title":"Tie Waist Shirt-Sunshine","description":"\u003cstyle\u003e\n  .wst-chart *{box-sizing:border-box;margin:0;padding:0}\n  .wst-chart{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;--gold:#d4af37;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:640px;margin:0 auto;padding:34px 26px 38px;\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);\n  }\n  .wst-chart .wst-head{text-align:center;margin-bottom:24px}\n  .wst-chart .wst-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wst-chart .wst-title{font-size:2rem;font-weight:300;letter-spacing:1.5px}\n\n  .wst-chart .wst-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--paper);border:1px solid #ececec;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.05)}\n  .wst-chart th,.wst-chart td{padding:16px 14px;text-align:center;font-size:.98rem}\n\n  .wst-chart thead th{background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;font-weight:600;letter-spacing:1px;font-size:.82rem;text-transform:uppercase}\n  .wst-chart thead th:first-child{text-align:left;background:#1a1a1a}\n\n  .wst-chart tbody th{\n    text-align:left;font-weight:600;color:var(--ink);background:var(--wash);\n    border-bottom:1px solid #eee;letter-spacing:.3px;\n  }\n  .wst-chart tbody td{color:var(--ink);font-weight:700;border-bottom:1px solid #f0f0f0}\n  .wst-chart tbody td .u{font-weight:400;color:var(--muted);font-size:.82rem;margin-left:2px}\n\n  .wst-chart tbody tr:last-child th,\n  .wst-chart tbody tr:last-child td{border-bottom:none}\n  .wst-chart tbody tr:hover th,\n  .wst-chart tbody tr:hover td{background:#faf7ee}\n\n  \/* icon chips in row header *\/\n  .wst-chart .rc{display:inline-flex;align-items:center;gap:8px}\n  .wst-chart .rc .ic{font-size:1.05rem}\n\n  .wst-chart .wst-note{margin-top:22px;font-size:.92rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid var(--gold);border-radius:14px;padding:16px 18px;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wst-chart .wst-note .ni{margin-right:6px}\n\n  @media (max-width:480px){\n    .wst-chart{padding:26px 16px 30px}\n    .wst-chart .wst-title{font-size:1.55rem}\n    .wst-chart th,.wst-chart td{padding:13px 8px;font-size:.9rem}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wst-chart\"\u003e\n  \u003cdiv class=\"wst-head\"\u003e\n    \u003cdiv class=\"wst-kicker\"\u003eWaist Blouse\u003c\/div\u003e\n    \u003ch2 class=\"wst-title\"\u003eSize Chart\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"wst-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMeasurement\u003c\/th\u003e\n        \u003cth\u003eSize S\/M\u003c\/th\u003e\n        \u003cth\u003eSize L\/XL\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e Chest Width\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e48 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e52 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e Front Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e Back Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"wst-note\"\u003e\n    \u003cspan class=\"ni\"\u003e✨\u003c\/span\u003eThe back is slightly longer than the front (graduated hem). All measurements are taken on the garment itself. Please review them carefully to ensure the perfect fit.\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Cotton Poplin","offer_id":53111223288171,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Cotton Poplin","offer_id":53117275636075,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/Shirt-27_1267x1690_4e10c31c-0339-4246-ac38-dc4f8aea3e4d.webp?v=1784760399"},{"product_id":"product-10","title":"Tie Waist Shirt-White","description":"\u003cstyle\u003e\n  .wst-chart *{box-sizing:border-box;margin:0;padding:0}\n  .wst-chart{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;--gold:#d4af37;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:640px;margin:0 auto;padding:34px 26px 38px;\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);\n  }\n  .wst-chart .wst-head{text-align:center;margin-bottom:24px}\n  .wst-chart .wst-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wst-chart .wst-title{font-size:2rem;font-weight:300;letter-spacing:1.5px}\n\n  .wst-chart .wst-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--paper);border:1px solid #ececec;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.05)}\n  .wst-chart th,.wst-chart td{padding:16px 14px;text-align:center;font-size:.98rem}\n\n  .wst-chart thead th{background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;font-weight:600;letter-spacing:1px;font-size:.82rem;text-transform:uppercase}\n  .wst-chart thead th:first-child{text-align:left;background:#1a1a1a}\n\n  .wst-chart tbody th{\n    text-align:left;font-weight:600;color:var(--ink);background:var(--wash);\n    border-bottom:1px solid #eee;letter-spacing:.3px;\n  }\n  .wst-chart tbody td{color:var(--ink);font-weight:700;border-bottom:1px solid #f0f0f0}\n  .wst-chart tbody td .u{font-weight:400;color:var(--muted);font-size:.82rem;margin-left:2px}\n\n  .wst-chart tbody tr:last-child th,\n  .wst-chart tbody tr:last-child td{border-bottom:none}\n  .wst-chart tbody tr:hover th,\n  .wst-chart tbody tr:hover td{background:#faf7ee}\n\n  \/* icon chips in row header *\/\n  .wst-chart .rc{display:inline-flex;align-items:center;gap:8px}\n  .wst-chart .rc .ic{font-size:1.05rem}\n\n  .wst-chart .wst-note{margin-top:22px;font-size:.92rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid var(--gold);border-radius:14px;padding:16px 18px;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wst-chart .wst-note .ni{margin-right:6px}\n\n  @media (max-width:480px){\n    .wst-chart{padding:26px 16px 30px}\n    .wst-chart .wst-title{font-size:1.55rem}\n    .wst-chart th,.wst-chart td{padding:13px 8px;font-size:.9rem}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wst-chart\"\u003e\n  \u003cdiv class=\"wst-head\"\u003e\n    \u003cdiv class=\"wst-kicker\"\u003eWaist Blouse\u003c\/div\u003e\n    \u003ch2 class=\"wst-title\"\u003eSize Chart\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"wst-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMeasurement\u003c\/th\u003e\n        \u003cth\u003eSize S\/M\u003c\/th\u003e\n        \u003cth\u003eSize L\/XL\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e Chest Width\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e48 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e52 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e Front Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e Back Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"wst-note\"\u003e\n    \u003cspan class=\"ni\"\u003e✨\u003c\/span\u003eThe back is slightly longer than the front (graduated hem). All measurements are taken on the garment itself. Please review them carefully to ensure the perfect fit.\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Cotton Poplin","offer_id":53111054598507,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Cotton Poplin","offer_id":53116585148779,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/Shirt-12_1267x1690_0cbb3fe3-2881-48bd-9db1-732716d108c5.webp?v=1784760399"},{"product_id":"product-11","title":"Tie Waist Shirt-Pink","description":"\u003cstyle\u003e\n  .wst-chart *{box-sizing:border-box;margin:0;padding:0}\n  .wst-chart{\n    --ink:#121212;--muted:#6a6a6a;--paper:#ffffff;--wash:#f6f6f6;--gold:#d4af37;\n    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;\n    max-width:640px;margin:0 auto;padding:34px 26px 38px;\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);\n  }\n  .wst-chart .wst-head{text-align:center;margin-bottom:24px}\n  .wst-chart .wst-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .wst-chart .wst-title{font-size:2rem;font-weight:300;letter-spacing:1.5px}\n\n  .wst-chart .wst-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--paper);border:1px solid #ececec;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.05)}\n  .wst-chart th,.wst-chart td{padding:16px 14px;text-align:center;font-size:.98rem}\n\n  .wst-chart thead th{background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;font-weight:600;letter-spacing:1px;font-size:.82rem;text-transform:uppercase}\n  .wst-chart thead th:first-child{text-align:left;background:#1a1a1a}\n\n  .wst-chart tbody th{\n    text-align:left;font-weight:600;color:var(--ink);background:var(--wash);\n    border-bottom:1px solid #eee;letter-spacing:.3px;\n  }\n  .wst-chart tbody td{color:var(--ink);font-weight:700;border-bottom:1px solid #f0f0f0}\n  .wst-chart tbody td .u{font-weight:400;color:var(--muted);font-size:.82rem;margin-left:2px}\n\n  .wst-chart tbody tr:last-child th,\n  .wst-chart tbody tr:last-child td{border-bottom:none}\n  .wst-chart tbody tr:hover th,\n  .wst-chart tbody tr:hover td{background:#faf7ee}\n\n  \/* icon chips in row header *\/\n  .wst-chart .rc{display:inline-flex;align-items:center;gap:8px}\n  .wst-chart .rc .ic{font-size:1.05rem}\n\n  .wst-chart .wst-note{margin-top:22px;font-size:.92rem;color:#2a2a2a;line-height:1.7;background:linear-gradient(135deg,#fffdf5 0%,#fff7e6 100%);border:1px solid #f0e2bd;border-left:5px solid var(--gold);border-radius:14px;padding:16px 18px;box-shadow:0 8px 20px rgba(212,175,55,.10)}\n  .wst-chart .wst-note .ni{margin-right:6px}\n\n  @media (max-width:480px){\n    .wst-chart{padding:26px 16px 30px}\n    .wst-chart .wst-title{font-size:1.55rem}\n    .wst-chart th,.wst-chart td{padding:13px 8px;font-size:.9rem}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wst-chart\"\u003e\n  \u003cdiv class=\"wst-head\"\u003e\n    \u003cdiv class=\"wst-kicker\"\u003eWaist Blouse\u003c\/div\u003e\n    \u003ch2 class=\"wst-title\"\u003eSize Chart\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"wst-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMeasurement\u003c\/th\u003e\n        \u003cth\u003eSize S\/M\u003c\/th\u003e\n        \u003cth\u003eSize L\/XL\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e Chest Width\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e48 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e52 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e Front Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e66 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003e\u003cspan class=\"rc\"\u003e\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e Back Length\u003c\/span\u003e\u003c\/th\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003ctd\u003e68 \u003cspan class=\"u\"\u003ecm\u003c\/span\u003e\n\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"wst-note\"\u003e\n    \u003cspan class=\"ni\"\u003e✨\u003c\/span\u003eThe back is slightly longer than the front (graduated hem). All measurements are taken on the garment itself. Please review them carefully to ensure the perfect fit.\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ Cotton Poplin","offer_id":53111074849131,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Cotton Poplin","offer_id":53116585869675,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/11_3.png?v=1784923951"},{"product_id":"product-12","title":"Fluffy Blouse-Burgundy","description":"\u003cstyle\u003e\n  .rf-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .rf-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  .rf-size-guide .rf-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .rf-size-guide .rf-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .rf-size-guide .rf-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .rf-size-guide .rf-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .rf-size-guide .rf-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  .rf-size-guide #rf-size-m:checked ~ .rf-toggle label[for=\"rf-size-m\"],\n  .rf-size-guide #rf-size-l:checked ~ .rf-toggle label[for=\"rf-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .rf-size-guide .rf-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .rf-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .rf-size-guide .rf-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .rf-size-guide .rf-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .rf-size-guide .rf-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;max-width:460px;margin-left:auto;margin-right:auto}\n  .rf-size-guide .rf-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  .rf-size-guide .rf-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .rf-size-guide .rf-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .rf-size-guide .rf-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .rf-size-guide .rf-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  .rf-size-guide .v-l{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-m,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-m{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-l,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-l{display:inline}\n\n  .rf-size-guide .rf-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  .rf-size-guide .rf-note .rf-note-ic{font-size:1.1rem;margin-right:6px}\n  .rf-size-guide .rf-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){.rf-size-guide .rf-stats{grid-template-columns:1fr}.rf-size-guide .rf-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .rf-size-guide .rf-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:rfDraw 1.1s ease forwards}\n    .rf-size-guide .rf-fade{opacity:0;animation:rfFade .7s ease .5s forwards}\n    @keyframes rfDraw{to{stroke-dashoffset:0}}\n    @keyframes rfFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rf-size-guide\"\u003e\n\u003cinput checked class=\"rf-radio\" id=\"rf-size-m\" name=\"rf-size\" type=\"radio\"\u003e \u003cinput class=\"rf-radio\" id=\"rf-size-l\" name=\"rf-size\" type=\"radio\"\u003e\n\u003cdiv class=\"rf-kicker\"\u003eRuffle Blouse\u003c\/div\u003e\n\u003ch2 class=\"rf-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"rf-toggle\"\u003e\n\u003clabel for=\"rf-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"rf-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-stage\"\u003e\u003csvg aria-label=\"Ruffle 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=\"rfBody\"\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=\"rfShadow\"\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=\"rfArrow\"\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      \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               C334 300 332 380 338 470\n               L222 470\n               C228 380 226 300 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(#rfBody)\" filter=\"url(#rfShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M222 470\n               Q230 506 246 478 Q262 506 278 478 Q294 506 310 478 Q326 506 338 470\n               L338 470 L222 470 Z\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"#1f1f1f\" fill=\"#fafafa\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M236 478 Q238 492 240 482 M268 478 Q270 492 272 482 M300 478 Q302 492 304 482\" stroke-width=\"1.4\" stroke=\"#cfcfcf\" fill=\"none\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M280 132\n               C292 200 268 220 280 280\n               C292 340 268 360 280 430\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cg stroke-width=\"1.3\" stroke=\"#d2d2d2\"\u003e\n        \u003cline y2=\"170\" x2=\"290\" y1=\"170\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"215\" x2=\"290\" y1=\"215\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"260\" x2=\"290\" y1=\"260\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"305\" x2=\"290\" y1=\"305\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"350\" x2=\"290\" y1=\"350\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"395\" x2=\"290\" y1=\"395\" x1=\"270\"\u003e\u003c\/line\u003e\n      \u003c\/g\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(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-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=\"rf-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"rf-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e48\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e53\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=\"232\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"88\" y=\"282\" x=\"66\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"110\" class=\"rf-dimlabel\"\u003eLENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"110\" class=\"rf-dimtext\"\u003e65 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"rf-stats\"\u003e\n\u003cdiv class=\"rf-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\"\u003e48\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e53\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eLength\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e65 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-note\"\u003e\n\u003cspan class=\"rf-note-ic\"\u003e✨\u003c\/span\u003eAll 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 \/ ‏    Cotton Crush","offer_id":53111083762027,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ ‏    Cotton Crush","offer_id":53116585902443,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/FluffyBlouse-2.png?v=1782420288"},{"product_id":"product-14","title":"Fluffy Blouse-Sunshine","description":"\u003cstyle\u003e\n  .rf-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .rf-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  .rf-size-guide .rf-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .rf-size-guide .rf-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .rf-size-guide .rf-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .rf-size-guide .rf-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .rf-size-guide .rf-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  .rf-size-guide #rf-size-m:checked ~ .rf-toggle label[for=\"rf-size-m\"],\n  .rf-size-guide #rf-size-l:checked ~ .rf-toggle label[for=\"rf-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .rf-size-guide .rf-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .rf-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .rf-size-guide .rf-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .rf-size-guide .rf-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .rf-size-guide .rf-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;max-width:460px;margin-left:auto;margin-right:auto}\n  .rf-size-guide .rf-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  .rf-size-guide .rf-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .rf-size-guide .rf-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .rf-size-guide .rf-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .rf-size-guide .rf-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  .rf-size-guide .v-l{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-m,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-m{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-l,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-l{display:inline}\n\n  .rf-size-guide .rf-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  .rf-size-guide .rf-note .rf-note-ic{font-size:1.1rem;margin-right:6px}\n  .rf-size-guide .rf-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){.rf-size-guide .rf-stats{grid-template-columns:1fr}.rf-size-guide .rf-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .rf-size-guide .rf-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:rfDraw 1.1s ease forwards}\n    .rf-size-guide .rf-fade{opacity:0;animation:rfFade .7s ease .5s forwards}\n    @keyframes rfDraw{to{stroke-dashoffset:0}}\n    @keyframes rfFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rf-size-guide\"\u003e\n\u003cinput checked class=\"rf-radio\" id=\"rf-size-m\" name=\"rf-size\" type=\"radio\"\u003e \u003cinput class=\"rf-radio\" id=\"rf-size-l\" name=\"rf-size\" type=\"radio\"\u003e\n\u003cdiv class=\"rf-kicker\"\u003eRuffle Blouse\u003c\/div\u003e\n\u003ch2 class=\"rf-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"rf-toggle\"\u003e\n\u003clabel for=\"rf-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"rf-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-stage\"\u003e\u003csvg aria-label=\"Ruffle 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=\"rfBody\"\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=\"rfShadow\"\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=\"rfArrow\"\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      \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               C334 300 332 380 338 470\n               L222 470\n               C228 380 226 300 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(#rfBody)\" filter=\"url(#rfShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M222 470\n               Q230 506 246 478 Q262 506 278 478 Q294 506 310 478 Q326 506 338 470\n               L338 470 L222 470 Z\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"#1f1f1f\" fill=\"#fafafa\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M236 478 Q238 492 240 482 M268 478 Q270 492 272 482 M300 478 Q302 492 304 482\" stroke-width=\"1.4\" stroke=\"#cfcfcf\" fill=\"none\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M280 132\n               C292 200 268 220 280 280\n               C292 340 268 360 280 430\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cg stroke-width=\"1.3\" stroke=\"#d2d2d2\"\u003e\n        \u003cline y2=\"170\" x2=\"290\" y1=\"170\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"215\" x2=\"290\" y1=\"215\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"260\" x2=\"290\" y1=\"260\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"305\" x2=\"290\" y1=\"305\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"350\" x2=\"290\" y1=\"350\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"395\" x2=\"290\" y1=\"395\" x1=\"270\"\u003e\u003c\/line\u003e\n      \u003c\/g\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(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-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=\"rf-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"rf-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e48\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e53\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=\"232\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"88\" y=\"282\" x=\"66\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"110\" class=\"rf-dimlabel\"\u003eLENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"110\" class=\"rf-dimtext\"\u003e65 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"rf-stats\"\u003e\n\u003cdiv class=\"rf-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\"\u003e48\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e53\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eLength\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e65 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-note\"\u003e\n\u003cspan class=\"rf-note-ic\"\u003e✨\u003c\/span\u003eAll 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 \/ ‏    Cotton Crush","offer_id":53111099556203,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ ‏    Cotton Crush","offer_id":53117273538923,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-219.jpg?v=1779358452"},{"product_id":"product-15","title":"Fluffy Blouse-White","description":"\u003cstyle\u003e\n  .rf-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .rf-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  .rf-size-guide .rf-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .rf-size-guide .rf-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .rf-size-guide .rf-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .rf-size-guide .rf-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .rf-size-guide .rf-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  .rf-size-guide #rf-size-m:checked ~ .rf-toggle label[for=\"rf-size-m\"],\n  .rf-size-guide #rf-size-l:checked ~ .rf-toggle label[for=\"rf-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .rf-size-guide .rf-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .rf-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .rf-size-guide .rf-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .rf-size-guide .rf-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .rf-size-guide .rf-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;max-width:460px;margin-left:auto;margin-right:auto}\n  .rf-size-guide .rf-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  .rf-size-guide .rf-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .rf-size-guide .rf-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .rf-size-guide .rf-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .rf-size-guide .rf-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  .rf-size-guide .v-l{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-m,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-m{display:none}\n  .rf-size-guide #rf-size-l:checked ~ .rf-stage .v-l,\n  .rf-size-guide #rf-size-l:checked ~ .rf-stats .v-l{display:inline}\n\n  .rf-size-guide .rf-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  .rf-size-guide .rf-note .rf-note-ic{font-size:1.1rem;margin-right:6px}\n  .rf-size-guide .rf-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){.rf-size-guide .rf-stats{grid-template-columns:1fr}.rf-size-guide .rf-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .rf-size-guide .rf-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:rfDraw 1.1s ease forwards}\n    .rf-size-guide .rf-fade{opacity:0;animation:rfFade .7s ease .5s forwards}\n    @keyframes rfDraw{to{stroke-dashoffset:0}}\n    @keyframes rfFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rf-size-guide\"\u003e\n\u003cinput checked class=\"rf-radio\" id=\"rf-size-m\" name=\"rf-size\" type=\"radio\"\u003e \u003cinput class=\"rf-radio\" id=\"rf-size-l\" name=\"rf-size\" type=\"radio\"\u003e\n\u003cdiv class=\"rf-kicker\"\u003eRuffle Blouse\u003c\/div\u003e\n\u003ch2 class=\"rf-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"rf-toggle\"\u003e\n\u003clabel for=\"rf-size-m\"\u003eSize M\u003c\/label\u003e \u003clabel for=\"rf-size-l\"\u003eSize L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-stage\"\u003e\u003csvg aria-label=\"Ruffle 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=\"rfBody\"\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=\"rfShadow\"\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=\"rfArrow\"\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      \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               C334 300 332 380 338 470\n               L222 470\n               C228 380 226 300 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(#rfBody)\" filter=\"url(#rfShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M222 470\n               Q230 506 246 478 Q262 506 278 478 Q294 506 310 478 Q326 506 338 470\n               L338 470 L222 470 Z\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"#1f1f1f\" fill=\"#fafafa\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M236 478 Q238 492 240 482 M268 478 Q270 492 272 482 M300 478 Q302 492 304 482\" stroke-width=\"1.4\" stroke=\"#cfcfcf\" fill=\"none\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath d=\"M280 132\n               C292 200 268 220 280 280\n               C292 340 268 360 280 430\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#bdbdbd\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003cg stroke-width=\"1.3\" stroke=\"#d2d2d2\"\u003e\n        \u003cline y2=\"170\" x2=\"290\" y1=\"170\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"215\" x2=\"290\" y1=\"215\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"260\" x2=\"290\" y1=\"260\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"305\" x2=\"290\" y1=\"305\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"350\" x2=\"290\" y1=\"350\" x1=\"270\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"395\" x2=\"290\" y1=\"395\" x1=\"270\"\u003e\u003c\/line\u003e\n      \u003c\/g\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(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-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=\"rf-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"rf-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e48\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e53\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=\"232\" y1=\"492\" x1=\"112\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#rfArrow)\" marker-start=\"url(#rfArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"rf-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"rf-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"88\" y=\"282\" x=\"66\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"295\" x=\"110\" class=\"rf-dimlabel\"\u003eLENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"110\" class=\"rf-dimtext\"\u003e65 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"rf-stats\"\u003e\n\u003cdiv class=\"rf-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\"\u003e48\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e53\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-card\"\u003e\n\u003cspan class=\"ic\"\u003e👚\u003c\/span\u003e \u003cspan class=\"lb\"\u003eLength\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e65 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rf-note\"\u003e\n\u003cspan class=\"rf-note-ic\"\u003e✨\u003c\/span\u003eAll 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 \/ ‏    Cotton Crush","offer_id":53111106306411,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ ‏    Cotton Crush","offer_id":53116587082091,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/FluffyBlouse-13.webp?v=1784459838"},{"product_id":"product-16","title":"Linen Pure Shirt-White","description":"\u003cstyle\u003e\n  .pure-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .pure-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--line:#cfcfcf;--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  \/* hidden radio controls *\/\n  .pure-size-guide .ps-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .pure-size-guide .ps-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .pure-size-guide .ps-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .pure-size-guide .ps-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .pure-size-guide .ps-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  \/* active button driven by the checked radio *\/\n  .pure-size-guide #ps-size-m:checked ~ .ps-toggle label[for=\"ps-size-m\"],\n  .pure-size-guide #ps-size-l:checked ~ .ps-toggle label[for=\"ps-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .pure-size-guide .ps-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .pure-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .pure-size-guide .ps-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .pure-size-guide .ps-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .pure-size-guide .ps-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .pure-size-guide .ps-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  .pure-size-guide .ps-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .pure-size-guide .ps-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .pure-size-guide .ps-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .pure-size-guide .ps-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  .pure-size-guide .v-l{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-m,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-m{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-l,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-l{display:inline}\n\n  .pure-size-guide .ps-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  .pure-size-guide .ps-note .ps-note-ic{font-size:1.1rem;margin-right:6px}\n  .pure-size-guide .ps-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){.pure-size-guide .ps-stats{grid-template-columns:1fr}.pure-size-guide .ps-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .pure-size-guide .ps-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:psDraw 1.1s ease forwards}\n    .pure-size-guide .ps-fade{opacity:0;animation:psFade .7s ease .5s forwards}\n    @keyframes psDraw{to{stroke-dashoffset:0}}\n    @keyframes psFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pure-size-guide\"\u003e\n\u003c!-- size state (CSS-only). M checked by default --\u003e \u003cinput checked class=\"ps-radio\" id=\"ps-size-m\" name=\"ps-size\" type=\"radio\"\u003e \u003cinput class=\"ps-radio\" id=\"ps-size-l\" name=\"ps-size\" type=\"radio\"\u003e\n\u003cdiv class=\"ps-kicker\"\u003ePure Shirt\u003c\/div\u003e\n\u003ch2 class=\"ps-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"ps-toggle\"\u003e\n\u003clabel for=\"ps-size-m\"\u003eS\/M\u003c\/label\u003e \u003clabel for=\"ps-size-l\"\u003eL\/XL\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stage\"\u003e\u003csvg aria-label=\"Shirt 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=\"psBody\"\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=\"psShadow\"\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=\"psArrow\"\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      \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      \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(#psBody)\" filter=\"url(#psShadow)\"\u003e\u003c\/path\u003e\n\n      \u003cg stroke-linecap=\"round\" opacity=\"0.7\" fill=\"none\" stroke-width=\"1.6\" stroke=\"#c9c9c9\"\u003e\n        \u003cpath d=\"M280 150 Q274 300 284 466\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M238 250 Q250 340 244 450\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M322 250 Q312 340 318 452\"\u003e\u003c\/path\u003e\n      \u003c\/g\u003e\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"ps-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e54\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e60\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"ps-dimtext\"\u003e70 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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"ps-dimtext\"\u003e76 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-stats\"\u003e\n\u003cdiv class=\"ps-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\"\u003e54\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e60\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e👕\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e76 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-note\"\u003e\n\u003cspan class=\"ps-note-ic\"\u003e✨\u003c\/span\u003eFabric: \u003cmark\u003ePure Linen\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). Model wears the \u003cmark\u003eFirst Size (S\/M)\u003c\/mark\u003e. Please review the measurements to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111109583211,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ linen pure","offer_id":53116587311467,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/Linen-4.webp?v=1784456774"},{"product_id":"product-17","title":"Linen Pure Shirt-Powder Pink","description":"\u003cstyle\u003e\n  .pure-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .pure-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--line:#cfcfcf;--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  \/* hidden radio controls *\/\n  .pure-size-guide .ps-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .pure-size-guide .ps-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .pure-size-guide .ps-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .pure-size-guide .ps-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .pure-size-guide .ps-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  \/* active button driven by the checked radio *\/\n  .pure-size-guide #ps-size-m:checked ~ .ps-toggle label[for=\"ps-size-m\"],\n  .pure-size-guide #ps-size-l:checked ~ .ps-toggle label[for=\"ps-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .pure-size-guide .ps-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .pure-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .pure-size-guide .ps-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .pure-size-guide .ps-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .pure-size-guide .ps-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .pure-size-guide .ps-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  .pure-size-guide .ps-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .pure-size-guide .ps-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .pure-size-guide .ps-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .pure-size-guide .ps-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  .pure-size-guide .v-l{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-m,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-m{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-l,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-l{display:inline}\n\n  .pure-size-guide .ps-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  .pure-size-guide .ps-note .ps-note-ic{font-size:1.1rem;margin-right:6px}\n  .pure-size-guide .ps-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){.pure-size-guide .ps-stats{grid-template-columns:1fr}.pure-size-guide .ps-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .pure-size-guide .ps-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:psDraw 1.1s ease forwards}\n    .pure-size-guide .ps-fade{opacity:0;animation:psFade .7s ease .5s forwards}\n    @keyframes psDraw{to{stroke-dashoffset:0}}\n    @keyframes psFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pure-size-guide\"\u003e\n\u003c!-- size state (CSS-only). M checked by default --\u003e \u003cinput type=\"radio\" name=\"ps-size\" id=\"ps-size-m\" class=\"ps-radio\" checked\u003e \u003cinput type=\"radio\" name=\"ps-size\" id=\"ps-size-l\" class=\"ps-radio\"\u003e\n\u003cdiv class=\"ps-kicker\"\u003ePure Shirt\u003c\/div\u003e\n\u003ch2 class=\"ps-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv class=\"ps-toggle\" role=\"tablist\"\u003e\n\u003clabel for=\"ps-size-m\"\u003eS\/M\u003c\/label\u003e \u003clabel for=\"ps-size-l\"\u003eL\/XL\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stage\"\u003e\u003csvg viewbox=\"0 0 560 640\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-label=\"Shirt measurement diagram\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient id=\"psBody\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\"\u003e\n          \u003cstop offset=\"0\" stop-color=\"#ffffff\"\u003e\u003c\/stop\u003e\n          \u003cstop offset=\"0.55\" stop-color=\"#f3f3f3\"\u003e\u003c\/stop\u003e\n          \u003cstop offset=\"1\" stop-color=\"#e3e3e3\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003cfilter id=\"psShadow\" x=\"-20%\" y=\"-20%\" width=\"140%\" height=\"140%\"\u003e\n          \u003cfedropshadow dx=\"0\" dy=\"10\" stddeviation=\"12\" flood-color=\"#000\" flood-opacity=\"0.14\"\u003e\u003c\/fedropshadow\u003e\n        \u003c\/filter\u003e\n        \u003cmarker id=\"psArrow\" markerwidth=\"9\" markerheight=\"9\" refx=\"4.5\" refy=\"4.5\" orient=\"auto\"\u003e\n          \u003cpath d=\"M1 1 L8 4.5 L1 8 Z\" fill=\"#121212\"\u003e\u003c\/path\u003e\n        \u003c\/marker\u003e\n      \u003c\/defs\u003e\n\n      \u003cellipse cx=\"280\" cy=\"585\" rx=\"150\" ry=\"18\" fill=\"#000\" opacity=\"0.07\"\u003e\u003c\/ellipse\u003e\n\n      \u003cpath d=\"M188 474 Q280 558 372 474\" fill=\"none\" stroke=\"#9a9a9a\" stroke-width=\"2\" stroke-dasharray=\"7 6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n      \u003cpath filter=\"url(#psShadow)\" fill=\"url(#psBody)\" stroke=\"#1f1f1f\" stroke-width=\"2.4\" stroke-linejoin=\"round\" 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\"\u003e\u003c\/path\u003e\n\n      \u003cg stroke=\"#c9c9c9\" stroke-width=\"1.6\" fill=\"none\" opacity=\"0.7\" stroke-linecap=\"round\"\u003e\n        \u003cpath d=\"M280 150 Q274 300 284 466\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M238 250 Q250 340 244 450\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M322 250 Q312 340 318 452\"\u003e\u003c\/path\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline x1=\"226\" y1=\"244\" x2=\"226\" y2=\"262\" stroke=\"#121212\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"334\" y1=\"244\" x2=\"334\" y2=\"262\" stroke=\"#121212\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n        \u003cline class=\"ps-draw\" x1=\"226\" y1=\"253\" x2=\"334\" y2=\"253\" stroke=\"#121212\" stroke-width=\"1.8\" marker-start=\"url(#psArrow)\" marker-end=\"url(#psArrow)\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-fade\"\u003e\n          \u003crect x=\"246\" y=\"216\" width=\"68\" height=\"30\" rx=\"8\" fill=\"#fff\" stroke=\"#e2e2e2\"\u003e\u003c\/rect\u003e\n          \u003ctext class=\"ps-dimlabel\" x=\"280\" y=\"227\" text-anchor=\"middle\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext class=\"ps-dimtext\" x=\"280\" y=\"240\" text-anchor=\"middle\"\u003e\u003ctspan class=\"v-m\"\u003e54\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e60\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline x1=\"112\" y1=\"104\" x2=\"224\" y2=\"104\" stroke=\"#9a9a9a\" stroke-width=\"1.2\" stroke-dasharray=\"4 4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"112\" y1=\"492\" x2=\"196\" y2=\"492\" stroke=\"#9a9a9a\" stroke-width=\"1.2\" stroke-dasharray=\"4 4\"\u003e\u003c\/line\u003e\n        \u003cline class=\"ps-draw\" x1=\"112\" y1=\"104\" x2=\"112\" y2=\"492\" stroke=\"#121212\" stroke-width=\"1.8\" marker-start=\"url(#psArrow)\" marker-end=\"url(#psArrow)\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-fade\"\u003e\n          \u003crect x=\"62\" y=\"282\" width=\"92\" height=\"34\" rx=\"9\" fill=\"#fff\" stroke=\"#e2e2e2\"\u003e\u003c\/rect\u003e\n          \u003ctext class=\"ps-dimlabel\" x=\"108\" y=\"295\" text-anchor=\"middle\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext class=\"ps-dimtext\" x=\"108\" y=\"309\" text-anchor=\"middle\"\u003e70 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline x1=\"336\" y1=\"104\" x2=\"448\" y2=\"104\" stroke=\"#9a9a9a\" stroke-width=\"1.2\" stroke-dasharray=\"4 4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"360\" y1=\"540\" x2=\"448\" y2=\"540\" stroke=\"#9a9a9a\" stroke-width=\"1.2\" stroke-dasharray=\"4 4\"\u003e\u003c\/line\u003e\n        \u003cline class=\"ps-draw\" x1=\"448\" y1=\"104\" x2=\"448\" y2=\"540\" stroke=\"#121212\" stroke-width=\"1.8\" marker-start=\"url(#psArrow)\" marker-end=\"url(#psArrow)\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-fade\"\u003e\n          \u003crect x=\"406\" y=\"300\" width=\"92\" height=\"34\" rx=\"9\" fill=\"#fff\" stroke=\"#e2e2e2\"\u003e\u003c\/rect\u003e\n          \u003ctext class=\"ps-dimlabel\" x=\"452\" y=\"313\" text-anchor=\"middle\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext class=\"ps-dimtext\" x=\"452\" y=\"327\" text-anchor=\"middle\"\u003e76 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-stats\"\u003e\n\u003cdiv class=\"ps-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\"\u003e54\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e60\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e👕\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e76 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-note\"\u003e\n\u003cspan class=\"ps-note-ic\"\u003e✨\u003c\/span\u003eFabric: \u003cmark\u003ePure Linen\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). Model wears the \u003cmark\u003eFirst Size (S\/M)\u003c\/mark\u003e. Please review the measurements to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111128457579,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL \/ linen pure","offer_id":53117273080171,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-36.jpg?v=1779198816"},{"product_id":"product-18","title":"Linen Pure Shirt-Burgundy","description":"\u003cstyle\u003e\n  .pure-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .pure-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--line:#cfcfcf;--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  \/* hidden radio controls *\/\n  .pure-size-guide .ps-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .pure-size-guide .ps-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .pure-size-guide .ps-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .pure-size-guide .ps-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .pure-size-guide .ps-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  \/* active button driven by the checked radio *\/\n  .pure-size-guide #ps-size-m:checked ~ .ps-toggle label[for=\"ps-size-m\"],\n  .pure-size-guide #ps-size-l:checked ~ .ps-toggle label[for=\"ps-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .pure-size-guide .ps-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .pure-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .pure-size-guide .ps-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .pure-size-guide .ps-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .pure-size-guide .ps-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .pure-size-guide .ps-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  .pure-size-guide .ps-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .pure-size-guide .ps-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .pure-size-guide .ps-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .pure-size-guide .ps-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  .pure-size-guide .v-l{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-m,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-m{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-l,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-l{display:inline}\n\n  .pure-size-guide .ps-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  .pure-size-guide .ps-note .ps-note-ic{font-size:1.1rem;margin-right:6px}\n  .pure-size-guide .ps-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){.pure-size-guide .ps-stats{grid-template-columns:1fr}.pure-size-guide .ps-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .pure-size-guide .ps-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:psDraw 1.1s ease forwards}\n    .pure-size-guide .ps-fade{opacity:0;animation:psFade .7s ease .5s forwards}\n    @keyframes psDraw{to{stroke-dashoffset:0}}\n    @keyframes psFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pure-size-guide\"\u003e\n\u003c!-- size state (CSS-only). M checked by default --\u003e \u003cinput checked class=\"ps-radio\" id=\"ps-size-m\" name=\"ps-size\" type=\"radio\"\u003e \u003cinput class=\"ps-radio\" id=\"ps-size-l\" name=\"ps-size\" type=\"radio\"\u003e\n\u003cdiv class=\"ps-kicker\"\u003ePure Shirt\u003c\/div\u003e\n\u003ch2 class=\"ps-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"ps-toggle\"\u003e\n\u003clabel for=\"ps-size-m\"\u003eS\/M\u003c\/label\u003e \u003clabel for=\"ps-size-l\"\u003eL\/XL\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stage\"\u003e\u003csvg aria-label=\"Shirt 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=\"psBody\"\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=\"psShadow\"\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=\"psArrow\"\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      \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      \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(#psBody)\" filter=\"url(#psShadow)\"\u003e\u003c\/path\u003e\n\n      \u003cg stroke-linecap=\"round\" opacity=\"0.7\" fill=\"none\" stroke-width=\"1.6\" stroke=\"#c9c9c9\"\u003e\n        \u003cpath d=\"M280 150 Q274 300 284 466\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M238 250 Q250 340 244 450\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M322 250 Q312 340 318 452\"\u003e\u003c\/path\u003e\n      \u003c\/g\u003e\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"ps-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e54\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e60\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"ps-dimtext\"\u003e70 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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"ps-dimtext\"\u003e76 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-stats\"\u003e\n\u003cdiv class=\"ps-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\"\u003e54\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e60\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e👕\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e76 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-note\"\u003e\n\u003cspan class=\"ps-note-ic\"\u003e✨\u003c\/span\u003eFabric: \u003cmark\u003ePure Linen\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). Model wears the \u003cmark\u003eFirst Size (S\/M)\u003c\/mark\u003e. Please review the measurements to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M \/ linen pure","offer_id":53111133995371,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ linen pure","offer_id":53116588196203,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-16.jpg?v=1779198708"},{"product_id":"product-19","title":"Linen Pure Shirt-Muted Green","description":"\u003cstyle\u003e\n  .pure-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .pure-size-guide{\n    --ink:#121212;--muted:#6a6a6a;--line:#cfcfcf;--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  \/* hidden radio controls *\/\n  .pure-size-guide .ps-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .pure-size-guide .ps-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .pure-size-guide .ps-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .pure-size-guide .ps-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .pure-size-guide .ps-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  \/* active button driven by the checked radio *\/\n  .pure-size-guide #ps-size-m:checked ~ .ps-toggle label[for=\"ps-size-m\"],\n  .pure-size-guide #ps-size-l:checked ~ .ps-toggle label[for=\"ps-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .pure-size-guide .ps-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .pure-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .pure-size-guide .ps-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .pure-size-guide .ps-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .pure-size-guide .ps-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .pure-size-guide .ps-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  .pure-size-guide .ps-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .pure-size-guide .ps-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .pure-size-guide .ps-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .pure-size-guide .ps-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  .pure-size-guide .v-l{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-m,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-m{display:none}\n  .pure-size-guide #ps-size-l:checked ~ .ps-stage .v-l,\n  .pure-size-guide #ps-size-l:checked ~ .ps-stats .v-l{display:inline}\n\n  .pure-size-guide .ps-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  .pure-size-guide .ps-note .ps-note-ic{font-size:1.1rem;margin-right:6px}\n  .pure-size-guide .ps-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){.pure-size-guide .ps-stats{grid-template-columns:1fr}.pure-size-guide .ps-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .pure-size-guide .ps-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:psDraw 1.1s ease forwards}\n    .pure-size-guide .ps-fade{opacity:0;animation:psFade .7s ease .5s forwards}\n    @keyframes psDraw{to{stroke-dashoffset:0}}\n    @keyframes psFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pure-size-guide\"\u003e\n\u003c!-- size state (CSS-only). M checked by default --\u003e \u003cinput checked class=\"ps-radio\" id=\"ps-size-m\" name=\"ps-size\" type=\"radio\"\u003e \u003cinput class=\"ps-radio\" id=\"ps-size-l\" name=\"ps-size\" type=\"radio\"\u003e\n\u003cdiv class=\"ps-kicker\"\u003ePure Shirt\u003c\/div\u003e\n\u003ch2 class=\"ps-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"ps-toggle\"\u003e\n\u003clabel for=\"ps-size-m\"\u003eS\/M\u003c\/label\u003e \u003clabel for=\"ps-size-l\"\u003eL\/XL\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stage\"\u003e\u003csvg aria-label=\"Shirt 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=\"psBody\"\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=\"psShadow\"\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=\"psArrow\"\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      \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      \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(#psBody)\" filter=\"url(#psShadow)\"\u003e\u003c\/path\u003e\n\n      \u003cg stroke-linecap=\"round\" opacity=\"0.7\" fill=\"none\" stroke-width=\"1.6\" stroke=\"#c9c9c9\"\u003e\n        \u003cpath d=\"M280 150 Q274 300 284 466\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M238 250 Q250 340 244 450\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M322 250 Q312 340 318 452\"\u003e\u003c\/path\u003e\n      \u003c\/g\u003e\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"253\" x2=\"334\" y1=\"253\" x1=\"226\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eCHEST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"240\" x=\"280\" class=\"ps-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e54\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e60\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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"492\" x2=\"112\" y1=\"104\" x1=\"112\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eFRONT LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"309\" x=\"108\" class=\"ps-dimtext\"\u003e70 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(#psArrow)\" marker-start=\"url(#psArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"540\" x2=\"448\" y1=\"104\" x1=\"448\" class=\"ps-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"ps-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=\"ps-dimlabel\"\u003eBACK LENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"327\" x=\"452\" class=\"ps-dimtext\"\u003e76 cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ps-stats\"\u003e\n\u003cdiv class=\"ps-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\"\u003e54\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e60\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e👕\u003c\/span\u003e \u003cspan class=\"lb\"\u003eFront Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBack Length\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e76 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-note\"\u003e\n\u003cspan class=\"ps-note-ic\"\u003e✨\u003c\/span\u003eFabric: \u003cmark\u003ePure Linen\u003c\/mark\u003e. The back is intentionally longer than the front (graduated hem). Model wears the \u003cmark\u003eFirst Size (S\/M)\u003c\/mark\u003e. Please review the measurements to ensure the perfect fit.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M (55 to 75Kg) \/ linen pure","offer_id":53111151100267,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ linen pure","offer_id":53116588228971,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/Linen-9.webp?v=1784456775"},{"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 (55 to 75Kg) \/ linen pure","offer_id":53111162765675,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ 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 (55 to 75Kg) \/ linen pure","offer_id":53111178101099,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":false},{"title":"L\/XL (75 to 95Kg) \/ linen pure","offer_id":53117270589803,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":false}],"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 (55 to 75Kg) \/ linen pure","offer_id":53111188717931,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ 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"},{"product_id":"product-23","title":"Baby Fit Shirt-White","description":"\u003cdiv style=\"font-family: var(--font-sans); padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 500; margin: 0px 0px 8px; color: var(--color-text-primary); text-align: left;\"\u003eBaby Fit Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: var(--color-text-secondary); margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B8B8B0; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eCookie Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5C842; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eSunshine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #ED93B1; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eBaby Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M (55 to 75Kg) \/ Cotton Poplin","offer_id":53111197237611,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ Cotton Poplin","offer_id":53116588589419,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/FeditSickuals-127.jpg?v=1779360146"},{"product_id":"product-24","title":"Baby Fit Shirt-Cookie Grey","description":"\u003cdiv style=\"font-family: var(--font-sans); padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 500; margin: 0px 0px 8px; color: var(--color-text-primary); text-align: left;\"\u003eBaby Fit Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: var(--color-text-secondary); margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B8B8B0; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eCookie Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5C842; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eSunshine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #ED93B1; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eBaby Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M (55 to 75Kg) \/ Cotton Poplin","offer_id":53111203496299,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ Cotton Poplin","offer_id":53117270884715,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-453.jpg?v=1779187866"},{"product_id":"product-25","title":"Baby Fit Shirt-Sunshine","description":"\u003cdiv style=\"font-family: var(--font-sans); padding: 20px 0;\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: 500; margin: 0px 0px 8px; color: var(--color-text-primary); text-align: left;\"\u003eBaby Fit Shirt\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: var(--color-text-secondary); margin: 0;\"\u003eCotton Poplin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable sizes\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eM\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 60 – 65 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 12px 16px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin: 0 0 4px 0; color: var(--color-text-primary);\"\u003eL\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0;\"\u003eFits up to 85 – 90 kg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eAvailable colors\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #FAFAFA; border: 1px solid #ddd; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #B8B8B0; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eCookie Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #F5C842; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eSunshine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; background: var(--color-background-primary); border-radius: var(--border-radius-md); padding: 8px 14px; border: 0.5px solid var(--color-border-tertiary);\"\u003e\n\u003cspan style=\"width: 16px; height: 16px; border-radius: 50%; background: #ED93B1; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 13px; color: var(--color-text-primary);\"\u003eBaby Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 16px 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--color-text-secondary); margin: 0 0 12px 0;\"\u003eFeatures\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003e100% Cotton Poplin fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003eLightweight \u0026amp; breathable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 14px; color: var(--color-text-primary);\"\u003ePerfect for casual \u0026amp; formal looks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"pernova","offers":[{"title":"S\/M (55 to 75Kg) \/ Cotton Poplin","offer_id":53111210836331,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL (75 to 95Kg) \/ Cotton Poplin","offer_id":53117270229355,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F1Sickuals-425.jpg?v=1779188471"},{"product_id":"product-1","title":"Button Charm Shirt-White","description":"\u003cstyle\u003e\n  .mbs-size-guide *{box-sizing:border-box;margin:0;padding:0}\n  .mbs-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  .mbs-size-guide .mbs-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}\n\n  .mbs-size-guide .mbs-kicker{font-size:.78rem;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}\n  .mbs-size-guide .mbs-title{font-size:2rem;font-weight:300;letter-spacing:1.5px;margin-bottom:22px}\n\n  .mbs-size-guide .mbs-toggle{display:inline-flex;background:var(--wash);border:1px solid #e4e4e4;border-radius:50px;padding:5px;gap:4px;margin-bottom:18px}\n  .mbs-size-guide .mbs-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  .mbs-size-guide #mbs-size-m:checked ~ .mbs-toggle label[for=\"mbs-size-m\"],\n  .mbs-size-guide #mbs-size-l:checked ~ .mbs-toggle label[for=\"mbs-size-l\"]{\n    background:linear-gradient(135deg,#000,#2a2a2a);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.22);\n  }\n\n  .mbs-size-guide .mbs-stage{background:var(--paper);border-radius:18px;border:1px solid #efefef;padding:10px 6px 4px;box-shadow:inset 0 1px 0 #fff}\n  .mbs-size-guide svg{width:100%;height:auto;max-width:560px;display:block;margin:0 auto}\n  .mbs-size-guide .mbs-dimtext{font:600 13px\/1 'Segoe UI',sans-serif;fill:var(--ink)}\n  .mbs-size-guide .mbs-dimlabel{font:600 9px\/1 'Segoe UI',sans-serif;letter-spacing:1.5px;fill:var(--muted)}\n\n  .mbs-size-guide .mbs-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}\n  .mbs-size-guide .mbs-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  .mbs-size-guide .mbs-card:hover{transform:translateY(-5px);border-color:#000;box-shadow:0 14px 28px rgba(0,0,0,.10)}\n  .mbs-size-guide .mbs-card .ic{font-size:1.3rem;display:block;margin-bottom:8px}\n  .mbs-size-guide .mbs-card .lb{font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}\n  .mbs-size-guide .mbs-card .vl{font-size:1.15rem;font-weight:700;margin-top:6px;color:var(--ink)}\n\n  \/* ===== value swapping (S\/M default, M\/L on check) — no JS ===== *\/\n  .mbs-size-guide .v-l{display:none}\n  .mbs-size-guide #mbs-size-l:checked ~ .mbs-stage .v-m,\n  .mbs-size-guide #mbs-size-l:checked ~ .mbs-stats .v-m{display:none}\n  .mbs-size-guide #mbs-size-l:checked ~ .mbs-stage .v-l,\n  .mbs-size-guide #mbs-size-l:checked ~ .mbs-stats .v-l{display:inline}\n\n  .mbs-size-guide .mbs-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  .mbs-size-guide .mbs-note .mbs-note-ic{font-size:1.1rem;margin-right:6px}\n  .mbs-size-guide .mbs-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){.mbs-size-guide .mbs-stats{grid-template-columns:1fr}.mbs-size-guide .mbs-title{font-size:1.6rem}}\n\n  @media (prefers-reduced-motion:no-preference){\n    .mbs-size-guide .mbs-draw{stroke-dasharray:600;stroke-dashoffset:600;animation:mbsDraw 1.1s ease forwards}\n    .mbs-size-guide .mbs-fade{opacity:0;animation:mbsFade .7s ease .5s forwards}\n    @keyframes mbsDraw{to{stroke-dashoffset:0}}\n    @keyframes mbsFade{to{opacity:1}}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mbs-size-guide\"\u003e\n\u003cinput checked class=\"mbs-radio\" id=\"mbs-size-m\" name=\"mbs-size\" type=\"radio\"\u003e \u003cinput class=\"mbs-radio\" id=\"mbs-size-l\" name=\"mbs-size\" type=\"radio\"\u003e\n\u003cdiv class=\"mbs-kicker\"\u003eMulti Buttons Shirt\u003c\/div\u003e\n\u003ch2 class=\"mbs-title\"\u003eSize Guide\u003c\/h2\u003e\n\u003cdiv role=\"tablist\" class=\"mbs-toggle\"\u003e\n\u003clabel for=\"mbs-size-m\"\u003eS\/M\u003c\/label\u003e \u003clabel for=\"mbs-size-l\"\u003eM\/L\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mbs-stage\"\u003e\u003csvg aria-label=\"Shirt 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=\"mbsBody\"\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=\"mbsShadow\"\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=\"mbsArrow\"\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=\"mbs-fade\"\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 \u003ctspan class=\"v-m\"\u003e75\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e90\u003c\/tspan\u003e kg\u003c\/text\u003e\n      \u003c\/g\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               C334 300 332 380 336 478\n               L224 478\n               C228 380 226 300 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(#mbsBody)\" filter=\"url(#mbsShadow)\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"#1f1f1f\" fill=\"#ececec\" d=\"M250 100 L280 152 L264 102 Z\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"#1f1f1f\" fill=\"#ececec\" d=\"M310 100 L280 152 L296 102 Z\"\u003e\u003c\/path\u003e\n\n      \n      \u003cline stroke-width=\"1.6\" stroke=\"#bdbdbd\" y2=\"452\" x2=\"280\" y1=\"152\" x1=\"280\"\u003e\u003c\/line\u003e\n      \u003cg stroke-width=\"1.4\" stroke=\"#1f1f1f\" fill=\"#fff\"\u003e\n        \u003ccircle r=\"4.5\" cy=\"178\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"220\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"262\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"304\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"346\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"388\" cx=\"280\"\u003e\u003c\/circle\u003e\n        \u003ccircle r=\"4.5\" cy=\"430\" cx=\"280\"\u003e\u003c\/circle\u003e\n      \u003c\/g\u003e\n\n      \n      \n      \u003cg\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"224\" x2=\"224\" y1=\"206\" x1=\"224\"\u003e\u003c\/line\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"224\" x2=\"336\" y1=\"206\" x1=\"336\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#mbsArrow)\" marker-start=\"url(#mbsArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"215\" x2=\"336\" y1=\"215\" x1=\"224\" class=\"mbs-draw\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"215\" x2=\"394\" y1=\"215\" x1=\"336\"\u003e\u003c\/line\u003e\n        \u003cg class=\"mbs-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"8\" height=\"32\" width=\"96\" y=\"199\" x=\"394\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"211\" x=\"442\" class=\"mbs-dimlabel\"\u003eBUST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"224\" x=\"442\" class=\"mbs-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e92\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e100\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n\n      \n      \u003cg\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"354\" x2=\"238\" y1=\"336\" x1=\"238\"\u003e\u003c\/line\u003e\n        \u003cline stroke-width=\"1.4\" stroke=\"#121212\" y2=\"354\" x2=\"322\" y1=\"336\" x1=\"322\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#mbsArrow)\" marker-start=\"url(#mbsArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"345\" x2=\"322\" y1=\"345\" x1=\"238\" class=\"mbs-draw\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"345\" x2=\"394\" y1=\"345\" x1=\"322\"\u003e\u003c\/line\u003e\n        \u003cg class=\"mbs-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"8\" height=\"32\" width=\"96\" y=\"329\" x=\"394\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"341\" x=\"442\" class=\"mbs-dimlabel\"\u003eWAIST\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"354\" x=\"442\" class=\"mbs-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e80\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e84\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=\"110\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"4 4\" stroke-width=\"1.2\" stroke=\"#9a9a9a\" y2=\"478\" x2=\"224\" y1=\"478\" x1=\"110\"\u003e\u003c\/line\u003e\n        \u003cline marker-end=\"url(#mbsArrow)\" marker-start=\"url(#mbsArrow)\" stroke-width=\"1.8\" stroke=\"#121212\" y2=\"478\" x2=\"110\" y1=\"104\" x1=\"110\" class=\"mbs-draw\"\u003e\u003c\/line\u003e\n        \u003cg class=\"mbs-fade\"\u003e\n          \u003crect stroke=\"#e2e2e2\" fill=\"#fff\" rx=\"9\" height=\"34\" width=\"92\" y=\"274\" x=\"64\"\u003e\u003c\/rect\u003e\n          \u003ctext text-anchor=\"middle\" y=\"287\" x=\"110\" class=\"mbs-dimlabel\"\u003eLENGTH\u003c\/text\u003e\n          \u003ctext text-anchor=\"middle\" y=\"301\" x=\"110\" class=\"mbs-dimtext\"\u003e\u003ctspan class=\"v-m\"\u003e57\u003c\/tspan\u003e\u003ctspan class=\"v-l\"\u003e60\u003c\/tspan\u003e cm\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"mbs-stats\"\u003e\n\u003cdiv class=\"mbs-card\"\u003e\n\u003cspan class=\"ic\"\u003e📐\u003c\/span\u003e \u003cspan class=\"lb\"\u003eBust\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e92\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e100\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mbs-card\"\u003e\n\u003cspan class=\"ic\"\u003e📏\u003c\/span\u003e \u003cspan class=\"lb\"\u003eWaist\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e80\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e84\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mbs-card\"\u003e\n\u003cspan class=\"ic\"\u003e👕\u003c\/span\u003e \u003cspan class=\"lb\"\u003eLength\u003c\/span\u003e\n\u003cdiv class=\"vl\"\u003e\n\u003cspan class=\"v-m\"\u003e57\u003c\/span\u003e\u003cspan class=\"v-l\"\u003e60\u003c\/span\u003e cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mbs-note\"\u003e\n\u003cspan class=\"mbs-note-ic\"\u003e✨\u003c\/span\u003eRecommended weight: \u003cmark\u003eS\/M up to 75 kg\u003c\/mark\u003e · \u003cmark\u003eM\/L up to 90 kg\u003c\/mark\u003e. 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 \/ Poplin","offer_id":53372433465707,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true},{"title":"L\/XL \/ Poplin","offer_id":53432738906475,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/F2Sickuals-133.jpg?v=1779134227"},{"product_id":"product-2","title":"Crinkled Maxi Skirt In White","description":"","brand":"pernova","offers":[{"title":"One Size \/ Cotton Crushed","offer_id":53372432089451,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/SK-39.png?v=1781683699"},{"product_id":"product-3","title":"Crinkled Maxi Skirt In Yellow","description":"","brand":"pernova","offers":[{"title":"One Size \/ Cotton Crushed","offer_id":53372432023915,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/SK-45.png?v=1781683696"},{"product_id":"product-4","title":"Crinkled Maxi Skirt In Black","description":"","brand":"pernova","offers":[{"title":"One Size \/ Cotton Crushed","offer_id":53365616869739,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/SK-30.png?v=1781683689"},{"product_id":"product-5","title":"Crinkled Maxi Skirt In Brown","description":"","brand":"pernova","offers":[{"title":"One Size \/ Cotton Crushed","offer_id":53365619720555,"sku":null,"price":699.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/SK-24.png?v=1781683696"}],"url":"https:\/\/www.pernov-a.com\/collections\/all-products.oembed?page=4","provider":"pernova","version":"1.0","type":"link"}