Privacy policy

.hlgdtak-privacy, .hlgdtak-privacy * { box-sizing: border-box; } .hlgdtak-privacy { --forest: #0c4037; --night: #041721; --gold: #dfb45b; --gold-light: #ffe1a0; --cream: #fffaf0; --white: #ffffff; --muted: rgba(255, 255, 255, 0.74); --border: rgba(255, 255, 255, 0.14); position: relative; width: 100vw; max-width: none; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); overflow: hidden; padding: 88px 48px 96px; color: var(--white); background: radial-gradient( circle at 10% 14%, rgba(223, 180, 91, 0.21), transparent 24% ), radial-gradient( circle at 91% 42%, rgba(40, 130, 142, 0.22), transparent 29% ), linear-gradient( 145deg, #041721 0%, #082b35 52%, #0c3c34 100% ); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; } .hlgdtak-privacy::before { content: ""; position: absolute; inset: 0; opacity: 0.42; pointer-events: none; background-image: radial-gradient(circle, #ffe1a0 0 2px, transparent 3px), radial-gradient(circle, #ffffff 0 1px, transparent 2px); background-position: 12% 10%, 25% 25%; background-size: 110px 110px, 72px 72px; } .hlgdtak-privacy::after { content: ""; position: absolute; right: -170px; bottom: -210px; width: 560px; height: 560px; border: 1px solid rgba(223, 180, 91, 0.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(223, 180, 91, 0.03), 0 0 0 140px rgba(223, 180, 91, 0.018); pointer-events: none; } .hlgdtak-privacy__container { position: relative; z-index: 1; width: min(100%, 1280px); max-width: 1280px; margin: 0 auto; } /* Header */ .hlgdtak-privacy__header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); align-items: end; gap: 72px; margin-bottom: 52px; padding-bottom: 46px; border-bottom: 1px solid var(--border); } .hlgdtak-privacy__eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; } .hlgdtak-privacy__eyebrow::before { content: ""; width: 42px; height: 1px; background: var(--gold); } .hlgdtak-privacy__title { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6vw, 78px); font-weight: 500; line-height: 1.04; letter-spacing: -0.04em; } .hlgdtak-privacy__title em { color: var(--gold-light); font-weight: 500; } .hlgdtak-privacy__intro { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; } .hlgdtak-privacy__updated { display: inline-flex; margin-top: 18px; padding: 9px 14px; border: 1px solid rgba(223, 180, 91, 0.32); border-radius: 999px; background: rgba(223, 180, 91, 0.08); color: var(--gold-light); font-size: 11px; font-weight: 700; } /* Layout */ .hlgdtak-privacy__layout { display: grid; grid-template-columns: minmax(270px, 0.3fr) minmax(0, 0.7fr); align-items: start; gap: 28px; } /* Navigation */ .hlgdtak-privacy__navigation { position: sticky; top: 30px; overflow: hidden; padding: 34px; border: 1px solid var(--border); border-radius: 24px; background: radial-gradient( circle at 100% 0%, rgba(223, 180, 91, 0.15), transparent 35% ), rgba(255, 255, 255, 0.065); box-shadow: 0 24px 65px rgba(0, 0, 0, 0.17); backdrop-filter: blur(14px); } .hlgdtak-privacy__navigation::after { content: "✦"; position: absolute; top: 17px; right: 23px; color: rgba(255, 225, 160, 0.15); font-size: 65px; } .hlgdtak-privacy__label { position: relative; z-index: 1; display: block; margin-bottom: 13px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; } .hlgdtak-privacy__navigation h2 { position: relative; z-index: 1; margin: 0 0 25px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; line-height: 1.2; } .hlgdtak-privacy__nav-list { display: grid; gap: 9px; } .hlgdtak-privacy__nav-list a { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 11px; color: rgba(255, 255, 255, 0.78); font-size: 13px; font-weight: 650; text-decoration: none; transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease; } .hlgdtak-privacy__nav-list a::after { content: "→"; color: var(--gold); } .hlgdtak-privacy__nav-list a:hover { border-color: rgba(223, 180, 91, 0.46); background: rgba(223, 180, 91, 0.1); color: var(--white); } /* Policy content */ .hlgdtak-privacy__content { min-width: 0; overflow: hidden; border-radius: 26px; background: var(--cream); color: #293630; box-shadow: 0 28px 75px rgba(0, 0, 0, 0.2); } .hlgdtak-privacy__summary { padding: 35px 42px; border-bottom: 1px solid rgba(12, 64, 55, 0.12); background: radial-gradient( circle at 100% 0%, rgba(223, 180, 91, 0.13), transparent 38% ), #f3ead7; } .hlgdtak-privacy__summary h2 { margin: 0 0 12px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 600; } .hlgdtak-privacy__summary p { margin: 0; color: #65716b; font-size: 14px; line-height: 1.8; } /* Policy sections */ .hlgdtak-privacy__section { padding: 38px 42px; border-bottom: 1px solid rgba(12, 64, 55, 0.11); scroll-margin-top: 30px; } .hlgdtak-privacy__section:last-child { border-bottom: 0; } .hlgdtak-privacy__heading { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 16px; margin-bottom: 19px; } .hlgdtak-privacy__number { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(12, 64, 55, 0.16); border-radius: 50%; background: #ffffff; color: #9b6c19; font-family: Georgia, "Times New Roman", serif; font-size: 14px; } .hlgdtak-privacy__section h2 { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 600; line-height: 1.25; } .hlgdtak-privacy__section h3 { margin: 24px 0 10px; color: var(--forest); font-size: 16px; font-weight: 800; } .hlgdtak-privacy__section p { margin: 0 0 15px; color: #626e69; font-size: 15px; line-height: 1.82; } .hlgdtak-privacy__section p:last-child { margin-bottom: 0; } .hlgdtak-privacy__section strong { color: var(--forest); } .hlgdtak-privacy__section a { color: #8c611a; font-weight: 700; overflow-wrap: anywhere; } .hlgdtak-privacy__list { margin: 16px 0 0; padding: 0; list-style: none; } .hlgdtak-privacy__list li { position: relative; margin-bottom: 11px; padding-left: 22px; color: #626e69; font-size: 15px; line-height: 1.72; } .hlgdtak-privacy__list li:last-child { margin-bottom: 0; } .hlgdtak-privacy__list li::before { content: "✦"; position: absolute; top: 1px; left: 0; color: #b27d23; font-size: 11px; } /* Highlight cards */ .hlgdtak-privacy__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; } .hlgdtak-privacy__card { padding: 20px; border: 1px solid rgba(12, 64, 55, 0.11); border-radius: 13px; background: #ffffff; } .hlgdtak-privacy__card strong { display: block; margin-bottom: 7px; color: var(--forest); font-size: 14px; } .hlgdtak-privacy__card p { margin: 0; font-size: 13px; line-height: 1.7; } /* Company information */ .hlgdtak-privacy__company { padding: 42px; background: radial-gradient( circle at 100% 0%, rgba(223, 180, 91, 0.12), transparent 35% ), #f8f1e4; } .hlgdtak-privacy__company-header { margin-bottom: 25px; } .hlgdtak-privacy__company-header .hlgdtak-privacy__label { color: #9b6c19; } .hlgdtak-privacy__company-header h2 { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 600; } .hlgdtak-privacy__company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; gap: 1px; border: 1px solid rgba(12, 64, 55, 0.12); border-radius: 16px; background: rgba(12, 64, 55, 0.12); } .hlgdtak-privacy__company-card { min-width: 0; min-height: 125px; padding: 24px; background: #ffffff; } .hlgdtak-privacy__company-card--hours { grid-column: 1 / -1; min-height: auto; } .hlgdtak-privacy__company-label { display: block; margin-bottom: 9px; color: #9b6c19; font-size: 9px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; } .hlgdtak-privacy__company-card p, .hlgdtak-privacy__company-card address { margin: 0; color: #52605a; font-size: 14px; font-style: normal; line-height: 1.7; overflow-wrap: anywhere; } .hlgdtak-privacy__company-card strong { color: var(--forest); font-weight: 800; } .hlgdtak-privacy__company-card a { color: var(--forest); font-weight: 700; text-decoration: none; } .hlgdtak-privacy__hours { display: grid; grid-template-columns: 180px 1fr; gap: 8px 22px; } .hlgdtak-privacy__response { margin: 23px 0 0; color: #68736e; font-size: 13px; line-height: 1.7; } /* Laptop */ @media screen and (min-width: 901px) and (max-width: 1199px) { .hlgdtak-privacy { padding: 72px 34px 82px; } .hlgdtak-privacy__container { width: min(100%, 1080px); } .hlgdtak-privacy__header { gap: 50px; } .hlgdtak-privacy__layout { grid-template-columns: 270px minmax(0, 1fr); gap: 24px; } .hlgdtak-privacy__navigation { padding: 28px; } } /* Tablet */ @media screen and (max-width: 900px) { .hlgdtak-privacy { padding: 62px 20px; } .hlgdtak-privacy__container { width: 100%; max-width: 760px; } .hlgdtak-privacy__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; padding-bottom: 35px; } .hlgdtak-privacy__intro { max-width: 650px; } .hlgdtak-privacy__layout { grid-template-columns: 1fr; } .hlgdtak-privacy__navigation { position: static; } .hlgdtak-privacy__nav-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } } /* Mobile */ @media screen and (max-width: 640px) { .hlgdtak-privacy { padding: 48px 16px; } .hlgdtak-privacy__title { font-size: 42px; line-height: 1.08; } .hlgdtak-privacy__intro { font-size: 15px; } .hlgdtak-privacy__navigation { padding: 27px 23px; border-radius: 20px; } .hlgdtak-privacy__nav-list { grid-template-columns: 1fr; } .hlgdtak-privacy__content { border-radius: 20px; } .hlgdtak-privacy__summary, .hlgdtak-privacy__section, .hlgdtak-privacy__company { padding: 28px 24px; } .hlgdtak-privacy__heading { align-items: start; } .hlgdtak-privacy__section h2 { font-size: 26px; } .hlgdtak-privacy__cards { grid-template-columns: 1fr; } .hlgdtak-privacy__company-grid { grid-template-columns: 1fr; } .hlgdtak-privacy__company-card--hours { grid-column: auto; } .hlgdtak-privacy__hours { grid-template-columns: 1fr; gap: 3px; } .hlgdtak-privacy__hours strong:not(:first-child) { margin-top: 12px; } }

HLGDTAK Privacy Center

Privacy Policy

This Privacy Policy explains how HLGDTAK collects, uses, shares and protects personal information when you visit our store, place an order or contact customer support.

 Last updated: April 11, 2026
On This Page

Your Privacy

Overview Information We Collect Sources of Information How We Use Information How We Share Information Shopify Cookies Advertising Retention & Security Your Privacy Rights Children’s Privacy

Privacy at a Glance

We collect information needed to operate our store, process purchases, deliver orders, provide customer support, prevent fraud and improve the shopping experience. The information collected depends on how you interact with our store and which services or features you use.

Information You Provide

Contact, billing, shipping, order and customer support information.

Information Collected Automatically

Device, browser, IP address, cookie and website activity information.

Why We Use It

To fulfill orders, support customers, secure the store and improve our services.

Your Choices

Depending on your location, you may request access, correction, deletion or certain opt-outs.

01

Personal Information We Collect

Depending on how you interact with our store, we may collect the following categories of personal information:

  • Contact information: name, email address, telephone number, billing address and shipping address.
  • Order information: products purchased, order number, transaction details, shipping status, returns and refund information.
  • Payment information: payment method details processed by Shopify or authorized payment providers. We do not generally receive complete payment card numbers.
  • Account information: login details, preferences and purchase history if customer accounts are available and you create one.
  • Customer support information: messages, photographs, order details and other information you provide when contacting us.
  • Device and usage information: IP address, browser type, device identifiers, pages viewed, interactions, referring pages and approximate location.
  • Marketing information: communication preferences and interactions with marketing messages or ads.
02

Sources of Personal Information

We may collect personal information from:

  • You directly when you place an order, create an account, subscribe to communications or contact customer support.
  • Your browser or device through cookies, pixels and similar technologies.
  • Shopify, payment processors, shipping providers and other service providers that support store operations.
  • Marketing, advertising, analytics or fraud-prevention partners, where permitted by applicable law.
03

How We Use Personal Information

We may use personal information to:

  • Process payments and fulfill customer orders.
  • Arrange shipping, delivery, returns, refunds and replacements.
  • Communicate about orders, products and customer service requests.
  • Create and maintain customer accounts where available.
  • Detect fraud, security threats, misuse and unauthorized transactions.
  • Operate, maintain, troubleshoot and improve our website.
  • Understand store performance and customer interactions.
  • Provide marketing or personalized content where permitted.
  • Meet legal, tax, accounting and regulatory obligations.
04

How We Share Personal Information

We may share personal information when reasonably necessary to operate the store and provide requested services, including with:

  • Shopify and technology providers that host or support the online store.
  • Payment processors, banks and fraud-prevention providers.
  • Warehouses, fulfillment partners, carriers and delivery providers.
  • Customer support, analytics, email and marketing providers.
  • Professional advisers, auditors, insurers and legal advisers.
  • Government agencies or other parties when disclosure is required by law or necessary to protect legal rights.
  • A successor or relevant party in connection with a merger, acquisition, financing, reorganization or sale of assets.

Service providers are authorized to process personal information only for the services they provide, subject to their agreements and applicable law.

05

Shopify

Our store is hosted by Shopify. Shopify processes personal information to provide store hosting, checkout, payment, security and related commerce services.

Shopify may process information in accordance with its own privacy practices. You can learn more by reviewing the Shopify Consumer Privacy Policy .

Certain Shopify features may use customer information to provide security, analytics, personalization or advertising services. The availability of consent and opt-out controls depends on our store settings and the laws applicable to your location.

06

Cookies and Similar Technologies

We and our service providers may use cookies, pixels, local storage and similar technologies to operate the website, remember preferences, understand store performance and support advertising where permitted.

Cookie categories may include:

  • Essential cookies: required for security, checkout, cart functions and basic website operation.
  • Functional cookies: remember preferences and improve website functionality.
  • Analytics cookies: help us understand website traffic and performance.
  • Advertising cookies: may help measure or personalize marketing where permitted.

Where required, non-essential cookies will be used only after consent. You may manage available choices through our cookie banner, cookie preference tool or browser settings.

07

Marketing and Targeted Advertising

Where permitted by law, we may use contact and website activity information to send marketing communications, measure campaign performance or display advertising that may be more relevant to your interests.

You may unsubscribe from marketing emails at any time by using the unsubscribe link contained in the message. Transactional communications concerning orders or customer support may still be sent.

Depending on your location and our store settings, you may also have the right to opt out of data processing considered a sale, sharing or targeted advertising under applicable privacy law.

08

Data Retention and Security

We retain personal information for as long as reasonably necessary to fulfill the purposes described in this policy, maintain business and tax records, resolve disputes, prevent fraud and comply with legal obligations.

Retention periods may vary depending on the type of information, the nature of our relationship and applicable legal requirements.

We use reasonable administrative, technical and organizational safeguards designed to protect personal information. However, no online transmission or storage system can be guaranteed to be completely secure.

09

International Data Transfers

Shopify, service providers and business partners may process personal information in countries other than the country where you live. Privacy laws in those locations may differ.

Where required, appropriate contractual or legal safeguards may be used to protect personal information transferred across borders.

10

Your Privacy Rights

Depending on your location and subject to applicable exceptions, you may have the right to:

  • Request access to personal information we hold about you.
  • Request correction of inaccurate personal information.
  • Request deletion of certain personal information.
  • Receive a portable copy of certain information.
  • Restrict or object to certain processing activities.
  • Withdraw consent where processing is based on consent.
  • Opt out of certain sales, sharing or targeted advertising.
  • Appeal a decision concerning a privacy request where applicable.

To submit a request, contact us at service@hlgdtak.com . We may need to verify your identity before completing a request. You may also use an authorized agent where permitted by law.

We will not unlawfully discriminate against you for exercising an applicable privacy right.

11

Children’s Privacy

Our store is intended for a general audience and is not directed to children. We do not knowingly collect personal information from children in violation of applicable law.

If you believe a child has provided personal information to us without appropriate authorization, please contact us so that we can review and address the request.

12

Changes to This Privacy Policy

We may update this Privacy Policy to reflect changes in our services, technology, business practices or legal obligations. The updated version becomes effective when published on this page.

When appropriate or legally required, we may provide additional notice of material changes.

We aim to respond to privacy and customer support inquiries within 1–2 business days. Additional time may be required to verify and complete formal privacy requests.