Terms of service

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; 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 ── */ .icons-row { display: grid; grid-template-columns: repeat(3, 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); } .icon-item:last-child { border-right: 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); } /* ── 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: 900px) { .icons-row { grid-template-columns: repeat(3, 1fr); } } @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); } .icon-item:last-child { border-bottom: none; } .numbered-item { grid-template-columns: 56px 1fr; } .numbered-item__num { padding: 24px 12px; font-size: 22px; } .numbered-item__body { padding: 20px 20px; } }

Frocklyn

Terms & Conditions Policy


Welcome to Frocklyn. By using our website, you agree to comply with the following terms and conditions. Please read them carefully.

Copyright Protected

All content on this site is the exclusive property of Frocklyn

Secure Payments

All transactions are processed securely via card

Subject to Change

Terms may be updated at Frocklyn's sole discretion

01
Copyright Notice

All materials on our website — including images, text, designs, logos, and illustrations — are the exclusive property of Frocklyn and are protected by copyright laws. Unauthorised use, reproduction, modification, or distribution of any content is strictly prohibited and may result in legal action.

02
Product Information

Information regarding product descriptions, prices, and details is subject to change at the sole discretion of Frocklyn. Any updates or modifications will be communicated to customers, who retain the right to request returns, exchanges, or refunds as per our policy.

03
Duties & Taxes

Frocklyn does not assume responsibility for customs duties or taxes imposed on imported products by your country. While we offer complimentary shipping, customers are responsible for any applicable import duties and taxes in accordance with local regulations.

04
External Links

Our website may include links to third-party sites that are not under our control. Frocklyn is not responsible for the content or accuracy of these external sites and does not endorse them.

05
Payment Methods

We accept payments via Credit and Debit Cards to accommodate our international clientele. All transactions are processed securely.


Have a question?
We're always happy to help.

Contact Us info@frocklyn.com