<style>
.signup-container {
font-family: Arial, sans-serif;
color: #fff;
text-align: center;
padding: 20px;
max-width: 500px;
margin: 0 auto;
}
.signup-container h1, p, li {
color: #fff;
}
.signup-container input[type="text"],
.signup-container input[type="email"],
.signup-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 5px;
}
.signup-container button {
background-color: #000;
color: #fff;
padding: 12px 20px;
border-radius: 5px;
cursor: pointer;
width: 100%;
border: none;
}
.signup-container button:hover {
background-color: #333;
}
.signup-container a {
color: #fff;
text-decoration: underline;
}
.signup-container ul {
list-style-type: disc;
text-align: left;
padding-left: 20px;
color: #fff;
}
</style>
<div class="signup-container">
<h1>Create Your Family Club Profile</h1>
<p>Register now for free to get early access to collections and points for rewards.</p>
<!-- Shopify Registration Form -->
<form method="post" action="/account">
<input type="hidden" name="form_type" value="create_customer">
<input type="hidden" name="utf8" value="✓">
<!-- First Name -->
<input type="text" name="customer[first_name]" placeholder="First Name" required>
<!-- Last Name -->
<input type="text" name="customer[last_name]" placeholder="Last Name" required>
<!-- Email -->
<input type="email" name="customer[email]" placeholder="E-mail" required>
<!-- Password -->
<input type="password" name="customer[password]" placeholder="Password" required>
<label>
<input type="checkbox" name="customer[accepts_marketing]" value="true">
Get WhatsApp newsletter, early access, insights & raffles
</label>
<!-- Submit Button -->
<button type="submit">Create Account</button>
</form>
<p>Already have an account?
<a href="https://shopify.com/authentication/72143503662/login?client_id=ff6252ef-1067-442b-aeeb-d58ec2aedf46&locale=en&redirect_uri=https%3A%2F%2Fshopify.com%2Fauthentication%2F72143503662%2Foauth%2Fauthorize%3Fclient_id%3Dff6252ef-1067-442b-aeeb-d58ec2aedf46%26locale%3Den%26nonce%3Db3821bd6-4ac2-4f74-a6f2-024ece39714e%26redirect_uri%3Dhttps%253A%252F%252Fshopify.com%252F72143503662%252Faccount%252Fcallback%253Fsource%253Dcore%26response_type%3Dcode%26scope%3Dopenid%2Bemail%2Bcustomer-account-api%253Afull%26state%3D01JFRDK24WKCCEBDQBJW9DGR55" target="_blank">Login</a>
</p>
<h2>The Benefits:</h2>
<ul>
<li>Exclusive early access to collections</li>
<li>Reward points for purchases</li>
<li>Special raffles and events</li>
</ul>
</div>
.signup-container {
font-family: Arial, sans-serif;
color: #fff;
text-align: center;
padding: 20px;
max-width: 500px;
margin: 0 auto;
}
.signup-container h1, p, li {
color: #fff;
}
.signup-container input[type="text"],
.signup-container input[type="email"],
.signup-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 5px;
}
.signup-container button {
background-color: #000;
color: #fff;
padding: 12px 20px;
border-radius: 5px;
cursor: pointer;
width: 100%;
border: none;
}
.signup-container button:hover {
background-color: #333;
}
.signup-container a {
color: #fff;
text-decoration: underline;
}
.signup-container ul {
list-style-type: disc;
text-align: left;
padding-left: 20px;
color: #fff;
}
</style>
<div class="signup-container">
<h1>Create Your Family Club Profile</h1>
<p>Register now for free to get early access to collections and points for rewards.</p>
<!-- Shopify Registration Form -->
<form method="post" action="/account">
<input type="hidden" name="form_type" value="create_customer">
<input type="hidden" name="utf8" value="✓">
<!-- First Name -->
<input type="text" name="customer[first_name]" placeholder="First Name" required>
<!-- Last Name -->
<input type="text" name="customer[last_name]" placeholder="Last Name" required>
<!-- Email -->
<input type="email" name="customer[email]" placeholder="E-mail" required>
<!-- Password -->
<input type="password" name="customer[password]" placeholder="Password" required>
<label>
<input type="checkbox" name="customer[accepts_marketing]" value="true">
Get WhatsApp newsletter, early access, insights & raffles
</label>
<!-- Submit Button -->
<button type="submit">Create Account</button>
</form>
<p>Already have an account?
<a href="https://shopify.com/authentication/72143503662/login?client_id=ff6252ef-1067-442b-aeeb-d58ec2aedf46&locale=en&redirect_uri=https%3A%2F%2Fshopify.com%2Fauthentication%2F72143503662%2Foauth%2Fauthorize%3Fclient_id%3Dff6252ef-1067-442b-aeeb-d58ec2aedf46%26locale%3Den%26nonce%3Db3821bd6-4ac2-4f74-a6f2-024ece39714e%26redirect_uri%3Dhttps%253A%252F%252Fshopify.com%252F72143503662%252Faccount%252Fcallback%253Fsource%253Dcore%26response_type%3Dcode%26scope%3Dopenid%2Bemail%2Bcustomer-account-api%253Afull%26state%3D01JFRDK24WKCCEBDQBJW9DGR55" target="_blank">Login</a>
</p>
<h2>The Benefits:</h2>
<ul>
<li>Exclusive early access to collections</li>
<li>Reward points for purchases</li>
<li>Special raffles and events</li>
</ul>
</div>