30%
11.989,00 TL
8.393,00 TL
30%
5.233,00 TL
3.663,00 TL
30%
11.406,00 TL
7.984,20 TL
30%
14.045,00 TL
9.831,50 TL
30%
11.405,00 TL
7.983,50 TL
30%
5.100,00 TL
3.570,00 TL
30%
5.100,00 TL
3.570,00 TL
30%
5.100,00 TL
3.570,00 TL
30%
5.100,00 TL
3.570,00 TL
30%
10.000,00 TL
7.000,00 TL
/* AKO PRODUCT CODE FALLBACK */
(function(){
function ensureProductCode(){
try {
var h1 = document.querySelector('h1.ac-h1, #alkim-ac-root h1');
if (!h1) return;
if (h1.parentElement && h1.parentElement.querySelector('.ac-product-code')) return;
var codeEl = document.querySelector('.product-code:not(.brand-code)');
if (!codeEl || !codeEl.textContent.trim()) return;
var codeText = codeEl.textContent.split('_')[0].trim();
if (!codeText) return;
var div = document.createElement('div');
div.className = 'ac-product-code';
div.style.cssText = 'font-size:14px;color:#363232;margin:8px 0 12px;padding:6px 12px;background:#f5f5f5;border-radius:4px;display:inline-block;';
div.innerHTML = 'Ürün Kodu: ' + codeText.replace(/[<>"']/g, '') + '';
h1.parentElement.insertBefore(div, h1.nextSibling);
} catch(e){}
}
var attempts = 0;
var iv = setInterval(function(){
ensureProductCode();
attempts++;
if (attempts > 30) clearInterval(iv); // 6 sn sonra dur
}, 200);
if (document.readyState !== 'loading') ensureProductCode();
document.addEventListener('DOMContentLoaded', ensureProductCode);
window.addEventListener('load', ensureProductCode);
})();
/* NAVBAR COMPACT FIT */
(function(){
if (document.getElementById('alkim-navbar-compact')) return;
var st = document.createElement('style');
st.id = 'alkim-navbar-compact';
st.textContent = ''
/* Navbar item paddingi azalt - hepsi sigsin */
+ '.cd-dropdown-content > li.first-child > a {'
+ ' padding-left: 5px !important;'
+ ' padding-right: 5px !important;'
+ ' font-size: 12px !important;'
+ ' letter-spacing: 0 !important;'
+ '}'
+ '@media (min-width:992px) and (max-width:1500px) {'
+ ' .cd-dropdown-content > li.first-child > a { font-size: 11px !important; padding-left: 3px !important; padding-right: 3px !important; }'
+ ' .navbar-brand img { max-width: 110px !important; height: auto !important; }'
+ '}'
/* Ara kutusu kucult */
+ '.search-new, .search-new-mobile { width: 150px !important; max-width: 150px !important; }'
+ '.search-input { padding: 5px 8px !important; font-size: 13px !important; }'
;
document.head.appendChild(st);
})();