atmosbrewco.com Open in urlscan Pro
2620:127:f00f:d::  Public Scan

URL: https://atmosbrewco.com/products/atmos-brewing-co-gift-cards
Submission: On March 12 via automatic, source links-suspicious — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="fresh-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div data-free-shipping-msg="">
      <div id="shopify-section-free-shipping-msg" class="shopify-section">
        <div class="cart-free-shipping-encouragement">
          <div>
            <p>Spend $75.00 more and get free shipping!</p>
          </div>
          <div class="cart-free-shipping-encouragement__bar--bg">
            <div class="cart-free-shipping-encouragement__bar--progress" style="width: 0.0%;"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow animated" id="cart_dialog_label" style="visibility: visible;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="ajax-cart--top-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text hide">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price d-none"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h3 id="cart_drawer_subtotal">
          <span class="cart-total-price js-cart-total" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h3>
      </div>
      <p class="cart--shipping-message taxes-and-shipping-message hide">Taxes and shipping calculated at checkout </p>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn alt-focus cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner lds-dual-ring hide"></span>
        </button>
        <button class="btn btn-default cart-menu-close secondary-button alt-focus" type="button"> Continue Shopping </button>
      </div>
      <div class="ajax-cart--checkout-add-note hide">
        <label for="note">Add a note for the seller…</label>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
        	<article class="cart-item">
        		<div class="cart-item-image--wrapper">
        			<a class="cart-item-link" href="/products/atmos-brewing-co-gift-cards" tabindex="-1">
        				<img
        					class="cart-item-image"
        					src="/product/image.jpg"
        					alt=""
        				/>
        			</a>
        		</div>
        		<div class="cart-item-details--wrapper">
        			<h3 class="cart-item__title">
        				<a href="/products/atmos-brewing-co-gift-cards" class="cart-item-link cart-item-details--product-title-wrapper">
        					<span class="cart-item-product-title"></span>
        					<span class="cart-item-variant-title hide"></span>
        					<span class="cart-item-selling-plan hide"></span>
        				</a>
        			</h3>

        			<div class="cart-item-price-wrapper">
        				<span class="sr-only">Now</span>
        				<span class="cart-item-price"></span>
        				<span class="sr-only">Was</span>
        				<span class="cart-item-price-original"></span>
        				<span class="cart-item-price-per-unit"></span>
        			</div>

        			<ul class="order-discount--cart-list" aria-label="Discount"></ul>

        			<div class="cart-item--quantity-remove-wrapper">
        				<div class="cart-item--quantity-wrapper">
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-decrease"
        						data-amount="-1"
        						aria-label="Reduce item quantity by one"
        					>-</button>
                  <label for="cart-item--quantity-input" class="sr-only"></label>
        					<input
                    id="cart-item--quantity-input"
        						type="text"
        						class="cart-item-quantity"
        						min="1"
        						pattern="[0-9]*"
        						aria-label="Quantity"
        					>
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-increase"
        						data-amount="1"
        						aria-label="Increase item quantity by one"
        					>+</button>
        				</div>

        				<div class="cart-item-remove-button-container">
        					<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-trash-2" viewBox="0 0 24 24"><path d="M3 6h18M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2M10 11v6M14 11v6"/></svg>
                  </button>
        				</div>
        			</div>

              <div class="errors hide"></div>

        		</div>
        	</article>
        </li>
      </script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
  </div>
</form>

/search

<form id="search-page-form-header" action="/search">
  <input type="hidden" name="type" value="product,">
  <div id="search-wrapper">
    <label for="search_text" class="sr-only" id="search_label">Search our site Atmos Brewing Co.</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search our store..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product," data-show-prices="false" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <span class="header-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
            <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
            <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
          </svg>
        </span>
      </button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Clear search query" type="button"> Clear </button>
    <button class="search-bar__button search-close alt-focus" id="search-bar--close" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="add-to-cart-form" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" id="cart-link" value="/cart">
  <div class="product-info-wrapper">
    <h1 class="custom-font product-description-header">Atmos Brewing Co. Gift Cards</h1>
    <ul class="product-page--pricing">
      <!-- Variant price -->
      <li class="product-page--pricing--variant-price">
        <span class="js" id="price-field">
          <span class="money">$10.00</span>
        </span>
      </li>
      <!-- Variant 'compare at' price -->
      <li class="product-page--pricing--variant-compare-at-price">
        <span class="compare-at-price js visually--hidden">
          <span class="money"></span>
        </span>
      </li>
      <li class="product-page--pricing--price-per-unit"></li>
    </ul>
    <div class="product-form-option col-12">
      <div class="input-field product-option-select">
        <div class="wetheme-dropdown fit-parent wetheme-dropdown--closed wetheme-dropdown--down" theme="[object Object]"><label for="SingleOptionSelector-0" class="wetheme-dropdown__label">Denominations</label>
          <div class="wetheme-dropdown__wrapper"><button type="button" readonly="readonly" id="SingleOptionSelector-0-button" aria-haspopup="listbox" aria-label="Denominations $10.00" class="alt-focus"><span>$10.00</span></button>
            <ul id="SingleOptionSelector-0-dropdown" role="listbox" aria-activedescendant="SingleOptionSelector-0_$10.00" tabindex="0" style="display: none;">
              <li role="option" id="SingleOptionSelector-0_$10.00" value="$10.00" aria-selected="true" class="selected">$10.00</li>
              <li role="option" id="SingleOptionSelector-0_$25.00" value="$25.00" class="">$25.00</li>
              <li role="option" id="SingleOptionSelector-0_$50.00" value="$50.00" class="">$50.00</li>
              <li role="option" id="SingleOptionSelector-0_$100.00" value="$100.00" class="">$100.00</li>
            </ul>
          </div><select id="SingleOptionSelector-0" class="wetheme-dropdown__select" style="display: none;">
            <option selected="" value="$10.00">$10.00</option>
            <option value="$25.00">$25.00</option>
            <option value="$50.00">$50.00</option>
            <option value="$100.00">$100.00</option>
          </select>
        </div>
      </div>
    </div>
    <select name="id" id="ProductSelect-template--15706723287281__main" data-section="template--15706723287281__main" class="form-control original-select product-form__variants no-js">
      <option value="42088622326001"> $10.00 </option>
      <option value="42088622358769"> $25.00 </option>
      <option value="42088622391537"> $50.00 </option>
      <option value="42088622424305"> $100.00 </option>
    </select>
    <div class="quantity-controls__outer selector-wrapper col-md-6 col-sm-12 col-12">
      <label for="quantity">Quantity</label>
      <div class="quantity-controls">
        <button type="button" class="qty-minus alt-focus" aria-label="Reduce item quantity by one">-</button>
        <label for="quantity" class="sr-only"></label>
        <input id="quantity" class="quantity-selector" value="1" min="1" type="text" name="quantity">
        <button type="button" class="qty-plus alt-focus" aria-label="Increase item quantity by one">+</button>
      </div>
    </div>
    <div class="col-md-12 product-page--submit-action" data-stock-email-enabled="false">
      <button type="submit" name="add" id="purchase" class="btn "> Add to cart </button>
    </div>
    <div class="cross-sells-wrapper" style="background-color: #F8F8F8;" data-cart-action="page">
      <div class="label custom-font product-description-header">Don't forget these...</div>
      <style>
        cross-sell {
          --cross-sell-bg: #F8F8F8;
          --color-primary: #242424;
          --color-primary-light: rgba(36, 36, 36, 0.2);
          --border-color: rgba(40, 22, 70, 0.5);
          --border-color-subtle: rgba(40, 22, 70, 0.1);
          --button-background-color: #281646;
          --button-background-hover-color: #3a3a3a;
          --button-text-color: #ffffff;
          --body-font-size: 16px;
          --buttons-transform: uppercase;
          --buttons-letter-spacing: 2px;
          --button-font-family: "Harmonia Sans", sans-serif;
          --button-font-weight: 700;
          --button-font-style: normal;
        }

        .cross-sells-wrapper {
          padding: 16px;
        }

        .cross-sells-wrapper .product-description-header {
          margin-bottom: 0;
        }
      </style>
    </div>
    <script src="//atmosbrewco.com/cdn/shop/t/10/assets/component-cross-sells.js?v=9131315617580454301645133172" type="module" defer="defer"></script>
  </div>
  <input type="hidden" name="product-id" value="7464374337777"><input type="hidden" name="section-id" value="template--15706723287281__main">
</form>

Text Content

Spend $75.00 more and get free shipping!




YOUR CART



Subtotal
$0.00


YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order Continue Shopping
Add a note for the seller…

Your basket is empty

This store requires javascript to be enabled for some features to work correctly



Receive an Extra 10% off all new subscriptions

 * Facebook icon
   
   Facebook

 * Instagram icon
   
   Instagram

 * 
 * 
 * 0
 * 

 * 
 * 
 * 0

 * Home
 * Shop Beer
    * Flagship Beers
    * Variety Packs
    * Limited Release Beers

 * Subscriptions
 * Shop Merch
 * About Us
 * Wholesale
 * Blogs



 * 
 * 
 * 0

 * 
 * 
 * 0

Search our site Atmos Brewing Co.

Clear
Loading...


 * Home
 * Shop Beer
    * Flagship Beers
    * Variety Packs
    * Limited Release Beers

 * Subscriptions
 * Shop Merch
 * About Us
 * Wholesale
 * Blogs

 * Home
 * Shop Beer
   * Flagship Beers
   * Variety Packs
   * Limited Release Beers
 * Subscriptions
 * Shop Merch
 * About Us
 * Wholesale
 * Blogs

Home › Atmos Brewing Co. Gift Cards
Loading...
<img class="product-single__photo"
src="//atmosbrewco.com/cdn/shop/products/ScreenShot2022-11-08at11.11.23AM_1000x1000.png?v=1667938624"
loading="lazy" data-sizes="auto" alt="Atmos Brewing Co. Gift Cards"
style="max-width: 1720px" data-image-id="30721851064561"
data-zoom-img="//atmosbrewco.com/cdn/shop/products/ScreenShot2022-11-08at11.11.23AM.png?v=1667938624"
/>

Loading...






ATMOS BREWING CO. GIFT CARDS

   
 * $10.00
   
 * 
 * 

Denominations
$10.00
 * $10.00
 * $25.00
 * $50.00
 * $100.00

$10.00 $25.00 $50.00 $100.00
$10.00 $25.00 $50.00 $100.00
Quantity
- +
Add to cart
Don't forget these...


DESCRIPTION

Treat someone to the ultimate gift!



REVIEWS

4.6
4.6 ★★★★★ ★★★★★
202 reviews
202
202

Write a review
This product doesn't have any reviews yet, so check out our other reviews
instead.
Showing 1 - 6 of 202 reviews. 1 - 6 of 202 reviews
Sort By:  Highest Quality Photos & Videos Highest Rating Lowest Rating Most
Recent Oldest
5 ★★★★★ ★★★★★
1 month ago
Highly recommended!
I liked both IPAS. The Wayferer was a little like oatmeal a the end but ...Show
More
I liked both IPAS. The Wayferer was a little like oatmeal a the end but Hoppy
enough to disregard. Kora is perfectly hoppy.
Roberto G.

El Paso, TX
View product
Product: 
Hop Box Non-Alc...Show More
Hop Box Non-Alcoholic Craft Beer

5 ★★★★★ ★★★★★
1 month ago
Excellent!
Great taste and excellent customer service. Monthly subscriptions 100%
Ryan B.

Greensburg, PA
View product
Product: 
Hop Box Non-Alc...Show More
Hop Box Non-Alcoholic Craft Beer

5 ★★★★★ ★★★★★
1 month ago
Very good
My very first order was not correct, Atmos corrected it vey quickly. Mo...Show
More
My very first order was not correct, Atmos corrected it vey quickly. More then
satisfied with there customer service. Wish more were as easy to work with. Only
tried one of there beers in a trip to Northern Idaho and it was one of the best
NA IPA's I've had. Ordered the variety pack and was a bit leery of Peanut butter
stout but it is very good. It's nice to drink after dinner with friend's and
B.S. the old drunk days.
Thank you Atmos
Brian W.

Langley, WA
View product
Product: 
Variety Pack No...Show More
Variety Pack Non-Alcoholic Craft Beer Box

5 ★★★★★ ★★★★★
1 month ago
Great mouth feel!
This NA completely satisfies me - perfect IPA sans alcohol
Pam P.

Hastings, MN
View product
Product: 
Kora Non-Alcoho...Show More
Kora Non-Alcoholic Craft Double Hop IPA

5 ★★★★★ ★★★★★
1 month ago
Excellent!
Excellent!
Ryan B.

Greensburg, PA
3 ★★★★★ ★★★
1 month ago
Not amazing.
Way too sweet without any other bitterness or anything to counter balanc...Show
More
Way too sweet without any other bitterness or anything to counter balance the
sweetness.
Brian C.

Portland, OR
View product
Product: 
Barrel-Aged NA ...Show More
Barrel-Aged NA Milk Dark

Show more


GET CONNECTED

 * Facebook icon
   
   Facebook

 * Instagram icon
   
   Instagram


MORE ABOUT ATMOS BREWING CO.

 * Contact Us
 * About Atmos Brewing Co.
 * Subscriptions
 * Shipping & Returns
 * Wholesale Sales & Distribution


MORE ABOUT ATMOS BREWING CO.

 * Contact Us
 * About Atmos Brewing Co.
 * Subscriptions
 * Shipping & Returns
 * Wholesale Sales & Distribution

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Atmos Brewing Co. | Powered by Shopify




 * Home
 * Shop Beer
 * Subscriptions
 * Shop Merch
 * About Us
 * Wholesale
 * Blogs
 * Log in
 * Create Account
    * Facebook icon
      
      Facebook
   
    * Instagram icon
      
      Instagram

Back
 * 

Back
 *