{"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","url":"https:\/\/www.pernov-a.com\/products\/mila-cardigan_purple","provider":"pernova","version":"1.0","type":"link"}