{"product_id":"bubbly-shirt-lilac","title":"Bubbly Shirt-Lilac","description":"\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026display=swap');\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #343a40;\n            margin: 0;\n            padding: 0;\n            direction: ltr;\n        }\n        \n        .container {\n            max-width: 800px;\n            width: 95%;\n            margin: 10px auto;\n            padding: 10px;\n            overflow: hidden;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            color: #d4af37;\n            margin: 0;\n            padding: 10px 0;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            background: linear-gradient(90deg, transparent, #d4af37, transparent);\n            background-size: 80% 1px;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n            padding-bottom: 15px;\n        }\n        \n        .header h2 {\n            font-size: 1.2rem;\n            color: #6c757d;\n            font-weight: 300;\n            margin-top: 10px;\n        }\n        \n        .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #d4af37, transparent);\n            animation: shimmer 3s infinite;\n        }\n        \n        @keyframes shimmer {\n            0% { background-position: -500px 0; }\n            100% { background-position: 500px 0; }\n        }\n        \n        .product-title {\n            color: #d4af37;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            font-weight: 500;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .product-specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 20px;\n        }\n        \n        .spec {\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .spec h3 {\n            font-size: 0.9rem;\n            color: #6c757d;\n            margin-bottom: 5px;\n            font-weight: 300;\n        }\n        \n        .spec p {\n            font-size: 1.2rem;\n            font-weight: 500;\n            margin: 0;\n            padding: 0;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .spec p:after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: #d4af37;\n            transition: width 0.3s ease;\n        }\n        \n        .spec:hover p:after {\n            width: 100%;\n        }\n        \n        .size-chart {\n            background: rgba(212, 175, 55, 0.1);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n        }\n        \n        .size-chart h3 {\n            font-size: 1.2rem;\n            color: #d4af37;\n            margin-top: 0;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n        \n        .size-table th, .size-table td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n        }\n        \n        .size-table th {\n            background-color: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .size-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-table tr:hover td {\n            background-color: rgba(212, 175, 55, 0.1);\n            transition: background-color 0.3s ease;\n        }\n        \n        .description {\n            line-height: 1.7;\n            margin: 30px 0;\n            color: #495057;\n        }\n        \n        .highlight {\n            color: #d4af37;\n            font-weight: 500;\n        }\n        \n        .cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8a27 100%);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .cta:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: width 0.3s ease;\n            z-index: -1;\n        }\n        \n        .cta:hover:before {\n            width: 100%;\n        }\n        \n        .cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .quality-badge {\n            position: absolute;\n            top: 50px;\n            right: 20px;\n            background: rgba(212, 175, 55, 0.9);\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            transform: rotate(5deg);\n        }\n        \n        .fabric-visual {\n            width: 100%;\n            height: 80px;\n            background: linear-gradient(45deg, #f8f2e9 25%, #efe5d9 25%, #efe5d9 50%, #f8f2e9 50%, #f8f2e9 75%, #efe5d9 75%);\n            background-size: 20px 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            position: relative;\n            overflow: hidden;\n            animation: backgroundMove 15s linear infinite;\n        }\n        \n        @keyframes backgroundMove {\n            0% { background-position: 0 0; }\n            100% { background-position: 100px 100px; }\n        }\n        \n        .fabric-visual:after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to right, rgba(255,255,255,0.7), transparent, rgba(255,255,255,0.7));\n            animation: shine 3s infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .animated-element {\n            animation: float 4s ease-in-out infinite;\n        }\n        \n        .feature-list {\n            margin: 20px 0 25px;\n            font-size: 1.1rem;\n        }\n        \n        .feature {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n        \n        .feature:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n\n        \n        .arabic-section {\n            direction: rtl;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px dashed rgba(212, 175, 55, 0.5);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n                margin: 10px auto;\n                width: 92%;\n            }\n            \n            .header h1 {\n                font-size: 1.7rem;\n            }\n            \n            .header h2 {\n                font-size: 0.95rem;\n            }\n            \n            .product-card {\n                padding: 20px 15px;\n                border-radius: 12px;\n            }\n            \n            .product-title {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n            }\n            \n            .product-specs {\n                gap: 15px;\n                flex-direction: column;\n            }\n            \n            .spec {\n                min-width: 100%;\n            }\n            \n            .spec h3 {\n                font-size: 0.85rem;\n            }\n            \n            .spec p {\n                font-size: 1.1rem;\n            }\n            \n            .size-table th, .size-table td {\n                padding: 10px 5px;\n                font-size: 0.9rem;\n            }\n            \n            .quality-badge {\n                font-size: 0.9rem;\n                padding: 5px 12px;\n                top: 45px;\n                right: 15px;\n            }\n            \n            .cta {\n                padding: 12px 25px;\n                font-size: 0.95rem;\n                width: 100%;\n                text-align: center;\n                margin-bottom: 10px;\n            }\n            \n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n                margin: 20px 0;\n            }\n            \n            .feature-list {\n                margin: 25px 0;\n                font-size: 1.05rem;\n            }\n            \n            .feature {\n                font-size: 1.05rem;\n                margin-bottom: 14px;\n                line-height: 1.5;\n                padding-left: 28px;\n            }\n            \n            .feature:before {\n                font-size: 1.15rem;\n            }\n            \n            .fabric-visual {\n                height: 60px;\n                margin: 15px 0;\n            }\n            \n            .color-options {\n                gap: 12px;\n                margin: 15px 0;\n            }\n            \n            .color-option {\n                width: 25px;\n                height: 25px;\n            }\n            \n            .size-chart {\n                padding: 15px;\n                margin-top: 20px;\n            }\n            \n            .size-chart h3 {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header animated-element\"\u003e\n\u003ch1\u003eBUBBLY SHIRT COLLECTION\u003c\/h1\u003e\n\u003ch2\u003eEffortless Elegance, Timeless Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"quality-badge\"\u003e100% Cotton\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eBubbly Shirt\u003c\/h2\u003e\n\u003cdiv class=\"description\"\u003eFloat through your day in our dreamy Bubbly Shirt, where comfort meets style in a delightful burst of elegance! This ethereal piece is crafted from 100% premium cotton, ensuring \u003cspan class=\"highlight\"\u003ebreathability and softness\u003c\/span\u003e against your skin throughout the day.\u003c\/div\u003e\n\u003cdiv class=\"fabric-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eThe playful design adds a touch of whimsy to your wardrobe while remaining versatile enough to pair with your favorite bottoms. Whether dressed up with elegant pants or styled casually with denim, this shirt creates an instantly polished look.\u003c\/div\u003e\n\u003cdiv class=\"product-specs animated-element\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003ch3\u003eLength\u003c\/h3\u003e\n\u003cp\u003e68 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature\"\u003ePremium 100% cotton fabric for exceptional comfort and breathability\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eUnique bubbly design with subtle texture that adds dimension\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eVersatile style that pairs easily with any bottoms\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003ePerfect 68 cm length for flattering coverage\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003eThoughtfully crafted with attention to every detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWeight (kg)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center; margin-top: 15px; font-size: 0.9rem; color: #6c757d;\"\u003eMake the Bubbly Shirt your go-to piece for effortless elegance all season long!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amina","offers":[{"title":"M \/ Cotton","offer_id":52130345648491,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52130345681259,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2392\/4843\/files\/7S6A6787_11zon.webp?v=1751328238","url":"https:\/\/www.pernov-a.com\/products\/bubbly-shirt-lilac","provider":"pernova","version":"1.0","type":"link"}