Home page
<!-- Why choose -->
<div class="why-choose heading font">
<h2>Why Choose GSF Car Parts</h2>
<div class="cards">
<div class="columns-3">
<img src="https://mcprod.gsfcarparts.com/static/version1745383339/graphql/_view/en_US/Magento_Cms/images/delivery.svg" alt="image-icon">
<h5>Free <span class="display-the-block">UK Delivery*</span></h5>
<p class="d-md-none">Free delivery is applicable on all orders over £25 inc VAT to UK mainland addresses.</p>
</div>
<div class="columns-3">
<img src="https://mcprod.gsfcarparts.com/static/version1745383339/graphql/_view/en_US/Magento_Cms/images/return.svg" alt="image-icon">
<h5>60 Day <span class="display-the-block">Return</span></h5>
<p class="d-md-none">All the products we sell have a minimum of 12 months warranty (unless otherwise stated).</p>
</div>
<div class="columns-3">
<img src="https://mcprod.gsfcarparts.com/static/version1745383339/graphql/_view/en_US/Magento_Cms/images/clickCollect.svg" alt="image-icon">
<h5>Free <span class="display-the-block">Click & Collect</span></h5>
<p class="d-md-none">Over 180 store locations across the UK & Ireland, ready for you to collect in just 30 minutes.</p>
</div>
<div class="columns-3">
<img src="https://mcprod.gsfcarparts.com/static/version1745383339/graphql/_view/en_US/Magento_Cms/images/rate.svg" alt="image-icon">
<h5>4.5/5 Rated <span class="display-the-block">Excellent</span></h5>
<p class="d-md-none">Rated 4.5/5 from over 45,000 reviews, we are trusted trade specialists.</p>
</div>
</div>
<div class="text-area">
<p>
Here at GSF Car Parts, you’ll find all of the car parts, accessories, batteries, oils and tools you could possibly need to keep your vehicle running smoothly. We offer free UK delivery on all orders over £25, and there's even the option to <span class="bold-text">Click & Collect</span> for FREE within an hour at more than <span class="bold-text">180+ branches</span> across the UK. So, if you’re in a pinch, you can get hold of the car parts and spares you need quickly and easily.
<span class="show-less">
Our range of products is extensive, and we stock parts for all makes of car and light commercial vehicle. Plus, if you're shopping online and aren't sure where to start, our handy car parts finder can help you out. Simply enter your car’s registration or vehicle details to find the right car auto parts in seconds. You can also use our live chat feature or get in touch using our contact form.
<br><br>
Whether you’re looking to invest in original quality spares or you need cheap car parts, you’re sure to find exactly what you need here for a great price. In fact, many of our parts are up to half the price of those you’ll find at some main dealer retailers. So, shop with us now to get car parts for less.
<br><br>
While we’re trade specialists, all of our customers will receive a warm welcome from our knowledgeable staff. And, they’ll be more than happy to help you find the car parts, accessories, batteries, or tools that you require.
</span>
<span class="read-more active">Read More</span>
<span class="read-less">Read Less</span>
</p>
</div>
</div>
<!-- why choose -->
<style>
@media (max-width: 767px) {
.cms-index-index .deals.heading h2 {
color: #1C2527 !important;
}
}
</style>
<script>
require(['jquery'], function($) {
$(document).ready(function() {
function handleStorageChange(event) {
if (event.originalEvent.key === 'recently_viewed_product') {
var updatedData = localStorage.getItem('recently_viewed_product');
console.log('Updated data');
// Call initializeSlider after a small delay to ensure the DOM is updated
var tid = setTimeout(initializeSlider, 100);
}
}
function initializeSlider() {
$(".pick-up-slider").slick({
dots: false,
infinite: false,
slidesToScroll: 1,
slidesToShow: 4,
arrows: true,
swipeToSlide: true,
accessibility: true,
variableWidth: true,
focusOnSelect: false,
centerMode: false,
responsive: [
{
breakpoint: 1750,
settings: {
slidesToShow: 4,
variableWidth: true
}
},
{
breakpoint: 1350,
settings: {
slidesToShow: 3,
variableWidth: true
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
variableWidth: true
}
}
]
});
if (!$('.pick-up-slider').hasClass('slick-initialized')) {
var tid = setTimeout(initializeSlider, 100);
}else{
clearTimeout(tid);
}
}
$(window).on('storage', handleStorageChange);
});
});
</script>