wholesale tire sales

call to create an account

Search By Vehicle

Season And Size

Season

Tread Width

Aspect Ratio

Rim

Tire Size

ZEXTOUR 215/55/ZR17

Zextour Premium LS665 All Season

$99.75 +GST

YUSTA LT265/75/R16

Yusta 4x4Conqueror All Terrain/ All Weather All Terrain

$212.50 +GST

YUSTA LT235/85R16

Yusta 4x4Conqueror All Terrain/ All Weather All Terrain

$199.75 +GST

YOKOHAMA LT275/70R18 (used)

Lt Yokohama Geolandar M/T GO03 All Season

$150.00 +GST

YOKOHAMA 265/60R18

Yokohama Geolandar A/T All Terrain

$200.00 +GST

YOKOHAMA 255/45R19

Yokohama W*Drive Winter

$212.00 +GST
document.addEventListener('DOMContentLoaded', function () { var findButton = document.getElementById('findmytire'); var tireSizeDropdown = document.getElementById('tire_size'); var woolentorClearBtn = document.querySelector('.wlpf-group-clear-action-button'); if (findButton && tireSizeDropdown) { findButton.addEventListener('click', function (e) { e.preventDefault(); var selectedSize = tireSizeDropdown.value; var tireFilterBlock = document.querySelector("[data-id='17437958582006'][data-title='Tire Size']"); if (!tireFilterBlock) return; var checkboxes = tireFilterBlock.querySelectorAll("input[type='checkbox']"); if (checkboxes.length > 0) { for (var i = 0; i < checkboxes.length; i++) { var cb = checkboxes[i]; cb.checked = (cb.value === selectedSize); cb.dispatchEvent(new Event('change', { bubbles: true })); } } }); } if (woolentorClearBtn && tireSizeDropdown) { woolentorClearBtn.addEventListener('click', function () { tireSizeDropdown.selectedIndex = 0; }); } });