{"title":"wavy \u0026 curly hair care","description":"","products":[{"product_id":"satin-scrunchie","title":"Satin Scrunchie","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n            direction: ltr;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n            direction: ltr;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n            direction: ltr;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Product Title Styling *\/\n        .so-berry-container .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #7a2ebf;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            display: inline-block;\n            width: 100%;\n        }\n        \n        .so-berry-container .product-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Description Styling *\/\n        .so-berry-container .product-description {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 25px 0;\n            border-left: 4px solid #7a2ebf;\n            font-size: 1.3rem;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .product-description p {\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        \/* What's Inside Section *\/\n        .so-berry-container .whats-inside-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin: 30px 0 20px 0;\n            text-align: left;\n        }\n        \n        \/* Product Items Styling *\/\n        .so-berry-container .product-item {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid rgba(123, 44, 191, 0.2);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .product-name {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin-bottom: 12px;\n        }\n        \n        .so-berry-container .product-desc {\n            color: #2e003e;\n            line-height: 1.7;\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        \/* Special styling for the last product (bold) *\/\n        .so-berry-container .special-product {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid rgba(123, 44, 191, 0.2);\n        }\n        \n        .so-berry-container .special-product .product-name {\n            font-weight: 700;\n            font-size: 1.4rem;\n        }\n        \n        .so-berry-container .special-product .product-desc {\n            font-weight: 600;\n            font-size: 1.3rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-title {\n                font-size: 1.9rem;\n            }\n            \n            .so-berry-container .product-description p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .whats-inside-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-desc {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .product-title {\n                font-size: 1.6rem;\n            }\n            \n            .so-berry-container .product-description {\n                padding: 25px;\n            }\n            \n            .so-berry-container .product-description p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .whats-inside-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .product-name {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .product-desc {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .product-item {\n                padding: 20px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eSatin Scrunchie\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Main Product Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eMade from 100% natural Turkish satin for the ultimate hair protection and styling comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whats-inside-title\"\u003eFeatures \u0026amp; Benefits:\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eMade from 100% natural Turkish satin\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003ePremium quality satin material that provides gentle care for your hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eSuitable for all hair types\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003ePerfect for straight, wavy, curly, and coily hair textures.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eGentle on hair — won't leave creases or marks\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eUnlike regular hair ties, our satin scrunchie maintains your hairstyle without leaving unwanted marks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item\"\u003e\n\u003cdiv class=\"product-name\"\u003eReduces frizz and split ends\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eEspecially beneficial for dry or curly hair, helping to maintain moisture and smoothness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-item special-product\"\u003e\n\u003cdiv class=\"product-name\"\u003eDoes not tug or pull on the hair\u003c\/div\u003e\n\u003cdiv class=\"product-desc\"\u003eUnlike standard hair ties, helps prevent hair loss by eliminating harsh pulling and tension on your strands.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"burgundy","offer_id":51489374437696,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489374470464,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489374503232,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489374536000,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51489375748416,"sku":null,"price":55.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/9.webp?v=1749998257"},{"product_id":"satin-bonnet","title":"Satin Hair Bonnet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Features List *\/\n        .so-berry-container .features-list {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            padding: 15px 20px;\n            background: rgba(217, 179, 255, 0.1);\n            border-radius: 12px;\n            border-left: 4px solid #7a2ebf;\n        }\n        \n        .so-berry-container .feature-text {\n            font-size: 1.3rem;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.4rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.7;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .feature-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .feature-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n            \n            .so-berry-container .feature-item {\n                padding: 12px 16px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eSatin Hair Bonnet\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003ePreserves moisture, curls, and styling before bedtime. It reduces split ends and frizz, and protects your hair from electrical shocks caused by sleeping on a cotton pillowcase.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eMade from 100% natural Turkish satin\u003c\/strong\u003e - the finest quality for ultimate hair protection and comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eMade from 100% natural Turkish satin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eSuitable for all hair types\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps retain moisture from roots to ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003ePreserves hairstyling overnight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-text\"\u003eReduces frizz and split ends by minimizing friction with cotton pillowcases, which cause static and hair damage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"burgundy","offer_id":51489373225280,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Black","offer_id":51489373258048,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":51489373290816,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":51489373323584,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51746865152320,"sku":null,"price":115.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/8.webp?v=1775516913"},{"product_id":"satin-pillowcase","title":"Satin Pillowcase","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.7rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Benefits List *\/\n        .so-berry-container .benefits-list {\n            margin: 20px 0;\n        }\n        \n        .so-berry-container .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n            padding: 12px 15px;\n            background: rgba(217, 179, 255, 0.1);\n            border-radius: 10px;\n            border-left: 3px solid #7a2ebf;\n        }\n        \n        .so-berry-container .benefit-item::before {\n            content: '✨';\n            margin-right: 10px;\n            font-size: 1.1rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.4rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.7;\n        }\n        \n        \/* Safety Features *\/\n        .so-berry-container .safety-features {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .safety-container {\n            background: rgba(255, 255, 255, 0.9);\n            border: 2px solid #7a2ebf;\n            border-radius: 15px;\n            padding: 30px;\n            position: relative;\n        }\n        \n        .so-berry-container .safety-container::before {\n            content: '🔒';\n            position: absolute;\n            top: -8px;\n            left: 15px;\n            background: #7a2ebf;\n            color: white;\n            width: 35px;\n            height: 35px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n            box-shadow: 0 3px 10px rgba(123, 44, 191, 0.3);\n        }\n        \n        .so-berry-container .safety-item {\n            padding: 12px 0;\n            text-align: left;\n            color: #2e003e;\n            font-weight: 500;\n        }\n        \n        .so-berry-container .safety-item:first-child {\n            border-bottom: 1px solid rgba(123, 44, 191, 0.2);\n            margin-bottom: 12px;\n            padding-bottom: 18px;\n        }\n        \n        .so-berry-container .safety-item p {\n            margin: 0;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .safety-item strong {\n            font-size: 1.4rem;\n        }\n        \n        \/* Color Options *\/\n        .so-berry-container .color-options {\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .color-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #7a2ebf;\n            margin-bottom: 20px;\n        }\n        \n        .so-berry-container .color-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .so-berry-container .color-item {\n            background: rgba(217, 179, 255, 0.1);\n            padding: 12px 20px;\n            border-radius: 25px;\n            border: 2px solid rgba(123, 44, 191, 0.3);\n            color: #2e003e;\n            font-weight: 500;\n            font-size: 1.2rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .safety-item p {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .color-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .color-item {\n                font-size: 1.1rem;\n                padding: 10px 16px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .color-list {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n            \n            .so-berry-container .safety-container {\n                padding: 25px;\n            }\n            \n            .so-berry-container .safety-item p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .color-item {\n                font-size: 1rem;\n                padding: 8px 14px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003e\u003cb\u003eSatin Pillowcase\u003c\/b\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eA satin pillowcase is essential for protecting your hair while you sleep, especially if you want to maintain your hairstyle. It offers multiple benefits:\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003e\n\u003cstrong\u003eBenefits:\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e• Reduces hair breakage\u003c\/strong\u003e, especially split ends\u003cbr\u003e\u003cstrong\u003e• Protects hair from dryness\u003c\/strong\u003e caused by cotton pillowcases\u003cbr\u003e\u003cstrong\u003e• Maintains curly hair shape\u003c\/strong\u003e and prevents frizz\u003cbr\u003e\u003cstrong\u003e• Preserves hair moisture\u003c\/strong\u003e, protecting it from dryness and flyaways\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eStandard Size:\u003c\/strong\u003e 50 × 70 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-options\"\u003e\n\u003cdiv class=\"color-title\"\u003eAvailable Colors:\u003c\/div\u003e\n\u003cdiv class=\"color-list\"\u003e\n\u003cspan class=\"color-item\"\u003eBlack\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eCashmere\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eGold\u003c\/span\u003e \u003cspan class=\"color-item\"\u003eBlue\u003c\/span\u003e \u003cspan class=\"color-item\"\u003ePurple\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eMade from 100% Natural Turkish Satin\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eStandard Size: 50 × 70 cm\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Black","offer_id":50763864244544,"sku":"","price":140.0,"currency_code":"EGP","in_stock":false},{"title":"cashmeer","offer_id":50763864277312,"sku":"","price":140.0,"currency_code":"EGP","in_stock":false},{"title":"burgundy","offer_id":50791236010304,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":false},{"title":"Hot pink","offer_id":50791236043072,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":false},{"title":"Purple","offer_id":51477589426496,"sku":null,"price":140.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/11.webp?v=1749999706"},{"product_id":"banana-berry-detangler-spray-hair-mist","title":"Banana Berry Detangler Spray \u0026 Hair Mist","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eBanana Berry Detangling Spray\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003e3-in-1 Spray - For detangling, hair fragrance, and curl refresher\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e3-in-1: Detangle + Hydrate + Curl Refresh\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eQuick results in seconds for detangling and curl refreshing — With Mix Berries scent that lasts for days\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eSize: 250 ml\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"250ml","offer_id":50774882943296,"sku":"","price":180.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairMist_Spray250Ml_3_11zon_4f12156f-cb48-4e80-bc97-7a6b9ddf2aee.webp?v=1751473499"},{"product_id":"banana-berry-hair-mask-conditioner","title":"Banana Berry Hair Mask \u0026 Conditioner","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eBanana Berry Hair Mask \u0026amp; Conditioner\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eConditioner × Hair Mask - For repair, nourishment, and enhanced smoothness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e2-in-1 product (Conditioner + Hair Mask)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides deep and intensive hydration — Delivers effective repair and nourishment — Leaves hair soft, smooth, and silky\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eHelps reduce frizz and split ends\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafety \u0026amp; Specifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003eSafe and suitable for use by children and adults from 2 years of age\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for all hair types\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eSize: 500 g\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"500g","offer_id":50774882615616,"sku":"","price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairMask_Conditioner_2_11zon_1c56ca24-ae32-4f11-8487-adc17c38e1d0.webp?v=1751473533"},{"product_id":"banana-berry-hair-balm","title":"Banana Berry Hair Balm","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eHair Balm\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eHair Balm for double hydration and styling hold for wavy and curly hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe hydration and shine innovation from Soberry\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides 5× stronger hydration compared to regular products — Offers natural styling hold — Rich in nourishing natural ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for curly and wavy hair\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"250g","offer_id":50774881763648,"sku":"","price":370.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/HairBalm_1_11zon_85aa3ef8-00d6-429e-a988-b75dba644e29.webp?v=1751473557"},{"product_id":"hair-shampoo","title":"Hair Shampoo","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003c!-- Animated Background Bubbles --\u003e\n\u003cdiv class=\"bubble-container\"\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eHair Shampoo\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eMedical natural shampoo to cleanse the scalp without dryness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eA medical shampoo with 100% natural ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eGently cleanses the hair without causing dryness — Suitable for all hair types\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for use by children and adults from 2 years of age\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eSize: 450 ml \/ 250ml\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"450ml","offer_id":50763894686016,"sku":"","price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/Shampoo_6_11zon_0b6015f5-d41a-4c69-bef9-67d53a4df7e3.webp?v=1751473573"},{"product_id":"banana-berry-leave-in-cream","title":"Banana Berry Leave-in Cream","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eBanana Berry Leave-in Cream\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eLeave-in for instant softness and easy detangling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Benefits\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003e100% natural, medical-grade leave-in\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides instant hydration and smoothing from the first use — Helps detangle and style hair with ease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-list\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety \u0026 Specifications Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSafety \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"safety-container\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe and suitable for children from 2 years old and adults\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-container\"\u003e\u003cspan class=\"size-badge\"\u003e\u003cstrong\u003eSize: 250 ml\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"250ml","offer_id":50774880092480,"sku":"","price":290.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/Leave-In_5_11zon_fe34f6b6-bb0d-450a-9bed-806e56f968b7.webp?v=1751473612"},{"product_id":"super-instant-smoothness-deal","title":"Instant moisturizing and smoothing duet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* SEO Title - Small text under product name *\/\n        .so-berry-container .seo-title {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #7a2ebf;\n            margin-top: 15px;\n            opacity: 0.9;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.2rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.2rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.25rem;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.85rem;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 0.95rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eHydration Duet Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eThe ultimate combo for wavy and curly hair + a gift\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cdiv class=\"highlight-text\"\u003eProvides deep hydration and healthy shine from the very first use — Long-lasting moisture to fight frizz and split ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for curly, wavy, and coily hair\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50776451875136,"sku":"","price":599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-English--1.webp?v=1767998567"},{"product_id":"volume-length-smoothness-pack","title":"Growth , Length \u0026 Smoothness Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* SEO Title - Small text under product name *\/\n        .so-berry-container .seo-title {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #7a2ebf;\n            margin-top: 15px;\n            opacity: 0.9;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.3rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.3rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.35rem;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.85rem;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 0.95rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eVolume, Length \u0026amp; Smoothness Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eSolves all hair problems + a gift\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eThis package includes: Shampoo + Hair Tonic + Leave-In Conditioner\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProvides hair thickening and lengthening with instant hydration and softness from the very first use\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50776453185856,"sku":"","price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SoBerry-DesOffer-English--2.webp?v=1767998567"},{"product_id":"big-family-bundle","title":"Super Saving Package","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* Scoped Container - Won't affect other website elements *\/\n        .so-berry-container {\n            all: initial;\n            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, #f7f2fa 0%, #e8d5f0 100%);\n            min-height: 100vh;\n            position: relative;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .so-berry-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* Main Container - Centered *\/\n        .so-berry-container .product-container {\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Brand Title *\/\n        .so-berry-container .brand-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .so-berry-container .brand-title h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            font-weight: 700;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            display: inline-block;\n            letter-spacing: 2px;\n            margin: 0;\n        }\n        \n        .so-berry-container .brand-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 2px;\n        }\n        \n        \/* SEO Title - Small text under product name *\/\n        .so-berry-container .seo-title {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #7a2ebf;\n            margin-top: 15px;\n            opacity: 0.9;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Card Styles *\/\n        .so-berry-container .product-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 35px;\n            margin-bottom: 25px;\n            box-shadow: 0 15px 35px rgba(123, 44, 191, 0.1);\n            border: 1px solid rgba(217, 179, 255, 0.3);\n            width: 100%;\n        }\n        \n        \/* Section Titles *\/\n        .so-berry-container .section-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            color: #2e003e;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .so-berry-container .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(135deg, #7a2ebf 0%, #d9b3ff 100%);\n            border-radius: 1px;\n        }\n        \n        \/* Content Text - IMPROVED READABILITY *\/\n        .so-berry-container .content-text {\n            color: #2e003e;\n            line-height: 1.8;\n            font-size: 1.2rem;\n            max-width: 100%;\n        }\n        \n        .so-berry-container .content-text p {\n            margin-bottom: 18px;\n            font-size: 1.2rem;\n        }\n        \n        .so-berry-container .content-text b, \n        .so-berry-container .content-text strong {\n            color: #7a2ebf;\n            font-weight: 600;\n            font-size: 1.25rem;\n        }\n        \n        \/* Highlight Box for Key Benefits *\/\n        .so-berry-container .highlight-box {\n            background: linear-gradient(135deg, rgba(123, 44, 191, 0.1) 0%, rgba(217, 179, 255, 0.1) 100%);\n            border-left: 4px solid #7a2ebf;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 25px 0;\n        }\n        \n        .so-berry-container .highlight-text {\n            font-size: 1.3rem;\n            font-weight: 500;\n            color: #2e003e;\n            line-height: 1.6;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .so-berry-container .product-container {\n                padding: 30px 15px;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 25px;\n                margin-bottom: 20px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.2rem;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 40px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .so-berry-container .brand-title h2 {\n                font-size: 2rem;\n                letter-spacing: 1px;\n            }\n            \n            .so-berry-container .seo-title {\n                font-size: 0.85rem;\n            }\n            \n            .so-berry-container .product-card {\n                padding: 20px;\n                border-radius: 15px;\n            }\n            \n            .so-berry-container .section-title {\n                font-size: 1.3rem;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .content-text p {\n                font-size: 1rem;\n            }\n            \n            .so-berry-container .highlight-text {\n                font-size: 1.1rem;\n            }\n            \n            .so-berry-container .highlight-box {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-height: 700px) {\n            .so-berry-container {\n                align-items: flex-start;\n                padding-top: 20px;\n            }\n            \n            .so-berry-container .brand-title {\n                margin-bottom: 30px;\n            }\n            \n            .so-berry-container .product-card {\n                margin-bottom: 15px;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .so-berry-container .product-container {\n                padding: 20px 10px;\n            }\n            \n            .so-berry-container .content-text {\n                font-size: 0.95rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Scoped Container --\u003e\n\u003cdiv class=\"so-berry-container\"\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Brand Title --\u003e\n\u003cdiv class=\"brand-title\"\u003e\n\u003ch2\u003eSuper Saving Package\u003c\/h2\u003e\n\u003cp class=\"seo-title\"\u003eBest-Selling All In One Package\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Card --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003e\u003cstrong\u003eComplete Hair Routine 5 Products + 3 Gifts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e100% natural\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProviding instant hydration and shine from the first use\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWith large quantities that last for months\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable for all hair types and safe for children from age 2 years\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sobrry","offers":[{"title":"Default Title","offer_id":50776453579072,"sku":"","price":1199.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/8005\/7152\/files\/SOberryPlan-Des-8-3copy.webp?v=1774879158"}],"url":"https:\/\/sobrry.com\/collections\/wavy-curly-hair-care.oembed","provider":"soberry","version":"1.0","type":"link"}