<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shipping Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
color: #333;
}
h1 {
text-align: center;
}
.section-title {
font-weight: bold;
margin-top: 20px;
}
.contact-info {
margin-top: 30px;
padding: 15px;
background: #f7f7f7;
border-radius: 6px;
}
</style>
</head>
<body>
<h1>Shipping Policy</h1>
<p>Thank you for shopping with us. This Shipping Policy outlines how and when your items will be shipped after placing an order on our website.</p>
<p class="section-title">Processing Time</p>
<p>All orders are processed and shipped within <strong>2 business days</strong> from the time your order is placed. Orders are not processed or shipped on weekends or federal holidays.</p>
<p class="section-title">Shipping Methods</p>
<p>We ship all items using one of the following methods:</p>
<ul>
<li><strong>UPS Ground Saver</strong></li>
<li><strong>UPS Ground</strong></li>
</ul>
<p>The shipping method used will depend on the size, weight, and destination of your order.</p>
<p class="section-title">Shipping Confirmation</p>
<p>Once your order has shipped, you will receive a confirmation email containing tracking information so you can follow your package’s progress.</p>
<p class="section-title">Delays</p>
<p>While we strive to ship within the stated timeframe, delays may occur during peak periods, severe weather, or carrier interruptions. We are not responsible for shipping delays caused by carriers.</p>
<div class="contact-info">
<p><strong>Contact Information</strong></p>
<p>Email: <a href="mailto:mtimms@woodsalesinc.com">mtimms@woodsalesinc.com</a></p>
<p>Phone: 662-454-0005</p>
<p>Address: 137 2nd Street, Golden, MS 38847</p>
</div>
</body>
</html>