
    <style>
        /* --- Mini Saat Tasarımı --- */
        #bce-mini-clock {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 999999;

            /* Buzlu Cam Efekti */
            background: rgba(20, 20, 35, 0.85);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);

            /* Kenarlıklar */
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            border-radius: 30px;

            padding: 5px 12px;
            display: flex;
            align-items: center;
            gap: 6px;

            color: #ffffff;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
            cursor: help;
            transition: all 0.3s ease;
        }

        /* Hover Efekti */
        #bce-mini-clock:hover {
            transform: translateY(1px);
            background: rgba(20, 20, 35, 0.95);
        }

        /* SVG Simge Boyutu */
        .mini-icon svg {
            width: 13px;
            height: 13px;
            fill: #4ade80;
            display: block;
        }

        /* --- Tooltip (data-tooltip ile çok dilli destek) --- */
        #bce-mini-clock::after {
            content: attr(data-tooltip);
            position: absolute;
            top: 120%;
            right: 0;

            background: #333;
            color: #fff;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 10px;
            white-space: nowrap;

            opacity: 0;
            visibility: hidden;
            transform: translateY(-5px);
            transition: all 0.2s ease;
            pointer-events: none;
        }

        /* Tooltip Hover */
        #bce-mini-clock:hover::after {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Admin Bar Varsa */
        .admin-bar #bce-mini-clock { top: calc(32px + 20px); }

        /* Mobil */
        @media (max-width: 600px) {
            #bce-mini-clock {
                top: 10px;
                right: 10px;
                font-size: 11px;
                padding: 4px 10px;
            }
        }
    </style>

    <div id="bce-mini-clock"
         aria-label="Türkiye Saati - İstanbul"
         data-tooltip="Local Time">
        <div class="mini-icon">
            <svg viewBox="0 0 24 24">
                <path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 
                22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 
                8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>
            </svg>
        </div>

        <span id="mini-time-display" aria-live="polite">--:--</span>
    </div>

    <script>
        function runMiniClock() {
            const display = document.getElementById('mini-time-display');
            if (!display) return;

            const now = new Date();
            const timeString = now.toLocaleTimeString('tr-TR', {
                timeZone: 'Europe/Istanbul',
                hour: '2-digit',
                minute: '2-digit',
                hour12: false
            });

            display.textContent = timeString;
        }

        // Aynı interval'in iki kere açılmasını önleme
        if (!window.bceMiniClockInterval) {
            runMiniClock();
            window.bceMiniClockInterval = setInterval(runMiniClock, 60 * 1000); // 1 dakikada bir
        }
    </script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//bceparts.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://bceparts.com/post-sitemap.xml</loc>
		<lastmod>2026-01-13T07:43:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/page-sitemap.xml</loc>
		<lastmod>2026-03-12T14:19:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/product-sitemap.xml</loc>
		<lastmod>2026-03-31T08:50:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/category-sitemap.xml</loc>
		<lastmod>2026-01-13T07:43:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-01-13T07:43:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/pwb-brand-sitemap.xml</loc>
		<lastmod>2026-03-31T08:50:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-03-31T08:50:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/product_shipping_class-sitemap.xml</loc>
		<lastmod>2026-03-31T08:50:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/pa_vehicle-type-sitemap.xml</loc>
		<lastmod>2026-03-31T08:50:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bceparts.com/author-sitemap.xml</loc>
		<lastmod>2025-09-15T11:30:24+00:00</lastmod>
	</sitemap>
<sitemap>
<loc>https://bceparts.com/video-sitemap.xml</loc>
<lastmod>2026-01-15T11:15:04+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://bceparts.com/geo-sitemap.xml</loc>
<lastmod>2026-03-31T13:34:40+00:00</lastmod>
</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->