Simple Sale Slider

24 Ayar 995 Gram Altın

0.5 gr 24 Ayar İAR Gram Altın

0,00
3.650,39
0,00

Gram Kolye

10 gr Gram Kolye

0,00

24 Ayar 999.9 Gram Altın

250 gr 999.9 İAR Külçe Altın

677.148,80

24 Ayar 999.9 Gram Altın

31.10 gr 999.9 İAR Külçe Altın

84.943,65

Featured Products Slider

Best Selling Products

3.650,39

24 Ayar 995 Gram Altın

0.5 gr 24 Ayar İAR Gram Altın

0,00
0,00

Gram Kolye

10 gr Gram Kolye

0,00

24 Ayar 999.9 Gram Altın

250 gr 999.9 İAR Külçe Altın

677.148,80

Lookbook style

Lookbook style 2

Grid Style

Masonery Style

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “468”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 100 GRAM 24 AYAR İAR GRAMALTIN

2.677.128,15

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “467”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 100 GRAM 24 AYAR İAR GRAMALTIN

1.339.818,24

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “466”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 50 GRAM 24 AYAR İAR GRAMALTIN

1.339.818,24

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “465”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 50 GRAM 24 AYAR İAR GRAMALTIN

670.369,15

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “464”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 20 GRAM 24 AYAR İAR GRAMALTIN

540.468,48

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “463”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 20 GRAM 24 AYAR İAR GRAMALTIN

270.297,21

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “462”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 10 GRAM 24 AYAR İAR GRAMALTIN

270.297,21

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “461”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 10 GRAM 24 AYAR İAR GRAMALTIN

135.212,85

Mix and match styles

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “468”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 100 GRAM 24 AYAR İAR GRAMALTIN

2.677.128,15

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “467”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 100 GRAM 24 AYAR İAR GRAMALTIN

1.339.818,24

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “466”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 50 GRAM 24 AYAR İAR GRAMALTIN

1.339.818,24

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “465”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 50 GRAM 24 AYAR İAR GRAMALTIN

670.369,15

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “464”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 20 GRAM 24 AYAR İAR GRAMALTIN

540.468,48

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “463”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 20 GRAM 24 AYAR İAR GRAMALTIN

270.297,21

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “462”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 10 ADET 10 GRAM 24 AYAR İAR GRAMALTIN

270.297,21

AVANTAJLI PAKETLER

GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN MENÜYÜ KAPAT KATEGORİLER GRAMALTIN GRAMGÜMÜŞ SARRAFİYE ÖZEL KOLEKSİYON ALTIN HAVALESİ İLERİ TARİHLİ ALTIN KURUMSAL ALTIN Üye Girişi Üye Ol // Get the button: let mybutton = document.getElementById(“backToTop”); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = “block”; } else { mybutton.style.display = “none”; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } $(document).ready(function() { var sayfaNo = 3; if (sayfaNo == 2 || sayfaNo == 24 || sayfaNo == 25 || sayfaNo == 12 || sayfaNo == 77 || sayfaNo == 78 || sayfaNo == 51 ) { $(‘#leftColumn, #mainColumn’).removeAttr(‘class’); $(‘#leftColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } if ($(window).width() > 768) { if (sayfaNo == 30) { $(‘#rightColumn, #mainColumn’).removeAttr(‘class’); $(‘#rightColumn’).attr(‘class’, ‘col col-3 col-md-4 col-sm-12’); $(‘#mainColumn’).attr(‘class’, ‘col col-9 col-md-8 col-sm-12’); } } }); function popupCallback() { } function placeCaller(id) { var wrapID = id || ”; if (wrapID != ”) { $(‘#’ + wrapID).find(‘.withPlace’).removeClass(‘withPlace’); flexPlace(); } } $(document).ready(function () { if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) { if ($(window).width() a, .parent > a’).click(function (e) { e.preventDefault(); $(this).next(‘ul’).slideToggle(); }); var currentPage = location.pathname; $(‘#slideMenu a[href=”‘ + currentPage + ‘”]’).parent().addClass(‘current’); } else { if (navigator.appVersion.indexOf(‘Trident’) > -1 && navigator.appVersion.indexOf(‘Edge’) == -1) { $(‘.withPlace’).removeClass(‘withPlace’); } } flexPlace(); if (/^.*?[?&]q=/ig.test(window.location.href)) { var sWord = window.location.href.replace(/^.*?[?&]q=/ig, ”); sWord = sWord.replace(/&.*?$/ig, ”).replace(/+/ig, ‘ ‘); $(‘#live-search’).val(decodeURIComponent(sWord)); } var mobileAppCookie = getaCookie(‘MobileNotifyClose’); if (mobileAppCookie == null && !isSafari) { $(‘.MobileAppNotify’).fadeIn(); } $(‘.MobileNotifyClose’).click(function () { setaCookie(‘MobileNotifyClose’, ‘Closed’, 3); $(‘.MobileAppNotify’).fadeOut(); }); $(‘#FormAra’).click(function () { if (!$(this).hasClass(‘focus’)) { $(this).addClass(‘focus’); $(this).find(‘input[type=”text”]’).focus(); } }); $(‘body’).click(function (e) { var elem = e.target.id; if ($(‘#’ + elem).parents(‘#search’).length < 1) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('body').keydown(function (e) { if (e.keyCode == 27) { $('#FormAra').removeClass('focus'); $('#FormAra input[type="text"]').val(''); $('#live-search-box').empty().fadeOut(); } }); $('.language li').click(function () { setLanguage($(this).attr('data-value')); }); $('.currency li').click(function () { setCurrency($(this).attr('data-value')); }); }); function scrollShowCallback() { if (!$('#header-wrap').hasClass('sticky')) { $('#header-wrap').addClass('sticky'); $('#header-wrap').parent().css('padding-top', $('#header-wrap').innerHeight()); } } function scrollHideCallback() { if ($('#header-wrap').hasClass('sticky')) { $('#header-wrap').removeClass('sticky'); $('#header-wrap').parent().removeAttr('style'); } } function setaCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function getaCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } $(document).ready(function () { $(“#mobile-menu-close”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “auto”); }); $(“#mobile-menu”).click(() => { $(“.mobile-menu”).toggleClass(“slidenav”); $(“body”).css(“overflow”, “hidden”); }); $(“.list-group-item”).click((e) => { $(“.active”).removeClass(“active”); $(“.tab-active”).removeClass(“tab-active”); $(`#${e.target.id}`).addClass(“active”); $(`div.tab-item#${e.target.id}`).addClass(“tab-active”); }); if (window.innerWidth <= 600 && window.innerWidth !== 0) { $(".accordion-header").on("click", function () { clickContent = $(this).parent().find(".accordion-content"); iconItem = $(this).parent().find(".accordion-icon"); if (clickContent.first().is(":hidden")) { clickContent.slideDown("slow"); iconItem.removeClass("fa-plus").addClass("fa-minus"); } else { clickContent.slideUp("slow"); iconItem.removeClass("fa-minus").addClass("fa-plus"); } }); } else { $(".accordion-content").slideDown("slow"); } }); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag(“js”, new Date()); gtag(“config”, “G-SREY6YESGC”); @media screen and (min-width: 1024px){ #catImg { margin-top: 20px; } } @media screen and (min-width: 1024px){ .row { margin-top: 0px; } } @media screen and (max-width: 1500px){ .h{ height: 224px !important; } } .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } .TopKategori { background: #1B3738; top: -12px; position: fixed; z-index: 101; top: auto; width: -webkit-fill-available; margin-top: -24px; max-height: 32px; } @media screen and (max-width: 768px){ .text-4xl { font-size: 1.25rem !important; line-height: 1.5rem !important; } } @media screen and (min-width: 0px) and (max-width: 150px){ .TopKategori { margin-top: -33px; } } @media screen and (min-width: 151px) and (max-width: 271px){ .TopKategori { margin-top: -16px; } } @media screen and (min-width: 272px) and (max-width: 300px){ .TopKategori { margin-top: -14px; } } @media screen and (min-width: 301px) and (max-width: 355px){ .TopKategori { margin-top: -10px; max-height: 26px; } } @media screen and (min-width: 356px) and (max-width: 390px){ .TopKategori { margin-top: -7px; } } @media screen and (min-width: 391px) and (max-width: 416px){ .TopKategori { margin-top: -1px; } } @media screen and (min-width: 417px) and (max-width: 447px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 448px) and (max-width: 452px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 453px) and (max-width: 457px){ .TopKategori { margin-top: 3px; max-height: 27px; } } @media screen and (min-width: 458px) and (max-width: 490px){ .TopKategori { margin-top: 10px; max-height: 27px; } } @media screen and (min-width: 491px) and (max-width: 768px){ .TopKategori { margin-top: 15px; max-height: 27px; } } @media screen and (min-width: 769px) and (max-width: 1023px){ .TopKategori { margin-top: -51px; } } @media screen and (min-width: 1024px) and (max-width: 1053px){ .TopKategori { margin-top: 2px; } } @media screen and (min-width: 1054px) and (max-width: 1279px){ .TopKategori { margin-top: -27px; } } @media screen and (min-width: 1280px) and (max-width: 1296px){ .TopKategori { margin-top: -25x; } } @media screen and (max-width: 768px){ #catImg img { margin-top: 40px; } } */ <!– Anasayfa | GRAMALTIN | AVANTAJLI PAKETLER –> AVANTAJLI PAKETLER <!– $(document).ready(function() { $(‘#navigasyon ul li:last-child a’).clone().appendTo(‘.nav-left-title’) }) –> setCookie(“last_products”, “461”, 10) .pd-sw-button { background-color: #fff !important; color: #1B3738 !important; } @media screen and (max-width: 1024px){ .pd-sw-button { visibility: hidden; } } .text-red{ color: red !important; } div#myPersonalizationForm form#CustomForm select { width: 295px !important; <!– –> AVANTAJLI PAKETLER 5 ADET 10 GRAM 24 AYAR İAR GRAMALTIN

135.212,85