{"product_id":"hs-hair-style-sprey","title":"HS Hair Style Sprey","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\n\n\u003cstyle\u003e\n    \/* GENEL YAPI VE RENKLER *\/\n    .hms-product-wrapper {\n        font-family: 'Inter', 'Arial', sans-serif;\n        color: #4b5563;\n        line-height: 1.7;\n        max-width: 100%;\n        overflow-x: hidden;\n    }\n    \n    \/* GÜVEN DAMGASI (TRUST BADGE) *\/\n    .hms-trust-badge {\n        display: flex;\n        align-items: center;\n        background: #f8fafc; \/* Açık Gri\/Mavi *\/\n        padding: 16px 20px;\n        border-radius: 12px;\n        margin-bottom: 30px;\n        border: 1px solid #e2e8f0;\n        box-shadow: 0 2px 4px rgba(17, 24, 39, 0.05);\n    }\n    .hms-trust-icon {\n        margin-right: 15px;\n        color: #047857; \/* Zümrüt Yeşili *\/\n        flex-shrink: 0;\n    }\n    .hms-trust-text h4 {\n        margin: 0 0 4px 0 !important;\n        font-weight: 700;\n        color: #111827; \/* Gece Mavisi *\/\n        font-size: 16px;\n    }\n    .hms-trust-text p {\n        margin: 0 !important;\n        font-size: 14px;\n        color: #047857; \/* Zümrüt Yeşili *\/\n        font-weight: 600;\n    }\n\n    \/* KISA ÖZELLİK KUTULARI *\/\n    .hms-feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n        gap: 15px;\n        margin-bottom: 30px;\n    }\n    .hms-feature-box {\n        background: #ffffff;\n        padding: 18px 15px;\n        border-radius: 10px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n        border: 1px solid #e2e8f0;\n        text-align: center;\n        transition: transform 0.2s ease;\n    }\n    .hms-feature-box:hover {\n        transform: translateY(-2px);\n        border-color: #047857;\n    }\n    .hms-feature-box span {\n        font-size: 26px;\n        display: block;\n        margin-bottom: 10px;\n    }\n    .hms-feature-box h4 {\n        font-weight: 700;\n        color: #111827;\n        margin: 0 0 5px 0 !important;\n        font-size: 15px;\n    }\n    .hms-feature-box p {\n        font-size: 13px;\n        margin: 0 !important;\n        color: #64748b;\n    }\n\n    \/* BAŞLIKLAR *\/\n    .hms-product-wrapper h2 {\n        color: #111827;\n        font-size: 1.4rem;\n        font-weight: 800;\n        margin: 40px 0 20px 0;\n        padding-bottom: 10px;\n        border-bottom: 2px solid #e2e8f0;\n        position: relative;\n    }\n    .hms-product-wrapper h2::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        width: 50px;\n        height: 3px;\n        background: #047857;\n    }\n\n    \/* İÇERİK PARAGRAFLARI VE LİSTELER *\/\n    .hms-desc-text {\n        font-size: 1rem;\n        margin-bottom: 20px;\n        color: #4b5563;\n    }\n    .hms-desc-text strong {\n        color: #111827;\n    }\n    .hms-check-list {\n        list-style: none;\n        padding-left: 0;\n        margin-bottom: 30px;\n    }\n    .hms-check-list li {\n        position: relative;\n        padding-left: 28px;\n        margin-bottom: 12px;\n        color: #4b5563;\n        font-size: 1rem;\n    }\n    .hms-check-list li::before {\n        content: '✓';\n        position: absolute;\n        left: 0;\n        top: 0;\n        color: #047857;\n        font-weight: bold;\n        font-size: 1.1rem;\n    }\n\n    \/* İÇERİK TABLOSU *\/\n    .hms-value-table-wrapper {\n        overflow-x: auto;\n        margin-bottom: 35px;\n        border-radius: 10px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n        border: 1px solid #e2e8f0;\n    }\n    .hms-value-table {\n        width: 100%;\n        min-width: 400px;\n        border-collapse: collapse;\n        background: white;\n    }\n    .hms-value-table th, .hms-value-table td {\n        padding: 14px 15px;\n        text-align: left;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    .hms-value-table th {\n        background: #111827;\n        color: white;\n        font-weight: 600;\n        font-size: 0.95rem;\n        width: 30%;\n    }\n    .hms-value-table td {\n        color: #4b5563;\n        font-size: 0.95rem;\n    }\n    .hms-value-table tr:nth-child(even) {\n        background: #f8fafc;\n    }\n    .hms-value-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    \/* KULLANIM TALİMATI KUTUSU *\/\n    .hms-usage-box {\n        background: #f0fdf4; \/* Hafif Yeşil Arka Plan *\/\n        padding: 25px;\n        border-radius: 12px;\n        margin: 35px 0;\n        border-left: 4px solid #047857;\n    }\n    .hms-usage-box h3 {\n        margin: 0 0 15px 0 !important;\n        color: #047857;\n        font-size: 1.2rem;\n        font-weight: 700;\n        display: flex;\n        align-items: center;\n    }\n    .hms-usage-list {\n        margin: 0;\n        padding-left: 20px;\n    }\n    .hms-usage-list li {\n        margin-bottom: 10px;\n        color: #4b5563;\n    }\n    .hms-usage-list li:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* MOBİL UYUM *\/\n    @media (max-width: 768px) {\n        .hms-product-wrapper h2 { font-size: 1.25rem; }\n        .hms-desc-text, .hms-check-list li { font-size: 0.95rem; }\n        .hms-value-table th, .hms-value-table td { padding: 12px; font-size: 0.9rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hms-product-wrapper\"\u003e\n\n    \u003cdiv class=\"hms-trust-badge\"\u003e\n        \u003csvg class=\"hms-trust-icon\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"hms-trust-text\"\u003e\n            \u003ch4\u003eKlinik Onaylı Orijinal Ürün\u003c\/h4\u003e\n            \u003cp\u003e1-3 İş Gününde Hızlı ve Güvenli Teslimat\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hms-feature-grid\"\u003e\n        \u003cdiv class=\"hms-feature-box\"\u003e\n            \u003cspan\u003e💧\u003c\/span\u003e\n            \u003ch4\u003e100 ml Dermal Sprey\u003c\/h4\u003e\n            \u003cp\u003eLokal ve Hızlı Emilim\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hms-feature-box\"\u003e\n            \u003cspan\u003e⚡\u003c\/span\u003e\n            \u003ch4\u003eYoğun Procapil\u003c\/h4\u003e\n            \u003cp\u003eKökleri Doğrudan Uyarır\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hms-feature-box\"\u003e\n            \u003cspan\u003e🛡️\u003c\/span\u003e\n            \u003ch4\u003eDökülme Karşıtı\u003c\/h4\u003e\n            \u003cp\u003eYeni Saç Oluşumu\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"hms-desc-text\"\u003e\u003cstrong\u003eHS Hair Style Qenzym Q10 Saç Besleyici Sprey\u003c\/strong\u003e, saç dökülmesini önlemek ve yeni saç oluşumunu tetiklemek amacıyla özel olarak geliştirilmiş lokal (bölgesel) bir saç bakım spreyidir.\u003c\/p\u003e\n\n    \u003cp class=\"hms-desc-text\"\u003eİçeriğindeki güçlü klinik bileşen olan \u003cstrong\u003eProcapil\u003c\/strong\u003e ve besleyici \u003cstrong\u003eHint Yağı\u003c\/strong\u003e sayesinde, zayıflamış saç köklerine doğrudan nüfuz eder. Bu güçlü formül, saç ekimi operasyonları sonrasında tedaviye tam destek sağlarken, günlük kullanımda da saç çıkış ve uzama hızını belirgin şekilde artırır.\u003c\/p\u003e\n\n    \u003ch2\u003eHS Hair Style Sprey'in Başlıca Faydaları\u003c\/h2\u003e\n    \u003cul class=\"hms-check-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDökülmeyi Durdurur:\u003c\/strong\u003e Saç foliküllerine etki ederek büyük ölçüde saç dökülmesini durdurma özelliğine sahiptir.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eKalın ve Güçlü Saçlar:\u003c\/strong\u003e Minyatürleşmiş (incelmiş) saç tellerini kalınlaştırır, saçın genel kalitesini artırır.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHızlı Uzama:\u003c\/strong\u003e İçeriğindeki aktif maddeler sayesinde saç çıkış hızını artırır ve saç uzamasını tetikler.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePratik Kullanım:\u003c\/strong\u003e Hafif formülü sayesinde saçta ağırlık veya yapışkan bir his bırakmaz, hızlıca emilir.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eKlinik Olarak Kanıtlanmış İçerik\u003c\/h2\u003e\n    \u003cdiv class=\"hms-value-table-wrapper\"\u003e\n        \u003ctable class=\"hms-value-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eAktif Bileşen\u003c\/th\u003e\n                    \u003cth\u003eSaç Sağlığına Etkisi\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eProcapil\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eKlinik testlerle kanıtlanmış bu kompleks; saç yapısını kalınlaştırır, büyüme fazını (anajen) uzatır ve saç dökülmesini önleyici (anti-DHT) özellik gösterir.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eHint Yağı (Castor Oil)\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eİçerdiği yoğun Omega 9 yağ asitleri ve Ricinoleik asit sayesinde saç köklerindeki kan dolaşımını hızlandırır ve mükemmel bir saç besleyici olarak görev yapar.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eQenzym Q10\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eHücresel düzeyde enerji üretimini destekleyerek saç foliküllerinin yaşlanmasını geciktirir.\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hms-usage-box\"\u003e\n        \u003ch3\u003e\n            \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#047857\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 10px;\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Uzman Kullanım Talimatı\n        \u003c\/h3\u003e\n        \u003col class=\"hms-usage-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSaç Ekimi Yaptıranlar İçin:\u003c\/strong\u003e Operasyondan sonraki \u003cstrong\u003e20. günden itibaren\u003c\/strong\u003e kullanılmaya başlanması tavsiye edilir.\u003c\/li\u003e\n            \u003cli\u003eSaç dökülmesi olan veya ekim yapılan problemli bölgeye \u003cstrong\u003e10-12 kez püskürterek\u003c\/strong\u003e uygulayın.\u003c\/li\u003e\n            \u003cli\u003eSpreyi sıktıktan sonra parmak uçlarınızla çok hafifçe masaj yaparak sıvının saç derisine tamamen emilmesini sağlayın.\u003c\/li\u003e\n            \u003cli\u003eÜrünü uyguladıktan sonra saçınızı \u003cstrong\u003eyıkamayın veya durulamayın.\u003c\/strong\u003e Etkisini göstermesi için deride kalmalıdır.\u003c\/li\u003e\n            \u003cli\u003eEn iyi sonuçlar için sabah ve akşam olmak üzere günde 2 kez, temiz ve kuru saç derisine uygulanmalıdır.\u003c\/li\u003e\n        \u003c\/ol\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HS Hair Style","offers":[{"title":"Default Title","offer_id":54022226248052,"sku":null,"price":1000.0,"currency_code":"TRY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/6381\/0932\/files\/hairmedicalshop-8702174.jpg?v=1773170091","url":"https:\/\/www.hairmedicalshop.com.tr\/products\/hs-hair-style-sprey","provider":"HAİR MEDİCAL SHOP ","version":"1.0","type":"link"}