{"title":"offer's","description":"","products":[{"product_id":"4xpillows-soft","title":"عرض 3 مخدات فندقيه + مخدة هدية","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 Fiber Pillow Product *\/\n        .fiber-pillow-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .fiber-pillow-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-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        .fiber-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        .fiber-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .fiber-content {\n            padding: 30px;\n        }\n        \n        .fiber-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: 2;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            font-size: 17px;\n        }\n        \n        .fiber-intro strong {\n            display: block;\n            color: #2980b9;\n            font-size: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-specs {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 30px;\n        }\n        \n        .fiber-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            font-size: 18px;\n            line-height: 1.8;\n        }\n        \n        .fiber-specs li:nth-child(1) { animation-delay: 0.1s; }\n        .fiber-specs li:nth-child(2) { animation-delay: 0.2s; }\n        .fiber-specs li:nth-child(3) { animation-delay: 0.3s; }\n        .fiber-specs li:nth-child(4) { animation-delay: 0.4s; }\n        .fiber-specs li:nth-child(5) { animation-delay: 0.5s; }\n        \n        .fiber-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: 20px;\n            margin-right: 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        .fiber-specs li:nth-child(1)::before { content: \"📏\"; }\n        .fiber-specs li:nth-child(2)::before { content: \"🛡️\"; }\n        .fiber-specs li:nth-child(3)::before { content: \"✈️\"; }\n        .fiber-specs li:nth-child(4)::before { content: \"📦\"; }\n        .fiber-specs li:nth-child(5)::before { content: \"⚖️\"; }\n        \n        .fiber-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        .fiber-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        .fiber-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            .fiber-title {\n                font-size: 24px;\n            }\n            \n            .fiber-content {\n                padding: 20px;\n            }\n            \n            .fiber-specs li {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"fiber-pillow-container\"\u003e\n\u003cdiv class=\"fiber-wrapper\"\u003e\n\u003cdiv class=\"fiber-header\"\u003e\n\u003ch1 class=\"fiber-title\"\u003eمخدة فندقية فاخرة\u003c\/h1\u003e\n\u003cp class=\"fiber-subtitle\"\u003eراحة فائقة لنوم هانئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fiber-content\"\u003e\n\u003cdiv class=\"fiber-intro\"\u003e\n\u003cstrong\u003eمخدة سوفت ناعم لراحة مثالية في كل وقت\u003c\/strong\u003e\n\u003cp\u003eخامة ناعمه جداً تضمن لك راحة ل رقبتك وظهرك. الأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fiber-section-title\"\u003eالمواصفات\u003c\/h2\u003e\n\u003cul class=\"fiber-specs\"\u003e\n\u003cli\u003eالابعاد :- 50×70 سم\u003c\/li\u003e\n\u003cli\u003eالخامة من الفايبر السوفت الناعم تضمن لك راحة ل رقبتك وظهرك\u003c\/li\u003e\n\u003cli\u003eالأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط\u003c\/li\u003e\n\u003cli\u003eمحتوى العبوة: 4×مخدة\u003c\/li\u003e\n\u003cli\u003eالوزن : 3500جرام تقريباً\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fiber-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":"Default Title","offer_id":45748009894087,"sku":"1762448568690cd4b80b94d","price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/1ws.jpg?v=1771470717"},{"product_id":"4xpillow-soft","title":"عرض 4 مخدات سوفت+ 2 مخدة هدية","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 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 Fiber Pillow Product *\/\n        .fiber-pillow-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .fiber-pillow-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-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        .fiber-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        .fiber-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .fiber-content {\n            padding: 30px;\n        }\n        \n        .fiber-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: 2;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            font-size: 17px;\n        }\n        \n        .fiber-intro strong {\n            display: block;\n            color: #2980b9;\n            font-size: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-specs {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 30px;\n        }\n        \n        .fiber-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            font-size: 18px;\n            line-height: 1.8;\n        }\n        \n        .fiber-specs li:nth-child(1) { animation-delay: 0.1s; }\n        .fiber-specs li:nth-child(2) { animation-delay: 0.2s; }\n        .fiber-specs li:nth-child(3) { animation-delay: 0.3s; }\n        .fiber-specs li:nth-child(4) { animation-delay: 0.4s; }\n        .fiber-specs li:nth-child(5) { animation-delay: 0.5s; }\n        \n        .fiber-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: 20px;\n            margin-right: 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        .fiber-specs li:nth-child(1)::before { content: \"📏\"; }\n        .fiber-specs li:nth-child(2)::before { content: \"🛡️\"; }\n        .fiber-specs li:nth-child(3)::before { content: \"✈️\"; }\n        .fiber-specs li:nth-child(4)::before { content: \"📦\"; }\n        .fiber-specs li:nth-child(5)::before { content: \"⚖️\"; }\n        \n        .fiber-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        .fiber-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        .fiber-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            .fiber-title {\n                font-size: 24px;\n            }\n            \n            .fiber-content {\n                padding: 20px;\n            }\n            \n            .fiber-specs li {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"fiber-pillow-container\"\u003e\n\u003cdiv class=\"fiber-wrapper\"\u003e\n\u003cdiv class=\"fiber-header\"\u003e\n\u003ch1 class=\"fiber-title\"\u003eمخدة فندقية فاخرة\u003c\/h1\u003e\n\u003cp class=\"fiber-subtitle\"\u003eراحة فائقة لنوم هانئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fiber-content\"\u003e\n\u003cdiv class=\"fiber-intro\"\u003e\n\u003cstrong\u003eمخدة سوفت ناعم لراحة مثالية في كل وقت\u003c\/strong\u003e\n\u003cp\u003eخامة ناعمه جداً تضمن لك راحة ل رقبتك وظهرك. الأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fiber-section-title\"\u003eالمواصفات\u003c\/h2\u003e\n\u003cul class=\"fiber-specs\"\u003e\n\u003cli\u003eالابعاد :- 50×70 سم\u003c\/li\u003e\n\u003cli\u003eالخامة من الفايبر السوفت الناعم تضمن لك راحة ل رقبتك وظهرك\u003c\/li\u003e\n\u003cli\u003eالأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط\u003c\/li\u003e\n\u003cli\u003eمحتوى العبوة: 6×مخدة\u003c\/li\u003e\n\u003cli\u003eالوزن : 5000جرام تقريباً\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fiber-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":"Default Title","offer_id":45748014809287,"sku":"1762449034690cd68aad4ce","price":1299.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/121as.jpg?v=1770122664"},{"product_id":"2xpillow-soft","title":"عرض 2 مخدة سوفت","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 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 Fiber Pillow Product *\/\n        .fiber-pillow-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .fiber-pillow-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-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        .fiber-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        .fiber-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .fiber-content {\n            padding: 30px;\n        }\n        \n        .fiber-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: 2;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            font-size: 17px;\n        }\n        \n        .fiber-intro strong {\n            display: block;\n            color: #2980b9;\n            font-size: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .fiber-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        .fiber-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        .fiber-specs {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 30px;\n        }\n        \n        .fiber-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            font-size: 18px;\n            line-height: 1.8;\n        }\n        \n        .fiber-specs li:nth-child(1) { animation-delay: 0.1s; }\n        .fiber-specs li:nth-child(2) { animation-delay: 0.2s; }\n        .fiber-specs li:nth-child(3) { animation-delay: 0.3s; }\n        .fiber-specs li:nth-child(4) { animation-delay: 0.4s; }\n        .fiber-specs li:nth-child(5) { animation-delay: 0.5s; }\n        \n        .fiber-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: 20px;\n            margin-right: 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        .fiber-specs li:nth-child(1)::before { content: \"📏\"; }\n        .fiber-specs li:nth-child(2)::before { content: \"🛡️\"; }\n        .fiber-specs li:nth-child(3)::before { content: \"✈️\"; }\n        .fiber-specs li:nth-child(4)::before { content: \"📦\"; }\n        .fiber-specs li:nth-child(5)::before { content: \"⚖️\"; }\n        \n        .fiber-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        .fiber-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        .fiber-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            .fiber-title {\n                font-size: 24px;\n            }\n            \n            .fiber-content {\n                padding: 20px;\n            }\n            \n            .fiber-specs li {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"fiber-pillow-container\"\u003e\n\u003cdiv class=\"fiber-wrapper\"\u003e\n\u003cdiv class=\"fiber-header\"\u003e\n\u003ch1 class=\"fiber-title\"\u003eمخدة فندقية فاخرة\u003c\/h1\u003e\n\u003cp class=\"fiber-subtitle\"\u003eراحة فائقة لنوم هانئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fiber-content\"\u003e\n\u003cdiv class=\"fiber-intro\"\u003e\n\u003cstrong\u003eمخدة سوفت ناعم لراحة مثالية في كل وقت\u003c\/strong\u003e\n\u003cp\u003eخامة ناعمه جداً تضمن لك راحة ل رقبتك وظهرك. الأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fiber-section-title\"\u003eالمواصفات\u003c\/h2\u003e\n\u003cul class=\"fiber-specs\"\u003e\n\u003cli\u003eالابعاد :- 50×70 سم\u003c\/li\u003e\n\u003cli\u003eالخامة من الفايبر السوفت الناعم تضمن لك راحة ل رقبتك وظهرك\u003c\/li\u003e\n\u003cli\u003eالأبعاد مناسبة جدا، هتقدر تتحرك بيها في السفر و الرحلات لانها سهلة الضغط\u003c\/li\u003e\n\u003cli\u003eمحتوى العبوة: 2×مخدة\u003c\/li\u003e\n\u003cli\u003eالوزن : ١٩٥٠-٢٠٥٠ جرام تقريباً\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fiber-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":"Default Title","offer_id":45748018413767,"sku":"175537885168a0f4a3b30b1","price":500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluffofferscopy2.jpg?v=1770122602"},{"product_id":"عرض-مرتبة-تطرية-واقي-مرتبة-2-مخدة-هدية","title":"عرض مرتبة تطرية + واقي مرتبة + 2 مخدة هدية","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر توبر\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة ألمانية\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف الألمانية المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #f0f8ff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"120*200","offer_id":45748050526407,"sku":"1762450127690cdacf22bef","price":1499.0,"currency_code":"EGP","in_stock":true},{"title":"160*200","offer_id":45748050559175,"sku":"1762450127690cdacf22bef","price":1615.0,"currency_code":"EGP","in_stock":true},{"title":"180*200","offer_id":45748050591943,"sku":"1762450127690cdacf22bef","price":1699.0,"currency_code":"EGP","in_stock":true},{"title":"200*200","offer_id":45748050624711,"sku":"1762450127690cdacf22bef","price":1789.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/121.jpg?v=1769727401"},{"product_id":"2xfeather","title":"عرض 2 مخدة بديل ريش","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 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":"Default Title","offer_id":45748073988295,"sku":"1762450558690cdc7ed451b","price":1199.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/a760359e-b724-4547-859f-24c240b623ff.jpg?v=1771473799"},{"product_id":"4xfeather","title":"عرض 3 مخدة بديل ريش+ مخدة هدية","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":"Default Title","offer_id":45748091814087,"sku":"1762450883690cddc3ecf75","price":1899.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/63ce5c3d-95b0-4226-a0f3-bf95684849c3.jpg?v=1771473762"},{"product_id":"180120120","title":"عرض 2 واقي مرتبه مقاس 120 + واقي مرتبه مقاس 180","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 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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45748259455175,"sku":"1762452552690ce448bc33b","price":1199.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluffofferscopy222.jpg?v=1770122390"},{"product_id":"160120120","title":"عرض 2 واقي مرتبه مقاس 120 + واقي مرتبه 160","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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45749270282439,"sku":"1762476726690d42b690ad8","price":1099.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluffofferscopy2hh.jpg?v=1770122320"},{"product_id":"عرض-مرتبه-تطرية-فندقيه-واقي-مرتبه-مقاس-120","title":"عرض مرتبه تطرية فندقيه + واقي مرتبه مقاس 120","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر توبر\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة ألمانية\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف الألمانية المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #f0f8ff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45749278671047,"sku":"1762477116690d443c00809","price":1349.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/black_friday8.webp?v=1762476948"},{"product_id":"عرض-مرتبه-تطرية-فندقيه-واقي-مرتبه-مقاس-160","title":"عرض مرتبه تطرية فندقيه + واقي مرتبه مقاس 160","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر توبر\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة ألمانية\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف الألمانية المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #f0f8ff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45749287518407,"sku":"1762477342690d451eefe3f","price":1549.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/black_friday9.webp?v=1762477238"},{"product_id":"عرض-مرتبه-تطرية-فندقيه-واقي-مرتبه-مقاس-200","title":"عرض مرتبه تطرية فندقيه + واقي مرتبه مقاس 200","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر توبر\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة ألمانية\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف الألمانية المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #f0f8ff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45749294432455,"sku":"1762477522690d45d2cbd7d","price":1850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/black_friday111.webp?v=1762477425"},{"product_id":"عرض-مرتبه-تطرية-فندقيه-واقي-مرتبه-مقاس-180","title":"عرض مرتبه تطرية فندقيه + واقي مرتبه مقاس 180","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر توبر\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة ألمانية\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف الألمانية المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #f0f8ff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-desc\"\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45749321072839,"sku":"1762477792690d46e0d17ac","price":1690.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/8986.jpg?v=1769727074"},{"product_id":"m160120120","title":"عرض مرتبة تطرية فندقية مقاس 160 + 2 مرتبة مقاس 120","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر سوفت\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة مستوردة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45782851420359,"sku":"176321883369189591d1f5a","price":2999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluffofferscopy211.jpg?v=1770121445"},{"product_id":"m180120120","title":"عرض مرتبة تطرية فندقية مقاس 180 + 2 مرتبة مقاس 120","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700\u0026display=swap');\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Tajawal', sans-serif;\n    background: #ffffff;\n  }\n\n  .product-container {\n    max-width: 900px;\n    margin: 20px 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  .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  @keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .header::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    left: 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  @keyframes shine {\n    0% { background-position: -100%; }\n    100% { background-position: 200%; }\n  }\n\n  .product-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  @keyframes bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-20px); }\n    60% { transform: translateY(-10px); }\n  }\n\n  .product-subtitle {\n    font-size: 18px;\n    opacity: 0.9;\n  }\n\n  .content {\n    padding: 30px;\n  }\n\n  .section-title {\n    color: #2980b9;\n    font-size: 24px;\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n  }\n\n  .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    transition: width 0.5s ease;\n    animation: grow 1s forwards;\n  }\n\n  @keyframes grow {\n    to { width: 100%; }\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\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-bottom: 3px solid transparent;\n    opacity: 0;\n    transform: translateY(30px);\n    animation: fadeUp 0.6s forwards;\n  }\n\n  .feature-card:hover {\n    border-bottom: 3px solid #2ecc71;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .feature-card:nth-child(3) { animation-delay: 0.3s; }\n\n  .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3498db, #2ecc71);\n    border-radius: 50%;\n    margin-bottom: 15px;\n    color: white;\n    font-size: 20px;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #34495e;\n    margin-bottom: 10px;\n  }\n\n  .feature-desc {\n    color: #7f8c8d;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .product-title {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"product-title\"\u003eاستمتع بنوم فاخر مع مرتبة الفايبر سوفت\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eراحة إضافية، جودة عالية، تصميم عملي يناسب كل غرفة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eراحة مضاعفة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eتضيف طبقة ناعمة مريحة فوق المرتبة الأساسية لتجربة نوم أكثر راحة وهدوء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eخامة مستوردة\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eمصنوعة من أجود أنواع الألياف المستوردة لتوفير أعلى مستويات الجودة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eمثالية للاستخدام المتعدد\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eقابلة للنقل، مثالية للضيوف، الرحلات، أو كمفرش مريح لأوقات الاسترخاء.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff ","offers":[{"title":"Default Title","offer_id":45782851846343,"sku":"1763218635691894cb3270e","price":3099.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluffoffers1.jpg?v=1770121333"},{"product_id":"cover-offers-200120","title":"عرض واقي مرتبة مقاس 200 + واقي مقاس 120","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 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 *\/\n        .mattress-cover-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        .mattress-cover-container {\n            font-family: 'Tajawal', sans-serif;\n            background: #ffffff;\n            padding: 20px;\n        }\n        \n        .mattress-cover-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        .mattress-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        .mattress-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        .mattress-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        .mattress-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .mattress-content {\n            padding: 30px;\n        }\n        \n        .mattress-description {\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.8;\n            font-size: 16px;\n            text-align: right;\n        }\n        \n        .mattress-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        .mattress-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        .mattress-benefits {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 40px;\n        }\n        \n        .mattress-benefits 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        }\n        \n        .mattress-benefits li:nth-child(1) { animation-delay: 0.1s; }\n        .mattress-benefits li:nth-child(2) { animation-delay: 0.2s; }\n        .mattress-benefits li:nth-child(3) { animation-delay: 0.3s; }\n        .mattress-benefits li:nth-child(4) { animation-delay: 0.4s; }\n        \n        .mattress-benefits li::before {\n            content: \"✓\";\n            display: inline-block;\n            width: 30px;\n            height: 30px;\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: 30px;\n            font-weight: bold;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        .mattress-benefits 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        .mattress-policy {\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: right;\n            margin-top: 30px;\n            opacity: 0;\n            animation: flipIn 0.8s forwards;\n            animation-delay: 0.5s;\n        }\n        \n        .mattress-policy-title {\n            color: #2980b9;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        \n        .mattress-policy-item {\n            display: block;\n            margin-bottom: 10px;\n            color: #34495e;\n            font-size: 16px;\n        }\n        \n        @media (max-width: 768px) {\n            .mattress-title {\n                font-size: 24px;\n            }\n            \n            .mattress-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"mattress-cover-container\"\u003e\n\u003cdiv class=\"mattress-cover-wrapper\"\u003e\n\u003cdiv class=\"mattress-header\"\u003e\n\u003ch1 class=\"mattress-title\"\u003eغطاء المرتبة الفاخر المقاوم للماء\u003c\/h1\u003e\n\u003cp class=\"mattress-subtitle\"\u003eحماية كاملة وراحة فائقة لنوم هادئ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattress-content\"\u003e\n\u003cp class=\"mattress-description\"\u003eغطاء كامل ناعم ومتين بيحافظ على مرتبتك الغالية من الأتربة، السوائل، البقع، والتآكل اليومي. الكفر ضد المياه 100%، ومصنوع من خامة بو عالية الجودة، بتديك إحساس بالراحة والبرودة طول الليل، من غير ما يغيّر ملمس المرتبة أو يحسسك إنك نايم على طبقة إضافية.\u003c\/p\u003e\n\u003ch2 class=\"mattress-section-title\"\u003eالمزايا\u003c\/h2\u003e\n\u003cul class=\"mattress-benefits\"\u003e\n\u003cli\u003eخامة فاخرة باردة توزع الحرارة وتنظم حرارة الجسم\u003c\/li\u003e\n\u003cli\u003eمقاوم للمياه والانسكابات\u003c\/li\u003e\n\u003cli\u003eيحافظ على نعومة المرتبة الأصلية\u003c\/li\u003e\n\u003cli\u003eبيهيّئلك بيئة نوم صحية ومنعشة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mattress-policy\"\u003e\n\u003ch3 class=\"mattress-policy-title\"\u003eسياسة الاستبدال والضمان:\u003c\/h3\u003e\n\u003cspan class=\"mattress-policy-item\"\u003e🚚 التوصيل خلال 3 إلى 5 أيام عمل\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🛡️ ضمان لمدة 3 سنوات\u003c\/span\u003e \u003cspan class=\"mattress-policy-item\"\u003e🔁 استبدال واسترجاع خلال 14 يوم\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fluff \u0026 bluff","offers":[{"title":"Default Title","offer_id":46200349229255,"sku":null,"price":1099.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/9122\/9895\/files\/fluff_offers_copy_111.jpg?v=1771475964"}],"url":"https:\/\/fluffpuff.store\/collections\/offerss.oembed","provider":"Fluff \u0026 bluff ","version":"1.0","type":"link"}