ACC SHELL

Path : /srv/www/vhosts/eqnxold/
File Upload :
Current File : /srv/www/vhosts/eqnxold/warranty-conditions.php

<?
include "lib/class.mysql.php";
include "lib/class.sablony.php";
include "lib/function.php";
include "lib/class.stranky.php";
include "lib/class.texy.php";
include "lib/class.data.php";

include "lib/config.php";

$page->menu = "";
$page->data['name'] = "Warranty conditions";



$page->connect();      

echo $page->StaticHead();
echo $page->StaticTop();
echo $page->StaticMainMenu();
$bottom = $page->StaticBottom();

$page -> close();      

echo $page -> end;



?>

	<div id="text"><div class="produkt">
		<div class="menu" id="whymenu">
			<h3>Customer Service</h3><p></p>
			<ul>
				<li><a href="warranty-conditions.php"><span>&gt;</span> Warranty Conditions</a></li>
				<li><a href="users-guide.php"><span>&gt;</span> User's Guide</a></li>
				<li><a href="service-center.php"><span>&gt;</span> Service center Equinox Europe</a></li>
			</ul>
		</div>
		<div class="obsah">
			<h1>WARRANTY CONDITIONS</h1>
			
			
			<h2>1. TWO (2) YEAR LIMITED WARRANTY</h2>
			<p>Equinox warrants its products to be free from the manufacturing defects for a period of 2 years after original purchase. Original proof of purchase is required. This warranty is made only with the original purchaser of the product and does not extend to any third parties.</p>

			<h2>2. NOT COVERED</h2>
			<p>Equinox warranty covers the manufacturing defects of its products. This warranty does not apply to damage caused by:
			<ul>
				<li>crash</li>
				<li>impact force</li>
				<li>the lack of reasonable or proper maintenance</li>
				<li>abuse of product</li>
				<li>non-compliance with manufacturers specifi cations of usage</li>
			</ul></p>
			<p>The wear and tear parts (brake pads, bearings, brake surface of rims, rim decoration stickers, cosmetics imperfections in the surface) are subject to damage as a result of riding in the other than recommended conditions or of normal use, therefore our warranty does not apply to the normal wear and tear.</p>
			<p>This warranty does not apply when the product has been modified.</p>
			<p>This warranty does not apply when the serial number or production code has been deliberately altered, defaced or removed.</p>
			<p>This warranty shall not cover damages caused by the use of parts of different manufacturers. This warranty shall not cover damages caused by the use of parts that are not compatible, suitable and/or authorized by Equinox.</p>

			<h2>3. IMPORTANT</h2>
			<p>Only the attached Equinox‘s brake pads for carbon rims are recommended to brake Equinox rim. Please consult with your local dealer to get replacement pads, if needed. Equinox rim braking area is covered with a layer of special fiber to resist the braking heat and abrasion. Replace a new rim once this layer is worn out.</p>

			<h2>4. CUSTOMER SERVICE</h2>
			<p>Please don‘t hesitate to contact us for any question or concern you may have: <a href="mailto:info@equinox-bikes.eu">info@equinox-bikes.eu</a></p>
			
			<p><a href="data/download/warranty-policy.pdf" class="pdflink">Download Warranty Conditions in PDF</a></p>
		</div>
	</div></div>
	
<? echo $bottom; ?>

ACC SHELL 2018