{"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\u003eFlexi Brush\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eProfessional styling tool for wavy and curly hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Features Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eWide, flexible bristles for very comfortable use\u003c\/p\u003e\n\u003cp\u003eHelps you achieve easy and fast styling in seconds\u003c\/p\u003e\n\u003cp\u003eVery gentle on the scalp\u003c\/p\u003e\n\u003cp\u003eSpecifically designed for wavy and curly hair\u003c\/p\u003e\n\u003cp\u003eTo be used on wet hair only\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\u003eWooden Comb\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\"\u003eProduct Details\u003c\/h2\u003e\n                \u003cdiv class=\"content-text\"\u003e\n                    \u003cp\u003e• \u003cstrong\u003eSupports the scalp in releasing natural oils\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003ePromotes hair growth and improves overall hair health\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003eHelps reduce split ends and frizz\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e• \u003cstrong\u003eStimulates scalp blood circulation\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cdiv class=\"highlight-box\"\u003e\n                        \u003cdiv class=\"highlight-text\"\u003eDoes not generate static electricity like plastic combs, which can cause hair frizz, static, and breakage\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\u003eSatin Scrunchie\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\u003eMade from 100% natural Turkish satin for the ultimate hair protection and styling comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whats-inside-title\"\u003eFeatures \u0026amp; Benefits:\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eMade from 100% natural Turkish satin\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003ePremium quality satin material that provides gentle care for your hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSuitable for all hair types\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003ePerfect for straight, wavy, curly, and coily hair textures.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eGentle on hair — won't leave creases or marks\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eUnlike regular hair ties, our satin scrunchie maintains your hairstyle without leaving unwanted marks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eReduces frizz and split ends\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eEspecially beneficial for dry or curly hair, helping to maintain moisture and smoothness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item special-product\"\u003e\n\u003cdiv class=\"product-name\"\u003eDoes not tug or pull on the hair\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eUnlike standard hair ties, helps prevent hair loss by eliminating harsh pulling and tension on your strands.\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\u003eSatin Hair Bonnet\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\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003ePreserves moisture, curls, and styling before bedtime. It reduces split ends and frizz, and protects your hair from electrical shocks caused by sleeping on a cotton pillowcase.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eMade from 100% natural Turkish satin\u003c\/strong\u003e - the finest quality for ultimate hair protection and comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eMade from 100% natural Turkish satin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eSuitable for all hair types\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps retain moisture from roots to ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003ePreserves hairstyling overnight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eReduces frizz and split ends by minimizing friction with cotton pillowcases, which cause static and hair damage\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\u003eSatin Pillowcase\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\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eA satin pillowcase is essential for protecting your hair while you sleep, especially if you want to maintain your hairstyle. It offers multiple benefits:\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eBenefits:\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e• Reduces hair breakage\u003c\/strong\u003e, especially split ends\u003cbr\u003e\u003cstrong\u003e• Protects hair from dryness\u003c\/strong\u003e caused by cotton pillowcases\u003cbr\u003e\u003cstrong\u003e• Maintains curly hair shape\u003c\/strong\u003e and prevents frizz\u003cbr\u003e\u003cstrong\u003e• Preserves hair moisture\u003c\/strong\u003e, protecting it from dryness and flyaways\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eStandard Size:\u003c\/strong\u003e 50 × 70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-options\"\u003e\n\u003cdiv class=\"color-title\"\u003eAvailable Colors:\u003c\/div\u003e\n\u003cdiv class=\"color-list\"\u003e\n\u003cspan class=\"color-item\"\u003eBlack\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eCashmere\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eGold\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eBlue\u003c\/span\u003e \u003cspan class=\"color-item\"\u003ePurple\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eMade from 100% Natural Turkish Satin\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eStandard Size: 50 × 70 cm\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\u003eBanana Berry Detangling Spray\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003e3-in-1 Spray - For detangling, hair fragrance, and curl refresher\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e3-in-1: Detangle + Hydrate + Curl Refresh\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eQuick results in seconds for detangling and curl refreshing — With Mix Berries scent that lasts for days\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\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\u003eSize: 250 ml\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\u003eBanana Berry Hair Mask \u0026amp; Conditioner\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eConditioner × Hair Mask - For repair, nourishment, and enhanced smoothness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e2-in-1 product (Conditioner + Hair Mask)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides deep and intensive hydration — Delivers effective repair and nourishment — Leaves hair soft, smooth, and silky\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eHelps reduce frizz and split ends\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\u003eSafety \u0026amp; Specifications\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\u003eSafe and suitable for use by children and adults from 2 years of age\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for all hair types\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\u003eSize: 500 g\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\u003eHair Balm\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eHair Balm for double hydration and styling hold for wavy and curly hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe hydration and shine innovation from Soberry\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides 5× stronger hydration compared to regular products — Offers natural styling hold — Rich in nourishing natural ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for curly and wavy hair\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\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\u003eHair Shampoo\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eMedical natural shampoo to cleanse the scalp without dryness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eA medical shampoo with 100% natural ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eGently cleanses the hair without causing dryness — Suitable for all hair types\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for use by children and adults from 2 years of age\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\u003eSize: 450 ml \/ 250ml\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\u003eBanana Berry Leave-in Cream\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eLeave-in for instant softness and easy detangling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Benefits\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e100% natural, medical-grade leave-in\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides instant hydration and smoothing from the first use — Helps detangle and style hair with ease\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\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\u003eSize: 250 ml\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\u003eHair Tonic\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eHair Tonic – A Natural Alternative to Hair Transplants - For thickening, lengthening, and stopping hair loss\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended by dermatologists for treating hereditary hair loss\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eIncreases hair density and length by 3–5 cm within 4 weeks — Stops hair fall within 2 weeks — Promotes a healthy scalp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e100% natural, free from minoxidil and alcohol\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\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for both men and women, and children from 2 years old\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\u003eSize: 230 ml\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\u003eHydration Duet Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eThe ultimate combo for wavy and curly hair + a gift\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides deep hydration and healthy shine from the very first use — Long-lasting moisture to fight frizz and split ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for curly, wavy, and coily hair\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\u003eVolume, Length \u0026amp; Smoothness Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eSolves all hair problems + a gift\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes: Shampoo + Hair Tonic + Leave-In Conditioner\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProvides hair thickening and lengthening with instant hydration and softness from the very first use\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\u003eSuper Saving Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eBest-Selling All In One Package\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eComplete Hair Routine 5 Products + 3 Gifts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e100% natural\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProviding instant hydration and shine from the first use\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWith large quantities that last for months\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for all hair types and safe for children from age 2 years\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\u003eWash \u0026amp; Smooth Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003ePerfect solution for clean, hydrated hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- Medical Shampoo\u003c\/h3\u003e\n\u003cp\u003eThe shampoo gently cleanses with a natural lather that won't dry out hair, with natural ingredients for deep scalp cleansing against dirt and dust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- Leave-In Conditioner\u003c\/h3\u003e\n\u003cp\u003eThe leave-in provides instant hydration and smoothness, making detangling effortless and leaving hair soft, healthy, and shiny from roots to ends.\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\u003eEvery Wash Essentials\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eSet designed to cleanse hair effectively while maintaining extra hydration for days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- Medical Shampoo\u003c\/h3\u003e\n\u003cp\u003eThe shampoo provides a natural lather that gently cleanses without drying, with natural ingredients for deep scalp cleansing against dirt and dust gently without causing dryness or stripping natural oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- Conditioner × Hair Mask\u003c\/h3\u003e\n\u003cp\u003eThe hair mask delivers deep hydration and intensive nourishment from roots to ends, leaving hair soft, healthy, and shiny.\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\u003eDouble Care Smooth \u0026amp; Repair\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eSet designed for those seeking deep and intensive hair hydration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- Conditioner × Hair Mask\u003c\/h3\u003e\n\u003cp\u003eCombines the nourishing power of the hair mask to repair and feed the hair, maintaining soft, healthy shine and long-lasting hydration that lasts for days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- Leave-In Conditioner\u003c\/h3\u003e\n\u003cp\u003eFor detangling and smoothing from the first use, provides instant smoothness, makes styling easy, and offers daily care.\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\u003eLength × Length\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eLeave-In + Hair Tonic - For thickening, lengthening, and smoothing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e1- Hair Tonic – Hair Transplant Alternative\u003c\/h3\u003e\n\u003cp\u003eThickens hair and fills gaps, increases length from the first 4 weeks, stops hair fall in just 2 weeks. Without minoxidil or alcohol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-box\"\u003e\n\u003ch3\u003e2- Leave-In Conditioner\u003c\/h3\u003e\n\u003cp\u003eProvides instant smoothness from the first use, detangles hair, makes styling easy, and offers daily care.\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\u003eDouble Softness \u0026amp; Hydration\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\u003eComplete Hair Care Routine for Straight Hair\u003c\/h3\u003e\n\u003cdiv class=\"gift-badge\"\u003e🎁 + 2 Free Gifts\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\u003e Provides deep hydration and healthy shine from the very first use\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\u003e Nourishes, repairs, and treats split ends and damage\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\u003e Detangles hair and makes styling easy\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\u003e Suitable for straight hair\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e★\u003c\/strong\u003e Safe and suitable for use from age 2 and adults\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\u003eFree Gifts Included:\u003c\/span\u003e\u003c\/div\u003e\n\u003cp\u003e Natural Wooden Comb\u003c\/p\u003e\n\u003cp\u003e Premium Satin Scrunchie\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\u003eComplete Accessories Box\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\u003eComplete Hair and Skin Care\u003c\/h3\u003e\n\u003cp\u003eGet a complete set for hair and skin care that combines authentic Turkish satin with essential hair styling and combing tools in one package.\u003c\/p\u003e\n\u003cp\u003eThis collection is designed to maintain hair and skin hydration while protecting against frizz and breakage during sleep, leaving hair soft, healthy, and shiny all day, with easy detangling and styling in minutes.\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 Package Contents:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSatin Pillowcase (70×50cm)\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eMade from authentic Turkish satin to maintain skin and hair hydration throughout the night\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eDouble-Face Satin Bonnet\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eDouble protection for hair during sleep, prevents tangling and frizz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 Satin Scrunchies\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eGentle hair ties that prevent breakage and split ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eBounce Brush\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003ePerfect for curly hair styling and easier curl definition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eFlexi Brush\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eFor faster styling and precise curl definition with ease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eWooden Brush\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eFor effortless detangling with smooth bristles in seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eWooden Comb\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eFor styling and stimulating blood circulation for healthy hair\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\u003eBounce Brush\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eThe strongest styling brush for perfect curls\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Features Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eThe strongest styling brush for curly hair\u003c\/p\u003e\n\u003cp\u003eHelps define curls and shape them perfectly\u003c\/p\u003e\n\u003cp\u003eAllows you to achieve easy and fast styling in seconds\u003c\/p\u003e\n\u003cp\u003eVery gentle bristles on the scalp\u003c\/p\u003e\n\u003cp\u003eSpecifically designed for wavy and curly hair\u003c\/p\u003e\n\u003cp\u003eTo be used on wet hair only\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\u003eWooden Brush\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eNatural bamboo brush for healthy, beautiful hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Features Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eMade from natural bamboo wood with soft silicone bristles that are gentle on the scalp\u003c\/p\u003e\n\u003cp\u003eDetangles hair easily without pulling or breakage\u003c\/p\u003e\n\u003cp\u003eProvides smoother and easier styling, even with tough tangles\u003c\/p\u003e\n\u003cp\u003eHelps stimulate the scalp's natural oil production\u003c\/p\u003e\n\u003cp\u003eDoes not generate static like plastic combs\u003c\/p\u003e\n\u003cp\u003eSuitable for all hair types\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\u003eSatan Gold Package\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\u003eTreat your hair to the ultimate care with our Satin Collection – thoughtfully crafted to protect and pamper your hair, whether at home or on the go.\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\u003eStay stylish, smooth, and frizz-free, anytime\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\u003eEach bundle includes:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSatin Bonnet\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eSafeguards your hair from frizz and split ends. Crafted from \u003cstrong\u003e100% natural Turkish satin\u003c\/strong\u003e for superior protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSatin Pillowcase (50x70 cm)\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eExperience incredibly soft sleep without friction, protecting both your hair and delicate skin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 Satin Scrunchies\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eSecure your hairstyles gently while significantly reducing frizz and breakage. Perfect for \u003cstrong\u003ecurly and dry hair\u003c\/strong\u003e, offering soft, protective hold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eWooden Brush\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eDesigned to detangle curly hair and boost its health\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\u003eSilver Satin Package\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\u003eHair and Skin Care \u0026amp; Hydration\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✨ Package Contents:\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eDouble-Face Satin Bonnet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSatin Pillowcase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003e2 Satin Scrunchies\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\u003eFeatures:\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ Made from 100% authentic Turkish satin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ Designed to maintain hair hydration and protect against frizz and breakage during sleep\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ Preserves skin hydration and delays signs of aging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp\u003e✓ Maintains hair softness and reduces friction, leaving hair healthy, soft, and shiny\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:\/\/sobrry.com\/collections\/all-product.oembed","provider":"soberry","version":"1.0","type":"link"}