Categories
-
Intl Delivery
via FedEx or DHL
-
Support 24/7
Online 24 hours
-
Free return
90 Days
-
payment method
Secure payment
Filter
jQuery(function($) {
new Shopify.OptionSelectors('product-selectors', {
product: {"id":8012781158582,"title":"Supertech Valve Spring Set - D-Series","handle":"supertech-valve-spring-set-d-series-sohc-dohc","description":"\u003cp\u003eSupertech performance valve springs are made with premium Superclean Chrome Silicon Vanadium Steel Alloy for higher performance and durability. Computer designed to ensure that wire stress levels do not overpass the limits for long durability under extreme conditions and harmonics are well under control.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan\u003eEngine Applications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eD-series SOHC VTEC \u0026amp; NON-VTEC \/ Single springs - 16pc set\u003c\/li\u003e\n\u003cli\u003eD-series SOHC D17A (01-05 Civic) \/ Single springs - 16pc set\u003c\/li\u003e\n\u003cli\u003eD-series DOHC ZC\/D16A1\/D16A9 \/ Dual springs - 32pc set\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!----\u003e","published_at":"2026-01-10T11:20:29-05:00","created_at":"2024-06-28T14:18:05-04:00","vendor":"Stocky AutoWorks","type":"","tags":["D-SERIES","Engine","Supertech","Valve Spring"],"price":13800,"price_min":13800,"price_max":18500,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":43302285410486,"title":"D-SERIES SOHC NON-VTEC","option1":"D-SERIES SOHC NON-VTEC","option2":null,"option3":null,"sku":"SPR-H1003S","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Supertech Valve Spring Set - D-Series - D-SERIES SOHC NON-VTEC","public_title":"D-SERIES SOHC NON-VTEC","options":["D-SERIES SOHC NON-VTEC"],"price":13800,"weight":2268,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43302285443254,"title":"D-SERIES VTEC (D16\/17)","option1":"D-SERIES VTEC (D16\/17)","option2":null,"option3":null,"sku":"SPR-H1002S","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Supertech Valve Spring Set - D-Series - D-SERIES VTEC (D16\/17)","public_title":"D-SERIES VTEC (D16\/17)","options":["D-SERIES VTEC (D16\/17)"],"price":13800,"weight":2268,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43302285476022,"title":"D-SERIES DOHC ZC","option1":"D-SERIES DOHC ZC","option2":null,"option3":null,"sku":"SPR-TS1015\/ZC","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Supertech Valve Spring Set - D-Series - D-SERIES DOHC ZC","public_title":"D-SERIES DOHC ZC","options":["D-SERIES DOHC ZC"],"price":18500,"weight":2268,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/files\/single-spring-retainer-kit__15003_1.jpg?v=1719598551"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/files\/single-spring-retainer-kit__15003_1.jpg?v=1719598551","options":["Motor"],"media":[{"alt":null,"id":28119910383798,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/single-spring-retainer-kit__15003_1.jpg?v=1719598551"},"aspect_ratio":1.0,"height":960,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/single-spring-retainer-kit__15003_1.jpg?v=1719598551","width":960}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eSupertech performance valve springs are made with premium Superclean Chrome Silicon Vanadium Steel Alloy for higher performance and durability. Computer designed to ensure that wire stress levels do not overpass the limits for long durability under extreme conditions and harmonics are well under control.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan\u003eEngine Applications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eD-series SOHC VTEC \u0026amp; NON-VTEC \/ Single springs - 16pc set\u003c\/li\u003e\n\u003cli\u003eD-series SOHC D17A (01-05 Civic) \/ Single springs - 16pc set\u003c\/li\u003e\n\u003cli\u003eD-series DOHC ZC\/D16A1\/D16A9 \/ Dual springs - 32pc set\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!----\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("D-SERIES SOHC NON-VTEC").trigger('change');
});
//get variant form url
var getVariant = function () {
var params;
var parser = document.createElement('a');
parser.href = window.location.href;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
var params = decodeURIComponent(pair[1]);
}
return params;
}
var showAddtocart = jQuery(".product-options-bottom").offset().top;
//check position to show form in bottom
function checkPosition(){
var scrollTop = jQuery(window).scrollTop();
if (scrollTop > showAddtocart) {
jQuery(".add-to-cart-fixed").addClass('active');
//sync variant : content form => bottom form
var idVariant = getVariant();
$("#second-select").val(idVariant);
} else {
jQuery(".add-to-cart-fixed").removeClass('active');
}
};
jQuery(window).scroll(function () {
checkPosition()
});
//send request in bottom form
jQuery(".button-addtocard").click(function(){
jQuery(".product-options-bottom #AddToCart-product-template").click();
});
//sync variant : content form => bottom form
jQuery('#second-select').change(function(){
data_variant1 = ($(this).find(':selected').data('variant1'));
data_variant2 = ($(this).find(':selected').data('variant2'));
data_variant3 = ($(this).find(':selected').data('variant3'));
if (data_variant1 != "") {
jQuery("#swatch-0-" + data_variant1).click();
}
if (data_variant2 != "") {
jQuery("#swatch-1-" + data_variant2).click();
}
if (data_variant3 != "") {
jQuery("#swatch-2-" + data_variant3).click();
}
});
Supertech Valve Spring Set - D-Series
$138.00
Supertech performance valve springs are made with premium Superclean Chrome Silicon Vanadium Steel Alloy for higher performance and durability. Computer designed to...
Supertech performance valve springs are made with premium Superclean Chrome Silicon Vanadium Steel Alloy for higher performance and durability. Computer designed to ensure that wire stress levels do not overpass the limits for long durability under extreme conditions and harmonics are well under control.
Engine Applications
- D-series SOHC VTEC & NON-VTEC / Single springs - 16pc set
- D-series SOHC D17A (01-05 Civic) / Single springs - 16pc set
- D-series DOHC ZC/D16A1/D16A9 / Dual springs - 32pc set
Your order of $100 or more gets free standard delivery.
- Standard delivered 4-5 Business Days
- Express delivered 2-4 Business Days
Orders are processed and delivered Monday-Friday (excluding public holidays)
eMarket members enjoy free returns.
Chat with Us