{"product_id":"feather-offers","title":"عرض مخدات بديل الريش","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Import Font *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n        \n        \/* Animations *\/\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        @keyframes gradient {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n        \n        @keyframes shine {\n            0% { background-position: -100%; }\n            100% { background-position: 200%; }\n        }\n        \n        @keyframes flipIn {\n            0% { transform: perspective(400px) rotateY(90deg); opacity: 0; }\n            100% { transform: perspective(400px) rotateY(0deg); opacity: 1; }\n        }\n        \n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n            40% { transform: translateY(-20px); }\n            60% { transform: translateY(-10px); }\n        }\n        \n        @keyframes fadeUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @keyframes grow {\n            to { width: 100%; }\n        }\n        \n        \/* Scoped Styles for Pillow Product *\/\n        .pillow-product-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .pillow-product-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .pillow-wrapper {\n            max-width: 900px;\n            margin: 0 auto;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4ecf7 100%);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        \n        .pillow-header {\n            background: linear-gradient(-45deg, #3498db, #2980b9, #1abc9c, #16a085);\n            background-size: 400% 400%;\n            animation: gradient 15s ease infinite;\n            padding: 25px;\n            text-align: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .pillow-header::before {\n            content: \"\";\n            position: absolute;\n            top: -10px;\n            right: 0;\n            width: 100%;\n            height: 10px;\n            background: linear-gradient(45deg, #3498db, transparent, #3498db, transparent);\n            background-size: 200% 100%;\n            animation: shine 3s linear infinite;\n        }\n        \n        .pillow-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n            animation: bounce 5s ease infinite;\n        }\n        \n        .pillow-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .pillow-content {\n            padding: 30px;\n        }\n        \n        .pillow-intro {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: right;\n            line-height: 1.8;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n        }\n        \n        .pillow-intro strong {\n            display: block;\n            color: #2980b9;\n            font-size: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .pillow-section-title {\n            color: #2980b9;\n            font-size: 24px;\n            margin-bottom: 20px;\n            position: relative;\n            display: inline-block;\n            font-weight: 700;\n        }\n        \n        .pillow-section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: -8px;\n            right: 0;\n            height: 3px;\n            width: 0;\n            background: linear-gradient(to left, #3498db, #2ecc71);\n            animation: grow 1s forwards;\n        }\n        \n        .pillow-specs {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 30px;\n        }\n        \n        .pillow-specs li {\n            background: white;\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 15px;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            position: relative;\n            overflow: hidden;\n            border-right: 4px solid transparent;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeUp 0.6s forwards;\n            text-align: right;\n            display: flex;\n            align-items: center;\n        }\n        \n        .pillow-specs li:nth-child(1) { animation-delay: 0.1s; }\n        .pillow-specs li:nth-child(2) { animation-delay: 0.2s; }\n        .pillow-specs li:nth-child(3) { animation-delay: 0.3s; }\n        .pillow-specs li:nth-child(4) { animation-delay: 0.4s; }\n        .pillow-specs li:nth-child(5) { animation-delay: 0.5s; }\n        \n        .pillow-specs li::before {\n            content: \"\";\n            display: inline-block;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #3498db, #2ecc71);\n            border-radius: 50%;\n            margin-left: 15px;\n            color: white;\n            text-align: center;\n            line-height: 40px;\n            font-size: 18px;\n            animation: float 3s ease-in-out infinite;\n            flex-shrink: 0;\n        }\n        \n        .pillow-specs li:nth-child(1)::before { content: \"📏\"; }\n        .pillow-specs li:nth-child(2)::before { content: \"🪶\"; }\n        .pillow-specs li:nth-child(3)::before { content: \"🧵\"; }\n        .pillow-specs li:nth-child(4)::before { content: \"💤\"; }\n        .pillow-specs li:nth-child(5)::before { content: \"👨👩👧👦\"; }\n        \n        .pillow-specs li:hover {\n            transform: translateY(-5px) translateX(5px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n            border-right-color: #3498db;\n        }\n        \n        .pillow-cta {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.6s;\n        }\n        \n        .pillow-cta p {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            background: linear-gradient(to left, #3498db, #2ecc71);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            text-shadow: none;\n        }\n        \n        @media (max-width: 768px) {\n            .pillow-title {\n                font-size: 24px;\n            }\n            \n            .pillow-content {\n                padding: 20px;\n            }\n            \n            .pillow-specs li {\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pillow-product-container\"\u003e\n\u003cdiv class=\"pillow-wrapper\"\u003e\n\u003cdiv class=\"pillow-header\"\u003e\n\u003ch1 class=\"pillow-title\"\u003eالمخدة الفندقية من فلاف بلاف\u003c\/h1\u003e\n\u003cp class=\"pillow-subtitle\"\u003eرفاهية الفنادق الخمس نجوم في منزلك\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillow-content\"\u003e\n\u003cdiv class=\"pillow-intro\"\u003e\n\u003cstrong\u003eاستمتع بنوم هادئ مع المخدة الفندقية من فلاف بلاف\u003c\/strong\u003e\n\u003cp\u003eراحة مثالية ودعم متوازن للرأس والرقبة، علشان تصحى كل يوم منتعش وجاهز تبدأ يومك. المخدة الفندقية المستوردة من فلاف بلاف هي الإضافة الفاخرة اللي تستحقها كل غرفة نوم.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"pillow-section-title\"\u003eالمواصفات\u003c\/h2\u003e\n\u003cul class=\"pillow-specs\"\u003e\n\u003cli\u003eالمقاس: 50 × 70 سم\u003c\/li\u003e\n\u003cli\u003eالحشو: بديل كوري عالي الجودة للريش الطبيعي\u003c\/li\u003e\n\u003cli\u003eالقماش: 300 خيط (TC 300) من القطن الناعم\u003c\/li\u003e\n\u003cli\u003eتمنحك نفس شعور الريش بدون أي حساسية\u003c\/li\u003e\n\u003cli\u003eمناسبة للكبار والأطفال\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pillow-cta\"\u003e\n\u003cp\u003eاختيارك للمخدة دي مش رفاهية… ده استثمار في راحتك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"عرض 2 مخدة بسعر 1199ج بدلاً من 2040","offer_id":46477849952455,"sku":"175534545468a0722ef4134","price":1199.0,"currency_code":"EGP","in_stock":true},{"title":"عرض مخدة بديل ريش بسعر 599ج بدلاً من 1020","offer_id":46604426739911,"sku":null,"price":800.0,"currency_code":"EGP","in_stock":true},{"title":"عرض 3 مخدة + 1 مخدة هديه بسعر 1799 بدلاً من 4080","offer_id":46604426772679,"sku":null,"price":2400.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/ChatGPTImageMay1_2026_02_49_35AM.png?v=1777593384","url":"https:\/\/fluffpuff.store\/products\/feather-offers","provider":"Fluff \u0026 bluff ","version":"1.0","type":"link"}