{"html":"<!DOCTYPE html><html class=\"no-js\" lang=\"tr\"><head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t<meta name=\"robots\" content=\"index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1\">\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">\n<link rel=\"dns-prefetch\" href=\"//apis.google.com\">\n<link rel=\"dns-prefetch\" href=\"//www.google-analytics.com\">\n<link rel=\"dns-prefetch\" href=\"//www.googletagmanager.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">\n    <script src=\"https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.ch0Jz-JlMrQ.O/m=surveyoptin/exm=auth,ratingbadge/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_YD4KoV8fTh_kLhktsiThAm3yJ5A/cb=gapi.loaded_2?le=scs,fedcm_migration_mod\" async=\"\"></script><script src=\"https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202606180101/show_ads_impl.js\"></script><script src=\"https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.ch0Jz-JlMrQ.O/m=auth/exm=ratingbadge/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_YD4KoV8fTh_kLhktsiThAm3yJ5A/cb=gapi.loaded_1?le=scs\" async=\"\"></script><script src=\"https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.ch0Jz-JlMrQ.O/m=ratingbadge/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_YD4KoV8fTh_kLhktsiThAm3yJ5A/cb=gapi.loaded_0?le=scs\" async=\"\"></script><script async=\"\" src=\"https://www.googletagmanager.com/gtm.js?id=GTM-TV5JPX2R\"></script><script>\n    (function() {\n        // AI referrer tespiti\n        var ref = document.referrer || '';\n        var aiSource = '';\n\n        if (ref.indexOf('chat.openai.com') !== -1 || ref.indexOf('chatgpt.com') !== -1) aiSource = 'chatgpt';\n        else if (ref.indexOf('claude.ai') !== -1 || ref.indexOf('anthropic.com') !== -1) aiSource = 'claude';\n        else if (ref.indexOf('perplexity.ai') !== -1) aiSource = 'perplexity';\n        else if (ref.indexOf('gemini.google.com') !== -1 || ref.indexOf('bard.google.com') !== -1) aiSource = 'gemini';\n        else if (ref.indexOf('copilot.microsoft.com') !== -1 || ref.indexOf('bing.com/chat') !== -1) aiSource = 'copilot';\n        else if (ref.indexOf('you.com') !== -1) aiSource = 'you';\n\n        if (aiSource) {\n            // GA4'e event gönder\n            if (typeof gtag === 'function') {\n                gtag('event', 'ai_referral', {\n                    'ai_source': aiSource,\n                    'page_path': window.location.pathname,\n                    'page_title': document.title,\n                });\n            }\n\n            // UTM parametresi yoksa ekle (session tracking)\n            if (window.location.search.indexOf('utm_source') === -1) {\n                var url = new URL(window.location.href);\n                url.searchParams.set('utm_source', aiSource);\n                url.searchParams.set('utm_medium', 'ai_referral');\n                url.searchParams.set('utm_campaign', 'ai_discovery');\n                window.history.replaceState({}, '', url.toString());\n            }\n\n            // Console'da logla (debug)\n            console.log('🤖 AI Referral tespit edildi:', aiSource);\n        }\n    })();\n    </script>\n        <!-- TF Google Consent Mode v2 — Must fire before Site Kit -->\n    <script id=\"tf-gcm-defaults\">\n    (function(){\n        // 1) dataLayer ve gtag fonksiyonunu Site Kit'ten ÖNCE tanımla\n        window.dataLayer = window.dataLayer || [];\n        window.gtag = window.gtag || function(){ window.dataLayer.push(arguments); };\n\n        // 2) Önceki onayı oku (varsa)\n        var saved = null;\n        try {\n            var raw = localStorage.getItem('tf_cookie_consent_v1');\n            if (raw) {\n                var data = JSON.parse(raw);\n                // Süresi dolmuş mu kontrol et\n                if (!data.expires || Date.now() < data.expires) {\n                    saved = data;\n                }\n            }\n        } catch(e) {}\n\n        // 3) DEFAULT consent state — Site Kit'in gtag'ı bu ayarlarla başlayacak\n        if (saved) {\n            // Kullanıcı önceden seçim yapmış — onun tercihlerine göre başla\n            gtag('consent', 'default', {\n                'ad_storage':              saved.marketing  ? 'granted' : 'denied',\n                'ad_user_data':            saved.marketing  ? 'granted' : 'denied',\n                'ad_personalization':      saved.marketing  ? 'granted' : 'denied',\n                'analytics_storage':       saved.analytics  ? 'granted' : 'denied',\n                'functionality_storage':   saved.functional ? 'granted' : 'denied',\n                'personalization_storage': saved.functional ? 'granted' : 'denied',\n                'security_storage':        'granted'\n            });\n        } else {\n            // Henüz onay yok — her şey \"denied\", sadece güvenlik açık\n            gtag('consent', 'default', {\n                'ad_storage':              'denied',\n                'ad_user_data':            'denied',\n                'ad_personalization':      'denied',\n                'analytics_storage':       'denied',\n                'functionality_storage':   'denied',\n                'personalization_storage': 'denied',\n                'security_storage':        'granted',\n                'wait_for_update':         500  // banner çıksın, kullanıcı seçsin diye 500ms bekle\n            });\n        }\n\n        // 4) URL passthrough — link'lerde click ID'leri çalışsın (cookie olmadan)\n        gtag('set', 'url_passthrough', true);\n\n        // 5) Reklam kişiselleştirme sinyali — KVKK + GDPR güvencesi\n        gtag('set', 'ads_data_redaction', true);\n\n        // 6) Cookie banner'dan onay geldiğinde Google'a haber ver\n        document.addEventListener('tf_consent_updated', function(e) {\n            var c = e.detail;\n            gtag('consent', 'update', {\n                'ad_storage':              c.marketing  ? 'granted' : 'denied',\n                'ad_user_data':            c.marketing  ? 'granted' : 'denied',\n                'ad_personalization':      c.marketing  ? 'granted' : 'denied',\n                'analytics_storage':       c.analytics  ? 'granted' : 'denied',\n                'functionality_storage':   c.functional ? 'granted' : 'denied',\n                'personalization_storage': c.functional ? 'granted' : 'denied'\n            });\n\n            // Onay reddedilirse ads_data_redaction aktif kalsın\n            if (!c.marketing) {\n                gtag('set', 'ads_data_redaction', true);\n            }\n        });\n    })();\n    </script>\n        <style>\n    /* ── OVERFLOW & BASE ────────────────────────────── */\n    html, body { overflow-x: hidden !important; overflow-y: auto !important; }\n\n    /* Tema header'ı gizle */\n    header.header,\n    .header-container,\n    .header.header-style4,\n    .mobile-layout .header-mobile,\n    .mobile-layout .header-ontop,\n    .mobile-layout .top-bar-mobile { display: none !important; }\n\n    /* Header yüksekliğine göre body padding */\n    body:not(.admin-bar) { padding-top: 128px !important; }\n    body.admin-bar        { padding-top: 160px !important; }\n    @media (max-width: 992px) {\n        body:not(.admin-bar) { padding-top: 58px !important; }\n        body.admin-bar        { padding-top: 104px !important; }\n    }\n\n    /* ── HEADER KAPLAYAN WRAPPER ────────────────────── */\n    .tf-header {\n        position: fixed; top: 0; left: 0; right: 0;\n        z-index: 9999;\n        font-family: 'DM Sans', -apple-system, sans-serif;\n        transition: box-shadow 0.3s ease;\n    }\n    .tf-header.tf-scrolled {\n        box-shadow: 0 4px 24px rgba(0,0,0,0.12);\n    }\n    body.admin-bar .tf-header { top: 32px; }\n    @media (max-width: 782px) { body.admin-bar .tf-header { top: 46px; } }\n\n    /* ── 1. ÜST BAR ─────────────────────────────────── */\n    .tf-hdr-top {\n        background: #182c14;\n        font-size: 12px;\n        border-bottom: 1px solid rgba(255,255,255,0.06);\n    }\n    .tf-hdr-top-inner {\n        max-width: 1240px; margin: 0 auto; padding: 7px 20px;\n        display: flex; align-items: center; justify-content: space-between;\n        gap: 12px;\n    }\n    .tf-hdr-top-left,\n    .tf-hdr-top-right { display: flex; align-items: center; gap: 14px; }\n    .tf-hdr-top-item {\n        display: inline-flex; align-items: center; gap: 5px;\n        color: rgba(255,255,255,0.62); text-decoration: none;\n        transition: color 0.2s; font-size: 12px;\n    }\n    .tf-hdr-top-item:hover { color: rgba(255,255,255,0.9); }\n    .tf-hdr-top-divider { width: 1px; height: 13px; background: rgba(255,255,255,0.12); }\n    .tf-hdr-ship-pill {\n        display: inline-flex; align-items: center; gap: 6px;\n        background: rgba(76,175,80,0.14);\n        border: 1px solid rgba(76,175,80,0.25);\n        border-radius: 50px; padding: 3px 10px;\n        color: #81C784; font-weight: 600; font-size: 11px;\n        letter-spacing: 0.2px;\n    }\n\n    /* ── 2. ANA HEADER ───────────────────────────────── */\n    .tf-hdr-main {\n        background: #fff;\n        border-bottom: 1px solid #eeebe6;\n    }\n    .tf-hdr-main-inner {\n        max-width: 1240px; margin: 0 auto; padding: 11px 20px;\n        display: flex; align-items: center; gap: 20px;\n    }\n\n    /* Logo */\n    .tf-hdr-logo { flex-shrink: 0; }\n    .tf-hdr-logo a { display: flex; align-items: center; text-decoration: none; }\n    .tf-hdr-logo img { height: 46px; width: auto; display: block; }\n\n    /* Arama */\n    .tf-hdr-search { flex: 1; max-width: 520px; }\n    .tf-hdr-search-form {\n        display: flex; border: 1.5px solid #e0dbd4; border-radius: 12px;\n        overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; background: #fafaf8;\n    }\n    .tf-hdr-search-form:focus-within {\n        border-color: #2D5A27; background: #fff;\n        box-shadow: 0 0 0 3px rgba(45,90,39,0.09);\n    }\n    .tf-hdr-search-input {\n        flex: 1; padding: 11px 15px; border: none; outline: none;\n        font-family: 'DM Sans', sans-serif; font-size: 14px; color: #1a1a1a;\n        background: transparent; min-width: 0;\n    }\n    .tf-hdr-search-input::placeholder { color: #bbb; }\n    .tf-hdr-search-btn {\n        padding: 0 16px; border: none; cursor: pointer;\n        background: linear-gradient(135deg, #2D5A27, #3d7a35);\n        color: #fff; display: flex; align-items: center; justify-content: center;\n        transition: opacity 0.2s;\n    }\n    .tf-hdr-search-btn:hover { opacity: 0.88; }\n\n    /* Telefon */\n    .tf-hdr-phone {\n        display: flex; align-items: center; gap: 10px;\n        text-decoration: none; color: #333; flex-shrink: 0;\n        transition: color 0.2s;\n    }\n    .tf-hdr-phone:hover { color: #2D5A27; }\n    .tf-hdr-phone-icon {\n        width: 40px; height: 40px; border-radius: 50%;\n        background: #e8f5e9; border: 1px solid #c8e6c9;\n        display: flex; align-items: center; justify-content: center;\n        flex-shrink: 0;\n    }\n    .tf-hdr-phone-label  { font-size: 10.5px; color: #aaa; font-weight: 600; letter-spacing: 0.3px; }\n    .tf-hdr-phone-number { font-size: 15px; font-weight: 800; color: #2D5A27; }\n\n    /* Hesap + Sepet aksiyonları */\n    .tf-hdr-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }\n    .tf-hdr-action {\n        display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333;\n        padding: 8px 12px; border-radius: 10px; transition: background 0.2s, color 0.2s;\n        position: relative;\n    }\n    .tf-hdr-action:hover { background: #f3f2ee; color: #2D5A27; }\n    .tf-hdr-action-label { font-size: 12px; font-weight: 600; line-height: 1; }\n    .tf-hdr-action-sub   { font-size: 13px; font-weight: 800; color: #2D5A27; line-height: 1; margin-top: 2px; }\n\n    /* Sepet badge */\n    .tf-hdr-cart-badge {\n        position: absolute; top: 1px; right: 3px;\n        min-width: 18px; height: 18px; border-radius: 50%;\n        background: #e05c00; color: #fff;\n        font-size: 10px; font-weight: 700;\n        display: flex; align-items: center; justify-content: center;\n        padding: 0 3px; border: 2px solid #fff;\n    }\n    .tf-hdr-cart-badge:empty,\n    .tf-hdr-cart-badge[data-count=\"0\"] { display: none; }\n\n    /* ── 3. NAVİGASYON ──────────────────────────────── */\n    .tf-hdr-nav {\n        background: linear-gradient(135deg, #2D5A27 0%, #1e4019 100%);\n        overflow: visible;\n    }\n    .tf-hdr-nav-inner {\n        max-width: 1240px; margin: 0 auto; padding: 0 20px;\n        display: flex; align-items: stretch; overflow: visible;\n    }\n\n    /* Kategoriler butonu */\n    .tf-hdr-cat-wrap { position: relative; align-self: stretch; display: flex; }\n    .tf-hdr-cat-btn {\n        display: flex; align-items: center; gap: 8px; padding: 0 18px;\n        background: rgba(255,255,255,0.1); color: #fff;\n        font-size: 13px; font-weight: 700; letter-spacing: 0.2px;\n        cursor: pointer; border: none; font-family: 'DM Sans', sans-serif;\n        transition: background 0.2s; white-space: nowrap; height: 100%;\n        border-right: 1px solid rgba(255,255,255,0.1);\n    }\n    .tf-hdr-cat-btn:hover,\n    .tf-hdr-cat-btn.active { background: rgba(255,255,255,0.16); }\n    .tf-hdr-cat-chevron {\n        transition: transform 0.25s;\n    }\n    .tf-hdr-cat-btn.active .tf-hdr-cat-chevron { transform: rotate(180deg); }\n\n    /* Menü */\n    .tf-hdr-menu {\n        display: flex; align-items: stretch; margin: 0; padding: 0; list-style: none;\n    }\n    .tf-hdr-menu-item { position: relative; }\n    .tf-hdr-menu-item > a {\n        display: flex; align-items: center; gap: 4px; padding: 0 16px; height: 44px;\n        color: rgba(255,255,255,0.8); text-decoration: none;\n        font-size: 13.5px; font-weight: 600; transition: color 0.2s, background 0.2s;\n        white-space: nowrap; position: relative;\n    }\n    /* Aktif / hover alt çizgi */\n    .tf-hdr-menu-item > a::after {\n        content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;\n        height: 2px; background: #fff; border-radius: 2px 2px 0 0;\n        transform: scaleX(0); transition: transform 0.2s ease;\n    }\n    .tf-hdr-menu-item > a:hover,\n    .tf-hdr-menu-item.current > a { color: #fff; }\n    .tf-hdr-menu-item > a:hover::after,\n    .tf-hdr-menu-item.current > a::after { transform: scaleX(1); }\n\n    /* Alt menü */\n    .tf-hdr-submenu {\n        position: absolute; top: 100%; left: 0; min-width: 240px;\n        background: #fff; border: 1px solid #e6e1da;\n        border-top: 2px solid #2D5A27;\n        border-radius: 0 0 14px 14px;\n        box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n        opacity: 0; visibility: hidden;\n        transform: translateY(-6px); transition: all 0.22s ease;\n        z-index: 10001; padding: 6px 0; list-style: none; margin: 0;\n    }\n    .tf-hdr-menu-item:hover > .tf-hdr-submenu {\n        opacity: 1; visibility: visible; transform: translateY(0);\n    }\n    .tf-hdr-submenu a {\n        display: flex !important; align-items: center !important;\n        padding: 10px 18px !important; color: #333 !important;\n        font-size: 13px !important; font-weight: 500 !important;\n        text-decoration: none !important; transition: all 0.18s !important;\n        background: transparent !important; gap: 8px !important;\n    }\n    .tf-hdr-submenu a::before {\n        content: '' !important;\n        width: 4px; height: 4px; border-radius: 50%;\n        background: #ccc; flex-shrink: 0 !important;\n        transition: background 0.18s !important;\n    }\n    .tf-hdr-submenu a:hover {\n        background: #f3f2ee !important; color: #2D5A27 !important;\n        padding-left: 22px !important;\n    }\n    .tf-hdr-submenu a:hover::before { background: #2D5A27 !important; }\n\n    /* Nav sağ güven satırı */\n    .tf-hdr-nav-right {\n        margin-left: auto; display: flex; align-items: center; gap: 14px;\n        padding: 0 4px; color: rgba(255,255,255,0.55); font-size: 12px;\n    }\n    .tf-hdr-nav-trust {\n        display: flex; align-items: center; gap: 5px;\n        font-weight: 600; color: rgba(255,255,255,0.7);\n    }\n\n    /* ── KATEGORİ DROPDOWN (body seviyesi) ──────────── */\n    .tf-cat-dropdown {\n        position: fixed; min-width: 290px;\n        background: #fff; border: 1px solid #e6e1da;\n        border-top: 3px solid #2D5A27; border-radius: 0 0 16px 16px;\n        box-shadow: 0 10px 36px rgba(0,0,0,0.12);\n        z-index: 10001; padding: 6px 0; display: none;\n        animation: tf-drop-in 0.2s ease;\n    }\n    @keyframes tf-drop-in {\n        from { opacity: 0; transform: translateY(-6px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n    .tf-cat-dropdown a {\n        display: flex; align-items: center; gap: 10px; padding: 10px 18px;\n        color: #333; text-decoration: none; font-family: 'DM Sans', sans-serif;\n        font-size: 14px; font-weight: 500; transition: all 0.18s;\n    }\n    .tf-cat-dropdown a:hover { background: #f3f2ee; color: #2D5A27; padding-left: 22px; }\n    .tf-cat-dropdown .cat-icon { font-size: 17px; width: 22px; text-align: center; }\n    .tf-cat-dropdown .cat-count {\n        margin-left: auto; font-size: 11px; color: #bbb;\n        background: #f3f2ee; padding: 2px 8px; border-radius: 50px;\n    }\n    .tf-cat-dropdown-footer {\n        border-top: 1px solid #f0ede8; margin-top: 4px;\n    }\n    .tf-cat-dropdown-footer a {\n        color: #2D5A27 !important; font-weight: 700 !important;\n    }\n\n    /* ── MOBİL HEADER ───────────────────────────────── */\n    .tf-hdr-mobile {\n        display: none; background: #fff; padding: 10px 16px;\n        align-items: center; justify-content: space-between; gap: 10px;\n        border-bottom: 1px solid #eeebe6;\n    }\n\n    /* Hamburger */\n    .tf-hdr-hamburger {\n        width: 40px; height: 40px; border: 1.5px solid #e0dbd4; border-radius: 10px;\n        background: #fafaf8; display: flex; flex-direction: column; align-items: center;\n        justify-content: center; gap: 5px; cursor: pointer; flex-shrink: 0;\n        transition: border-color 0.2s; position: relative; overflow: hidden;\n    }\n    .tf-hdr-hamburger:hover { border-color: #2D5A27; }\n    .tf-hdr-hamburger .tf-ham-line {\n        width: 18px; height: 1.5px; background: #333; border-radius: 2px;\n        transition: transform 0.3s, opacity 0.3s;\n        transform-origin: center;\n    }\n    /* Open state → X */\n    .tf-hdr-hamburger.open .tf-ham-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }\n    .tf-hdr-hamburger.open .tf-ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }\n    .tf-hdr-hamburger.open .tf-ham-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }\n\n    .tf-hdr-mob-logo img { height: 34px; width: auto; display: block; }\n    .tf-hdr-mob-actions { display: flex; align-items: center; gap: 2px; }\n    .tf-hdr-mob-action {\n        width: 38px; height: 38px; border-radius: 10px;\n        display: flex; align-items: center; justify-content: center;\n        text-decoration: none; color: #333; position: relative;\n        transition: background 0.2s;\n    }\n    .tf-hdr-mob-action:hover { background: #f3f2ee; color: #2D5A27; }\n    .tf-hdr-mob-badge {\n        position: absolute; top: 0; right: 0; min-width: 17px; height: 17px;\n        border-radius: 50%; background: #e05c00; color: #fff;\n        font-size: 9px; font-weight: 700;\n        display: flex; align-items: center; justify-content: center;\n        border: 2px solid #fff; padding: 0 2px;\n    }\n\n    /* Mobil arama barı */\n    .tf-hdr-mob-search {\n        display: none; padding: 0 16px 10px; background: #fff;\n    }\n    .tf-hdr-mob-search.open { display: block; }\n    .tf-hdr-mob-search form {\n        display: flex; border: 1.5px solid #e0dbd4; border-radius: 10px;\n        overflow: hidden; background: #fafaf8;\n    }\n    .tf-hdr-mob-search form:focus-within {\n        border-color: #2D5A27;\n    }\n    .tf-hdr-mob-search input {\n        flex: 1; padding: 10px 14px; border: none; outline: none;\n        font-size: 14px; font-family: 'DM Sans', sans-serif; background: transparent;\n    }\n    .tf-hdr-mob-search button {\n        padding: 0 14px; border: none;\n        background: linear-gradient(135deg, #2D5A27, #3d7a35);\n        color: #fff; cursor: pointer; display: flex; align-items: center;\n    }\n\n    /* ── MOBİL PANEL ─────────────────────────────────── */\n    .tf-mob-overlay {\n        position: fixed; inset: 0; background: rgba(0,0,0,0.45);\n        z-index: 10000; opacity: 0; visibility: hidden; transition: all 0.3s;\n    }\n    .tf-mob-overlay.open { opacity: 1; visibility: visible; }\n\n    .tf-mob-panel {\n        position: fixed; top: 0; left: 0; width: 300px; height: 100vh;\n        background: #fff; z-index: 10001;\n        transform: translateX(-100%); transition: transform 0.32s ease;\n        overflow-y: auto; box-shadow: 6px 0 28px rgba(0,0,0,0.12);\n        display: flex; flex-direction: column;\n    }\n    .tf-mob-panel.open { transform: translateX(0); }\n\n    .tf-mob-panel-hdr {\n        padding: 18px 20px; background: linear-gradient(135deg, #2D5A27, #3d7a35);\n        display: flex; align-items: center; justify-content: space-between;\n        flex-shrink: 0;\n    }\n    .tf-mob-panel-hdr img { height: 28px; }\n    .tf-mob-panel-close {\n        width: 32px; height: 32px; border-radius: 50%;\n        background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2);\n        color: #fff; cursor: pointer;\n        display: flex; align-items: center; justify-content: center;\n        transition: background 0.2s;\n    }\n    .tf-mob-panel-close:hover { background: rgba(255,255,255,0.25); }\n\n    .tf-mob-panel-menu {\n        list-style: none; padding: 8px 0; margin: 0;\n    }\n    .tf-mob-panel-menu a {\n        display: flex; align-items: center; gap: 11px; padding: 13px 20px;\n        color: #1a2918; text-decoration: none; font-size: 14.5px; font-weight: 600;\n        border-bottom: 1px solid #f5f3ef; transition: all 0.18s;\n    }\n    .tf-mob-panel-menu a:hover { background: #f3f2ee; color: #2D5A27; padding-left: 24px; }\n    .tf-mob-panel-menu .tf-pan-icon {\n        width: 32px; height: 32px; border-radius: 8px; background: #e8f5e9;\n        display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n    }\n\n    .tf-mob-panel-cats { padding: 16px 20px; border-top: 1px solid #f0ede8; }\n    .tf-mob-panel-cats-title {\n        font-size: 10px; font-weight: 700; text-transform: uppercase;\n        letter-spacing: 1px; color: #bbb; margin-bottom: 10px;\n    }\n    .tf-mob-panel-cat {\n        display: flex; align-items: center; gap: 8px;\n        padding: 9px 10px; color: #444; text-decoration: none;\n        font-size: 13.5px; border-radius: 10px; transition: all 0.18s;\n    }\n    .tf-mob-panel-cat:hover { background: #f3f2ee; color: #2D5A27; }\n    .tf-mob-panel-cat-icon { font-size: 16px; width: 20px; text-align: center; }\n\n    .tf-mob-panel-contact {\n        padding: 16px 20px; border-top: 1px solid #f0ede8; margin-top: auto;\n    }\n    .tf-mob-panel-contact a {\n        display: flex; align-items: center; gap: 10px; padding: 10px 0;\n        color: #444; text-decoration: none; font-size: 13.5px;\n        border-bottom: 1px solid #f5f3ef; transition: color 0.2s;\n    }\n    .tf-mob-panel-contact a:last-child { border-bottom: none; }\n    .tf-mob-panel-contact a:hover { color: #2D5A27; }\n\n    /* ── RESPONSIVE ─────────────────────────────────── */\n    @media (max-width: 992px) {\n        .tf-hdr-top, .tf-hdr-main, .tf-hdr-nav { display: none !important; }\n        .tf-hdr-mobile { display: flex !important; }\n    }\n    @media (min-width: 993px) {\n        .tf-hdr-mobile, .tf-hdr-mob-search,\n        .tf-mob-panel, .tf-mob-overlay { display: none !important; }\n    }\n\t\t\t\t\t\t\t\t   \n\t\t\t\t\t\t\t\t   button#tf-cat-toggle {\n    overflow: hidden !important;\nheight: 38px !important;\n    width: 177px !important;\n    position: relative; /* Ripple'ın doğru konumlanması için gereklidir */\n}\n    </style>\n    \n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Mantar Tohumu ve Miseli Satın Al | Tohumlar Fidana</title>\n\t<meta name=\"description\" content=\"2018'den beri Türkiye'nin güvenilir mantar tohumu ve miseli. İstiridye, kültür, shiitake, reishi — ücretsiz kargo, 7/24 destek.\">\n\t<link rel=\"canonical\" href=\"https://www.tohumlarfidana.net/\">\n\t<meta property=\"og:locale\" content=\"tr_TR\">\n\t<meta property=\"og:type\" content=\"website\">\n\t<meta property=\"og:title\" content=\"Mantar Tohumu ve Miseli Satın Al | Tohumlar Fidana\">\n\t<meta property=\"og:description\" content=\"2018'den beri Türkiye'nin güvenilir mantar tohumu ve miseli. İstiridye, kültür, shiitake, reishi — ücretsiz kargo, 7/24 destek.\">\n\t<meta property=\"og:url\" content=\"https://www.tohumlarfidana.net/\">\n\t<meta property=\"og:site_name\" content=\"Tohumlar Fidana\">\n\t<meta property=\"article:modified_time\" content=\"2026-06-06T15:12:49+00:00\">\n\t<meta name=\"twitter:card\" content=\"summary_large_image\">\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/\",\"url\":\"https:\\/\\/www.tohumlarfidana.net\\/\",\"name\":\"Mantar Tohumu ve Miseli Satın Al | Tohumlar Fidana\",\"isPartOf\":{\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#website\"},\"about\":{\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#organization\"},\"datePublished\":\"2017-06-27T14:37:17+00:00\",\"dateModified\":\"2026-06-06T15:12:49+00:00\",\"description\":\"2018'den beri Türkiye'nin güvenilir mantar tohumu ve miseli. İstiridye, kültür, shiitake, reishi — ücretsiz kargo, 7\\/24 destek.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\/\\/www.tohumlarfidana.net\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#website\",\"url\":\"https:\\/\\/www.tohumlarfidana.net\\/\",\"name\":\"Tohumlar Fidana\",\"description\":\"Tohumlar Fidana\",\"publisher\":{\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/www.tohumlarfidana.net\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#organization\",\"name\":\"Tohumlar Fidana\",\"url\":\"https:\\/\\/www.tohumlarfidana.net\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/www.tohumlarfidana.net\\/wp-content\\/uploads\\/2018\\/12\\/logo.png\",\"contentUrl\":\"https:\\/\\/www.tohumlarfidana.net\\/wp-content\\/uploads\\/2018\\/12\\/logo.png\",\"width\":153,\"height\":48,\"caption\":\"Tohumlar Fidana\"},\"image\":{\"@id\":\"https:\\/\\/www.tohumlarfidana.net\\/#\\/schema\\/logo\\/image\\/\"}}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel=\"dns-prefetch\" href=\"//www.googletagmanager.com\">\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">\n<link rel=\"dns-prefetch\" href=\"//pagead2.googlesyndication.com\">\n<link rel=\"alternate\" title=\"oEmbed (JSON)\" type=\"application/json+oembed\" href=\"https://www.tohumlarfidana.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tohumlarfidana.net%2F\">\n<link rel=\"alternate\" title=\"oEmbed (XML)\" type=\"text/xml+oembed\" href=\"https://www.tohumlarfidana.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tohumlarfidana.net%2F&amp;format=xml\">\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id=\"classic-theme-styles-inline-css\">\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n/*# sourceURL=/wp-includes/css/classic-themes.min.css */\n</style>\n\n<link rel=\"stylesheet\" id=\"wc-blocks-style-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.8.1\" media=\"all\">\n\n<style id=\"global-styles-inline-css\">\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\n/*# sourceURL=global-styles-inline-css */\n</style>\n\n<link rel=\"stylesheet\" id=\"cnk_mss_v5-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/cnk_mss_v5/public/css/cnk_mss_v5-public.css?ver=1.0.0\" media=\"all\">\n<link rel=\"stylesheet\" id=\"product_category_dropdowns-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/product-category-dropdowns/view/frontend/web/main.css\" media=\"all\">\n<style id=\"woocommerce-inline-inline-css\">\n.woocommerce form .form-row .required { visibility: visible; }\n/*# sourceURL=woocommerce-inline-inline-css */\n</style>\n<link rel=\"stylesheet\" id=\"topdeal-googlefonts-css\" href=\"//fonts.googleapis.com/css?family=Nunito+Sans%3A400%2C500%2C600%7CNunito+Sans%3A400%2C500%2C600%7CNunito+Sans%3A400%2C500%2C600%7CNunito+Sans%3A400%2C500%2C600&amp;ver=1.0.0\" media=\"all\">\n<link rel=\"stylesheet\" id=\"fancybox_css-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_core/css/jquery.fancybox.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/css/bootstrap.min.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"fontawesome1-css\" href=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/css/font-awesome.min.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"topdeal_css-css\" href=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/css/app-default.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"topdeal_responsive_css-css\" href=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/css/app-responsive.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"sw-wooswatches-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_wooswatches/css/style.css\" media=\"all\">\n<link rel=\"stylesheet\" id=\"jquery.contactus.css-css\" href=\"https://www.tohumlarfidana.net/wp-content/plugins/ar-contactus/res/css/jquery.contactus.min.css?ver=1.5.1\" media=\"all\">\n<script type=\"text/template\" id=\"tmpl-variation-template\">\n\t<div class=\"woocommerce-variation-description\">{{{ data.variation.variation_description }}}</div>\n\t<div class=\"woocommerce-variation-price\">{{{ data.variation.price_html }}}</div>\n\t<div class=\"woocommerce-variation-availability\">{{{ data.variation.availability_html }}}</div>\n</script>\n<script type=\"text/template\" id=\"tmpl-unavailable-variation-template\">\n\t<p role=\"alert\">Maalesef, bu ürün mevcut değil. Lütfen farklı bir kombinasyon seçin.</p>\n</script>\n<script id=\"jquery-core-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\"></script>\n<script id=\"jquery-migrate-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1\"></script>\n<script id=\"cnk_mss_v5-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/cnk_mss_v5/public/js/cnk_mss_v5-public.js?ver=1.0.0\"></script>\n<script id=\"jquery-ui-core-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3\"></script>\n<script id=\"product_category_dropdowns-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/product-category-dropdowns/view/frontend/web/main.js\"></script>\n\n<!-- Site Kit tarafından eklenen Google etiketi (gtag.js) snippet&#039;i -->\n<!-- Google Analytics snippet&#039;i, Site Kit tarafından eklendi -->\n<script id=\"google_gtagjs-js\" src=\"https://www.googletagmanager.com/gtag/js?id=G-J8D77VY3YF\" async=\"\"></script>\n<script id=\"google_gtagjs-js-after\">\nwindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}\ngtag(\"set\",\"linker\",{\"domains\":[\"www.tohumlarfidana.net\"]});\ngtag(\"js\", new Date());\ngtag(\"set\", \"developer_id.dZTNiMT\", true);\ngtag(\"config\", \"G-J8D77VY3YF\", {\"googlesitekit_post_type\":\"page\"});\n//# sourceURL=google_gtagjs-js-after\n</script>\n<script id=\"jquery.contactus.scripts-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/ar-contactus/res/js/scripts.js?ver=1.5.1\"></script>\n<link rel=\"https://api.w.org/\" href=\"https://www.tohumlarfidana.net/wp-json/\"><link rel=\"alternate\" title=\"JSON\" type=\"application/json\" href=\"https://www.tohumlarfidana.net/wp-json/wp/v2/pages/3867\"><link rel=\"shortlink\" href=\"https://www.tohumlarfidana.net/\">\n<meta name=\"generator\" content=\"Site Kit by Google 1.181.0\"><script>  var el_i13_login_captcha=null; var el_i13_register_captcha=null; </script><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Tohumlar Fidana Blog\" href=\"https://www.tohumlarfidana.net/feed/\">\n    <style>\n    /* === BANNER === */\n    .tf-cc-banner {\n        position: fixed; bottom: 0; left: 0; right: 0;\n        background: #fff; border-top: 3px solid #2D5A27;\n        box-shadow: 0 -8px 30px rgba(0,0,0,0.12);\n        z-index: 99998;\n        font-family: 'DM Sans', -apple-system, sans-serif;\n        animation: tf-cc-slide-up 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    @keyframes tf-cc-slide-up {\n        from { transform: translateY(100%); }\n        to { transform: translateY(0); }\n    }\n    .tf-cc-banner-inner {\n        max-width: 1280px; margin: 0 auto; padding: 18px 24px;\n        display: flex; align-items: center; gap: 24px; flex-wrap: wrap;\n    }\n    .tf-cc-banner-text {\n        flex: 1; min-width: 280px;\n    }\n    .tf-cc-banner-text strong {\n        display: block; font-size: 15px; color: #2D5A27;\n        margin-bottom: 4px; font-weight: 700;\n    }\n    .tf-cc-banner-text p {\n        font-size: 13px; color: #555; margin: 0; line-height: 1.5;\n    }\n    .tf-cc-banner-text a {\n        color: #2D5A27; font-weight: 600; text-decoration: underline;\n    }\n    .tf-cc-banner-text a:hover { color: #1a3a15; }\n    .tf-cc-banner-actions {\n        display: flex; gap: 8px; flex-wrap: wrap;\n    }\n\n    /* === BUTONLAR === */\n    .tf-cc-btn {\n        font-family: inherit; font-size: 13px; font-weight: 700;\n        padding: 11px 20px; border-radius: 10px; cursor: pointer;\n        border: 2px solid; transition: all 0.2s ease;\n        text-transform: uppercase; letter-spacing: 0.4px;\n        white-space: nowrap;\n    }\n    .tf-cc-btn-primary {\n        background: linear-gradient(135deg, #2D5A27 0%, #1a3a15 100%);\n        color: #fff; border-color: #2D5A27;\n        box-shadow: 0 3px 10px rgba(45,90,39,0.25);\n    }\n    .tf-cc-btn-primary:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 6px 16px rgba(45,90,39,0.35);\n    }\n    .tf-cc-btn-secondary {\n        background: #faf9f6; color: #2D5A27; border-color: #e8e4dd;\n    }\n    .tf-cc-btn-secondary:hover {\n        background: #fff; border-color: #2D5A27;\n    }\n    .tf-cc-btn-outline {\n        background: transparent; color: #777; border-color: #d8d3ca;\n    }\n    .tf-cc-btn-outline:hover {\n        color: #c0392b; border-color: #c0392b;\n    }\n\n    /* === MODAL === */\n    .tf-cc-modal {\n        position: fixed; inset: 0; z-index: 99999;\n        font-family: 'DM Sans', -apple-system, sans-serif;\n        animation: tf-cc-fade-in 0.25s ease;\n    }\n    @keyframes tf-cc-fade-in {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    .tf-cc-modal-overlay {\n        position: absolute; inset: 0;\n        background: rgba(0,0,0,0.55); backdrop-filter: blur(3px);\n    }\n    .tf-cc-modal-box {\n        position: relative; max-width: 640px; width: 92%;\n        margin: 4vh auto; max-height: 92vh;\n        background: #fff; border-radius: 20px;\n        display: flex; flex-direction: column;\n        overflow: hidden;\n        box-shadow: 0 30px 80px rgba(0,0,0,0.3);\n        animation: tf-cc-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n    @keyframes tf-cc-pop {\n        from { transform: scale(0.9); opacity: 0; }\n        to { transform: scale(1); opacity: 1; }\n    }\n    .tf-cc-modal-header {\n        padding: 22px 28px; border-bottom: 2px solid #f0ede5;\n        display: flex; align-items: center; justify-content: space-between;\n    }\n    .tf-cc-modal-header h3 {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: 22px; font-weight: 700; color: #2D5A27;\n        margin: 0;\n    }\n    .tf-cc-modal-close {\n        width: 36px; height: 36px;\n        background: #faf9f6; border: 2px solid #e8e4dd;\n        border-radius: 10px; cursor: pointer;\n        font-size: 24px; color: #777; line-height: 1;\n        transition: all 0.2s ease;\n    }\n    .tf-cc-modal-close:hover {\n        background: #fdedec; border-color: #c0392b; color: #c0392b;\n    }\n    .tf-cc-modal-body {\n        padding: 24px 28px; overflow-y: auto; flex: 1;\n    }\n    .tf-cc-modal-intro {\n        font-size: 14px; color: #555; line-height: 1.6;\n        background: #faf9f6; padding: 14px 18px; border-radius: 10px;\n        border-left: 4px solid #2D5A27; margin: 0 0 20px;\n    }\n    .tf-cc-modal-footer {\n        padding: 18px 28px; border-top: 2px solid #f0ede5;\n        display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap;\n        background: #faf9f6;\n    }\n\n    /* === KATEGORİLER === */\n    .tf-cc-cat {\n        background: #fff; border: 2px solid #e8e4dd;\n        border-radius: 12px; padding: 16px 18px;\n        margin-bottom: 12px; transition: border-color 0.2s ease;\n    }\n    .tf-cc-cat:hover { border-color: #c8d4be; }\n    .tf-cc-cat-head {\n        display: flex; align-items: center; justify-content: space-between;\n        gap: 14px; margin-bottom: 8px;\n    }\n    .tf-cc-cat-info strong {\n        display: block; font-size: 15px; color: #2D5A27; font-weight: 700;\n    }\n    .tf-cc-cat-status {\n        display: block; font-size: 11px; color: #888;\n        text-transform: uppercase; letter-spacing: 0.5px;\n        margin-top: 2px;\n    }\n    .tf-cc-cat p {\n        font-size: 13px; color: #666; line-height: 1.5;\n        margin: 0; padding-left: 0;\n    }\n\n    /* === TOGGLE === */\n    .tf-cc-toggle {\n        position: relative; display: inline-block;\n        width: 48px; height: 26px; flex-shrink: 0; cursor: pointer;\n    }\n    .tf-cc-toggle input { opacity: 0; width: 0; height: 0; }\n    .tf-cc-toggle-slider {\n        position: absolute; inset: 0;\n        background: #d8d3ca; border-radius: 26px;\n        transition: 0.3s ease;\n    }\n    .tf-cc-toggle-slider::before {\n        content: \"\"; position: absolute;\n        height: 20px; width: 20px; left: 3px; bottom: 3px;\n        background: #fff; border-radius: 50%;\n        transition: 0.3s ease;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.15);\n    }\n    .tf-cc-toggle input:checked + .tf-cc-toggle-slider {\n        background: #2D5A27;\n    }\n    .tf-cc-toggle input:checked + .tf-cc-toggle-slider::before {\n        transform: translateX(22px);\n    }\n    .tf-cc-toggle-disabled .tf-cc-toggle-slider {\n        background: #2D5A27 !important; opacity: 0.5;\n        cursor: not-allowed;\n    }\n    .tf-cc-toggle-disabled input:checked + .tf-cc-toggle-slider::before {\n        transform: translateX(22px);\n    }\n\n    /* === REOPEN BUTONU === */\n    .tf-cc-reopen {\n        position: fixed; bottom: 20px; left: 20px;\n        width: 44px; height: 44px;\n        background: #fff; border: 2px solid #e8e4dd;\n        border-radius: 50%; cursor: pointer;\n        font-size: 20px; line-height: 1;\n        box-shadow: 0 4px 14px rgba(0,0,0,0.12);\n        z-index: 99997;\n        transition: all 0.2s ease;\n        display: none;\n    }\n    .tf-cc-reopen:hover {\n        transform: translateY(-3px) scale(1.05);\n        border-color: #2D5A27;\n        box-shadow: 0 8px 20px rgba(45,90,39,0.2);\n    }\n    .tf-cc-reopen.tf-cc-show { display: block; }\n\n    /* === RESPONSIVE === */\n    @media (max-width: 768px) {\n        .tf-cc-banner-inner { padding: 16px; gap: 14px; }\n        .tf-cc-banner-actions {\n            width: 100%; flex-direction: column-reverse;\n        }\n        .tf-cc-banner-actions .tf-cc-btn {\n            width: 100%; padding: 13px;\n        }\n        .tf-cc-modal-box { margin: 2vh auto; max-height: 96vh; }\n        .tf-cc-modal-header,\n        .tf-cc-modal-body,\n        .tf-cc-modal-footer { padding-left: 18px; padding-right: 18px; }\n        .tf-cc-modal-footer {\n            flex-direction: column-reverse;\n        }\n        .tf-cc-modal-footer .tf-cc-btn { width: 100%; }\n        .tf-cc-reopen {\n            width: 40px; height: 40px; bottom: 14px; left: 14px;\n        }\n    }\n\n    /* === SAYFA SHORTCODE STİLLERİ === */\n    .tf-policy-page {\n        max-width: 900px; margin: 0 auto 60px; padding: 0 20px;\n        font-family: 'DM Sans', -apple-system, sans-serif;\n        color: #333; line-height: 1.7;\n    }\n    .tf-policy-hero {\n        background: linear-gradient(135deg, #2D5A27 0%, #1a3a15 100%);\n        border-radius: 20px; padding: 48px 32px; color: #fff;\n        text-align: center; margin-bottom: 36px;\n    }\n    .tf-policy-hero h1 {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: 32px; margin: 0 0 8px; color: #fff;\n    }\n    .tf-policy-hero p { opacity: 0.85; margin: 0; font-size: 15px; }\n    .tf-policy-content {\n        background: #fff; border: 2px solid #e8e4dd;\n        border-radius: 16px; padding: 36px;\n    }\n    .tf-policy-content h2 {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: 22px; color: #2D5A27;\n        margin: 28px 0 12px; padding-left: 14px;\n        border-left: 4px solid #2D5A27;\n    }\n    .tf-policy-content h2:first-child { margin-top: 0; }\n    .tf-policy-content h3 {\n        font-size: 16px; color: #2D5A27;\n        margin: 18px 0 8px; font-weight: 700;\n    }\n    .tf-policy-content p { margin: 0 0 12px; font-size: 15px; }\n    .tf-policy-content ul {\n        margin: 0 0 16px; padding-left: 22px;\n    }\n    .tf-policy-content li { margin-bottom: 6px; font-size: 14px; }\n    .tf-policy-content table {\n        width: 100%; border-collapse: collapse; margin: 14px 0 20px;\n        background: #faf9f6; border-radius: 10px; overflow: hidden;\n    }\n    .tf-policy-content table th {\n        background: #2D5A27; color: #fff; padding: 12px 14px;\n        text-align: left; font-size: 13px; font-weight: 700;\n        text-transform: uppercase; letter-spacing: 0.5px;\n    }\n    .tf-policy-content table td {\n        padding: 12px 14px; border-bottom: 1px solid #e8e4dd;\n        font-size: 14px;\n    }\n    .tf-policy-content table tr:last-child td { border-bottom: none; }\n    .tf-policy-meta {\n        background: #faf9f6; border-radius: 10px; padding: 16px 20px;\n        margin: 20px 0; font-size: 13px; color: #666;\n        border-left: 4px solid #FFD54F;\n    }\n    @media (max-width: 600px) {\n        .tf-policy-hero { padding: 32px 20px; }\n        .tf-policy-hero h1 { font-size: 24px; }\n        .tf-policy-content { padding: 24px 20px; }\n        .tf-policy-content h2 { font-size: 18px; }\n    }\n    </style>\n        <style>\n    .tf-badges-wrap {\n        position: absolute;\n        z-index: 5;\n        display: flex;\n        flex-direction: column;\n        gap: 4px;\n        pointer-events: none;\n    }\n    .tf-badges-wrap.tf-badges-top-left { top: 10px; left: 10px; }\n    .tf-badges-wrap.tf-badges-top-right { top: 10px; right: 10px; }\n\n    .tf-badge {\n        display: inline-block;\n        padding: 5px 11px;\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 0.4px;\n        border-radius: 6px;\n        color: #fff;\n        white-space: nowrap;\n        box-shadow: 0 2px 6px rgba(0,0,0,0.18);\n        font-family: 'DM Sans', -apple-system, sans-serif;\n        line-height: 1.3;\n        text-transform: uppercase;\n        width: fit-content;\n        backdrop-filter: blur(4px);\n    }\n\n    /* İndirim — kırmızı (acil/dikkat) */\n    .tf-badge-sale {\n        background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);\n        animation: tf-badge-pulse 2s ease-in-out infinite;\n    }\n    @keyframes tf-badge-pulse {\n        0%, 100% { box-shadow: 0 2px 6px rgba(220,38,38,0.4); }\n        50%      { box-shadow: 0 2px 14px rgba(220,38,38,0.7); }\n    }\n\n    /* Az stok — turuncu (aciliyet) */\n    .tf-badge-stock {\n        background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);\n        animation: tf-badge-pulse-orange 2s ease-in-out infinite;\n    }\n    @keyframes tf-badge-pulse-orange {\n        0%, 100% { box-shadow: 0 2px 6px rgba(234,88,12,0.4); }\n        50%      { box-shadow: 0 2px 14px rgba(234,88,12,0.7); }\n    }\n\n    /* Çok satan — sıcak turuncu */\n    .tf-badge-bestseller {\n        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);\n    }\n\n    /* Yeni — yeşil (taze) */\n    .tf-badge-new {\n        background: linear-gradient(135deg, #2D5A27 0%, #1a3a15 100%);\n    }\n\n    /* Öne çıkan — mor */\n    .tf-badge-featured {\n        background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);\n    }\n\n    /* Hediyelik — pembe */\n    .tf-badge-gift {\n        background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);\n    }\n\n    /* Single product page — daha büyük */\n    .single-product .tf-badges-wrap {\n        top: 16px;\n        left: 16px;\n    }\n    .single-product .tf-badge {\n        font-size: 12px;\n        padding: 6px 13px;\n    }\n\n    /* Mobil */\n    @media (max-width: 600px) {\n        .tf-badge {\n            font-size: 10px;\n            padding: 4px 9px;\n            letter-spacing: 0.3px;\n        }\n        .tf-badges-wrap.tf-badges-top-left { top: 6px; left: 6px; }\n    }\n    </style>\n    <!-- Google site verification - Google for WooCommerce -->\n<meta name=\"google-site-verification\" content=\"iJFtCRC4BNlzjJnGbLMbmlGqFXDWh3ta0hdIYcFGWQc\">\n    <style>\n        .category-description {\n            margin: 30px 0;\n            padding: 20px;\n            background: #fff;\n            border-radius: 5px;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        .category-description h1, \n        .category-description h2 {\n            margin-bottom: 15px;\n        }\n        .category-description p {\n            margin-bottom: 10px;\n        }\n    </style>\n    \t<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n\t\n<!-- Site Kit tarafından eklenen Google AdSense meta etiketleri -->\n<meta name=\"google-adsense-platform-account\" content=\"ca-host-pub-2644536267352236\">\n<meta name=\"google-adsense-platform-domain\" content=\"sitekit.withgoogle.com\">\n<!-- Site Kit tarafından eklenen Google AdSense meta etiketlerine son verin -->\n<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n<!-- Google Etiket Yöneticisi snippet&#039;i, Site Kit tarafından eklendi -->\n<script>\n\t\t\t( function( w, d, s, l, i ) {\n\t\t\t\tw[l] = w[l] || [];\n\t\t\t\tw[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );\n\t\t\t\tvar f = d.getElementsByTagName( s )[0],\n\t\t\t\t\tj = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';\n\t\t\t\tj.async = true;\n\t\t\t\tj.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;\n\t\t\t\tf.parentNode.insertBefore( j, f );\n\t\t\t} )( window, document, 'script', 'dataLayer', 'GTM-TV5JPX2R' );\n\t\t\t\n</script>\n\n<!-- Son Google Etiket Yöneticisi snippet&#039;i, Site Kit tarafından eklendi -->\n\n<!-- Google AdSense snippet&#039;i, Site Kit tarafından eklendi -->\n<script async=\"\" crossorigin=\"anonymous\" src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1536342944125872&amp;host=ca-host-pub-2644536267352236\" data-checked-head=\"true\"></script>\n\n<!-- Son Google AdSense snippet&#039;i, Site Kit tarafından eklendi -->\n<style>/* --- GENEL RENK PALETİ VE MODERNİZASYON --- */\n:root {\n    --mantar-yesil: #2D5A27; /* Ana Yeşil */\n    --mantar-koyu-yesil: #1e3d1a; /* Hover Yeşili */\n    --mantar-kahve: #795548; /* Toprak Tonu */\n    --mantar-acik-yesil: #f0f7ef; /* Arka Plan Yumuşatıcı */\n    --mantar-beyaz: #ffffff;\n}\n\n/* Ürün Sayfası Sepete Ekle Butonu */\n.woocommerce div.product form.cart .button {\n    border: 1px solid var(--mantar-yesil);\n    vertical-align: middle;\n    float: right;\n    font-weight: 700;\n    border-radius: 12px;\n    background-color: var(--mantar-yesil);\n    color: white;\n    transition: all 0.3s ease;\n    margin: 19px;\n}\n\n.woocommerce div.product form.cart .button:hover {\n    background-color: var(--mantar-koyu-yesil);\n    border-color: var(--mantar-koyu-yesil);\n}\n\n/* Gereksiz elemanları gizleme (Dokunulmadı) */\n.wp-image-5220, .mobilMenu, .posted_in { display:none !important; }\n\n/* Mobil Ürün Listesi - Sepete Ekle Butonu */\n.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button {\n    transform: translateX(0);\n    -webkit-transform: translateX(0);\n    -ms-transform: translateX(0);\n    width: auto;\n    font-size: 14px;\n    height: auto;\n    background: var(--mantar-yesil); /* Turuncudan Yeşile döndürüldü */\n    margin-top: 10px;\n    color: #fff;\n    border-radius: 8px; /* Daha modern köşe */\n    border: none;\n    padding: 8px 15px;\n    transition: background 0.3s ease;\n}\n\n.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover {\n    background: var(--mantar-koyu-yesil);\n}\n\n/* Mobil Ürün Başlıkları */\n.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content h4 a {\n    font-size: 15px;\n    height: auto;\n    color: #333;\n    text-transform: capitalize;\n    margin: 0 0 5px;\n    padding: 0;\n    border: 0;\n    overflow:hidden;\n    font-weight: 600;\n}\n\n/* Mobil Ürün Görselleri */\nbody.mobile-layout.archive .woocommerce img {\n    height: 150px; /* Biraz büyütüldü */\n    object-fit: cover;\n    border-radius: 10px;\n}\n\n/* Tek Ürün Sayfası Mobil Buton Konteyner */\n.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {\n    width: 100%;\n    display: inline-block;\n}\n\n/* Mobil Sepete Ekle Butonu Genel */\n.mobile-layout div.product form.cart .button {\n    vertical-align: middle;\n    font-size: 18px;\n    text-transform: uppercase;\n    width: 80%;\n    float: right;\n    margin: 19px;\n    background-color: var(--mantar-yesil);\n    color: white;\n    border-radius: 10px;\n}\n\n#footer { background-color: var(--mantar-beyaz); }\n#nav_menu-8 { display:none; }\n.shipping-text { display:none; }\n\n/* Kategori Açıklamaları */\nbody.archive .term-description {\n    height: auto; \n    display: block;\n    overflow: auto;\n    background: var(--mantar-acik-yesil);\n    padding: 15px;\n    border-radius: 10px;\n    border-left: 5px solid var(--mantar-yesil);\n    margin-bottom: 20px;\n}\n\n.archive .term-description { display:none !important; } /* Mevcut kodunuzda gizli kalmış, aktif etmek isterseniz üsttekiyle çakışır */\n\n/* Radio Button Özelleştirme (Doğal Yeşil Tonları) */\ninput[type=\"radio\"] {\n    appearance: none;\n    width: 22px;\n    height: 22px;\n    border: 2px solid #ddd;\n    border-radius: 50%;\n    outline: none;\n    transition: 0.3s;\n    background-color: var(--mantar-acik-yesil);\n    border: 2px solid var(--mantar-yesil);\n    cursor: pointer;\n}\n\ninput[type=\"radio\"]:checked {\n    background-color: var(--mantar-yesil);\n    border-color: var(--mantar-yesil);\n    box-shadow: inset 0 0 0 4px #fff;\n}\n\n/* Checkbox Özelleştirme (Doğal Yeşil Tonları) */\ninput[type=\"checkbox\"] {\n    appearance: none;\n    width: 22px;\n    height: 22px;\n    border: 2px solid #ddd;\n    border-radius: 6px;\n    outline: none;\n    transition: 0.3s;\n    background-color: var(--mantar-acik-yesil);\n    border: 2px solid var(--mantar-yesil);\n    cursor: pointer;\n}\n\ninput[type=\"checkbox\"]:checked {\n    background-color: var(--mantar-yesil);\n    border-color: var(--mantar-yesil);\n    background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E\");\n    background-size: 16px;\n    background-position: center;\n    background-repeat: no-repeat;\n}\n\n.category-description li {\n    text-align: left;\n    list-style: none;\n}\n\n/* Logo ve Header Düzenlemeleri (Dokunulmadı) */\n.mobile-layout .topdeal-logo a {\n    display: inline-block;\n    width: 172px;\n    margin: -14px 0 14px -55px;\n}\n\n.mobile-layout.sepetim .dgwt-wcas-sf-wrapp { display:none; }\n.header-bottom.sticky-menu > .container { height: 100px; }\n\n.woocommerce-checkout.mobile-layout .checkout #payment #place_order {\n    height: 71px !important;\n    background-color: var(--mantar-yesil) !important;\n    color: white !important;\n    border-radius: 10px !important;\n}\n\n.woocommerce-checkout.mobile-layout .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {\n    display: none;\n    background: unset;\n}\n\n\n\n\n\n/* ===== MODERN SEPETE EKLE BUTON STİLLERİ ===== */\n\n/* Ürün Sayfası - Ana Sepete Ekle Butonu */\n.woocommerce div.product form.cart .button,\n.woocommerce div.product form.cart .single_add_to_cart_button {\n    background: linear-gradient(135deg, var(--mantar-yesil) 0%, #3d7a35 100%) !important;\n    color: #fff !important;\n    border: none !important;\n    border-radius: 14px !important;\n    padding: 0px 36px !important;\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    letter-spacing: 0.3px;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n    box-shadow: 0 4px 15px rgba(45, 90, 39, 0.2);\n    text-transform: none !important;\n}\n\n.woocommerce div.product form.cart .button:hover,\n.woocommerce div.product form.cart .single_add_to_cart_button:hover {\n    background: linear-gradient(135deg, #3d7a35 0%, var(--mantar-yesil) 100%) !important;\n    transform: translateY(-3px) !important;\n    box-shadow: 0 8px 25px rgba(45, 90, 39, 0.35) !important;\n}\n\n.woocommerce div.product form.cart .button:active,\n.woocommerce div.product form.cart .single_add_to_cart_button:active {\n    transform: translateY(-1px) !important;\n    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.25) !important;\n}\n\n/* Ürün Listesi - Sepete Ekle Butonları */\n.woocommerce ul.products li.product .add_to_cart_button,\n.woocommerce ul.products li.product .button {\n    background: var(--mantar-yesil) !important;\n    color: #fff !important;\n    border: none !important;\n    border-radius: 10px !important;\n    padding: 10px 20px !important;\n    font-weight: 600 !important;\n    font-size: 13px !important;\n    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n    box-shadow: 0 2px 8px rgba(45, 90, 39, 0.15);\n    text-transform: none !important;\n}\n\n.woocommerce ul.products li.product .add_to_cart_button:hover,\n.woocommerce ul.products li.product .button:hover {\n    background: var(--mantar-koyu-yesil) !important;\n    transform: translateY(-2px) !important;\n    box-shadow: 0 6px 20px rgba(45, 90, 39, 0.3) !important;\n}\n\n/* Sepete eklendi animasyonu */\n.woocommerce ul.products li.product .added_to_cart {\n    background: #E8F5E9 !important;\n    color: var(--mantar-yesil) !important;\n    border: 2px solid var(--mantar-yesil) !important;\n    border-radius: 10px !important;\n    padding: 8px 16px !important;\n    font-weight: 600 !important;\n    font-size: 13px !important;\n    transition: all 0.3s ease !important;\n    animation: tf-pulse 0.5s ease;\n}\n\n/* Adet seçici (+/-) */\n\n\n/* Pulse animasyonu */\n@keyframes tf-pulse {\n    0% { transform: scale(0.95); opacity: 0.7; }\n    50% { transform: scale(1.05); }\n    100% { transform: scale(1); opacity: 1; }\n}\n\n\n.woocommerce div.product form.cart .single_add_to_cart_button::before {\n    display: none !important;\n}\n\n.sticky-detail-buton .tf-trust-badges , .sticky-detail-buton .tf-payment-methods { display:none; }\n\n#katMenu, #theImg { display:none; }\n\n.loading {\n\n    height: 45px  !important;\n\n}\n\n\n\n\n\n\n  .tf-hero-main {\n        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.tohumlarfidana.net/wp-content/uploads/2026/04/Hero-Banner_.jpg) !important;\n        background-size: cover !important;\n        background-position: center center !important;\n        background-repeat: no-repeat !important;\n    }\n\n\n\n    .tf-hero-side-card-1\n\n {\n        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.tohumlarfidana.net/wp-content/uploads/2026/03/mantar-yetistirme-seti2.png) !important;\n        background-size: cover !important;\n        background-position: center center !important;\n    }\n\n\n\n\n    .tf-hero-side-card-2 {\n        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.tohumlarfidana.net/wp-content/uploads/2026/03/kultur-mantari-tohumu2.png) !important;\n        background-size: cover !important;\n        background-position: center center !important;\n        background-repeat: no-repeat !important;\n    }\n\n\n .tf-promo-1 {\n        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.tohumlarfidana.net/wp-content/uploads/2026/04/hobi-mantar-yetistirme2.jpg) !important;\n        background-size: cover !important;\n        background-position: center center !important;\n        background-repeat: no-repeat !important;\n    }\n\n    .tf-promo-2 {\n        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.tohumlarfidana.net/wp-content/uploads/2026/04/toptan-mantar-uetimi.jpg) !important;\n        background-size: cover !important;\n        background-position: center center !important;\n        background-repeat: no-repeat !important;\n    }\n\n\n.tf-cc-reopen.tf-cc-show {\n    display: none;\n}\n\n\n\nbody.woocommerce-cart    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals\nSpecificity: (0,3,0)\n {\n    float: right;\n    width: 100% !important;\n}\n\n.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {\n    float: right;\n    width: 100% !important;\n}\n\n\n.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {\n    height: 57px !important;\n    width: 88% !important;}\n\n\n\t .tf-reviews-wrapper{display:none !important;}\n\n\n.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove {\n\n    text-indent: 0 };</style><style>h1, h2, h3, h4, h5, h6 {font-family: Nunito Sans !important;}body, input, button, select, textarea, .search-query {font-family: Nunito Sans !important;}h1, h2, h3, h4,h5, h6 {font-family: Nunito Sans !important;}.primary-menu .menu-title, .vertical_megamenu .menu-title {font-family: Nunito Sans !important;}</style>    <style>\n\n    /* ── KART WRAPPER ────────────────────────────────── */\n    .tf-card {\n        background: #fff;\n        border: 1px solid #e6e1da;\n        border-radius: 18px;\n        overflow: hidden;\n        display: flex; flex-direction: column; height: 100%;\n        position: relative;\n        transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;\n    }\n    .tf-card:hover {\n        border-color: #b8d9b4;\n        box-shadow: 0 10px 36px rgba(45,90,39,0.1);\n        transform: translateY(-5px);\n    }\n\n    /* ── GÖRSEL ALANI ────────────────────────────────── */\n    .tf-card-img-wrap {\n        position: relative; overflow: hidden;\n        background: #f5f4f0; aspect-ratio: 1 / 1;\n        flex-shrink: 0;\n    }\n    .tf-card-img-link { display: block; width: 100%; height: 100%; }\n    .tf-card-img {\n        width: 100%; height: 100%; object-fit: cover; display: block;\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n    .tf-card:hover .tf-card-img { transform: scale(1.07); }\n\n    /* ── ROZETLER (sol üst) ──────────────────────────── */\n    .tf-card-badges {\n        position: absolute; top: 10px; left: 10px;\n        display: flex; flex-direction: column; gap: 5px; z-index: 3;\n        pointer-events: none;\n    }\n    .tf-badge-pill {\n        display: inline-flex; align-items: center; gap: 4px;\n        padding: 4px 10px; border-radius: 50px;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 11px; font-weight: 700;\n        line-height: 1; white-space: nowrap;\n    }\n    .tf-badge-sale {\n        background: linear-gradient(135deg, #d94f00, #f06830);\n        color: #fff; box-shadow: 0 2px 8px rgba(217,79,0,0.3);\n    }\n    .tf-badge-new {\n        background: linear-gradient(135deg, #1565c0, #1e88e5);\n        color: #fff; box-shadow: 0 2px 8px rgba(21,101,192,0.3);\n    }\n    .tf-badge-out {\n        background: #fef2f2; color: #dc2626;\n        border: 1px solid #fecaca;\n    }\n    .tf-badge-low {\n        background: #fffbeb; color: #d97706;\n        border: 1px solid #fde68a;\n        animation: tf-badge-pulse 2s ease-in-out infinite;\n    }\n    @keyframes tf-badge-pulse {\n        0%, 100% { opacity: 1; }\n        50%       { opacity: 0.65; }\n    }\n\n    /* ── HOVER AKSİYONLAR (sağ köşe) ────────────────── */\n    .tf-card-actions {\n        position: absolute; top: 10px; right: 10px;\n        display: flex; flex-direction: column; gap: 6px; z-index: 4;\n    }\n    .tf-card-action-btn {\n        width: 34px; height: 34px; border-radius: 50%;\n        background: #fff; border: 1px solid #e6e1da;\n        display: flex; align-items: center; justify-content: center;\n        text-decoration: none; cursor: pointer;\n        opacity: 0; transform: translateX(8px);\n        transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s, border-color 0.2s;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    }\n    .tf-card:hover .tf-card-action-btn { opacity: 1; transform: translateX(0); }\n    .tf-card:hover .tf-card-action-btn:nth-child(2) { transition-delay: 0.05s; }\n    .tf-card-action-btn:hover {\n        background: #2D5A27; border-color: #2D5A27;\n    }\n    .tf-card-action-btn:hover svg { stroke: #fff !important; }\n    /* Wishlist aktif */\n    .tf-card-action-btn.tf-wishlisted { background: #fef2f2; border-color: #fca5a5; }\n    .tf-card-action-btn.tf-wishlisted svg { stroke: #dc2626 !important; fill: #dc2626 !important; }\n\n    /* ── STOKTA YOK OVERLAY ──────────────────────────── */\n    .tf-card-out-overlay {\n        position: absolute; inset: 0;\n        background: rgba(0,0,0,0.42);\n        display: flex; align-items: center; justify-content: center;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 14px; font-weight: 700; color: #fff;\n        letter-spacing: 0.3px; z-index: 2;\n    }\n\n    /* ── İÇERİK ──────────────────────────────────────── */\n    .tf-card-body {\n        padding: 14px 16px 16px;\n        display: flex; flex-direction: column; flex: 1; gap: 8px;\n    }\n\n    /* Kategori etiketi */\n    .tf-card-cat {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 10.5px; font-weight: 700;\n        text-transform: uppercase; letter-spacing: 0.8px;\n        color: #2D5A27; line-height: 1;\n    }\n\n    /* Başlık */\n    .tf-card-title {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 14px; font-weight: 600; color: #1a2918;\n        text-decoration: none; line-height: 1.45;\n        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;\n        overflow: hidden; transition: color 0.2s;\n    }\n    .tf-card-title:hover { color: #2D5A27; }\n\n    /* Yıldız derecelendirme */\n    .tf-card-stars {\n        display: flex; align-items: center; gap: 4px;\n    }\n    .tf-card-stars-icons { display: flex; gap: 1px; }\n    .tf-card-stars-count {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 11px; color: #aaa; font-weight: 500;\n    }\n\n    /* Fiyat */\n    .tf-card-price-wrap { margin-top: auto; }\n    .tf-card-price-old {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 13px; font-weight: 500; color: #ccc;\n        text-decoration: line-through; display: block; line-height: 1;\n        margin-bottom: 2px;\n    }\n    .tf-card-price {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 21px; font-weight: 800; color: #d94f00; line-height: 1.1;\n    }\n    .tf-card-price.no-discount { color: #1a2918; }\n\n    /* Sepete ekle butonu */\n    .tf-card-atc {\n        display: flex; align-items: center; justify-content: center; gap: 7px;\n        width: 100%; padding: 11px 16px;\n        background: linear-gradient(135deg, #2D5A27, #3d7a35);\n        color: #fff; border: none; border-radius: 11px;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 13px; font-weight: 700; letter-spacing: 0.1px;\n        text-align: center; text-decoration: none;\n        cursor: pointer; position: relative; overflow: hidden;\n        transition: transform 0.22s ease, box-shadow 0.22s ease;\n        box-shadow: 0 3px 10px rgba(45,90,39,0.18);\n    }\n    /* Shimmer */\n    .tf-card-atc::after {\n        content: ''; position: absolute; inset: 0;\n        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 50%, transparent 100%);\n        transform: translateX(-100%); transition: transform 0.55s;\n    }\n    .tf-card-atc:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(45,90,39,0.28);\n        color: #fff;\n    }\n    .tf-card-atc:hover::after { transform: translateX(100%); }\n    .tf-card-atc:active { transform: translateY(0); }\n\n    /* Loading durumu */\n    .tf-card-atc.tf-loading {\n        opacity: 0.8; pointer-events: none;\n    }\n    .tf-card-atc.tf-loading::before {\n        content: '';\n        width: 14px; height: 14px;\n        border: 2px solid rgba(255,255,255,0.35);\n        border-top-color: #fff; border-radius: 50%;\n        animation: tf-spin 0.55s linear infinite;\n        flex-shrink: 0;\n    }\n    @keyframes tf-spin { to { transform: rotate(360deg); } }\n\n    /* Eklendi durumu */\n    .tf-card-atc.tf-added {\n        background: #e8f5e9 !important;\n        color: #2D5A27 !important;\n        border: 1.5px solid #2D5A27;\n        box-shadow: none !important;\n        transform: none !important;\n        pointer-events: none;\n    }\n    .tf-card-atc.tf-added::after { display: none; }\n\n    /* Sepeti görüntüle linki */\n    .tf-card-view-cart {\n        display: flex; align-items: center; justify-content: center; gap: 5px;\n        padding: 8px; border-radius: 9px;\n        background: #f3f2ee; border: 1px solid #e0dbd4;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 12px; font-weight: 600; color: #2D5A27;\n        text-decoration: none; transition: all 0.2s;\n    }\n    .tf-card-view-cart:hover { background: #2D5A27; color: #fff; border-color: #2D5A27; }\n\n    /* ── TEMA KART SIFIRLAMA ─────────────────────────── */\n    .products-loop.grid > li.item .products-entry.item-wrap.tf-replaced {\n        background: transparent !important; border: none !important;\n        box-shadow: none !important; padding: 0 !important;\n        border-radius: 0 !important; overflow: visible !important;\n    }\n    .products-loop.grid > li.item {\n        margin-bottom: 24px !important; padding: 0 10px !important;\n    }\n    .tf-replaced > .item-detail { display: none !important; }\n    .products-loop .onsale { display: none !important; }\n\n    /* ── SHOP HEADER (sıralama/filtre barı) ──────────── */\n    .woocommerce-result-count {\n        font-family: 'DM Sans', sans-serif !important;\n        font-size: 13px !important; color: #999 !important;\n        font-weight: 500 !important;\n    }\n    .woocommerce-ordering select,\n    .woocommerce-ordering .orderby {\n        font-family: 'DM Sans', sans-serif !important;\n        font-size: 13px !important; font-weight: 600 !important;\n        padding: 9px 36px 9px 14px !important;\n        border: 1.5px solid #e0dbd4 !important;\n        border-radius: 10px !important;\n        background: #fafaf8 !important;\n        color: #333 !important; cursor: pointer !important;\n        outline: none !important;\n        -webkit-appearance: none !important; appearance: none !important;\n        transition: border-color 0.2s !important;\n    }\n    .woocommerce-ordering select:focus,\n    .woocommerce-ordering .orderby:focus {\n        border-color: #2D5A27 !important;\n    }\n    .woocommerce-ordering { position: relative !important; }\n    .woocommerce-ordering::after {\n        content: '' !important;\n        position: absolute; top: 50%; right: 12px;\n        transform: translateY(-50%);\n        width: 0; height: 0;\n        border-left: 4px solid transparent;\n        border-right: 4px solid transparent;\n        border-top: 5px solid #888;\n        pointer-events: none;\n    }\n\n    /* Sayfalama */\n    .woocommerce-pagination .page-numbers {\n        display: inline-flex !important; gap: 4px !important;\n        list-style: none !important; padding: 0 !important; margin: 24px auto !important;\n        justify-content: center !important;\n    }\n    .woocommerce-pagination .page-numbers li { display: contents !important; }\n    .woocommerce-pagination .page-numbers a,\n    .woocommerce-pagination .page-numbers span {\n        display: flex !important; align-items: center; justify-content: center;\n        width: 38px !important; height: 38px !important;\n        border: 1.5px solid #e0dbd4 !important; border-radius: 10px !important;\n        font-family: 'DM Sans', sans-serif !important;\n        font-size: 13px !important; font-weight: 600 !important;\n        color: #555 !important; text-decoration: none !important;\n        background: #fff !important; transition: all 0.2s !important;\n    }\n    .woocommerce-pagination .page-numbers a:hover {\n        border-color: #2D5A27 !important; color: #2D5A27 !important;\n        background: #f3f8f2 !important;\n    }\n    .woocommerce-pagination .page-numbers .current {\n        background: #2D5A27 !important; color: #fff !important;\n        border-color: #2D5A27 !important;\n    }\n\n    /* ── RESPONSIVE ─────────────────────────────────── */\n    @media (max-width: 768px) {\n        .tf-card { border-radius: 14px; }\n        .tf-card-body { padding: 11px 12px 13px; }\n        .tf-card-title { font-size: 13px; }\n        .tf-card-price { font-size: 18px; }\n        .tf-card-price-old { font-size: 12px; }\n        .tf-card-atc { padding: 10px 12px; font-size: 12px; border-radius: 9px; }\n        .tf-badge-pill { font-size: 10px; padding: 3px 8px; }\n        .tf-card-actions { display: none; }\n        .products-loop.grid > li.item {\n            padding: 0 5px !important; margin-bottom: 12px !important;\n        }\n    }\n    @media (max-width: 480px) {\n        .tf-card-body { padding: 9px 10px 11px; }\n        .tf-card-title { font-size: 12.5px; }\n        .tf-card-price { font-size: 17px; }\n        .tf-card-atc { padding: 9px 10px; font-size: 12px; }\n    }\n\n    </style>\n    <link rel=\"icon\" href=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/favicon.png\" sizes=\"32x32\">\n<link rel=\"icon\" href=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/favicon.png\" sizes=\"192x192\">\n<link rel=\"apple-touch-icon\" href=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/favicon.png\">\n<meta name=\"msapplication-TileImage\" content=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/favicon.png\">\n<style>\n.tfmh-cta,.tfmh-seg button.on,.tfmr-goals button.on,.tfmr-cta,.tfmr-pick,.tfqa-q>span,.tfqa-btn,.tfrp-btn,.tfhw-num{background:#2d5a27 !important;}\n.tfmh-seg button.on,.tfmr-goals button.on{border-color:#2d5a27 !important;}\n.tfmr-card.rec-on{border-color:#2d5a27 !important;}\n.tfmh-acc b,.tfqa-msg.ok,.tfhw-arrow,.tfhw-t,.b-easy{color:#2d5a27 !important;}\n.tfqa-h{border-bottom-color:#2d5a27 !important;}\n</style>\n\n\t\t<!-- Global site tag (gtag.js) - Google Ads: AW-760645994 - Google for WooCommerce -->\n\t\t<script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=AW-760645994\"></script>\n\t\t<script>\n\t\t\twindow.dataLayer = window.dataLayer || [];\n\t\t\tfunction gtag() { dataLayer.push(arguments); }\n\t\t\tgtag( 'consent', 'default', {\n\t\t\t\tanalytics_storage: 'denied',\n\t\t\t\tad_storage: 'denied',\n\t\t\t\tad_user_data: 'denied',\n\t\t\t\tad_personalization: 'denied',\n\t\t\t\tregion: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB', 'CH'],\n\t\t\t\twait_for_update: 500,\n\t\t\t} );\n\t\t\tgtag('js', new Date());\n\t\t\tgtag('set', 'developer_id.dOGY3NW', true);\n\t\t\tgtag(\"config\", \"AW-760645994\", { \"groups\": \"GLA\", \"send_page_view\": false });\t\t</script>\n\n\t\t\t<!-- Google tag (gtag.js) --> <script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=AW-760645994\"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-760645994'); </script>\n\t<script src=\"https://apis.google.com/js/platform.js?onload=renderOptIn\" async=\"\" defer=\"\" gapi_processed=\"true\"></script>\n\n<script>\n  window.renderOptIn = function() {\n    window.gapi.load('surveyoptin', function() {\n      window.gapi.surveyoptin.render(\n        {\n          // REQUIRED FIELDS\n          \"merchant_id\": 5341367160,\n          \"order_id\": \"ORDER_ID\",\n          \"email\": \"CUSTOMER_EMAIL\",\n          \"delivery_country\": \"COUNTRY_CODE\",\n          \"estimated_delivery_date\": \"YYYY-MM-DD\",\n\n          // OPTIONAL FIELDS\n          \"products\": [{\"gtin\":\"GTIN1\"}, {\"gtin\":\"GTIN2\"}]\n        });\n    });\n  }\n</script>\n\t\n<script id=\"merchantWidgetScript\" src=\"https://www.gstatic.com/shopping/merchant/merchantwidget.js\" defer=\"\"></script>\n\n<script>\n  merchantWidgetScript.addEventListener('load', function () {\n    merchantwidget.start({\n         // REQUIRED FIELDS\n         merchant_id: 5341367160,\n\n         // OPTIONAL FIELDS\n         position: POSITION,\n         region: REGION,\n    });\n  });\n</script>\n      \n<style id=\"googleidentityservice_button_styles\">.qJTHM{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;color:#202124;direction:ltr;-webkit-touch-callout:none;font-family:Roboto-Regular,arial,sans-serif;-webkit-font-smoothing:antialiased;font-weight:400;margin:0;overflow:hidden;-webkit-text-size-adjust:100%}.ynRLnc{left:-9999px;position:absolute;top:-9999px}.L6cTce{display:none}.bltWBb{overflow-wrap:break-word;word-break:break-word}.hSRGPd{color:#1a73e8;cursor:pointer;font-weight:500;text-decoration:none}.Bz112c-W3lGp{height:16px;width:16px}.Bz112c-E3DyYd{height:20px;width:20px}.Bz112c-r9oPif{height:24px;width:24px}.Bz112c-u2z5K{height:36px;width:36px}.Bz112c-uaxL4e{border-radius:10px}.LgbsSe-Bz112c{display:block}.S9gUrf-YoZ4jf{border:none;margin:0;padding:0}.S9gUrf-YoZ4jf *{border:none;margin:0;padding:0}.fFW7wc-ibnC6b>.aZ2wEe>div{border-color:#4285f4}.P1ekSe-ZMv3u{-webkit-transition:height .2s linear;transition:height .2s linear}.P1ekSe-ZMv3u>div:first-child{background-color:#1a73e8!important;-webkit-transition:width .3s linear;transition:width .3s linear}.P1ekSe-ZMv3u>div:nth-child(2){background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,right top,from(#1a73e8),to(#1a73e8))!important;background-image:-webkit-linear-gradient(left,rgba(255,255,255,.7),rgba(255,255,255,.7)),-webkit-linear-gradient(left,#1a73e8,#1a73e8)!important;background-image:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(90deg,#1a73e8,#1a73e8)!important}.P1ekSe-ZMv3u>div:nth-child(3){background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.7)),to(rgba(255,255,255,.7))),-webkit-gradient(linear,left top,right top,from(#1a73e8),to(#1a73e8))!important;background-image:-webkit-linear-gradient(left,rgba(255,255,255,.7),rgba(255,255,255,.7)),-webkit-linear-gradient(left,#1a73e8,#1a73e8)!important;background-image:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(90deg,#1a73e8,#1a73e8)!important}.haAclf{display:inline-block}.nsm7Bb-HzV7m-LgbsSe{border-radius:4px;box-sizing:border-box;-webkit-transition:background-color .218s,border-color .218s;transition:background-color .218s,border-color .218s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #dadce0;color:#3c4043;cursor:pointer;font-family:Google Sans,arial,sans-serif;font-size:.875rem;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;vertical-align:middle;white-space:nowrap;width:auto}@media screen and (-ms-high-contrast:active){.nsm7Bb-HzV7m-LgbsSe{border:2px solid windowText;color:windowText}}@media screen and (preferes-contrast:more){.nsm7Bb-HzV7m-LgbsSe{color:#000}}.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe{font-size:.875rem;height:32px;letter-spacing:.25px;padding:0 10px}.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe{font-size:.6875rem;height:20px;letter-spacing:.3px;padding:0 8px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe{padding:0;width:40px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe{width:32px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe{width:20px}.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK{border-radius:20px}.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.pSzOP-SxQuSe{border-radius:16px}.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.purZT-SxQuSe{border-radius:10px}.nsm7Bb-HzV7m-LgbsSe.i5vt6e-to915-Ia7Qfc{border:1px solid #8e918f;background-color:#131314;color:#e3e3e3}.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc{border:none;color:#fff}.nsm7Bb-HzV7m-LgbsSe.MFS4be-v3pZbf-Ia7Qfc{background-color:#1a73e8}.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc{background-color:#202124;color:#e8eaed}@media screen and (prefers-contrast:more){.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc{color:#fff}}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{height:18px;margin-right:8px;min-width:18px;width:18px}.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{height:14px;min-width:14px;width:14px}.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{height:10px;min-width:10px;width:10px}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c{margin-left:8px;margin-right:-4px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{margin:0;padding:10px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{padding:8px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c{padding:4px}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-top-left-radius:3px;border-bottom-left-radius:3px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff;height:36px;margin-left:-10px;margin-right:12px;min-width:36px;width:36px}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c,.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c{margin:0;padding:0}.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{height:28px;margin-left:-8px;margin-right:10px;min-width:28px;width:28px}.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{height:16px;margin-left:-6px;margin-right:8px;min-width:16px;width:16px}.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-radius:3px;margin-left:2px;margin-right:0;padding:0}.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-radius:18px}.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-radius:14px}.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-radius:8px}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;position:relative;width:100%}.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId{-webkit-flex-grow:1;-webkit-box-flex:1;flex-grow:1;font-family:Google Sans,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-BPrWId{font-weight:300}.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId{-webkit-flex-grow:0;-webkit-box-flex:0;flex-grow:0}.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe{-webkit-transition:background-color .218s;transition:background-color .218s;bottom:0;left:0;position:absolute;right:0;top:0}.nsm7Bb-HzV7m-LgbsSe:focus,.nsm7Bb-HzV7m-LgbsSe:hover{box-shadow:none;border-color:rgb(210,227,252);outline:none}.nsm7Bb-HzV7m-LgbsSe:focus-within{outline:2px solid #00639b;border-color:transparent}.nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(66,133,244,.08)}.nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,.nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(66,133,244,.1)}.nsm7Bb-HzV7m-LgbsSe.i5vt6e-to915-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(255,255,255,.08)}.nsm7Bb-HzV7m-LgbsSe.i5vt6e-to915-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,.nsm7Bb-HzV7m-LgbsSe.i5vt6e-to915-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(255,255,255,.12)}.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(255,255,255,.24)}.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe{background:rgba(255,255,255,.32)}.nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY{border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;height:20px;margin-left:-4px;margin-right:8px;min-width:20px;width:20px}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId{font-family:Roboto;font-size:12px;text-align:left}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .fmcmS,.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .ssJRIf{overflow:hidden;text-overflow:ellipsis}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;color:#5f6368;fill:#5f6368;font-size:11px;font-weight:400}.nsm7Bb-HzV7m-LgbsSe.jVeSEe.i5vt6e-to915-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff{color:#c4c7c5;fill:#c4c7c5}.nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff{color:#e8eaed;fill:#e8eaed}@media screen and (prefers-contrast:more){.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff,.nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff{color:#000;fill:#000}}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .Bz112c{height:18px;margin:-3px -3px -3px 2px;min-width:18px;width:18px}.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:12px;margin-right:-10px}.nsm7Bb-HzV7m-LgbsSe.jVeSEe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf{border-radius:18px}.L5Fo6c-sM5MNb{border:0;display:block;left:0;position:relative;top:0}.L5Fo6c-bF1uUb{border-radius:4px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.L5Fo6c-bF1uUb:focus{border:none;outline:none}sentinel{}</style><link id=\"googleidentityservice\" type=\"text/css\" media=\"all\" href=\"https://accounts.google.com/gsi/style\" rel=\"stylesheet\"><meta http-equiv=\"origin-trial\" content=\"AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmecULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==\"><meta http-equiv=\"origin-trial\" content=\"Amm8/NmvvQfhwCib6I7ZsmUxiSCfOxWxHayJwyU1r3gRIItzr7bNQid6O8ZYaE1GSQTa69WwhPC9flq/oYkRBwsAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==\"><meta http-equiv=\"origin-trial\" content=\"A9nrunKdU5m96PSN1XsSGr3qOP0lvPFUB2AiAylCDlN5DTl17uDFkpQuHj1AFtgWLxpLaiBZuhrtb2WOu7ofHwEAAACKeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiQUlQcm9tcHRBUElNdWx0aW1vZGFsSW5wdXQiLCJleHBpcnkiOjE3NzQzMTA0MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A93bovR+QVXNx2/38qDbmeYYf1wdte9EO37K9eMq3r+541qo0byhYU899BhPB7Cv9QqD7wIbR1B6OAc9kEfYCA4AAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiQUlQcm9tcHRBUElNdWx0aW1vZGFsSW5wdXQiLCJleHBpcnkiOjE3NzQzMTA0MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A1S5fojrAunSDrFbD8OfGmFHdRFZymSM/1ss3G+NEttCLfHkXvlcF6LGLH8Mo5PakLO1sCASXU1/gQf6XGuTBgwAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2VzLmNvbTo0NDMiLCJmZWF0dXJlIjoiQUlQcm9tcHRBUElNdWx0aW1vZGFsSW5wdXQiLCJleHBpcnkiOjE3NzQzMTA0MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9\"><style type=\"text/css\">.fancybox-margin{margin-right:0px;}</style></head><body data-rsssl=\"1\" class=\"home wp-singular page wp-theme-topdeal theme-topdeal woocommerce-js home-style3 desktop\">\n\t\t\t<!-- Google Etiket Yöneticisi (noscript) snippet&#039;i, Site Kit tarafından eklendi -->\n\t\t<noscript>\n\t\t\t<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TV5JPX2R\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n\t\t</noscript>\n\t\t<!-- Son Google Etiket Yöneticisi (noscript) snippet&#039;i, Site Kit tarafından eklendi -->\n\t\t\n    <div class=\"tf-header\" id=\"tf-header\">\n\n        <!-- 1. ÜST BAR -->\n        <div class=\"tf-hdr-top\">\n            <div class=\"tf-hdr-top-inner\">\n                <div class=\"tf-hdr-top-left\">\n                    <a href=\"tel:08503463986\" class=\"tf-hdr-top-item\">\n                        <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2A19.86 19.86 0 013.09 4.18 2 2 0 015.07 2h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006.99 6.99l1.27-1.27a2 2 0 012.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0122 16.92z\"></path></svg> 0850 346 39 86\n                    </a>\n                    <span class=\"tf-hdr-top-divider\"></span>\n                    <a href=\"mailto:info@tohumlarfidana.net\" class=\"tf-hdr-top-item\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg> info@tohumlarfidana.net\n                    </a>\n                </div>\n                <div class=\"tf-hdr-top-right\">\n                    <span class=\"tf-hdr-ship-pill\">\n                        <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"></rect><path d=\"M16 8h4l3 6v4h-7V8z\"></path><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"></circle><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"></circle></svg> Türkiye Geneli Kargo\n                    </span>\n                    <span class=\"tf-hdr-top-divider\"></span>\n                    <a href=\"https://www.tohumlarfidana.net/hesabim/\" class=\"tf-hdr-top-item\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle></svg> Giriş Yap                    </a>\n                </div>\n            </div>\n        </div>\n\n        <!-- 2. ANA HEADER -->\n        <div class=\"tf-hdr-main\">\n            <div class=\"tf-hdr-main-inner\">\n                <div class=\"tf-hdr-logo\">\n                    <a href=\"https://www.tohumlarfidana.net/\">\n                        <img src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/logo.png\" alt=\"Tohumlar Fidana\">\n                    </a>\n                </div>\n                <div class=\"tf-hdr-search\">\n                    <form class=\"tf-hdr-search-form\" action=\"https://www.tohumlarfidana.net/\" method=\"get\">\n                        <input type=\"hidden\" name=\"post_type\" value=\"product\">\n                        <input type=\"text\" name=\"s\" class=\"tf-hdr-search-input\" placeholder=\"Mantar tohumu, kompost, kit ara...\" autocomplete=\"off\">\n                        <button type=\"submit\" class=\"tf-hdr-search-btn\" aria-label=\"Ara\">\n                            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>                        </button>\n                    </form>\n                </div>\n                <a href=\"tel:08503463986\" class=\"tf-hdr-phone\">\n                    <div class=\"tf-hdr-phone-icon\">\n                        <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2A19.86 19.86 0 013.09 4.18 2 2 0 015.07 2h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006.99 6.99l1.27-1.27a2 2 0 012.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0122 16.92z\"></path></svg>                    </div>\n                    <div>\n                        <div class=\"tf-hdr-phone-label\">Sipariş Hattı</div>\n                        <div class=\"tf-hdr-phone-number\">0850 346 39 86</div>\n                    </div>\n                </a>\n                <div class=\"tf-hdr-actions\">\n                    <a href=\"https://www.tohumlarfidana.net/hesabim/\" class=\"tf-hdr-action\" aria-label=\"Hesabım\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle></svg>                        <div>\n                            <div class=\"tf-hdr-action-label\">Giriş</div>\n                        </div>\n                    </a>\n                    <a href=\"https://www.tohumlarfidana.net/sepetim/\" class=\"tf-hdr-action\" aria-label=\"Sepetim\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"9\" cy=\"21\" r=\"1\"></circle><circle cx=\"20\" cy=\"21\" r=\"1\"></circle><path d=\"M1 1h4l2.68 13.39a2 2 0 001.99 1.61h9.72a2 2 0 001.96-1.61L23 6H6\"></path></svg>                        <div>\n                            <div class=\"tf-hdr-action-label\">Sepetim</div>\n                            <div class=\"tf-hdr-action-sub tf-cart-total-val\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;0,00</bdi></span></div>\n                        </div>\n                        <span class=\"tf-hdr-cart-badge tf-cart-count-val\"></span>\n                    </a>\n                </div>\n            </div>\n        </div>\n\n        <!-- 3. NAVİGASYON -->\n        <div class=\"tf-hdr-nav\">\n            <div class=\"tf-hdr-nav-inner\">\n                <div class=\"tf-hdr-cat-wrap\">\n                    <button type=\"button\" class=\"tf-hdr-cat-btn\" id=\"tf-cat-toggle\" aria-expanded=\"false\">\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"></line></svg> KATEGORİLER <svg class=\"tf-hdr-cat-chevron\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>                    </button>\n                </div>\n                <ul class=\"tf-hdr-menu\">\n                    <li class=\"tf-hdr-menu-item current\">\n                        <a href=\"https://www.tohumlarfidana.net/\">Ana Sayfa</a>\n                    </li><li class=\"tf-hdr-menu-item\">\n                        <a href=\"/mantar-hesaplayici/\">Mantar Hesaplayıcı</a>\n                    </li><li class=\"tf-hdr-menu-item\">\n                        <a href=\"/hangi-mantari-yetistirmeliyim/\">Hangi Mantar?</a>\n                    </li>\n                    <li class=\"tf-hdr-menu-item \">\n                        <a href=\"https://www.tohumlarfidana.net/magaza/\">Ürünler</a>\n                    </li>\n                    <li class=\"tf-hdr-menu-item \">\n                        <a href=\"https://www.tohumlarfidana.net/blog/\">Blog\n                            <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>\n                        </a>\n                        <ul class=\"tf-hdr-submenu\">\n                            <li><a href=\"https://www.tohumlarfidana.net/category/istiriye-mantari-yetistiriciligi/\">İstiridye Mantarı Rehberi</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/category/mantar-yetistiriciligi/\">Mantar Yetiştiriciliği</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/category/kultur-mantari-kompostu-nasil-hazirlanir/\">Kültür Mantarı Kompostu</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/category/reishi-mantari/\">Reishi Mantarı</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/category/shiitake-mantari/\">Shiitake Mantarı</a></li>\n                        </ul>\n                    </li>\n                    <li class=\"tf-hdr-menu-item\">\n                        <a href=\"https://www.tohumlarfidana.net/hakkimizda/\">Hakkımızda\n                            <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>\n                        </a>\n                        <ul class=\"tf-hdr-submenu\">\n                            <li><a href=\"https://www.tohumlarfidana.net/hakkimizda/\">Biz Kimiz</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/kargo-bilgileri/\">Kargo Bilgileri</a></li>\n                            <li><a href=\"https://www.tohumlarfidana.net/iptal-ve-iade/\">İade &amp; Değişim</a></li>\n                        </ul>\n                    </li>\n                    <li class=\"tf-hdr-menu-item\">\n                        <a href=\"https://www.tohumlarfidana.net/iletisim/\">İletişim</a>\n                    </li>\n                </ul>\n                <div class=\"tf-hdr-nav-right\">\n                    <span class=\"tf-hdr-nav-trust\">\n                        <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(255,255,255,0.65)\" stroke-width=\"2.5\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"></rect><path d=\"M7 11V7a5 5 0 0110 0v4\"></path></svg>                        Güvenli Alışveriş\n                    </span>\n                    <span style=\"color:rgba(255,255,255,0.2)\">|</span>\n                    <span class=\"tf-hdr-nav-trust\">\n                        <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(255,255,255,0.65)\" stroke-width=\"2.2\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"></rect><path d=\"M16 8h4l3 6v4h-7V8z\"></path><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"></circle><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"></circle></svg>                        Hızlı Kargo\n                    </span>\n                </div>\n            </div>\n        </div>\n\n        <!-- MOBİL HEADER -->\n        <div class=\"tf-hdr-mobile\">\n            <button type=\"button\" class=\"tf-hdr-hamburger\" id=\"tf-mob-menu-btn\" aria-label=\"Menü\">\n                <span class=\"tf-ham-line\"></span>\n                <span class=\"tf-ham-line\"></span>\n                <span class=\"tf-ham-line\"></span>\n            </button>\n            <a href=\"https://www.tohumlarfidana.net/\" class=\"tf-hdr-mob-logo\">\n                <img src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/logo.png\" alt=\"Tohumlar Fidana\">\n            </a>\n            <div class=\"tf-hdr-mob-actions\">\n                <button type=\"button\" class=\"tf-hdr-mob-action\" id=\"tf-mob-search-btn\" aria-label=\"Ara\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>                </button>\n                <a href=\"https://www.tohumlarfidana.net/sepetim/\" class=\"tf-hdr-mob-action\" aria-label=\"Sepet\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"9\" cy=\"21\" r=\"1\"></circle><circle cx=\"20\" cy=\"21\" r=\"1\"></circle><path d=\"M1 1h4l2.68 13.39a2 2 0 001.99 1.61h9.72a2 2 0 001.96-1.61L23 6H6\"></path></svg>                    <span class=\"tf-hdr-mob-badge tf-cart-count-val\"></span>\n                </a>\n            </div>\n        </div>\n        <div class=\"tf-hdr-mob-search\" id=\"tf-mob-search\">\n            <form action=\"https://www.tohumlarfidana.net/\" method=\"get\">\n                <input type=\"hidden\" name=\"post_type\" value=\"product\">\n                <input type=\"text\" name=\"s\" placeholder=\"Ürün ara...\">\n                <button type=\"submit\" aria-label=\"Ara\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg></button>\n            </form>\n        </div>\n\n    </div><!-- /.tf-header -->\n\n    <!-- Kategoriler dropdown (body seviyesinde) -->\n    <div class=\"tf-cat-dropdown\" id=\"tf-cat-dropdown\" role=\"menu\">\n                <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/istiridye-mantar-miseli/\" role=\"menuitem\">\n            <span class=\"cat-icon\">🍄</span>\n            İstiridye Mantarı Tohumu            <span class=\"cat-count\">28</span>        </a>\n                <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kultur-mantari-tohumlari/\" role=\"menuitem\">\n            <span class=\"cat-icon\">🍄</span>\n            Kültür Mantarı Tohumu            <span class=\"cat-count\">18</span>        </a>\n                <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kuzu-gobegi-mantar-tohumlari/\" role=\"menuitem\">\n            <span class=\"cat-icon\">🦌</span>\n            Kuzu Göbeği Mantarı            <span class=\"cat-count\">7</span>        </a>\n                <a href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\" role=\"menuitem\">\n            <span class=\"cat-icon\">✨</span>\n            Reishi Mantarı            <span class=\"cat-count\">6</span>        </a>\n                <a href=\"https://www.tohumlarfidana.net/product-category/shiitake-mantari-miseli/\" role=\"menuitem\">\n            <span class=\"cat-icon\">🍄</span>\n            Shiitake Mantarı            <span class=\"cat-count\">4</span>        </a>\n                <a href=\"https://www.tohumlarfidana.net/magaza/\" role=\"menuitem\">\n            <span class=\"cat-icon\">🎁</span>\n            Deneme Kitleri                    </a>\n                <div class=\"tf-cat-dropdown-footer\">\n            <a href=\"https://www.tohumlarfidana.net/magaza/\" role=\"menuitem\">\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"></rect></svg>                Tüm Ürünleri Gör\n            </a>\n        </div>\n    </div>\n\n    <!-- Mobil overlay & panel -->\n    <div class=\"tf-mob-overlay\" id=\"tf-mob-overlay\"></div>\n    <div class=\"tf-mob-panel\" id=\"tf-mob-panel\" role=\"dialog\" aria-label=\"Menü\">\n        <div class=\"tf-mob-panel-hdr\">\n            <img src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/logo-white-3.png\" alt=\"Tohumlar Fidana\">\n            <button type=\"button\" class=\"tf-mob-panel-close\" id=\"tf-mob-close\" aria-label=\"Kapat\">\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg>            </button>\n        </div>\n        <ul class=\"tf-mob-panel-menu\">\n            <li><a href=\"https://www.tohumlarfidana.net/\">\n                <span class=\"tf-pan-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"></path><polyline points=\"9 22 9 12 15 12 15 22\"></polyline></svg></span>\n                Ana Sayfa\n            </a></li><li class=\"\"><a href=\"/mantar-hesaplayici/\">Mantar Hesaplayıcı</a></li><li class=\"\"><a href=\"/hangi-mantari-yetistirmeliyim/\">Hangi Mantar?</a></li>\n            <li><a href=\"https://www.tohumlarfidana.net/magaza/\">\n                <span class=\"tf-pan-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"></rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"></rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"></rect></svg></span>\n                Ürünler\n            </a></li>\n            <li><a href=\"https://www.tohumlarfidana.net/blog/\">\n                <span class=\"tf-pan-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline></svg></span>\n                Blog\n            </a></li>\n            <li><a href=\"https://www.tohumlarfidana.net/hakkimizda/\">\n                <span class=\"tf-pan-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg></span>\n                Hakkımızda\n            </a></li>\n            <li><a href=\"https://www.tohumlarfidana.net/iletisim/\">\n                <span class=\"tf-pan-icon\"><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2A19.86 19.86 0 013.09 4.18 2 2 0 015.07 2h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006.99 6.99l1.27-1.27a2 2 0 012.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0122 16.92z\"></path></svg></span>\n                İletişim\n            </a></li>\n            <li><a href=\"https://www.tohumlarfidana.net/hesabim/\">\n                <span class=\"tf-pan-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle></svg></span>\n                Giriş Yap            </a></li>\n        </ul>\n        <div class=\"tf-mob-panel-cats\">\n            <div class=\"tf-mob-panel-cats-title\">Kategoriler</div>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/istiridye-mantar-miseli/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">🍄</span>\n                İstiridye Mantarı Tohumu            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kultur-mantari-tohumlari/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">🍄</span>\n                Kültür Mantarı Tohumu            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kuzu-gobegi-mantar-tohumlari/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">🦌</span>\n                Kuzu Göbeği Mantarı            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">✨</span>\n                Reishi Mantarı            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/shiitake-mantari-miseli/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">🍄</span>\n                Shiitake Mantarı            </a>\n                        <a href=\"https://www.tohumlarfidana.net/magaza/\" class=\"tf-mob-panel-cat\">\n                <span class=\"tf-mob-panel-cat-icon\">🎁</span>\n                Deneme Kitleri            </a>\n                    </div>\n        <div class=\"tf-mob-panel-contact\">\n            <a href=\"tel:08503463986\"><svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2A19.86 19.86 0 013.09 4.18 2 2 0 015.07 2h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006.99 6.99l1.27-1.27a2 2 0 012.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0122 16.92z\"></path></svg> 0850 346 39 86</a>\n            <a href=\"https://wa.me/908503463986\" target=\"_blank\" rel=\"noopener\">\n                <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"></path></svg>\n                WhatsApp Destek\n            </a>\n            <a href=\"mailto:info@tohumlarfidana.net\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg> info@tohumlarfidana.net</a>\n        </div>\n    </div>\n    <script>\ngtag(\"event\", \"page_view\", {send_to: \"GLA\"});\n</script>\n\t<div class=\"body-wrapper theme-clearfix\">\n\t\t<div class=\"body-wrapper-inner\">\n\t\t<header id=\"header\" class=\"header header-style4\">\n\t<div class=\"header-top\">\n\t\t<div class=\"container\">\n\t\t\t<!-- Sidebar Top Menu -->\n\t\t\t\t\t\t\t\t\t<div class=\"top-header\">\n\t\t\t\t\t\t\t<div id=\"sw_top-7\" class=\"widget sw_top-7 sw_top pull-right\"><div class=\"widget-inner\"><div class=\"top-login\">\n\t\t\t<ul>\n\t\t\t<li>\n\t\t\t <a href=\"javascript:void(0);\" data-toggle=\"modal\" data-target=\"#login_form\"><span>Giriş</span></a> \t\t\t\t\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n</div></div>\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t</div>\n\t<div class=\"header-mid clearfix\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"row\">\n\t\t\t<!-- Logo -->\n\t\t\t\t<div class=\"top-header col-lg-3 col-md-3 col-sm-12 col-xs-12 pull-left\">\n\t\t\t\t\t<div class=\"topdeal-logo\">\n\t\t\t\t\t\t\t<a href=\"https://www.tohumlarfidana.net/\">\n\t\t\t\t\t<img src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/logo-white-3.png\" alt=\"Tohumlar Fidana\">\n\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t<!-- Sidebar Top Menu -->\n\t\t\t\t<div class=\"search-cate pull-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"header-right pull-right\">\n\t\t\t\t\t\t\t<div id=\"sw_top-8\" class=\"widget sw_top-8 sw_top pull-right\"><div class=\"widget-inner\"><div class=\"top-form top-form-minicart topdeal-minicart pull-right\">\n    <div class=\"top-minicart-icon pull-right\">\n        <a class=\"cart-contents\" href=\"https://www.tohumlarfidana.net/sepetim/\" title=\"Sepetini Görüntüle\">\n\t\t\t<span class=\"minicart-number-8\">0</span>\t\t</a>\n        <div class=\"cart-right\">\n            <h3>SEPETİM</h3>\n            <p><span class=\"minicart-number\">0 Ürün</span><span class=\"icon-plus\">-</span><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;0,00</bdi></span></p>\n        </div>\n    </div>\n    <div class=\"wrapp-minicart\">\n        <div class=\"minicart-padding\">\n            <div class=\"number-item\">\n                Sepetinizde <span class=\"item\">0 Ürün</span> bulunuyor            </div>\n            <ul class=\"minicart-content\">\n                            </ul>\n            <div class=\"cart-checkout\">\n                <div class=\"price-total\">\n                    <span class=\"label-price-total\">Toplam:</span>\n                    <span class=\"price-total-w\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;0,00</bdi></span></span></span>\n                </div>\n                <div class=\"cart-links clearfix\">\n                    <div class=\"cart-link\"><a href=\"https://www.tohumlarfidana.net/sepetim/\" title=\"Sepet\">Ürünler</a>\n                    </div>\n                    <div class=\"checkout-link\"><a href=\"https://www.tohumlarfidana.net/satinal/\" title=\"Satın Al\">Satın Al</a>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</div></div></div>\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<div class=\"header-bottom clearfix\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-lg-3 col-md-3 col-sm-2 col-xs-2 vertical_megamenu vertical_megamenu-header pull-left\">\n\t\t\t\t\t\t\t<div class=\"mega-left-title\"><strong>KATEGORİLER:</strong></div>\n\t\t\t\t\t\t\t<div class=\"vc_wp_custommenu wpb_content_element\">\n\t\t\t\t\t\t\t\t<div class=\"wrapper_vertical_menu vertical_megamenu\" data-number=\"5\" data-mnumber=\"5\" data-moretext=\"Başka Gör\" data-lesstext=\"Kısa Gör\">\n\t\t\t\t\t\t\t\t\t<div class=\"resmenu-container\"><button class=\"navbar-toggle bt_menusb\" type=\"button\" data-target=\"#ResMenuSB\">\n\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t</button></div><ul id=\"menu-verticle-menu-1\" class=\"nav vertical-megamenu topdeal-menures\"><li class=\"menu-mantar-deneme-kitleri\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/hazir-kitler/\"><span class=\"menu-title\">Mantar Deneme Kitleri</span></a></li>\n<li class=\"menu-kuzu-gobegi-mantari-tohumlari\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kuzu-gobegi-mantar-tohumlari/\"><span class=\"menu-title\">Kuzu Göbeği Mantarı Tohumları</span></a></li>\n<li class=\"menu-istiridye-mantar-tohumu\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/istiridye-mantar-miseli/\"><span class=\"menu-title\">İstiridye Mantar Tohumu</span></a></li>\n<li class=\"menu-kultur-mantari-tohumlari\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kultur-mantari-tohumlari/\"><span class=\"menu-title\">Kültür Mantarı Tohumları</span></a></li>\n<li class=\"menu-reishi-mantari-tohumlari-miseli\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\"><span class=\"menu-title\">Reishi mantarı tohumları miseli</span></a></li>\n<li class=\"menu-yetistirme-malzemeleri-ve-posetler\" style=\"display: none;\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/diger/\"><span class=\"menu-title\">Yetiştirme Malzemeleri ve Poşetler</span></a></li>\n<li class=\"showMore\"><a class=\"open-more-cat\">Başka Gör</a></li></ul>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<!-- Primary navbar -->\n\t\t\t\t\t\t\t\t\t<div id=\"main-menu\" class=\"main-menu clearfix col-lg-6 col-md-7 pull-left\">\n\t\t\t\t\t\t<nav id=\"primary-menu\" class=\"primary-menu\">\n\t\t\t\t\t\t\t<div class=\"mid-header clearfix\">\n\t\t\t\t\t\t\t\t<div class=\"navbar-inner navbar-inverse\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"resmenu-container\"><button class=\"navbar-toggle bt_menusb\" type=\"button\" data-target=\"#ResMenuSB\">\n\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t</button></div><ul id=\"menu-primary-menu-1\" class=\"nav nav-pills nav-css topdeal-menures\"><li class=\"active menu-ana-sayfa\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/\" aria-current=\"page\"><span class=\"menu-title\">Ana Sayfa</span></a></li>\n<li class=\"menu-mantar-hesaplayici\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/mantar-hesaplayici/\"><span class=\"menu-title\">Mantar Hesaplayıcı</span></a></li>\n<li class=\"menu-hangi-mantar\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/hangi-mantari-yetistirmeliyim/\"><span class=\"menu-title\">Hangi Mantar?</span></a></li>\n<li class=\"menu-urunler\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/magaza/\"><span class=\"menu-title\">Ürünler</span></a></li>\n<li class=\"dropdown menu-blog\"><a class=\"item-link dropdown-toggle\" data-toogle=\"dropdown\" href=\"https://www.tohumlarfidana.net/blog/\"><span class=\"menu-title\">Blog</span></a>\n<ul class=\"dropdown-menu\">\n\t<li class=\"menu-ekim-kilavuzlari\"><a href=\"https://www.tohumlarfidana.net/category/ekim-kilavuzlari/\"><span class=\"menu-title\">Ekim Kılavuzları</span></a></li>\n\t<li class=\"menu-istiridye-mantari-yetistiriciligi\"><a href=\"https://www.tohumlarfidana.net/category/istiridye-mantari-yetistiriciligi/\"><span class=\"menu-title\">İstiridye Mantarı Yetiştiriciliği</span></a></li>\n\t<li class=\"menu-mantar-yetistiriciligi\"><a href=\"https://www.tohumlarfidana.net/category/mantar-yetistiriciligi/\"><span class=\"menu-title\">Mantar Yetiştiriciliği</span></a></li>\n\t<li class=\"menu-reishi-mantari\"><a href=\"https://www.tohumlarfidana.net/category/reishi-mantari/\"><span class=\"menu-title\">Reishi mantarı</span></a></li>\n\t<li class=\"menu-shiitake-mantari\"><a href=\"https://www.tohumlarfidana.net/category/shiitake-mantari/\"><span class=\"menu-title\">Shiitake Mantarı</span></a></li>\n\t<li class=\"menu-biberler\"><a href=\"https://www.tohumlarfidana.net/category/biberler/\"><span class=\"menu-title\">Biberler</span></a></li>\n\t<li class=\"menu-sebze-ekim-kilavuzlari\"><a href=\"https://www.tohumlarfidana.net/category/sebze-ekim-kilavuzlari/\"><span class=\"menu-title\">Sebze Ekim Kılavuzları</span></a></li>\n</ul>\n</li>\n<li class=\"dropdown menu-hakkimizda\"><a class=\"item-link dropdown-toggle\" data-toogle=\"dropdown\" href=\"https://www.tohumlarfidana.net/hakkimizda/\"><span class=\"menu-title\">Hakkımızda</span></a>\n<ul class=\"dropdown-menu\">\n\t<li class=\"menu-gizlilik-politikasi\"><a rel=\"privacy-policy\" href=\"https://www.tohumlarfidana.net/gizlilik-politikasi/\"><span class=\"menu-title\">Gizlilik politikası</span></a></li>\n\t<li class=\"menu-cerez-politikasi\"><a href=\"https://www.tohumlarfidana.net/cerez-politikasi/\"><span class=\"menu-title\">Çerez Politikası</span></a></li>\n\t<li class=\"menu-sartlar-ve-kosullar\"><a href=\"https://www.tohumlarfidana.net/sartlar-kosullar/\"><span class=\"menu-title\">Şartlar ve Koşullar</span></a></li>\n\t<li class=\"menu-kargo-bilgileri\"><a href=\"https://www.tohumlarfidana.net/kargo-bilgileri/\"><span class=\"menu-title\">Kargo Bilgileri</span></a></li>\n\t<li class=\"menu-iptal-ve-iade\"><a href=\"https://www.tohumlarfidana.net/iptal-ve-iade/\"><span class=\"menu-title\">İptal ve İade</span></a></li>\n</ul>\n</li>\n<li class=\"dropdown menu-iletisim\"><a class=\"item-link dropdown-toggle\" data-toogle=\"dropdown\" href=\"https://www.tohumlarfidana.net/iletisim/\"><span class=\"menu-title\">İletişim</span></a>\n<ul class=\"dropdown-menu\">\n\t<li class=\"menu-banka-bilgileri\"><a href=\"https://www.tohumlarfidana.net/hesap-bilgileri/\"><span class=\"menu-title\">Banka Bilgileri</span></a></li>\n</ul>\n</li>\n<li class=\"menu-hesaplayici\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/mantar-hesaplayici/\"><span class=\"menu-title\">Hesaplayıcı</span></a></li>\n</ul>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</nav>\n\t\t\t\t\t</div>\t\t\t\n\t\t\t\t\t\t\t\t<!-- /Primary navbar -->\n\t\t\t\t<div class=\"header-block col-lg-3 col-md-2 col-sm-4 col-xs-4 pull-right\">\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"nav_menu-8\" class=\"widget nav_menu-8 widget_nav_menu pull-right\"><div class=\"widget-inner\"><h3><span>Hesabım</span></h3><ul id=\"menu-hesabim\" class=\"menu\"><li class=\"menu-kartim\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/sepetim/\"><span class=\"menu-title\">Kartım</span></a></li>\n<li class=\"menu-fovoriler\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/favoriler/\"><span class=\"menu-title\">Fovoriler</span></a></li>\n<li class=\"menu-satin-alma\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/satinal/\"><span class=\"menu-title\">Satın Alma</span></a></li>\n<li class=\"menu-hesabim\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/hesabim/\"><span class=\"menu-title\">Hesabım</span></a></li>\n</ul></div></div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</header>\n\n\t<div class=\"container\">\n\t\t<div class=\"row sidebar-row\">\n\t\t\t\t\n\t\t\t<div id=\"contents\" role=\"main\" class=\"main-page  col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t\t\t\t\t\t<div class=\"post-3867 page type-page status-publish hentry\">\n\t\t\t    <div class=\"entry-content\">\n\t\t\t\t\t\t<div class=\"entry-summary\">\n\t\t\t\t\t\t\t    \n        <style>\n    .tf-home { font-family: 'DM Sans', -apple-system, sans-serif; color: #333; line-height: 1.6; max-width: 1280px; margin: 0 auto; padding: 0 20px; }\n    .tf-home * { box-sizing: border-box; }\n    .tf-home a { text-decoration: none; color: inherit; }\n    .tf-home img { max-width: 100%; height: auto; display: block; }\n\n    /* ========== HERO ========== */\n    .tf-hero-section { margin: 20px 0; display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }\n    .tf-hero-main {\n        background: linear-gradient(135deg, #1a3a15, #3d7a35);\n        border-radius: 16px; padding: 40px; color: #fff; position: relative; overflow: hidden;\n        min-height: 320px; display: flex; flex-direction: column; justify-content: center;\n    }\n    .tf-hero-main::before {\n        content: ''; position: absolute; right: -60px; top: -60px;\n        width: 400px; height: 400px;\n        background: radial-gradient(circle, rgba(255,213,79,0.2), transparent 70%);\n    }\n    .tf-hero-badge {\n        display: inline-block; background: #FFD54F; color: #1a3a15;\n        padding: 6px 16px; border-radius: 20px; font-size: 11px; font-weight: 700;\n        letter-spacing: 1.5px; margin-bottom: 16px; width: fit-content;\n    }\n    .tf-hero-main h1 {\n        font-family: 'Playfair Display', Georgia, serif; font-size: 48px;\n        line-height: 1.1; margin: 0 0 12px; font-weight: 700;\n    }\n    .tf-hero-main h1 em { color: #FFD54F; font-style: italic; }\n    .tf-hero-main p { font-size: 16px; opacity: 0.9; margin: 0 0 24px; max-width: 420px; }\n    .tf-hero-cta-group { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }\n    .tf-hero-btn {\n        display: inline-block; padding: 14px 28px;\n        background: linear-gradient(135deg, #FF6F00, #E65100);\n        color: #fff !important; border-radius: 10px; font-weight: 700; font-size: 15px;\n        box-shadow: 0 4px 15px rgba(230,81,0,0.3); transition: all 0.3s;\n    }\n    .tf-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(230,81,0,0.4); color: #fff !important; }\n    .tf-hero-coupon {\n        border: 2px dashed #FFD54F; padding: 8px 16px; border-radius: 8px;\n        font-family: 'Courier New', monospace; color: #FFD54F; font-weight: 700; letter-spacing: 2px;\n        cursor: pointer; transition: background 0.2s;\n    }\n    .tf-hero-coupon:hover { background: rgba(255,213,79,0.15); }\n    .tf-hero-side { display: flex; flex-direction: column; gap: 12px; }\n    .tf-hero-side-card {\n        flex: 1; border-radius: 14px; padding: 24px; color: #fff;\n        display: flex; flex-direction: column; justify-content: center;\n        position: relative; overflow: hidden; text-decoration: none !important;\n        transition: transform 0.3s;\n    }\n    .tf-hero-side-card:hover { transform: translateY(-3px); }\n    .tf-hero-side-card-1 { background: linear-gradient(135deg, #E65100, #FF8F00); }\n    .tf-hero-side-card-2 { background: linear-gradient(135deg, #00695C, #00897B); }\n    .tf-hero-side-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; margin: 0 0 4px; color: #fff; }\n    .tf-hero-side-card p { font-size: 13px; opacity: 0.9; margin: 0 0 12px; color: #fff; }\n    .tf-hero-side-card .tf-hsc-link { color: #fff !important; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }\n\n    /* ========== FEATURES ========== */\n    .tf-features-bar {\n        margin: 16px 0;\n        display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;\n    }\n    .tf-feature-item {\n        background: #fff; border-radius: 10px; padding: 16px;\n        display: flex; align-items: center; gap: 12px; border: 1px solid #e8e4dd;\n    }\n    .tf-feature-icon {\n        font-size: 28px; width: 48px; height: 48px; background: #E8F5E9;\n        border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n    }\n    .tf-feature-text strong { display: block; font-size: 14px; color: #1a3a15; }\n    .tf-feature-text span { font-size: 12px; color: #888; }\n\n    /* ========== SECTION ========== */\n    .tf-section { margin: 40px 0; }\n    .tf-section-title {\n        display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;\n    }\n    .tf-section-title h2 {\n        font-family: 'Playfair Display', Georgia, serif; font-size: 26px;\n        color: #1a3a15; font-weight: 700; position: relative; padding-left: 16px; margin: 0;\n    }\n    .tf-section-title h2::before {\n        content: ''; position: absolute; left: 0; top: 6px; bottom: 6px;\n        width: 5px; background: linear-gradient(to bottom, #2D5A27, #FFD54F); border-radius: 3px;\n    }\n    .tf-section-title a { color: #2D5A27; font-weight: 700; font-size: 14px; }\n    .tf-section-title a:hover { color: #E65100; }\n\n    /* ========== CATEGORIES ========== */\n    .tf-categories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }\n    .tf-cat-card {\n        background: #fff; border-radius: 12px; padding: 20px 14px; text-align: center;\n        color: #333 !important; border: 1px solid #e8e4dd; transition: all 0.3s;\n        display: block;\n    }\n    .tf-cat-card:hover {\n        transform: translateY(-3px); box-shadow: 0 8px 20px rgba(45,90,39,0.15);\n        border-color: #2D5A27;\n    }\n    .tf-cat-icon {\n        width: 64px; height: 64px;\n        background: linear-gradient(135deg, #E8F5E9, #C8E6C9); border-radius: 50%;\n        margin: 0 auto 10px; display: flex; align-items: center; justify-content: center;\n        font-size: 32px; overflow: hidden;\n    }\n    .tf-cat-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }\n    .tf-cat-name { font-size: 13px; font-weight: 700; margin-bottom: 2px; }\n    .tf-cat-count { font-size: 11px; color: #888; }\n\n    /* ========== PRODUCTS ========== */\n    .tf-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }\n    .tf-product-card {\n        background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e8e4dd;\n        transition: all 0.3s; position: relative; display: flex; flex-direction: column;\n    }\n    .tf-product-card:hover {\n        transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        border-color: #2D5A27;\n    }\n    .tf-product-badge {\n        position: absolute; top: 10px; left: 10px; background: #E65100; color: #fff;\n        padding: 4px 10px; border-radius: 6px; font-size: 10px; font-weight: 700;\n        z-index: 2; letter-spacing: 0.5px;\n    }\n    .tf-product-badge.tf-pb-new { background: #2D5A27; }\n    .tf-product-badge.tf-pb-sale { background: #c62828; }\n    .tf-product-badge.tf-pb-best { background: #FF8F00; }\n    .tf-product-wishlist {\n        position: absolute; top: 10px; right: 10px; width: 32px; height: 32px;\n        background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        cursor: pointer; z-index: 2; font-size: 16px; box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n        border: none; color: #666;\n    }\n    .tf-product-wishlist:hover { color: #E65100; }\n    .tf-product-img {\n        aspect-ratio: 1;\n        background: linear-gradient(135deg, #E8F5E9, #f8f9f0);\n        display: flex; align-items: center; justify-content: center; overflow: hidden;\n    }\n    .tf-product-img img { width: 100%; height: 100%; object-fit: cover; }\n    .tf-product-img-placeholder { font-size: 64px; opacity: 0.5; }\n    .tf-product-info { padding: 12px 14px; display: flex; flex-direction: column; flex: 1; }\n    .tf-product-cat { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }\n    .tf-product-name {\n        font-size: 14px; font-weight: 600; color: #1a1a1a !important;\n        line-height: 1.4; min-height: 40px; margin-bottom: 8px;\n        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;\n        overflow: hidden;\n    }\n    .tf-product-rating { font-size: 12px; color: #FFA726; margin-bottom: 8px; }\n    .tf-product-rating span { color: #888; margin-left: 4px; }\n    .tf-product-price {\n        display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px;\n        margin-top: auto;\n    }\n    .tf-price-current { font-size: 20px; font-weight: 800; color: #2D5A27; }\n    .tf-price-old { font-size: 13px; color: #999; text-decoration: line-through; }\n    .tf-product-add {\n        width: 100%; padding: 10px;\n        background: linear-gradient(135deg, #2D5A27, #3d7a35);\n        color: #fff !important; border: none; border-radius: 8px; font-weight: 700; font-size: 13px;\n        cursor: pointer; transition: all 0.2s; text-align: center; display: block;\n        text-decoration: none !important;\n    }\n    .tf-product-add:hover { background: linear-gradient(135deg, #1a3a15, #2D5A27); color: #fff !important; }\n\n    /* ========== PROMO BANNER ========== */\n    .tf-promo-banner { margin: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n    .tf-promo-card {\n        border-radius: 16px; padding: 32px; color: #fff; position: relative; overflow: hidden;\n        min-height: 200px; display: flex; flex-direction: column; justify-content: center;\n        text-decoration: none !important; transition: transform 0.3s;\n    }\n    .tf-promo-card:hover { transform: translateY(-3px); }\n    .tf-promo-card.tf-promo-1 { background: linear-gradient(135deg, #5D4037, #8D6E63); }\n    .tf-promo-card.tf-promo-2 { background: linear-gradient(135deg, #1565C0, #42A5F5); }\n    .tf-promo-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; margin: 0 0 8px; color: #fff; }\n    .tf-promo-card p { opacity: 0.9; margin: 0 0 16px; font-size: 14px; }\n    .tf-promo-card .tf-promo-btn {\n        display: inline-block; padding: 10px 22px;\n        background: rgba(255,255,255,0.2); color: #fff !important;\n        border-radius: 8px; font-weight: 700; font-size: 13px; width: fit-content;\n        border: 1px solid rgba(255,255,255,0.3);\n    }\n\n    /* ========== REVIEWS ========== */\n.tf-reviews-wrapper {\n        overflow: hidden; position: relative; border-radius: 12px;\n    }\n    .tf-reviews-track {\n        display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .tf-reviews-track .tf-review-card {\n        flex: 0 0 calc(33.333% - 11px); margin-right: 16px;\n        box-sizing: border-box;\n    }\n    .tf-reviews-track .tf-review-card:last-child { margin-right: 0; }\n\n    .tf-reviews-controls { display: flex; gap: 8px; }\n    .tf-rev-arrow {\n        width: 36px; height: 36px; border-radius: 50%;\n        background: #fff; border: 1px solid #e8e4dd;\n        font-size: 20px; cursor: pointer; color: #2D5A27;\n        display: flex; align-items: center; justify-content: center;\n        transition: all 0.2s;\n        font-weight: 700;\n    }\n    .tf-rev-arrow:hover { background: #2D5A27; color: #fff; border-color: #2D5A27; }\n\n    .tf-reviews-dots {\n        display: flex; justify-content: center; gap: 8px; margin-top: 20px;\n    }\n    .tf-rev-dot {\n        width: 10px; height: 10px; border-radius: 50%;\n        background: #d0d0d0; border: none; cursor: pointer; padding: 0;\n        transition: all 0.3s;\n    }\n    .tf-rev-dot.active { background: #2D5A27; width: 30px; border-radius: 5px; }\n    .tf-rev-dot:hover { background: #2D5A27; }\n\n    @media (max-width: 1024px) {\n        .tf-reviews-track .tf-review-card {\n            flex: 0 0 calc(50% - 8px); margin-right: 16px;\n        }\n    }\n    @media (max-width: 768px) {\n        .tf-reviews-track .tf-review-card {\n            flex: 0 0 100%; margin-right: 0;\n        }\n    }\n    .tf-review-card {\n        background: #fff; border-radius: 12px; padding: 22px; border: 1px solid #e8e4dd;\n    }\n    .tf-review-stars { color: #FFA726; font-size: 16px; margin-bottom: 8px; }\n    .tf-review-text { font-size: 14px; line-height: 1.6; color: #444; margin: 0 0 14px; min-height: 66px; }\n    .tf-review-author {\n        display: flex; align-items: center; gap: 10px;\n        padding-top: 14px; border-top: 1px solid #f0f0f0;\n    }\n    .tf-review-avatar {\n        width: 36px; height: 36px;\n        background: linear-gradient(135deg, #2D5A27, #4CAF50);\n        border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center;\n        font-weight: 700; font-size: 14px;\n    }\n    .tf-review-name { font-size: 13px; font-weight: 700; color: #1a1a1a; }\n    .tf-review-verified { font-size: 11px; color: #2D5A27; }\n\n    /* ========== BLOG ========== */\n    .tf-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n    .tf-blog-card {\n        background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e4dd;\n        transition: all 0.3s; display: block; color: inherit;\n    }\n    .tf-blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }\n    .tf-blog-img {\n        aspect-ratio: 16/10;\n        background: linear-gradient(135deg, #2D5A27, #81C784);\n        display: flex; align-items: center; justify-content: center;\n        font-size: 64px; color: rgba(255,255,255,0.3); position: relative; overflow: hidden;\n    }\n    .tf-blog-img img { width: 100%; height: 100%; object-fit: cover; }\n    .tf-blog-category {\n        position: absolute; top: 12px; left: 12px;\n        background: #fff; color: #2D5A27;\n        padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 700;\n        text-transform: uppercase; letter-spacing: 1px;\n    }\n    .tf-blog-content { padding: 20px; }\n    .tf-blog-meta { font-size: 12px; color: #888; margin-bottom: 8px; }\n    .tf-blog-title {\n        font-family: 'Playfair Display', Georgia, serif; font-size: 18px;\n        font-weight: 700; line-height: 1.4; color: #1a1a1a; margin: 0 0 10px;\n    }\n    .tf-blog-excerpt { font-size: 14px; color: #555; line-height: 1.6; margin: 0 0 12px; }\n    .tf-blog-read-more { color: #2D5A27 !important; font-weight: 700; font-size: 13px; }\n\n    /* ========== NEWSLETTER ========== */\n    .tf-newsletter {\n        background: linear-gradient(135deg, #1a3a15, #2D5A27);\n        border-radius: 20px; padding: 48px; text-align: center; color: #fff;\n        margin: 40px 0;\n    }\n    .tf-newsletter h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; margin: 0 0 8px; color: #fff; }\n    .tf-newsletter p { opacity: 0.85; margin: 0 0 24px; }\n    .tf-newsletter-form { display: flex; max-width: 480px; margin: 0 auto; gap: 8px; }\n    .tf-newsletter-form input {\n        flex: 1; padding: 14px 20px; border: none; border-radius: 10px;\n        font-size: 14px; font-family: inherit; outline: none;\n    }\n    .tf-newsletter-form button {\n        padding: 14px 28px; background: #FFD54F; color: #1a3a15;\n        border: none; border-radius: 10px; font-weight: 700; cursor: pointer;\n        font-family: inherit; transition: all 0.2s;\n    }\n    .tf-newsletter-form button:hover { background: #FFC107; transform: translateY(-1px); }\n    .tf-newsletter-msg { margin-top: 16px; font-size: 14px; min-height: 20px; }\n\n    /* ========== RESPONSIVE ========== */\n    @media (max-width: 1024px) {\n        .tf-categories { grid-template-columns: repeat(3, 1fr); }\n        .tf-products { grid-template-columns: repeat(3, 1fr); }\n        .tf-blog-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media (max-width: 768px) {\n        .tf-hero-section { grid-template-columns: 1fr; }\n        .tf-hero-main { padding: 28px 20px; min-height: 260px; }\n        .tf-hero-main h1 { font-size: 32px; }\n        .tf-features-bar { grid-template-columns: repeat(2, 1fr); }\n        .tf-categories { grid-template-columns: repeat(2, 1fr); }\n        .tf-products { grid-template-columns: repeat(2, 1fr); }\n        .tf-promo-banner { grid-template-columns: 1fr; }\n     \n        .tf-blog-grid { grid-template-columns: 1fr; }\n        .tf-section-title h2 { font-size: 20px; }\n        .tf-newsletter { padding: 32px 20px; }\n        .tf-newsletter h2 { font-size: 24px; }\n        .tf-newsletter-form { flex-direction: column; }\n    }\n    </style>\n        \n    <div class=\"tf-home\">\n            <div class=\"tf-hero-section\">\n        <div class=\"tf-hero-main\">\n            <span class=\"tf-hero-badge\">🍄 2018'DEN BERİ</span>\n            <h1>Evinizde Organik<br>Mantar <em>Yetiştirin</em></h1>\n            <p>Laboratuvar kontrollü tohumlar, 30 günde ilk hasat. Türkiye geneli kargo.</p>\n            <div class=\"tf-hero-cta-group\">\n                <a href=\"https://www.tohumlarfidana.net/magaza/\" class=\"tf-hero-btn\">Alışverişe Başla →</a>\n                <div class=\"tf-hero-coupon\" onclick=\"navigator.clipboard.writeText('HOSGELDIN5'); this.textContent='KOPYALANDI ✓'; setTimeout(()=>this.textContent='HOSGELDIN5', 2000);\">HOSGELDIN5</div>\n            </div>\n        </div>\n        <div class=\"tf-hero-side\">\n            <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/hazir-kitler/\" class=\"tf-hero-side-card tf-hero-side-card-1\">\n                <h3>🎁 Başlangıç Kiti</h3>\n                <p>Tüm malzemeler dahil. Hobi için ideal.</p>\n                <span class=\"tf-hsc-link\">İncele →</span>\n            </a>\n            <a href=\"https://wa.me/908503463986?text=Toptan+sat%C4%B1%C5%9F+fiyatlar%C4%B1+hakk%C4%B1nda+bilgi+almak+istiyorum\" target=\"_blank\" class=\"tf-hero-side-card tf-hero-side-card-2\">\n                <h3>💼 Toptan Satış</h3>\n                <p>Ticari üretim için özel fiyatlar.</p>\n                <span class=\"tf-hsc-link\">Talep Et →</span>\n            </a>\n        </div>\n    </div>\n        <div class=\"tf-features-bar\">\n        <div class=\"tf-feature-item\">\n            <div class=\"tf-feature-icon\">🚚</div>\n            <div class=\"tf-feature-text\"><strong>Ücretsiz Kargo</strong><span>4900 TL üzeri</span></div>\n        </div>\n        <div class=\"tf-feature-item\">\n            <div class=\"tf-feature-icon\">🧪</div>\n            <div class=\"tf-feature-text\"><strong>Lab Kontrollü</strong><span>Steril üretim</span></div>\n        </div>\n        <div class=\"tf-feature-item\">\n            <div class=\"tf-feature-icon\">📞</div>\n            <div class=\"tf-feature-text\"><strong>7/24 Destek</strong><span>WhatsApp hattı</span></div>\n        </div>\n        <div class=\"tf-feature-item\">\n            <div class=\"tf-feature-icon\">🔒</div>\n            <div class=\"tf-feature-text\"><strong>Güvenli Ödeme</strong><span>SSL sertifikalı</span></div>\n        </div>\n    </div>\n        <div class=\"tf-section\">\n        <div class=\"tf-section-title\">\n            <h2>Kategoriler</h2>\n            <a href=\"https://www.tohumlarfidana.net/magaza/\">Tümü →</a>\n        </div>\n        <div class=\"tf-categories\">\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/istiridye-mantar-miseli/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2026/03/istiridye-mantari-tohumu2-150x150.png\" alt=\"İstiridye Mantar Tohumu\">\n                                    </div>\n                <div class=\"tf-cat-name\">İstiridye Mantar Tohumu</div>\n                <div class=\"tf-cat-count\">28 ürün</div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kultur-mantari-tohumlari/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2026/03/kultur-mantari-tohumu2-150x150.png\" alt=\"Kültür Mantarı Tohumları\">\n                                    </div>\n                <div class=\"tf-cat-name\">Kültür Mantarı Tohumları</div>\n                <div class=\"tf-cat-count\">18 ürün</div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/shiitake-mantari-miseli/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            🌿                                    </div>\n                <div class=\"tf-cat-name\">shiitake mantarı miseli</div>\n                <div class=\"tf-cat-count\">4 ürün</div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            ⭐                                    </div>\n                <div class=\"tf-cat-name\">Reishi mantarı tohumları miseli</div>\n                <div class=\"tf-cat-count\">6 ürün</div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kuzu-gobegi-mantar-tohumlari/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/Mantar-Tohumları-1-150x150.jpg\" alt=\"Kuzu Göbeği Mantarı Tohumları\">\n                                    </div>\n                <div class=\"tf-cat-name\">Kuzu Göbeği Mantarı Tohumları</div>\n                <div class=\"tf-cat-count\">7 ürün</div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/product-category/diger/\" class=\"tf-cat-card\">\n                <div class=\"tf-cat-icon\">\n                                            🍄                                    </div>\n                <div class=\"tf-cat-name\">Yetiştirme Malzemeleri ve Poşetler</div>\n                <div class=\"tf-cat-count\">5 ürün</div>\n            </a>\n                    </div>\n    </div>\n        <div class=\"tf-section\">\n        <div id=\"tf-tools-banner\" style=\"display: block;\">\n  <div class=\"tftb-wrap\">\n    <h2 class=\"tftb-h\">Üretime başlamadan önce</h2>\n    <div class=\"tftb-cards\">\n      <a class=\"tftb-card\" href=\"/mantar-hesaplayici/\">\n        <div class=\"tftb-ic\">🧮</div>\n        <div class=\"tftb-t\">Mantar Üretim Hesaplayıcısı</div>\n        <div class=\"tftb-d\">Alanına veya kompostuna göre ne kadar misel, ne kadar verim ve maliyet — saniyeler içinde hesapla.</div>\n        <span class=\"tftb-b\">Hesapla →</span>\n      </a>\n      <a class=\"tftb-card\" href=\"/hangi-mantari-yetistirmeliyim/\">\n        <div class=\"tftb-ic\">🍄</div>\n        <div class=\"tftb-t\">Hangi Mantarı Yetiştirmeliyim?</div>\n        <div class=\"tftb-d\">İstiridye, kültür, shiitake, reishi — zorluk, süre ve verime göre amacına en uygun türü bul.</div>\n        <span class=\"tftb-b\">Karşılaştır →</span>\n      </a>\n    </div>\n  </div>\n</div><div class=\"tf-section-title\">\n            <h2>🔥 Öne Çıkan Ürünler</h2>\n            <a href=\"https://www.tohumlarfidana.net/magaza/\">Tümünü Gör →</a>\n        </div>\n        <div class=\"tf-products\">\n                <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge \">ÖNE ÇIKAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/istiridye-mantari-tohumu-misel-ve-kultur-mantari/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"200\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-300x200.png\" class=\"attachment-medium size-medium\" alt=\"de853cf4-a853-4db5-b061-e5b921ad23dd\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-300x200.png 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-600x400.png 600w, https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-64x43.png 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-1024x683.png 1024w, https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd-768x512.png 768w, https://www.tohumlarfidana.net/wp-content/uploads/2019/12/de853cf4-a853-4db5-b061-e5b921ad23dd.png 1536w\" sizes=\"(max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">İSTIRIDYE MANTAR TOHUMU</div>\n            <a href=\"https://www.tohumlarfidana.net/product/istiridye-mantari-tohumu-misel-ve-kultur-mantari/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                İstiridye Mantarı Tohumu 10KG            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(Henüz yorum yok)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;6.990,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=8914\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"8914\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge \">ÖNE ÇIKAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/istiridye-mantari-tohumu-misel-20-kg-ve-100-adet-mantar-torbasi/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-300x300.png\" class=\"attachment-medium size-medium\" alt=\"istiridyemantaritohumupaket\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-300x300.png 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-100x100.png 100w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-600x600.png 600w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-64x64.png 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-150x150.png 150w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket-768x768.png 768w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/istiridyemantaritohumupaket.png 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">İSTIRIDYE MANTAR TOHUMU</div>\n            <a href=\"https://www.tohumlarfidana.net/product/istiridye-mantari-tohumu-misel-20-kg-ve-100-adet-mantar-torbasi/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                İstiridye Mantarı Tohumu 20KG - 100Adet Poşet -  Uygun Fiyatlı            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(Henüz yorum yok)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;14.900,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=8537\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"8537\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge \">ÖNE ÇIKAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/reishi-mantari-deneme-kiti/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti-300x300.jpg\" class=\"attachment-medium size-medium\" alt=\"reishi mantarı deneme kiti\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti-300x300.jpg 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti-100x100.jpg 100w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti-64x64.jpg 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti-150x150.jpg 150w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/reishi-mantarı-deneme-kiti.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">MANTAR DENEME KITLERI</div>\n            <a href=\"https://www.tohumlarfidana.net/product/reishi-mantari-deneme-kiti/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                Reishi mantarı deneme kiti            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(Henüz yorum yok)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;999,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=4977\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"4977\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n            </div>\n    </div>\n        <div class=\"tf-promo-banner\">\n        <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/hazir-kitler/\" class=\"tf-promo-card tf-promo-1\">\n            <h3>Hobi Üreticiler İçin</h3>\n            <p>Evde kolay yetiştirme, 30 günde hasat</p>\n            <span class=\"tf-promo-btn\">Başlangıç Kitlerini Gör →</span>\n        </a>\n        <a href=\"https://wa.me/908503463986?text=Toptan+sat%C4%B1%C5%9F+fiyatlar%C4%B1+hakk%C4%B1nda+bilgi+almak+istiyorum\" target=\"_blank\" class=\"tf-promo-card tf-promo-2\">\n            <h3>Ticari Üreticiler İçin</h3>\n            <p>Toptan fiyatlar ve özel indirimler</p>\n            <span class=\"tf-promo-btn\">Toptan Talep →</span>\n        </a>\n    </div>\n        <div class=\"tf-section\">\n        <div class=\"tf-section-title\">\n            <h2>⭐ En Çok Satanlar</h2>\n            <a href=\"https://www.tohumlarfidana.net/magaza/\">Tümü →</a>\n        </div>\n        <div class=\"tf-products\">\n                <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge tf-pb-best\">EN ÇOK SATAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/istiridye-ve-kultur-mantari-poseti-40x80-sefaf-mantar-torbasi/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"262\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2020/05/TORBA-40X80-ŞEFAF-2-e1666427251790-300x262.jpg\" class=\"attachment-medium size-medium\" alt=\"TORBA 40X80 ŞEFAF 2\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2020/05/TORBA-40X80-ŞEFAF-2-e1666427251790-300x262.jpg 300w, https://www.tohumlarfidana.net/wp-content/uploads/2020/05/TORBA-40X80-ŞEFAF-2-e1666427251790-64x56.jpg 64w, https://www.tohumlarfidana.net/wp-content/uploads/2020/05/TORBA-40X80-ŞEFAF-2-e1666427251790.jpg 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">YETIŞTIRME MALZEMELERI VE POŞETLER</div>\n            <a href=\"https://www.tohumlarfidana.net/product/istiridye-ve-kultur-mantari-poseti-40x80-sefaf-mantar-torbasi/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                İstiridye ve kültür mantarı poşeti 30x60  şeffaf mantar torbası 30 Adet            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(Henüz yorum yok)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;249,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=17904\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"17904\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge tf-pb-best\">EN ÇOK SATAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/istiridye-ve-kultur-mantari-poseti-40x85/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/kültür-mantarı-kompostu-hazırlama-kültür-mantarı-miseli-nasıl-torbalara-doldurulur-300x225.jpg\" class=\"attachment-medium size-medium\" alt=\"kültür mantarı kompostu hazırlama kültür mantarı miseli nasıl torbalara doldurulur\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/03/kültür-mantarı-kompostu-hazırlama-kültür-mantarı-miseli-nasıl-torbalara-doldurulur-300x225.jpg 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/kültür-mantarı-kompostu-hazırlama-kültür-mantarı-miseli-nasıl-torbalara-doldurulur-64x48.jpg 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/03/kültür-mantarı-kompostu-hazırlama-kültür-mantarı-miseli-nasıl-torbalara-doldurulur.jpg 565w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">YETIŞTIRME MALZEMELERI VE POŞETLER</div>\n            <a href=\"https://www.tohumlarfidana.net/product/istiridye-ve-kultur-mantari-poseti-40x85/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                İstiridye ve Kültür Mantarı Poşeti 30x60  30 Adet            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(2)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;249,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=4986\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"4986\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge tf-pb-best\">EN ÇOK SATAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/1-kg-istiridye-mantari-tohumu/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-300x300.png\" class=\"attachment-medium size-medium\" alt=\"ChatGPT Image 9 Mar 2026 13_09_41\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-300x300.png 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-100x100.png 100w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-600x600.png 600w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-64x64.png 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-150x150.png 150w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41-768x768.png 768w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/ChatGPT-Image-9-Mar-2026-13_09_41.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">İSTIRIDYE MANTAR TOHUMU</div>\n            <a href=\"https://www.tohumlarfidana.net/product/1-kg-istiridye-mantari-tohumu/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                İstiridye Mantarı Tohumu 1KG            </a>\n\n                        <div class=\"tf-product-rating\">☆☆☆☆☆ <span>(Henüz yorum yok)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;749,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=4643\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"4643\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge tf-pb-best\">EN ÇOK SATAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/kultur-mantari-tohumu-1000-gram-1-kilo/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-300x300.png\" class=\"attachment-medium size-medium\" alt=\"kulturmantaritohumupaketi\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-300x300.png 300w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-100x100.png 100w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-600x600.png 600w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-64x64.png 64w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-150x150.png 150w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi-768x768.png 768w, https://www.tohumlarfidana.net/wp-content/uploads/2019/02/kulturmantaritohumupaketi.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">KÜLTÜR MANTARI TOHUMLARI</div>\n            <a href=\"https://www.tohumlarfidana.net/product/kultur-mantari-tohumu-1000-gram-1-kilo/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                Şapkalı Kültür Mantarı Tohumu ( 1000 Gram )  1 KG            </a>\n\n                        <div class=\"tf-product-rating\">★★★★★ <span>(2)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;749,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=4677\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"4677\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n        <div class=\"tf-product-card\">\n                    <span class=\"tf-product-badge tf-pb-best\">EN ÇOK SATAN</span>\n        \n        <a href=\"https://www.tohumlarfidana.net/product/1-000-adet-kuzu-gobegi-mantari-tohumu-super-firsat-paketi/\" class=\"tf-product-img\" style=\"text-decoration:none;\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/11/1000-adet-kuzu-gobegi-tohumu.jpg\" class=\"attachment-medium size-medium\" alt=\"1000-adet-kuzu-gobegi-tohumu\" srcset=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/11/1000-adet-kuzu-gobegi-tohumu.jpg 300w, https://www.tohumlarfidana.net/wp-content/uploads/2018/11/1000-adet-kuzu-gobegi-tohumu-100x100.jpg 100w, https://www.tohumlarfidana.net/wp-content/uploads/2018/11/1000-adet-kuzu-gobegi-tohumu-64x64.jpg 64w, https://www.tohumlarfidana.net/wp-content/uploads/2018/11/1000-adet-kuzu-gobegi-tohumu-150x150.jpg 150w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\">                    </a>\n\n        <div class=\"tf-product-info\">\n            <div class=\"tf-product-cat\">KUZU GÖBEĞI MANTARI TOHUMLARI</div>\n            <a href=\"https://www.tohumlarfidana.net/product/1-000-adet-kuzu-gobegi-mantari-tohumu-super-firsat-paketi/\" class=\"tf-product-name\" style=\"text-decoration:none;\">\n                1.000 adet kuzu göbeği mantarı tohumu süper FIRSAT PAKETİ            </a>\n\n                        <div class=\"tf-product-rating\">★★★★★ <span>(1)</span></div>\n            \n            <div class=\"tf-product-price\">\n                <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;749,00</bdi></span>            </div>\n\n            <a href=\"?add-to-cart=4214\" class=\"tf-product-add ajax_add_to_cart\" data-product_id=\"4214\" data-quantity=\"1\" rel=\"nofollow\">🛒 Sepete Ekle</a>\n        </div>\n    </div>\n            </div>\n    </div>\n        <div class=\"tf-section\">\n        <div class=\"tf-section-title\">\n            <h2>💬 Müşteri Yorumları</h2>\n            <div class=\"tf-reviews-controls\">\n                <button class=\"tf-rev-arrow\" id=\"tf-rev-prev\" aria-label=\"Önceki\">‹</button>\n                <button class=\"tf-rev-arrow\" id=\"tf-rev-next\" aria-label=\"Sonraki\">›</button>\n            </div>\n        </div>\n        <div class=\"tf-reviews-wrapper\">\n            <div class=\"tf-reviews-track\" id=\"tf-reviews-track\">\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"teşekürler aldım deneyecem\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">G</div>\n                        <div>\n                            <div class=\"tf-review-name\">gokberk </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Iklimlendirme olmadan yetisir mi\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">H</div>\n                        <div>\n                            <div class=\"tf-review-name\">Hasan </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Slm ben tohum ve komposto istiyorum gaim kiloya ne kadar komposto lazim\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">H</div>\n                        <div>\n                            <div class=\"tf-review-name\">Hüseyin </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"5 KG MANTAR 200 LİRA YETİŞTİRME MALİYETİ DE VAR 5 KG MANTAR BÜYÜYÜNCE KAÇ KG OLACAK\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">H</div>\n                        <div>\n                            <div class=\"tf-review-name\">hakan </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"35metre kare yerim var maliyeti ne olur\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">İK</div>\n                        <div>\n                            <div class=\"tf-review-name\">İlker k.</div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Şapkalı kultur mantar tohumu\n1000gr  yani 1kilo\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">OK</div>\n                        <div>\n                            <div class=\"tf-review-name\">Osman K.</div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Teşekkürler\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">U</div>\n                        <div>\n                            <div class=\"tf-review-name\">Umut </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Bir ton kompostu var. Ne kadar misel almam lazım\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">AA</div>\n                        <div>\n                            <div class=\"tf-review-name\">Abdulkadir A.</div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Mantar yetiştirme hakkında bilği verir misiniz\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">K</div>\n                        <div>\n                            <div class=\"tf-review-name\">Koray </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                                <div class=\"tf-review-card\">\n                    <div class=\"tf-review-stars\">★★★★★</div>\n                    <p class=\"tf-review-text\">\"Ürünler elime ulaştı çok teşekkürler.\"</p>\n                    <div class=\"tf-review-author\">\n                        <div class=\"tf-review-avatar\">M</div>\n                        <div>\n                            <div class=\"tf-review-name\">Musteri </div>\n                                                        <div class=\"tf-review-verified\">✓ Doğrulanmış alıcı</div>\n                                                    </div>\n                    </div>\n                </div>\n                            </div>\n        </div>\n        <div class=\"tf-reviews-dots\" id=\"tf-rev-dots\"><button class=\"tf-rev-dot active\" data-page=\"0\" aria-label=\"Sayfa 1\"></button><button class=\"tf-rev-dot\" data-page=\"1\" aria-label=\"Sayfa 2\"></button><button class=\"tf-rev-dot\" data-page=\"2\" aria-label=\"Sayfa 3\"></button><button class=\"tf-rev-dot\" data-page=\"3\" aria-label=\"Sayfa 4\"></button><button class=\"tf-rev-dot\" data-page=\"4\" aria-label=\"Sayfa 5\"></button></div>\n    </div>\n\n    <script>\n    (function() {\n        var track = document.getElementById('tf-reviews-track');\n        var dotsWrap = document.getElementById('tf-rev-dots');\n        if (!track) return;\n        var cards = track.querySelectorAll('.tf-review-card');\n        var total = cards.length;\n        var visible = window.innerWidth < 768 ? 1 : (window.innerWidth < 1024 ? 2 : 3);\n        var pages = Math.ceil(total / visible);\n        var currentPage = 0;\n        var autoTimer = null;\n\n        // Dots oluştur\n        for (var i = 0; i < pages; i++) {\n            var dot = document.createElement('button');\n            dot.className = 'tf-rev-dot';\n            if (i === 0) dot.classList.add('active');\n            dot.setAttribute('data-page', i);\n            dot.setAttribute('aria-label', 'Sayfa ' + (i+1));\n            dotsWrap.appendChild(dot);\n        }\n\n        function goToPage(page) {\n            if (page < 0) page = pages - 1;\n            if (page >= pages) page = 0;\n            currentPage = page;\n            var offset = -(page * 100);\n            track.style.transform = 'translateX(' + offset + '%)';\n            document.querySelectorAll('.tf-rev-dot').forEach(function(d, i) {\n                d.classList.toggle('active', i === page);\n            });\n        }\n\n        function nextPage() { goToPage(currentPage + 1); }\n        function prevPage() { goToPage(currentPage - 1); }\n\n        function startAuto() {\n            stopAuto();\n            autoTimer = setInterval(nextPage, 5000);\n        }\n        function stopAuto() {\n            if (autoTimer) { clearInterval(autoTimer); autoTimer = null; }\n        }\n\n        // Event listeners\n        document.getElementById('tf-rev-next').addEventListener('click', function() {\n            nextPage(); startAuto();\n        });\n        document.getElementById('tf-rev-prev').addEventListener('click', function() {\n            prevPage(); startAuto();\n        });\n        dotsWrap.addEventListener('click', function(e) {\n            if (e.target.classList.contains('tf-rev-dot')) {\n                goToPage(parseInt(e.target.getAttribute('data-page')));\n                startAuto();\n            }\n        });\n\n        // Hover'da dur\n        var wrapper = track.parentElement;\n        wrapper.addEventListener('mouseenter', stopAuto);\n        wrapper.addEventListener('mouseleave', startAuto);\n\n        // Touch swipe desteği (mobil)\n        var touchStartX = 0;\n        track.addEventListener('touchstart', function(e) { touchStartX = e.touches[0].clientX; stopAuto(); }, {passive: true});\n        track.addEventListener('touchend', function(e) {\n            var diff = touchStartX - e.changedTouches[0].clientX;\n            if (Math.abs(diff) > 50) { diff > 0 ? nextPage() : prevPage(); }\n            startAuto();\n        }, {passive: true});\n\n        // Pencere yeniden boyutlandırılınca güncelle\n        window.addEventListener('resize', function() {\n            var newVisible = window.innerWidth < 768 ? 1 : (window.innerWidth < 1024 ? 2 : 3);\n            if (newVisible !== visible) {\n                visible = newVisible;\n                pages = Math.ceil(total / visible);\n                dotsWrap.innerHTML = '';\n                for (var i = 0; i < pages; i++) {\n                    var dot = document.createElement('button');\n                    dot.className = 'tf-rev-dot' + (i === 0 ? ' active' : '');\n                    dot.setAttribute('data-page', i);\n                    dotsWrap.appendChild(dot);\n                }\n                currentPage = 0;\n                track.style.transform = 'translateX(0)';\n            }\n        });\n\n        // Başla\n        startAuto();\n    })();\n    </script>\n        <div class=\"tf-section\">\n        <div class=\"tf-section-title\">\n            <h2>📚 Blog &amp; Rehberler</h2>\n            <a href=\"https://www.tohumlarfidana.net/\">Tümü →</a>\n        </div>\n        <div class=\"tf-blog-grid\">\n                        <a href=\"https://www.tohumlarfidana.net/2026/04/20/mantar-yetistiriciligi-karli-mi-2026-gercek-kazanc-analizi/\" class=\"tf-blog-card\">\n                <div class=\"tf-blog-img\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2026/04/istiridye-yetistiriciligi_-768x549.jpg\" alt=\"Mantar Yetiştiriciliği Karlı Mı? 2026 Gerçek Kazanç Analizi\">\n                                        <span class=\"tf-blog-category\">ISTIRIDYE MANTARI NEREYE SATILIR</span>\n                </div>\n                <div class=\"tf-blog-content\">\n                    <div class=\"tf-blog-meta\">20 Nisan 2026 · 16 dk okuma</div>\n                    <h3 class=\"tf-blog-title\">Mantar Yetiştiriciliği Karlı Mı? 2026 Gerçek Kazanç Analizi</h3>\n                    <p class=\"tf-blog-excerpt\"></p>\n                    <span class=\"tf-blog-read-more\">Devamını Oku →</span>\n                </div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/2026/04/16/istiridye-mantari-nasil-yetistirilir-adim-adim-basarili-uretim-rehberi-2026/\" class=\"tf-blog-card\">\n                <div class=\"tf-blog-img\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2026/04/istiridye-yetistiriciligi_2-768x546.jpg\" alt=\"İstiridye Mantarı Nasıl Yetiştirilir? Adım Adım Başarılı Üretim Rehberi (2026)\">\n                                        <span class=\"tf-blog-category\">EKIM KILAVUZLARI</span>\n                </div>\n                <div class=\"tf-blog-content\">\n                    <div class=\"tf-blog-meta\">16 Nisan 2026 · 17 dk okuma</div>\n                    <h3 class=\"tf-blog-title\">İstiridye Mantarı Nasıl Yetiştirilir? Adım Adım Başarılı Üretim Rehberi (2026)</h3>\n                    <p class=\"tf-blog-excerpt\"></p>\n                    <span class=\"tf-blog-read-more\">Devamını Oku →</span>\n                </div>\n            </a>\n                        <a href=\"https://www.tohumlarfidana.net/2026/04/15/evde-mantar-yetistirme/\" class=\"tf-blog-card\">\n                <div class=\"tf-blog-img\">\n                                            <img decoding=\"async\" src=\"https://www.tohumlarfidana.net/wp-content/uploads/2026/04/evde-mantar-yetistiriciligi-768x558.jpg\" alt=\"Evde Mantar Yetiştirme\">\n                                        <span class=\"tf-blog-category\">EKIM KILAVUZLARI</span>\n                </div>\n                <div class=\"tf-blog-content\">\n                    <div class=\"tf-blog-meta\">15 Nisan 2026 · 15 dk okuma</div>\n                    <h3 class=\"tf-blog-title\">Evde Mantar Yetiştirme</h3>\n                    <p class=\"tf-blog-excerpt\"></p>\n                    <span class=\"tf-blog-read-more\">Devamını Oku →</span>\n                </div>\n            </a>\n                    </div>\n    </div>\n        <div class=\"tf-newsletter\">\n        <h2>🍄 Mantar Haberlerinden İlk Siz Haberdar Olun</h2>\n        <p>Yeni ürünler, özel indirimler ve uzman ipuçları için abone olun</p>\n        <form class=\"tf-newsletter-form\" id=\"tf-nl-form\" onsubmit=\"return tfSubmitNewsletter(event)\">\n            <input type=\"email\" id=\"tf-nl-email\" placeholder=\"E-posta adresiniz\" required=\"\">\n            <button type=\"submit\">Abone Ol</button>\n        </form>\n        <div class=\"tf-newsletter-msg\" id=\"tf-nl-msg\"></div>\n    </div>\n\n    <script>\n    function tfSubmitNewsletter(e) {\n        e.preventDefault();\n        var email = document.getElementById('tf-nl-email').value;\n        var msg = document.getElementById('tf-nl-msg');\n        var data = new FormData();\n        data.append('action', 'tf_newsletter_subscribe');\n        data.append('email', email);\n        data.append('nonce', 'c07f7dcf6b');\n        msg.textContent = '⏳ Kaydediliyor...';\n        fetch('https://www.tohumlarfidana.net/wp-admin/admin-ajax.php', { method: 'POST', body: data })\n            .then(r => r.json())\n            .then(function(res) {\n                if (res.success) {\n                    msg.textContent = '✅ ' + (res.data.message || 'Başarıyla abone oldunuz!');\n                    document.getElementById('tf-nl-email').value = '';\n                } else {\n                    msg.textContent = '⚠️ ' + (res.data?.message || 'Bir hata oluştu.');\n                }\n            })\n            .catch(() => { msg.textContent = '⚠️ Bağlantı hatası.'; });\n        return false;\n    }\n    </script>\n        </div>\n    \n    \n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t    </div>\n\t\t\t\t\t<div class=\"clearfix\"></div>\n\t\t\t    \n\n\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\t\t\n\t</div>\n\n<footer id=\"footer\" class=\"footer default theme-clearfix \">\n\t<!-- Content footer -->\n\t<div class=\"container\">\n\t\t<p>[vc_row full_width=\"stretch_row\" equal_height=\"yes\" rtl_reverse=\"yes\" content_placement=\"middle\" css=\".vc_custom_1556196249908{background-color: #000000 !important;}\" el_id=\"vc_custom_1556196160991\"][vc_column width=\"1/4\"][vc_single_image image=\"4531\" alignment=\"center\" onclick=\"custom_link\" link=\"#\"][/vc_column][vc_column width=\"1/4\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmb290ZXItaW5mbyUyMiUzRSUwQSUwOSUzQ3AlM0UlM0MlMkZwJTNFJTBBJTA5JTNDdWwlM0UlMEElMDklMDklM0NsaSUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtbWFwLW1hcmtlciUyMiUzRSUzQyUyRmklM0UlM0NzcGFuJTNFQmFsYWJhbiUyME1oLiUyMEIlQzMlQkN5JUMzJUJDayUyMCVDMyU5Nm5kZXIlMjAlM0MlMkZiciUzRUF0YXQlQzMlQkNyayUyMENkLiUyME5vJTNBMTA4JTIwU2lsaXZyaSUyMCVDNCVCMHN0YW5idWwlM0MlMkZzcGFuJTNFJTNDJTJGbGklM0UlMEElMDklMEElMDklM0MlMkZ1bCUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/4\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmb290ZXItaW5mbyUyMiUzRSUwQSUwOSUzQ3AlM0UlM0MlMkZwJTNFJTBBJTA5JTNDdWwlM0UlMEElMDklMDklMEElMDklMDklM0NsaSUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtcGhvbmUlMjIlM0UlM0MlMkZpJTNFJTNDc3BhbiUzRTA4NTAlMjAzNDYlMjAzOSUyMDg2JTNDJTJGc3BhbiUzRSUzQyUyRmxpJTNFJTBBJTA5JTBBJTA5JTNDJTJGdWwlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/4\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmb290ZXItaW5mbyUyMiUzRSUwQSUwOSUzQ3AlM0UlM0MlMkZwJTNFJTBBJTA5JTNDdWwlM0UlMEElMDklMEElMDklMDklM0NsaSUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZW52ZWxvcGUlMjIlM0UlM0MlMkZpJTNFJTNDc3BhbiUzRWluZm8lNDB0b2h1bWxhcmZpZGFuYS5uZXQlM0MlMkZzcGFuJTNFJTNDJTJGbGklM0UlMEElMDklM0MlMkZ1bCUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"top\" css=\".vc_custom_1556197204649{background-color: #ffffff !important;}\"][vc_column width=\"1/5\"][vc_column_text]</p>\n<h2 style=\"font-size: 21px;\">Tohumlar Fidana</h2>\n<p>Mantar tohumlar, bitki tohumlar, fideler ve diğer tüm şeyleri bulabileceğiniz sitemizde sizlere satış ve satış sonrası destek veriyor, bereketli hasatlar diliyoruz.[/vc_column_text][vc_raw_html]JTNDaDMlMjBzdHlsZSUzRCUyMmZvbnQtc2l6ZSUzQSUyMDE2cHglM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMG5vcm1hbCUzQiUwQSUyMCUyMCUyMCUyMGNvbG9yJTNBJTIwJTIzMjIyJTNCJTBBJTA5bWFyZ2luJTNBMCUzQiUwQSUyMCUyMCUyMCUyMHRleHQtdHJhbnNmb3JtJTNBJTIwdXBwZXJjYXNlJTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLWJvdHRvbSUzQSUyMDIwcHglM0IlMEElMjAlMjAlMjAlMjB0ZXh0LWFsaWduJTNBJTIwbGVmdCUzQiUyMiUzRURpJUM0JTlGZXIlMjBtYSVDNCU5RmF6YWxhciVDNCVCMW0lQzQlQjF6JTNDJTJGaDMlM0UlMEElM0N0YWJsZSUyMGNsYXNzJTNEJTIydGFibGVGb290ZXIlMjIlM0UlMEElM0N0ciUzRSUwQSUzQ3RkJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5oZXBzaWJ1cmFkYS5jb20lMkZtYWdhemElMkZiZW5jZWJ1b2xzdW4xJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwJTNFJTBBJTNDaW1nJTIwJUMyJUEwaGVpZ2h0JTNEJTIyMTUwJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cudG9odW1sYXJmaWRhbmEubmV0JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIzJTJGMDElMkZoZXBzaWJ1cmFkYS1sb2dvLTEwMjQtZTE2NzM5NDk2NDcxODcud2VicCUyMiUyMCUyRiUzRSUzQyUyRmElM0UlMEElM0MlMkZ0ZCUzRSUwQSUwQSUzQ3RkJTIwc3R5bGUlM0QlMjJwYWRkaW5nLWxlZnQlM0ElMjAxN3B4JTNCJTIyJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy50cmVuZHlvbC5jb20lMkZtYWdhemElMkZiZW5jZWRlYnVvbHN1bi1tLTExODAzMCUzRnNzdCUzRDAlMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjAlM0UlMEElM0NpbWclMjAlQzIlQTBoZWlnaHQlM0QlMjIxNTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy50b2h1bWxhcmZpZGFuYS5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjMlMkYwMSUyRnRyZW5keW9sLWxvZ28tZTE2NzM5NDk3MDgxNzMucG5nJTIyJTIwJTJGJTNFJTNDJTJGYSUzRSUwQSUzQyUyRnRkJTNFJTBBJTNDdGQlM0UlMEElM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3Lm4xMS5jb20lMkZtYWdhemElMkZiZW5jZWRlYnVvbHN1biUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUzRSUwQSUzQ2ltZyUyMHN0eWxlJTNEJTIyJTIwcGFkZGluZy1sZWZ0JTNBJTIwMTdweCUzQiUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnRvaHVtbGFyZmlkYW5hLm5ldCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMyUyRjAxJTJGYWZkNzEyNjQ0OGIzODVlYTMwMTNkNDE3OTdhZGRlMjAtZTE2NzM5NDk2ODc3MzMucG5nJTIyJTIwJTJGJTNFJTBBJTNDJTJGYSUzRSUwQSUzQyUyRnRkJTNFJTBBJTNDJTJGYSUzRSUwQSUzQyUyRnRyJTNFJTBBJTNDJTJGdGFibGUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/5\"][vc_wp_custommenu title=\"Menü\" nav_menu=\"217\"][/vc_column][vc_column width=\"1/5\"][vc_wp_posts title=\"Yazılar\" number=\"5\"][/vc_column][vc_column width=\"1/5\"][vc_wp_custommenu nav_menu=\"204\" title=\"Kategoriler\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"5684\" img_size=\"full\" alignment=\"center\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJFVEJJUyUyMiUzRSUzQ2RpdiUyMGlkJTNEJTIyODQ3MTgxNDUxNzA3NzEzOCUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZldGJpcy5ldGljYXJldC5nb3YudHIlMkZzaXRlZG9ncnVsYW1hJTJGODQ3MTgxNDUxNzA3NzEzOCUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUzRSUzQ2ltZyUyMHN0eWxlJTNEJTI3d2lkdGglM0ExMDBweCUzQiUyMGhlaWdodCUzQTEyMHB4JTI3JTIwc3JjJTNEJTIyZGF0YSUzQWltYWdlJTJGanBlZyUzQmJhc2U2NCUyQyUyMGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFJSUFBQUNXQ0FZQUFBQVNSRkJ3QUFBQUFYTlNSMElBcnM0YzZRQUFBQVJuUVUxQkFBQ3hqd3Y4WVFVQUFBQUpjRWhaY3dBQURzTUFBQTdEQWNkdnFHUUFBRVdiU1VSQlZIaGU3WjBIdkYxRnRjWWxJQkFJb1FsSUIwR2FnRUlDQVVNUlFVQUU2U0s5QlVFcFVpSzlneFJGUWVsZENFM3AwZ05TQW1rM3R5WTNoU1NRM251dk1HJTJGOTl6bmZ5VHI3emo3bjNPUVNIdSUyRjUlMkZYNGY0VTdiJTJCJTJCeTlabWF0Tld0bWY4c1FXb0tQUFBKSUFOT25UdyUyRnJycnR1ayUyRnl1WGJzbSUyQlI0MzNuaGprM0w3N0xOUFBqZUVzODQ2cTBtJTJCNTl0dnY1MlUlMkIlMkJ5eno4S0tLNjZZcEYxeHhSVkpXblB3M0hQUEZkcDg0NDAzOHFtVjQ5eHp6MDNxcnI3NjZtSGN1SEg1MUtZWVBueDQlMkJQYTN2NTJVJTJGY01mJTJGcEJQTFkwNWMlMkJhRWpUYmFLS2x6ekRISDVGTkQlMkJPVXZmMW00NTJYa2k4WUVzY3htOCUyQnNRaEI0OWVpVGxKazJhVkVpNyUyRlBMTGs3VG13QXZDeHg5JTJGbkUlMkJ0SEpkY2NrbFN0MDJiTm1IJTJCJTJGUG41MUthWU1XTkdRUkN1dmZiYWZHcDViTExKSmttZDVTSUlXMjIxVlRqNTVKT2J4WiUyRjk3R2VGQmlzVkJCN0drMDglMkJtZkQ2NjY4dnRMWFdXbXNsNVpvakNQUXEybm53d1FmREthZWNrclREQTFiNzA2Wk5TOXFaTUdGQ0lVMTg5dGxudzd4NTg1SjhMd2k4VlBKZmV1bWw4T1dYWHliNWpZMk5oWHBUcDA1TjBpWk9uRmhJTyUyQkNBQTVLNnE2eXlTcmo3N3JzTDZXbiUyQjlhOSUyRkxZeGNoeHh5U0xSTW1qelh0ZGRlTzZrVEV3UkdvUk5QUExId0hDdmhDU2VjRUZaYmJiV2t2ckZZRUg3em05JTJGa0wxRTVxcXVyMVZoWlFYajMzWGVUJTJGRUdEQmhYU3Jybm1taVFON0x6enprbWFGNFJPblRvVnlwYmlkNzd6blh5TkVHNjk5ZFpDZWwxZFhaTDJ3UWNmRkpVWE5ZeDdRUkI1JTJCSXNYTDA3eUVWaWwxOVRVSkdrZmZmUlJVZm5sd1pnZ2JMSEZGdm1VNW1IVFRUZFZ1OFdDY09xcHAlMkJhTFZJNzMzMzlmalpVVmhFOCUyQiUyQlNUSkh6dDJiRmhoaFJXU3RKdHZ2amxKQXp2dHRGT1M1Z1VCNmZWdFpISDk5ZGN2dkxSYmJybWxrTjYzYjk4a2plSGVsNGRyckxGR01sS0FtQ0F3UWdwMzNubG5JYjIlMkJ2ajVKNjk2OWUxSDU1Y0dZSUd5MjJXWmh3WUlGJTJCZFRLd0VpNDhjWWJxOTFzUWJqc3NzdkNRUWNkbE1tUkkwY201Wm9qQ08zYnQwJTJGcTdyWFhYb1UwSHJiYVpINGx6UXNDUXpJS1lUbDI2OWF0TUl5M2xDQzBidDA2SEhqZ2djbTliYlBOTm9YMHBSR0VHMjY0b2NrOWwlMkJQaGh4JTJGZXBKMXlndkRpaXk4V25tZU1MNyUyRjhjbEt1WWtIbzBLR0RDa1hKQ3dJeFFXQmVkdk5QcyUyQmtGWVduZ0JVRXZMU1lJSzYyMFVxS3ZnT2VmZjc1SmZoWUhEQmlRMUdHS2lPWEhpTkEwRjUwN2QyN1N6bUdISFpiUGpRdUNueFpqdlAzMjI1TnlGUXZDJTJGdnZ2WDZnYzQ4Q0JBNU55TVVHWU9YTm0yR1dYWGNLV1cyNVpSSHFZYndPaUlDcCUyRjVaVlhUdEs4SUdBTmZQNzU1ODBpMDQzYVJCOEJYaERRSjhqYllZY2RRbTF0YlZMbnNjY2VLOVFSbVVNMWhhMjU1cHFGZEhRZDZyend3Z3VGTmtYSzgySW94M1NsZEo2TnY4Y3NqaGt6SnJsZmNQNzU1eGZhNUY1bzgzZSUyRiUyQjEwJTJCTnk0SUtLTzZab3gzM1hWWFVtNjVDQUpZdEdoUkUwcXo5cnpxcXFzSyUyQmJ3WTByd2duSFBPT1VuUGJRN3hJNmhOVFJkZUVPNjk5OTRrRCUyQjBmJTJCNXc2diUyRjcxcnd0MXhNR0RCeWQ1MU1FNlVmcXV1JTJCNmFwRXY3OTBTREh6VnFWRklPcTBUcGxOWDlsZUtQZiUyRnpqNUg2QkJJSFJkY1NJRVVtYjBvUEFOMElRWWpqMDBFT0wyb0FNZjhLT08lMkI2WXBIRnRBWk13WGFjY1l3NGxMd2k4SUlIUmdUU1UwalJtejU2ZHZKeDBtN3JQR05GekpIeXZ2JTJGNTZ0RXdwb2tjSnA1OSUyQmVpRTk1cVQ2UmdrQ3VzU2YlMkZ2U25oTiUyRiUyRiUyRnZlVGNwaGxDQUM5REtWSSUyQk1FUGZwRGtmJTJCOTczeXZVd2J5a1hCWXhuWFI5c1p3Z0hIMzAwVW5iTjkxMFUwRkIlMkZlRVBmMWk0cGtnN3JWcTFTdkpSbmdYS3FxMDBtZDY0WjdVZnUyZHgzMzMzYlZJZjNVeDQ1WlZYa25KWFhubGxRWmZ4V0M2Q3NOOSUyQiUyQnhVcXgxaXBJRHo4OE1ORjllQjIyMjJYenkyR3BnWlA1dTVTUUhsSzE0bDVGcGZWMUt0VUVEeDVVYVZ3MzMzM05hbXolMkIlMkI2NzUzUExJeVlJZiUyRm5MWDVxMDZZa1pEQ29XQk9acHBjY296Ym1jSUR6MTFGTkY5U0NtV0F6YmJydHRrN0lQUGZSUVBqZU9uJTJGJTJGODUwM3FYSHJwcGZuY0plalZxMWVUY3MyaEY0UWYlMkZlaEgwVEpwSG52c3Nma2FjY1JlV3J0MjdmSzU1UkVUaEQlMkYlMkYlMkJjOU4ydlRrbXFCaVFmajAwMDlEbno1OU1rbERJQ1lJczJiTlNxWVc1anNXWTFSSEppbHVXSDR3JTJCWjclMkYlMkZ2ZSUyRmszSzhmTFVwUVdDJTJCUnRsTTEybmJ0bTFTamglMkZWdTNmdnBQN28wYU9UT3VDNDQ0NUx5bmtoWThqWFBjWFlzV1BIcEJ5S0pBSkUyaCUyRiUyRiUyQk1mQ05XVWE0d2xOMTJVS2tnJTJGRkM4S0ZGMTVZcUM5cSUyRlFBJTJCJTJGZlRUU1gzTVdPWGoyeWlGbUNDTUh6JTJCJTJCeVQxNXltOVNVaEE2ZGVxVUZHb09mRSUyQlRJT0JINEdXVGR2enh4eWRwSU5aN1BWbEJCTnl3MGlRSU9LbFdYWFhWb3ZLZVcyJTJCOWRWSXVEYTNhZWY3akglMkYlMkZJNThhaEIlMkJ3OWk5amY2WGF5aHZFTk45d3d5ZmVDVUU3bndrSUIlMkJEMlVkc2NkZHlScFdkQjlMcTJMMlFsaXNTQ2cxYWNscUJ3ZmVPQUJOVllRQk85WjlOcTRGcWo4aU9CZmxKeFUzb2N2UVVCWmtvYSUyRnpqcnJGSHFOUmdRVVRKbFdhTmk2UHg0VzVmeUl3RDBEeXZQZ0tTY2hCQ3dHVVE2N0haTU4zSGJiYllYNjZESzAlMkJhdGYlMkZhcHdIZlUwUnE3dmZ2ZTdTVGt2Q0xLWVVDYjEyJTJGMklvRFVSMzdIJTJCJTJGdmUlMkZKMmxmZlBGRmFHaG9TSzR6ZE9qUUpBMUlFTGhlejU0OUMlMkZkU0NkR1puSiUyQmpXQkNXbFpVS2d0Y1JHSEpWdjFKQjhHMXFsUEdDZ0xhdSUyQnRKbCUyRkFPV0lPRDQwb29ubG9SUVRoRDY5JTJCJTJCZnBERVZLZTF2ZiUyRnRia2xaT0VIenY5VHBDS1VFZ0hrRyUyRiUyRllnampralNnQVNoQmRpeWduRFBQZmNrTiUyQmdGZ1dWazRSZSUyRiUyQkVXU2hoa3AlMkJKY21RWGp2dmZjS2FkNXFrQVNmZE5KSiUyQlpRUTl0aGpqeVNONndtWVNLb3ZUeDB2VDJrU0JJUkxuc09ERHo0NFNRTXhRV0JwVyUyRldIRFJ1V3BDRmtTbnY4OGNlVE5LQnBFZCUyQiUyQnNQZmVleWRwckc5SVlMMWlKMEh3WnE3Y3dRaVhZaGpvVEVMTSUyRkZ4SzVnUWhiVDh2TGJYQTR3VUIzNERzWnRuOENJS2NMajR3UllLQVowNXR5bzl3d1FVWEZGelVyTDBMS0ZlVW84ZnFPbnJvOExUVFRrdlMwRldVSmtGQXdjTExTSDBVVlNFbUNQUiUyQjNSUEtKbTJ5cHE4MlVXUjFmZTZGY3ElMkIlMkIlMkJtcFNGN0FZUkJweEV3ejFnTDlWWDRMQXlxeXVvJTJCWHVoUXNYSnFabXVrM2lKVlIyR1prVGhIeTdMUVl2Q0RGNlFmRHIlMkZQMzY5VXZTUEhpUnZpNzBJNEtBZ3BvdWwwVk5OMW5ReU1WMEU4UG1tMiUyRmVwRTFQQ1U4NThCSlVSNTNvNjRDOWkyeEJZUGppQjJWUkw1SiUyRmxTWko5NEtBWjA1JTJCZEEzRFhoQllJRkslMkI1bDdmSnNFeXlxY3VwSGNyWDBUclpraW1uTHlCV2RSYVF4YWxkekNDWVdhbDgyTnJEZnFkTEU1aHZsSk9VNENIJTJGMjBJZ240YkFUN3BPanhQbGEyVWVnY2UlMkZwb3gyb2lUTFFnTXZ3eU5XWlQyU3N5ZzB2NzV6MzhtYVY0UWpqenl5TUxLbXVJUXZDRFFrNVV2VzVoaFdHMFM5a1VlUFViaFdyaUZsUyUyQnlXTU05VVpiaG1YSloxT3BqRnVVbjRBVWhET244Mk9vajhRYWtvVGRnRlZBT0gwb2FDQW0lMkZuM3c4b05TQlRDMms4YndFUmt0ZHMxS2ljNldCeFJFcks5cHZ6QllFekJ2OXlCamx0Q0hxU0duZXN5Z3Q5JTJCeXp6ODZuaFBDVG4lMkZ3a1NjUE9MZ1hNbTNTYnpKUHJyYmRlSVQxTm5DTkNPZSUyRmFzbEslMkYzU3VMQ0N5Z1I4b1M4VUVrQW1hcTZuaEJrU25wcDZPbFdYQTc0NHd6OHJXWG9BTDNlazRRM25ycnJaQW0yajZhdENkT20zekZaSjZsSFA4cUh3Y0lhZlFVMmZjNFV0UW13enpsV1BKOTg4MDNDJTJCbHAlMkJya3paajdHNk0xSEg1Z1NJd3FzN2xtTXVZMVJUdEg4eWZkJTJCQ0tZVzdoT0xSdldsYkhyekVhVlZ2MGwlMkJCdjdGbEtTTzd6Z0lCV2w0SUFVVVJMVWZvNndvZjU4b28ybmdKVTdYVFRFbkNJYkNqeFF4WTlLSVJiJTJGNDlmT1lZdWY1NFljZkp1WG9VYkg4R0w4S1FZaDVGdEhHMCUyQld5WWhaRmRJVTB2Q0I0S2tTc0pYSFVVVWNsYmFPOExndHNtczRXaEtxcXFueXhKV0RoSlYzT0w1c1NQWlBPOTlUR2tTRkRoa1R6WThRSEw1U2FHaEFTb1Z5NGxwdyUyRkhwaGk2WExvSkNoVHdGczNvdThFSGpHM2RteFB4N0tDVVlDMkdYMmxYeTBOQ29LZyUyQkhtR2JocUdPQzd3NFBtVlBKUU9IMjhQY2Q1UURtcnFRTmxpV0V1WHhVWUdhUGl5SU1vUmh4RnRNNTNJVWNNTFNMZWR0YTlCSWR0NE01WEdVQW13Q0JpU3FZT0NxWHd4YTE4RGl6eTZEJTJCR0pKNTVJMnNHaVlhZ21uN1VJMWJuNDRvdVRmRThmSUhQMTFWYzN5UzlIUEpPMGpZOUMxZ0xUa1BKUlFnRjZpYSUyQlhwcG5qeGNvaWdSRDg2Ym5CQmh2a2MlMkJQQWFralhvU2VWQXR1JTJCS2hXRUdKbUMwbURxVUw2UFI5RGMlMkY5T2YlMkZqU2ZzZ1MlMkJEaEhEbFVKaDkzN1JpWlZidFNYNkJiZFlmSWRYRnVWc2F3NjFUOFREdSUyQnd4U1FHanU2OFhZVTRRcGt5WkVpQktVRDZqUUpTa1VrQ1hZQkVJcXNjeVZESDhxOTAwc1FwS0NRSm1tOXFNRVVGSXQ0a1hMcmIzVVMlMkJOa1VWbHRTV041WEpHQ3Rxa1olMkZqMklLWnRETVJxVUFlVFQyWHhmUHA3aEpqZ3ltY3RnelJaRkpCUlNKREElMkJ0JTJCdTFWYWVGZldVTHY3clglMkY5cWNwOCUyQlF1ayUyRiUyRiUyRmxQa285dXBqb1pLN2c1UWFBSHcxZ0llamxCWUE0bENCVHlNS25EamVOWVVidHB5cUxJSWtPdTJvd1J2MzZwTm1PQ3dBTldXYTBMTU96ajg2RE5MbDI2RkxVSGlVU1NqdURCU0VJZDFrUlVGcjNEM3lNa0tFZjVXRktrTWIzR05zRktFUEJCcUw2bWFxWWFURldsaTVpbnRNMXZsSTdnQllGMURmSlprMUFkZ29HVjc1aXRMSXJscGdZUEgyeTVMQ3dYcm9XcEZxc24lMkZ2NzN2OCUyQlhYQ0lJbm94OGFTQUk2WEpFSk1jRVFmQSUyQkZFWCUyQmVMenp6anVGZk14bHdEcUswdGhqS1VpJTJGNG40RnBqalN1SSUyQllsMUpSNFhSZ3dTJTJCNGlYNjFsJTJGakhkTDR4SndoZWNVZ3pTMW1rSndIVyUyRnBYR2phZnJLOW9IY3VPa3NaU3FOS0o4MG5VWVp0V21Balp3S09HNUpNMUxOWDZLZEgyR1RDRW1DRnAwOG1ENU45ME9DbDdzQlFqY204cHF2a1p3V0FqalBzODc3N3pDTlY5NzdiVWtuMzBhVEczVVlVRk52eE9MaXpUcUtFM0w5c1F3TU9Jb1haUUNpczhIazVnMFBJdTZKeEZkUkhYWXVVV2JUS05NViUyQlEzVVJiTHdadVBXaW4wVWglMkJ6ejcxWnhzTUdQQXpwQ0poNmFYalBvangyRE1ldEltc0k1WFlReFVMUFk0TFFVc0NQSUYzSlU0TGdnUU5PJTJCUko0WE9tJTJCWGlueTdBR2RVbWwlMkJOQlQ4RXJ6SWRFT2NBeWlZajhsZkZjRGIwb3BpeGo1V21sJTJCVEY1NTU1cGxDdmh4S1dadGdCUiUyQmM4ZWlqanlacG1FY3hSY2VIdzhmZ3ZhRWlrZFZmSlJTcTVoa1RCTzhLMTVKemM2S3ROZDJnRUdxWG1BJTJCeUZZaGVTdGZsV2NwVlhoQUVIQk9RR3l1Rm1DQndFOXEweVp5bnRrUmNwc3BuQ0NNdGF4T3NpTDljZGRqJTJGUUJwaDYzam5TUE1qRTMlMkJuUWRDbjJrSmhVMXNpU3ByeVN4RyUyRmhLWUdwaVdsSzZ5Tm51YkxRNmElMkZVaU1DTG1iaUhTakxMaSUyRmRFOUZTZ042dE5HMkNwVDA2bE5MRjMlMkY3MnQwazdXREVhTGZFeTZsN2tMJTJGRnRhbHFPQ29JaHljUmxXUXJlUmxXVWpzZVpaNTVaeUJkOTdNQ2VlJTJCN1pKRDlHOUFZQm9WQzZnSWRTYVp4N2tJYVBldkt4aUVLRzV0eUVyS0JLV2NUaG8zVEZUY1I2V2haeDlBQjBLcVhGOWw5NFZLb3NabEdueVhoSVdVUVE2TVNnSUFoYWptU2xVTXVpYyUyQmZPVFFxaHBDbU4zazBqVUV1eG5nUnpLbCUyRjB5OUNZTzM3NUUyTGVxQ3dyaUtRUmdpN294QlNXbmhrJTJCYWNmNyUyRmRGTDFMN29sNkVWOElFWFVmbUtMS0lYNFNWTTM1UE1hUDVmZ25EJTJGJTJGZmNYOHZYYjZlVktFJTJCbVI4bWZ3QXBWT2o2WU9maGRNV2ZJeEQzVlBNY3BKeFh6T2RKbk9MeGNxb04lMkJPMzBSMVpOa3h5aURJJTJCZlNjSVBCaklYTThOd2x4UmdDR0Y2VjVaVTFwbmpGbGpqVGxNelRwV3FLZmJvZ29KczFMdndRQnFoMGZFTUwlMkZLMTMwOTZHSGdhbVh6c2ZPSnFZeGZVOEtUT0ZoOGpmd1FTSUtUR0dLVTVySU1LeEZKd1JmNlFTYTZ2cTZOJTJGOXNZdlMlMkZJNWJQVk9tdm5TWiUyQkVvRHlyVG9aYlJZcmklMkZqclZVZ0xSRmdIU2x0V2NrTnBlTHRXbG9qSHN2b21KQWdJZGpvUEoxUU0wbUVZcldLUTg0ZGw1alRvZlJJRVRETUJGN2V1MjFLTXVaaGppRmtOS1JZTEFpJTJCS1lSWGlJZ1ljR0tVMFQ5eVZWR1ZvVlpwc2RvWWQ3R0hTRkFnSzZkM0VHbml0blIlMkJqJTJCdXpTQWJIZzFYS2s3WmpiV29MQUVLaXkycnZJZlY1MzNYWEpkWHp3S3BZSzVWQktkUiUyQmVXbDFrR2xBYTV5d0F2d3lOcnFOOEZFUGFaRHBRcjl4dHQ5MEs5NlRZQWl3T3BUSHlrT2FKYzBqNVdGeTBqVG1zVVpSM3FHdUtMTXVyam5qUlJSY1ZOZ0FiaXdXaE9kRE9aYlJUQWNjRmFiNm5NWHlSNW9rU3BtRXJCdDk3WXlacERQamIlMkZaUWhTaEE4c0xYVDVRalFTSU0yMCUyQld5S0lzTFFYQWJSd3BVNzhVNjBIMzY0JTJGVVVFY1pvSk9ETTgyMUFIOEh0UFl0TUJjQXI5R0xXTWtHVHc3VHk2YzBDTzVxcDZsZjFwT0Z6WTVNblQwN1M4R2FSNXVsakZtUHdydHRLYlg2c2c1Z2c0QTFOd3klMkIzaTdFTnE0eE16S0hwc2pGcVR3ZUNFSXZnVmhnNjFwYlM2SmtDSjh5UXh1S1k0RDJUb2c5JTJGMDJqTENLWG5XV2tBRFNOSWt5MXZGTXlpRDZiMGtDQ2djS2tzYmxBMGV5bDlvSndnRUlIa3J3ZUpQYUFkU084bGpmbFlxMnc0VWxSV0pwSVhCUFFLMVpmMXc3NEIxV0ZoUnZraXc2dnlSVVk5VFRlNGhWV1c0ZG4lMkZIaWhCUUtsa0ZQSnRRN25rV1J4aUdpR05JVnZYd2pLZ0hTd05wVEhLVUE0bms0Snl2Q0FRckVzJTJCb3czck05UmhPdE0xUmVJVjFLYUlucVBGTDJOT0VBeEthRUtrSmdZSmdpY3ZQUTN2V1JTOUlOQXIwdm4wRGtFMlAlMkZNcSUyQmdwZ3VsQlpkbU1EOUFzSkFzTmpHdDdtbDdmU0l4YUw0ZW1qZzJPQnZRaFhjMUV1eUpiZ0hrRm1ObnN1MHNBMFZoMGY4eWdnTU1yUFlMRWdNS1R4STZHV2RiUG1GejhpcUE0clh5Z3JudlNVZEp0ZUVCajZsUyUyRmlSNkFYUUExJTJGT0VBa0NINlV3VjlQT1JhYWxJYWZRUFZGVmhmVlBncFVPcDgxRGVYSGx1TVpwVlJXRzF4UU5sWEhMM1FKVEklMkJxd3hKd0dqNmtUaHRyUFJFVW5pSDFkY3lBZHlHajBKUFBFVDNxM1NpQkFrdlg1Qk05cGV1Z0Y2U3YwNjVkdTJKQllFZ1Z0UEpWVGhDNFFjRjdBVVd2M0tCWWtsWk9SOEI1d3N1QUNBJTJCOUFldEVlZ2NQblRTSTVrczVobFNsVVVmMVJiOW5rRjZUenZkUlQ3eDB0UlZyVTdFV01RWFRneUZaZGJRdTRNRW1WOW9oUDdiTFN6b0Nlb282Z1llM3lFUXZDTEdUWFRTRmVkaTdLQllFdnlNWVNTR051U2tHbVZBJTJCZURVV2glMkI5ZHpNeGpwS0ZWbHdLS0RDdVVrSmVQSzVRZUplRmhuaVVOa3ElMkJ5c1RSUmN6UmcxVzNhakJsaGh2MDd3NVE3T044NXNmaiUyRm1hWmJpRE9NMDQzVHJCemslMkYyZlljRHhuNGNKOGpUandLZWo2c2VCU2huVHVsOUZJNXFlSHJBYjBoMWo5bUl2WnJ6N0d6c29zS1FnTXI5cVRJTENtVHByZmpjeXlKd3RMa0kyZTVLUHdLSTBOcmFSaDN5TGxYTmc3VmRRbXUzeFZ4MTl6ZVdLaHZZUnBvMGVIR1dQSEpweHVGc0prMCUyQmpoVEV1ZlBYWk1tSlBuM0RGandydzg1JTJCZTV3TW9zdEY2YVBhNVZEdlFvbEVBOUUxR1dCQ01DN3Y5MFByb1F6OU9USFZmS0o2aUklMkJrd0h5c2RrOVczQWl5JTJCJTJCT0NjSSUyQmZzcEMyJTJGWGFzT0dENHowTnIlMkIwWEVhSk5PaXhxa053eGZJQ1BiVGJjOCUyQkZPJTJCMmhkN1o1JTJGZ0liN2p1dnRXYTQzSWI2YTR3M3JOazIlMkZOSDRKMHYlMkZhOXMxd3QlMkJOOXhrZk1qM28wVFhhaENlTXo5aFU5TTgycTRjWFYxOHQlMkZOdnF2TiUyQnVYUmhvRDMlMkZockZuNXF6UWZzZWlvU2hqekxESzZwTXY1aUslMkJNTFFmTkV3UyUyRkxzQ2Nob2xJM0Y3ZVgxMFlQUmlHWlV1akk4ajNMYktFalhKREhUeUhwZlNGbHNKJTJGck5kZHNPT080Ump1eVhpV1dTSG5ycnh5dUhEbGI0Zk9kaTlYR0slMkY1OWtyaEJ1TXRkbDklMkZXbW5GOEZmajM0MzNtVFh5MElxdHdtUEdwNnplczYxV0NNOGJYMTdoVyUyQkVWYXd0JTJCc3VzdVlWNCUyQlhMJTJCNVlFU0llVVU5OVl3OVkyc045SHJWd1lxaW5QZE5vRU9rMnpFdXZTQmdWcklvNDFjWCUyRlpxNkJDRzJZUlh2R1hZJTJGZGRDTUZkdndWV0NlemVlM24zSnlPTVR1QlNFNDNYcnlXY2JmMnRSMXZ2SGkxVnFIUzIwT3ZzcDRYZXRWdzAzRzI4eEN1V1BWVmNKZHhudU1ENWgxOE1ncUs0ZCUyRkdKODI0WG5PaE9jRjR5dkcxMHlBM2pMaGVkM2Fydmw1YWVVeEMwUlR4NDRXRkp1eiUyQmlqWFA4U0pSVGwlMkZyQyUyQmpjYm9kWSUyRk1FUWV2am5paVZNVGhuUlJNU21pMmdZeWolMkJ2cVV4eHhTN3pxWlE3VyUyRlhQTTRlNWtsbVdYeFZndERWUm90MzdEcVRJJTJGRVJsWUIxaDlpekV1bnRhY1NzQms4ZHZsRU9CV1V4JTJGM2NTc1lMeUJwR2NOSWoyY1JzbkU3TFlvem9pemhsR0N2TDFNUTdJanlXTkFCWk5CNWhZU0dWTGd6aUtxNDQ0SW5TdzZ4NW1RJTJGaVI5dSUyQnh4aE9NcHhqUE1KNXRQTTk0b2ZFUHhpdU4xeHB2TXQ1cSUyRkxQeFR1TTl4Z2VNanhpZk1ENWwlMkZKZXhTQkNNQ01KQWQyaDJwYURIc25kVHowbmNmdnZ0ayUyQmRGZEJhS05zJTJGV1d4ZXhNNVRZS0tOM296aElSdWowTzBMeHgyb0JUUVRCbjVKSzdFQWx3Tm1oT21Jcm0wZTFpWVFmb0hSOXVHTjVvSSUyRjF6Sk8yMnk2Y3QlMkZ0dTRjSU91NGRMVEdHNnpIaVY4VnJqRGNhYmpiZFolMkZoMG1vSGNaNzk2dGZialAlMkJKQ05jbyUyQjFieGVlTUQ1dGZNNFV3dWZiN1JwZU5yNjI2NjdoVFN2ejZrWWJocGRzRHZhQzhLNzl4dXFNJTJGWkNsNEQybG50b0FEUEJka01Zb0lNUUVvZEtZUmFodmJqUVJCUCUyRlNZcHRnWSUyRkRCcTU3YWklMkJjJTJGaUJIYllmMVZZWUVKb3M0T1lleHBTWUp4SDMwVVhqUkY2elVUQmduQ2UlMkZZYmUyNjVSVmljNzJtVkFwZTNmM2FpMzMlMkJCdzR3MCUyRjcwR1RNNTBIWDhlaFJEYmxnaWJDSUxpMzlsaHBFS3hUYkNFcHF1c05yVDZmUTBpMWdOZVJ0VlhPaDQ5MVJjN2RlcFU1T3o1cG1EeDRpJTJGQ1cxdHZGVjYxWjFVa0NCdHZGQlkzMDVSa2F2VFBUeVNHZ1dlRTE1UFJtalNVYXowN3JSNmltUFBNeWNlbG5BYlR2RzhYc3N1OFNUaTdvU0FBYWVJQ0Zid2ZRZk5QRnJRQWhOOWZ5RHJmMld1MTN4VGclMkZYeGpzODJLQklHcG9iZHAlMkYxODZMJTJCV3lnQ2hsUFNOMEhvQ3Iyajg3aUxXd0xDZ3BDQ3dtWVlwNFo0UTNIekZuNU5KTmt6VjNtVEVFdENwZFIlMkJjZ0pPUkRwRnJPcWViZ0MxTTI0ZGVCJTJCV1ltMTVnOSUyRm9MOWx0ZHNlcEFnZExXJTJGJTJCeDVkT2hJOEJ2UXB2V2lzQXowdlJsQ2VFZTU4VEd6U1l2b0V6NURWVjlVVFk1WUdvMEM2bkRGYkVORDg4ZSUyQnp3MGp3Z3FERm9CZ3hEJTJCVWdZZU9GMG1WU3NwZUJHNkI5WWd5a1QyVEJKRGIwTkVYemJoc1d6enYxbEhDTUNkVGhlJTJCd1JqdWpRSVJ5JTJGOTk3aDVIMzNDYWZhYUhPRzhTemoyZnZzSGM0MVhtQjVGeGs3NzcxWHVHeXZ2Y0tWeG12MzZoaHVNTjdjc1dPNHpYaUg4VTdqM2NiN092NDRQR1I4MUtiSUozNjhaM2pLJTJCS3p4JTJCVDMzREMlMkZ0dVVkNDFmaW1sWHZsZTF1RzUzaEc5dklMeXVKS0s0YTNMVzJNV1ZiTkJjTzBOdjlnU3V0NXNackxNMklhWnZHUE5Pa0tucTFNT2VlWnE1NFlXNyUyRkFCWkF1WjNXekJTR21MTEo4R3l2YlhHWXRaTVhReFhyQWZqWXFiV0FQZkcycnU0RnhzMVlyaEsxc1ZObkd1TDA5aEIzdDd4JTJCYTRMVTM3bUhzYU9iaXZrYjhCd2NiRHpVZVljU2hkTHhSNXVOdmpPY2FaVDVlWWJ6R2VLUFJtNDkzRyUyQjgzeW54ODJwajJJN3hwYVQxMjJxblppaUpBS2NUNkFnUzE2RG1oRHdCNmRxblRZcklZZTRjS0owd3hKd2pFejZkSnlCTjdCano5NWxYJTJCUDFZUGNrQUVhJTJGVXFLNktBa28lMkJ1UVM4SFJOakcxdW9uVDU0VWpqRU5lVldydDQ2OTdDMXNxdHJLVEtodDFtd2J0amZ1YUNQU0Q0M3RqTHUzWFNQc2FmbDdHJTJGY3pIckJHbTNDdzhkQTJiY0lSeG1QYXJCNSUyQmJUM3BxM0lvdldiMzJOV3VNMjBwSFdOWVV5emk4WXhabXRaejFGb0N3N2tQbUZWJTJCak40eEZWTWNGYSUyRko5RXg0SG5WT09lV1VuQ0RreXhUQld4QXh4cjR4NUJFNyUyQkFxOUlnMVcwTkpER0M3WG45cVF2cExWMmNSZSUyRm1iR0xZMyUyRjJ3U0J0UVo3Z3FIcnBwdUd5ZDI2NWU5JTJCNmFEd056YnRwdUVGd1N2Zk1mZ3RDYVVFb2JYOTNpWldRJTJGSlhDdVclMkJMMUJxZmNDdk5YakdIRXFzaiUyQnZiakVKblU4UW8lMkYxMTd3UnZaaTkzRXVMbHhTJTJCUFc5b0szTmU1Z0wzZ240eTdHOXZhaU85aEw3bWpjMSUyRmhUZTlFSEdYOWhMJTJGcHc0OUgyc25FeG4yZzh6VjUwSiUyQk01OXJMUE0xNWtMJTJGb1A5cUt2TkY1ckwlMkZwRzQ2MzJzdjlzTCUyRnBPNDkzRyUyQjYzWFAyekQlMkYlMkJQR0xuWmZlQmFaSGw2MmRtdk0lMkZKMDd0blNucUFURUVmS2JmWHlINEFYQnh5ekc0QSUyRktpQW1DUWdNcjNnUXJRVUFqMVFaS2JGZlNvQVNCbDZqNnVDNUJsaUN3THFHeUlsRTBmTXBPNER1TmE5bkxiR3N2WXoxN21SdllpOXpRdUlseE0lMkJPVzl2QzNObTVyTDNVSDQ4N0dYZXpGdHJjZnRvZHhMJTJCTyUyQjluTDNOeDVrTCUyRmNYeHNQdDVSNXQ3UjFuUE1sZTdHbkdUdlp5enpGZVlDJTJGM1l0UDhMek5lWlFyZmRjYWJiZGk4YmNWVzRRN2pYY1o3YldwNjBQU1FSNDNQbW5MMXRpbVFmVyUyQjhNVXpQZjFOeVdVSDRQbFlhejZnNWdzQ2VESjRod1QlMkJ5RUdLQ3dHNDFQVyUyQkYyWlhjQkl2TFV0QnVIMyUyRldvUCUyQiUyQmdBU0JsNjgwZlY4Z1N4QmlaSzdTeGhiQSUyRjNlM2thUGFma1MxS1R0aWpXTnRublhHJTJCandiOHV4cjdKZG5vN0YlMkZuZ09NQTQyRGpKOGFCeHVIR0lkVzlRNmY5ZTRkUGpjT013NDNqakNPTkk3S2N3eTBhVzI4M2RPc3BWeHFMZ1h2Mm0lMkJPSU9nZG9ZJTJGSnBlOEZRZUZ2JTJGa1B1WWxRUVdQQ0FQczRlS1NPTjgzZFlNb1olMkJZNGdFQVQlMkIyNnNmT1lrYlNsYyUyQjhwUG9pNWxBNWZlUCUyRk9qRFZkYjVCY3dTQiUyRlJrOFZ3UkNmZ2d2Q0xUTGU4TUpwWGVnTll1b0lPQWxnOTZlNSUyRjlKSXhLV1hndGIyUkJKSTFDQ1lJMGs1U0QlMkZEN3dnSUZES2o4WFklMkZWY1FjczlRZ2FiTkVRUzlJeWg0UWRCN28wMlY0MWdpOHFLQ2tQeVZnYXhUVXN0NUEyT2hhdHhRdXAzJTJGdDRLUTd6U0M0aFA5bGpmQkM0S1BDbyUyQkJGVXYlMkZmS0VYTGdrQ3BGMVFFQVJ0bG95RlhLTzhxYUluMDRqcXBVa1FheXg0bFp1a1hpZlR0TlZPU3d0Q2JmZnU0WklqamdnM21nRGViTHpGU0lUU0hYWWZmelglMkJ6WGlQOFg3amc4WkhUejRwUEc2alZoZmowOGJuak04Ylh6cnB4UENxOFhYalclMkZidzN6bnhoUENlOFFNejM3cXhiOExZMDlqYldIM0M4YUhXMkdEc1olMkJ4JTJGJTJGUEZob1BGVDR4RGpVT1BueHVId3FLUENLTHVmaGFtT3BCM1doTzNyT2JKTENYaEI4QnRyWTR4OUVKWGdWZVVUdk1vN2dQclNqTEZZV1l4dGIyTnhTZmxMdzNMQnElMkJnTkxTa0lFMHlaMjMlMkZOdHFHZHRiMmY4UURqejQySEdRbE9PYzVJek9LcHhqT052eldlYjd6WWVKbnhLdVAxeGo4YWJ6ZiUyQnhmZzM0MzNHaDR5UEc1ODBQbXQ4M3ZpUzhkOUdQSXVzTmZ6SCUyQklHeG03R0hzYmV4ajdFMnozN0c2YzglMkJrNyUyRmJKWkFnZVBLaUFJSVFPJTJCaDdhU2lGSGpBOTVOT0xCU0gyMGxBMmxMODB4SE9WQnVhTThsR1N0S1RkVXVqMnh1dGhiNXNiY1RFdkQ4JTJCaUZwM2VOMzVrJTJGTmhNMFI1bWh2WTJWaHRyViUyRmhXcUxGN0dXZ1cyT3hlUGZOM1dZeVlJTERXQUJDRXBYRXh4NGdPQVloT2NydTJjNEtnelpLRVFxYzNTJTJGcWdTclJVbGRYWndmZ0dsT1pkMENLcloycExua1ZNSGRVaHJrNGFiMHZpazlkZkQ4ZHRzV1g0aWQwRGF3MiUyRnNwZDdrcjM0NVNZSUs3WUt2ZXk2c05vNCUyRkxSVGszMFFXWkFnNEZuVXM5SHVKcFJDYmF4bEtOZXo1YVdTeHFFbVd0QkRoMUI5dlRzMjh5cE51cDF2MDh6TFltV1IwOEw1TTR0JTJCY3lscjRLUVJZeUQ0WTI1aWpCMHg5MVZpMnBRcDRhbGJiZ25udGRzMUhHc3ZuYWtodmZDa3VNV0xqSXBidk01STNPSnR4anVNZHhudk5UNW9mTXpJMVBDTWtiaEZUUTF2R0lsWjFOVHdzYkdQZFlJaHh4MFhabFFRbVVWOElzOEk2NkVVY096cGVlb2dNVHFXMW5iWUhpRG84REtXQzBxaG9DemlnWUolMkJJNmcyckRLUEtBMVBsc3F5SzVjMGZOOUt3ODlBR2hvdzhmTFV4NHhVZlQ4aTRPU2dEdXNNWDhXSTRMSFlOUFRoWmdaJTJGOHVLTDRlMEhIZ2p2bWRMNnZ2RkRZemZqeDhidXhwNFBQUmg2RyUyRnM4JTJCR0NvTWRZYTY0MTlqWTNHQWNaQnhrOGZmQ0FNTVg1bSUyRk56YUcyNGNZUnhsSEgzJTJGJTJGV0dNdFRYMXZmZkNmT2NvS3dWMEpyN3F3alB5VXlrZVZ6MWJrYlVFUFU5QzNFanptMkQ5JTJCNUJ3TVRJb3pZOEluQjJSVHklMkZXRWJ5R3IwMndiSFlWZkR5Q2p0YnhYMjNWZG5QT0pKQWZvWnlPd0E5b2FSM2htd2FlbSUyQklSUEh5RWt1aVBRTlJuQ1p0RCUyRjdWNHAzY1VDNEwlMkZ2b0JPRnZPN29iMGdhUDd5bjhYVkJrczJ1a2dRWWdvb1VxazY4SDlEcU5vSTAxVW1WUkJXdjNqUm9qQ3h1aWJNemp0aldnTEVHekpYcDBHc29uOU8wSzglMkJxck0yaDk1cXdHTExwJTJCY0VRUnNrT1F4Q0d5UDFsWklzUVdBTFBlVTRFbCUyRjE1ZHYybmtVJTJGeWpDc1VZZDRCTlhobEJXT20lMkZtNk1OdnU5YjVERGtuTXg2dE5jZnpvanV6VFoyZU9HaFglMkIzYUZEc2dMNXdscHJoV0ZkdXVSemxnMEVrJTJCSXg1Tm40end5eEdNVXo0aHdGVGRVc1YlMkJzZHhUYkJldXFNcEt4TnNDaWUlMkJmUmlaWkdRS2Y3MDlKJTJGajk0SWclMkJuMTFBaSUyQlcwQ255dlFSWHVpMSUyQmVlSzFHMjhJWjlrOVhXbldBRDRFSXBUR1JBN2dBaCUyQmVjWHJpUzNqT1RFSkMxVjVkWTQwd3R3VjhJR3djMHZQMHo5c2pkcjR6JTJCMDVMUWM4N2F4T3NGcXFhdUppSmtGRWhmTlFvZkpnZVFrd1FDRWhsQ2RRVDVZY3QyZFQzQjFCb0tQTUhaYUMwNlAlMkIlMkZEanh3MUpHSjFaQ1lqNnV0bWxnTmRSazklMkZhV2RkZ3olMkZzUHpFZkRSaElIaDFRZ3RzMmtFUTlMelI5TlBQazdoUmVqWDVsTk96WjN0QnVxd25ybVhxeERiQnNpY1ZaWlJ5cHF4bkN3STNSN3c5SjRzSk1VSEFxdkNiTUNHMk1IRUsxUGNuZmNRRWdXOGZsZ3B5JTJCYXJ4eWxWWEpiR0xCS1pjM1dxRmNMWDklMkY2aklmQTMlMkJZNlBidzViUGlQQlAlMkIlMkZjVm0wcGFRbGZndWV0NTR4TklQMDhVZHJSNzh2M25sdWhzNmJLZW1KclVpVzJDWmVtQXNEYktOZmtTckYlMkJ3NE1KcHhEYkJ4b2kzTURidjZ5dnUlMkZrdXd6SW14YU52bGhSbVRKb1U3OTkwM0NXQzkzSHJidTlkZmw4OXBpbWxEaDRhWGJJVEVqJTJGQ3YxcXVHSVdZdXRnUUlVZGN1TUo1RiUyQm5sQ21kZyUyQiUyRnFNY1pkbGxRWHFjc1ZnUUNKYlVCa3FFZ290MmM3RjRmaE9zd3FyeEhDcE5PMjlZODBieUFOSklPeERQSk9YOGwyQTVOUTNwJTJGRHF4MkthbndUYkVqNDZjWTVUR3dqbHp3aGg3SnRQTGJQQnBEaEFFemZmNFduaUdNTFlKRnExZnoxdGtlbGFJZ044RXkwaERuZGdwN1ppUEhJS2V2MWF4SUhnbyUyQnNWJTJGYzlsRDdrdGlEQVFkaGVjRndlJTJGcnclMkJjQVdBZFhHblBlMTJrMSUyRkc4QUFUMktXUGFDRU5zRUclMkZzc0lYdEVZaCUyRnUwTmRyZUZkcFZDd0lpbGxFS21OUTclMkZlS0NNNGowcUNDSmJ6YldzTWZlb1BTMkFqRDZhMkV5V0YycG9GdmdqeEdFVzIyd2ZsQ0d1UjdpZ2d0cm02bG9ZdVFCbGswUzROZXBYd3hkalpqYzREZm4zYm9HTHdZd0JtUWFsJTJGN0ZqeFE5cmhmUExINFk0QSUyRmRUYTJDWmE0d3pUWXpDcEI4RiUyQjRVJTJGeEh6TEtMQ2dJTEZkQiUyRjYwaUNnUDJxZkUlMkZLTWxVd3h5dU5aVlBTR0pMd001Q0d6NEEwaUF1YU5INDhiYWVKRTR0OGY3Z2w1cWZ5cFhqaWdGRWE2eHU4V0h6c1N1UEJrd1kxTWpIOTZENzVDSWZ5UlJSaDVjY09tR0NkUlBrJTJCMkZaQU9HbUg3em9vNElNNVd1M0hQblJDM0lidVdaSGNuTUNtNThYSjlWd1BweHhLTldsJTJCcWhhNEh3a0NpcVh1VXpvQSUyRnlwTnh4MUVCY0dRSlBqajliSTJySXJ5V2FOVUtnM0hpS0EwOWo0S2xYN0JoWlU0UVF0WkNLUkdCSCUyQmFxMExrMlNRajB5cld1MzFQODE5cEYlMkZ6SnElMkY2a2RvRjFGdVczMUFrdmZpVXhKbnplNWklMkIxSG9PTFh1WEtVYyUyQm1wSXZacnd1d3BLeU5xakVpQUF5Qm1EdEtZNVFnalUlMkYlMkJFaWhKR3R2alNZTW9QU29ibzE1a2JFV1RJRmg2R08yZ1hLbU9QakRDRktENjJNcTZwc2g5Nm5kcTVNT0VaZThsJTJCUWl4MnVRVUY5SjA5ak5ndEZOOTlWNXNjSDhOaUVEaUd3SCUyQlBNallpeXduQ09lZmYzNlNoeXVZSFdIJTJCT3A1NGRERWxkZiUyQmxxTiUyQk9Nd2tmRVdscnI3MTJ0aUN3MjRnZmxVVyUyQldNb0dTb1p6cFhGSUEybTRwN0ZWU1VOWjFHWkxlcHJLeHFqVFhHT0NnQzZCd2tRN09LbFVSdyUyRllDd0slMkJEVjFUMUw0QnFJZkJiOFNuUVQ1QnRtcVRTQzNTV0JMbVpZT1lJREN2JTJCMnRBaGx1Tmxvd3lTdGVRN0ZHcElQamZIaU12bEd2cSUyRmt2UmVSTVRuU3lmbmowMWxBTnJFTlR4UiUyRkJxdFl4NFJRR05XTzNISG9hSElubDltM29ZbnQ1YktUUW5wRTZDd09LWVhPSCUyQmhGakYlMkZTSFFBb2VFcXI2bUJqJTJGZGVNcUI0ODlBMWpjYVBid2d4SFFJNGdxVlg0cFpsbDJsTUtISUNRSWpBZlRmUnVER1VmcXlLTjgzVm9YU3BGY3dsS0h0azBaUFV2dXhUJTJGWFF1MVJmeWd0Q3BqVDJWWkRtaWE2aGZEMTBGRWtVVks1RE5KVEtvcGlTcHRWVTZBVkI0VnBvMkdwVEI0QXhoNktZa29aaXA5JTJCaEkyZjglMkJWSFVKdzlmaWF3ZmRpT3JEc3UlMkZ0TU0zb2pWMWVFR2dmVjFmaklYJTJGeDRneWlONURuZGdPYUJUUWROc3A1Z1FoWDc0SUJEN29Rc3RDJTJGOFcyR0NyMVZtWXhGdlhrdjQlMkJzbCUyQmEzbThjRW9SeXhmdEx3Z29EZVVncDZxU2k5bXM2OElMUVVFY1EwS3Znc1liWWdWS3JobDZQZmtCRUQ1d1RGNmxWS2ZhJTJGQncyJTJGTlF3QUFQZ3lsTFkwZyUyQkJBd0FWTk8lMkJmN2JDakhvNDE2TU1nSjdUVlclMkZwY2owbklidkJCbk1DWUkyU1BwTnNGZ0Z6T2tNT2ZuQ1JXUWFJYjhjOVNLeXdFY2xWRlliTlBsSW1OSTBwS04zY0R5JTJGMGtWNmdPNWZSQUhVZlM2TklPREhvRzNtZUNtZ0xNNm9mVG1wc0NwMEg0d1klMkZoNmclMkY5d3hnU2VVdzFYTWJ5TGZmd20yRkRsQjFhMExGSWp2STEzV3UlMkJzNTVwJTJGcjRJZFFmaXpBMkZpc0xPSzlTd1B6UlBtZXBMYzBORGY3NzBUcGhBJTJCMDVwZ0pKc2RYRnFYaE4wY1E1QXBuYmszblFVeTVOTENZMHVXODBpdjROZ2tPcVJRS012R1VwellMQ0MlMkZsQ0dZUk1oVFFZa0VnSGc1cDk4UmpwZzJVbUNvcXklMkZtSzZiSThXSUF5aEJaTW1reXBTb0FaUk5zeDg1RzVsWWNJTVB0MFRhMW9lbUlKNko3VlE1b2pDUGdjQVBvRkQxRSUyQkVlVVRMS3JyaSUyRmd1ZEUyUkhwa0c2eXdvdyUyQlNqSDZYYmlSRWxXMGZ1ZXhMeEZTc3ZzdkRFZFJpQmxJYndrWWFRRUplUWI2dFlFTEJYR1FvOXNRcTBnWkl3SjVWTmw0TUtYa1ZyNWdHVGhzWmNLU29WQkNLcGRFMGQydVhKd292dVdYRVBTeU1JUU8xd1pyVHlkVzFQSXNCVlZwUjFrSWJ5VVJaamJjWG83MDlzMWFwVnRLeUluNFByc0pDbE5CUnAwbGpveTNReHg4aURFb2h2aTVVUnZlYXMwUVBQWXFXUUlNVDhDRXdOZXFuZUhSeGo3QU5YWGhBUUpDRzJsWXpqNzlQd0FTRXglMkJnV2lTbEh1ZVM0cmRSYW1qeHBIWUFVdFpCbXpCWUUxQXVZVGhpOGtGOGFpWm5HNmFGTWx0akRsJTJGQ1pZYkhyVmo5RWZweU5CWU9oU3ZsYlE4QmFpSEpGR3RMV3VMeklkTU94eEg3SE52RjRRY0p6UkRrcWh2b2FLVjFPJTJGUXhGVGpHeThMTXFXT3dsZEVkem9NUWlGN2w5RUtRYXNsMkRWa01idjBUVmpsRCUyQkVrSCUyQnNnWFElMkI4WTNrTTFyeUFaUjBQcU1ZMSUyQkZmcGZHRkY5MFRJeWRwblR0M3poWUVSU2lWVzlCQUt4WFFUbU5sU3RGJTJGd2NWdnIyc3VzUlJLSWNzTEtQcG9heUhyU0lBWUpRam9Md3pCNlh5V25JSCUyRkFLaTlnQ1F0Qzd3b3l0RnpZNG95cGpuNXpQY3h5R1h2UXduOFIwVlplQUlGejZLaGtDa3FZb2JlRWNzWFkxJTJCQ2JRNjlmUzYzOWRLUVVZUzVMd3RaQjFPTE1mYzZ5bFdzYkl3U0JPYmVtS2tudlFOUHFIWWxNZHFXZ2s2b1lYVDFzWiUyQkNsdk14dTJQUVVYdjhLNmhOUmxncDhnVkIwQVpKaGcwS1FRa0NVcU44VDIyQ1pURkhtMXoxSmRnc2FwaG5Pc0ZmVHhyWFZIMjhoT2s2SXM0YnJRdWdCU3RkanE4c1FXQ0tvMjMlMkI5ZTJseVNKWkd2NnJyYkUxRDA4SkFnb2l2b3QwJTJCNnlQY0I5RURVbkJ4UkxRYjQ5Unk4UW9oZmhXU0dNb0Z5UUl4Q0lRM0pLdXIlMkJrNUpnaSUyQlRXTk9FUEpsaW83VWo4VzVlY2o1NCUyQm5qRVdMUXVvRmZKUEhCR2Y1UXJUUjR5YXhoVU02N3JZbFFJZzJsTHdZRWhIeiUyRk1KWUdmdEVweG5LZVJhYlFXTDNtMGslMkZGZnYya0ZQMXZqJTJGazdqTVdDd0FKRVBpTlJlRmpBOE5TWk80QlRPN21BSjZaSnVnN0RxOEQ4UkRtR1lWa0FYaEFRUk9yRXd0c1pjbEZXcWUlMkJuRTNvcWFUd1V6Q1RxJTJCeEI4cEo2MmlWb1NtS2NweDZnVW0zdGp3TXVvM3hralhsbjlabEVLSW1DVHEzNm5pUERHMmlwRlBLbHFueSUyRmhrTWFxYmN5TUZpa2pvS2o2OXZMTUZvUVljWW1XQXF0JTJGNlRveGI2V0hGd1NSNGI2NXdQbWolMkJuNzRqQWtDRDVBMGh0UlNvMUJ6RVB1TUh1NWNJU1lJNVhTRUdBaWFVWDBjVzRBVFp4U3FGaU12dXhRS09rTCUyQjc2S0x4RmhPeTQwZCUyQk94RDFXS0lDWUpYUUNzRmM3eDZCVzBLbXNLWVF3VWRLSVhwV0VyQmJBNXduT24lMkJSZiUyQjFGYnkyNmZ4eXp6TUclMkY4VWM3YUFtUmpKMjlyV1lGWUFzRkFSQm15SnhTYXF5aU1LUzN5Z1pqY1RGeEZKOWhVJTJCamtmSXlxT00zMXVMWVNDTW1DRVJJcXc1THFHbWdmQ2xmTG1TbUlKbHQ3UFZUUHZFUTNJZiUyRllxM1dOT2hGMk9kS0wwWDF2aXhvdzZvbmkwNnFMMTBGUnhzMlBQbiUyQnE2MSUyQk41S0FZMHY1b2o4c2l4R0hOTHl2TVpNVnh4clhZUk50dWgxTVU4Vk5sRFFmUlV5NlVtQkZLMTJIbmliNHI3akhIbVpzRzUybnRIRVBmMUtwMmlTU04lMkZZd0ZQbVR0WU9vVWpLS05CZUU1cVhiUVNBRWZ5WmliR2RaYkpScERxV2pzRWdXeTFjMGRrRVFzR3V6aUxldkZEaSUyQkpWMkhrOW1aZTFIRWNEdnJ3Z3hyYVJCVnEzb3hoWWZ3Y05yeFNoMVJ6S3FERjVFOFJnWUpBdjhxWDF2MXZXZlI1OGVJYWFXeUlucUg3cU5Tb3Z5bTI4UjBaaWdubjU2cTltTXhpJTJGUm8xZGV6b1IybHhlZzdnNFNMZjlQbE1QczFDaFVFZ2FqakxIcExJUWI4RE9rNnJKWXglMkZESSUyRiUyQiUyQlA2WTRMQThLUjZPcXJlRSUyQmNNN1REdGFPa2JDMEoxc0Y3SWR3c29pZUttZkgxbDNRc0N3cWY4R0dXU2VyTFd3WFdhUTNxMDJ0UnlPU3QlMkJ5dmVydVRGQjRQZFNGeXRLcTQlMkI0dXRWbWpINSUyRmh3U0JnTlYwT1VZRDZVZE5sTVdXQXNLaG0lMkZHTWJjN3cwRHlhUlVYZ2VzVGlFV0xSUk1RbEtKODR4Rkx3OCUyRkN5RUV0QmlPbGZudDdNVHNOZVZFSFF5NFglMkIlMkJZJTJCRSUyQnlDVlVpZ0lnamFwTGl0bHY5TmpzUmEwR1ZOayUyRlp4eUN2d0FLSnVxejA2Y2RCMFJMeHIlMkJlc29wMkFUSVVZTVhUV1VSQkxVcG9qUlJEbW9abWxCMWxEenlmWThzdDhBazR1blVOUm55U1dOb3h1b2hEUiUyQkhybzlTcXJLaWQ2bWpDNm1zU004RlRDV3hzNWhSbWluSDlLd2xiNjkzNE9rbFAlMkJZY3BEeGhmdVRiOUZwZVdXd09tYzlMUVZIT1JFQWo1Y0RITEpickZWZ2psUE1IU2trUSUyRkVramZ1Nk5VWUxBU21EcnZMY1NRUk1xRlFTQ1lnUUNVMGhqZ1lpT0FORDZWVFlXenM1V09PWEhpUENDTEVGUVFDeFRqS1pBTHdoaTFpWllWaTN6WlZwV0VHSmJ5VHh3NmxDTyUyQlU3d0FaeXhFREFQJTJCZDV4WEFseTFQalZSeCUyRkZIS01YQkJRbjB2eW5kaXNWQkg5JTJCb1hlbThaQUJpcXpTWXFlbXhVeG5UJTJGODh0ZW5ZQzRKMEdSUyUyRlVvTGdROVU4dEFSdkxCWUVKRndiTUNzbEd6VlZQeVlJS0duYWdNa0xvZzVUaE5KazA4UFl2Z2ZhcEJ4VGpad21MTHVxdnZaWDhLUFlNRXRhN0RoYlR3a0NtanY3RExnbjdsT1FJQ0I0dUpiOTc0V2FCcndnNFBJbGolMkZLc3duSWZQb3lPTXd4SVk5RkhTaHFDcnpaUkhsVldaRXNCZGZET2F1VHlnb0J3VVplUkp6WTFJR2prTSUyRndMckFmUkpzdnVQRnZ5dTNUcFVpd0lzWmo0Y3NCZnIlMkZveFFmRG1veDQyTGxHbGVjYVVtMWdReXJJeWRwOGVHbVg4MTJzODVMYjJoMVI1ZUJNdVRWNW9ETGlCWSUyQlhUTE9lcDlkTk43R3U5Y3ElMkZESm9kcEdaSU1IMTlJUEIlMkZtU3hZbDFTZ2NxcThIekh6T25qcktvVGNvWCUyQllqdWdCbW9kJTJCY0NWazBvbzUyUFFQRkxIcmlFVXpYMVJJMVJKZFFldXlsc1BEaWYwdWFpc1JpNU5IZVJ3OTBIZHJXV1FpZUNrN1Y5ZE5FaUlnRFNOZVRjSlVqdWt5NnJpZmVUSldWJTJCZWczNjZMTGNCJTJCTXBIeVVKWiUyQmVMUWljeklFU2trVkpXMHdRZUpHWWdwUnpjWEVGUVdBWTA2Wk1UM29ZZFRoUlZJZ0pBcjZEZEYyMGZyMTBmcXpTWTFGUFdCaiUyQnQ2UXB2U0ZMRVBoOXRFM01Scm91U2gydWRGMCUyRlRSeGNURG5wZXFWR0VVJTJGdUxWM1hVMU1JbENCZ1hTaWZxWVA3WUZRbWdvazA2MFRaZ2lBTlA0dElFNGdKQWs0aXYlMkZ0WTlQTndEREtuZkJSekxDQWtGbGFHNmFxSDZjOUhLT2ViS0VWR3JWSmdLb3ZWaTBVVENYanpZblclMkJDa29RJTJGTlk4MWw0QW5kRkZjR2NMUXJtTkk0b1p5QklFaFdzeHo5SXVSQnJkeHN1RTNuNVg4Q29Db2Z6WUpsaVVuVFQ4b2hOenZPcmpaZVRhc1NBT2VoY09Hdkw5ZGZqdHBCSEVnWTZqdHRMazVCWFZpVzJDalFIZmdFWWN2S1hVZ1F6WHBPR0pWWnJJNzFXMGtUeVduaWlRclNKdWNRa0NLN01xS3pNV3l5WXpuSjJDUWtzSlFxZE9uWkkwSVBQUms1VXdRWUpRanVVRXdWT0xUckg5ZjR4YVdBNkF4U3VsYSUyQlJpJTJGdlRsU3hIQnFBUzRkaVVJN0JNUk9HJTJCQ3RJNGRPJTJCWlRpcUdYNWslMkJ5RlFpWWpjVWpsRHJaQlVWeHVRcEM3TVIzVDclMkZMdUZKQmlMbFpzd1FCenlYQXZFdm5zWkNqd0JUTUtLWHJoRFB5ZlBsUzFHOHZCemJwU0JCOEFJMzJhJTJGcGpnenlrREh2OVNVQmdZNEtnQmJjc3lEZGglMkZIb0VBVWxraUVKNTlPRmNFZ1EwYVBLZ2JIcUdSbXglMkIwdkJIMEJiVThPY0ZBYnRiOWVsQmxDTjRWR2tpOXk1SERDOWQ2VXdKMUdISVpabWRORzkyNFljZ3pUdXVVTHgwVDZJJTJGRkl4cGhEUkdSYTBrZWtFZzdvSTI4VU9rMjJGYXc3MU9QdDlZRUJoUnlNZGZvYWtCcnl2bElNJTJCZWZMJTJGMWp0aEswbmklMkZMcGdsV3hCaXc3aW52SUF4UVdDWHNPWTAzM3U1QWRLeUltYlFKOGozamhwWkRmUWl2VFIlMkZDb3ZpRVJBb3BSSGpJRWpxbVk4cnhZRUhIcGpVOGJ1ODhOdXJmWTB5NkRkS2k5RjdLJTJGbE42ZnpZaml3NldMb2MxTDVTajFobjlRdHVHbVdJT0Jmb0VPazZ4bXhCMEpkZ3M2aWVIQk1FYnBvNWozSmVCNUFnY0dQVXB4ZGp5Z2dzeEZESHh6bml1U1FORDZUSyUyQm1HY0hndUlXZVNIVTViMUM5cUdQQ3pTdkNPRzRaazhsQ2o1USUyRnpHV3J5QXRNME9aRXhCMG9od29oMG9pd216VEdraUpxZEdKc3hjQVYwcFhWWWFQTURxNFRvSXR2SlolMkJxWWRPbFVzZ2tuaDdKNTROZlU3OUR4OTdDVGVSdEs0ejh4TnNGNFFNQzk0U0ZuVW9sRk1FSURLeWZVSkpBaVFod1U1dGs2STFmSDNJY1FFQWFnY0wwM3RzMUtaYnBPVlFQS1lkN1hKZzFGR2RYeUFqTkppRzJ2NVYya2lQZ2J0cCUyRlNDRUh1ZSUyRnA3b09GeUh3RjNsYTFkU2N3U0JlOWM5YXhNc0ZIUWZMSXhsS292TWpjMkZEd0VycHpERlBqMFRPeE94SExJRVFmQm1uWTdPOFdERVViNnNobktCdXdUbVZnTE1NaW1EZmtXekhMUmh5SyUyQmlhak1LVHJsWUxJYW1zQ3pHTnUxNGFNM0VXQ3dJU0NYRFZYT0kzYXo2TVVGZ0lVbGxOV2Q1TW5UNzl0TDBzUWRDT1VGZ2xLSUhRd1NOZHFnam9IZ3BueVZyOGhreWxSYWozMWhMWUF0MXVrUyUyQjY0QWVnNUpJSGVaciUyRlE0Umw3dEdBbnFzMHBrQ3FlTmpOT1ZNUTdDWTdudzdFSUduamtZNFBST1IlMkJ1azZJcTdvcjJ3Wld1Y2plQ0Fjc2JLVjBtJTJGakZ2eVhadENPUzBFOUxVdFpWTyUyQk5mUVUzQyUyQnBKc1hWJTJCajFqd0tyNExEZFYlMkJHVHJXZSUyRjEzbkdPVW1jdkgxRXFGczFmQWw0d0pZcG5OWnV4a01YOWM3dEl3Smx4JTJCYTE2NXo5bG9tZHNIa1FnTTQzS3olMkJnJTJCYmxZT1d1Yk9jUHdJamolMkI1VDlCcThQJTJGUXJ0Z1N2cVNHTDJsakxqdlZTRzF3cTRLdkdCTHNhdHpadXVpdzglMkZQREROelVGcW9obVBrYkxWc3BZbTJZQ0ZmSnRHRzZTNyUyQm5iU3VlTkhqMjZaSDRXSzYxalEzWlJXZEY2Y0pMZnZuMzdRdHF6eno3YnBMNnZFJTJCUEZGMSUyQmNsS3VxcW9ybU40TnJHSE93Qmc4MVh2cGYlMkZyJTJGa2xjWWJKUWk1Q1dkNW82YVdWWkg4SCUyRiUyRkYxd2tKd292NXY1Y2JabzBhRmJxdnNscW8lMkZWSDc2THIlMkY4a1hPTiUyRkQlMkZHViUyQmJJSHhoMnZQSUJ4OEs0MTklMkJwZUxYa0M3M1pUTmVZS1ZsbTlObVM0RnZSRTNvM2ozTWFjWnhoSUJ2VEUydXFncVQ2JTJCckQ0a1ZMSEVkTGc0SWdMTENiR1hyOTlXSDRyYmVGNGJmY1d1Qm4xMXdYWmc0WUdHWU5IeEdHWG50REdQSEhXOEp3ZUF2bElIOWJ1YXV1Q1ZONjlBenpwa3dKdzI2Nk9ReTk2T0l3OE14T1lkQ1paNFZoVjE0ZEpyejJSbGppU3pPdGZmeUVNUHl1djRjUmp6NFdGanFIeVlJWk04S294NThJUXk2NE1BdzYlMkIlMkJ3dzdOcnJ3OFN1NzVuOW5mdWhVOHolMkJIblQyT1dGMCUyRmx5aVNzSHJIZkhrazJId1pWZUVhZlo3aE1WZmZoR0czM052R0h6cDVXSGt2NTclMkZXZ1NoJTJGNG1uaE83ZmFoVkdkRm5pNzZnRU13ZjBENzNYMnpEMDJXbVhNTiUyQmUyN0tnSUFnTHplNnRhclZ5cUZ0NyUyRlZEZGRwMVF2Y2JheHJWQ0R6TXhKcnowU3BqVTdlUGtadnVzdmthb2JyTm1xRjluJTJGZEJnckxFeTFhdXZtWlFiY2RmZndyUiUyQiUyRlVMVkttMUN3d1liaFlaZDI0WDZYZHFINnJYWEN6V3JyUkVHbm41bVdHUlNER2JVTm9RJTJCcTdZSjFkdnVHT2JPeWkycXpESjlvV0dmJTJGVUwxaXF1R21uWFhEN1ViYnhaNjJUVnI5dHpMN08lMkZjOURIMGtzNmhwMTFyVW1TdlFDa2doUFdISEdidGZTdU1mV1hKVjFwR21ERDIlMkJkWktvV3FqVGNPMG12ZzNIMXNLYzhhTkN5UHZ1eiUyQk1Nb0h6R0hMcTZhRjJwVlhDNktlZnlhZFVodGtEQjRRR3UlMkIlMkIlMkI3WFlQQ3lJTFU4MUJRUkFXdmYxMnFHMXRMJTJCdm80OExNaHI1aFZtMWR3aGw5JTJCb1FGVTZlRmhTWngwM3IwQ2pPcSUyQm9TcEgzd1lHbiUyRlVMdFJ0OXIwdzlsOHZXcG5xTUsxN2o2U1hUN1VlVzd2MmQwTGp3WWVFJTJCUXNXaEVVTEZpWVB1SCUyQkhINGZxYjdjT1klMkYlMkJaZXdneiUyQnphR092c1I5UjA2aG5semNwdENCblU2eXg3SXFtSEliODlMUnFFNW84ZUV5VjNmRFJPTWdMN2FmJTJGJTJCRFFvTUp4cUpGbFoxMklpQUlqY2Vka0FqayUyQkRkeW5zSXBuM1FQdGV0dlpOdzRUUDVneVE2czBraVBHT1ZIRUpVWTllUlRTWWNaZEdIeDJRaURUenNqMUt6Y09veCUyQjV0bDhTbVdZUFdoUXFOOWs4OURRdmtQTENrS052YWhQenpvbm41VU4zS1Q5ZHRzelZHJTJCeVJaaVIzNW9sVFBua2sxQ3psZ25DTDRwOTdaOTN2alJVVyUyQjhlJTJGcmVjRzNWbVB3UmhzMFFRNXMlMkJmRnhiWjBGJTJGZlljOVFaNlBNeklIeGZYdXpodzROdld3MEd2M1FFbmYyZkJQU2lUYnRqTFBlTk5YbXk2elhrZ2lSQ1VLMUNjTEVEeiUyQnklMkJYVjJhTmh0ajFDN3l1cGgxRU5MdmxVQjdIa2tvOVBFZjclMkJXdER2SkJKSDVXSG1UZXZVTzQ5OTlMOHdlTThiYXpWMlIlMkYwNnhEalMlMkJhOWN3YSUyQlRJc0hEMm5ERGVPc3lrcXVyd2hkVkJEeGg4NlJXaHZzMWFZY0FwWjRhSmxqYzklMkZ6c0huM1pta1NETW16b2xqSCUyRiUyRmd6Q3B1cnJRUGxocyUyRnolMkZsbzQlMkZEdUdlZUN6UHE2c0xzSVVORGczWEdSQkJtelVyS1RMSDBjZSUyQjlIJTJCWk1tcFRVNUd1MTQ5N3BHdVpObmh3V0xWd1F4cnp3ZkpoaHozRkpxemtVQzhMS3E0VkJaNXlWRlBKTWc5R2hYJTJGczlRbzBKZ3A5dndSUlRlbktDY0xqZGVLNG5Uak5scHUlMkZPdXlibFolMkJaakdYS0NrQjhSNXM2eDYzd1pHZyUyRjlaYWhmclczNHROTTVZZTZZc1VrNWozR3Z2UmI2SG5Wc1dKVGZWamJ4emJkQzdYWTdodDVyclJ1cU50Z3c5TFpwYXREdnpndUxUTERTNEhjZ0NMVW1TT00lMkYlMkZEQjhabE5NN2Fxcmg2SDJjdElZJTJCVVNYMEhQMXRxSEtoQkl5aFRGbHpmbzBGNzA5NE56emN6M2JyaVhNbno0dDFPejhvOURUeWs2cHJrbCUyQlglMkIlMkZXTnZYdDJURjVCdjA2JTJGU2Iwc1k0MmNOc2ZoSWFOTnclMkJmV1AxR0V3Q1FGb1RKSmlTOXJHeU5YWE5SZnJWejNvU0pvZjh4dnc0MWR2JTJCOUxhJTJCWDNkZkFvMzhWJTJCbSUyQnpReUxRQyUyRkxQcE4lMkZCdjdCN1d5bU15WTk2WTU5NnlxN1ZLbnoycHp2Q29CTk9DaCUyRmJkVWM4MWpTMHJpQUlDMDBRNm13dWI3UVgxdDllSWoyNjBScnRhJTJGJTJGT0dWSGM2NHNGSWJjJTJCTHlBSWRkJTJGZEpQVGJmcWZRZU5EUFE3JTJCZkhCRHFOOTRpMUclMkYzZzBUUkUlMkZ5SU1HOTJUcG9uV1MlMkJvM1hUTFVHY0MyYkREenZhU0xnJTJGVDglMkI1WEJPV0wlMkZHb2hZT3FvdGlHOW4wMFQwNjBYekRYSiUyRjl4ZWJwOXZyUmhHM2QzMGdBMEpRZ1AzZHNMSm9kJTJCR200WUdFNko1azV1ZU5EJTJCbGQxVVllZTk5WWM1bm40VjVOajJOdU9tUG9jYm04SUUybDRQcDlxTHJ2dlBkMExCek94dVJjbkVTayUyQnpsMVpvZ0R2anBnY20xcHR0MFdiJTJGT2V2YjdmeG9XMm1oSFp4aDgzdTlEJTJGWnJyaEFISG4yUjYxOHRocXJVREJwdnU1QVZocXVsajlXdGFaJTJGclp6NU5SZ1BZR210SmRZenBjZjV0eUo3NzVkcGp3d2t1aHdmU3Z4dlUzREEyNzcxa1FoRUdISHhscVRZOGIlMkYzWk9oNXIwNHN1aCUyRmpzYkpzJTJCJTJGZnZ1ZGt4RWZTeU9OZ2lBd0l0U3R1MEZvdEFyOTJuVUlmWGZkTGZUN29TbDd1JTJCNmVETWtlRlFuQ0RqOE1BdzQlMkZLdlElMkY1TkRrSmhvMjNTSU11ZWlpc0NBZjVWc2tDUGxoRFV5emg4T0RxdHR3czFDejRzcDJqYzNENkVlYXJqbDhkdmtWb2MlMkJLcTRSeFpuN1M0eGglMkJadzc5TE5SYm0lMkYwUE9ORE0wMkxmQkElMkJ6OGRjbm1nQnNZc0pnUXJEMXR2YUFOZ2pEYnIwOVY2Q0FYQThFYzhhTk43Mm9aeGoxOE1OSkwlMkI1clElMkZDaXVYT1RFdjBQUFNMVXRHNGJ4ciUyQmElMkI0ck1zQnR1dEtsdnhURHlMM2NtZjAlMkJ6NmFQT0ZONiUyQiUyQiUyQjBmRmk3TTNjdVlaNThMMVN0OE93eSUyQnVuanIlMkZ1RFRpM1VFQktGdUxST2lBdzlKcmpYTHBoV2VWY05XMjRaWkpwd0NVeFpUYVc1RXlFMWRBNDg0eWtZTnU2JTJCOElFeTA1NE5pMyUyRmQ3MjRScDlVdEMzWmI4eWh5S0JLRm1GWnNhVE9vWG8lMkJUTm0yJTJCMHVkdjRwUXVpQUJWTkRZY2VucndnTGpqYlJwUUI5bmUxRFZtWW1hQm9hbkNDSUV3MzYyUEklMkJSZUV2bVllMVd5d2NaaUtGeklQMmh6d3l5TkRJNzM2QnpzbjB3T3NNNEdyYTd0MjZMUHREbUh1ekdKektubDV4NTBZR3RaWUp3dyUyQjU5d3clMkJXUHJkU2FjdFZnTHBoUjd6UDU4V0Job3cyZ2Z1M2FWWGFQV2hLWnhjJTJCYmkzUlB6R0l4NSUyRkIlMkJoaiUyRlhRb2RiTCUyQloyTlB6czQxSm1sTkN0JTJGVmxTUklPUWRacU1lZmR3c29sVVNVOVdqbENDQXlUYk0xN1plTSUyRm5OSG5OTVIlMkJBM0pEcENoaUJNTUVHb3RlbDJnRTJwcFZBc0NIWXpuNXFPVUE3bFJvUkVFTXhVOCUyQkl6OFpWWFFwMVpKZjMyJTJCMW55OXl5clYwb1FoRUgyOHJBa1J0JTJCejVGRExSQkJNc0Jwc1dCeG1TdWlvMiUyRjhjUnQ1eVd4aDVxJTJGRzJQNFdSRHo1czFrb3V4bEhJQ1lJcGkzWVBFJTJGS3JscDlkZlcyb05WTVYzUVFIRjFnOGQxN29kOUFob2NiMGgyRTMzQlJtRFJrU3BuT3YzOTh1OU4ybG5TbHl1YWxnN3NTSm9kN20lMkIwWWJsbEVlNjh6VUhYajBNY2wxUUZRUUhua3NKd2lYWDVuOExaUVRoRW12djVHOHpNYkREaSUyQjBEMmJidlJXc2h2elVFQlVFJTJCODM5YlpUMWRkTW9GZ1NzaHQlMkJVdHhvUWhNWlNJOEthNjRiJTJCaHkySmxRTTRuZXBNUSUyQiUyQmZsJTJCcFpwalRXMiUyRkR2QlNIdEZPSEdVWWlZbjhjJTJCV1J3SU11VDNGNFhxVnF1RU1WMldITHRmQ2ttdmxmbjRWaTZnWmY2MGFhRWV5OEVVdkZIM1A1aWtUZSUyRlhOJTJGRmhvSHZvd1dFRjFOa0RaN3FjTjIxSm5PWFFpeTRKZFdaJTJCOHBBUiUyRnJIT0lUVGRCS0UlMkJMd2dMOG9JdyUyQnRISGJMb3pRYmlnT0hDMTNOUXd3OHpFMm8wMkNmVmJicDJNbE1MWVo1NHhYV0xkMExkSVI4Z1FCUHZ0JTJCajMydnNQNDExNFBFOTU0cTVDMlJCRGVlaXZVbVduVGY2OTl3a2pyQ1NPdnV5R012UGFHTU15R3NmRXZ2SkF2bmdPQzBOOTBCJTJCYXRKaU9DbVklMkIxTmljMTdyVnZtTkwxdlRESkx2YjVsVmVIZW50Z09LakdQWjlyYTJiZmZxRmhBNXV2elF5ZFAyOXUwaU1iYkJSQnM2WDNqM3Znb2VUJTJGNjZ3bjFOa0xtSnM2SEhNNjV5U2JMa0s3dzY2JTJGSVV4JTJCdTZ2eG5URE1Sb2ZwWnNhbGtRakNzY2NubG9MOENHRDh5NiUyQkdPcHN1R3JiOGZwZzdmSVJwNXhOQ3JabGslMkZUYlpNb3g5JTJGSWt3MVJSWVJyZSUyQmEzJTJGSEJHSDNNTmNGM0U3dDBTT1pXaHE1ajUxMkNmUHlIeGNCMDN2MkNnMVdwMkhmJTJGUW9qd2lRNm0xa2pqV1pkakx6dDlqQzFlJTJCNDBrN1JEYVdxM2JxRyUyQjdicWg4WUNERThzcjZSQ25uUkhxVm1xZENPaVlCeDRPSTJ6MHE3VlJxdEYwbDM1Mlh3dG41anJUcDlZQmExZHJVeEIybE5LNlZkcUUlMkZzZiUyQnV2RFNKMyUyRjhTZWl6JTJCbHFoeWhUWEtYbkZzU0FJQzZ3aUprbXRTWDRWNXBoSmVKWDlFRXlSQVdiNmVDQUlOVCUyRmFMZlN3QnpDbHZ3UWhkNWxKSmdpOVRlbEVxJTJCNWpMN0hQNm11RzZyV3RaM1RjTzR4MW5yTVpKZ2k5MTlzb1ZKbGlPbiUyRiUyQkFyT0RaNGElMkJOa1RYMkRXcmJPVG92Zkxxb2RxVXVjWmZIbVV2TnI1Wlk2TGRjME9ISDRjcWU3aTlyYWRYMmJWNjJqWEhwRHgzZ0x1clAlMkJhNDBOMHNrdEUyMUFxa0R6Q3R2YmRORVEzSG41d29uYVB1dlQlMkZVbWxKWlpVTFQyMzdIcDc4N04lMkZRMVU2N1hWdHVFMldPWEJKSW1kVTFMcjdmN0hYckprbjBLWUdyUG5xR1hQZWpxdlg5U2lJM0V0OURmRkZaR1RNelBUJTJGJTJCUTB4WDZuM0pxNkc3NnhvaW5jcVBiNUk4JTJCQ3Iyc1U5YnNmJTJCQVM4M0g4aE5EJTJGVjhlSEdyTkVxbXlxckxKbmo1ZXkzJTJGNEhoYXB0dGclMkZ6ODlZUHo3QzczYzlZTTYzQk9MTWFldGhJWDMlMkZzY1FWQm1Hb1dUUiUyRlRaJTJGcllkRFk5JTJGd0cwZ2lBc3R1RVpoOGkweHY2T2pXRnFRME9ZUFdySiUyQmNiZ1MlMkJ1OVUwMEFwalRVaDRXbVJYdmcySmpTczBlWVpQUHdKT3VoVXolMkY0d0V5OUFZa3p3d1B0ZTBwOWZaZzZjRUFoZkl0JTJGWjlvd09QayUyRkg0VEo3NzBmWmc0Y1dOQXo5Q01FJTJGYjNBbE5scFZiMFRvWmo2NFVkaDl2RGg0WXVvMSUyRkhMTU4wMDdzbW1kTTR6bTk5anZpbVdVJTJCcHFMYSUyQjZvRnZNc0d0UHRKRkRmbzhad3o1UDduZXg4MUhNdCUyQkc0c2VNJTJCb2NhRXhRJTJGWllLSGxzUmcwelg3UGwxOHUwWlpZYVozYzdaTXcwVWFIT2FORzIxMlp0VE5zV0poVVV4UG1UcDZjJTJGSTJYY0lvcHNOTk04V1FZRjNoSzAlMkZwVW1iWFFOVEdYd1hUVEU2YmF5MXljUE44dnc0eWhROEprR3kzbm1YVkdXNWkzJTJGT2JwbnhWYmZsUHR0MDYxM3l3VUJDSCUyRjkxZUs5TXY4Sm1QT3lGRm1XWndjYWxaWU9ReTV1UE15JTJGTGFXZkNwTDM5WnlGWVQlMkZLNWhwSTB2dFRqdUhHcHMyJTJCJTJGM3NrSUpUNlp1TSUyRndyQ1VtQ2hUWCUyRlYlMkIlMkJ3Ymh0b2NMeCUyRiUyRk54c2glMkZBJTJCOUgyWXVxZlNVaGdBQUFBQkpSVTVFcmtKZ2dnJTNEJTNEJTIyJTJGJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]</p>\n\t</div>\n</footer></div>\n</div>\n       <div class=\"box-bottom\">\n  \t<div class=\"box-icon\">\n        <div class=\"sw-login\">\n            <div class=\"sw-icon\"><p>Hesabım</p></div>\n                <div class=\"top-login\">\n\t\t\t<ul>\n\t\t\t<li>\n\t\t\t <a href=\"javascript:void(0);\" data-toggle=\"modal\" data-target=\"#login_form\"><span>Giriş</span></a> \t\t\t\t\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n        </div>\n                    <div class=\"sw-cart tablinks open-box\" data-id=\"sw_viewcart\">\n              <div class=\"sw-icon\"><p>Sepetim</p></div>\n                    <div class=\"top-form top-form-minicart topdeal-minicart pull-right\">\n    <div class=\"top-minicart-icon pull-right\">\n        \n\t\t\t<span class=\"minicart-number-8\">0</span>\t\t\n        <div class=\"cart-right\">\n            <h3>SEPETİM</h3>\n            <p><span class=\"minicart-number\">0 Ürün</span><span class=\"icon-plus\">-</span><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;0,00</bdi></span></p>\n        </div>\n    </div>\n    \n</div>           </div>\n                <div class=\"sw-wishlist\">\n            <div class=\"sw-icon\"><p>Beğendiklerim</p></div>\n            <a href=\"https://www.tohumlarfidana.net/\"></a>\n        </div>\n    </div>\n    <div class=\"sw-inner\">\n      <div class=\"block-title clearfix\">\n        <div class=\"close-x sw-viewed\" title=\"Close\"></div>\n        </div>\n        \n        <div class=\"box-viewed\">\n          <div class=\"tabcontent inner-view-cart\" id=\"sw_viewcart\">   \n           <div class=\"block-title clearfix\">       \n              <h3>Sepetim</h3>\n            </div>\n            <div class=\"top-form top-form-minicart topdeal-minicart pull-right\">\n\t<div class=\"wrapp-minicart\">\n\t\t<div class=\"minicart-padding\">\n\t\t\t<ul class=\"minicart-content\">\n\t\t\t\t\t\t\t</ul>\n\t\t\t<div class=\"cart-checkout\">\n\t\t\t    <div class=\"price-total\">\n\t\t\t\t   <span class=\"label-price-total\">Toplam:</span>\n\t\t\t\t   <span class=\"price-total-w\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₺</span>&nbsp;0,00</bdi></span></span></span>\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<div class=\"cart-links clearfix\">\n\t\t\t\t\t<div class=\"cart-link\"><a href=\"https://www.tohumlarfidana.net/sepetim/\" title=\"Sepet\">Ürünler</a></div>\n\t\t\t\t\t<div class=\"checkout-link\"><a href=\"https://www.tohumlarfidana.net/satinal/\" title=\"Satın Al\">Satın Al</a></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>          </div>\n        </div>       \n      </div>\n  </div>\n    \n    <style>\n    /* ── GLOBAL ──────────────────────────────────────────── */\n    .tf-footer,\n    .tf-footer-nl { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }\n\n    /* Tema footer'ını gizle */\n    #footer,\n    footer.footer,\n    .footer-container,\n    .site-footer:not(.tf-footer),\n    .topdeal-footer { display: none !important; }\n\n    /* ── BÜLTEN BANDI ────────────────────────────────────── */\n    .tf-footer-nl {\n        background: linear-gradient(135deg, #1e4a19 0%, #2D5A27 60%, #3d7a35 100%);\n        padding: 36px 20px;\n        position: relative;\n        overflow: hidden;\n    }\n    .tf-footer-nl::before {\n        content: '';\n        position: absolute; top: -60px; right: -60px;\n        width: 220px; height: 220px;\n        border-radius: 50%;\n        background: rgba(255,255,255,0.04);\n        pointer-events: none;\n    }\n    .tf-footer-nl::after {\n        content: '';\n        position: absolute; bottom: -80px; left: 10%;\n        width: 300px; height: 300px;\n        border-radius: 50%;\n        background: rgba(255,255,255,0.03);\n        pointer-events: none;\n    }\n    .tf-footer-nl-inner {\n        max-width: 1200px; margin: 0 auto;\n        display: flex; align-items: center; gap: 40px;\n        flex-wrap: wrap; position: relative; z-index: 1;\n    }\n    .tf-footer-nl-text { flex: 1; min-width: 260px; }\n    .tf-footer-nl-text h3 {\n        margin: 0 0 6px;\n        font-size: 20px; font-weight: 700; color: #fff;\n        display: flex; align-items: center; gap: 10px;\n    }\n    .tf-footer-nl-text p {\n        margin: 0;\n        font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.5;\n    }\n    .tf-footer-nl-form {\n        display: flex; gap: 0; flex: 1; min-width: 280px; max-width: 480px;\n        box-shadow: 0 4px 24px rgba(0,0,0,0.25);\n        border-radius: 12px; overflow: hidden;\n    }\n    .tf-footer-nl-form input[type=\"email\"] {\n        flex: 1; border: none; outline: none;\n        padding: 14px 18px;\n        font-family: 'DM Sans', sans-serif; font-size: 14px;\n        background: rgba(255,255,255,0.12);\n        color: #fff; backdrop-filter: blur(4px);\n    }\n    .tf-footer-nl-form input[type=\"email\"]::placeholder { color: rgba(255,255,255,0.5); }\n    .tf-footer-nl-form button {\n        border: none; outline: none; cursor: pointer;\n        padding: 14px 22px; white-space: nowrap;\n        font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700;\n        background: #fff; color: #2D5A27;\n        transition: background 0.2s, color 0.2s;\n        display: flex; align-items: center; gap: 6px;\n    }\n    .tf-footer-nl-form button:hover { background: #f0faf0; }\n    .tf-footer-nl-success {\n        display: none; align-items: center; gap: 10px;\n        flex: 1; min-width: 280px; max-width: 480px;\n        background: rgba(255,255,255,0.1); border-radius: 12px;\n        padding: 14px 20px; color: #fff; font-size: 14px; font-weight: 600;\n        border: 1px solid rgba(255,255,255,0.2);\n    }\n    .tf-footer-nl-success.show { display: flex; }\n\n    /* ── FOOTer ÜST BANT ────────────────────────────────── */\n    .tf-footer-top {\n        background: linear-gradient(180deg, #2D5A27 0%, #244e1e 100%);\n        padding: 30px 20px;\n    }\n    .tf-footer-top-inner {\n        max-width: 1200px; margin: 0 auto;\n        display: flex; align-items: center; justify-content: space-between;\n        flex-wrap: wrap; gap: 24px;\n    }\n    .tf-footer-brand { display: flex; align-items: center; gap: 14px; }\n    .tf-footer-logo img { height: 44px; width: auto; }\n    .tf-footer-tagline {\n        font-size: 13px; color: rgba(255,255,255,0.65);\n        max-width: 240px; line-height: 1.55;\n    }\n    .tf-footer-contacts { display: flex; gap: 12px; flex-wrap: wrap; }\n    .tf-footer-contact-item {\n        display: flex; align-items: center; gap: 10px;\n        text-decoration: none; color: #fff;\n        background: rgba(255,255,255,0.08);\n        border: 1px solid rgba(255,255,255,0.12);\n        padding: 9px 14px; border-radius: 10px;\n        transition: background 0.2s, border-color 0.2s, transform 0.2s;\n    }\n    .tf-footer-contact-item:hover {\n        background: rgba(255,255,255,0.15);\n        border-color: rgba(255,255,255,0.25);\n        transform: translateY(-2px); color: #fff;\n    }\n    .tf-footer-contact-icon {\n        width: 34px; height: 34px; border-radius: 8px;\n        background: rgba(255,255,255,0.12);\n        display: flex; align-items: center; justify-content: center;\n        flex-shrink: 0;\n    }\n    .tf-footer-contact-label {\n        font-size: 10px; color: rgba(255,255,255,0.5);\n        text-transform: uppercase; letter-spacing: 0.6px; line-height: 1;\n    }\n    .tf-footer-contact-value { font-size: 13px; font-weight: 700; color: #fff; }\n\n    /* ── FOOTER ANA ──────────────────────────────────────── */\n    .tf-footer-main {\n        background: #1a2e16;\n        padding: 44px 20px 32px;\n    }\n    .tf-footer-main-inner {\n        max-width: 1200px; margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr;\n        gap: 36px;\n    }\n    .tf-footer-col-title {\n        font-size: 13px; font-weight: 700; color: #fff;\n        text-transform: uppercase; letter-spacing: 0.8px;\n        margin: 0 0 16px;\n        padding-bottom: 10px;\n        border-bottom: 1px solid rgba(255,255,255,0.08);\n    }\n\n    /* Hakkında */\n    .tf-footer-about-text {\n        font-size: 13px; color: rgba(255,255,255,0.5);\n        line-height: 1.75; margin: 0 0 14px;\n    }\n    .tf-footer-address {\n        display: flex; align-items: flex-start; gap: 7px;\n        font-size: 12.5px; color: rgba(255,255,255,0.45);\n        line-height: 1.5; margin-bottom: 16px;\n    }\n    .tf-footer-address svg { flex-shrink: 0; margin-top: 2px; }\n\n    /* Sosyal medya */\n    .tf-footer-social { display: flex; gap: 7px; }\n    .tf-footer-social a {\n        width: 36px; height: 36px; border-radius: 9px;\n        background: rgba(255,255,255,0.07);\n        border: 1px solid rgba(255,255,255,0.1);\n        display: flex; align-items: center; justify-content: center;\n        color: rgba(255,255,255,0.55);\n        text-decoration: none;\n        transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;\n    }\n    .tf-footer-social a:hover { transform: translateY(-3px); }\n    /* Marka renkleri */\n    .tf-footer-social a.tf-soc-ig:hover  { background: #E1306C; border-color: #E1306C; color: #fff; }\n    .tf-footer-social a.tf-soc-fb:hover  { background: #1877F2; border-color: #1877F2; color: #fff; }\n    .tf-footer-social a.tf-soc-wa:hover  { background: #25D366; border-color: #25D366; color: #fff; }\n    .tf-footer-social a.tf-soc-yt:hover  { background: #FF0000; border-color: #FF0000; color: #fff; }\n    .tf-footer-social a.tf-soc-tk:hover  { background: #010101; border-color: #69C9D0; color: #69C9D0; }\n\n    /* Linkler */\n    .tf-footer-links { list-style: none; padding: 0; margin: 0; }\n    .tf-footer-links li { margin-bottom: 9px; }\n    .tf-footer-links a {\n        font-size: 13px; color: rgba(255,255,255,0.52);\n        text-decoration: none;\n        display: inline-flex; align-items: center; gap: 5px;\n        transition: color 0.2s, gap 0.2s;\n    }\n    .tf-footer-links a svg { opacity: 0.4; transition: opacity 0.2s; }\n    .tf-footer-links a:hover { color: #6fcf6c; }\n    .tf-footer-links a:hover svg { opacity: 0.8; }\n\n    /* Pazaryerleri */\n    .tf-footer-mp { display: flex; flex-direction: column; gap: 7px; }\n    .tf-footer-mp-item {\n        display: flex; align-items: center; gap: 10px;\n        padding: 10px 13px;\n        background: rgba(255,255,255,0.04);\n        border: 1px solid rgba(255,255,255,0.07);\n        border-radius: 10px; text-decoration: none;\n        font-size: 13px; font-weight: 600;\n        color: rgba(255,255,255,0.6);\n        transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;\n    }\n    .tf-footer-mp-item:hover {\n        background: rgba(255,255,255,0.09);\n        border-color: rgba(255,255,255,0.18);\n        color: #fff; transform: translateX(3px);\n    }\n    .tf-mp-dot {\n        width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;\n    }\n\n    /* ETBİS */\n    .tf-footer-etbis {\n        margin-top: 14px; padding-top: 14px;\n        border-top: 1px solid rgba(255,255,255,0.07);\n    }\n    .tf-footer-etbis a { display: inline-block; opacity: 0.55; transition: opacity 0.3s; }\n    .tf-footer-etbis a:hover { opacity: 1; }\n    .tf-footer-etbis img { height: 46px; width: auto; }\n\n    /* ── GÜVEN & ÖDEME BANDI ─────────────────────────────── */\n    .tf-footer-trust {\n        background: #142410;\n        border-top: 1px solid rgba(255,255,255,0.06);\n        padding: 18px 20px;\n    }\n    .tf-footer-trust-inner {\n        max-width: 1200px; margin: 0 auto;\n        display: flex; align-items: center; justify-content: space-between;\n        flex-wrap: wrap; gap: 16px;\n    }\n    .tf-footer-trust-badges { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }\n    .tf-trust-badge {\n        display: inline-flex; align-items: center; gap: 5px;\n        padding: 5px 11px; border-radius: 20px;\n        font-size: 11px; font-weight: 600;\n        background: rgba(255,255,255,0.06);\n        border: 1px solid rgba(255,255,255,0.1);\n        color: rgba(255,255,255,0.55);\n        white-space: nowrap;\n    }\n    .tf-trust-badge svg { opacity: 0.7; }\n    .tf-pay-icons { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }\n    .tf-pay-chip {\n        padding: 4px 10px; border-radius: 6px;\n        font-size: 10px; font-weight: 700; letter-spacing: 0.3px;\n        white-space: nowrap;\n    }\n    .tf-pay-visa   { background: #1434CB; color: #fff; font-style: italic; font-size: 11px; }\n    .tf-pay-mc     { background: #EB001B; color: #fff; }\n    .tf-pay-troy   { background: #003087; color: #fff; }\n    .tf-pay-kc     { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.1); }\n    .tf-pay-eft    { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.1); }\n    .tf-pay-sep { width: 1px; height: 14px; background: rgba(255,255,255,0.1); margin: 0 2px; }\n\n    /* ── ALT BANT ────────────────────────────────────────── */\n    .tf-footer-bottom {\n        background: #0f1c0d;\n        padding: 16px 20px;\n    }\n    .tf-footer-bottom-inner {\n        max-width: 1200px; margin: 0 auto;\n        display: flex; align-items: center; justify-content: space-between;\n        flex-wrap: wrap; gap: 12px;\n    }\n    .tf-footer-copy {\n        font-size: 12px; color: rgba(255,255,255,0.3); line-height: 1.5;\n    }\n    .tf-footer-copy a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }\n    .tf-footer-copy a:hover { color: #6fcf6c; }\n    .tf-footer-policies { display: flex; gap: 14px; flex-wrap: wrap; }\n    .tf-footer-policies a {\n        font-size: 12px; color: rgba(255,255,255,0.3);\n        text-decoration: none; transition: color 0.2s; white-space: nowrap;\n    }\n    .tf-footer-policies a:hover { color: #6fcf6c; }\n\n    /* ── YUKARI ÇIK BUTONU ───────────────────────────────── */\n    #tf-btt {\n        position: fixed; bottom: 28px; right: 28px; z-index: 999;\n        width: 44px; height: 44px; border-radius: 50%;\n        background: #2D5A27; border: none; cursor: pointer;\n        display: flex; align-items: center; justify-content: center;\n        color: #fff; box-shadow: 0 4px 16px rgba(45,90,39,0.45);\n        opacity: 0; pointer-events: none;\n        transform: translateY(12px) scale(0.9);\n        transition: opacity 0.3s, transform 0.3s;\n    }\n    #tf-btt.visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }\n    #tf-btt:hover { background: #3d7a35; transform: translateY(-3px) scale(1.05) !important; }\n    #tf-btt:active { transform: scale(0.95) !important; }\n\n    /* ── RESPONSIVE ──────────────────────────────────────── */\n    @media (max-width: 1024px) {\n        .tf-footer-main-inner {\n            grid-template-columns: 1fr 1fr 1fr;\n        }\n        .tf-footer-col:first-child { grid-column: 1 / -1; }\n    }\n    @media (max-width: 768px) {\n        .tf-footer-top-inner { flex-direction: column; align-items: flex-start; gap: 18px; }\n        .tf-footer-contacts  { flex-direction: column; width: 100%; }\n        .tf-footer-contact-item { width: 100%; }\n        .tf-footer-main-inner { grid-template-columns: 1fr 1fr; gap: 24px; }\n        .tf-footer-col:first-child { grid-column: 1 / -1; }\n        .tf-footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }\n        .tf-footer-trust-inner { flex-direction: column; align-items: flex-start; }\n        .tf-footer-nl-inner { flex-direction: column; }\n        .tf-footer-nl-form, .tf-footer-nl-success { max-width: 100%; }\n        #tf-btt { bottom: 80px; right: 16px; } /* Checkout mobile bar'ın üstünde */\n    }\n    @media (max-width: 480px) {\n        .tf-footer-main-inner { grid-template-columns: 1fr; }\n    }\n    </style>\n\n    <!-- ░░ BÜLTEN CTA ░░ -->\n    <div class=\"tf-footer-nl\">\n        <div class=\"tf-footer-nl-inner\">\n            <div class=\"tf-footer-nl-text\">\n                <h3><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"rgba(255,255,255,0.9)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg> Mantar Bülteni</h3>\n                <p>Aylık ekim rehberleri, sezonda ne ekileceği ve özel indirimleri ilk siz öğrenin.</p>\n            </div>\n            <form class=\"tf-footer-nl-form\" id=\"tf-nl-form\" novalidate=\"\">\n                <input type=\"email\" id=\"tf-nl-email\" placeholder=\"E-posta adresiniz...\" autocomplete=\"email\" required=\"\">\n                <button type=\"submit\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D5A27\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg>                    Abone Ol\n                </button>\n            </form>\n            <div class=\"tf-footer-nl-success\" id=\"tf-nl-success\">\n                <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4CAF50\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>                <span>Teşekkürler! Bültene başarıyla abone oldunuz.</span>\n            </div>\n        </div>\n    </div>\n\n    <footer class=\"tf-footer\">\n\n        <!-- ░░ ÜST BANT ░░ -->\n        <div class=\"tf-footer-top\">\n            <div class=\"tf-footer-top-inner\">\n                <div class=\"tf-footer-brand\">\n                    <div class=\"tf-footer-logo\">\n                        <img src=\"https://www.tohumlarfidana.net/wp-content/uploads/2018/12/logo-white-3.png\" alt=\"Tohumlar Fidana\" loading=\"lazy\">\n                    </div>\n                    <div class=\"tf-footer-tagline\">Türkiye'nin mantar tohumu uzmanı.<br>2018'den beri güvenle hizmet veriyoruz.</div>\n                </div>\n                <div class=\"tf-footer-contacts\">\n                    <a href=\"tel:08503463986\" class=\"tf-footer-contact-item\">\n                        <div class=\"tf-footer-contact-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.81a19.79 19.79 0 01-3.07-8.72A2 2 0 012 1h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L6.09 8.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z\"></path></svg></div>\n                        <div>\n                            <div class=\"tf-footer-contact-label\">Telefon</div>\n                            <div class=\"tf-footer-contact-value\">0850 346 39 86</div>\n                        </div>\n                    </a>\n                    <a href=\"mailto:info@tohumlarfidana.net\" class=\"tf-footer-contact-item\">\n                        <div class=\"tf-footer-contact-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg></div>\n                        <div>\n                            <div class=\"tf-footer-contact-label\">E-posta</div>\n                            <div class=\"tf-footer-contact-value\">info@tohumlarfidana.net</div>\n                        </div>\n                    </a>\n                    <a href=\"https://wa.me/908503463986\" target=\"_blank\" rel=\"noopener\" class=\"tf-footer-contact-item\">\n                        <div class=\"tf-footer-contact-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"></path></svg></div>\n                        <div>\n                            <div class=\"tf-footer-contact-label\">WhatsApp</div>\n                            <div class=\"tf-footer-contact-value\">7/24 Destek</div>\n                        </div>\n                    </a>\n                </div>\n            </div>\n        </div>\n\n        <!-- ░░ ANA GRID ░░ -->\n        <div class=\"tf-footer-main\">\n            <div class=\"tf-footer-main-inner\">\n\n                <!-- Hakkında -->\n                <div class=\"tf-footer-col\">\n                    <div class=\"tf-footer-col-title\">Tohumlar Fidana</div>\n                    <p class=\"tf-footer-about-text\">İstiridye, kültür mantarı, kuzu göbeği, shiitake ve reishi mantar tohumları satışı. Her siparişle ücretsiz ekim kılavuzu hediye. Türkiye geneli hızlı kargo.</p>\n                    <div class=\"tf-footer-address\">\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>                        <span>Balaban Mh. Büyük Önder Atatürk Cd. No:108 Silivri, İstanbul</span>\n                    </div>\n                    <div class=\"tf-footer-social\">\n                        <a href=\"https://www.instagram.com/tohumlarfidana/\" target=\"_blank\" rel=\"noopener\" title=\"Instagram\" class=\"tf-soc-ig\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"></rect><path d=\"M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z\"></path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"></line></svg></a>\n                        <a href=\"https://www.facebook.com/tohumlarfidana/\" target=\"_blank\" rel=\"noopener\" title=\"Facebook\" class=\"tf-soc-fb\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z\"></path></svg></a>\n                        <a href=\"https://wa.me/908503463986\" target=\"_blank\" rel=\"noopener\" title=\"WhatsApp\" class=\"tf-soc-wa\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"></path></svg></a>\n                        <a href=\"https://www.youtube.com/@tohumlarfidana\" target=\"_blank\" rel=\"noopener\" title=\"YouTube\" class=\"tf-soc-yt\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22.54 6.42a2.78 2.78 0 00-1.94-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46a2.78 2.78 0 00-1.95 1.96A29 29 0 001 12a29 29 0 00.46 5.58A2.78 2.78 0 003.41 19.6C5.12 20 12 20 12 20s6.88 0 8.59-.46a2.78 2.78 0 001.95-1.96A29 29 0 0023 12a29 29 0 00-.46-5.58z\"></path><polygon points=\"9.75 15.02 15.5 12 9.75 8.98 9.75 15.02\" fill=\"currentColor\" stroke=\"none\"></polygon></svg></a>\n                        <a href=\"https://www.tiktok.com/@tohumlarfidana\" target=\"_blank\" rel=\"noopener\" title=\"TikTok\" class=\"tf-soc-tk\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"currentColor\" stroke=\"none\"><path d=\"M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-2.88 2.5 2.89 2.89 0 01-2.89-2.89 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.27 6.27 0 00-.79-.05 6.34 6.34 0 00-6.34 6.34 6.34 6.34 0 006.34 6.34 6.34 6.34 0 006.33-6.34V8.69a8.18 8.18 0 004.78 1.52V6.75a4.85 4.85 0 01-1.01-.06z\"></path></svg></a>\n                    </div>\n                </div>\n\n                <!-- Hızlı Linkler -->\n                <div class=\"tf-footer-col\">\n                    <div class=\"tf-footer-col-title\">Hızlı Linkler</div>\n                    <ul class=\"tf-footer-links\">\n                        <li><a href=\"https://www.tohumlarfidana.net/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Ana Sayfa</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/magaza/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Mağaza</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/hakkimizda/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Hakkımızda</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/iletisim/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> İletişim</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/blog/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Blog</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/kargo-bilgileri/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Kargo Bilgileri</a></li>\n                    </ul>\n                </div>\n\n                <!-- Kategoriler -->\n                <div class=\"tf-footer-col\">\n                    <div class=\"tf-footer-col-title\">Kategoriler</div>\n                    <ul class=\"tf-footer-links\">\n                                                <li>\n                            <a href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Reishi mantarı tohumları miseli                            </a>\n                        </li>\n                                                <li>\n                            <a href=\"https://www.tohumlarfidana.net/product-category/mantar-poseti/\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Mantar Poşeti                            </a>\n                        </li>\n                                                <li>\n                            <a href=\"https://www.tohumlarfidana.net/product-category/shiitake-mantari-miseli/\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> shiitake mantarı miseli                            </a>\n                        </li>\n                                                <li>\n                            <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Mantar Tohumları                            </a>\n                        </li>\n                                            </ul>\n                </div>\n\n                <!-- Müşteri Hizmetleri -->\n                <div class=\"tf-footer-col\">\n                    <div class=\"tf-footer-col-title\">Müşteri Hizmetleri</div>\n                    <ul class=\"tf-footer-links\">\n                        <li><a href=\"https://www.tohumlarfidana.net/hesabim/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Hesabım</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/hesabim/orders/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Siparişlerim</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/sepetim/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Sepetim</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/iade-ve-degisim-politikasi/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> İade Politikası</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/gizlilik-politikasi/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Gizlilik Politikası</a></li>\n                        <li><a href=\"https://www.tohumlarfidana.net/mesafeli-satis-sozlesmesi/\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg> Satış Sözleşmesi</a></li>\n                    </ul>\n                </div>\n\n                <!-- Pazaryerleri + ETBİS -->\n                <div class=\"tf-footer-col\">\n                    <div class=\"tf-footer-col-title\">Pazaryerleri</div>\n                    <div class=\"tf-footer-mp\">\n                        <a href=\"https://www.hepsiburada.com/magaza/bencebuolsun1\" target=\"_blank\" rel=\"noopener\" class=\"tf-footer-mp-item\">\n                            <span class=\"tf-mp-dot\" style=\"background:#ff6000;\"></span> Hepsiburada\n                        </a>\n                        <a href=\"https://www.trendyol.com/magaza/bencedebuolsun-m-118030\" target=\"_blank\" rel=\"noopener\" class=\"tf-footer-mp-item\">\n                            <span class=\"tf-mp-dot\" style=\"background:#f27a1a;\"></span> Trendyol\n                        </a>\n                        <a href=\"https://www.n11.com/magaza/bencedebuolsun\" target=\"_blank\" rel=\"noopener\" class=\"tf-footer-mp-item\">\n                            <span class=\"tf-mp-dot\" style=\"background:#7b2d8b;\"></span> N11\n                        </a>\n                    </div>\n                    <div class=\"tf-footer-etbis\">\n                        <a href=\"https://www.eticaret.gov.tr/siteprofil/tohumlarfidana.net\" target=\"_blank\" rel=\"noopener\" title=\"ETBIS Kayıtlı Satıcı\">\n                            <img src=\"https://www.eticaret.gov.tr/dss/api/files/get-etbis-logo\" alt=\"ETBIS\" loading=\"lazy\" onerror=\"this.closest('.tf-footer-etbis').style.display='none'\">\n                        </a>\n                    </div>\n                </div>\n\n            </div>\n        </div>\n\n        <!-- ░░ GÜVEN & ÖDEME ░░ -->\n        <div class=\"tf-footer-trust\">\n            <div class=\"tf-footer-trust-inner\">\n                <div class=\"tf-footer-trust-badges\">\n                    <span class=\"tf-trust-badge\">\n                        <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"></path></svg>\n                        SSL Güvenli\n                    </span>\n                    <span class=\"tf-trust-badge\">\n                        <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"></rect><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"></polygon><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"></circle><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"></circle></svg>\n                        81 İl'e Kargo\n                    </span>\n                    <span class=\"tf-trust-badge\">\n                        <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"></polyline><polyline points=\"17 6 23 6 23 12\"></polyline></svg>\n                        Kolay İade\n                    </span>\n                    <span class=\"tf-trust-badge\">\n                        <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polyline points=\"12 6 12 12 16 14\"></polyline></svg>\n                        Aynı Gün Kargo\n                    </span>\n                </div>\n                <div class=\"tf-pay-icons\">\n                    <span class=\"tf-pay-chip tf-pay-visa\">VISA</span>\n                    <span class=\"tf-pay-chip tf-pay-mc\">MC</span>\n                    <span class=\"tf-pay-chip tf-pay-troy\">TROY</span>\n                    <div class=\"tf-pay-sep\"></div>\n                    <span class=\"tf-pay-chip tf-pay-kc\">Kapıda Ödeme</span>\n                    <span class=\"tf-pay-chip tf-pay-eft\">Havale / EFT</span>\n                </div>\n            </div>\n        </div>\n\n        <!-- ░░ ALT BANT ░░ -->\n        <div class=\"tf-footer-bottom\">\n            <div class=\"tf-footer-bottom-inner\">\n                <div class=\"tf-footer-copy\">\n                    © 2026 <a href=\"https://www.tohumlarfidana.net/\">Tohumlar Fidana</a> — Türkiye'nin Mantar Tohumu Uzmanı. Tüm hakları saklıdır.\n                </div>\n                <div class=\"tf-footer-policies\">\n                    <a href=\"https://www.tohumlarfidana.net/gizlilik-politikasi/\">Gizlilik</a>\n                    <a href=\"https://www.tohumlarfidana.net/cerez-politikasi/\">Çerez Politikası</a>\n                    <a href=\"https://www.tohumlarfidana.net/sartlar-kosullar/\">Satış Sözleşmesi</a>\n                    <a href=\"https://www.tohumlarfidana.net/iptal-ve-iade/\">İade Politikası</a>\n                </div>\n            </div>\n        </div>\n\n    </footer>\n\n    <!-- ░░ YUKARI ÇIK ░░ -->\n    <button id=\"tf-btt\" aria-label=\"Sayfanın başına git\" title=\"Yukarı çık\">\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"18 15 12 9 6 15\"></polyline></svg>    </button>\n\n    <script>\n    (function () {\n        'use strict';\n\n        /* ── Yukarı çık butonu ── */\n        var btt = document.getElementById('tf-btt');\n        if (btt) {\n            window.addEventListener('scroll', function () {\n                btt.classList.toggle('visible', window.scrollY > 400);\n            }, { passive: true });\n            btt.addEventListener('click', function () {\n                window.scrollTo({ top: 0, behavior: 'smooth' });\n            });\n        }\n\n        /* ── Bülten formu AJAX ── */\n        var form    = document.getElementById('tf-nl-form');\n        var success = document.getElementById('tf-nl-success');\n        if (form) {\n            form.addEventListener('submit', function (e) {\n                e.preventDefault();\n                var email   = document.getElementById('tf-nl-email').value.trim();\n                var btn     = form.querySelector('button[type=\"submit\"]');\n                if (!email) return;\n\n                btn.disabled = true;\n                btn.textContent = '...';\n\n                var data = new FormData();\n                data.append('action', 'tf_newsletter');\n                data.append('nonce',  'a55c35b445');\n                data.append('email',  email);\n\n                fetch('https://www.tohumlarfidana.net/wp-admin/admin-ajax.php', {\n                    method: 'POST', body: data, credentials: 'same-origin'\n                })\n                .then(function (r) { return r.json(); })\n                .then(function (res) {\n                    if (res.success || (res.data && res.data === 'subscribed')) {\n                        form.style.display    = 'none';\n                        success.classList.add('show');\n                    } else {\n                        btn.disabled    = false;\n                        btn.textContent = 'Abone Ol';\n                        alert('Geçerli bir e-posta adresi girin.');\n                    }\n                })\n                .catch(function () {\n                    btn.disabled    = false;\n                    btn.textContent = 'Abone Ol';\n                });\n            });\n        }\n    })();\n    </script>\n    <script type=\"speculationrules\">\n{\"prefetch\":[{\"source\":\"document\",\"where\":{\"and\":[{\"href_matches\":\"/*\"},{\"not\":{\"href_matches\":[\"/wp-*.php\",\"/wp-admin/*\",\"/wp-content/uploads/*\",\"/wp-content/*\",\"/wp-content/plugins/*\",\"/wp-content/themes/topdeal/*\",\"/*\\\\?(.+)\"]}},{\"not\":{\"selector_matches\":\"a[rel~=\\\"nofollow\\\"]\"}},{\"not\":{\"selector_matches\":\".no-prefetch, .no-prefetch a\"}}]},\"eagerness\":\"conservative\"}]}\n</script>\n\t\t\t\n\t\t\t\t<!-- do_not_format_javascript --><script type=\"text/javascript\">\n\n\t\t\t\t\tfunction intval_woo_ajax_signup_ready(f) {\n\t\t\t\t\t\t   /in/.test(document.readyState) ? setTimeout('intval_woo_ajax_signup_ready(' + f + ')', 9) : f()\n\t\t\t\t\t\t}\n\n\t\t\t\t\t  intval_woo_ajax_signup_ready(function () { \n\n\t\t\t\t\t\t\tjQuery(document).ajaxComplete(function(event, xhr, options)\n\t\t\t\t\t\t\t{\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tif (typeof xhr.responseText !== 'undefined' && xhr.responseText.indexOf('woo_recaptcha_login_v2') !== - 1 && document.getElementById('woo_recaptcha_login_v2')){\n\n\t\t\t\t\t\t\t\t\t\tif (typeof grecaptcha == 'undefined' || el_i13_login_captcha == null){\n\n\t\t\t\t\t\t\t\t\t\tjQuery.getScript(\"https://www.google.com/recaptcha/api.js?from=i13_recaptcha&hl=tr&onload=reRender_Woo_Login_Captcha\", function() {\n\n\n\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t else{\n\n\t\t\t\t\t\t\t\t\t\t\t\t\treRender_Woo_Login_Captcha();\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t jQuery(document).ajaxSend(function(event, jqxhr, settings) {\n\n\t\t\t\t\t\t\t\t\t\t\tif (typeof settings.data !== 'undefined' && settings.data.indexOf('i13_recaptcha_login_token_v2') !== - 1){\n\n\t\t\t\t\t\t\t\t\t\t\treRender_Woo_Login_Captcha();\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (typeof xhr.responseText !== 'undefined' && xhr.responseText.indexOf('woo_recaptcha_register_v2') !== - 1 && document.getElementById('woo_recaptcha_register_v2')){\n\n\t\t\t\t\t\t\t\t\tif (typeof grecaptcha == 'undefined' || el_i13_register_captcha == null){\n\n\t\t\t\t\t\t\t\t\tjQuery.getScript(\"https://www.google.com/recaptcha/api.js?from=i13_recaptcha&hl=tr&onload=reRender_Woo_Signup_Captcha\", function() {\n\n\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse{\n\n\t\t\t\t\t\t\t\t\t\t reRender_Woo_Signup_Captcha();\n\t\t\t\t\t\t\t\t}\n\n\n\t\t\t\t\t\t\tjQuery(document).ajaxSend(function(event, jqxhr, settings) {\n\n\t\t\t\t\t\t\t\t\t if (typeof settings.data !== 'undefined' && settings.data.indexOf('woo_recaptcha_register_v2') !== - 1){\n\n\t\t\t\t\t\t\t\t\t\treRender_Woo_Signup_Captcha();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t   });\n\t\t\t </script><!-- end_do_not_format_javascript -->\n\n\t\t\t\n\t\t\t    <!-- Google Müşteri Yorumları - Rozet -->\n    <script src=\"https://apis.google.com/js/platform.js\" async=\"\" defer=\"\" gapi_processed=\"true\"></script>\n    <div id=\"___ratingbadge_0\" style=\"text-indent: 0px; margin: 0px; padding: 0px; background: transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block;\"></div>\n    <style>\n        /* Rozeti sağ alt köşeye sabitler */\n        g\\\\:ratingbadge {\n            position: fixed;\n            bottom: 20px;\n            right: 20px;\n            z-index: 9999;\n        }\n    </style>\n    <!-- Google Müşteri Yorumları - Rozet Sonu -->\n        <style>\n        /* ===== TOAST ===== */\n        .tf-toast {\n            position: fixed;\n            top: 20px;\n            right: 20px;\n            z-index: 99999;\n            max-width: 380px;\n            background: #fff;\n            border-radius: 14px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\n            border: 2px solid #E8F5E9;\n            overflow: hidden;\n            transform: translateX(120%);\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            font-family: 'DM Sans', -apple-system, sans-serif;\n        }\n        .tf-toast.show { transform: translateX(0); }\n        .tf-toast-header {\n            background: linear-gradient(135deg, #2D5A27, #4CAF50);\n            color: #fff;\n            padding: 12px 16px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            font-size: 14px;\n            font-weight: 700;\n        }\n        .tf-toast-close {\n            background: rgba(255,255,255,0.2);\n            border: none;\n            color: #fff;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            cursor: pointer;\n            font-size: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .tf-toast-close:hover { background: rgba(255,255,255,0.35); }\n        .tf-toast-body {\n            padding: 14px 16px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n        }\n        .tf-toast-img { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }\n        .tf-toast-img img { width: 100%; height: 100%; object-fit: cover; }\n        .tf-toast-info { flex: 1; min-width: 0; }\n        .tf-toast-name {\n            font-size: 13px; font-weight: 600; color: #2C2C2C; margin-bottom: 4px;\n            display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;\n        }\n        .tf-toast-price { font-size: 15px; font-weight: 700; color: #E65100; }\n        .tf-toast-actions {\n            padding: 0 16px 14px;\n            display: flex;\n            gap: 8px;\n        }\n        .tf-toast-btn {\n            flex: 1; padding: 10px; border-radius: 10px; text-align: center;\n            font-size: 13px; font-weight: 600; text-decoration: none;\n            transition: all 0.3s; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif;\n        }\n        .tf-toast-btn-cart {\n            background: #f8f9f0; color: #2D5A27; border: 2px solid #2D5A27;\n        }\n        .tf-toast-btn-cart:hover { background: #2D5A27; color: #fff; }\n        .tf-toast-btn-buy {\n            background: linear-gradient(135deg, #2D5A27, #3d7a35); color: #fff;\n        }\n        .tf-toast-btn-buy:hover { background: #4CAF50; color: #fff; }\n        .tf-toast-progress { height: 3px; background: #e8e4dd; }\n        .tf-toast-progress-bar {\n            height: 100%; background: linear-gradient(90deg, #4CAF50, #2D5A27);\n            transition: width linear; width: 100%;\n        }\n\n        /* ===== MİNİ SEPET ===== */\n        .tf-mc-overlay {\n            position: fixed; inset: 0; background: rgba(0,0,0,0.4);\n            z-index: 99998; opacity: 0; visibility: hidden;\n            transition: all 0.3s; backdrop-filter: blur(2px);\n        }\n        .tf-mc-overlay.open { opacity: 1; visibility: visible; }\n        .tf-mini-cart {\n            position: fixed; top: 0; right: 0; width: 400px; max-width: 90vw; height: 100vh;\n            background: #fff; z-index: 99999; transform: translateX(100%);\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            display: flex; flex-direction: column;\n            box-shadow: -10px 0 40px rgba(0,0,0,0.1);\n            font-family: 'DM Sans', -apple-system, sans-serif;\n        }\n        .tf-mini-cart.open { transform: translateX(0); }\n\n        .tf-mc-header {\n            background: linear-gradient(135deg, #2D5A27, #1a3a15);\n            color: #fff; padding: 18px 20px;\n            display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;\n        }\n        .tf-mc-header-title { font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 8px; }\n        .tf-mc-header-count { background: rgba(255,255,255,0.2); padding: 2px 10px; border-radius: 20px; font-size: 13px; }\n        .tf-mc-close {\n            background: rgba(255,255,255,0.15); border: none; color: #fff;\n            width: 32px; height: 32px; border-radius: 8px; cursor: pointer; font-size: 18px;\n            display: flex; align-items: center; justify-content: center;\n        }\n        .tf-mc-close:hover { background: rgba(255,255,255,0.3); }\n\n        /* Kargo barı */\n        .tf-mc-shipping-bar {\n            padding: 12px 20px; background: #f8f9f0;\n            border-bottom: 1px solid #e8e4dd; flex-shrink: 0;\n        }\n        .tf-mc-shipping-text { font-size: 12px; font-weight: 600; color: #555; margin-bottom: 6px; text-align: center; }\n        .tf-mc-shipping-text strong { color: #E65100; }\n        .tf-mc-shipping-text .success { color: #2D5A27; }\n        .tf-mc-shipping-track { height: 6px; background: #e8e4dd; border-radius: 6px; overflow: hidden; }\n        .tf-mc-shipping-fill {\n            height: 100%; background: linear-gradient(90deg, #4CAF50, #2D5A27);\n            border-radius: 6px; transition: width 0.5s ease;\n        }\n\n        /* Ürünler */\n        .tf-mc-items { flex: 1; overflow-y: auto; }\n        .tf-mc-item {\n            display: flex; align-items: center; gap: 14px;\n            padding: 16px 20px; border-bottom: 1px solid #f5f5f0;\n            transition: background 0.2s; position: relative;\n        }\n        .tf-mc-item:hover { background: #fafaf5; }\n        .tf-mc-item-img img {\n            width: 64px !important; height: 64px !important; object-fit: cover !important;\n            border-radius: 10px !important; border: 1px solid #e8e4dd !important;\n        }\n        .tf-mc-item-info { flex: 1; min-width: 0; }\n        .tf-mc-item-name {\n            font-size: 13px; font-weight: 600; color: #2C2C2C; text-decoration: none;\n            display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;\n            overflow: hidden; line-height: 1.4; margin-bottom: 6px;\n        }\n        .tf-mc-item-name:hover { color: #2D5A27; }\n        .tf-mc-item-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }\n        .tf-mc-item-qty { font-size: 12px; color: #888; background: #f5f5f0; padding: 2px 8px; border-radius: 4px; }\n        .tf-mc-item-price { font-size: 14px; font-weight: 700; color: #E65100; }\n        .tf-mc-item-remove {\n            position: absolute; top: 8px; right: 12px;\n            width: 22px; height: 22px; border-radius: 6px;\n            background: #FBE9E7; color: #C62828; font-size: 14px;\n            display: flex; align-items: center; justify-content: center;\n            text-decoration: none; opacity: 0; transition: all 0.3s;\n        }\n        .tf-mc-item:hover .tf-mc-item-remove { opacity: 1; }\n        .tf-mc-item-remove:hover { background: #C62828; color: #fff; }\n\n        /* Footer */\n        .tf-mc-footer {\n            padding: 16px 20px; border-top: 2px solid #e8e4dd;\n            background: #fff; flex-shrink: 0;\n        }\n        .tf-mc-total {\n            display: flex; align-items: center; justify-content: space-between;\n            margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0;\n        }\n        .tf-mc-total span { font-size: 15px; color: #888; }\n        .tf-mc-total strong { font-size: 22px; color: #E65100; font-weight: 800; }\n        .tf-mc-btn-row { display: flex; gap: 8px; }\n        .tf-mc-btn {\n            display: flex; align-items: center; justify-content: center;\n            padding: 12px 14px; border-radius: 12px; text-align: center;\n            font-size: 14px; font-weight: 700; text-decoration: none;\n            transition: all 0.3s; cursor: pointer; border: none;\n            font-family: 'DM Sans', sans-serif; white-space: nowrap;\n        }\n        .tf-mc-btn-primary {\n            flex: 1; background: linear-gradient(135deg, #2D5A27, #3d7a35);\n            color: #fff; box-shadow: 0 4px 12px rgba(45,90,39,0.2);\n        }\n        .tf-mc-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(45,90,39,0.3); color: #fff; }\n        .tf-mc-btn-outline {\n            flex: 1; background: #fff; color: #2D5A27; border: 2px solid #2D5A27;\n        }\n        .tf-mc-btn-outline:hover { background: #f8f9f0; color: #2D5A27; }\n\n        /* Güven */\n        .tf-mc-trust {\n            display: flex; justify-content: center; gap: 16px;\n            padding: 12px 20px; border-top: 1px solid #f0f0f0; flex-shrink: 0;\n        }\n        .tf-mc-trust-item { font-size: 10px; color: #999; text-align: center; font-weight: 600; }\n        .tf-mc-trust-item span { display: block; font-size: 16px; margin-bottom: 2px; }\n\n        /* Boş */\n        .tf-mc-empty { text-align: center; padding: 60px 20px; }\n        .tf-mc-empty p { font-size: 16px; color: #888; margin-bottom: 20px; }\n\n        /* Responsive */\n        @media (max-width: 480px) {\n            .tf-toast { max-width: calc(100vw - 24px); right: 12px; top: 12px; }\n            .tf-mini-cart { width: 100vw; max-width: 100vw; }\n        }\n    </style>\n\n    <!-- Toast -->\n    <div class=\"tf-toast\" id=\"tf-toast\">\n        <div class=\"tf-toast-header\">\n            <span>✅ Sepete Eklendi!</span>\n            <button class=\"tf-toast-close\" id=\"tf-toast-close-btn\">×</button>\n        </div>\n        <div class=\"tf-toast-body\" id=\"tf-toast-body\"></div>\n        <div class=\"tf-toast-actions\">\n            <button class=\"tf-toast-btn tf-toast-btn-cart\" id=\"tf-toast-cart-btn\">🛒 Sepeti Gör</button>\n            <a href=\"https://www.tohumlarfidana.net/satinal/\" class=\"tf-toast-btn tf-toast-btn-buy\">💳 Satın Al</a>\n        </div>\n        <div class=\"tf-toast-progress\"><div class=\"tf-toast-progress-bar\" id=\"tf-toast-progress\"></div></div>\n    </div>\n\n    <!-- Overlay -->\n    <div class=\"tf-mc-overlay\" id=\"tf-mc-overlay\"></div>\n\n    <!-- Mini Sepet -->\n    <div class=\"tf-mini-cart\" id=\"tf-mini-cart\">\n        <div class=\"tf-mc-header\">\n            <div class=\"tf-mc-header-title\">\n                🛒 Sepetim <span class=\"tf-mc-header-count tf-cart-count\">0</span>\n            </div>\n            <button class=\"tf-mc-close\" id=\"tf-mc-close-btn\">✕</button>\n        </div>\n\n        \n        <div class=\"tf-mini-cart-content\" id=\"tf-mini-cart-content\">\n                            <div class=\"tf-mc-empty\">\n                    <div style=\"font-size:48px;margin-bottom:12px;\">🛒</div>\n                    <p>Sepetiniz boş</p>\n                    <a href=\"https://www.tohumlarfidana.net/magaza/\" class=\"tf-mc-btn tf-mc-btn-primary\">Alışverişe Başla</a>\n                </div>\n                    </div>\n\n        <div class=\"tf-mc-trust\">\n            <div class=\"tf-mc-trust-item\"><span>🔒</span>Güvenli Ödeme</div>\n            <div class=\"tf-mc-trust-item\"><span>🚚</span>Hızlı Kargo</div>\n            <div class=\"tf-mc-trust-item\"><span>🔄</span>Kolay İade</div>\n        </div>\n    </div>\n\n    <script>\n    jQuery(function($) {\n        var toastTimer;\n\n        // ===== TOAST =====\n        function tfShowToast(name, price, imgHtml) {\n            var $toast = $('#tf-toast');\n            $('#tf-toast-body').html(\n                '<div class=\"tf-toast-img\">' + (imgHtml || '') + '</div>' +\n                '<div class=\"tf-toast-info\">' +\n                    '<div class=\"tf-toast-name\">' + name + '</div>' +\n                    '<div class=\"tf-toast-price\">' + price + '</div>' +\n                '</div>'\n            );\n            var $progress = $('#tf-toast-progress');\n            $progress.css({ width: '100%', transition: 'none' });\n            setTimeout(function() { $progress.css({ transition: 'width 5s linear', width: '0%' }); }, 50);\n            $toast.addClass('show');\n            clearTimeout(toastTimer);\n            toastTimer = setTimeout(function() { $toast.removeClass('show'); }, 5500);\n        }\n\n        function tfToastClose() {\n            $('#tf-toast').removeClass('show');\n            clearTimeout(toastTimer);\n        }\n\n        $('#tf-toast-close-btn').on('click', tfToastClose);\n        $('#tf-toast-cart-btn').on('click', function() { tfOpenMiniCart(); });\n\n        // ===== MİNİ SEPET =====\n        function tfOpenMiniCart() {\n            tfToastClose();\n            $('#tf-mini-cart').addClass('open');\n            $('#tf-mc-overlay').addClass('open');\n            $('body').css('overflow', 'hidden');\n\n            // Sepeti AJAX ile tazele\n            var ajaxUrl = '/?wc-ajax=get_refreshed_fragments';\n            try {\n                if (typeof wc_cart_fragments_params !== 'undefined' && wc_cart_fragments_params.wc_ajax_url) {\n                    ajaxUrl = wc_cart_fragments_params.wc_ajax_url.replace('%%endpoint%%', 'get_refreshed_fragments');\n                }\n            } catch(e) {}\n\n            $.post(ajaxUrl, function(data) {\n                if (data && data.fragments) {\n                    $.each(data.fragments, function(key, value) {\n                        $(key).replaceWith(value);\n                    });\n                }\n                tfUpdateShippingBar();\n            });\n        }\n\n        function tfCloseMiniCart() {\n            $('#tf-mini-cart').removeClass('open');\n            $('#tf-mc-overlay').removeClass('open');\n            $('body').css('overflow', '');\n        }\n\n        $('#tf-mc-overlay').on('click', tfCloseMiniCart);\n        $('#tf-mc-close-btn').on('click', tfCloseMiniCart);\n        $(document).on('keydown', function(e) { if (e.key === 'Escape') tfCloseMiniCart(); });\n\n        // Header sepet ikonu\n        $(document).on('click', '.cart-contents, .cart-icon, .mini-cart-icon, .topdeal-minicart, .header-right .cart, [class*=\"cart-icon\"]', function(e) {\n            e.preventDefault();\n            tfOpenMiniCart();\n        });\n\n        // ===== KARGO BARI =====\n        function tfUpdateShippingBar() {\n            var $bar = $('#tf-mc-shipping-bar');\n            if (!$bar.length) return;\n            var freeMin = parseFloat($bar.data('min')) || 0;\n            if (freeMin <= 0) return;\n\n            var total = 0;\n            $('#tf-mini-cart .tf-mc-item-price').each(function() {\n                var val = $(this).text().replace(/[^\\d,\\.]/g, '').replace('.', '').replace(',', '.');\n                total += parseFloat(val) || 0;\n            });\n\n            var remaining = freeMin - total;\n            var percent = Math.min(100, (total / freeMin) * 100);\n            var $text = $('#tf-mc-shipping-text');\n            var $fill = $('#tf-mc-shipping-fill');\n\n            if (remaining > 0) {\n                $text.html('<strong>₺' + remaining.toFixed(2).replace('.', ',') + '</strong> daha ekle, <strong>ücretsiz kargo</strong> kazan! 🎉');\n            } else {\n                $text.html('<span class=\"success\">✅ <strong>Ücretsiz kargo</strong> kazandın!</span>');\n            }\n            $fill.css('width', percent + '%');\n        }\n        tfUpdateShippingBar();\n\n        // ===== SEPETE EKLEME YAKALAMA =====\n        $(document.body).on('added_to_cart', function(e, fragments, cart_hash, $btn) {\n            // Fragment güncelle\n            if (fragments) {\n                $.each(fragments, function(key, value) {\n                    $(key).replaceWith(value);\n                });\n            }\n\n            // Ürün bilgilerini al\n            var name = 'Ürün', price = '', imgHtml = '';\n            if ($btn && $btn.length) {\n                var $product = $btn.closest('li.product, .product, .tf-card-clean');\n                if ($product.length) {\n                    name = $product.find('.tf-card-title, .woocommerce-loop-product__title, h4 a, h3 a, h2 a, .product_title').first().text().trim() || 'Ürün';\n                    price = $product.find('.tf-card-price, .price, .item-price').first().html() || '';\n                    var imgEl = $product.find('.tf-card-img, .attachment-woocommerce_thumbnail, .wp-post-image, img').first();\n                    if (imgEl.length) imgHtml = '<img src=\"' + imgEl.attr('src') + '\" />';\n                }\n            }\n\n            tfShowToast(name, price, imgHtml);\n            tfUpdateShippingBar();\n        });\n\n        // ===== ÜRÜN DETAY SAYFASI AJAX =====\n        if ($('body').hasClass('single-product')) {\n            $(document).on('submit', 'form.cart', function(e) {\n                e.preventDefault();\n                var $form = $(this);\n                var $btn = $form.find('.single_add_to_cart_button, button[type=\"submit\"]').first();\n                if ($btn.hasClass('loading') || $btn.is(':disabled')) return;\n\n                $btn.addClass('loading').prop('disabled', true);\n                var origText = $btn.text();\n                $btn.text('Ekleniyor...');\n\n                var data = $form.serialize();\n                var addToCart = $form.find('[name=\"add-to-cart\"]').val() || $form.find('button[name=\"add-to-cart\"]').val();\n                if (addToCart) data += '&add-to-cart=' + addToCart;\n\n                $.post($form.attr('action') || window.location.href, data, function(response) {\n                    // Fragments tazele\n                    var ajaxUrl = '/?wc-ajax=get_refreshed_fragments';\n                    try {\n                        if (typeof wc_cart_fragments_params !== 'undefined' && wc_cart_fragments_params.wc_ajax_url) {\n                            ajaxUrl = wc_cart_fragments_params.wc_ajax_url.replace('%%endpoint%%', 'get_refreshed_fragments');\n                        }\n                    } catch(ex) {}\n\n                    $.post(ajaxUrl, function(data) {\n                        if (data && data.fragments) {\n                            $.each(data.fragments, function(key, value) {\n                                $(key).replaceWith(value);\n                            });\n                        }\n\n                        // Ürün bilgileri\n                        var name = $('.product_title, .entry-title').first().text().trim() || 'Ürün';\n                        var price = $('.summary .price, .content_product_detail .price').first().html() || '';\n                        var imgSrc = $('.woocommerce-product-gallery img, .slider_img_productd img, .content_product_detail img').first().attr('src') || '';\n                        var imgHtml = imgSrc ? '<img src=\"' + imgSrc + '\" />' : '';\n\n                        tfShowToast(name, price, imgHtml);\n                        tfUpdateShippingBar();\n\n                        // Buton güncelle\n                        $btn.removeClass('loading').prop('disabled', false);\n                        $btn.text('✓ Eklendi!');\n                        setTimeout(function() { $btn.text(origText); }, 2000);\n\n                        $(document.body).trigger('added_to_cart', [data.fragments, data.cart_hash, $btn]);\n                    });\n                });\n            });\n        }\n    });\n    </script>\n        <style>\n        /* ===== ARAMA BUTONU (MOBİL) ===== */\n        .tf-search-trigger {\n            display: none;\n            position: fixed;\n         bottom: 90px;\n    right: 20px;\n            width: 52px;\n            height: 52px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #2D5A27, #3d7a35);\n            color: #fff;\n            border: none;\n            box-shadow: 0 4px 20px rgba(45,90,39,0.3);\n            cursor: pointer;\n            z-index: 9990;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s ease;\n            font-size: 0;\n        }\n        .tf-search-trigger svg {\n            width: 22px;\n            height: 22px;\n            stroke: #fff;\n            stroke-width: 2.5;\n            fill: none;\n        }\n        .tf-search-trigger:hover {\n            transform: scale(1.1);\n            box-shadow: 0 6px 28px rgba(45,90,39,0.4);\n        }\n\n        @media (max-width: 992px) {\n            .tf-search-trigger { display: flex; }\n        }\n\n        /* ===== ARAMA OVERLAY ===== */\n        .tf-search-overlay {\n            position: fixed;\n            inset: 0;\n            background: rgba(0,0,0,0.5);\n            z-index: 99990;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n            backdrop-filter: blur(3px);\n        }\n        .tf-search-overlay.open { opacity: 1; visibility: visible; }\n\n        /* ===== ARAMA PANELİ ===== */\n        .tf-search-panel {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 99991;\n            background: #fff;\n            transform: translateY(-100%);\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\n            max-height: 85vh;\n            display: flex;\n            flex-direction: column;\n            font-family: 'DM Sans', -apple-system, sans-serif;\n        }\n        .tf-search-panel.open { transform: translateY(0); }\n\n        /* Header */\n        .tf-search-header {\n            padding: 16px 20px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            background: #fff;\n            border-bottom: 1px solid #f0f0f0;\n            flex-shrink: 0;\n        }\n        .tf-search-input-wrap {\n            flex: 1;\n            position: relative;\n        }\n        .tf-search-icon {\n            position: absolute;\n            left: 14px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 18px;\n            height: 18px;\n            stroke: #999;\n            stroke-width: 2;\n            fill: none;\n            pointer-events: none;\n        }\n        .tf-search-input {\n            width: 100%;\n            padding: 12px 42px 12px 42px;\n            border: 2px solid #e8e4dd;\n            border-radius: 14px;\n            font-size: 16px;\n            font-family: 'DM Sans', sans-serif;\n            color: #2C2C2C;\n            outline: none;\n            background: #f8f9f0;\n            transition: all 0.3s;\n            -webkit-appearance: none;\n        }\n        .tf-search-input:focus {\n            border-color: #4CAF50;\n            background: #fff;\n            box-shadow: 0 0 0 3px rgba(76,175,80,0.1);\n        }\n        .tf-search-input::placeholder { color: #aaa; }\n        .tf-search-clear {\n            position: absolute;\n            right: 12px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            background: #e8e4dd;\n            border: none;\n            color: #666;\n            font-size: 14px;\n            cursor: pointer;\n            display: none;\n            align-items: center;\n            justify-content: center;\n            transition: background 0.2s;\n        }\n        .tf-search-clear.show { display: flex; }\n        .tf-search-clear:hover { background: #ccc; }\n        .tf-search-close-btn {\n            width: 40px;\n            height: 40px;\n            border-radius: 10px;\n            background: #f5f5f0;\n            border: none;\n            color: #666;\n            font-size: 20px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            transition: all 0.2s;\n        }\n        .tf-search-close-btn:hover { background: #e8e4dd; }\n\n        /* İçerik */\n        .tf-search-content {\n            flex: 1;\n            overflow-y: auto;\n            padding: 0;\n        }\n\n        /* Hızlı linkler */\n        .tf-search-quick {\n            padding: 20px;\n        }\n        .tf-search-quick-title {\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #999;\n            margin-bottom: 12px;\n        }\n        .tf-search-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        .tf-search-tag {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            padding: 8px 16px;\n            background: #f8f9f0;\n            border: 1px solid #e8e4dd;\n            border-radius: 50px;\n            font-size: 13px;\n            font-weight: 600;\n            color: #555;\n            text-decoration: none;\n            transition: all 0.2s;\n        }\n        .tf-search-tag:hover {\n            border-color: #2D5A27;\n            color: #2D5A27;\n            background: #f0f7ef;\n        }\n\n        /* Popüler ürünler */\n        .tf-search-popular {\n            padding: 0 20px 20px;\n        }\n\n        /* Sonuçlar */\n        .tf-search-results {\n            padding: 0;\n        }\n        .tf-search-loading {\n            text-align: center;\n            padding: 30px 20px;\n            color: #999;\n            font-size: 14px;\n        }\n        .tf-search-loading::after {\n            content: '';\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            border: 2px solid #e8e4dd;\n            border-top-color: #2D5A27;\n            border-radius: 50%;\n            animation: tf-search-spin 0.6s linear infinite;\n            margin-left: 8px;\n            vertical-align: middle;\n        }\n        @keyframes tf-search-spin { to { transform: rotate(360deg); } }\n\n        .tf-search-no-results {\n            text-align: center;\n            padding: 40px 20px;\n            color: #888;\n        }\n        .tf-search-no-results-icon { font-size: 40px; margin-bottom: 10px; }\n        .tf-search-no-results p { font-size: 14px; margin: 0; }\n\n        /* Sonuç öğeleri */\n        .tf-search-result-item {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            padding: 14px 20px;\n            border-bottom: 1px solid #f5f5f0;\n            text-decoration: none;\n            transition: background 0.2s;\n        }\n        .tf-search-result-item:hover { background: #fafaf5; }\n        .tf-search-result-img {\n            width: 56px;\n            height: 56px;\n            border-radius: 10px;\n            object-fit: cover;\n            border: 1px solid #e8e4dd;\n            flex-shrink: 0;\n        }\n        .tf-search-result-info { flex: 1; min-width: 0; }\n        .tf-search-result-name {\n            font-size: 14px;\n            font-weight: 600;\n            color: #2C2C2C;\n            margin-bottom: 4px;\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n        }\n        .tf-search-result-cat {\n            font-size: 11px;\n            color: #999;\n        }\n        .tf-search-result-price {\n            font-size: 16px;\n            font-weight: 700;\n            color: #E65100;\n            flex-shrink: 0;\n            white-space: nowrap;\n        }\n        .tf-search-result-stock {\n            font-size: 10px;\n            color: #2D5A27;\n            font-weight: 600;\n        }\n        .tf-search-result-stock.out { color: #C62828; }\n\n        /* Tüm sonuçlar linki */\n        .tf-search-all-results {\n            display: block;\n            text-align: center;\n            padding: 16px 20px;\n            font-size: 14px;\n            font-weight: 700;\n            color: #2D5A27;\n            text-decoration: none;\n            border-top: 1px solid #e8e4dd;\n            transition: background 0.2s;\n        }\n        .tf-search-all-results:hover { background: #f8f9f0; color: #2D5A27; }\n\n        /* Sonuç sayısı */\n        .tf-search-result-count {\n            padding: 10px 20px;\n            font-size: 12px;\n            color: #999;\n            border-bottom: 1px solid #f0f0f0;\n            background: #f8f9f0;\n        }\n\n        /* Desktop - üst bar şeklinde */\n        @media (min-width: 993px) {\n            .tf-search-panel { border-radius: 0 0 20px 20px; max-height: 70vh; }\n        }\n\t\t\t\t\t\t\t\t\t  \n\t\t\t\t\t\t\t\t\t  \n\t\t\t\t\t\t\t\t\t  \n\n    </style>\n\n    <!-- Mobil arama butonu -->\n    <button class=\"tf-search-trigger\" id=\"tf-search-trigger\">\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>\n    </button>\n\n    <!-- Overlay -->\n    <div class=\"tf-search-overlay\" id=\"tf-search-overlay\"></div>\n\n    <!-- Arama paneli -->\n    <div class=\"tf-search-panel\" id=\"tf-search-panel\">\n        <div class=\"tf-search-header\">\n            <div class=\"tf-search-input-wrap\">\n                <svg class=\"tf-search-icon\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>\n                <input type=\"text\" class=\"tf-search-input\" id=\"tf-search-input\" placeholder=\"Mantar tohumu ara...\" autocomplete=\"off\">\n                <button class=\"tf-search-clear\" id=\"tf-search-clear\">×</button>\n            </div>\n            <button class=\"tf-search-close-btn\" id=\"tf-search-close\">✕</button>\n        </div>\n\n        <div class=\"tf-search-content\" id=\"tf-search-content\">\n            <!-- Varsayılan: Hızlı linkler -->\n            <div class=\"tf-search-quick\" id=\"tf-search-default\">\n                <div class=\"tf-search-quick-title\">🏷️ Kategoriler</div>\n                <div class=\"tf-search-tags\">\n                                            <a href=\"https://www.tohumlarfidana.net/product-category/mantar-poseti/\" class=\"tf-search-tag\">\n                            Mantar Poşeti                            <span style=\"font-size:11px;color:#999;\">(5)</span>\n                        </a>\n                                            <a href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/\" class=\"tf-search-tag\">\n                            Mantar Tohumları                            <span style=\"font-size:11px;color:#999;\">(51)</span>\n                        </a>\n                                            <a href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\" class=\"tf-search-tag\">\n                            Reishi mantarı tohumları miseli                            <span style=\"font-size:11px;color:#999;\">(6)</span>\n                        </a>\n                                            <a href=\"https://www.tohumlarfidana.net/product-category/shiitake-mantari-miseli/\" class=\"tf-search-tag\">\n                            shiitake mantarı miseli                            <span style=\"font-size:11px;color:#999;\">(4)</span>\n                        </a>\n                                    </div>\n\n                <div class=\"tf-search-quick-title\" style=\"margin-top:24px;\">🔥 Popüler Aramalar</div>\n                <div class=\"tf-search-tags\">\n                    <a href=\"https://www.tohumlarfidana.net/?s=istiridye+mantarı&amp;post_type=product\" class=\"tf-search-tag\">İstiridye Mantarı</a>\n                    <a href=\"https://www.tohumlarfidana.net/?s=kültür+mantarı&amp;post_type=product\" class=\"tf-search-tag\">Kültür Mantarı</a>\n                    <a href=\"https://www.tohumlarfidana.net/?s=kuzu+göbeği&amp;post_type=product\" class=\"tf-search-tag\">Kuzu Göbeği</a>\n                    <a href=\"https://www.tohumlarfidana.net/?s=shiitake&amp;post_type=product\" class=\"tf-search-tag\">Shiitake</a>\n                    <a href=\"https://www.tohumlarfidana.net/?s=başlangıç+seti&amp;post_type=product\" class=\"tf-search-tag\">Başlangıç Seti</a>\n                    <a href=\"https://www.tohumlarfidana.net/?s=kompost+poşeti&amp;post_type=product\" class=\"tf-search-tag\">Kompost Poşeti</a>\n                </div>\n            </div>\n\n            <!-- Sonuçlar buraya gelecek -->\n            <div class=\"tf-search-results\" id=\"tf-search-results\" style=\"display:none;\"></div>\n        </div>\n    </div>\n\n    <script>\n    jQuery(function($) {\n        var searchTimer;\n        var $panel = $('#tf-search-panel');\n        var $overlay = $('#tf-search-overlay');\n        var $input = $('#tf-search-input');\n        var $clear = $('#tf-search-clear');\n        var $results = $('#tf-search-results');\n        var $default = $('#tf-search-default');\n\n        // Aç\n        function tfOpenSearch() {\n            $panel.addClass('open');\n            $overlay.addClass('open');\n            $('body').css('overflow', 'hidden');\n            setTimeout(function() { $input.focus(); }, 400);\n        }\n\n        // Kapat\n        function tfCloseSearch() {\n            $panel.removeClass('open');\n            $overlay.removeClass('open');\n            $('body').css('overflow', '');\n        }\n\n        // Tetikleyiciler\n        $('#tf-search-trigger').on('click', tfOpenSearch);\n        $('#tf-search-close').on('click', tfCloseSearch);\n        $overlay.on('click', tfCloseSearch);\n        $(document).on('keydown', function(e) { if (e.key === 'Escape') tfCloseSearch(); });\n\n        // Mevcut header arama ikonunu da yakala\n    $(document).on('click', '.fa-search, .search-cate .search-icon, .dgwt-wcas-ico-magnifier, .header-search-icon, .search-toggle', function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            tfOpenSearch();\n        });\n\n        // Input değişim\n        $input.on('input', function() {\n            var query = $(this).val().trim();\n            \n            // Clear butonu göster/gizle\n            if (query.length > 0) {\n                $clear.addClass('show');\n            } else {\n                $clear.removeClass('show');\n            }\n\n            clearTimeout(searchTimer);\n\n            if (query.length < 2) {\n                $results.hide().empty();\n                $default.show();\n                return;\n            }\n\n            $default.hide();\n            $results.show().html('<div class=\"tf-search-loading\">Aranıyor</div>');\n\n            searchTimer = setTimeout(function() {\n                $.ajax({\n                    url: 'https://www.tohumlarfidana.net/wp-admin/admin-ajax.php',\n                    type: 'GET',\n                    data: {\n                        action: 'tf_live_search',\n                        q: query,\n                        nonce: '85b16563f1'\n                    },\n                    success: function(data) {\n                        if (data.success && data.data.html) {\n                            $results.html(data.data.html);\n                        } else {\n                            $results.html(\n                                '<div class=\"tf-search-no-results\">' +\n                                    '<div class=\"tf-search-no-results-icon\">🔍</div>' +\n                                    '<p>\"<strong>' + query + '</strong>\" için sonuç bulunamadı</p>' +\n                                '</div>'\n                            );\n                        }\n                    },\n                    error: function() {\n                        $results.html('<div class=\"tf-search-no-results\"><p>Arama yapılırken bir hata oluştu</p></div>');\n                    }\n                });\n            }, 350);\n        });\n\n        // Temizle\n        $clear.on('click', function() {\n            $input.val('').trigger('input').focus();\n        });\n\n        // Enter tuşu ile tam arama\n        $input.on('keydown', function(e) {\n            if (e.key === 'Enter') {\n                var q = $(this).val().trim();\n                if (q.length > 0) {\n                    window.location.href = 'https://www.tohumlarfidana.net/?s=' + encodeURIComponent(q) + '&post_type=product';\n                }\n            }\n        });\n    });\n    </script>\n    <style type=\"text/css\">\n            .arcontactus-widget .messangers-block{\n            background-color: #ffffff;\n        }\n        .arcontactus-widget .messangers-block::before{\n            border-top-color: #ffffff;\n        }\n                .messangers-block .messanger p, .messangers-block .messanger .arcu-item-label{\n            color:  #3b3b3b;\n        }\n                .messangers-block .messanger:hover p, .messangers-block .messanger:hover .arcu-item-label{\n            color:  #3b3b3b;\n        }\n                .messangers-block .messanger:hover{\n            background-color:  #f0f0f0;\n        }\n        #arcontactus-message-callback-phone-submit{\n        font-weight: normal;\n    }\n            .grecaptcha-badge{\n            display: none;\n        }\n                .arcontactus-widget.right.arcontactus-message{\n                                        right: 20px;\n                    }\n                .arcontactus-widget.right.arcontactus-message{\n            bottom: 120px;\n        }\n                .arcontactus-widget .messangers-block, .arcontactus-widget .arcontactus-prompt, .arcontactus-widget .callback-countdown-block{\n            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);\n        }\n        .arcontactus-widget .arcontactus-message-button .pulsation{\n        -webkit-animation-duration:2s;\n        animation-duration: 2s;\n    }\n        #ar-zalo-chat-widget{\n        display: none;\n    }\n    #ar-zalo-chat-widget.active{\n        display: block;\n    }\n        .arcontactus-widget .messangers-block{\n                    width: 300px;\n            }\n    .messangers-block .messanger p, .messangers-block .messanger .arcu-item-label{\n            }\n        .arcontactus-widget .callback-countdown-block{\n        width: 360px;\n    }\n            @media(max-width: 428px){\n        .arcontactus-widget.right.arcontactus-message.opened,\n        .arcontactus-widget.right.arcontactus-message.open{\n            left: 0;\n            right: 0;\n            bottom: 0;\n        }\n    }\n    @media(max-height: 400px){\n        .arcontactus-widget.right.arcontactus-message.opened,\n        .arcontactus-widget.right.arcontactus-message.open{\n            left: 0;\n            right: 0;\n            bottom: 0;\n        }\n    }\n</style>\n<div id=\"arcontactus\" class=\"arcontactus-widget arcontactus-message right md ui-draggable ui-draggable-handle active\"><!--noindex--><div class=\"callback-countdown-block\" style=\"color: #FA6A26\"><div class=\"callback-countdown-block-close\" style=\"background-color:#FA6A26; color: #FFFFFF\"><svg width=\"12\" height=\"13\" viewBox=\"0 0 14 14\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g id=\"Canvas\" transform=\"translate(-4087 108)\"><g id=\"Vector\"><use xlink:href=\"#path0_fill\" transform=\"translate(4087 -108)\" fill=\"currentColor\"></use></g></g><defs><path id=\"path0_fill\" d=\"M 14 1.41L 12.59 0L 7 5.59L 1.41 0L 0 1.41L 5.59 7L 0 12.59L 1.41 14L 7 8.41L 12.59 14L 14 12.59L 8.41 7L 14 1.41Z\"></path></defs></svg></div><div class=\"callback-countdown-block-phone\"><p>Lütfen telefon numaranızı girin, <br>sizi en kısa süre içerisinde arıyor olacağız.</p><form action=\"https://www.tohumlarfidana.net/wp-admin/admin-ajax.php\" method=\"POST\"><div class=\"callback-countdown-block-form-group\"><input name=\"action\" type=\"hidden\" value=\"arcontactus_request_callback\"><input name=\"gtoken\" class=\"ar-g-token\" type=\"hidden\" value=\"\"><div class=\"arcu-form-group arcu-form-group-phone arcu-form-group-required\"><input name=\"phone\" class=\"arcu-form-field arcu-field-phone\" required=\"required\" type=\"tel\" value=\"\" placeholder=\"XXX-XX-XX\"></div><div class=\"arcu-form-group arcu-form-button\"><button id=\"arcontactus-message-callback-phone-submit\" type=\"submit\" style=\"background-color: #FA6A26\">Arama için bekleniyor</button></div></div></form></div><div class=\"callback-countdown-block-timer\"><p>Sizi Arayalım</p><div class=\"callback-countdown-block-timer_timer\"></div></div><div class=\"callback-countdown-block-sorry\"><p>Teşekkürler<br>En kısa süre için sizi arıyor olacağız.</p></div></div><div class=\"messangers-block arcuAnimated lg\"><div class=\"messangers-list-container\"><ul class=\"messangers-list rounded-items\"><li><a class=\"messanger msg-item-whatsapp\" id=\"msg-item-2\" rel=\"nofollow noopener\" href=\"https://wa.me/908503463986?text=Merhaba%20TohumlarFidana.Net%20sitenizi%20ziyaret%20ettim.%20Bir%20konuda%20yard%C4%B1mc%C4%B1%20olabilir%20misiniz?\" target=\"_self\"><span style=\"background-color:#1EBEA5\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg></span><div class=\"arcu-item-label\"><div class=\"arcu-item-title\">Whatsapp</div></div></a></li><li><a class=\"messanger msg-item-envelope\" id=\"msg-item-6\" rel=\"nofollow noopener\" href=\"mailto:info@tohumlarfidana.net\" target=\"_blank\"><span style=\"background-color:#FF643A\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z\"></path></svg></span><div class=\"arcu-item-label\"><div class=\"arcu-item-title\">E-mail</div></div></a></li></ul></div></div><div class=\"arcontactus-message-button\" style=\"background-color: #FA6A26\"><div class=\"static hide\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg><p>Mesajlaş</p></div><div class=\"callback-state\" style=\"color: #FA6A26\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg></div><div class=\"icons\"><div class=\"icons-line\" style=\"transform: translate(-4px, -2px);\"><span style=\"color: #FA6A26\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg></span><span style=\"color: #FA6A26\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z\"></path></svg></span></div></div><div class=\"arcontactus-close\"><svg width=\"12\" height=\"13\" viewBox=\"0 0 14 14\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g id=\"Canvas\" transform=\"translate(-4087 108)\"><g id=\"Vector\"><use xlink:href=\"#path0_fill\" transform=\"translate(4087 -108)\" fill=\"currentColor\"></use></g></g><defs><path id=\"path0_fill\" d=\"M 14 1.41L 12.59 0L 7 5.59L 1.41 0L 0 1.41L 5.59 7L 0 12.59L 1.41 14L 7 8.41L 12.59 14L 14 12.59L 8.41 7L 14 1.41Z\"></path></defs></svg></div><div class=\"pulsation\" style=\"background-color: #FA6A26\"></div><div class=\"pulsation\" style=\"background-color: #FA6A26\"></div></div><div class=\"arcontactus-prompt arcu-prompt-top active\"><div class=\"arcontactus-prompt-close\" style=\"background-color: #FA6A26; color: #FFFFFF\"><svg width=\"12\" height=\"13\" viewBox=\"0 0 14 14\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g id=\"Canvas\" transform=\"translate(-4087 108)\"><g id=\"Vector\"><use xlink:href=\"#path0_fill\" transform=\"translate(4087 -108)\" fill=\"currentColor\"></use></g></g><defs><path id=\"path0_fill\" d=\"M 14 1.41L 12.59 0L 7 5.59L 1.41 0L 0 1.41L 5.59 7L 0 12.59L 1.41 14L 7 8.41L 12.59 14L 14 12.59L 8.41 7L 14 1.41Z\"></path></defs></svg></div><div class=\"arcontactus-prompt-inner\"><div class=\"arcontactus-prompt-typing\"><div></div><div></div><div></div></div></div></div><!--/noindex--></div>\n<script src=\"https://www.tohumlarfidana.net/wp-content/plugins/ar-contactus/res/js/jquery.contactus.min.js?version=1.5.1\"></script>\n<script type=\"text/javascript\">\n    var zaloWidgetInterval;\n    var tawkToInterval;\n            var arCuMessages = [\"Size yard\\u0131mc\\u0131 olmam\\u0131 isterseniz\",\"Buraya t\\u0131klayabilirsiniz\"];\n        var arCuLoop = false;;\n        var arCuCloseLastMessage = true;\n        var arCuPromptClosed = false;\n        var _arCuTimeOut = null;\n        var arCuDelayFirst = 2000;\n        var arCuTypingTime = 2000;\n        var arCuMessageTime = 4000;\n        var arCuClosedCookie = 0;\n        var arcItems = [];\n        window.addEventListener('load', function(){\n                    arCuClosedCookie = arCuGetCookie('arcu-closed');\n                jQuery('#arcontactus').on('arcontactus.init', function(){\n                                        if (arCuClosedCookie){\n                    return false;\n                }\n                arCuShowMessages();\n                    });\n                    jQuery('#arcontactus').on('arcontactus.openMenu', function(){\n                clearTimeout(_arCuTimeOut);\n                if (!arCuPromptClosed){\n                    arCuPromptClosed = true;\n                    jQuery('#arcontact').contactUs('hidePrompt');\n                }\n            });\n\n            jQuery('#arcontactus').on('arcontactus.hidePrompt', function(){\n                clearTimeout(_arCuTimeOut);\n                if (arCuClosedCookie != \"1\"){\n                    arCuClosedCookie = \"1\";\n                                            arCuPromptClosed = true;\n                                                    arCuCreateCookie('arcu-closed', 1, 0);\n                                                            }\n            });\n                                        var arcItem = {};\n                            arcItem.id = 'msg-item-2';\n                                    arcItem.class = 'msg-item-whatsapp';\n            arcItem.title = \"Whatsapp\";\n            arcItem.icon = '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>';\n                            arcItem.href = 'https://wa.me/908503463986?text=Merhaba%20TohumlarFidana.Net%20sitenizi%20ziyaret%20ettim.%20Bir%20konuda%20yard%C4%B1mc%C4%B1%20olabilir%20misiniz?';\n                                        arcItem.target = '_self';\n                        arcItem.color = '#1EBEA5';\n            arcItems.push(arcItem);\n                                var arcItem = {};\n                            arcItem.id = 'msg-item-6';\n                                    arcItem.class = 'msg-item-envelope';\n            arcItem.title = \"E-mail\";\n            arcItem.icon = '<svg  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z\"></path></svg>';\n                            arcItem.href = 'mailto:info@tohumlarfidana.net';\n                                    arcItem.color = '#FF643A';\n            arcItems.push(arcItem);\n                jQuery('#arcontactus').contactUs({\n                            buttonIcon: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>',\n                        drag: true,\n            mode: 'regular',\n            buttonIconUrl: 'https://www.tohumlarfidana.net/wp-content/plugins/ar-contactus/res/img/msg.svg',\n            showMenuHeader: false,\n            menuHeaderText: \"How would you like to contact us?\",\n            showHeaderCloseBtn: false,\n                                        headerCloseBtnBgColor: '#008749',\n                                        headerCloseBtnColor: '#ffffff',\n                        itemsIconType: 'rounded',\n            align: 'right',\n            reCaptcha: false,\n            reCaptchaKey: '',\n            countdown: 0,\n            theme: '#FA6A26',\n                            buttonText: \"Mesajlaş\",\n                        buttonSize: 'medium',\n            menuSize: 'large',\n            phonePlaceholder: 'XXX-XX-XX',\n            callbackSubmitText: 'Arama için bekleniyor',\n            errorMessage: 'Bağlantı hatası, lütfen tekrar deneyiniz.',\n            callProcessText: 'Sizi Arayalım',\n            callSuccessText: 'Teşekkürler<br />En kısa süre için sizi arıyor olacağız.',\n            iconsAnimationSpeed: 2600,\n            callbackFormText: 'Lütfen telefon numaranızı girin, <br />sizi en kısa süre içerisinde arıyor olacağız.',\n            items: arcItems,\n            ajaxUrl: 'https://www.tohumlarfidana.net/wp-admin/admin-ajax.php',\n                            promptPosition: 'top',\n                        callbackFormFields: {\n                phone: {\n                    name: 'phone',\n                    enabled: true,\n                    required: true,\n                    type: 'tel',\n                    label: '',\n                    placeholder: \"XXX-XX-XX\"\n                },\n            },\n            action: 'arcontactus_request_callback'\n        });\n                            });\n                                </script>\n<a id=\"topdeal-totop\" href=\"#\" style=\"display: none;\"></a>\t<div class=\"modal fade\" id=\"login_form\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">\n\t\t<div class=\"modal-dialog block-popup-login\">\n\t\t\t<a href=\"javascript:void(0)\" title=\"Close\" class=\"close close-login\" data-dismiss=\"modal\">Close</a>\n\t\t\t<div class=\"tt_popup_login\"><strong>Giriş Yap / Kayıt Ol</strong></div>\n\t\t\t\n<div class=\"woocommerce-notices-wrapper\"></div><form method=\"post\" class=\"login\" id=\"login_ajax\" action=\"https://www.tohumlarfidana.net/wp-login.php\">\n\t<div class=\"block-content\">\n\t\t<div class=\"col-reg registered-account\">\n\t\t\t<div class=\"email-input\">\n\t\t\t\t<input type=\"text\" class=\"form-control input-text username\" name=\"username\" id=\"username\" placeholder=\"Kullanıcı Adı\">\n\t\t\t</div>\n\t\t\t<div class=\"pass-input\">\n\t\t\t\t<input class=\"form-control input-text password\" type=\"password\" placeholder=\"Şifre\" name=\"password\" id=\"password\">\n\t\t\t</div>\n\t\t\t<div class=\"ft-link-p\">\n\t\t\t\t<a href=\"https://www.tohumlarfidana.net/hesabim/lost-password/\" title=\"Şifremi unuttum\">Şifremi Unuttum</a>\n\t\t\t</div>\n\t\t\t<div class=\"actions\">\n\t\t\t\t<div class=\"submit-login\">\n\t\t\t\t\t<input type=\"hidden\" id=\"woocommerce-login-nonce\" name=\"woocommerce-login-nonce\" value=\"0540cf95e2\"><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/\">\t\t\t\t\t<input type=\"submit\" class=\"button btn-submit-login\" name=\"login\" value=\"Giriş\">\n\t\t\t\t</div>\t\n\t\t\t</div>\n\t\t\t<div id=\"login_message\"></div>\n\t\t\t\n\t\t</div>\n\t\t<div class=\"col-reg login-customer\">\n\t\t\t<h2>Neler Yeni?</h2>\n\t\t\t<p class=\"note-reg\">Kayıt olmak kolay ve ücretsiz!</p>\n\t\t\t<ul class=\"list-log\">\n\t\t\t\t<li>Hızlı Satın Alma</li>\n\t\t\t\t<li>Birden fazla adres kaydet</li>\n\t\t\t\t<li>Kargo takibi ve daha fazlası</li>\n\t\t\t</ul>\n\t\t\t<a href=\"https://www.tohumlarfidana.net/hesabim/\" title=\"Kayıt\" class=\"btn-reg-popup\">Yeni Kayıt Oluştur</a>\n\t\t</div>\n\t</div>\n</form>\n<div class=\"clear\"></div>\n\t\n\t\t\t\t\t</div>\n\t</div>\n\t\n\t<!-- Featured Video -->\n\t<div class=\"sw-popup-bottom\">\n\t\t<div class=\"popup-content\" id=\"popup_content\">\n\t\t\t<a href=\"javascript:void(0)\" class=\"popup-close\">x</a>\n\t\t\t<div class=\"popup-inner\"></div>\n\t\t</div>\t\n\t</div>\n\t\n\t\t<div class=\"sw-quickview-bottom\">\n\t\t<div class=\"quickview-content\" id=\"quickview_content\">\n\t\t\t<a href=\"javascript:void(0)\" class=\"quickview-close\">x</a>\n\t\t\t<div class=\"quickview-inner\"></div>\n\t\t</div>\t\n\t</div>\n\t<div class=\"modal fade\" id=\"search_form\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\">\n\t\t<div class=\"modal-dialog block-popup-search-form\">\n\t\t\t<form role=\"search\" method=\"get\" class=\"form-search searchform\" action=\"https://www.tohumlarfidana.net/\">\n\t\t\t\t<input type=\"text\" value=\"\" name=\"s\" class=\"search-query\" placeholder=\"Aramak istediğiniz şey...\">\n\t\t\t\t<button type=\"submit\" class=\" fa fa-search button-search-pro form-button\"></button>\n\t\t\t\t<a href=\"javascript:void(0)\" title=\"Close\" class=\"close close-search\" data-dismiss=\"modal\">X</a>\n\t\t\t</form>\n\t\t</div>\n\t</div>\n\t\n\t\t\t<div class=\"resmenu-container resmenu-container-sidebar\">\n\t\t\t\t<div id=\"ResMenuSB\" class=\"menu-responsive-wrapper\">\n\t\t\t\t\t<div class=\"menu-close\"></div>\n\t\t\t\t\t<div class=\"menu-responsive-inner\">\n\t\t\t\t\t\t<div class=\"resmenu-top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<ul class=\"nav nav-tabs\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"active\">\n\t\t\t\t\t\t\t\t\t<a href=\"#ResPrimary\" data-toggle=\"tab\" class=\"tab-primary\">Menu</a>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\">\n\t\t\t\t\t\t\t\t\t<a href=\"#ResVertical\" data-toggle=\"tab\" class=\"tab-vertical\">Categories</a>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t<div class=\"tab-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"ResPrimary\" class=\"tab-pane active\">\n\t\t\t\t\t\t\t\t\t<div class=\"resmenu-container\"><button class=\"navbar-toggle bt_menusb\" type=\"button\" data-target=\"#ResMenuSB\">\n\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t</button></div><ul id=\"menu-primary-menu-3\" class=\"menu topdeal-menures\"><li class=\"active menu-ana-sayfa\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/\" aria-current=\"page\">Ana Sayfa</a></li>\n<li class=\"menu-mantar-hesaplayici\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/mantar-hesaplayici/\">Mantar Hesaplayıcı</a></li>\n<li class=\"menu-hangi-mantar\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/hangi-mantari-yetistirmeliyim/\">Hangi Mantar?</a></li>\n<li class=\"menu-urunler\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/magaza/\">Ürünler</a></li>\n<li class=\"res-dropdown menu-blog\"><a class=\"item-link dropdown-toggle\" href=\"https://www.tohumlarfidana.net/blog/\">Blog</a><span class=\"show-dropdown\"></span>\n<ul class=\"dropdown-resmenu\">\n\t<li class=\"menu-ekim-kilavuzlari\"><a href=\"https://www.tohumlarfidana.net/category/ekim-kilavuzlari/\">Ekim Kılavuzları</a></li>\n\t<li class=\"menu-istiridye-mantari-yetistiriciligi\"><a href=\"https://www.tohumlarfidana.net/category/istiridye-mantari-yetistiriciligi/\">İstiridye Mantarı Yetiştiriciliği</a></li>\n\t<li class=\"menu-mantar-yetistiriciligi\"><a href=\"https://www.tohumlarfidana.net/category/mantar-yetistiriciligi/\">Mantar Yetiştiriciliği</a></li>\n\t<li class=\"menu-reishi-mantari\"><a href=\"https://www.tohumlarfidana.net/category/reishi-mantari/\">Reishi mantarı</a></li>\n\t<li class=\"menu-shiitake-mantari\"><a href=\"https://www.tohumlarfidana.net/category/shiitake-mantari/\">Shiitake Mantarı</a></li>\n\t<li class=\"menu-biberler\"><a href=\"https://www.tohumlarfidana.net/category/biberler/\">Biberler</a></li>\n\t<li class=\"menu-sebze-ekim-kilavuzlari\"><a href=\"https://www.tohumlarfidana.net/category/sebze-ekim-kilavuzlari/\">Sebze Ekim Kılavuzları</a></li>\n</ul>\n</li>\n<li class=\"res-dropdown menu-hakkimizda\"><a class=\"item-link dropdown-toggle\" href=\"https://www.tohumlarfidana.net/hakkimizda/\">Hakkımızda</a><span class=\"show-dropdown\"></span>\n<ul class=\"dropdown-resmenu\">\n\t<li class=\"menu-gizlilik-politikasi\"><a rel=\"privacy-policy\" href=\"https://www.tohumlarfidana.net/gizlilik-politikasi/\">Gizlilik politikası</a></li>\n\t<li class=\"menu-cerez-politikasi\"><a href=\"https://www.tohumlarfidana.net/cerez-politikasi/\">Çerez Politikası</a></li>\n\t<li class=\"menu-sartlar-ve-kosullar\"><a href=\"https://www.tohumlarfidana.net/sartlar-kosullar/\">Şartlar ve Koşullar</a></li>\n\t<li class=\"menu-kargo-bilgileri\"><a href=\"https://www.tohumlarfidana.net/kargo-bilgileri/\">Kargo Bilgileri</a></li>\n\t<li class=\"menu-iptal-ve-iade\"><a href=\"https://www.tohumlarfidana.net/iptal-ve-iade/\">İptal ve İade</a></li>\n</ul>\n</li>\n<li class=\"res-dropdown menu-iletisim\"><a class=\"item-link dropdown-toggle\" href=\"https://www.tohumlarfidana.net/iletisim/\">İletişim</a><span class=\"show-dropdown\"></span>\n<ul class=\"dropdown-resmenu\">\n\t<li class=\"menu-banka-bilgileri\"><a href=\"https://www.tohumlarfidana.net/hesap-bilgileri/\">Banka Bilgileri</a></li>\n</ul>\n</li>\n<li class=\"menu-hesaplayici\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/mantar-hesaplayici/\">Hesaplayıcı</a></li>\n</ul>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"ResVertical\" class=\"tab-pane \">\n\t\t\t\t\t\t\t\t\t<div class=\"resmenu-container\"><button class=\"navbar-toggle bt_menusb\" type=\"button\" data-target=\"#ResMenuSB\">\n\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t\t<span class=\"icon-bar\"></span>\n\t\t\t</button></div><ul id=\"menu-verticle-menu-3\" class=\"menu topdeal-menures\"><li class=\"menu-mantar-deneme-kitleri\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/hazir-kitler/\">Mantar Deneme Kitleri</a></li>\n<li class=\"menu-kuzu-gobegi-mantari-tohumlari\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kuzu-gobegi-mantar-tohumlari/\">Kuzu Göbeği Mantarı Tohumları</a></li>\n<li class=\"menu-istiridye-mantar-tohumu\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/istiridye-mantar-miseli/\">İstiridye Mantar Tohumu</a></li>\n<li class=\"menu-kultur-mantari-tohumlari\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/mantar-tohumlari-2/kultur-mantari-tohumlari/\">Kültür Mantarı Tohumları</a></li>\n<li class=\"menu-reishi-mantari-tohumlari-miseli\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/reishi-mantari-tohumlari-miseli/\">Reishi mantarı tohumları miseli</a></li>\n<li class=\"menu-yetistirme-malzemeleri-ve-posetler\"><a class=\"item-link\" href=\"https://www.tohumlarfidana.net/product-category/diger/\">Yetiştirme Malzemeleri ve Poşetler</a></li>\n</ul>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\n<!-- Google ile Giriş Yap düğmesi Site Kit tarafından eklendi -->\n\t\t<style>\n\t\t.googlesitekit-sign-in-with-google__frontend-output-button{max-width:320px}\n\t\t.interim-login #login>.googlesitekit-sign-in-with-google__frontend-output-button{margin-bottom:16px}\n\t\t</style>\n\t\t<script src=\"https://accounts.google.com/gsi/client\"></script>\n<script>\n(()=>{async function handleCredentialResponse(response){response.integration='woocommerce';try{const res=await fetch('https://www.tohumlarfidana.net/wp-login.php?action=googlesitekit_auth',{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:new URLSearchParams(response)});/* Preserve comment text in case of redirect after login on a page with a Sign in with Google button in the WordPress comments. */ const commentText=document.querySelector('#comment')?.value;const postId=document.querySelectorAll('.googlesitekit-sign-in-with-google__comments-form-button')?.[0]?.className?.match(/googlesitekit-sign-in-with-google__comments-form-button-postid-(\\d+)/)?.[1];if(!! commentText?.length){sessionStorage.setItem(`siwg-comment-text-${postId}`,commentText);}location.reload();}catch(error){console.error(error);}}if(typeof google !=='undefined'){google.accounts.id.initialize({client_id:'1089986072972-2518hsegpmcupo1quavl0g92v5mrempn.apps.googleusercontent.com',callback:handleCredentialResponse,library_name:'Site-Kit'});}const defaultButtonOptions={\"theme\":\"outline\",\"text\":\"signin_with\",\"shape\":\"rectangular\"};document.querySelectorAll('.googlesitekit-sign-in-with-google__frontend-output-button').forEach((siwgButtonDiv)=>{const buttonOptions={shape:siwgButtonDiv.getAttribute('data-googlesitekit-siwg-shape')|| defaultButtonOptions.shape,text:siwgButtonDiv.getAttribute('data-googlesitekit-siwg-text')|| defaultButtonOptions.text,theme:siwgButtonDiv.getAttribute('data-googlesitekit-siwg-theme')|| defaultButtonOptions.theme,};if(typeof google !=='undefined'){google.accounts.id.renderButton(siwgButtonDiv,buttonOptions);}});/* If there is a matching saved comment text in sessionStorage,restore it to the comment field and remove it from sessionStorage. */ const postId=document.body.className.match(/postid-(\\d+)/)?.[1];const commentField=document.querySelector('#comment');const commentText=sessionStorage.getItem(`siwg-comment-text-${postId}`);if(commentText?.length && commentField && !! postId){commentField.value=commentText;sessionStorage.removeItem(`siwg-comment-text-${postId}`);}})();\n</script>\n\n<!-- Site Kit tarafından eklenen Google ile oturum açmayı sonlandırın -->\n\t<script type=\"text/javascript\">\n\t\t(function () {\n\t\t\tvar c = document.body.className;\n\t\t\tc = c.replace(/woocommerce-no-js/, 'woocommerce-js');\n\t\t\tdocument.body.className = c;\n\t\t})();\n\t</script>\n\t<script id=\"countdown_slider_js-js-extra\">\nvar sw_countdown_text = {\"day\":\"days\",\"hour\":\"hours\",\"min\":\"mins\",\"sec\":\"secs\",\"hourl\":\"Hours left\"};\n//# sourceURL=countdown_slider_js-js-extra\n</script>\n<script id=\"countdown_slider_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_woocommerce/js/jquery.countdown.min.js\"></script>\n<script id=\"wc-cart-js-extra\">\nvar wc_cart_params = {\"ajax_url\":\"/wp-admin/admin-ajax.php\",\"wc_ajax_url\":\"/?wc-ajax=%%endpoint%%\",\"update_shipping_method_nonce\":\"4f5c4915a4\",\"apply_coupon_nonce\":\"c59b16403a\",\"remove_coupon_nonce\":\"0177c54e58\"};\n//# sourceURL=wc-cart-js-extra\n</script>\n<script data-wp-strategy=\"defer\" defer=\"\" id=\"wc-cart-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_woocommerce/js/cart.min.js\"></script>\n<script id=\"category_ajax_js-js-extra\">\nvar sw_catajax = {\"ajax_url\":\"/?wc-ajax=%%endpoint%%\",\"cart_text\":\"Sepete Ekle\",\"compare_text\":\"Add To Compare\",\"wishlist_text\":\"Add To WishList\",\"quickview_text\":\"QuickView\"};\n//# sourceURL=category_ajax_js-js-extra\n</script>\n<script id=\"category_ajax_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_woocommerce/js/category-ajax.js\"></script>\n<script id=\"sw-woocommerce-slickinit-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_woocommerce/js/slickslider-init.js\"></script>\n<script id=\"sourcebuster-js-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.8.1\"></script>\n<script id=\"wc-order-attribution-js-extra\">\nvar wc_order_attribution = {\"params\":{\"lifetime\":1.0e-5,\"session\":30,\"base64\":false,\"ajaxurl\":\"https://www.tohumlarfidana.net/wp-admin/admin-ajax.php\",\"prefix\":\"wc_order_attribution_\",\"allowTracking\":true},\"fields\":{\"source_type\":\"current.typ\",\"referrer\":\"current_add.rf\",\"utm_campaign\":\"current.cmp\",\"utm_source\":\"current.src\",\"utm_medium\":\"current.mdm\",\"utm_content\":\"current.cnt\",\"utm_id\":\"current.id\",\"utm_term\":\"current.trm\",\"utm_source_platform\":\"current.plt\",\"utm_creative_format\":\"current.fmt\",\"utm_marketing_tactic\":\"current.tct\",\"session_entry\":\"current_add.ep\",\"session_start_time\":\"current_add.fd\",\"session_pages\":\"session.pgs\",\"session_count\":\"udata.vst\",\"user_agent\":\"udata.uag\"}};\n//# sourceURL=wc-order-attribution-js-extra\n</script>\n<script id=\"wc-order-attribution-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.8.1\"></script>\n<script id=\"slick_img_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_core/js/img.min.js\"></script>\n<script id=\"google-recaptcha-js\" src=\"https://www.google.com/recaptcha/api.js?render=6Lf5P-kqAAAAAB2UTbmjF7zO97m_c4B60mxiZQrh&amp;ver=3.0\"></script>\n<script id=\"wp-polyfill-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\"></script>\n<script id=\"wpcf7-recaptcha-js-before\">\nvar wpcf7_recaptcha = {\n    \"sitekey\": \"6Lf5P-kqAAAAAB2UTbmjF7zO97m_c4B60mxiZQrh\",\n    \"actions\": {\n        \"homepage\": \"homepage\",\n        \"contactform\": \"contactform\"\n    }\n};\n//# sourceURL=wpcf7-recaptcha-js-before\n</script>\n<script id=\"wpcf7-recaptcha-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6\"></script>\n<script id=\"fancybox-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_core/js/jquery.fancybox.pack.js\"></script>\n<script id=\"plugins_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/plugins.js\"></script>\n<script id=\"bootstrap_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/bootstrap.min.js\"></script>\n<script id=\"slick_slider-js-extra\">\nvar sw_text = {\"prev\":\"Prev\",\"next\":\"Next\"};\n//# sourceURL=slick_slider-js-extra\n</script>\n<script id=\"slick_slider-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_woocommerce/js/slick.min.js\"></script>\n<script id=\"isotope_script-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/isotope.js\"></script>\n<script id=\"wc-quantity-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/wc-quantity-increment.min.js\"></script>\n<script id=\"nav-bar-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/jquery.nav.js\"></script>\n<script id=\"topdeal_custom_js-js-extra\">\nvar custom_text = {\"cart_text\":\"Sepete Ekle\",\"compare_text\":\"Compare\",\"wishlist_text\":\"WishList\",\"quickview_text\":\"H\\u0131zl\\u0131 G\\u00f6r\\u00fcnt\\u00fcleme\",\"ajax_url\":\"/wp-admin/admin-ajax.php\",\"redirect\":\"https://www.tohumlarfidana.net/hesabim/\",\"message\":\"L\\u00fctfen kullan\\u0131c\\u0131 ad\\u0131n\\u0131z ve \\u015fifrenizi girin\"};\n//# sourceURL=topdeal_custom_js-js-extra\n</script>\n<script id=\"topdeal_custom_js-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/main.js\"></script>\n<script id=\"topdeal_custom_js-js-after\">\n(function($) {var sticky_navigation_offset = $(\"#header .header-bottom\").offset();if( typeof sticky_navigation_offset != \"undefined\" ) {var sticky_navigation_offset_top = sticky_navigation_offset.top;var sticky_navigation = function(){var scroll_top = $(window).scrollTop();if (scroll_top > sticky_navigation_offset_top) {$(\"#header .header-mid\").addClass(\"sticky-menu\");$(\"#header .header-mid\").css({ \"top\":0, \"left\":0, \"right\" : 0 });} else {$(\"#header .header-mid\").removeClass(\"sticky-menu\");}};sticky_navigation();$(window).scroll(function() {sticky_navigation();}); }$('.view-all').text('Tümü');\n\n$('.our-price').text('Fiyat');\n\n$('.qty').text('Adet:');\n\n$('.mega-left-title strong').text('KATEGORİLER:');\n\n$('.woocommerce-write-review').hide();\n\n\n$( \"body\" ).not( \".mobile-layout\" )\n  .addClass( \"desktop\" );\n\n$('body.sepetim .entry-summary .woocommerce').addClass('clearfix');\n$('body.satinal.desktop .entry-content').addClass('clearfix');\n\n\n\n\n$('.mobile-quick-buy').attr('href','JavaScript:Void(0);');\n\n$('.mobile-quick-buy').click(function () {\n\n$('.single_add_to_cart_button').trigger('click');\n\n})\n}(jQuery));\n//# sourceURL=topdeal_custom_js-js-after\n</script>\n<script id=\"menu-overflow-js-extra\">\nvar menu_text = {\"more_text\":\"More...\",\"more_menu\":null};\n//# sourceURL=menu-overflow-js-extra\n</script>\n<script id=\"menu-overflow-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/menu-overflow.js\"></script>\n<script id=\"sw-quickview-js-extra\">\nvar quickview_param = {\"ajax_url\":\"/?wc-ajax=%%endpoint%%\",\"wp_embed\":\"https://www.tohumlarfidana.net/wp-includes/js/wp-embed.min.js\",\"underscore\":\"https://www.tohumlarfidana.net/wp-includes/js/underscore.min.js\",\"wp_util\":\"https://www.tohumlarfidana.net/wp-includes/js/wp-util.min.js\",\"add_to_cart\":\"//www.tohumlarfidana.net/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js\",\"woocommerce\":\"//www.tohumlarfidana.net/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\",\"add_to_cart_variable\":\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/woocommerce/add-to-cart-variation.min.js\",\"wpUtilSettings\":\"{\\\"ajax_url\\\":\\\"\\\\/wp-admin\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\/?wc-ajax=%%endpoint%%\\\"}\",\"woocommerce_params\":\"{\\\"ajax\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.tohumlarfidana.net\\\\/wp-admin\\\\/admin-ajax.php\\\"}}\",\"wc_add_to_cart_variation_params\":\"{\\\"i18n_no_matching_variations_text\\\":\\\"Sorry, no products matched your selection. Please choose a different combination.\\\",\\\"i18n_make_a_selection_text\\\":\\\"Please select some product options before adding this product to your cart.\\\",\\\"i18n_unavailable_text\\\":\\\"Sorry, this product is unavailable. Please choose a different combination.\\\"}\"};\n//# sourceURL=sw-quickview-js-extra\n</script>\n<script id=\"sw-quickview-js\" src=\"https://www.tohumlarfidana.net/wp-content/themes/topdeal/js/quickview.js\"></script>\n<script id=\"wc-single-product-js-extra\">\nvar wc_single_product_params = {\"i18n_required_rating_text\":\"L\\u00fctfen bir oy belirleyin\",\"i18n_rating_options\":[\"1/5 y\\u0131ld\\u0131z\",\"2/5 y\\u0131ld\\u0131z\",\"3/5 y\\u0131ld\\u0131z\",\"4/5 y\\u0131ld\\u0131z\",\"5/5 y\\u0131ld\\u0131z\"],\"i18n_product_gallery_trigger_text\":\"Tam ekran g\\u00f6rsel galerisini g\\u00f6r\\u00fcnt\\u00fcleyin\",\"review_rating_required\":\"yes\",\"flexslider\":{\"rtl\":false,\"animation\":\"slide\",\"smoothHeight\":true,\"directionNav\":false,\"controlNav\":\"thumbnails\",\"slideshow\":false,\"animationSpeed\":500,\"animationLoop\":false,\"allowOneSlide\":false},\"zoom_enabled\":\"\",\"zoom_options\":[],\"photoswipe_enabled\":\"1\",\"photoswipe_options\":{\"shareEl\":false,\"closeOnScroll\":false,\"history\":false,\"hideAnimationDuration\":0,\"showAnimationDuration\":0},\"flexslider_enabled\":\"\"};\n//# sourceURL=wc-single-product-js-extra\n</script>\n<script id=\"wc-single-product-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_wooswatches/js/woocommerce/custom/single-product.min.js\"></script>\n<script id=\"underscore-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/underscore.min.js?ver=1.13.8\"></script>\n<script id=\"wp-util-js-extra\">\nvar _wpUtilSettings = {\"ajax\":{\"url\":\"/wp-admin/admin-ajax.php\"}};\n//# sourceURL=wp-util-js-extra\n</script>\n<script id=\"wp-util-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/wp-util.min.js\"></script>\n<script id=\"wc-add-to-cart-variation-js-extra\">\nvar wc_add_to_cart_variation_params = {\"wc_ajax_url\":\"/?wc-ajax=%%endpoint%%\",\"i18n_no_matching_variations_text\":\"Maalesef, se\\u00e7iminizle e\\u015fle\\u015fen \\u00fcr\\u00fcn bulunmuyor. L\\u00fctfen farkl\\u0131 bir kombinasyon se\\u00e7in.\",\"i18n_make_a_selection_text\":\"L\\u00fctfen sepetinize bu \\u00fcr\\u00fcn\\u00fc eklemeden \\u00f6nce baz\\u0131 \\u00fcr\\u00fcn se\\u00e7eneklerini belirleyin.\",\"i18n_unavailable_text\":\"Maalesef, bu \\u00fcr\\u00fcn mevcut de\\u011fil. L\\u00fctfen farkl\\u0131 bir kombinasyon se\\u00e7in.\",\"i18n_reset_alert_text\":\"Se\\u00e7iminiz s\\u0131f\\u0131rland\\u0131. L\\u00fctfen sepetinize bu \\u00fcr\\u00fcn\\u00fc eklemeden \\u00f6nce baz\\u0131 \\u00fcr\\u00fcn se\\u00e7eneklerini belirleyin.\"};\n//# sourceURL=wc-add-to-cart-variation-js-extra\n</script>\n<script id=\"wc-add-to-cart-variation-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/sw_wooswatches/js/woocommerce/custom/add-to-cart-variation.min.js\"></script>\n<script id=\"jquery-ui-mouse-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3\"></script><ins class=\"adsbygoogle adsbygoogle-noablate\" data-ad-hi=\"true\" data-adsbygoogle-status=\"done\" style=\"display: none !important;\" data-ad-status=\"unfilled\"><div id=\"aswift_0_host\" style=\"border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;\"><iframe id=\"aswift_0\" name=\"aswift_0\" style=\"left:0;position:absolute;top:0;border:0;width:undefinedpx;height:undefinedpx;min-height:auto;max-height:none;min-width:auto;max-width:none;\" sandbox=\"allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" vspace=\"0\" hspace=\"0\" allowtransparency=\"true\" scrolling=\"no\" src=\"https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-1536342944125872&amp;output=html&amp;adk=1812271804&amp;adf=3025194257&amp;abgtt=7&amp;lmt=1782607300&amp;plat=1%3A8%2C2%3A16777224%2C3%3A2162688%2C4%3A2162688%2C9%3A32776%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1048576%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&amp;format=0x0&amp;url=https%3A%2F%2Fwww.tohumlarfidana.net%2F&amp;host=ca-host-pub-2644536267352236&amp;pra=5&amp;asro=0&amp;aimartd=4&amp;aieuf=1&amp;aicrs=1&amp;uach=WyIiLCIiLCIiLCIiLCIiLG51bGwsMCxudWxsLCIiLG51bGwsMF0.&amp;dt=1782607300065&amp;bpp=26&amp;bdt=1921&amp;idt=455&amp;shv=r20260625&amp;mjsv=m202606180101&amp;ptt=9&amp;saldr=aa&amp;abxe=1&amp;cookie_enabled=1&amp;eoidce=1&amp;nras=1&amp;correlator=1257650420237&amp;frm=20&amp;pv=2&amp;u_tz=0&amp;u_his=2&amp;u_h=600&amp;u_w=800&amp;u_ah=600&amp;u_aw=800&amp;u_cd=24&amp;u_sd=1&amp;dmc=2&amp;adx=-12245933&amp;ady=-12245933&amp;biw=800&amp;bih=600&amp;scr_x=0&amp;scr_y=0&amp;eid=31099346&amp;oid=2&amp;pvsid=4061787228352673&amp;tmod=769244753&amp;uas=3&amp;nvt=1&amp;fsapi=1&amp;fc=1920&amp;brdim=0%2C0%2C0%2C0%2C800%2C0%2C800%2C600%2C800%2C600&amp;vis=1&amp;rsz=%7C%7Cs%7C&amp;abl=NS&amp;fu=32768&amp;bc=31&amp;bz=1&amp;pgls=CAEQBBoHMS4xODEuMA..&amp;ifi=1&amp;uci=a!1&amp;fsb=1&amp;dtd=505\" data-google-container-id=\"a!1\" tabindex=\"0\" title=\"Advertisement\" aria-label=\"Advertisement\" data-load-complete=\"true\"></iframe></div></ins>\n<script id=\"jquery-ui-draggable-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.3\"></script>\n<script id=\"wp-hooks-js\" src=\"https://www.tohumlarfidana.net/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d\"></script>\n<script id=\"gla-gtag-events-js-extra\">\nvar glaGtagData = {\"currency_minor_unit\":\"2\",\"products\":[]};\n//# sourceURL=gla-gtag-events-js-extra\n</script>\n<script id=\"gla-gtag-events-js\" src=\"https://www.tohumlarfidana.net/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.js?ver=6972d3af2e3be67de9f1\"></script>\n    <script>\n    jQuery(function($) {\n\n        var CART_URL = 'https://www.tohumlarfidana.net/sepetim/';\n\n        // SVG ikonlar\n        var ICO_CART = '<svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"9\" cy=\"21\" r=\"1\"/><circle cx=\"20\" cy=\"21\" r=\"1\"/><path d=\"M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 001.96-1.61L23 6H6\"/></svg>';\n        var ICO_EYE  = '<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#555\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></svg>';\n        var ICO_HEART= '<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#555\" stroke-width=\"2\"><path d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"/></svg>';\n        var ICO_CHECK= '<svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.8\"><polyline points=\"20 6 9 17 4 12\"/></svg>';\n        var ICO_BAG  = '<svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z\"/><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"/><path d=\"M16 10a4 4 0 01-8 0\"/></svg>';\n\n        /* ── YILDIZ OLUŞTUR ──────────────────────────── */\n        function buildStars(rating, count) {\n            if (!rating || rating <= 0) return '';\n            var html = '<div class=\"tf-card-stars\"><div class=\"tf-card-stars-icons\">';\n            for (var i = 1; i <= 5; i++) {\n                var filled = i <= Math.round(rating);\n                html += '<svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"' + (filled ? '#f59e0b' : '#e5e7eb') + '\" stroke=\"' + (filled ? '#f59e0b' : '#d1d5db') + '\" stroke-width=\"1.5\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"/></svg>';\n            }\n            html += '</div>';\n            if (count > 0) html += '<span class=\"tf-card-stars-count\">(' + count + ')</span>';\n            html += '</div>';\n            return html;\n        }\n\n        /* ── KARTI YENİDEN OLUŞTUR ───────────────────── */\n        function tfRebuildCards() {\n            $('.products-loop > li.item, .products-loop.grid > li.item').each(function() {\n                var $item = $(this);\n                var $wrap = $item.find('.item-wrap, .products-entry').first();\n                if ($wrap.hasClass('tf-replaced')) return;\n\n                /* ── VERİ ÇEKME ── */\n                var link = $item.find('a[href*=\"/product/\"]').first().attr('href') || '#';\n\n                // Görsel + srcset\n                var $img = $item.find('.item-img img, .products-thumb img, .wp-post-image').first();\n                var imgSrc    = $img.attr('data-src') || $img.attr('src') || '';\n                var imgSrcset = $img.attr('data-srcset') || $img.attr('srcset') || '';\n                var imgAlt    = $img.attr('alt') || '';\n\n                // Başlık\n                var title = $item.find('h4 a, h3 a, h2 a, .woocommerce-loop-product__title').first().text().trim();\n\n                // Kategori\n                var catName = '';\n                var productCats = [];\n                $item.attr('class').split(' ').forEach(function(c) {\n                    if (c.indexOf('product_cat-') === 0) {\n                        productCats.push(c.replace('product_cat-', '').replace(/-/g, ' '));\n                    }\n                });\n                if (productCats.length) catName = productCats[0];\n\n                // Fiyat\n                var $priceWrap  = $item.find('.item-price, .price').first();\n                var $del        = $priceWrap.find('del .woocommerce-Price-amount');\n                var $ins        = $priceWrap.find('ins .woocommerce-Price-amount');\n                var oldPrice = '', newPrice = '', discount = 0;\n\n                if ($del.length && $ins.length) {\n                    oldPrice = $del.first().text().trim();\n                    newPrice = $ins.first().text().trim();\n                    var oV = parseFloat(oldPrice.replace(/[^\\d,\\.]/g, '').replace('.','').replace(',','.')) || 0;\n                    var nV = parseFloat(newPrice.replace(/[^\\d,\\.]/g, '').replace('.','').replace(',','.')) || 0;\n                    if (oV > 0 && nV > 0 && nV < oV) discount = Math.round(((oV - nV) / oV) * 100);\n                } else {\n                    newPrice = $priceWrap.find('.woocommerce-Price-amount').first().text().trim()\n                               || $priceWrap.text().trim();\n                }\n\n                // Rating\n                var rating = parseFloat($item.find('.star-rating').attr('aria-label')) || 0;\n                if (!rating) {\n                    var ratingText = $item.find('.star-rating').text();\n                    var rMatch = ratingText.match(/([\\d\\.]+)/);\n                    if (rMatch) rating = parseFloat(rMatch[1]);\n                }\n                var reviewCount = parseInt($item.find('.woocommerce-review-count, .count').text()) || 0;\n\n                // Sepete ekle\n                var $btn      = $item.find('.add_to_cart_button, [data-product_id]').first();\n                var productId = $btn.data('product_id') || '';\n                var qty       = $btn.data('quantity') || 1;\n\n                // Stok & yenilik\n                var classes     = $item.attr('class') || '';\n                var isOutOfStock = classes.indexOf('outofstock') !== -1;\n                var isNew       = $item.find('.new-badge, .badge-new').length > 0\n                                  || classes.indexOf('tf-new') !== -1;\n\n                /* ── KART HTML ── */\n                var imgTag = '<img class=\"tf-card-img\" alt=\"' + imgAlt + '\"'\n                    + ' src=\"' + imgSrc + '\"'\n                    + (imgSrcset ? ' srcset=\"' + imgSrcset + '\" sizes=\"(max-width:600px) 50vw, 25vw\"' : '')\n                    + ' loading=\"lazy\" />';\n\n                var card = '<div class=\"tf-card\">';\n\n                // Görsel bölgesi\n                card += '<div class=\"tf-card-img-wrap\">';\n                card += '<a href=\"' + link + '\" class=\"tf-card-img-link\">' + imgTag + '</a>';\n\n                // Rozetler\n                card += '<div class=\"tf-card-badges\">';\n                if (discount >= 5) card += '<span class=\"tf-badge-pill tf-badge-sale\">%' + discount + ' İndirim</span>';\n                if (isNew && !discount)   card += '<span class=\"tf-badge-pill tf-badge-new\">Yeni</span>';\n                if (isOutOfStock) card += '<span class=\"tf-badge-pill tf-badge-out\">Tükendi</span>';\n                card += '</div>';\n\n                // Stokta yok overlay\n                if (isOutOfStock) card += '<div class=\"tf-card-out-overlay\">Stokta Yok</div>';\n\n                // Hover aksiyon butonları\n                card += '<div class=\"tf-card-actions\">';\n                card += '<a href=\"' + link + '\" class=\"tf-card-action-btn tf-quick-view\" title=\"Hızlı Görüntüle\">' + ICO_EYE + '</a>';\n                card += '<button type=\"button\" class=\"tf-card-action-btn tf-wishlist-btn\" title=\"Favorilere Ekle\" data-id=\"' + productId + '\">' + ICO_HEART + '</button>';\n                card += '</div>';\n\n                card += '</div>'; // img-wrap\n\n                // İçerik\n                card += '<div class=\"tf-card-body\">';\n                if (catName) card += '<div class=\"tf-card-cat\">' + catName + '</div>';\n                card += '<a href=\"' + link + '\" class=\"tf-card-title\">' + title + '</a>';\n                if (rating > 0) card += buildStars(rating, reviewCount);\n\n                // Fiyat\n                card += '<div class=\"tf-card-price-wrap\">';\n                if (oldPrice) card += '<span class=\"tf-card-price-old\">' + oldPrice + '</span>';\n                if (newPrice) card += '<span class=\"tf-card-price' + (oldPrice ? '' : ' no-discount') + '\">' + newPrice + '</span>';\n                card += '</div>';\n\n                // Sepete ekle\n                if (!isOutOfStock && productId) {\n                    card += '<button type=\"button\" class=\"tf-card-atc ajax_add_to_cart add_to_cart_button\"'\n                          + ' data-product_id=\"' + productId + '\" data-quantity=\"' + qty + '\">'\n                          + ICO_CART + ' Sepete Ekle</button>';\n                } else if (isOutOfStock) {\n                    card += '<div class=\"tf-card-atc\" style=\"background:#e5e7eb;color:#9ca3af;cursor:default;box-shadow:none;pointer-events:none;\">Stokta Yok</div>';\n                } else {\n                    card += '<a href=\"' + link + '\" class=\"tf-card-atc\">Ürünü İncele</a>';\n                }\n\n                card += '</div>'; // body\n                card += '</div>'; // card\n\n                $wrap.addClass('tf-replaced').append(card);\n            });\n\n            // Stagger animasyon\n            $('.tf-card:not(.tf-animated)').each(function(i) {\n                var $c = $(this).addClass('tf-animated');\n                $c.css({ opacity: 0, transform: 'translateY(14px)' });\n                setTimeout(function() {\n                    $c.css({ transition: 'opacity 0.38s ease, transform 0.38s ease', opacity: 1, transform: 'translateY(0)' });\n                }, 50 + i * 55);\n            });\n        }\n\n        // İlk çalıştır\n        tfRebuildCards();\n\n        // AJAX (filtreleme, sayfa değişimi, infinite scroll)\n        $(document).ajaxComplete(function() {\n            setTimeout(tfRebuildCards, 180);\n        });\n\n        /* ── SEPETE EKLEME EVENT'LERİ ─────────────────── */\n        // Loading başladı\n        $(document).on('click', '.tf-card-atc.ajax_add_to_cart', function() {\n            $(this).addClass('tf-loading').html('');\n        });\n\n        // Eklendi\n        $(document.body).on('added_to_cart', function(e, fragments, hash, $triggerBtn) {\n            if (!$triggerBtn || !$triggerBtn.closest('.tf-card').length) return;\n            var $card = $triggerBtn.closest('.tf-card');\n            var $btn  = $card.find('.tf-card-atc');\n\n            $btn.removeClass('tf-loading')\n                .addClass('tf-added')\n                .html(ICO_CHECK + ' Sepete Eklendi');\n\n            if (!$card.find('.tf-card-view-cart').length) {\n                $btn.after(\n                    '<a href=\"' + CART_URL + '\" class=\"tf-card-view-cart\">'\n                    + ICO_BAG + ' Sepeti Görüntüle</a>'\n                );\n            }\n\n            setTimeout(function() {\n                $btn.removeClass('tf-added')\n                    .html(ICO_CART + ' Sepete Ekle');\n            }, 3000);\n        });\n\n        /* ── FAVORİLER (localStorage) ─────────────────── */\n        function getWishlist() {\n            try { return JSON.parse(localStorage.getItem('tf_wishlist') || '[]'); } catch(e) { return []; }\n        }\n        function saveWishlist(arr) {\n            try { localStorage.setItem('tf_wishlist', JSON.stringify(arr)); } catch(e) {}\n        }\n        function syncWishlistUI() {\n            var wl = getWishlist();\n            $('.tf-wishlist-btn').each(function() {\n                var id = String($(this).data('id'));\n                $(this).toggleClass('tf-wishlisted', wl.indexOf(id) !== -1);\n            });\n        }\n        $(document).on('click', '.tf-wishlist-btn', function(e) {\n            e.preventDefault();\n            var id = String($(this).data('id'));\n            var wl = getWishlist();\n            var idx = wl.indexOf(id);\n            if (idx === -1) { wl.push(id); } else { wl.splice(idx, 1); }\n            saveWishlist(wl);\n            syncWishlistUI();\n        });\n        $(document).ajaxComplete(function() {\n            setTimeout(syncWishlistUI, 250);\n        });\n        syncWishlistUI();\n\n    }); // end jQuery\n    </script>\n    \n<style>\n#tf-tools-banner{max-width:1200px;margin:30px auto;padding:0 15px}\n.tftb-h{font-size:21px;font-weight:600;text-align:center;margin:0 0 18px;color:#222}\n.tftb-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}\n.tftb-card{display:block;background:#f6faf7;border:1px solid #dcebe1;border-radius:14px;padding:22px;text-decoration:none;transition:.18s}\n.tftb-card:hover{border-color:#2d5a27;box-shadow:0 4px 18px rgba(45,90,39,.12)}\n.tftb-ic{font-size:34px;margin-bottom:8px}\n.tftb-t{font-size:17px;font-weight:600;color:#2d5a27;margin-bottom:6px}\n.tftb-d{font-size:13.5px;color:#555;line-height:1.55;margin-bottom:12px}\n.tftb-b{display:inline-block;background:#2d5a27;color:#fff;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600}\n@media(max-width:680px){.tftb-cards{grid-template-columns:1fr}}\n</style>\n<script>\n(function(){\n  var banner=document.getElementById('tf-tools-banner'); if(!banner) return;\n  function findAnchor(){\n    var hs=document.querySelectorAll('h2,h3'); var keys=['Öne Çıkan','En Çok Satan','Blog','Kategoriler'];\n    for(var k=0;k<keys.length;k++){for(var i=0;i<hs.length;i++){if((hs[i].textContent||'').indexOf(keys[k])>-1){var sec=hs[i].closest('section')||hs[i].parentElement; if(sec&&sec.parentElement) return sec;}}}\n    return null;\n  }\n  var a=findAnchor();\n  if(a){a.parentElement.insertBefore(banner,a); banner.style.display='block';}\n  else {var f=document.querySelector('footer'); if(f&&f.parentElement){f.parentElement.insertBefore(banner,f); banner.style.display='block';}}\n})();\n</script>\n<script>\n(function(){\n  var links=[['/mantar-hesaplayici/','Mantar Hesaplayıcı'],['/hangi-mantari-yetistirmeliyim/','Hangi Mantar?']];\n  function inject(sel){\n    var menu=document.querySelector(sel); if(!menu) return;\n    var first=menu.querySelector(':scope > li'); if(!first) return;\n    var anchor=first;\n    links.forEach(function(L){\n      if(menu.querySelector('a[href$=\"'+L[0]+'\"]')) return;\n      var li=first.cloneNode(true);\n      var subs=li.querySelectorAll('ul,.sub-menu,.tf-submenu,.tf-dropdown,[class*=submenu]');\n      for(var i=0;i<subs.length;i++){ subs[i].parentNode.removeChild(subs[i]); }\n      li.className=(first.className||'').replace(/current[-\\w]*|active|menu-item-has-children/g,'').trim();\n      var a=li.querySelector('a'); if(!a){a=document.createElement('a'); li.appendChild(a);}\n      a.setAttribute('href',L[0]); a.textContent=L[1];\n      a.removeAttribute('aria-haspopup'); a.removeAttribute('aria-expanded');\n      anchor.parentNode.insertBefore(li, anchor.nextSibling);\n      anchor=li;\n    });\n  }\n  inject('.tf-hdr-menu'); inject('.tf-mob-panel-menu');\n})();\n</script>\n    <script>\n    jQuery(function($) {\n        var $header    = $('#tf-header');\n        var $catBtn    = $('#tf-cat-toggle');\n        var $catDrop   = $('#tf-cat-dropdown');\n        var $panel     = $('#tf-mob-panel');\n        var $overlay   = $('#tf-mob-overlay');\n        var $hamburger = $('#tf-mob-menu-btn');\n        var $mobSearch = $('#tf-mob-search');\n        var catOpen    = false;\n\n        /* ── SCROLL SHADOW ──────────────────────────── */\n        function onScroll() {\n            if (window.scrollY > 10) {\n                $header.addClass('tf-scrolled');\n            } else {\n                $header.removeClass('tf-scrolled');\n            }\n        }\n        window.addEventListener('scroll', onScroll, { passive: true });\n        onScroll();\n\n        /* ── KATEGORİ DROPDOWN ───────────────────────── */\n        $catBtn.on('click', function(e) {\n            e.preventDefault(); e.stopPropagation();\n            catOpen = !catOpen;\n            if (catOpen) {\n                var r = this.getBoundingClientRect();\n                $catDrop.css({ top: r.bottom + 'px', left: r.left + 'px' }).show();\n                $catBtn.addClass('active').attr('aria-expanded', 'true');\n            } else {\n                closeCatDrop();\n            }\n        });\n        function closeCatDrop() {\n            $catDrop.hide();\n            $catBtn.removeClass('active').attr('aria-expanded', 'false');\n            catOpen = false;\n        }\n        $(document).on('click', function(e) {\n            if (!$(e.target).closest('#tf-cat-toggle, #tf-cat-dropdown').length) {\n                closeCatDrop();\n            }\n        });\n\n        /* ── MOBİL PANEL AÇ/KAPAT ───────────────────── */\n        function openPanel() {\n            $panel.addClass('open');\n            $overlay.addClass('open');\n            $hamburger.addClass('open');\n            $('body').css('overflow', 'hidden');\n        }\n        function closePanel() {\n            $panel.removeClass('open');\n            $overlay.removeClass('open');\n            $hamburger.removeClass('open');\n            $('body').css('overflow', '');\n        }\n        $hamburger.on('click', openPanel);\n        $('#tf-mob-close').on('click', closePanel);\n        $overlay.on('click', closePanel);\n\n        /* ── MOBİL ARAMA ────────────────────────────── */\n        $('#tf-mob-search-btn').on('click', function() {\n            $mobSearch.toggleClass('open');\n            if ($mobSearch.hasClass('open')) {\n                $mobSearch.find('input[name=\"s\"]').focus();\n            }\n        });\n\n        /* ── ESC TUŞU ───────────────────────────────── */\n        $(document).on('keydown', function(e) {\n            if (e.key === 'Escape') {\n                closePanel();\n                closeCatDrop();\n                $mobSearch.removeClass('open');\n            }\n        });\n\n        /* ── SEPET AJAX GÜNCELLEMESİ ────────────────── */\n        $(document.body).on('added_to_cart removed_from_cart updated_cart_totals wc_fragment_refresh', function() {\n            $.post('https://www.tohumlarfidana.net/wp-admin/admin-ajax.php', { action: 'tf_hdr_cart_update' }, function(r) {\n                if (!r.success) return;\n                var count = r.data.count;\n                var total = r.data.total;\n                // Badge\n                $('.tf-cart-count-val, .tf-hdr-mob-badge').each(function() {\n                    $(this).text(count > 0 ? count : '');\n                });\n                // Badge gizle/göster\n                $('.tf-hdr-cart-badge').toggle(count > 0);\n                // Toplam\n                $('.tf-cart-total-val').html(total);\n            });\n        });\n    });\n    </script>\n    <script type=\"text/javascript\">(function($) {\n\t\t\t/* Responsive Menu */\n\t\t\t$(document).ready(function(){\t\t\t\t\n\t\t\t\t$(\".bt_menusb\").on(\"click\", function(e){\t\t\t\t\t\n\t\t\t\t\tvar xtarget = $(this).data(\"target\");\n\t\t\t\t\t$(xtarget).addClass( \"open\" );\n\t\t\t\t\t$(\"body\").addClass( \"resmenu-open\" );\n\t\t\t\t\t$(\"body\").css( \"overflow\", \"hidden\" );\n\t\t\t\t\t event.stopPropagation();\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t$(\".menu-close\").on(\"click\", function(){\n\t\t\t\t\t$(this).parents( \".menu-responsive-wrapper\" ).removeClass( \"open\" );\n\t\t\t\t\t$(\"body\").removeClass( \"resmenu-open\" ).removeAttr( \"style\" );\n\t\t\t\t});\t\n\t\t\t\t\n\t\t\t\t$( \".show-dropdown\" ).each(function(){\n\t\t\t\t\t$(this).on(\"click\", function(){\n\t\t\t\t\t\t$(this).toggleClass(\"show\");\n\t\t\t\t\t\tvar $element = $(this).parent().find( \"> ul\" );\n\t\t\t\t\t\t$element.toggle( 300 );\n\t\t\t\t\t});\n\t\t\t\t});\t\t\n\t\t\t\t\n\t\t\t\t$(\"body\").on(\"click\", function(e) {\t\t\t\n\t\t\t\t\tvar container = $( \".resmenu-container\" );\n\t\t\t\t\tif ( typeof container != \"undefined\" && !container.is(e.target) && container.has(e.target).length == 0 ){\n\t\t\t\t\t\t$(\".menu-responsive-wrapper\").removeClass( \"open\" );\n\t\t\t\t\t\t$(\"body\").removeClass( \"resmenu-open\" ).removeAttr( \"style\" );\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t$(\".respmenu-settings\").on(\"click\", function(e){\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tvar xtarget = $(this).data(\"target\");\n\t\t\t\t\t$(xtarget).toggle();\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\n\t\t\t});\n\t\t})(jQuery);</script>    <!-- TF Cookie Consent -->\n    <div id=\"tf-cc-banner\" class=\"tf-cc-banner\" style=\"display: block;\" role=\"dialog\" aria-label=\"Çerez bildirimi\">\n        <div class=\"tf-cc-banner-inner\">\n            <div class=\"tf-cc-banner-text\">\n                <strong>🍪 Çerezleri kullanıyoruz</strong>\n                <p>Site deneyiminizi geliştirmek, alışveriş işlevlerini sağlamak ve trafiği analiz etmek için çerezler kullanıyoruz. <a href=\"/cerez-politikasi/\" target=\"_blank\">Çerez Politikası</a> · <a href=\"/kvkk-aydinlatma-metni/\" target=\"_blank\">KVKK Aydınlatma Metni</a></p>\n            </div>\n            <div class=\"tf-cc-banner-actions\">\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-secondary\" id=\"tf-cc-customize\">⚙️ Tercihleri Yönet</button>\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-outline\" id=\"tf-cc-reject\">Reddet</button>\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-primary\" id=\"tf-cc-accept-all\">Tümünü Kabul Et</button>\n            </div>\n        </div>\n    </div>\n\n    <div id=\"tf-cc-modal\" class=\"tf-cc-modal\" style=\"display:none;\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Çerez tercihleri\">\n        <div class=\"tf-cc-modal-overlay\"></div>\n        <div class=\"tf-cc-modal-box\">\n            <div class=\"tf-cc-modal-header\">\n                <h3>⚙️ Çerez Tercihleri</h3>\n                <button type=\"button\" class=\"tf-cc-modal-close\" id=\"tf-cc-modal-close\" aria-label=\"Kapat\">×</button>\n            </div>\n            <div class=\"tf-cc-modal-body\">\n                <p class=\"tf-cc-modal-intro\">Aşağıdaki kategorileri kişiselleştirebilirsiniz. <strong>Zorunlu çerezler</strong> sitenin çalışması için gereklidir ve kapatılamaz.</p>\n\n                <!-- Zorunlu -->\n                <div class=\"tf-cc-cat\">\n                    <div class=\"tf-cc-cat-head\">\n                        <div class=\"tf-cc-cat-info\">\n                            <strong>🔒 Zorunlu Çerezler</strong>\n                            <span class=\"tf-cc-cat-status\">Her zaman aktif</span>\n                        </div>\n                        <label class=\"tf-cc-toggle tf-cc-toggle-disabled\">\n                            <input type=\"checkbox\" checked=\"\" disabled=\"\">\n                            <span class=\"tf-cc-toggle-slider\"></span>\n                        </label>\n                    </div>\n                    <p>Sepet, oturum açma, ödeme gibi sitenin temel işlevleri için zorunludur. Bu çerezler kapatılamaz.</p>\n                </div>\n\n                <!-- İşlevsellik -->\n                <div class=\"tf-cc-cat\">\n                    <div class=\"tf-cc-cat-head\">\n                        <div class=\"tf-cc-cat-info\">\n                            <strong>✨ İşlevsellik</strong>\n                            <span class=\"tf-cc-cat-status\">Tercih bazlı</span>\n                        </div>\n                        <label class=\"tf-cc-toggle\">\n                            <input type=\"checkbox\" id=\"tf-cc-functional\" data-cat=\"functional\">\n                            <span class=\"tf-cc-toggle-slider\"></span>\n                        </label>\n                    </div>\n                    <p>Dil tercihi, son görüntülenen ürünler, favori listesi gibi kullanıcı deneyimini iyileştiren çerezlerdir.</p>\n                </div>\n\n                <!-- Analitik -->\n                <div class=\"tf-cc-cat\">\n                    <div class=\"tf-cc-cat-head\">\n                        <div class=\"tf-cc-cat-info\">\n                            <strong>📊 Analitik</strong>\n                            <span class=\"tf-cc-cat-status\">Tercih bazlı</span>\n                        </div>\n                        <label class=\"tf-cc-toggle\">\n                            <input type=\"checkbox\" id=\"tf-cc-analytics\" data-cat=\"analytics\">\n                            <span class=\"tf-cc-toggle-slider\"></span>\n                        </label>\n                    </div>\n                    <p>Google Analytics gibi araçlarla site trafiğini ve kullanıcı davranışını anonim olarak ölçer. Bu sayede sitemizi geliştirebiliriz.</p>\n                </div>\n\n                <!-- Pazarlama -->\n                <div class=\"tf-cc-cat\">\n                    <div class=\"tf-cc-cat-head\">\n                        <div class=\"tf-cc-cat-info\">\n                            <strong>🎯 Pazarlama</strong>\n                            <span class=\"tf-cc-cat-status\">Tercih bazlı</span>\n                        </div>\n                        <label class=\"tf-cc-toggle\">\n                            <input type=\"checkbox\" id=\"tf-cc-marketing\" data-cat=\"marketing\">\n                            <span class=\"tf-cc-toggle-slider\"></span>\n                        </label>\n                    </div>\n                    <p>Facebook Pixel, Google Ads gibi reklam araçlarıyla size ilgi alanlarınıza uygun reklamlar gösterilmesini sağlar.</p>\n                </div>\n\n            </div>\n            <div class=\"tf-cc-modal-footer\">\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-outline\" id=\"tf-cc-modal-reject\">Tümünü Reddet</button>\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-secondary\" id=\"tf-cc-modal-save\">Seçimi Kaydet</button>\n                <button type=\"button\" class=\"tf-cc-btn tf-cc-btn-primary\" id=\"tf-cc-modal-accept-all\">Tümünü Kabul Et</button>\n            </div>\n        </div>\n    </div>\n\n    <!-- Footer'a tercih değiştir linki -->\n    <button type=\"button\" id=\"tf-cc-reopen\" class=\"tf-cc-reopen\" aria-label=\"Çerez tercihlerini değiştir\">🍪</button>\n    <style id=\"tf-reviews-fix\">.tf-reviews-wrapper.tf-reviews-wrapper{display:block !important;}</style>    <script>\n    (function(){\n        'use strict';\n\n        var STORAGE_KEY = 'tf_cookie_consent_v1';\n        var EXPIRY_DAYS = 365;\n\n        // === API ===\n        window.tfCookieConsent = {\n            get: function() {\n                try {\n                    var raw = localStorage.getItem(STORAGE_KEY);\n                    if (!raw) return null;\n                    var data = JSON.parse(raw);\n                    // Süresi dolmuş mu?\n                    if (data.expires && Date.now() > data.expires) {\n                        localStorage.removeItem(STORAGE_KEY);\n                        return null;\n                    }\n                    return data;\n                } catch(e) { return null; }\n            },\n            has: function(category) {\n                var c = this.get();\n                if (!c) return false;\n                if (category === 'necessary') return true;\n                return !!c[category];\n            },\n            save: function(prefs) {\n                var data = {\n                    necessary: true,\n                    functional: !!prefs.functional,\n                    analytics: !!prefs.analytics,\n                    marketing: !!prefs.marketing,\n                    timestamp: Date.now(),\n                    expires: Date.now() + (EXPIRY_DAYS * 24 * 60 * 60 * 1000)\n                };\n                try {\n                    localStorage.setItem(STORAGE_KEY, JSON.stringify(data));\n                    // Custom event tetikle (3rd party scriptler için)\n                    document.dispatchEvent(new CustomEvent('tf_consent_updated', { detail: data }));\n                } catch(e) {}\n                return data;\n            },\n            acceptAll: function() {\n                this.save({ functional: true, analytics: true, marketing: true });\n                hideBanner(); hideModal(); showReopen();\n            },\n            rejectAll: function() {\n                this.save({ functional: false, analytics: false, marketing: false });\n                hideBanner(); hideModal(); showReopen();\n            },\n            reset: function() {\n                localStorage.removeItem(STORAGE_KEY);\n                showBanner();\n            },\n            openModal: function() { showModal(); }\n        };\n\n        // === DOM Elementler ===\n        var banner    = document.getElementById('tf-cc-banner');\n        var modal     = document.getElementById('tf-cc-modal');\n        var reopen    = document.getElementById('tf-cc-reopen');\n        if (!banner || !modal) return;\n\n        function showBanner() { banner.style.display = 'block'; reopen.classList.remove('tf-cc-show'); }\n        function hideBanner() { banner.style.display = 'none'; }\n        function showModal() {\n            modal.style.display = 'block';\n            document.body.style.overflow = 'hidden';\n            // Mevcut tercihleri yükle\n            var current = window.tfCookieConsent.get();\n            if (current) {\n                document.getElementById('tf-cc-functional').checked = !!current.functional;\n                document.getElementById('tf-cc-analytics').checked  = !!current.analytics;\n                document.getElementById('tf-cc-marketing').checked  = !!current.marketing;\n            }\n        }\n        function hideModal() {\n            modal.style.display = 'none';\n            document.body.style.overflow = '';\n        }\n        function showReopen() { reopen.classList.add('tf-cc-show'); }\n\n        // === İlk yükleme ===\n        var consent = window.tfCookieConsent.get();\n        if (!consent) {\n            // Henüz onay alınmamış — banner göster\n            setTimeout(showBanner, 800);\n        } else {\n            // Onay var — reopen butonu göster\n            showReopen();\n        }\n\n        // === Event Listeners ===\n        document.getElementById('tf-cc-accept-all').addEventListener('click', function(){\n            window.tfCookieConsent.acceptAll();\n        });\n        document.getElementById('tf-cc-reject').addEventListener('click', function(){\n            window.tfCookieConsent.rejectAll();\n        });\n        document.getElementById('tf-cc-customize').addEventListener('click', function(){\n            showModal();\n        });\n        document.getElementById('tf-cc-modal-close').addEventListener('click', hideModal);\n        document.querySelector('.tf-cc-modal-overlay').addEventListener('click', hideModal);\n        document.getElementById('tf-cc-modal-accept-all').addEventListener('click', function(){\n            window.tfCookieConsent.acceptAll();\n        });\n        document.getElementById('tf-cc-modal-reject').addEventListener('click', function(){\n            window.tfCookieConsent.rejectAll();\n        });\n        document.getElementById('tf-cc-modal-save').addEventListener('click', function(){\n            var prefs = {\n                functional: document.getElementById('tf-cc-functional').checked,\n                analytics:  document.getElementById('tf-cc-analytics').checked,\n                marketing:  document.getElementById('tf-cc-marketing').checked\n            };\n            window.tfCookieConsent.save(prefs);\n            hideBanner(); hideModal(); showReopen();\n        });\n        reopen.addEventListener('click', showModal);\n\n        // ESC ile modal kapatma\n        document.addEventListener('keydown', function(e){\n            if (e.key === 'Escape' && modal.style.display === 'block') hideModal();\n        });\n\n        // === 3rd Party Script Loader ===\n        // Onay geldiğinde tracking scriptlerini yükle (örnek)\n        document.addEventListener('tf_consent_updated', function(e){\n            var c = e.detail;\n\n            // Google Analytics — sadece analytics onayı varsa\n            if (c.analytics && !window.tfGALoaded) {\n                window.tfGALoaded = true;\n                // Buraya GA kodun gelecek (varsa)\n                // Örnek:\n                // var s = document.createElement('script');\n                // s.async = true;\n                // s.src = 'https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX';\n                // document.head.appendChild(s);\n            }\n\n            // Facebook Pixel — sadece marketing onayı varsa\n            if (c.marketing && !window.tfPixelLoaded) {\n                window.tfPixelLoaded = true;\n                // Buraya FB Pixel kodun gelecek (varsa)\n            }\n        });\n\n        // İlk yüklemede mevcut onaya göre scriptleri tetikle\n        if (consent) {\n            document.dispatchEvent(new CustomEvent('tf_consent_updated', { detail: consent }));\n        }\n    })();\n    </script>\n    \n\n<iframe name=\"oauth2relay520414488\" id=\"oauth2relay520414488\" src=\"https://accounts.google.com/o/oauth2/postmessageRelay?parent=https%3A%2F%2Fwww.tohumlarfidana.net&amp;jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.ch0Jz-JlMrQ.O%2Fd%3D1%2Frs%3DAHpOoo_YD4KoV8fTh_kLhktsiThAm3yJ5A%2Fm%3D__features__#rpctoken=623161329&amp;forcesecure=1\" tabindex=\"-1\" aria-hidden=\"true\" style=\"width: 1px; height: 1px; position: absolute; top: -100px;\"></iframe><iframe src=\"https://www.google.com/recaptcha/api2/aframe\" width=\"0\" height=\"0\" style=\"display: none;\"></iframe></body><iframe id=\"google_esf\" name=\"google_esf\" src=\"https://googleads.g.doubleclick.net/pagead/html/r20260625/r20190131/zrt_lookup.html\" style=\"display: none;\"></iframe></html>"}