{"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","url":"https:\/\/sobrry.com\/products\/wooden-brush-1","provider":"soberry","version":"1.0","type":"link"}