Yildiz Pro 12g - Super Extended - Titanium (2024)

StockistsChoke Finder

Yildiz Pro 12g - Super Extended - Titanium (6)Yildiz Pro 12g - Super Extended - Titanium (7)

Cart

Checkout using your account

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of Service apply.

Checkout as a new customer

Creating an account has many benefits:

  • See order and shipping status
  • Track order history
  • Check out faster

Create an Account

Skip to Content

Yildiz Pro 12g - Super Extended - Titanium (17)

Titanium

Titanium

Description

Choke Length7.47cm / 2.94in
Weight20g / 0.71oz
Extended Section Length2.28cm / 0.9in
Barrel Bore Size18.6mm / 0.733in

Other Yildiz chokes

You may also like

Description

Manufactured in England from aerospace grade high-tensile titanium on state of the art CNC machinery. Our choke dimensions are made to exacting tolerances based on the guns precise bore size and our field-tested constriction dimensions.

This choke is for the Yildiz system. If you are unsure of whether this choke is suitable for your gun, please compare the length of an existing choke and the location of the thread to the product image.

Kindly note that at this moment we cannot recommend the use of ported chokes with steel shot as no testing has been done by ourselves to see how they cope with the higher pressures. We will be testing steel shot with ported chokes once the cartridge companies have consistent components and will update our guidance accordingly.

Delivery & Returns

UK (excluding N.I) - £4.95

International - £9.95

Orders recieved by midday will be despatched same day

(subject to availability)

Some delivery options may not be available for certain areas.

Learn more

Reviews

`; }; // Loop through the slider.children for (let i = 0; i < slider.children.length; i++) { initSwiperCarousel(slider.children[i]); } slider.classList.add('swiper'); slider.innerHTML = `

${slider.innerHTML}

`; // If sliderConfig contains a scrollbar, add it to the slider element if(typeof sliderConfig.scrollbar != 'undefined' && sliderConfig.scrollbar != false) { slider.innerHTML += ``; } // If sliderConfig contains a pagination, add it to the slider element if(typeof sliderConfig.pagination != 'undefined' && sliderConfig.pagination != false) { slider.innerHTML += ``; } // If any sliders have Show Arrows turned on in the pagebuilder then map that to swiper. if(typeof slider.dataset !== 'undefined' && typeof slider.dataset.showArrows !== 'undefined' && slider.dataset.showArrows === 'true') { sliderConfig.navigation = { nextEl: ".swiper-button-next-_6666a50dc09af", prevEl: ".swiper-button-prev-_6666a50dc09af", } } if(typeof sliderConfig.navigation != 'undefined' && sliderConfig.navigation != false) { slider.innerHTML += ` `; } var swiper = new Swiper(slider, sliderConfig); } } }; // If any of our known carousel appearances exist on the page then initialize them as Swiper window.addEventListener('DOMContentLoaded', () => { // Swiper const carouselElements = document.querySelectorAll( `[data-appearance="one"], [data-appearance="one-and-third"], [data-appearance="three"]` ); if (carouselElements.length > 0) { const script = document.createElement('script'); script.type = 'text/javascript'; script.addEventListener('load', () => { initSwiperCarousels(carouselElements); }); const swiperCsslink = document.createElement('link'); swiperCsslink.rel = 'stylesheet'; swiperCsslink.type = 'text/css'; swiperCsslink.href = 'https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css'; swiperCsslink.media = 'all'; document.head.appendChild(swiperCsslink); script.src = 'https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js'; document.head.appendChild(script); } // Glider const gliderCarouselElements = document.querySelectorAll( `[data-content-type="products"][data-appearance="carousel"]:not([data-appearance="one"]):not([data-appearance="one-and-third"]):not([data-appearance="three"]), [data-content-type="slider"]:not([data-appearance="one"]):not([data-appearance="one-and-third"]):not([data-appearance="three"])` ); if (gliderCarouselElements.length > 0) { const gliderScript = document.createElement('script'); gliderScript.type = 'text/javascript'; gliderScript.addEventListener('load', () => { initGliderCarousels(gliderCarouselElements); }); gliderScript.src = 'https\u003A\u002F\u002Fwww.teaguechokes.com\u002Fstatic\u002Ffrontend\u002FDevelo\u002Fteague\u002Fen_US\u002FMagento_PageBuilder\u002Fjs\u002Fglider.min.js'; document.head.appendChild(gliderScript); } }); const initGliderCarousels = (elements) => { if (!Glider) { return; } const initGliderProductCarousel = (carousel) => { const gliderElement = carousel.querySelector('[data-role="glider-content"]'); if (!gliderElement) { return; } const gliderDots = carousel.querySelector('.glider-dots'); const gliderPrev = carousel.querySelector('.glider-prev'); const gliderNext = carousel.querySelector('.glider-next'); const glider = new Glider(gliderElement, { slidesToShow: 2, slidesToScroll: 2, scrollLock: true, draggable: true, dragVelocity: 2.5, dots: gliderDots, arrows: { prev: gliderPrev, next: gliderNext, }, responsive: [ { breakpoint: 768, settings: { slidesToShow: 3, slidesToScroll: 3, } }, { breakpoint: 1024, settings: { slidesToShow: 4, slidesToScroll: 4, } }, ], }); carousel.classList.remove('overflow-x-scroll'); gliderPrev.classList.remove('hidden'); gliderNext.classList.remove('hidden'); if (carousel.dataset.autoplay !== 'false') { gliderAutoplay( glider, carousel.dataset.autoplaySpeed, carousel.dataset.infiniteLoop ); } }; const initGliderSliderCarousel = (slider) => { slider.innerHTML = `

${slider.innerHTML}

`; slider.classList.add('glider-contain'); slider.insertAdjacentHTML( 'beforeend', '\u000A\u003Cdiv\u0020class\u003D\u0022carousel\u002Dnav\u0020flex\u0020items\u002Dcenter\u0020justify\u002Dcenter\u0020flex\u002D1\u0020p\u002D4\u0022\u003E\u000A\u0020\u0020\u0020\u0020\u003Cbutton\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020aria\u002Dlabel\u003D\u0022Previous\u0022\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020class\u003D\u0022glider\u002Dprev\u0020w\u002D8\u0020h\u002D8\u0020mr\u002D1\u0020text\u002Dblack\u0020rounded\u002Dfull\u0020outline\u002Dnone\u0020focus\u003Aoutline\u002Dnone\u0020hidden\u0022\u003E\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u003Csvg\u0020xmlns\u003D\u0022http\u003A\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\u0022\u0020fill\u003D\u0022none\u0022\u0020viewBox\u003D\u00220\u00200\u002024\u002024\u0022\u0020stroke\u003D\u0022currentColor\u0022\u0020width\u003D\u002224\u0022\u0020height\u003D\u002224\u0022\u003E\u000A\u0020\u0020\u003Cpath\u0020stroke\u002Dlinecap\u003D\u0022round\u0022\u0020stroke\u002Dlinejoin\u003D\u0022round\u0022\u0020stroke\u002Dwidth\u003D\u00222\u0022\u0020d\u003D\u0022M15\u002019l\u002D7\u002D7\u00207\u002D7\u0022\u002F\u003E\u000A\u003C\u002Fsvg\u003E\u000A\u0020\u0020\u0020\u0020\u003C\u002Fbutton\u003E\u000A\u0020\u0020\u0020\u0020\u003Cdiv\u0020role\u003D\u0022tablist\u0022\u0020class\u003D\u0022glider\u002Ddots\u0020select\u002Dnone\u0020flex\u0020flex\u002Dwrap\u0020mx\u002D1\u0020justify\u002Dcenter\u0020p\u002D0\u0020focus\u003Aoutline\u002Dnone\u0022\u003E\u003C\u002Fdiv\u003E\u000A\u0020\u0020\u0020\u0020\u003Cbutton\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020aria\u002Dlabel\u003D\u0022Next\u0022\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020class\u003D\u0022glider\u002Dnext\u0020w\u002D8\u0020h\u002D8\u0020ml\u002D1\u0020text\u002Dblack\u0020rounded\u002Dfull\u0020outline\u002Dnone\u0020focus\u003Aoutline\u002Dnone\u0020hidden\u0022\u003E\u000A\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u003Csvg\u0020xmlns\u003D\u0022http\u003A\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\u0022\u0020fill\u003D\u0022none\u0022\u0020viewBox\u003D\u00220\u00200\u002024\u002024\u0022\u0020stroke\u003D\u0022currentColor\u0022\u0020width\u003D\u002224\u0022\u0020height\u003D\u002224\u0022\u003E\u000A\u0020\u0020\u003Cpath\u0020stroke\u002Dlinecap\u003D\u0022round\u0022\u0020stroke\u002Dlinejoin\u003D\u0022round\u0022\u0020stroke\u002Dwidth\u003D\u00222\u0022\u0020d\u003D\u0022M9\u00205l7\u00207\u002D7\u00207\u0022\u002F\u003E\u000A\u003C\u002Fsvg\u003E\u000A\u0020\u0020\u0020\u0020\u003C\u002Fbutton\u003E\u000A\u003C\u002Fdiv\u003E\u000A' ); const gliderElement = slider.querySelector('[data-role="glider-content"]'); const gliderDots = slider.querySelector('.glider-dots'); const gliderPrev = slider.querySelector('.glider-prev'); const gliderNext = slider.querySelector('.glider-next'); const glider = new Glider(gliderElement, { slidesToShow: 1, slidesToScroll: 1, scrollLock: true, scrollLockDelay: 250, draggable: true, dragVelocity: 2.5, dots: gliderDots, arrows: { prev: gliderPrev, next: gliderNext, }, }); slider.classList.add('glider-initialized'); if (slider.dataset.showArrows === 'true') { gliderPrev.classList.remove('hidden'); gliderNext.classList.remove('hidden'); } if (slider.dataset.autoplay !== 'false') { gliderAutoplay( glider, slider.dataset.autoplaySpeed, slider.dataset.infiniteLoop ); } }; const gliderAutoplay = (glider, milliseconds, loop) => { const pagesCount = glider.track.childElementCount; let slideTimeout = null; let nextIndex = 1; let paused = false; const slide = () => { slideTimeout = setTimeout( () => { if (loop && nextIndex >= pagesCount) { nextIndex = 0; } glider.scrollItem(nextIndex); }, parseInt(milliseconds) ); }; glider.ele.addEventListener('glider-animated', () => { nextIndex = glider.slide + glider.opt.slidesToScroll; window.clearInterval(slideTimeout); if (!paused && (loop || nextIndex < pagesCount)) { slide(); } }); const pause = () => { if (!paused) { clearInterval(slideTimeout); paused = true; } }; const unpause = () => { if (paused) { slide(); paused = false; } }; glider.ele.parentElement.addEventListener('mouseover', pause, {passive: true}); glider.ele.parentElement.addEventListener('touchstart', pause, {passive: true}); glider.ele.parentElement.addEventListener('mouseout', unpause, {passive: true}); glider.ele.parentElement.addEventListener('touchend', unpause, {passive: true}); slide(); }; elements.forEach(element => { if (element.dataset.contentType === 'products') { initGliderProductCarousel(element); } if (element.dataset.contentType === 'slider') { initGliderSliderCarousel(element); } }); }; })();
Yildiz Pro 12g - Super Extended - Titanium (2024)
Top Articles
Latest Posts
Article information

Author: Catherine Tremblay

Last Updated:

Views: 6343

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Catherine Tremblay

Birthday: 1999-09-23

Address: Suite 461 73643 Sherril Loaf, Dickinsonland, AZ 47941-2379

Phone: +2678139151039

Job: International Administration Supervisor

Hobby: Dowsing, Snowboarding, Rowing, Beekeeping, Calligraphy, Shooting, Air sports

Introduction: My name is Catherine Tremblay, I am a precious, perfect, tasty, enthusiastic, inexpensive, vast, kind person who loves writing and wants to share my knowledge and understanding with you.