.eel-privacy-page,
.eel-privacy-page * {
box-sizing: border-box;
}
.eel-privacy-page {
--eel-bg: #fffaf7;
--eel-card: #fffdfb;
--eel-soft: #f8ece8;
--eel-text: #2d2524;
--eel-muted: #746966;
--eel-rose: #c98272;
--eel-rose-dark: #9f6257;
--eel-line: #eadbd6;
width: 100%;
overflow: hidden;
background: var(--eel-bg);
color: var(--eel-text);
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Arial,
sans-serif;
}
.eel-privacy-wrap {
width: min(1180px, calc(100% - 48px));
margin: 0 auto;
padding: 68px 0 90px;
}
/* =========================
HERO
========================= */
.eel-privacy-hero {
padding-bottom: 38px;
border-bottom: 1px solid var(--eel-line);
}
.eel-privacy-eyebrow {
margin: 0 0 12px;
color: var(--eel-rose-dark);
font-size: 10px;
font-weight: 700;
letter-spacing: 2.2px;
text-transform: uppercase;
}
.eel-privacy-title {
margin: 0;
color: var(--eel-text);
font-family:
Didot,
"Bodoni MT",
Georgia,
"Times New Roman",
serif;
font-size: clamp(42px, 5vw, 64px);
line-height: 1.05;
font-weight: 400;
letter-spacing: -1px;
}
.eel-privacy-updated {
margin: 11px 0 0;
color: var(--eel-rose-dark);
font-size: 11px;
font-style: italic;
}
.eel-privacy-intro {
max-width: 850px;
margin: 18px 0 0;
color: var(--eel-muted);
font-size: 14px;
line-height: 1.8;
}
/* =========================
SECTION
========================= */
.eel-privacy-section {
padding-top: 46px;
}
.eel-privacy-section h2 {
margin: 0 0 16px;
color: var(--eel-text);
font-family:
Didot,
Georgia,
serif;
font-size: 29px;
line-height: 1.15;
font-weight: 400;
}
.eel-privacy-section h3 {
margin: 18px 0 8px;
color: var(--eel-text);
font-size: 14px;
font-weight: 700;
}
.eel-privacy-section p {
max-width: 980px;
margin: 0 0 14px;
color: var(--eel-muted);
font-size: 13px;
line-height: 1.78;
}
.eel-privacy-section strong {
color: var(--eel-text);
font-weight: 650;
}
.eel-privacy-section a {
color: var(--eel-rose-dark);
text-decoration: underline;
text-underline-offset: 3px;
}
/* =========================
LIST
========================= */
.eel-privacy-list {
margin: 14px 0 0;
padding-left: 19px;
}
.eel-privacy-list li {
margin-bottom: 9px;
color: var(--eel-muted);
font-size: 13px;
line-height: 1.72;
}
/* =========================
DATA CARDS
========================= */
.eel-privacy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 14px;
margin-top: 18px;
}
.eel-privacy-card {
min-width: 0;
padding: 23px;
border: 1px solid var(--eel-line);
border-radius: 14px;
background: var(--eel-card);
}
.eel-privacy-card-label {
display: block;
margin-bottom: 10px;
color: var(--eel-rose);
font-size: 9px;
font-weight: 700;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.eel-privacy-card h3 {
margin: 0 0 9px;
color: var(--eel-text);
font-size: 14px;
font-weight: 700;
}
.eel-privacy-card p {
margin: 0;
color: var(--eel-muted);
font-size: 12.5px;
line-height: 1.7;
}
/* =========================
RIGHTS BOX
========================= */
.eel-rights-box {
margin-top: 18px;
padding: 26px;
border: 1px solid var(--eel-line);
border-radius: 16px;
background:
linear-gradient(
135deg,
#fffdfb 0%,
#f8ece8 100%
);
}
.eel-rights-box h3 {
margin: 0 0 12px;
color: var(--eel-text);
font-family:
Didot,
Georgia,
serif;
font-size: 23px;
font-weight: 400;
}
.eel-rights-box p {
margin: 0 0 12px;
color: var(--eel-muted);
font-size: 12.5px;
line-height: 1.72;
}
/* =========================
SECURITY NOTE
========================= */
.eel-security-note {
margin-top: 18px;
padding: 23px 24px;
border-left: 3px solid var(--eel-rose);
border-radius: 0 13px 13px 0;
background: #fbefeb;
}
.eel-security-note strong {
display: block;
margin-bottom: 7px;
color: var(--eel-text);
font-size: 13px;
}
.eel-security-note p {
margin: 0;
color: var(--eel-muted);
font-size: 12px;
line-height: 1.7;
}
/* =========================
BUSINESS / CONTACT
========================= */
.eel-privacy-business {
margin-top: 52px;
padding: 32px;
border: 1px solid var(--eel-line);
border-radius: 18px;
background:
linear-gradient(
135deg,
#fffdfb 0%,
#f8ece8 100%
);
}
.eel-privacy-business-top {
display: grid;
grid-template-columns:
minmax(0, 1.15fr)
minmax(280px, .85fr);
gap: 38px;
}
.eel-privacy-business-main,
.eel-privacy-contact {
min-width: 0;
}
.eel-privacy-business-label {
display: block;
margin-bottom: 10px;
color: var(--eel-rose-dark);
font-size: 9px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.eel-privacy-business h2 {
margin: 0 0 14px;
color: var(--eel-text);
font-family:
Didot,
Georgia,
serif;
font-size: 28px;
line-height: 1.15;
font-weight: 400;
}
.eel-privacy-business p {
margin: 0 0 11px;
color: var(--eel-muted);
font-size: 13px;
line-height: 1.75;
overflow-wrap: anywhere;
}
.eel-privacy-business strong {
color: var(--eel-text);
}
.eel-privacy-contact {
padding-left: 34px;
border-left: 1px solid var(--eel-line);
}
.eel-privacy-contact-row {
padding-bottom: 14px;
margin-bottom: 14px;
border-bottom: 1px solid var(--eel-line);
}
.eel-privacy-contact-row:last-child {
margin-bottom: 0;
}
.eel-privacy-contact-label {
display: block;
margin-bottom: 5px;
color: var(--eel-rose-dark);
font-size: 9px;
font-weight: 700;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.eel-privacy-contact-value,
.eel-privacy-contact-value a {
color: var(--eel-text);
font-size: 13px;
line-height: 1.65;
text-decoration: none;
overflow-wrap: anywhere;
}
.eel-privacy-contact-value a:hover {
color: var(--eel-rose-dark);
}
.eel-privacy-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
margin-top: 20px;
padding: 0 21px;
border-radius: 999px;
background: var(--eel-text);
color: #fff !important;
text-decoration: none !important;
font-size: 9px;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
transition:
background .2s ease,
transform .2s ease;
}
.eel-privacy-btn:hover {
background: var(--eel-rose-dark);
transform: translateY(-1px);
}
/* =========================
MOBILE
========================= */
@media (max-width: 900px) {
.eel-privacy-wrap {
width: min(100% - 36px, 1180px);
padding: 54px 0 72px;
}
.eel-privacy-grid {
grid-template-columns: 1fr;
}
.eel-privacy-business-top {
grid-template-columns: 1fr;
gap: 28px;
}
.eel-privacy-contact {
padding-left: 0;
padding-top: 26px;
border-left: 0;
border-top: 1px solid var(--eel-line);
}
}
@media (max-width: 520px) {
.eel-privacy-wrap {
width: calc(100% - 28px);
padding: 42px 0 58px;
}
.eel-privacy-title {
font-size: 42px;
}
.eel-privacy-section {
padding-top: 36px;
}
.eel-privacy-business {
margin-top: 40px;
padding: 23px 20px;
}
}
PRIVACY
Privacy Policy
Last updated: September 15 2025
This Privacy Policy explains how EELOVESSAA collects, uses, stores, shares and protects personal information when you visit our website, make a purchase, contact customer care, create an account, subscribe to marketing communications or otherwise interact with our online store.
Information we collect
The information we collect depends on how you interact with EELOVESSAA. It may include the following categories.
CONTACT
Information you provide
This may include your name, email address, phone number, shipping address, billing address, account information and messages sent to customer care.
ORDERS
Purchase information
We may collect details about products purchased, order value, shipping destination, delivery status, returns, refunds and order history.
PAYMENT
Payment information
Payments are handled through Shopify checkout and applicable payment providers. EELOVESSAA generally does not receive or store your complete payment card details.
TECHNICAL
Device and usage information
This may include your IP address, browser type, device information, pages viewed, referring pages, cookie identifiers and similar technical data.
MARKETING
Communication preferences
If you subscribe to marketing, we may collect your email address, subscription status, engagement information and communication preferences.
SUPPORT
Customer care information
If you contact us, we may keep your message, order details and other information needed to respond to your request.
Why we use it
We use personal information where reasonably necessary to operate, improve and protect the EELOVESSAA store.
- to process, confirm, pack, ship and deliver your orders;
- to provide order updates, tracking and customer support;
- to process returns, refunds and payment-related requests;
- to maintain customer accounts and order history where applicable;
- to improve our website, product presentation and shopping experience;
- to detect and help prevent fraud, misuse or unauthorized activity;
- to send marketing communications where you have subscribed or where otherwise permitted by law;
- to maintain records and meet legal, tax, accounting or regulatory requirements.
Who we share it with
We may share personal information with third parties where reasonably necessary to operate the store and provide services.
-
Shopify, which provides our ecommerce platform and checkout infrastructure;
-
payment processors, which authorize and process payments;
-
fulfillment providers and delivery carriers, which help pack, dispatch and deliver orders;
-
email and communication providers, which help us send transactional or marketing messages;
-
analytics, advertising and technology providers, which may help us understand site usage, measure performance and improve the store;
-
professional advisers or authorities where disclosure is required or appropriate for legal, accounting, fraud-prevention or regulatory purposes.
International transfers
EELOVESSAA operates an international online store and may use service providers located in different countries.
As a result, personal information may be processed or stored outside the country or region where you live.
Where required by applicable law, appropriate safeguards may be used for international transfers, including contractual or other recognized transfer mechanisms.
How long we keep it
Personal information is retained only for as long as reasonably necessary for the purposes described in this policy and for applicable legal, tax, accounting, fraud-prevention or dispute-resolution requirements.
- order and transaction records may be retained for business, tax and accounting purposes;
- customer service correspondence may be retained for a reasonable period to manage follow-up requests;
- marketing information may be retained until you unsubscribe or otherwise withdraw consent, subject to required suppression records.
Cookies
EELOVESSAA and its service providers may use cookies, pixels and similar technologies to operate the website, remember preferences, maintain shopping-cart functionality, understand site usage and support analytics or advertising functions.
Some cookies are necessary for core features such as checkout, security and account functions. Other cookies may be optional depending on your location and applicable consent requirements.
You may be able to manage cookies through your browser settings or any cookie-preference tools made available on the website.
Your rights
Depending on where you live, applicable privacy law may give you certain rights relating to your personal information.
You may have the right to ask us to:
- provide access to or a copy of your personal information;
- correct information that is inaccurate or incomplete;
- delete certain personal information where legally permitted;
- restrict or object to certain processing;
- withdraw consent where processing is based on consent;
- opt out of certain direct marketing communications;
- receive certain information in a portable format;
- exercise applicable rights relating to targeted advertising, sale or sharing of personal information where required by law.
We may need to verify your identity before completing certain privacy requests.
Children
EELOVESSAA is not intended for children, and we do not knowingly collect personal information from children where doing so would violate applicable law.
If you believe a child has provided personal information without appropriate authorization, please contact us so we can review the matter and take appropriate action.
Security
We use reasonable administrative, technical and organizational measures designed to protect personal information against unauthorized access, loss, misuse or disclosure.
Payment transactions are handled through secure payment providers and Shopify checkout rather than full card details being stored directly by EELOVESSAA.
No online system can provide absolute security.
While reasonable safeguards are used, no transmission or storage method can be guaranteed to be completely secure.
Changes to this policy
We may update this Privacy Policy from time to time to reflect changes to our services, business practices, technology or legal requirements.
When changes are made, the revised version will be posted on this page and the “Last updated” date will be changed accordingly.