{"title":"All product","description":"\u003cp\u003eNew year discounts\u003c\/p\u003e","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":"banana-berry-detangler-spray-hair-mist","title":"Banana Berry Detangler Spray \u0026 Hair Mist","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\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بخاخ 3 في 1 - لفك التشابك، تعطير الشعر، وتجديد التجعيد\u003c\/p\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\u003cstrong\u003e3 في 1: فك التشابك + ترطيب + تجديد التجعيد\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\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\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آمن ومناسب للأطفال من عمر سنتين والبالغين\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eالحجم: 250 مل\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"250ml","offer_id":50774882943296,"sku":"","price":180.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairMist_Spray250Ml_3_11zon_4f12156f-cb48-4e80-bc97-7a6b9ddf2aee.webp?v=1751473499"},{"product_id":"banana-berry-hair-mask-conditioner","title":"Banana Berry Hair Mask \u0026 Conditioner","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\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 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منتج 2 في 1 (بلسم + قناع شعر)\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\u003cp\u003e\u003cstrong\u003eيساعد على تقليل التجعد وتقصف الأطراف\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eالسلامة والمواصفات\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003eآمن ومناسب للاستخدام من قبل الأطفال والبالغين من عمر سنتين فما فوق\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eمناسب لجميع أنواع الشعر\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eالحجم: 500 جم\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"500g","offer_id":50774882615616,"sku":"","price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairMask_Conditioner_2_11zon_1c56ca24-ae32-4f11-8487-adc17c38e1d0.webp?v=1751473533"},{"product_id":"banana-berry-hair-balm","title":"Banana Berry Hair Balm","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\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 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ابتكار الترطيب واللمعان من Soberry\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eيوفر ترطيبًا أقوى 5 مرات مقارنة بالمنتجات العادية — يمنح تثبيتًا طبيعيًا للتصفيف — غني بالمكونات الطبيعية المغذية\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eمثالي للشعر المجعد والمموج\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\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آمن ومناسب للأطفال من عمر سنتين والبالغين\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":"250g","offer_id":50774881763648,"sku":"","price":370.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairBalm_1_11zon_85aa3ef8-00d6-429e-a988-b75dba644e29.webp?v=1751473557"},{"product_id":"hair-shampoo","title":"Hair Shampoo","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003c!-- Animated Background Bubbles --\u003e\n\u003cdiv class=\"bubble-container\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003c\/div\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 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شامبو طبي بمكونات طبيعية 100%\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\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\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آمن ومناسب للاستخدام من قبل الأطفال والبالغين من عمر سنتين\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eالحجم: 450 مل \/ 250 مل\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"450ml","offer_id":50763894686016,"sku":"","price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/Shampoo_6_11zon_0b6015f5-d41a-4c69-bef9-67d53a4df7e3.webp?v=1751473573"},{"product_id":"banana-berry-leave-in-cream","title":"Banana Berry Leave-in Cream","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\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 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منتج طبيعي 100%، بدرجة طبية للاستخدام بدون شطف\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\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\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آمن ومناسب للأطفال من عمر سنتين والبالغين\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eالحجم: 250 مل\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"250ml","offer_id":50774880092480,"sku":"","price":290.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/Leave-In_5_11zon_fe34f6b6-bb0d-450a-9bed-806e56f968b7.webp?v=1751473612"},{"product_id":"hair-tonic-lengthening-growth-and-natural-hair-loss-230ml","title":"Hair Tonic","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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.2rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.2rem;\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.25rem;\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.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Ingredients List *\/\n        .so-berry-container .ingredients-list {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .ingredients-list p {\n            font-size: 1.2rem;\n            margin: 0;\n        }\n        \n        .so-berry-container .ingredients-list strong {\n            font-size: 1.3rem;\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            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: 12px 0;\n            text-align: center;\n            color: #2e003e;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .safety-item p {\n            margin: 0;\n            font-size: 1.2rem;\n        }\n        \n        .so-berry-container .safety-item strong {\n            font-size: 1.3rem;\n        }\n        \n        \/* Size Badge *\/\n        .so-berry-container .size-badge {\n            display: inline-block;\n            background: white;\n            color: #7a2ebf;\n            border: 2px solid #7a2ebf;\n            padding: 15px 30px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 1.3rem;\n            box-shadow: 0 5px 15px rgba(123, 44, 191, 0.2);\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: 25px;\n                margin-bottom: 20px;\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 .safety-item p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .ingredients-list p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .size-badge {\n                font-size: 1.2rem;\n                padding: 12px 25px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\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: 1rem;\n            }\n            \n            .so-berry-container .ingredients-list p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .size-badge {\n                font-size: 1.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\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 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\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eيزيد من كثافة وطول الشعر بمقدار 3–5 سم خلال 4 أسابيع — يوقف تساقط الشعر خلال أسبوعين — يعزز فروة رأس صحية\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e100% طبيعي، خالٍ من المينوكسيديل والكحول\u003c\/strong\u003e\u003c\/p\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مناسب للرجال والنساء، والأطفال من عمر سنتين\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eالحجم: 230 مل\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"230ml","offer_id":50774876094784,"sku":"","price":399.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairTonic_4_11zon_52b91ffb-fffb-4b24-aebc-1084cc4a76f4.webp?v=1767912110"},{"product_id":"super-instant-smoothness-deal","title":"Instant moisturizing and smoothing duet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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.2rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.2rem;\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.25rem;\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.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\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.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 .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\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\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 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\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eيوفر ترطيبًا عميقًا ولمعانًا صحيًا من أول استخدام — ترطيب طويل الأمد لمحاربة التجعد وتقصف الأطراف\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eمناسب للشعر المجعد والمموج والمجعّد\u003c\/strong\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":50776451875136,"sku":"","price":599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-English--1.webp?v=1767998567"},{"product_id":"volume-length-smoothness-pack","title":"Growth , Length \u0026 Smoothness Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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: 18px;\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        \/* 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.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\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.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 .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\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\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 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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50776453185856,"sku":"","price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-English--2.webp?v=1767998567"},{"product_id":"big-family-bundle","title":"Super Saving Package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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.2rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.2rem;\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.25rem;\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.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\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.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 .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\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\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 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روتين شعر كامل 5 منتجات + 3 هدايا\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eطبيعي 100%\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50776453579072,"sku":"","price":1199.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SOberryPlan-Des-8-3copy.webp?v=1774879158"},{"product_id":"new-year-discounts-2026","title":"Clean X Smooth Package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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: 18px;\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 Item Box *\/\n        .so-berry-container .product-box {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .product-box h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 0 0 15px 0;\n        }\n        \n        .so-berry-container .product-box p {\n            margin: 0;\n            font-size: 1.3rem;\n            line-height: 1.8;\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.4rem;\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-box h3 {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\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-box {\n                padding: 20px;\n            }\n            \n            .so-berry-container .product-box h3 {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.1rem;\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حزمة الغسل والنعومة\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eالحل المثالي لشعر نظيف ومرطب\u003c\/p\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\u003cstrong\u003eتتضمن هذه الحزمة:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- شامبو طبي\u003c\/h3\u003e\n\u003cp\u003eالشامبو ينظف بلطف برغوة طبيعية لا تجفف الشعر، مع مكونات طبيعية لتنظيف فروة الرأس بعمق من الأوساخ والغبار.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- بلسم يُترك على الشعر\u003c\/h3\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":"soberry","offers":[{"title":"Default Title","offer_id":51403653284160,"sku":null,"price":550.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-E-1_3c1f080c-9703-48af-ba87-d39c74d8354a.webp?v=1767998567"},{"product_id":"new-year-discounts-2027","title":"Wash essentials Package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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: 18px;\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 Item Box *\/\n        .so-berry-container .product-box {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .product-box h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 0 0 15px 0;\n        }\n        \n        .so-berry-container .product-box p {\n            margin: 0;\n            font-size: 1.3rem;\n            line-height: 1.8;\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.4rem;\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-box h3 {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\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-box {\n                padding: 20px;\n            }\n            \n            .so-berry-container .product-box h3 {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.1rem;\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أساسيات كل غسلة\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eطقم مصمم لتنظيف الشعر بفعالية مع الحفاظ على ترطيب إضافي لأيام\u003c\/p\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\u003cstrong\u003eتتضمن هذه الحزمة:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- شامبو طبي\u003c\/h3\u003e\n\u003cp\u003eالشامبو يوفر رغوة طبيعية تنظف بلطف دون تجفيف، مع مكونات طبيعية لتنظيف فروة الرأس بعمق من الأوساخ والغبار بلطف دون التسبب في الجفاف أو إزالة الزيوت الطبيعية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- بلسم × قناع شعر\u003c\/h3\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":"soberry","offers":[{"title":"Default Title","offer_id":51403656921408,"sku":null,"price":550.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-E-4_97be3b19-8f83-4357-9efb-8ecf25b80127.webp?v=1767998567"},{"product_id":"new-year-discounts-2028","title":"Double care smooth \u0026 repair package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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: 18px;\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 Item Box *\/\n        .so-berry-container .product-box {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .product-box h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 0 0 15px 0;\n        }\n        \n        .so-berry-container .product-box p {\n            margin: 0;\n            font-size: 1.3rem;\n            line-height: 1.8;\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.4rem;\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-box h3 {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\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-box {\n                padding: 20px;\n            }\n            \n            .so-berry-container .product-box h3 {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.1rem;\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العناية المزدوجة للتنعيم والإصلاح\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eمجموعة مصممة لمن يبحثون عن ترطيب عميق ومكثف للشعر\u003c\/p\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\u003cstrong\u003eتتضمن هذه الحزمة:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- بلسم × قناع شعر\u003c\/h3\u003e\n\u003cp\u003eيجمع بين قوة التغذية لقناع الشعر لإصلاح وتغذية الشعر، مع الحفاظ على نعومة ولمعان صحي وترطيب طويل الأمد يدوم لأيام.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- بلسم يُترك على الشعر\u003c\/h3\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":"soberry","offers":[{"title":"Default Title","offer_id":51403661410624,"sku":null,"price":550.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-E-3_1978dbda-8f79-43ef-b5c8-cdebc9a882ed.webp?v=1767998567"},{"product_id":"new-year-discounts-2029","title":"Grow \u0026 Glow Package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import 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: 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.6rem;\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: 18px;\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 Item Box *\/\n        .so-berry-container .product-box {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .product-box h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 0 0 15px 0;\n        }\n        \n        .so-berry-container .product-box p {\n            margin: 0;\n            font-size: 1.3rem;\n            line-height: 1.8;\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.4rem;\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-box h3 {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\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.85rem;\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.3rem;\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-box {\n                padding: 20px;\n            }\n            \n            .so-berry-container .product-box h3 {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-box p {\n                font-size: 1.1rem;\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الطول × الطول\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eبلسم يُترك على الشعر + منشط الشعر - للتكثيف، الإطالة، والتنعيم\u003c\/p\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\u003cstrong\u003eتتضمن هذه الحزمة:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- منشط الشعر – بديل زراعة الشعر\u003c\/h3\u003e\n\u003cp\u003eيكثف الشعر ويملأ الفراغات، يزيد الطول من أول 4 أسابيع، يوقف تساقط الشعر خلال أسبوعين فقط. بدون مينوكسيديل أو كحول.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- بلسم يُترك على الشعر\u003c\/h3\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":"soberry","offers":[{"title":"Default Title","offer_id":51403661803840,"sku":null,"price":550.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-E-2_a932fc11-e2a4-4b95-9232-060b7be94665.webp?v=1767998566"},{"product_id":"double-softness-hydration","title":"Double softness \u0026 hydration","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(3rem, 10vw, 6rem);\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        }\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.4rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin: 30px 0 25px 0;\n            line-height: 1.4;\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: 35px;\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.8rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin-bottom: 18px;\n        }\n        \n        .so-berry-container .product-description {\n            color: #2e003e;\n            line-height: 2.2;\n            font-size: 1.5rem;\n            font-weight: 400;\n        }\n        \n        \/* Gift Badge *\/\n        .so-berry-container .gift-badge {\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            color: white;\n            padding: 10px 25px;\n            border-radius: 50px;\n            display: inline-block;\n            font-weight: 700;\n            font-size: 1.4rem;\n            margin: 15px 0;\n            box-shadow: 0 8px 20px rgba(123, 44, 191, 0.3);\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: 2rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.6rem;\n            }\n            \n            .so-berry-container .gift-badge {\n                font-size: 1.2rem;\n                padding: 8px 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2.5rem;\n            }\n            \n            .so-berry-container .content-text h3 {\n                font-size: 1.8rem;\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نعومة وترطيب مضاعفان\u0026amp;nbsp;\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\u003cdiv class=\"gift-badge\"\u003e🎁 + هديتان مجانيتان\u003c\/div\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\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\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\u003cp\u003e مشط خشبي طبيعي\u003c\/p\u003e\n\u003cp\u003e رباط شعر ساتان فاخر\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Inside Card --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"soberry","offers":[{"title":"Default Title","offer_id":51412629946688,"sku":null,"price":795.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-English-3.webp?v=1767998567"},{"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":"bounce-brush","title":"Bounce 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\u003cp\u003eيُستخدم فقط على الشعر المبلل\u003c\/p\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":51461590581568,"sku":null,"price":155.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/Bouncebrush.webp?v=1768939003"},{"product_id":"wooden-brush-1","title":"Wooden 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 *\/\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 - No hover animations *\/\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 *\/\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\u003cp\u003eمناسب لجميع أنواع الشعر\u003c\/p\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":51461591466304,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/woodenbrush.webp?v=1768938991"},{"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\/all-product.oembed?page=2","provider":"soberry","version":"1.0","type":"link"}