{"title":"Satin collections","description":"","products":[{"product_id":"flexi-brush","title":"Flexi Brush","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* SEO Title - Small text under product name *\/\n        .so-berry-container .seo-title {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #7a2ebf;\n            margin-top: 15px;\n            opacity: 0.9;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 2.2;\n            font-size: 1.6rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 12px;\n            font-size: 1.6rem;\n            position: relative;\n            padding-left: 25px;\n        }\n        \n        .so-berry-container .content-text p::before {\n            content: '✦';\n            position: absolute;\n            left: 0;\n            color: #7a2ebf;\n            font-size: 1.2rem;\n            top: 2px;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.65rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 1rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.95rem;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.3rem;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eفرشاة فليكسي\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eأداة تصفيف احترافية للشعر المموج والمجعد\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Features Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eالميزات الرئيسية\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eشُعيرات عريضة ومرنة لاستخدام مريح جدًا\u003c\/p\u003e\n\u003cp\u003eيساعدك على تحقيق تصفيف سهل وسريع في ثوانٍ\u003c\/p\u003e\n\u003cp\u003eلطيف جدًا على فروة الرأس\u003c\/p\u003e\n\u003cp\u003eمصمم خصيصًا للشعر المموج والمجعد\u003c\/p\u003e\n\u003cp\u003eيُستخدم فقط على الشعر المبلل\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50763802214720,"sku":"","price":95.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/FlexiBrush_1_11zon.webp?v=1749998151"},{"product_id":"wooden-comb","title":"Wooden comb","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eWooden Comb\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 15px;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 25px;\n            border-radius: 15px;\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.1rem;\n            font-weight: 500;\n            color: #2e003e;\n        }\n        \n        \/* Ingredients List *\/\n        .so-berry-container .ingredients-list {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 20px;\n            border-radius: 12px;\n            margin: 15px 0;\n        }\n        \n        \/* Safety Features *\/\n        .so-berry-container .safety-features {\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .safety-container {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid #7a2ebf;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n        }\n        \n        .so-berry-container .safety-container::before {\n            content: '🔒';\n            position: absolute;\n            top: -8px;\n            right: 15px;\n            background: #7a2ebf;\n            color: white;\n            width: 35px;\n            height: 35px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n            box-shadow: 0 3px 10px rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .safety-item {\n            padding: 10px 0;\n            text-align: center;\n            color: #2e003e;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .safety-item:first-child {\n            border-bottom: 1px solid rgba(123, 44, 191, 0.2);\n            margin-bottom: 10px;\n            padding-bottom: 15px;\n        }\n        \n        .so-berry-container .safety-item p {\n            margin: 0;\n        }\n        \n        \/* Size Badge *\/\n        .so-berry-container .size-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            color: white;\n            padding: 12px 24px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .size-container {\n            text-align: center;\n            margin-top: 30px;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .safety-features {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 18px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 20px;\n            }\n            \n            .so-berry-container .safety-container {\n                padding: 20px;\n            }\n            \n            .so-berry-container .size-badge {\n                font-size: 1rem;\n                padding: 10px 20px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 0.95rem;\n            }\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- Scoped Container --\u003e\n    \u003cdiv class=\"so-berry-container\"\u003e\n        \u003cdiv class=\"product-container\"\u003e\n            \u003c!-- Brand Title --\u003e\n            \u003cdiv class=\"brand-title\"\u003e\n                \u003ch2\u003e\u003cb\u003eمشط خشبي\u003c\/b\u003e\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product Details Card --\u003e\n            \u003cdiv class=\"product-card\"\u003e\n                \u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n                \u003cdiv class=\"content-text\"\u003e\n                    \u003cp\u003e• \u003cstrong\u003eيدعم فروة الرأس في إفراز الزيوت الطبيعية\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003eيعزز نمو الشعر ويحسن صحة الشعر بشكل عام\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003eيساعد في تقليل تقصف الأطراف والتجعد\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003eيحفز دوران الدم في فروة الرأس\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cdiv class=\"highlight-box\"\u003e\n                        \u003cdiv class=\"highlight-text\"\u003eلا يولد كهرباء ساكنة مثل أمشاط البلاستيك التي قد تسبب تجعد الشعر والكهرباء الساكنة والتقصف\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\/body\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50763816337728,"sku":"","price":65.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/12.webp?v=1749998257"},{"product_id":"satin-scrunchie","title":"Satin Scrunchie","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n            direction: ltr;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n            direction: ltr;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n            direction: ltr;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Product Title Styling *\/\n        .so-berry-container .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            display: inline-block;\n            width: 100%;\n        }\n        \n        .so-berry-container .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Description Styling *\/\n        .so-berry-container .product-description {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 25px 0;\n            border-left: 4px solid #7a2ebf;\n            font-size: 1.3rem;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .product-description p {\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        \/* What's Inside Section *\/\n        .so-berry-container .whats-inside-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 30px 0 20px 0;\n            text-align: left;\n        }\n        \n        \/* Product Items Styling *\/\n        .so-berry-container .product-item {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid rgba(123, 44, 191, 0.2);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .product-name {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin-bottom: 12px;\n        }\n        \n        .so-berry-container .product-desc {\n            color: #2e003e;\n            line-height: 1.7;\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        \/* Special styling for the last product (bold) *\/\n        .so-berry-container .special-product {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid rgba(123, 44, 191, 0.2);\n        }\n        \n        .so-berry-container .special-product .product-name {\n            font-weight: 700;\n            font-size: 1.4rem;\n        }\n        \n        .so-berry-container .special-product .product-desc {\n            font-weight: 600;\n            font-size: 1.3rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-title {\n                font-size: 1.9rem;\n            }\n            \n            .so-berry-container .product-description p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .whats-inside-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-desc {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .product-title {\n                font-size: 1.6rem;\n            }\n            \n            .so-berry-container .product-description {\n                padding: 25px;\n            }\n            \n            .so-berry-container .product-description p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .whats-inside-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-desc {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 20px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eربطة ساتان\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Main Product Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eمصنوع من ساتان تركي طبيعي 100% للحماية القصوى للشعر وراحة التصفيف.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whats-inside-title\"\u003eالمميزات والفوائد:\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eمصنوع من ساتان تركي طبيعي 100%\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eمصنوع من قماش ساتان عالي الجودة يوفر عناية لطيفة لشعرك.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eمناسب لجميع أنواع الشعر\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eمثالي لأنواع الشعر المستقيم والمموج والمجعد والمجعّد بشدة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eلطيف على الشعر — لا يترك تجاعيد أو علامات\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eعلى عكس أربطة الشعر العادية، تحافظ ربطة الساتان لدينا على تسريحة شعرك دون ترك علامات غير مرغوب فيها.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eيقلل من التجعد وتقصف الأطراف\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eمفيد بشكل خاص للشعر الجاف أو المجعد، يساعد على الحفاظ على الرطوبة والنعومة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item special-product\"\u003e\n\u003cdiv class=\"product-name\"\u003eلا يشد أو يسحب الشعر\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eعلى عكس أربطة الشعر العادية، يساعد على منع تساقط الشعر من خلال القضاء على الشد القاسي والتوتر على خصلات شعرك.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"burgundy","offer_id":51489374437696,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489374470464,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489374503232,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489374536000,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51489375748416,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/9.webp?v=1749998257"},{"product_id":"satin-bonnet","title":"Satin Hair Bonnet","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Features List *\/\n        .so-berry-container .features-list {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            padding: 15px 20px;\n            background: rgba(217, 179, 255, 0.1);\n            border-radius: 12px;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .feature-text {\n            font-size: 1.3rem;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.4rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.7;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .feature-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .feature-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n            \n            .so-berry-container .feature-item {\n                padding: 12px 16px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eقبعة ساتان للشعر\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eيحافظ على الرطوبة، والتجاعيد، والتصفيف قبل النوم. يقلل من تقصف الأطراف والتجعد، ويحمي شعرك من الصدمات الكهربائية الناتجة عن النوم على وسادة قطنية.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eمصنوع من الساتان التركي الطبيعي 100%\u003c\/strong\u003e - أجود جودة لحماية الشعر وراحة مثالية.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eالمميزات:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eمصنوع من الساتان التركي الطبيعي 100%\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eمناسب لجميع أنواع الشعر\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eيساعد في الاحتفاظ بالرطوبة من الجذور حتى الأطراف\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eيحافظ على تسريحة الشعر طوال الليل\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eيقلل من التجعد وتقصف الأطراف عن طريق تقليل الاحتكاك مع وسائد القطن، التي تسبب الكهرباء الساكنة وتلف الشعر\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":"Sobrry","offers":[{"title":"burgundy","offer_id":51489373225280,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489373258048,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489373290816,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489373323584,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51746865152320,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/8.webp?v=1775516913"},{"product_id":"satin-pillowcase","title":"Satin Pillowcase","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Benefits List *\/\n        .so-berry-container .benefits-list {\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n            padding: 12px 15px;\n            background: rgba(217, 179, 255, 0.1);\n            border-radius: 10px;\n            border-left: 3px solid #7a2ebf;\n        }\n        \n        .so-berry-container .benefit-item::before {\n            content: '✨';\n            margin-right: 10px;\n            font-size: 1.1rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.4rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.7;\n        }\n        \n        \/* Safety Features *\/\n        .so-berry-container .safety-features {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .safety-container {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid #7a2ebf;\n            border-radius: 15px;\n            padding: 30px;\n            position: relative;\n        }\n        \n        .so-berry-container .safety-container::before {\n            content: '🔒';\n            position: absolute;\n            top: -8px;\n            left: 15px;\n            background: #7a2ebf;\n            color: white;\n            width: 35px;\n            height: 35px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n            box-shadow: 0 3px 10px rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .safety-item {\n            padding: 12px 0;\n            text-align: left;\n            color: #2e003e;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .safety-item:first-child {\n            border-bottom: 1px solid rgba(123, 44, 191, 0.2);\n            margin-bottom: 12px;\n            padding-bottom: 18px;\n        }\n        \n        .so-berry-container .safety-item p {\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .safety-item strong {\n            font-size: 1.4rem;\n        }\n        \n        \/* Color Options *\/\n        .so-berry-container .color-options {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .color-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin-bottom: 20px;\n        }\n        \n        .so-berry-container .color-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .so-berry-container .color-item {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 12px 20px;\n            border-radius: 25px;\n            border: 2px solid rgba(123, 44, 191, 0.3);\n            color: #2e003e;\n            font-weight: 500;\n            font-size: 1.2rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .safety-item p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .color-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .color-item {\n                font-size: 1.1rem;\n                padding: 10px 16px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .color-list {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n            \n            .so-berry-container .safety-container {\n                padding: 25px;\n            }\n            \n            .so-berry-container .safety-item p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .color-item {\n                font-size: 1rem;\n                padding: 8px 14px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eغطاء وسادة ساتان\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eتفاصيل المنتج\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eغطاء الوسادة الساتان ضروري لحماية شعرك أثناء النوم، خاصة إذا كنت ترغب في الحفاظ على تسريحتك. فهو يقدم فوائد متعددة:\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eالفوائد:\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e• يقلل من تكسر الشعر\u003c\/strong\u003e، خاصة الأطراف المتقصفة\u003cbr\u003e\u003cstrong\u003e• يحمي الشعر من الجفاف\u003c\/strong\u003e الناتج عن أغطية الوسائد القطنية\u003cbr\u003e\u003cstrong\u003e• يحافظ على شكل الشعر المجعد\u003c\/strong\u003e ويمنع التجعد\u003cbr\u003e\u003cstrong\u003e• يحافظ على رطوبة الشعر\u003c\/strong\u003e، ويحميه من الجفاف والتطاير\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eالحجم القياسي:\u003c\/strong\u003e 50 × 70 سم\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-options\"\u003e\n\u003cdiv class=\"color-title\"\u003eالألوان المتوفرة:\u003c\/div\u003e\n\u003cdiv class=\"color-list\"\u003e\n\u003cspan class=\"color-item\"\u003eأسود\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eكشمير\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eذهبي\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eأزرق\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eبنفسجي\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eالسلامة والمواصفات\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eمصنوع من 100% ساتان تركي طبيعي\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eالحجم القياسي: 50 × 70 سم\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Black","offer_id":50763864244544,"sku":"","price":140.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":50763864277312,"sku":"","price":140.0,"currency_code":"EGP","in_stock":false},{"title":"burgundy","offer_id":50791236010304,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":50791236043072,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51477589426496,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/11.webp?v=1749999706"},{"product_id":"full-haircare-accessories-box","title":"Full haircare accessories box","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n        \n        \/* Scoped Container *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container *\/\n        .so-berry-container .product-container {\n            max-width: 1200px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 8vw, 5rem);\n            font-weight: 800;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n            line-height: 1.4;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 0;\n            width: 100%;\n            height: 6px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 3px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(15px);\n            border-radius: 25px;\n            padding: 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 40px rgba(123, 44, 191, 0.15);\n            border: 2px solid rgba(217, 179, 255, 0.4);\n            width: 100%;\n        }\n        \n        \/* Content Text *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 2.2;\n            font-size: 1.5rem;\n            max-width: 100%;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 25px;\n            font-size: 1.6rem;\n            font-weight: 400;\n        }\n        \n        .so-berry-container .content-text h3 {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin: 30px 0 25px 0;\n            line-height: 1.6;\n        }\n        \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 700;\n            font-size: 1.7rem;\n        }\n        \n        \/* Product Item Styling *\/\n        .so-berry-container .product-item {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.15) 0%, rgba(217, 179, 255, 0.15) 100%);\n            border-radius: 20px;\n            padding: 30px;\n            margin: 20px 0;\n            border: 3px solid rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .product-name {\n            font-size: 1.7rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin-bottom: 15px;\n        }\n        \n        .so-berry-container .product-description {\n            color: #2e003e;\n            line-height: 2;\n            font-size: 1.4rem;\n            font-weight: 400;\n        }\n        \n        \/* Emoji Header *\/\n        .so-berry-container .emoji-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin: 30px 0 20px 0;\n        }\n        \n        .so-berry-container .emoji-header span {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 30px 25px;\n            }\n            \n            .so-berry-container .content-text h3 {\n                font-size: 1.9rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n            }\n            \n            .so-berry-container .content-text h3 {\n                font-size: 1.7rem;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- English Version --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eصندوق الإكسسوارات الكامل\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Main Product Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003ch3\u003eالعناية الكاملة بالشعر والبشرة\u003c\/h3\u003e\n\u003cp\u003eاحصل على مجموعة كاملة للعناية بالشعر والبشرة تجمع بين الساتان التركي الأصيل وأدوات التصفيف والتسريح الأساسية في حزمة واحدة.\u003c\/p\u003e\n\u003cp\u003eتم تصميم هذه المجموعة للحفاظ على ترطيب الشعر والبشرة مع الحماية من التجعد والتكسر أثناء النوم، مما يترك الشعر ناعمًا وصحيًا ولامعًا طوال اليوم، مع سهولة فك التشابك والتصفيف في دقائق.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Inside Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"emoji-header\"\u003e\u003cspan\u003e محتويات العبوة:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eغطاء وسادة ساتان (70×50 سم)\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eمصنوعة من ساتان تركي أصيل للحفاظ على ترطيب البشرة والشعر طوال الليل\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eقبعة ساتان ذات وجهين\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eحماية مزدوجة للشعر أثناء النوم، تمنع التشابك والتجعد\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 أربطة ساتان\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eربطات شعر ناعمة تمنع التكسر وتقصف الأطراف\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eفرشاة بونس\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eمثالية لتصفيف الشعر المجعد وتعريف التجاعيد بسهولة أكبر\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eفرشاة فليكسي\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eلتصفيف أسرع وتعريف دقيق للتجاعيد بسهولة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eفرشاة خشبية\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eلفك التشابك بسهولة مع شعيرات ناعمة في ثوانٍ\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eمشط خشبي\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eلتصفيف وتحفيز الدورة الدموية لشعر صحي\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51438700200256,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SB-Accessories-English.png?v=1768321293"},{"product_id":"satan-gold-package","title":"Satin Gold Package","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-satin-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-satin-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-satin-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-satin-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-satin-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-satin-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-satin-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n            direction: ltr;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-satin-container .section-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            position: relative;\n            padding-bottom: 10px;\n            direction: ltr;\n        }\n        \n        .so-berry-satin-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text *\/\n        .so-berry-satin-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.2rem;\n            max-width: 100%;\n            direction: ltr;\n        }\n        \n        .so-berry-satin-container .content-text p {\n            margin-bottom: 15px;\n        }\n        \n        .so-berry-satin-container .content-text h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 20px 0 15px 0;\n            line-height: 1.4;\n        }\n        \n        .so-berry-satin-container .content-text b, \n        .so-berry-satin-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n        }\n        \n        \/* Lists Styling *\/\n        .so-berry-satin-container .content-text ul {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .so-berry-satin-container .content-text li {\n            background: rgba(217, 179, 255, 0.1);\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 15px;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-satin-container .content-text li p {\n            margin: 0;\n        }\n        \n        \/* Product Item Styling *\/\n        .so-berry-satin-container .product-item {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 15px 0;\n            border: 2px solid rgba(123, 44, 191, 0.2);\n        }\n        \n        .so-berry-satin-container .product-name {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin-bottom: 10px;\n        }\n        \n        .so-berry-satin-container .product-description {\n            color: #2e003e;\n            line-height: 1.6;\n            font-size: 1.1rem;\n        }\n        \n        \/* Emoji Styling *\/\n        .so-berry-satin-container .emoji-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin: 25px 0 15px 0;\n            direction: ltr;\n        }\n        \n        .so-berry-satin-container .emoji-header span {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-satin-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-satin-container .product-card {\n                padding: 20px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-satin-container .section-title {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-satin-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-satin-container .content-text li {\n                padding: 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-satin-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-satin-container .product-card {\n                padding: 18px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-satin-container .product-item {\n                padding: 20px;\n            }\n            \n            .so-berry-satin-container .content-text h3 {\n                font-size: 1.1rem;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-satin-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-satin-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-satin-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-satin-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-satin-container .content-text {\n                font-size: 0.95rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-satin-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eحزمة ساتان جولد\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Main Product Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eدلل شعرك بالعناية المثلى مع مجموعة الساتان لدينا – مصممة بعناية لحماية وتدليل شعرك، سواء في المنزل أو أثناء التنقل.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"emoji-header\"\u003e\u003cspan\u003eابق أنيقًا وناعمًا وخاليًا من التجعد، في أي وقت\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Inside Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"emoji-header\"\u003e\u003cspan\u003eكل مجموعة تشمل:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eقبعة ساتان\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eتحمي شعرك من التجعد وتقصف الأطراف. مصنوعة من \u003cstrong\u003eساتان تركي طبيعي 100%\u003c\/strong\u003e لحماية فائقة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eوسادة ساتان (50x70 سم)\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eاختبر نعومة النوم دون احتكاك، مما يحمي شعرك وبشرتك الحساسة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 أربطة ساتان\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eثبت تسريحات شعرك بلطف مع تقليل التجعد والتكسر بشكل كبير. مثالي لـ\u003cstrong\u003eالشعر المجعد والجاف\u003c\/strong\u003e، يوفر تثبيتًا ناعمًا ووقائيًا\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eفرشاة خشبية\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eمصمم لفك تشابك الشعر المجعد وتعزيز صحته\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"burgundy","offer_id":51489538900288,"sku":null,"price":450.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489538933056,"sku":null,"price":450.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489538965824,"sku":null,"price":450.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489538998592,"sku":null,"price":450.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51489539031360,"sku":null,"price":450.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/EnglisjBundle2-Burgaundy.webp?v=1752879273"},{"product_id":"satan-silver-package","title":"Satin Silver Package","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 url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n        \n        \/* Scoped Container *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container *\/\n        .so-berry-container .product-container {\n            max-width: 1200px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 8vw, 5.5rem);\n            font-weight: 800;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 0;\n            width: 100%;\n            height: 6px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 3px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(15px);\n            border-radius: 25px;\n            padding: 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 40px rgba(123, 44, 191, 0.15);\n            border: 2px solid rgba(217, 179, 255, 0.4);\n            width: 100%;\n        }\n        \n        \/* Content Text *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 2.2;\n            font-size: 1.5rem;\n            max-width: 100%;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 25px;\n            font-size: 1.6rem;\n            font-weight: 400;\n        }\n        \n        .so-berry-container .content-text h3 {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin: 20px 0 25px 0;\n            line-height: 1.6;\n        }\n        \n        \/* Feature Items *\/\n        .so-berry-container .feature-item {\n            background: rgba(217, 179, 255, 0.15);\n            border-radius: 15px;\n            padding: 25px;\n            margin-bottom: 20px;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .feature-item p {\n            margin: 0;\n            font-size: 1.6rem;\n            font-weight: 500;\n            color: #2e003e;\n        }\n        \n        \/* Product Item Styling *\/\n        .so-berry-container .product-item {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.15) 0%, rgba(217, 179, 255, 0.15) 100%);\n            border-radius: 20px;\n            padding: 30px;\n            margin: 20px 0;\n            border: 3px solid rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .product-name {\n            font-size: 1.7rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin-bottom: 15px;\n        }\n        \n        \/* Emoji Styling *\/\n        .so-berry-container .emoji-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin: 30px 0 20px 0;\n        }\n        \n        .so-berry-container .emoji-header span {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 30px 25px;\n            }\n            \n            .so-berry-container .content-text h3 {\n                font-size: 1.9rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .feature-item,\n            .so-berry-container .product-item {\n                padding: 20px;\n            }\n            \n            .so-berry-container .feature-item p {\n                font-size: 1.4rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n            }\n            \n            .so-berry-container .content-text h3 {\n                font-size: 1.7rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.4rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- English Version --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eعبوة ساتان فضية\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Main Description Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003ch3\u003eالعناية بالشعر والبشرة والترطيب\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Package Contents Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"emoji-header\"\u003e\u003cspan\u003e✨ محتويات العبوة:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eقبعة ساتان ذات وجهين\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eغطاء وسادة ساتان\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 أربطة شعر ساتان\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003ch3\u003eالمميزات:\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ مصنوع من الساتان التركي الأصيل 100%\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ مصمم للحفاظ على ترطيب الشعر وحمايته من التجعد والتكسر أثناء النوم\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ يحافظ على ترطيب البشرة ويؤخر علامات الشيخوخة\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ يحافظ على نعومة الشعر ويقلل الاحتكاك، مما يجعل الشعر صحيًا وناعمًا ولامعًا\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"burgundy","offer_id":51489552400704,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489552433472,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489552466240,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489552499008,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51489552531776,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/EnglisjBundle1-Burgaundy.webp?v=1752879352"}],"url":"https:\/\/gu30sp-sa.myshopify.com\/ar\/collections\/satin-collection.oembed","provider":"soberry","version":"1.0","type":"link"}