[Back]
<div style="font-size: 16px; margin-bottom: 20px; line-height: 1.6;">
	Hi {{customer_full_name}},
	<br>
	<br>
	Your order confirmation number is {{order_confirmation_code}}.
</div>
<h4 style="margin-bottom: 10px; margin-top: 0px; font-size: 16px; font-weight: bold;">Order Details:</h4>
<div style="margin-bottom: 20px;">{{order_items}}</div>
<h4 style="margin-bottom: 10px; margin-top: 0px; font-size: 16px; font-weight: bold;">Order Summary</h4>
<div style="margin-bottom: 20px;">{{order_summary_breakdown}}</div>
<div style="margin-top: 25px;">
	<a href="{{manage_order_url_customer}}" style="display: block; text-decoration: none; padding: 10px; border-radius: 6px; text-align: center; font-size: 18px; color: #fff; background-color: #1e7bff; font-weight: 700;">Manage This Order</a>
</div>