{"title":"Hair Accessories","description":"","products":[{"product_id":"flexi-brush","title":"Flexi Brush","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* SEO Title - Small text under product name *\/\n        .so-berry-container .seo-title {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #7a2ebf;\n            margin-top: 15px;\n            opacity: 0.9;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 2.2;\n            font-size: 1.6rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 12px;\n            font-size: 1.6rem;\n            position: relative;\n            padding-left: 25px;\n        }\n        \n        .so-berry-container .content-text p::before {\n            content: '✦';\n            position: absolute;\n            left: 0;\n            color: #7a2ebf;\n            font-size: 1.2rem;\n            top: 2px;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.65rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 1rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.95rem;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.3rem;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\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":"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\/hair-accessories.oembed","provider":"soberry","version":"1.0","type":"link"}