{"id":14883,"date":"2026-04-23T23:52:44","date_gmt":"2026-04-23T20:52:44","guid":{"rendered":"https:\/\/galbleather.com\/index.php\/product\/2li-set-lux-krinkil-kumas-lise-ve-ortaokul-sirt-cantasi-kalemlik-maymun-anahtarlik-hediyeli\/"},"modified":"2026-04-24T17:49:58","modified_gmt":"2026-04-24T14:49:58","slug":"2li-set-lux-krinkil-kumas-lise-ve-ortaokul-sirt-cantasi-kalemlik-maymun-anahtarlik-hediyeli","status":"publish","type":"product","link":"https:\/\/galbleather.com\/index.php\/product\/2li-set-lux-krinkil-kumas-lise-ve-ortaokul-sirt-cantasi-kalemlik-maymun-anahtarlik-hediyeli\/","title":{"rendered":"2&#8217;lI Set Lux Krinkil Kumas Lise Ve Ortaokul Sirt Cantasi + Kalemlik, Maymun Anahtarlik Hediyeli"},"content":{"rendered":"<div style=\"padding:24px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbf7f1 100%)\">\n<p style=\"margin:0 0 16px;font-size:16px;line-height:1.75;color:#203044\">2&#x27;lI Set Lux Krinkil Kumas Lise Ve Ortaokul Sirt Cantasi + Kalemlik, Maymun Anahtarlik Hediyeli gunluk kullanima uygun bir tasarim sunar.<\/p>\n<div style=\"flex-wrap:wrap;gap:8px;margin:0 0 18px\"><span style=\"align-items:center;padding:7px 12px;border-radius:999px;background:#f4efe5;color:#6d4f2a;font-size:12px;font-weight:700\">Marka: Galb Leather<\/span><span style=\"align-items:center;padding:7px 12px;border-radius:999px;background:#f4efe5;color:#6d4f2a;font-size:12px;font-weight:700\">Kategori: Okul Cantasi<\/span><span style=\"align-items:center;padding:7px 12px;border-radius:999px;background:#f4efe5;color:#6d4f2a;font-size:12px;font-weight:700\">Model: JPMOMR<\/span><\/div>\n<ul style=\"margin:0;padding-left:20px;color:#314256;line-height:1.8\">\n<li>2&#x27;lI Set Lux Krinkil Kumas Lise Ve Ortaokul Sirt Cantasi + Kalemlik, Maymun Anahtarlik Hediyeli gunluk kullanima uygun bir tasarim sunar.<\/li>\n<li>Renk ve varyant secenekleri tek urun altinda yonetilir.<\/li>\n<li>Guvenli odeme, hizli kargo ve kolay siparis akisi ile sunulur.<\/li>\n<\/ul>\n<div style=\"margin-top:18px;padding:14px 16px;border-radius:18px;background:#132033;color:#f5efe5;font-size:13px;line-height:1.65\">Galb Leather secili urunlerinde guvenli odeme, hizli kargo ve varyant bazli siparis akisi bir arada sunulur.<\/div>\n<\/div>\n<p><!-- gl-variation-gallery-bridge:start --><\/p>\n<style id=\"gl-variation-ui-fix-style-v4-14883\">.gl-variation-swatches,.gl-variation-swatches *{  -webkit-tap-highlight-color:transparent;}.gl-variation-swatches__viewport{  max-width:100%;}.gl-variation-swatches__scroller{  overflow-x:auto !important;  overflow-y:hidden !important;  -webkit-overflow-scrolling:touch;  overscroll-behavior-x:contain;  touch-action:pan-x !important;  scroll-behavior:smooth;  scroll-snap-type:x proximity;}.gl-variation-swatches__track{  min-width:max-content;  user-select:none;  -webkit-user-select:none;}.gl-variation-swatch{  scroll-snap-align:start;  touch-action:pan-x !important;}.gl-variation-swatch img{  -webkit-user-drag:none;  user-select:none;  -webkit-user-select:none;  pointer-events:none;}.gl-variation-swatches__scroller.is-dragging,.gl-variation-swatches__viewport.is-dragging{  cursor:grabbing;}@media (max-width:767px){  .gl-variation-swatches__viewport{    padding:0 !important;    overflow:hidden;    touch-action:pan-x !important;  }  .gl-variation-swatches__head{    margin-bottom:10px;  }  .gl-variation-swatches__arrow{    display:none !important;    opacity:0 !important;    visibility:hidden !important;    pointer-events:none !important;  }  .gl-variation-swatches__scroller{    overflow:visible !important;    padding:0 0 8px 0;  }  .gl-variation-swatches__track{    display:flex;    flex-wrap:wrap;    gap:10px;    min-width:0;    width:100%;  }  .gl-variation-swatch{    width:calc(33.333% - 7px);    min-width:0;    max-width:none;  }  .gl-variation-swatch__thumb,  .gl-variation-swatch__text,  .gl-variation-swatch__label{    width:100%;  }  .gl-variation-swatch__thumb,  .gl-variation-swatch__text{    height:118px;  }  .gl-variation-swatch__label{    font-size:12px;  }}<\/style>\n<p><script id=\"gl-variation-ui-fix-v4-14883\">(function(){  function asArray(value){    return Array.prototype.slice.call(value || []);  }  function canHandleTarget(target){    if(!target || !target.closest){return false;}    return !!target.closest('.gl-variation-swatch, .gl-variation-swatches__viewport, .gl-variation-swatches__scroller, .gl-variation-swatches__track');  }  function setArrowGlyph(btn,isPrev){    if(!btn){return;}    btn.textContent = isPrev ? '<' : '>';    btn.style.fontFamily = 'Arial,Helvetica,sans-serif';    btn.style.fontWeight = '700';  }  function safeScrollTo(scroller,left){    if(!scroller){return;}    var maxScroll = Math.max((scroller.scrollWidth || 0) - (scroller.clientWidth || 0), 0);    var target = Math.max(0, Math.min(left, maxScroll));    if(typeof scroller.scrollTo === 'function'){      try {        scroller.scrollTo({left: target, behavior: 'smooth'});        return;      } catch (error) {}    }    scroller.scrollLeft = target;  }  function bindScroller(box){    if(!box || box.dataset.glScrollBound === '1'){return;}    var viewport = box.querySelector('.gl-variation-swatches__viewport');    var scroller = box.querySelector('.gl-variation-swatches__scroller');    var track = box.querySelector('.gl-variation-swatches__track');    var prev = box.querySelector('.gl-variation-swatches__arrow--prev');    var next = box.querySelector('.gl-variation-swatches__arrow--next');    if(!scroller || !track || !prev || !next){return;}    if(!viewport){viewport = scroller.parentNode || scroller;}    box.dataset.glScrollBound = '1';    box.style.touchAction = 'pan-x pinch-zoom';    viewport.style.touchAction = 'pan-x pinch-zoom';    scroller.style.touchAction = 'pan-x pinch-zoom';    scroller.style.webkitOverflowScrolling = 'touch';    scroller.style.overscrollBehaviorX = 'contain';    if(!track.style.userSelect){      track.style.userSelect = 'none';      track.style.webkitUserSelect = 'none';    }    setArrowGlyph(prev, true);    setArrowGlyph(next, false);    function scrollStep(){      var firstCard = track.querySelector('.gl-variation-swatch');      var gap = 0;      try {        gap = parseFloat(window.getComputedStyle(track).columnGap || window.getComputedStyle(track).gap || '0') || 0;      } catch (error) {}      var cardWidth = firstCard ? (firstCard.getBoundingClientRect().width || firstCard.offsetWidth || 120) : 120;      return Math.max(Math.round((scroller.clientWidth || 0) * 0.8), Math.round(cardWidth * 2 + gap * 2));    }    function updateArrows(){      var maxScroll = Math.max((scroller.scrollWidth || 0) - (scroller.clientWidth || 0), 0);      var left = scroller.scrollLeft || 0;      prev.disabled = left <= 4;      next.disabled = left >= maxScroll - 4;    }    prev.addEventListener('click', function(event){      event.preventDefault();      safeScrollTo(scroller, (scroller.scrollLeft || 0) - scrollStep());      window.setTimeout(updateArrows, 240);    });    next.addEventListener('click', function(event){      event.preventDefault();      safeScrollTo(scroller, (scroller.scrollLeft || 0) + scrollStep());      window.setTimeout(updateArrows, 240);    });    var drag = {      active: false,      moved: false,      pointerId: null,      startX: 0,      startY: 0,      startLeft: 0,      suppressClickUntil: 0,      touchActive: false,      touchMoved: false,      touchStartX: 0,      touchStartY: 0,      touchStartLeft: 0    };    function beginPointerDrag(event){      if(event.pointerType === 'mouse' && event.button !== 0){return;}      if(!canHandleTarget(event.target)){return;}      drag.active = true;      drag.moved = false;      drag.pointerId = event.pointerId;      drag.startX = event.clientX;      drag.startY = event.clientY;      drag.startLeft = scroller.scrollLeft || 0;      scroller.classList.add('is-dragging');      viewport.classList.add('is-dragging');      if(typeof scroller.setPointerCapture === 'function'){        try {          scroller.setPointerCapture(event.pointerId);        } catch (error) {}      }    }    box.addEventListener('pointerdown', beginPointerDrag, true);    function movePointerDrag(event){      if(!drag.active || drag.pointerId !== event.pointerId){return;}      if(!canHandleTarget(event.target) && !drag.moved){return;}      var delta = event.clientX - drag.startX;      var deltaY = event.clientY - drag.startY;      if(Math.abs(deltaY) > Math.abs(delta) && !drag.moved){        return;      }      if(Math.abs(delta) > 6){        drag.moved = true;      }      if(!drag.moved){return;}      scroller.scrollLeft = drag.startLeft - delta;      updateArrows();      event.preventDefault();    }    box.addEventListener('pointermove', movePointerDrag, true);    function endDrag(event){      if(!drag.active){return;}      if(event && drag.pointerId !== null && event.pointerId !== undefined && drag.pointerId !== event.pointerId){return;}      if(drag.moved){        drag.suppressClickUntil = Date.now() + 260;      }      drag.active = false;      drag.pointerId = null;      scroller.classList.remove('is-dragging');      viewport.classList.remove('is-dragging');      window.setTimeout(updateArrows, 80);    }    box.addEventListener('pointerup', endDrag, true);    box.addEventListener('pointercancel', endDrag, true);    scroller.addEventListener('lostpointercapture', endDrag, true);    function onTouchStart(event){      if(!event.touches || event.touches.length !== 1){return;}      if(!canHandleTarget(event.target)){return;}      var touch = event.touches[0];      drag.touchActive = true;      drag.touchMoved = false;      drag.touchStartX = touch.clientX;      drag.touchStartY = touch.clientY;      drag.touchStartLeft = scroller.scrollLeft || 0;      viewport.classList.remove('is-dragging');      scroller.classList.remove('is-dragging');    }    function onTouchMove(event){      if(!drag.touchActive || !event.touches || event.touches.length !== 1){return;}      if(!canHandleTarget(event.target) && !drag.touchMoved){return;}      var touch = event.touches[0];      var delta = touch.clientX - drag.touchStartX;      var deltaY = touch.clientY - drag.touchStartY;      if(Math.abs(deltaY) > Math.abs(delta) && !drag.touchMoved){        return;      }      if(Math.abs(delta) > 6){        drag.touchMoved = true;      }      if(!drag.touchMoved){return;}      viewport.classList.add('is-dragging');      scroller.classList.add('is-dragging');      scroller.scrollLeft = drag.touchStartLeft - delta;      updateArrows();      event.preventDefault();    }    function onTouchEnd(){      if(drag.touchMoved){        drag.suppressClickUntil = Date.now() + 260;      }      drag.touchActive = false;      drag.touchMoved = false;      viewport.classList.remove('is-dragging');      scroller.classList.remove('is-dragging');      window.setTimeout(updateArrows, 80);    }    function onTouchCancel(){      drag.touchActive = false;      drag.touchMoved = false;      viewport.classList.remove('is-dragging');      scroller.classList.remove('is-dragging');      window.setTimeout(updateArrows, 80);    }    box.addEventListener('touchstart', onTouchStart, {passive: true, capture: true});    box.addEventListener('touchmove', onTouchMove, {passive: false, capture: true});    box.addEventListener('touchend', onTouchEnd, {passive: true, capture: true});    box.addEventListener('touchcancel', onTouchCancel, {passive: true, capture: true});    box.addEventListener('click', function(event){      if(Date.now() < drag.suppressClickUntil){        event.preventDefault();        event.stopPropagation();      }    }, true);    scroller.addEventListener('click', function(event){      if(Date.now() < drag.suppressClickUntil){        event.preventDefault();        event.stopPropagation();      }    }, true);    scroller.addEventListener('scroll', updateArrows, {passive: true});    window.addEventListener('resize', updateArrows, {passive: true});    window.setTimeout(updateArrows, 0);    window.setTimeout(updateArrows, 300);  }  function apply(){    asArray(document.querySelectorAll('.gl-variation-swatches')).forEach(bindScroller);  }  if(document.readyState === 'loading'){    document.addEventListener('DOMContentLoaded', apply, {once: true});  } else {    apply();  }  window.setTimeout(apply, 400);  window.setTimeout(apply, 1200);  window.setTimeout(apply, 2400);  if(!window.__glVariationUiFixObserver){    var scheduled = false;    var observer = new MutationObserver(function(){      if(scheduled){return;}      scheduled = true;      window.requestAnimationFrame(function(){        scheduled = false;        apply();      });    });    observer.observe(document.documentElement || document.body, {childList: true, subtree: true});    window.__glVariationUiFixObserver = observer;  }})();<\/script><br \/>\n<!-- gl-variation-gallery-bridge:end --><\/p>\n","protected":false},"excerpt":{"rendered":"<div style=\"padding:16px 18px;border-radius:20px;background:#fffaf3;margin:8px 0 14px\">\n<div style=\"flex-wrap:wrap;gap:8px;margin-bottom:10px\"><span style=\"align-items:center;padding:6px 12px;border-radius:999px;background:#f3ead7;color:#6b4c25;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase\">Galb Leather<\/span><span style=\"align-items:center;padding:6px 12px;border-radius:999px;background:#f3ead7;color:#6b4c25;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase\">Okul Cantasi<\/span><span style=\"align-items:center;padding:6px 12px;border-radius:999px;background:#f3ead7;color:#6b4c25;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase\">Hizli kargo<\/span><\/div>\n<p><strong>2&#x27;lI Set Lux Krinkil Kumas Lise Ve Ortaokul Sirt Cantasi + Kalemlik, Maymun Anahtarlik Hediyeli<\/strong> ayni urun altinda varyant secimi, guvenli odeme ve hizli teslimat avantaji ile sunulur.<\/p>\n<\/div>\n","protected":false},"featured_media":14875,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_cat":[753],"product_tag":[],"class_list":{"0":"post-14883","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-okul-cantasi","8":"first","9":"outofstock","10":"shipping-taxable","11":"purchasable","12":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product\/14883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/comments?post=14883"}],"version-history":[{"count":14,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product\/14883\/revisions"}],"predecessor-version":[{"id":16949,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product\/14883\/revisions\/16949"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/media\/14875"}],"wp:attachment":[{"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/media?parent=14883"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product_cat?post=14883"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/galbleather.com\/index.php\/wp-json\/wp\/v2\/product_tag?post=14883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}