General Conditions of Sale

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>General Conditions of Sale - Levost</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header {
background-color: #333;
color: #fff;
padding: 10px 20px;
text-align: center;
}
h1, h2 {
color: #444;
}
section {
background: #fff;
padding: 20px;
margin: 10px auto;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
footer {
text-align: center;
margin-top: 20px;
font-size: 0.9em;
color: #555;
}
has {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

<header>
<h1>General Conditions of Sale</h1>
</header>

<section>
<h2>1. Introduction</h2>
<p>These General Terms and Conditions of Sale (GTC) govern the contractual relations between <strong>Levost</strong>, owner of the site <strong>www.levost.com</strong>, and any user wishing to make a purchase on this site. By accessing and using our online store, you accept these conditions.</p>

<h2>2. Company contact details</h2>
<p>
<strong>Store name:</strong> Levost<br>
<strong>Domain name:</strong> <a href="https://www.levost.com" target="_blank">www.levost.com</a><br>
<strong>Address:</strong> Montreal, QC, Canada<br>
<strong>Contact:</strong> <a href="mailto:info@levost.com">info@levost.com</a>
</p>

<h2>3. Products and availability</h2>
<p>The products offered on our site are described and presented with the greatest possible precision. In the event of an error or omission in this description, we cannot be held responsible.</p>

<h2>4. Prices and payments</h2>
<p>All prices are in Canadian dollars (CAD) and include applicable taxes. Payment for products is made online via secure means.</p>

<h2>5. Delivery</h2>
<p>
<strong>Shipping times:</strong> 48 to 72 business hours.<br>
<strong>Delivery times:</strong> 7 to 14 working days.<br>
<strong>Tracking:</strong> A tracking number will be provided after shipment.
</p>

<h2>6. Return and Refund Policy</h2>
<p>You have <strong>14 days</strong> after receiving your order to request a return or exchange. Return costs are your responsibility, unless we made an error.</p>

<h2>7. Legal guarantee</h2>
<p>The products sold benefit from the legal guarantee of conformity and the guarantee against hidden defects, in accordance with Canadian laws.</p>

<h2>8. Responsibility</h2>
<p>Levost cannot be held responsible for damages resulting from improper use of products purchased on the site.</p>

<h2>9. Personal data</h2>
<p>Your information is used only to process your purchases and comply with our <a href="#">Privacy Policy</a>.</p>

<h2>10. Intellectual Property</h2>
<p>The contents of the site www.levost.com are protected by intellectual property laws. Any reproduction is prohibited without authorization.</p>

<h2>11. Disputes</h2>
<p>In the event of a dispute, the disputes will be submitted to the competent courts of the province of Quebec, Canada.</p>

<h2>12. Modification of the T&Cs</h2>
<p>Levost reserves the right to modify these T&Cs at any time. The modifications will be applicable as soon as they are published on the site.</p>
</section>

<footer>
&copy; 2024 Levost. All rights reserved.
</footer>

</body>
</html>