-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
128 lines (108 loc) · 8.68 KB
/
Copy pathterms.html
File metadata and controls
128 lines (108 loc) · 8.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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 · Keravex</title>
<meta name="description" content="Keravex terms of service.">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iNiIgZmlsbD0iI0MwNjEzRCIvPgogIDx0ZXh0IHg9IjE2IiB5PSIyMyIgZm9udC1mYW1pbHk9Ikdlb3JnaWEsc2VyaWYiIGZvbnQtc2l6ZT0iMjAiIGZvbnQtd2VpZ2h0PSI3MDAiIAogICAgICAgIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZpbGw9IndoaXRlIj5LPC90ZXh0Pgo8L3N2Zz4=">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bk:#0A0A08;--dk:#131311;--wm:#FDFAF5;--of:#F2EDE5;--tr:#C0613D;--tx:#1A1A18;--mu:#5C5A54}
body{font-family:'DM Sans',sans-serif;background:var(--wm);color:var(--tx);line-height:1.65;font-size:15px;font-weight:400;-webkit-font-smoothing:antialiased}
nav{padding:22px 40px;border-bottom:1px solid rgba(0,0,0,.07);display:flex;align-items:center;justify-content:space-between;background:var(--wm)}
.logo{font-family:'Cormorant',serif;font-size:24px;font-weight:400;letter-spacing:.02em;color:var(--bk);text-decoration:none}
.nl{font-size:13px;color:var(--mu);text-decoration:none;font-weight:500}
.nl:hover{color:var(--tr)}
.wrap{max-width:760px;margin:60px auto;padding:0 30px 80px}
h1{font-family:'Cormorant',serif;font-size:48px;font-weight:300;line-height:1.15;color:var(--bk);margin-bottom:8px;letter-spacing:-.01em}
.upd{color:var(--mu);font-size:13px;margin-bottom:40px;font-weight:500}
h2{font-family:'Cormorant',serif;font-size:26px;font-weight:400;color:var(--bk);margin:36px 0 14px;letter-spacing:-.01em}
h3{font-size:15px;font-weight:600;color:var(--bk);margin:22px 0 8px}
p{margin-bottom:14px;color:var(--tx)}
ul{margin:8px 0 16px 22px}
li{margin-bottom:6px}
a{color:var(--tr);font-weight:500}
strong,b{font-weight:600;color:var(--bk)}
.ct{background:var(--of);padding:24px 28px;border-radius:6px;margin-top:30px;font-size:14px}
.warn{background:#FFF4ED;border-left:3px solid var(--tr);padding:18px 22px;margin:24px 0;font-size:14px;border-radius:0 4px 4px 0}
footer{background:var(--dk);color:var(--wm);padding:40px;text-align:center;font-size:13px}
footer a{color:rgba(253,250,245,.85);text-decoration:none;border-bottom:1px solid rgba(253,250,245,.3);padding-bottom:1px}
.fl{font-family:'Cormorant',serif;font-size:22px;margin-bottom:14px;color:var(--wm)}
@media (max-width:600px){nav{padding:18px 20px}h1{font-size:36px}.wrap{margin:30px auto;padding:0 20px 60px}}
</style>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1979722285959309');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1979722285959309&ev=PageView&noscript=1"/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<nav>
<a href="/" class="logo">Keravex</a>
<a href="/" class="nl">← Back to home</a>
</nav>
<div class="wrap">
<h1>Terms of <em style="color:var(--tr);font-style:italic;font-family:Cormorant,serif">Service</em></h1>
<div class="upd">Last updated: April 29, 2026</div>
<p>By using keravex.com or reserving a Keravex founding spot, you agree to these Terms of Service. If you do not agree, please do not use our website or services.</p>
<h2>1. Who we are</h2>
<p>Keravex is a dietary-supplement brand offering hair-support and metabolic-recovery formulations designed for users of GLP-1 receptor agonist medications. Reservations are processed through Gumroad. Products will ship beginning August 2026 to founding members.</p>
<h2>2. Founding-spot reservation</h2>
<p>The $20 founding-spot reservation is a <strong>refundable pre-order deposit</strong> that:</p>
<ul>
<li>Reserves your place among the first 500 founding members</li>
<li>Locks in the founding price of $49/mo for the lifetime of your subscription, even after we move to retail pricing of $79/mo</li>
<li>Is credited toward your first month's order when product ships</li>
<li>Is fully refundable on demand within 30 days of payment</li>
<li>Will be automatically refunded if we are unable to ship by October 31, 2026</li>
</ul>
<h2>3. Refunds</h2>
<p>To request a refund, email <a href="mailto:hi@keravex.com">hi@keravex.com</a> with your Gumroad order ID. Refunds are processed within 3–5 business days to your original payment method.</p>
<p>This policy is in accordance with the FTC's Mail, Internet, or Telephone Order Merchandise Rule (16 CFR Part 435).</p>
<h2>4. Subscription billing</h2>
<p>When the product launches, you will be invited to convert your reservation into an active monthly subscription at the founding price of $49/mo. You will be charged only after you affirmatively activate your subscription. Subscriptions auto-renew monthly until cancelled. You may cancel at any time by emailing <a href="mailto:hi@keravex.com">hi@keravex.com</a> or through your Gumroad account. There are no cancellation fees.</p>
<h2>5. Health disclaimer</h2>
<div class="warn">
<strong>Important.</strong> Keravex is a dietary supplement, not a medication. Statements on this site have not been evaluated by the U.S. Food and Drug Administration. Keravex is not intended to diagnose, treat, cure, or prevent any disease. Individual results vary. Consult your physician before starting any supplement, especially if you are pregnant, nursing, taking prescription medication including GLP-1 receptor agonists, or have a medical condition.
</div>
<h2>6. Eligibility</h2>
<p>You must be at least 18 years of age and a legal resident of the United States to reserve or purchase Keravex products. By reserving, you represent that you meet these requirements.</p>
<h2>7. Reviews and testimonials</h2>
<p>Customer reviews and testimonials displayed on our website represent individual experiences and are not a guarantee of results. Individuals appearing in product photography may be paid models unless otherwise noted.</p>
<h2>8. Intellectual property</h2>
<p>All content on keravex.com — including the Keravex name, logo, copy, images, and product formulations — is owned by Keravex and protected by U.S. and international copyright and trademark law. You may not reproduce or distribute our content without written permission.</p>
<h2>9. Limitation of liability</h2>
<p>To the fullest extent permitted by law, Keravex is not liable for any indirect, incidental, consequential, or punitive damages arising from use of our website or products. Our total liability shall not exceed the amount you paid for the reservation or product.</p>
<h2>10. Governing law</h2>
<p>These Terms are governed by the laws of the State of Delaware, United States, without regard to its conflict-of-laws principles. Any dispute arising from these Terms or your use of our services shall be resolved through binding arbitration in Delaware.</p>
<h2>11. Changes to these Terms</h2>
<p>We may update these Terms from time to time. Material changes will be communicated to active customers via email. Continued use of our services after changes constitutes acceptance.</p>
<h2>12. Contact</h2>
<p>For all questions, refund requests, cancellations, and legal notices, contact us at <a href="mailto:hi@keravex.com">hi@keravex.com</a>.</p>
<div class="ct">
<strong>Questions about your reservation?</strong><br>
Email <a href="mailto:hi@keravex.com">hi@keravex.com</a> — we respond within 24 hours.
</div>
</div>
<footer>
<div class="fl">Keravex</div>
<div style="margin-bottom:14px">
<a href="mailto:hi@keravex.com">hi@keravex.com</a>
·
<a href="/privacy.html">Privacy</a>
·
<a href="/terms.html">Terms</a>
</div>
<div style="font-size:11px;color:rgba(253,250,245,.5);max-width:680px;margin:0 auto;line-height:1.6">
* These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. © 2026 Keravex. All rights reserved.
</div>
</footer>
</body>
</html>