Privacy policy

h1 { display: none !important; }

/* ── BREAK OUT OF SHOPIFY DWELL THEME CONTAINER ── */ .shopify-section, .page-width, .container, article.page, .page__content, [class*="page-content"], [class*="rte"] { max-width: 100% !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --pink: #d4a0a0; --pink-dark: #c08888; --pink-mid: #ddb8b8; --pink-soft: #ecd4d4; --pink-pale: #fdf5f5; --pink-faint: #fefafa; --ink: #232020; --ink-body: #4b4646; --ink-mid: #6e6666; --ink-muted: #9a9292; --ink-faint: #b8b0b0; --rule: #ece4e4; --white: #ffffff; } body { font-family: 'Jost', sans-serif; font-weight: 300; color: var(--ink-body); background: var(--white); -webkit-font-smoothing: antialiased; } .pg { width: 100vw; position: relative; left: 50%; margin-left: -50vw; margin-right: 0; background: var(--white); padding: 40px 52px 100px; } /* ── MASTHEAD ── */ .mast { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-bottom: 56px; max-width: 840px; margin-left: auto; margin-right: auto; } .mast-line { height: 1px; background: var(--rule); } .mast-center { text-align: center; } .mast-tag { font-size: 9px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--pink); margin-bottom: 10px; display: block; } .mast-h1 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-style: normal; font-size: 50px; line-height: 1; color: var(--ink); margin: 0; } .mast-h1 span { display: block; font-family: 'Jost', sans-serif; font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 0.52em; text-transform: uppercase; color: var(--ink); margin-top: 10px; } /* ── CONTENT MAX WIDTH ── */ .lead, .sec, .hr, .hr-short, .foot { max-width: 840px; margin-left: auto; margin-right: auto; } .hr { margin-top: 10px; margin-bottom: 42px; } .hr-short { margin-top: 48px; margin-bottom: 48px; } /* ── LEAD / INTRO ── */ .lead { text-align: center; font-size: 14px; line-height: 2.1; color: var(--ink-muted); max-width: 640px; margin: 0 auto 52px; } /* ── ICONS ROW (2x2 grid) ── */ .icons-row { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--rule); max-width: 840px; margin: 0 auto 64px; } .icon-item { padding: 32px 20px 28px; text-align: center; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); } .icon-item:nth-child(2n) { border-right: none; } .icon-item:nth-last-child(-n+2) { border-bottom: none; } .icon-bubble { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--pink-soft); background: var(--pink-faint); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .icon-bubble svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; } .icon-label { font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; line-height: 1.6; } .icon-desc { font-size: 12.5px; color: var(--ink-mid); line-height: 1.8; } /* ── NUMBERED ROWS ── */ .numbered-list { border: 1px solid var(--rule); max-width: 840px; margin: 0 auto 64px; } .numbered-item { display: grid; grid-template-columns: 80px 1fr; border-bottom: 1px solid var(--rule); align-items: start; } .numbered-item:last-child { border-bottom: none; } .numbered-item__num { padding: 32px 24px; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--pink-mid); line-height: 1; border-right: 1px solid var(--rule); display: flex; align-items: flex-start; justify-content: center; padding-top: 34px; } .numbered-item__body { padding: 28px 32px; } .numbered-item__title { font-size: 8.5px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--pink); margin-bottom: 10px; display: block; } .numbered-item__text { font-size: 14px; line-height: 2.0; color: var(--ink-body); } /* ── SECTION HEADING ── */ .sec { margin-bottom: 40px; } .sec-hd { font-family: 'Cormorant Garamond', serif; font-style: normal; font-weight: 400; font-size: 26px; letter-spacing: 0.02em; color: var(--ink); margin-bottom: 16px; display: flex; align-items: center; gap: 20px; } .sec-hd::after { content: ''; flex: 1; height: 1px; background: var(--rule); } /* ── BODY TEXT ── */ .body { font-size: 14px; line-height: 2.1; color: var(--ink-body); } .body p + p { margin-top: 14px; } .body strong { font-weight: 500; color: var(--ink); } /* ── RULE ── */ .hr { border: none; border-top: 1px solid var(--rule); margin: 10px 0 42px; } .hr-short { border: none; border-top: 1px solid var(--rule); margin: 48px auto; width: 64px; } /* ── FOOTER ── */ .foot { text-align: center; padding-top: 10px; } .foot-serif { font-family: 'Cormorant Garamond', serif; font-style: normal; font-weight: 300; font-size: 19px; color: var(--ink-mid); line-height: 1.95; margin-bottom: 30px; } .foot-btn { display: inline-block; font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ink-body); background: var(--pink-faint); border: 1px solid var(--pink-soft); padding: 15px 54px; text-decoration: none; transition: background 0.25s; } .foot-btn:hover { background: var(--pink-soft); } .foot-email { display: block; margin-top: 14px; font-size: 12px; letter-spacing: 0.14em; color: var(--ink-mid); text-decoration: none; } .foot-email:hover { color: var(--pink); } /* ── RESPONSIVE ── */ @media (max-width: 640px) { .pg { padding: 48px 22px 70px; } .mast { grid-template-columns: 1fr; } .mast-line { display: none; } .mast-h1 { font-size: 36px; } .icons-row { grid-template-columns: 1fr; } .icon-item { border-right: none !important; border-bottom: 1px solid var(--rule) !important; } .icon-item:last-child { border-bottom: none !important; } .numbered-item { grid-template-columns: 56px 1fr; } .numbered-item__num { padding: 24px 12px; font-size: 22px; } .numbered-item__body { padding: 20px 20px; } }

Frocklyn

Privacy Policy


At Frocklyn, your privacy is of utmost importance to us. While you explore our collections, you can browse freely, knowing that your personal data is safe — always.

Your Data, Safe

Your personal information is never shared or sold to third parties

Encrypted Payments

Card details are encrypted and deleted after every transaction

Browse Freely

No sign-up required to explore our collections

Policy Updates

We keep our policies transparent and up to date

01
Why We Collect Your Information

To process your orders and deliver them to your doorstep, we collect your name, email address, shipping address, and phone number. Your financial details are used strictly for transaction purposes and are never shared with third parties.

02
How We Use Your Information

Your personal information is used solely to process and fulfil your order. Delivery details are shared securely with our trusted courier partners. Your card information is encrypted and processed via a secure payment gateway.

03
Do We Share Your Information?

Frocklyn does not share, rent, or sell your personal information to third parties. We only provide your name, address, and phone number to our courier service for delivery. Your payment details remain encrypted and are never shared.

04
Do We Retain Financial Information?

No. After processing your payment and completing your order, your credit or debit card information is deleted from our records. We retain only non-sensitive details such as your contact information and order history.

05
Do You Need to Sign Up to Browse?

No. You are welcome to browse our site freely without signing up. However, when you decide to make a purchase, creating an account or providing details at checkout is required to complete the order.

06
Do We Use Cookies?

Yes. Frocklyn uses cookies to enhance your browsing experience. These small data files help us remember your preferences and offer a more personalised experience when you return. You may disable cookies through your browser settings.

07
Policy Updates

As Frocklyn grows and evolves, so may our privacy policies. We reserve the right to update or change our policies as necessary, and we encourage you to regularly review our terms to stay informed.


Still have questions?
We're always happy to help.

Contact Us info@frocklyn.com