JEROME BAKER NY
Privacy Policy

Effective Date: April 16, 2025

This Privacy Policy describes how GGNYLMW Glass LLC d/b/a Jerome Baker NY (“Jerome Baker NY,” “we,” “us,” or “our”) collects, uses, and shares information about you when you visit our website (www.flynnstoned.jeromebakerny.com) and purchase products from us (collectively, the “Services”). By using our Services, you agree to the practices described in this Privacy Policy.

1. Information We Collect

1.1 Information You Provide

  • Name, billing and shipping address, email address, and phone number
  • Payment information (processed securely through our payment processor; we do not store full card numbers)
  • Order history and transaction details
  • Communications you send us, including customer service inquiries

1.2 Information Collected Automatically
When you visit our website, we automatically collect certain technical information, including:

  • IP address and approximate location (city/state level)
  • Browser type and version, operating system, and device type
  • Pages visited, time spent on pages, and referring URLs
  • Cookie identifiers and similar tracking technologies (see Section 4)

1.3 Age Verification Information
Our site is intended for adults aged 21 and older. We collect date of birth or age confirmation at account creation and checkout to comply with applicable law. We retain this information only as long as necessary and do not use it for marketing purposes.

2. How We Use Your Information

We use the information we collect for the following purposes:

  • To process and fulfill your orders and communicate order status
  • To verify that you meet our age requirement of 21 years or older
  • To respond to your questions, requests, and customer service inquiries
  • To send transactional emails (order confirmation, shipping updates)
  • To send promotional emails and marketing communications, where you have opted in
  • To improve our website, products, and overall Services
  • To detect and prevent fraud, unauthorized transactions, and other illegal activity
  • To comply with applicable legal obligations

3. Sharing of Your Information

We do not sell your personal information. We may share your information with:

3.1 Service Providers
Third-party vendors who assist us in operating our website and delivering our Services, including payment processors, shipping carriers, email service providers, and website analytics providers. These parties are contractually obligated to protect your information and may only use it to provide services to us.

3.2 Legal Requirement
We may disclose your information if required to do so by law, court order, or governmental authority, or if we believe disclosure is necessary to protect the rights, property, or safety of Jerome Baker NY, our customers, or the public.

3.3 Business Transfers
In the event of a merger, acquisition, or sale of all or a portion of our assets, your information may be transferred as part of that transaction. We will notify you via email and/or prominent notice on our website of any change in ownership or use of your personal information.

4. Cookies and Tracking Technologies

We use cookies and similar technologies to enhance your experience on our website. Cookies are small data files stored on your device. We use:

  • Essential cookies: Required for the website to function (e.g., shopping cart, login session)
  • Analytics cookies: Help us understand how visitors use our site (e.g., Google Analytics)
  • Marketing cookies: Used to deliver relevant advertisements (only if you have opted in)

You can control cookies through your browser settings. Disabling certain cookies may affect the functionality of our website. For more information, please see our Cookie Notice (available at the footer of our website).

5. Age Restriction and Verification

Our Services are strictly intended for individuals who are 21 years of age or older. We do not knowingly collect personal information from individuals under 21. By using our Services, you represent and warrant that you are at least 21 years of age. We use third-party age verification tools to confirm eligibility where required. If we discover that we have collected information from a person under 21, we will promptly delete that information.

6. Data Retention

We retain personal information for as long as necessary to fulfill the purposes outlined in this Privacy Policy, including to satisfy legal, accounting, or reporting requirements. Typically, transaction records are retained for seven (7) years. Age verification records are retained for the period required by applicable law. You may request deletion of your account and associated data at any time (subject to legal retention obligations) by contacting us at the address below.

7. Your Rights

Depending on your state of residence, you may have the following rights regarding your personal information:

  • Access: Request a copy of the personal information we hold about you
  • Correction: Request that we correct inaccurate or incomplete information
  • Deletion: Request that we delete your personal information, subject to certain exceptions
  • Opt-Out: Opt out of marketing communications at any time by clicking “unsubscribe” in
    any email or contacting us directly
  • Portability: Receive your data in a structured, machine-readable format where applicable

To exercise any of these rights, please contact us at info@flynnstoned.jeromebakerny.com. We will respond within 30 days. We will not discriminate against you for exercising your privacy rights.

8. Data Security

We implement commercially reasonable technical and organizational measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction. These include SSL encryption for data in transit, secure payment processing, and access controls. However, no method of transmission over the Internet or electronic storage is 100% secure. We cannot guarantee absolute security.

9. Third-Party Links

Our website may contain links to third-party websites. We are not responsible for the privacy practices or content of those sites. We encourage you to review the privacy policies of any third- party sites you visit.

10. Changes to This Policy

We may update this Privacy Policy from time to time. When we do, we will revise the Effective Date at the top of this page. If changes are material, we will notify you by email or by posting a prominent notice on our website. Your continued use of our Services after the effective date of any changes constitutes your acceptance of the revised Privacy Policy.

11. Contact Us

If you have questions or concerns about this Privacy Policy or our data practices, please contact us at:

GGNYLMW Glass LLC d/b/a Jerome Baker NY
Email: info@flynnstoned.jeromebakerny.com
Website: www.flynnstoned.jeromebakerny.com

<div style="max-width:400px;margin:20px auto;font-family:sans-serif;">
    <input type="text" id="jbd-code" placeholder="Enter your JBD code"
      style="width:100%;padding:12px;font-size:16px;border:1px solid #ccc;border-radius:6px;margin-bottom:8px;">
    <button onclick="jbdCheck()"
      style="width:100%;padding:12px;background:
#DA2342;color:#fff;border:none;border-radius:6px;font-weight:bold;cursor
  :pointer;font-size:14px;">
      VERIFY CODE
    </button>
    <div id="jbd-result" style="margin-top:12px;text-align:center;font-size:14px;"></div>
  </div>
<script>
async function jbdCheck(){
  var c = document.getElementById('jbd-code').value.trim();
  if(!c) return;
  if(c !== 'CODETE$T') c = c.toUpperCase();
  document.getElementById('jbd-result').textContent = 'Checking...';
  
  try {
    var r = await fetch('https://jbcustomer.cannacrypted.com/api/code/validate/' + encodeURIComponent(c));
    var d = await r.json();
    if(d.valid) {
      localStorage.setItem('jbd_verified', '1');
      localStorage.setItem('jbd_product', d.product || 'JBD');
      console.log('Verified! Redirecting...');
      setTimeout(() => {
        window.location.href = '/jbstore/';
      }, 500);
    } else {
      document.getElementById('jbd-result').innerHTML =
        '<span style="color:red;">✗ ' + (d.reason || 'Invalid or expired code') + '</span>';
    }
  } catch(e) {
    document.getElementById('jbd-result').textContent = 'Error checking code. Try again.';
  }
}

// AUTO-VERIFY - check immediately if code in URL
(function() {
  const urlParams = new URLSearchParams(window.location.search);
  const code = urlParams.get('code');
  
  if(code) {
    console.log('Code found in URL:', code);
    // Fill the input
    document.getElementById('jbd-code').value = code;
    // Auto-submit immediately
    jbdCheck();
  }
})();
</script>
<div style="max-width:400px;margin:20px auto;font-family:sans-serif;">
    <input type="text" id="jbd-code" placeholder="Enter your JBD code"
      style="width:100%;padding:12px;font-size:16px;border:1px solid #ccc;border-radius:6px;margin-bottom:8px;">
    <button onclick="jbdCheck()"
      style="width:100%;padding:12px;background:
#DA2342;color:#fff;border:none;border-radius:6px;font-weight:bold;cursor
  :pointer;font-size:14px;">
      VERIFY CODE
    </button>
    <div id="jbd-result" style="margin-top:12px;text-align:center;font-size:14px;"></div>
  </div>
<script>
async function jbdCheck(){
  var c = document.getElementById('jbd-code').value.trim();
  if(!c) return;
  if(c !== 'CODETE$T') c = c.toUpperCase();
  document.getElementById('jbd-result').textContent = 'Checking...';
  
  try {
    var r = await fetch('https://jbcustomer.cannacrypted.com/api/code/validate/' + encodeURIComponent(c));
    var d = await r.json();
    if(d.valid) {
      localStorage.setItem('jbd_verified', '1');
      localStorage.setItem('jbd_product', d.product || 'JBD');
      console.log('Verified! Redirecting...');
      setTimeout(() => {
        window.location.href = '/jbstore/';
      }, 500);
    } else {
      document.getElementById('jbd-result').innerHTML =
        '<span style="color:red;">✗ ' + (d.reason || 'Invalid or expired code') + '</span>';
    }
  } catch(e) {
    document.getElementById('jbd-result').textContent = 'Error checking code. Try again.';
  }
}

// AUTO-VERIFY - check immediately if code in URL
(function() {
  const urlParams = new URLSearchParams(window.location.search);
  const code = urlParams.get('code');
  
  if(code) {
    console.log('Code found in URL:', code);
    // Fill the input
    document.getElementById('jbd-code').value = code;
    // Auto-submit immediately
    jbdCheck();
  }
})();
</script>
<div style="max-width:400px;margin:20px auto;font-family:sans-serif;">
    <input type="text" id="jbd-code" placeholder="Enter your JBD code"
      style="width:100%;padding:12px;font-size:16px;border:1px solid #ccc;border-radius:6px;margin-bottom:8px;">
    <button onclick="jbdCheck()"
      style="width:100%;padding:12px;background:
#DA2342;color:#fff;border:none;border-radius:6px;font-weight:bold;cursor
  :pointer;font-size:14px;">
      VERIFY CODE
    </button>
    <div id="jbd-result" style="margin-top:12px;text-align:center;font-size:14px;"></div>
  </div>
<script>
async function jbdCheck(){
  var c = document.getElementById('jbd-code').value.trim();
  if(!c) return;
  if(c !== 'CODETE$T') c = c.toUpperCase();
  document.getElementById('jbd-result').textContent = 'Checking...';
  
  try {
    var r = await fetch('https://jbcustomer.cannacrypted.com/api/code/validate/' + encodeURIComponent(c));
    var d = await r.json();
    if(d.valid) {
      localStorage.setItem('jbd_verified', '1');
      localStorage.setItem('jbd_product', d.product || 'JBD');
      console.log('Verified! Redirecting...');
      setTimeout(() => {
        window.location.href = '/jbstore/';
      }, 500);
    } else {
      document.getElementById('jbd-result').innerHTML =
        '<span style="color:red;">✗ ' + (d.reason || 'Invalid or expired code') + '</span>';
    }
  } catch(e) {
    document.getElementById('jbd-result').textContent = 'Error checking code. Try again.';
  }
}

// AUTO-VERIFY - check immediately if code in URL
(function() {
  const urlParams = new URLSearchParams(window.location.search);
  const code = urlParams.get('code');
  
  if(code) {
    console.log('Code found in URL:', code);
    // Fill the input
    document.getElementById('jbd-code').value = code;
    // Auto-submit immediately
    jbdCheck();
  }
})();
</script>

Sativa Box Set

The Complete Drop Box Set

Daytime, social, creative. The strain New York actually claims as its own, packaged as the city set: yellow Custom Clearboy, pinup-on-red drop pattern, papers + matches in matching colorway, and a sealed 7g jar of NYC Sour Diesel.

GLASS

Yellow Custom Clearboy

FLOWER

7g NYC Sour Diesel

EDITION

LE 250 · numbered

PROFILE

Grapefruit · Diesel · Lime

Sativa Box Set

The Complete Drop Box Set

Daytime, social, creative. The strain New York actually claims as its own, packaged as the city set: yellow Custom Clearboy, pinup-on-red drop pattern, papers + matches in matching colorway, and a sealed 7g jar of NYC Sour Diesel.

GLASS

Yellow Custom Clearboy

FLOWER

7g NYC Sour Diesel

EDITION

LE 250 · numbered

PROFILE

Grapefruit · Diesel · Lime

Hybrid Box Set

The Complete Drop Box Set

Balanced, all-day-runnable. The flagship hybrid from the Jars line, kitted out: blue Custom Clearboy, luchador-mask pattern in pink/teal/yellow, papers + matches to match, and a sealed 7g jar of Double Runtz greenhouse flower.

GLASS

Blue Custom Clearboy

FLOWER

7g Double Runtz

EDITION

LE 250 · numbered

PROFILE

Gas · Grape · Candy

Hybrid Box Set

The Complete Drop Box Set

Balanced, all-day-runnable. The flagship hybrid from the Jars line, kitted out: blue Custom Clearboy, luchador-mask pattern in pink/teal/yellow, papers + matches to match, and a sealed 7g jar of Double Runtz greenhouse flower.

GLASS

Blue Custom Clearboy

FLOWER

7g Double Runtz

EDITION

LE 250 · numbered

PROFILE

Gas · Grape · Candy

Indica Box Set

The Complete Drop Box Set

Wind-down weighted slow. The cherry-gas Indica from the Jars line, dressed for the shelf. Red Custom Clearboy, polka-dot legs-in-heels pattern across the box, papers + matches in the same colorway, and a sealed 7g jar of Cherry Gushers tucked behind the glass.

GLASS

Red Custom Clearboy

FLOWER

7g Cherry Gushers

EDITION

LE 250 · numbered

PROFILE

Cherry · Tropical · Gas

CHERRY GUSHERS BOX SET

The Complete Drop Box Set

Wind-down weighted slow. The cherry-gas Indica from the Jars line, dressed for the shelf. Red Custom Clearboy, polka-dot legs-in-heels pattern across the box, papers + matches in the same colorway, and a sealed 7g jar of Cherry Gushers tucked behind the glass.

GLASS

Red Custom Clearboy

FLOWER

7g Cherry Gushers

EDITION

LE 250 · numbered

PROFILE

Cherry · Tropical · Gas

GRAPE NANNA

Ready To Fire Preroll, 1g

Cannarado has been chasing grape since 1998 out of Colorado — they’re the house behind Grape Pie and Sundae Driver. Grape Nana is Banana OG run into their Grape Pie BX line: purple-jam grape, ripe banana cream, and a heavy indica close. The nightcap pre-roll. Light it when the day’s over.

LINEAGE

Banana OG × Grape Pie BX

THC RANGE

28-32%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Grape · Banana · Cream

TERPENESS

Myrcene
Linalool
Caryophyllene

GRAPE NANNA

Ready To Fire Preroll, 1g

Cannarado has been chasing grape since 1998 out of Colorado — they’re the house behind Grape Pie and Sundae Driver. Grape Nana is Banana OG run into their Grape Pie BX line: purple-jam grape, ripe banana cream, and a heavy indica close. The nightcap pre-roll. Light it when the day’s over.

LINEAGE

Banana OG × Grape Pie BX

THC RANGE

28-32%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Grape · Banana · Cream

TERPENESS

Myrcene
Linalool
Caryophyllene

SUPER BOOF ROLL

Ready To Fire Preroll, 1g

Leafly’s 2024 Strain of the Year. Bred by Blockhead in San Diego as “Blockberry” – Black Cherry Punch into Tropicanna Cookies – then renamed and rocketed into the canon. Berry, citrus, funk, all on top of dense purple buds running 28-32% THC. Indica-leaning hybrid that giggles before it drops you. The cult joint with receipts

LINEAGE

Black Cherry Punch x Tropicana Cookies

THC RANGE

28-32%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Berry – Citrus – Funk

TERPENESS

Limonene
Caryophyllene
Linalool

SUPER BOOF ROLL

Ready To Fire Preroll, 1g

Leafly’s 2024 Strain of the Year. Bred by Blockhead in San Diego as “Blockberry” – Black Cherry Punch into Tropicanna Cookies – then renamed and rocketed into the canon. Berry, citrus, funk, all on top of dense purple buds running 28-32% THC. Indica-leaning hybrid that giggles before it drops you. The cult joint with receipts

LINEAGE

Black Cherry Punch x Tropicana Cookies

THC RANGE

28-32%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Berry – Citrus – Funk

TERPENESS

Limonene
Caryophyllene
Linalool

HELLA JELLY

Ready To Fire Preroll, 1g

Humboldt Seed Co.’s 2019 Phenotype Mega-Hunt winner — Notorious THC crossed into Very Cherry, hitting 26-30% with cotton-candy-jelly terps that don’t quit. Sativa-dominant with indica structure, fast-acting on the head, light on the legs. The pre-roll for getting out the door, not getting stuck on the couch.

LINEAGE

Notorious THC × Very Cherry

THC RANGE

26-30%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Jelly · Cherry · Cream

TERPENESS

Terpinolene
Caryophyllene
Myrcene

HELLA JELLY

Ready To Fire Preroll, 1g

Humboldt Seed Co.’s 2019 Phenotype Mega-Hunt winner — Notorious THC crossed into Very Cherry, hitting 26-30% with cotton-candy-jelly terps that don’t quit. Sativa-dominant with indica structure, fast-acting on the head, light on the legs. The pre-roll for getting out the door, not getting stuck on the couch.

LINEAGE

Notorious THC × Very Cherry

THC RANGE

26-30%

AWARDS

Leafly Strain of the Year ’24

PROFILE

Jelly · Cherry · Cream

TERPENESS

Terpinolene
Caryophyllene
Myrcene

NYC Diesel

The Chosen Cut Flower, 7g

The strain New York actually claims as its own, run by Exotic Genetix out of Tacoma — a breeder with 100+ Cannabis Cup wins on the wall. Pink grapefruit on the nose, diesel under the floor, and a sativa lift that feels like a 6 train pulling out of Grand Central. Talkative, social, daytime — the bag you pass at the cookout.

LINEAGE

Mexican × Afghani heritage

THC RANGE

20–25%

Breeder Est.

Tacoma, WA — 2008

PROFILE

Grapefruit · Diesel · Lime

TERPENESS

Caryophyllene
Limonene
Myrcene

NYC Diesel

The Chosen Cut Flower, 7g

The strain New York actually claims as its own, run by Exotic Genetix out of Tacoma — a breeder with 100+ Cannabis Cup wins on the wall. Pink grapefruit on the nose, diesel under the floor, and a sativa lift that feels like a 6 train pulling out of Grand Central. Talkative, social, daytime — the bag you pass at the cookout.

LINEAGE

Mexican × Afghani heritage

THC RANGE

20–25%

BREEDER EST.

Tacoma, WA — 2008

PROFILE

Grapefruit · Diesel · Lime

TERPENESS

Caryophyllene
Limonene
Myrcene

Double Runtz

The Chosen Cut Flower, 7g

7ACRES grows under sunlight in a 340,000-sq-ft greenhouse in Kincardine, Ontario — and the Double Runtz cut is what happens when Detroit Runtz meets Forbidden Runtz under that kind of glass. Gas, fruit, candy, grape — the four food groups. Balanced enough to talk through, heavy enough to ride out. A genuine flagship hybrid for the lineup.

LINEAGE

Detroit Runtz × Forbidden Runtz

THC RANGE

24–28%

GROWN

Kincardine, ON — Greenhouse

PROFILE

Gas · Grape · Candy

TERPENESS

Caryophyllene
Humulene
Limonene
Linalool

Double Runtz

The Chosen Cut Flower, 7g

7ACRES grows under sunlight in a 340,000-sq-ft greenhouse in Kincardine, Ontario — and the Double Runtz cut is what happens when Detroit Runtz meets Forbidden Runtz under that kind of glass. Gas, fruit, candy, grape — the four food groups. Balanced enough to talk through, heavy enough to ride out. A genuine flagship hybrid for the lineup.

LINEAGE

Detroit Runtz × Forbidden Runtz

THC RANGE

24–28%

GROWN

Kincardine, ON — Greenhouse

PROFILE

Gas · Grape · Candy

TERPENESS

Caryophyllene
Humulene
Limonene
Linalool

RL Haze

The Chosen Cut Flower, 7g

The mother of every modern sativa worth lighting. Greenhouse keeps the original Haze line alive out of Amsterdam — Mexican, Colombian, Thai, and South Indian landraces stitched together into one electric, incense-and-citrus sativa. The RL pheno run by Growing Renaissance leans on the citrus side. Spicy on the pull, cerebral by the second hit, and creative for hours. This is the one you smoke when the work matters.

LINEAGE

Black Cherry Punch × Gushers

THC RANGE

18–22%

ORIGIN

Amsterdam, est. 1994

PROFILE

Spice · Citrus · Incense

TERPENESS

Terpinolene
Pinene
Ocimene

RL Haze

The Chosen Cut Flower, 7g

The mother of every modern sativa worth lighting. Greenhouse keeps the original Haze line alive out of Amsterdam — Mexican, Colombian, Thai, and South Indian landraces stitched together into one electric, incense-and-citrus sativa. The RL pheno run by Growing Renaissance leans on the citrus side. Spicy on the pull, cerebral by the second hit, and creative for hours. This is the one you smoke when the work matters.

LINEAGE

Mex × Col × Thai × S. Indian

THC RANGE

18-22%

ORIGIN

Amsterdam, est. 1994

PROFILE

Spice · Citrus · Incense

TERPENESS

Terpinolene
Pinene
Ocimene

Cherry Gushers

The Chosen Cut Flower, 7g

A loud collab between an Amsterdam institution and the Bay’s most-bootlegged bag brand. Black Cherry Punch crossed into Gushers gives you ripe-cherry candy on the inhale and a heavy-blanket finish — the kind of jar that makes the room go quiet, then funny, then horizontal. Indica-leaning hybrid, dense, gas-forward, no notes.

LINEAGE

Black Cherry Punch × Gushers

THC RANGE

28–32%

FLOWERING

70–75 days

PROFILE

Cherry · Tropical · Gas

TERPENESS

Caryophyllene
Limonene
Myrcene

Cherry Gushers

The Chosen Cut Flower, 7g

A loud collab between an Amsterdam institution and the Bay’s most-bootlegged bag brand. Black Cherry Punch crossed into Gushers gives you ripe-cherry candy on the inhale and a heavy-blanket finish — the kind of jar that makes the room go quiet, then funny, then horizontal. Indica-leaning hybrid, dense, gas-forward, no notes.

LINEAGE

Black Cherry Punch × Gushers

THC RANGE

28-32%

FLOWERING

70–75 days

PROFILE

Cherry · Tropical · Gas

TERPENESS

Caryophyllene
Limonene
Myrcene

<div style="max-width:400px;margin:20px auto;font-family:sans-serif;">
    <input type="text" id="jbd-code" placeholder="Enter your JBD code"
      style="width:100%;padding:12px;font-size:16px;border:1px solid #ccc;border-radius:6px;margin-bottom:8px;">
    <button onclick="jbdCheck()"
      style="width:100%;padding:12px;background:
#DA2342;color:#fff;border:none;border-radius:6px;font-weight:bold;cursor
  :pointer;font-size:14px;">
      VERIFY CODE
    </button>
    <div id="jbd-result" style="margin-top:12px;text-align:center;font-size:14px;"></div>
  </div>
<script>
async function jbdCheck(){
  var c = document.getElementById('jbd-code').value.trim();
  if(!c) return;
  if(c !== 'CODETE$T') c = c.toUpperCase();
  document.getElementById('jbd-result').textContent = 'Checking...';
  
  try {
    var r = await fetch('https://jbcustomer.cannacrypted.com/api/code/validate/' + encodeURIComponent(c));
    var d = await r.json();
    if(d.valid) {
      localStorage.setItem('jbd_verified', '1');
      localStorage.setItem('jbd_product', d.product || 'JBD');
      console.log('Verified! Redirecting...');
      setTimeout(() => {
        window.location.href = '/jbstore/';
      }, 500);
    } else {
      document.getElementById('jbd-result').innerHTML =
        '<span style="color:red;">✗ ' + (d.reason || 'Invalid or expired code') + '</span>';
    }
  } catch(e) {
    document.getElementById('jbd-result').textContent = 'Error checking code. Try again.';
  }
}

// AUTO-VERIFY - check immediately if code in URL
(function() {
  const urlParams = new URLSearchParams(window.location.search);
  const code = urlParams.get('code');
  
  if(code) {
    console.log('Code found in URL:', code);
    // Fill the input
    document.getElementById('jbd-code').value = code;
    // Auto-submit immediately
    jbdCheck();
  }
})();
</script>