About Us — Zorelle Beauty Store
:root {
--rose: #c9847a;
--blush: #f5ece8;
--deep: #2b1f1e;
--muted: #7a6360;
--line: #e8d8d4;
--white: #fffaf9;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: var(--white);
color: var(--deep);
font-family: 'Jost', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 1.85;
}
/* ── HEADER ── */
.au-header {
background: var(--deep);
text-align: center;
padding: 72px 24px 60px;
position: relative;
overflow: hidden;
}
.au-header::before {
content: '';
position: absolute;
top: -60px; left: 50%;
transform: translateX(-50%);
width: 400px; height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(201,132,122,0.12), transparent 70%);
}
.au-header .brand {
font-family: 'Cormorant Garamond', serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.4em;
text-transform: uppercase;
color: var(--rose);
margin-bottom: 18px;
}
.au-header h1 {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(36px, 7vw, 62px);
font-weight: 700;
color: var(--white);
line-height: 1.1;
margin-bottom: 20px;
}
.au-header .tagline {
font-size: 15px;
color: #c4a8a4;
max-width: 460px;
margin: 0 auto;
font-style: italic;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
}
.au-header .divider {
width: 48px;
height: 1px;
background: var(--rose);
margin: 28px auto 0;
}
/* ── BODY ── */
.au-body {
max-width: 820px;
margin: 0 auto;
padding: 72px 28px 100px;
}
/* ── OPENING QUOTE ── */
.opening-quote {
text-align: center;
margin-bottom: 72px;
}
.opening-quote blockquote {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(22px, 4vw, 34px);
font-style: italic;
color: var(--deep);
line-height: 1.4;
margin-bottom: 16px;
}
.opening-quote cite {
font-size: 13px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--rose);
font-style: normal;
}
/* ── SECTION ── */
.au-section {
margin-bottom: 64px;
padding-bottom: 64px;
border-bottom: 1px solid var(--line);
}
.au-section:last-of-type {
border-bottom: none;
}
.au-section .sec-label {
font-size: 11px;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--rose);
font-weight: 500;
margin-bottom: 10px;
}
.au-section h2 {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(26px, 4vw, 36px);
font-weight: 700;
color: var(--deep);
line-height: 1.2;
margin-bottom: 22px;
}
.au-section p {
font-size: 15.5px;
color: #4a3a38;
margin-bottom: 16px;
}
/* ── HIGHLIGHT BOX ── */
.highlight-box {
background: var(--blush);
border-left: 3px solid var(--rose);
padding: 28px 32px;
border-radius: 4px;
margin: 28px 0;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
font-style: italic;
color: var(--deep);
line-height: 1.5;
}
/* ── VALUES GRID ── */
.values-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 18px;
margin-top: 24px;
}
.value-card {
background: var(--blush);
border-radius: 6px;
padding: 28px 24px;
text-align: center;
}
.value-card .value-icon {
font-size: 28px;
margin-bottom: 12px;
}
.value-card .value-title {
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
font-weight: 700;
color: var(--rose);
margin-bottom: 8px;
}
.value-card p {
font-size: 14px;
color: var(--muted);
margin: 0;
}
/* ── PROMISE LIST ── */
ul.promise-list {
list-style: none;
padding: 0;
margin-top: 16px;
}
ul.promise-list li {
font-size: 15.5px;
color: #4a3a38;
padding: 10px 0 10px 26px;
position: relative;
border-bottom: 1px solid var(--line);
}
ul.promise-list li:last-child { border-bottom: none; }
ul.promise-list li::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--rose);
}
/* ── CONTACT CARD ── */
.contact-card {
background: var(--deep);
border-radius: 8px;
padding: 40px;
color: var(--white);
text-align: center;
margin-top: 16px;
}
.contact-card h3 {
font-family: 'Cormorant Garamond', serif;
font-size: 28px;
font-weight: 700;
color: var(--rose);
margin-bottom: 12px;
}
.contact-card p {
color: #c4a8a4;
font-size: 15px;
margin-bottom: 24px;
}
.contact-card .contact-details {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.contact-card .contact-row {
font-size: 15px;
color: #e8d8d4;
}
.contact-card .contact-row span {
color: var(--rose);
font-weight: 500;
margin-right: 8px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
}
/* ── FOOTER ── */
.au-footer {
text-align: center;
margin-top: 72px;
padding-top: 36px;
border-top: 1px solid var(--line);
}
.au-footer .tagline {
font-family: 'Cormorant Garamond', serif;
font-size: 22px;
font-style: italic;
color: var(--rose);
margin-bottom: 8px;
}
.au-footer p {
font-size: 13px;
color: var(--muted);
}
@media (max-width: 540px) {
.au-body { padding: 44px 18px 72px; }
.contact-card { padding: 28px 20px; }
.values-grid { grid-template-columns: 1fr 1fr; }
}
Zorelle
Our Story
"Beauty is not a privilege — it's a right."
"We didn't build Zorelle to sell products.
We built it to help women feel like themselves again."
— The Zorelle Team
Who We Are
Born from a Passion for Real Beauty
Zorelle was founded with a simple but powerful belief — that every woman deserves access to premium beauty products that actually work. Not products that overpromise and underdeliver, but carefully curated formulas that respect your skin, celebrate your individuality, and make you feel genuinely beautiful every single day.
What started as a small idea just a few years ago has grown into a trusted beauty destination for thousands of women across the United States. From our very first order to where we are today, one thing has never changed: our obsession with quality, and our commitment to you.
"We believe that confidence begins at the surface — and that the right product, at the right moment, can change how a woman carries herself through her entire day."
Our Journey
From a Dream to Your Doorstep
Zorelle was born out of frustration — the kind every beauty lover knows well. Hours spent searching for products that were both high-quality and honest. Shelves full of options that looked beautiful but felt disappointing. Brands that charged luxury prices without delivering luxury results.
So we decided to do it differently. We spent months researching, testing, and handpicking only the products we would personally stand behind — skincare that transforms, makeup that performs, and beauty essentials that feel as good as they look.
Since launching, Zorelle has served customers in all 50 states, shipping carefully packaged orders to doorsteps from New York to California. Every order we fulfill is a reminder of why we started — and every happy customer is the reason we keep going.
What We Stand For
Our Core Values
Everything at Zorelle is guided by four values that shape how we choose our products, serve our customers, and grow our brand.
✦
Quality First
We only carry products we believe in — tested, trusted, and worth every penny.
✦
Honest Beauty
No filters, no false promises. Just real results for real women.
✦
Customer Love
Every order matters. Every customer is treated like family.
✦
Accessible Luxury
Premium beauty shouldn't break the bank. We keep quality within reach.
Our Promise
What You Can Always Expect from Zorelle
- Carefully curated products that meet our strict quality standards
- Fast, reliable shipping to anywhere in the United States
- Honest product descriptions — no exaggeration, no fluff
- Responsive, friendly customer support that actually helps
- Easy returns and a shopping experience you can trust
- New arrivals and exclusive deals curated just for our community
Get in Touch
We'd Love to Hear from You
Whether you have a question about a product, need help with an order, or simply want to share your Zorelle experience — our team is always here for you.