Privacy policy

.crstkin-privacy { --pv-navy: #102d3c; --pv-dark: #071e29; --pv-green: #123f35; --pv-burgundy: #79293e; --pv-gold: #ca9c4e; --pv-gold-light: #ebd7a8; --pv-cream: #fbf8f1; --pv-white: #ffffff; --pv-text: #393530; --pv-muted: #706a63; --pv-line: rgba(16, 45, 60, .12); overflow: hidden; color: var(--pv-text); background: radial-gradient( circle at 4% 10%, rgba(202, 156, 78, .10), transparent 24% ), radial-gradient( circle at 96% 52%, rgba(121, 41, 62, .06), transparent 25% ), var(--pv-cream); } .crstkin-privacy, .crstkin-privacy * { box-sizing: border-box; } .crstkin-privacy__container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; } /* Hero */ .crstkin-privacy__hero { position: relative; padding: 98px 0 92px; overflow: hidden; color: #ffffff; text-align: center; background: radial-gradient( circle at 50% 12%, rgba(235, 215, 168, .16), transparent 33% ), linear-gradient( 135deg, var(--pv-navy), var(--pv-dark) 62%, #051820 ); } .crstkin-privacy__hero::before { content: "❄"; position: absolute; top: 25px; left: 5%; color: rgba(235, 215, 168, .08); font-size: 150px; line-height: 1; transform: rotate(15deg); } .crstkin-privacy__hero::after { content: "✦"; position: absolute; right: 7%; bottom: 12px; color: rgba(235, 215, 168, .09); font-size: 108px; line-height: 1; } .crstkin-privacy__hero-inner { position: relative; z-index: 1; max-width: 850px; } .crstkin-privacy__shield { width: 73px; height: 73px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(235, 215, 168, .48); border-radius: 50%; background: rgba(255, 255, 255, .07); box-shadow: 0 0 0 8px rgba(235, 215, 168, .045), 0 15px 38px rgba(0, 0, 0, .18); color: var(--pv-gold-light); font-size: 29px; } .crstkin-privacy__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--pv-gold-light); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2.3px; text-transform: uppercase; } .crstkin-privacy__eyebrow::before, .crstkin-privacy__eyebrow::after { content: "✦"; font-size: 9px; } .crstkin-privacy__hero-title { margin: 0; color: #ffffff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 72px); font-weight: 700; line-height: 1.03; letter-spacing: -1.8px; } .crstkin-privacy__hero-title em { color: var(--pv-gold-light); font-weight: inherit; } .crstkin-privacy__hero-text { max-width: 750px; margin: 25px auto 0; color: rgba(255, 255, 255, .80); font-family: Arial, sans-serif; font-size: 16px; line-height: 1.75; } .crstkin-privacy__hero-text strong { color: #ffffff; } /* Control center */ .crstkin-privacy__controls-wrap { position: relative; z-index: 2; margin-top: -39px; } .crstkin-privacy__controls { padding: 42px; border: 1px solid rgba(202, 156, 78, .31); border-radius: 21px; background: #ffffff; box-shadow: 0 19px 52px rgba(20, 35, 40, .11); } .crstkin-privacy__heading { margin: 0; color: var(--pv-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(33px, 4vw, 49px); font-weight: 700; line-height: 1.1; letter-spacing: -1px; } .crstkin-privacy__heading em { color: var(--pv-burgundy); font-weight: inherit; } .crstkin-privacy__heading-copy { max-width: 720px; margin: 15px 0 0; color: var(--pv-muted); font-family: Arial, sans-serif; font-size: 14px; line-height: 1.7; } .crstkin-privacy__control-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; } .crstkin-privacy__control { min-height: 285px; padding: 28px 25px; display: flex; flex-direction: column; border: 1px solid var(--pv-line); border-radius: 15px; background: linear-gradient( 145deg, #ffffff, #faf6ed ); } .crstkin-privacy__control-icon { width: 48px; height: 48px; margin-bottom: 19px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(202, 156, 78, .14); color: var(--pv-burgundy); font-size: 21px; } .crstkin-privacy__control h3 { margin: 0; color: var(--pv-dark); font-family: Arial, sans-serif; font-size: 15px; font-weight: 800; line-height: 1.35; text-transform: uppercase; } .crstkin-privacy__control p { margin: 12px 0 20px; color: var(--pv-muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.65; } .crstkin-privacy__button { width: 100%; min-height: 48px; margin-top: auto; padding: 12px 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--pv-green); border-radius: 7px; background: var(--pv-green); color: #ffffff; cursor: pointer; font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .5px; line-height: 1.3; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; } .crstkin-privacy__button:hover { transform: translateY(-2px); border-color: var(--pv-burgundy); background: var(--pv-burgundy); } .crstkin-privacy__button--gold { border-color: var(--pv-gold); background: linear-gradient( 135deg, var(--pv-gold-light), var(--pv-gold) ); color: #302317; } .crstkin-privacy__button--gold:hover { border-color: var(--pv-gold); background: var(--pv-gold); color: #302317; } /* Main content */ .crstkin-privacy__main { padding: 88px 0 105px; } .crstkin-privacy__content-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 27px; align-items: start; } .crstkin-privacy__content { display: grid; gap: 17px; } .crstkin-privacy__card { padding: 32px 34px; border: 1px solid var(--pv-line); border-radius: 16px; background: #ffffff; box-shadow: 0 9px 29px rgba(24, 37, 41, .055); } .crstkin-privacy__card-title { margin: 0 0 17px; color: var(--pv-dark); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; line-height: 1.25; } .crstkin-privacy__card p { margin: 0; color: var(--pv-muted); font-family: Arial, sans-serif; font-size: 14px; line-height: 1.8; } .crstkin-privacy__card p + p { margin-top: 14px; } .crstkin-privacy__card strong { color: var(--pv-dark); font-weight: 800; } .crstkin-privacy__card a { color: var(--pv-burgundy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; } .crstkin-privacy__list { margin: 17px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; } .crstkin-privacy__list li { position: relative; padding-left: 24px; color: var(--pv-muted); font-family: Arial, sans-serif; font-size: 14px; line-height: 1.65; } .crstkin-privacy__list li::before { content: "✦"; position: absolute; top: 1px; left: 0; color: var(--pv-gold); font-size: 10px; } .crstkin-privacy__list strong { color: var(--pv-dark); } .crstkin-privacy__notice { margin-top: 20px; padding: 18px 20px; border-left: 4px solid var(--pv-gold); border-radius: 0 9px 9px 0; background: #f8f3e9; } /* Sidebar */ .crstkin-privacy__sidebar { position: sticky; top: 25px; display: grid; gap: 18px; } .crstkin-privacy__sidebar-card { padding: 29px; border: 1px solid var(--pv-line); border-radius: 16px; background: #ffffff; box-shadow: 0 10px 32px rgba(24, 37, 41, .06); } .crstkin-privacy__sidebar-card--dark { color: #ffffff; background: radial-gradient( circle at 85% 12%, rgba(235, 215, 168, .14), transparent 32% ), linear-gradient( 135deg, var(--pv-green), var(--pv-dark) ); } .crstkin-privacy__sidebar-card h3 { margin: 0; color: var(--pv-dark); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; line-height: 1.25; } .crstkin-privacy__sidebar-card--dark h3 { color: #ffffff; } .crstkin-privacy__sidebar-card p { margin: 13px 0 0; color: var(--pv-muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.7; } .crstkin-privacy__sidebar-card--dark p { color: rgba(255, 255, 255, .75); } .crstkin-privacy__sidebar-card--dark strong { color: var(--pv-gold-light); } .crstkin-privacy__sidebar-button { margin-top: 20px; } @media screen and (max-width: 990px) { .crstkin-privacy__control-grid { grid-template-columns: 1fr; } .crstkin-privacy__control { min-height: auto; } .crstkin-privacy__content-grid { grid-template-columns: 1fr; } .crstkin-privacy__sidebar { position: static; grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 749px) { .crstkin-privacy__container { width: calc(100% - 36px); } .crstkin-privacy__hero { padding: 73px 0 79px; } .crstkin-privacy__hero-title { font-size: clamp(40px, 12vw, 56px); letter-spacing: -1px; } .crstkin-privacy__hero-text { font-size: 15px; } .crstkin-privacy__controls-wrap { margin-top: -28px; } .crstkin-privacy__controls { padding: 29px 21px; } .crstkin-privacy__main { padding: 65px 0 78px; } .crstkin-privacy__card { padding: 27px 21px; } .crstkin-privacy__sidebar { grid-template-columns: 1fr; } }

Privacy at crstkin

Your Privacy Choices

At CRSTKIN, we respect your privacy and want you to have meaningful control over how your personal information is collected, used and shared.

Depending on where you live, you may have some or all of the privacy rights described below.

 Last Updated: April 15, 2026

Privacy Control Center

Review your available privacy controls, update eligible cookie preferences or contact us to exercise a privacy right.

Manage Cookie Preferences

Choose whether optional cookies may be used for analytics, personalization and advertising. Essential cookies required for security, checkout and core store functions cannot be disabled through this tool.

Manage Cookie Preferences

Opt Out of Sale or Sharing

Request that we do not sell or share eligible personal information for cross-context behavioral advertising where these terms apply under applicable law.

Do Not Sell or Share My Information

Submit a Privacy Request

Request access, correction, deletion or a portable copy of eligible personal information associated with you.

Submit a Privacy Request

Your Privacy Rights

Subject to applicable law and certain exceptions, your privacy rights may include:

  • Right to Know: Request information about personal data we collect, use, disclose, sell or share.
  • Right to Access: Request access to eligible personal information associated with you.
  • Right to Correct: Ask us to correct inaccurate personal information.
  • Right to Delete: Request deletion of eligible personal information.
  • Right to Data Portability: Request a copy of eligible information in a portable format.
  • Right to Opt Out: Opt out of eligible data sale, sharing or certain targeted advertising.
  • Right to Limit: Request limits on certain uses or disclosures of sensitive information where applicable.
  • Right to Appeal: Appeal a decision about your privacy request where required by law.
  • Right to Non-Discrimination: Exercise privacy rights without unlawful discrimination.

How to Submit a Request

Email service@crstkin.com with the subject line “Privacy Request.”

Please include:

  • Your full name
  • The email address associated with your account or order
  • Your country and state, province or region
  • The privacy right you wish to exercise
  • Relevant order information, if applicable

Protect your information: Never send passwords, complete payment card numbers or sensitive banking credentials by email.

Identity Verification

To protect personal information, we may need to verify your identity before completing certain requests.

Verification requirements depend on the request. We will use verification information only to confirm your identity and process the request.

If we cannot reasonably verify your identity, we may be unable to fulfill all or part of the request.

Authorized Agents

Where permitted by law, you may appoint an authorized agent to submit a privacy request on your behalf.

We may ask the agent for proof of authorization and may contact you directly to verify your identity and confirm the request.

Global Privacy Control

Where required by applicable law and supported by our website, we recognize qualifying browser-based opt-out signals, including Global Privacy Control (GPC).

These signals generally apply to the browser and device from which they are sent. You may need to repeat your selection on other browsers or devices.

Email Marketing Choices

You may unsubscribe from promotional emails at any time by selecting the “Unsubscribe” link at the bottom of a marketing email.

You may still receive essential transactional messages concerning orders, payments, delivery, security or customer service.

Request Processing

We will review and respond to verified privacy requests within the timeframe required by applicable law.

Some information may need to be retained for legal, security, fraud-prevention, accounting or transaction record purposes. If we cannot fulfill a request completely, we will explain the reason when required.

Privacy Policy

Learn more about the categories of information we collect and how that information may be used, disclosed, protected and retained.

Read Our Privacy Policy

Privacy Questions?

Email service@crstkin.com for assistance with your privacy choices or an existing request.

Email Privacy Support