Terms of service
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service · Asdaw</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #f5f7fa;
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: #1e1e1e;
line-height: 1.65;
padding: 2rem 1rem;
}
.policy-container {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 6px 24px rgba(0,0,0,0.04);
padding: 2.5rem 2.2rem;
border: 1px solid #e9edf2;
}
.store-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
gap: 1rem;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid #e2e8f0;
}
.store-name {
font-size: 1.1rem;
font-weight: 600;
color: #1e3a5f;
background: #eef3f9;
display: inline-block;
padding: 0.3rem 1.1rem;
border-radius: 40px;
}
h1 {
font-size: 1.9rem;
font-weight: 600;
letter-spacing: -0.02em;
color: #111;
margin-top: 0.6rem;
}
.last-updated {
font-size: 0.8rem;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.03em;
}
h3 {
font-size: 1.15rem;
font-weight: 600;
margin: 1.6rem 0 0.6rem 0;
color: #2c3e50;
}
p { margin-bottom: 0.9rem; color: #2d3a4b; }
.footer-note {
margin-top: 3rem;
padding-top: 1.4rem;
border-top: 1px solid #dce5ed;
font-size: 0.88rem;
color: #5f6f80;
text-align: center;
}
@media (max-width: 700px) {
body { padding: 1.2rem 0.8rem; }
.policy-container { padding: 1.5rem 1.2rem; }
h1 { font-size: 1.6rem; }
.store-header { flex-direction: column; align-items: flex-start; }
}
</style>
</head>
<body>
<div class="policy-container">
<div class="store-header">
<div>
<div class="store-name">Asdaw</div>
<h1>Terms of Service</h1>
</div>
<div class="last-updated">Last updated: September 23, 2026</div>
</div>
<p>These Terms of Service govern access to and purchases from <strong>asdaw.shop</strong>, which is operated by Asdaw. By using the website or placing an order, you agree to these terms and the policies published on the store.</p>
<h3>Store use</h3>
<p>Customers may use the website only for lawful shopping and support purposes. Interference with store security, checkout, inventory, accounts, or other customers is prohibited. We may restrict access or cancel activity reasonably believed to be fraudulent, unlawful, or harmful.</p>
<h3>Product information</h3>
<p>We aim to present product names, descriptions, images, prices, availability, and material purchase conditions accurately. Packaging or appearance may change because of supplier updates or screen display differences. Customers should review the product page and product label before use. Product information is not medical advice.</p>
<p>Product names, trademarks, logos, and imagery may belong to their respective owners and are used to identify products offered for sale. Unless expressly stated, Asdaw is an independent retailer and is not the manufacturer or brand owner.</p>
<h3>Orders and pricing</h3>
<p>An order is an offer to purchase. An order may be rejected, limited, or canceled before fulfillment because of inventory, pricing, address, payment, fraud, legal, or technical issues. If payment was captured for a canceled order, the amount will be refunded to the original payment method.</p>
<p>Prices, discounts, taxes, shipping charges, and the final total are displayed before payment. Customers are responsible for providing accurate billing, contact, and shipping information.</p>
<h3>Shipping and returns</h3>
<p>Normal processing time is <strong>0–2 business days</strong> and estimated transit time is 2–5 business days for eligible United States orders. Full conditions are stated in the Shipping Policy. Return and refund eligibility, costs, and timing are stated in the Refund Policy.</p>
<h3>Intellectual property</h3>
<p>Store-created website text, layout, and graphics are protected by applicable intellectual-property laws. Third-party names, trademarks, logos, product images, and other materials remain the property of their respective owners. No permission is granted to copy or misuse protected material.</p>
<h3>Limitation of liability</h3>
<p>To the maximum extent permitted by law, Asdaw is not liable for indirect, incidental, special, punitive, or consequential loss caused by website misuse, product misuse, carrier delay, third-party services, or events outside reasonable control. Nothing in these terms excludes rights or liability that cannot legally be excluded.</p>
<h3>Changes</h3>
<p>These terms may be updated when store operations, legal requirements, payment practices, shipping rules, or website features change. The current version applies when published on the website.</p>
<div class="footer-note">© 2026 Asdaw · All rights reserved.</div>
</div>
</body>
</html>