www.intelligentsia.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://trk.klclick1.com/ls/click?upn=u001.d6zmlDqS0LHvdpwu5tOqT5Z9iryvZD9Lbz5Dj2MH-2FXi7tMSmozjJqrebmMeSIC7DUnONNud6gdIf...
Effective URL: https://www.intelligentsia.com/collections/coffee?utm_source=Klaviyo&utm_medium=email&utm_campaign=Non-Purchasers%202024%3A%20S...
Submission: On March 21 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

POST /contact#newsletterForm

<form method="post" action="/contact#newsletterForm" id="newsletterForm" accept-charset="UTF-8" class="footer__newsletter-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <ul class="form-list">
    <li class="form-item">
      <div class="input-placeholder footer__newsletter-input-placeholder">
        <label for="newsletterEmail" class="footer__newsletter-label">Sign up for our delicious newsletter</label>
        <input type="email" id="newsletterEmail" class="input footer__newsletter-input" name="contact[email]" autocomplete="on">
      </div>
    </li>
  </ul>
  <div class="message footer__message" id="formMessages"></div>
  <button class="btn btn--primary btn--full footer__submit" type="submit">Join Newsletter</button>
</form>

POST /cart

<form id="bagForm" action="/cart" method="post" class="bag__form">
  <header class="bag__header" role="presentation">
    <div class="bag__header-hdg">
      <h2 id="miniCart" class="bag__title">Your Cart <span id="bagHeaderCount" class="bag__title-count" style="display: none;">0</span>
      </h2>
      <button id="closeBag" type="button" class="btn-icon js-bag-close">
        <i class="icon icon--close-black">
              <span class="screenreader">Close Cart</span>
            </i>
      </button>
    </div>
    <div class="bag__shipping js-bag-shipping">
      <div class="bag__shipping-text-wrap">
        <i class="icon icon--delivery-truck"></i>
        <p class="bag__shipping-text js-bag-shipping-incomplete" style="display: block;"> You are <span class="bag__shipping-amount js-bag-shipping-amount" data-amount="49">$49</span> away from free shipping! </p>
        <p class="bag__shipping-text text-center js-bag-shipping-completed" style="display:none;">Congrats! You get free shipping!</p>
      </div>
      <div class="bag__shipping-progress js-bag-shipping-progress">
        <span class="bag__shipping-progress-floor" data-amount="0"> $0 </span>
        <div class="bag__shipping-progress-bar">
          <div class="bag__shipping-progress-bar-inner js-bag-shipping-progress-bar" style="width: 0%;"></div>
        </div>
        <span class="bag__shipping-progress-threshold" data-amount="49"> $49 </span>
      </div>
    </div>
  </header>
  <div class="bag__content">
    <div class="bag__content-hdg">
      <p class="bag__content-title">Product</p>
      <p class="bag__content-title">Price</p>
      <p class="bag__content-title">Quantity</p>
      <p class="bag__content-title">Total</p>
    </div>
    <ul id="bagItems" class="bag__items list-reset"></ul>
    <div id="bagGiftMessage" class="bag-gift-message hide">
      <div class="bag-gift-message__container">
        <button id="bagGiftMessageBtn" class="bag-gift-message__btn" type="button">
          <i class="bag-gift-message__checkbox-icon icon icon--checkbox-secondary-off"></i>
          <div class="bag-gift-message__btn-label">Add a Gift Message</div>
          <i class="bag-gift-message__envelope-icon icon icon--envelope-message"></i>
        </button>
        <div id="bagGiftMessageMenu" class="bag-gift-message__menu">
          <input class="js-bag-gift" name="attributes[gift]" value="false" type="hidden">
          <ul class="form-list">
            <li class="form-item">
              <div class="input-placeholder">
                <label class="screenreader" for="attributes[to]">To</label>
                <input maxlength="40" class="input js-bag-gift-message-field" id="attributes[to]" name="attributes[to]" placeholder="TO" value="" type="text">
              </div>
            </li>
            <li class="form-item">
              <div class="input-placeholder">
                <label class="screenreader" for="attributes[from]">From</label>
                <input maxlength="40" class="input js-bag-gift-message-field" id="attributes[from]" name="attributes[from]" placeholder="FROM" value="" type="text">
              </div>
            </li>
            <li class="form-item">
              <div class="input-placeholder">
                <label class="screenreader" for="bagGiftMessageNote">Note</label>
                <textarea id="bagGiftMessageNote" maxlength="255" class="input js-bag-gift-message-field" name="attributes[note]" rows="3" placeholder="NOTE"></textarea>
              </div>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div id="bagRecommendationsList" class="bag-recommendations hide">
      <div class="bag-recommendations__heading">Top Picks For You</div>
      <div class="bag-recommendations__list" id="bagRecommendations"></div>
    </div>
    <div id="bagEmpty" class="bag__empty">
      <h3 class="bag__empty-hdg">There’s nothing here…</h3>
      <p class="bag__empty-msg bag__empty-msg--cart">It appears your shopping cart is empty, but it doesnt have to be.</p>
      <p class="bag__empty-msg bag__empty-msg--mini-bag">Your shopping cart is currently empty</p>
    </div>
  </div>
  <div class="bag__footer">
    <div class="bag__summary">
      <div class="bag__totals" aria-live="polite">
        <p class="bag__total">
          <span class="bag__total-label"> Subtotal </span>
          <span id="bagSubtotal" class="bag__total-value">$0</span>
        </p>
      </div>
      <div class="bag__disclaimer">
        <p>Taxes and shipping calculated at checkout</p>
      </div>
      <div class="bag__actions">
        <a class="bag__action bag__checkout btn btn--primary btn--full" href="/checkout">
              Checkout
            </a>
      </div>
      <div class="bag__additional-checkout" id="bagAdditionalCheckoutButtons">
        <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
      </div>
    </div>
    <a id="bagContinue" class="bag__continue btn btn--secondary btn--full js-bag-close" href="/collections/coffee">
        Continue Shopping
      </a>
    <a class="bag__discover btn btn--primary btn--full" href="/collections/coffee">
        Discover Products
      </a>
  </div>
</form>

Text Content

Cookie Policy
This website uses various technologies including cookies for personalization,
website usage and performance measurement, and targeted advertising. Information
about your site visit may be stored by or shared with third parties as
identified in our Privacy Policy.Privacy Policy
PreferencesRejectAccept
x
Skip to content

We recommend using Microsoft Edge, Firefox, Google Chrome or Safari for a better
experience.

Close Banner

Enjoy 15% off your first three subscription orders with code: FIRSTTHREE15

Free shipping on all subscriptions and U.S. orders over $49

Open Navigation Close Navigation
Intelligentsia Coffee
 * SHOP
    * Coffee
    * Espresso
    * Cold Coffee + Lattes
    * Instant
    * Brew Equipment
    * Ceramics + Mugs
    * Apparel + Gifts
    * Bundle + Save
    * Kilogram Tea

 * SUBSCRIBE
 * LEARN + DO
    * Blog
    * Brew Guides
    * Corporate Gifting
    * Classes
    * FAQs

 * OUR APPROACH
    * Our Mission
    * Community
    * Quality
    * In Season
    * Origins

 * LOCATIONS

Get Our Recommendation
Search button Account login Toggle Cart Cart is empty 0
Get Our Recommendation
Search coffee, etc… Search for coffee, equipment, etc… Search
Close search


RECOMMENDED SEARCHES

 * black cat espresso
 * organic coffees

Suggested Search



COFFEE

OUR COFFEE IS THOUGHTFULLY SOURCED AND ROASTED TO ORDER.

Filter by
 * Coffee Type
 * Roast Level
 * Flavor Profile
 * Bundle
 * Finder
 * Country
 * Certifications
 * Variety
 * Subscription Eligible


Sort By: Newest

 * Seasonal
   
   
   
   Quick Add
   Quick Add
    * Seasonal Blend
   
   
   PERSEPHONE BLEND
   
   $24
   
    * Black Grape, Hibiscus, Lime
   
   
 * Quick Add
   Quick Add
    * Single Origin
   
   
   COLOMBIA STRIPED RED BOURBON
   
   $31
   
    * Blackberry, Plum, Navel Orange
   
   
 * Quick Add
   Quick Add
    * Single Origin
   
   
   KENYA KII AA
   
   $23
   
    * Ruby Red Grapefruit, Persimmon, Cranberry
   
   

 * COFFEE SUBSCRIPTIONS
   
   Receive fresh roasted coffee on the regular and get free shipping on every
   order
   
   Learn More

 * Organic
   
   
   
   Quick Add
   Quick Add
    * Single Origin
   
   
   ETHIOPIA WASHED BUKU
   
   $29
   
    * White Peach, Raspberry, Navel Orange
   
   

 * Seasonal
   
   
   Quick Add
   Quick Add
    * Seasonal Blend, Single Origin
   
   
   SEASON'S BEST BUNDLE
   
   Original price: $74 Sale price: $59.20
   
   

 * Subscription Only
   
   
   
   Quick Add
   Quick Add
    * Seasonal Blend
   
   
   INTELLIGENTSIA SEASONAL SELECT
   
   $23
   
    * Black Grape, Hibiscus, Lime
   
   Monthly Rotating Subscription

 * Subscription Only
   
   
   Quick Add
   Quick Add
    * Single Origin
   
   
   INTELLIGENTSIA'S CHOICE
   
   $21
   
   Monthly Rotating Subscription
 * Quick Add
   Quick Add
    * Single Origin
   
   
   BURUNDI YANDARO
   
   $21
   
    * Persimmon, Dates, Lime Zest
   
   

 * Subscription Only
   
   
   
   Quick Add
   Quick Add
    * Blend
   
   
   INTELLIGENTSIA CLASSICS
   
   $17
   
    * Blackstrap Molasses, Cola, Cacao, Raisin
   
   Monthly Rotating Subscription
 * Quick Add
   Quick Add
    * Blend
   
   
   INTELLIGENTSIA HOUSE BLEND
   
   $16.50
   
    * Apple, Citrus, Milk Chocolate
   
   
 * Quick Add
   Quick Add
    * Blend
   
   
   EL DIABLO
   
   $16.50
   
    * Blackstrap Molasses, Cola, Cacao, Raisin
   
   

 * Organic
   
   
   
   Quick Add
   Quick Add
    * Blend
   
   
   EL GALLO BLEND
   
   $17
   
    * Milk Chocolate, Honey, Cola
   
   

 * Organic
   
   
   
   Quick Add
   Quick Add
    * Blend
   
   
   ILLUMINATION BLEND
   
   $18.50
   
    * Turbinado Sugar, Honey, Peach
   
   
 * Quick Add
   Quick Add
    * Blend
   
   
   FREQUENCY BLEND
   
   $16.50
   
    * Golden Raisin, Raw Sugar, Molasses
   
   
 * Quick Add
   Quick Add
    * Blend
   
   
   EL GATO BLEND
   
   $16.50
   
    * Dark Chocolate, Baked Apple, Plum
   
   

 * Organic
   
   
   
   Quick Add
   Quick Add
    * Blend
   
   
   ORGANIC FRENCH ROAST
   
   $17
   
    * Molasses, Pipe Tobacco, Dark Chocolate
   
   
 * Quick Add
   Quick Add
    * Instant
   
   
   INSTANT COFFEE HOUSE BLEND
   
   $12
   
   

 * Organic
   
   
   
   Quick Add
   Quick Add
    * Decaf
   
   
   ORGANIC DECAF HOUSE BLEND
   
   $17.50
   
    * Chocolate, Lime, Caramelized Sugar
   
   
   

Get the latest from intelligentsia
 * Sign up for our delicious newsletter


Join Newsletter

 * ABOUT
   
   * Our Story
   * Our Community
   * Blog
   * Careers

 * HELP
   
   * Contact Us
   * FAQs
   * Order Status
   * Gift Card Balance
   * Return Policy

 * WHOLESALE
   
   * Partner With Us
   * Wholesale Support
   * Wholesale Website
   * Corporate Gifting

 * FOLLOW
   
   * Instagram
   * Facebook
   * Twitter
   * Youtube
   * Pinterest

 * Privacy Policy
 * Terms of Sale
 * Terms of Use
 * Your Privacy Choices

© Intelligentsia 2024


YOUR CART 0

Close Cart

You are $49 away from free shipping!

Congrats! You get free shipping!

$0

$49

Product

Price

Quantity

Total

Add a Gift Message
 * To
 * From
 * Note

Top Picks For You



THERE’S NOTHING HERE…

It appears your shopping cart is empty, but it doesnt have to be.

Your shopping cart is currently empty

Subtotal $0

Taxes and shipping calculated at checkout

Checkout

Continue Shopping Discover Products


 * SHOP
    * Coffee
    * Espresso
    * Cold Coffee + Lattes
    * Instant
    * Brew Equipment
    * Ceramics + Mugs
    * Apparel + Gifts
    * Bundle + Save
    * Kilogram Tea

 * SUBSCRIBE
 * LEARN + DO
    * Blog
    * Brew Guides
    * Corporate Gifting
    * Classes
    * FAQs

 * OUR APPROACH
    * Our Mission
    * Community
    * Quality
    * In Season
    * Origins

 * LOCATIONS

Get Our Recommendation



Close


UPDATE YOUR BROWSER

We recommend using Microsoft Edge, Firefox, Google Chrome or Safari for a better
experience.




Choose Type of Cookies You Accept Using



Strictly Required Cookies

These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.

Analytics and Statistics

These cookies allow us to measure visitors traffic and see traffic sources by
collecting information in data sets. They also help us understand which products
and actions are more popular than others.

Marketing and Retargeting

These cookies are usually set by our marketing and advertising partners. They
may be used by them to build a profile of your interest and later show you
relevant ads. If you do not allow these cookies you will not experience targeted
ads for your interests.

Functionality Cookies

These cookies enable our website to offer additional functions and personal
settings. They can be set by us or by third-party service providers that we have
placed on our pages. If you do not allow these cookies, these or some of these
services may not work properly.

Share Or Sale of Personal Data

The US compliance laws grant US residents the right to opt-out of the sale or
share of your personal information to third parties. At this website, the “sale”
or “share” consists in the sharing of your personal information to our
affiliates, or third parties as required for business purposes, including:
contractors, vendors or third parties who process personal information on our
behalf. These cookies collect certain online information and share that
information with third parties to provide more relevant ads to you on our sites
and on other sites that you visit. You may exercise your right to object to the
sale or share of your data to third parties by using this toggle switch.

Accept selected Accept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance