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