halftimebeverage.com
Open in
urlscan Pro
146.75.117.91
Public Scan
Submitted URL: https://trk.klclick1.com/ls/click?upn=u001.QIBihutPwQR4gxTKTQQKte-2FE0C568rnGvbMo24rd7ilk8jT3Wx5ogwQVh-2BUCly4X4XmDoljeI3...
Effective URL: https://halftimebeverage.com/tired-hands-brewing?_kx=i70x6WE_jK0RQz3Ecmp4AobnOXZDwX8OsLre9BV4oKvMijEbIpDqj1qogoPekth5.P6k7KU
Submission: On April 12 via manual — Scanned from DE
Effective URL: https://halftimebeverage.com/tired-hands-brewing?_kx=i70x6WE_jK0RQz3Ecmp4AobnOXZDwX8OsLre9BV4oKvMijEbIpDqj1qogoPekth5.P6k7KU
Submission: On April 12 via manual — Scanned from DE
Form analysis
6 forms found in the DOMGET https://halftimebeverage.com/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://halftimebeverage.com/catalogsearch/result/" method="get" role="search">
<div class="relative">
<label class="sr-only" for="search"> Search entire store here... </label>
<input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search entire store here..." maxlength="128" @search-open.window.debounce.10="
$el.focus();
$el.select();
" tabindex="-1">
</div>
<div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
<div class="absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4">
<template x-for="searchResultByType in Object.values(searchResultsByType)">
<div class="">
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].title && templates[searchResultByType[0].type].titleRenderer === undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
</template>
<template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].titleRenderer !== undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
</template>
<template x-for="searchResult in searchResultByType">
<div class="hover:bg-gray-100">
<template x-if="searchResult.type == 'term'">
<a class="w-full block p-2" x-bind:href="'https://halftimebeverage.com/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
</a>
</template>
<template x-if="searchResult.type == 'product'">
<a class="w-full block" :href="searchResult.url" :title="searchResult.title">
<div class="grid grid-cols-4 gap-4 p-3">
<div>
<img :src="searchResult.image" :alt="searchResult.title" class="inline-block">
</div>
<div class="col-span-3">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-sm font-bold" x-html="searchResult.price"></span>
</div>
</div>
</a>
</template>
<template x-if="searchResult.type == 'category'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
<span class="text-sm" x-text="searchResult.title"></span>
</a>
</template>
<template x-if="searchResult.type == 'product_attribute'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
<span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
</a>
</template>
<script>
function renderEsAutocompleteTitleAttribute(data) {
data = data.filter(function(item) {
return item.type === 'product_attribute';
}).map(function(item) {
return item['attribute_label']
}).reduce(function(prev, item) {
if (item in prev) {
prev[item]++;
} else {
prev[item] = 1;
}
return prev;
}, {});
data = Object.entries(data).sort(function(item1, item2) {
return item2[1] - item1[1]
}).map(function(item) {
return item[0]
});
if (data.length > 2) {
data = data.slice(0, 2);
data.push('...');
}
return data.join(', ');
}
</script>
<template x-if="searchResult.type == 'cms_page'">
<a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
<span class="text-sm" x-text="searchResult.title"></span>
</a>
</template>
</div>
</template>
</div>
</template>
</div>
</div>
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
<div class="fieldset login">
<div class="field email required">
<label class="label" for="form-login-username" form="login-form">
<span>Email Address</span>
</label>
<div class="control">
<input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text" tabindex="-1">
</div>
</div>
<div class="field password required">
<label for="form-login-password" class="label" form="login-form">
<span>Password</span>
</label>
<div class="control">
<input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0" tabindex="-1">
</div>
</div>
<input name="context" type="hidden" value="checkout" tabindex="-1">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
<button type="submit" class="inline-flex btn btn-primary disabled:opacity-75" tabindex="-1"> Sign In </button>
<a href="https://halftimebeverage.com/customer/account/forgotpassword/" tabindex="-1">
Forgot Your Password? </a>
</div>
</div>
</form>
POST https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/69593/
<form method="post" action="https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/69593/" class="item product product-item product_addtocart_form card card-interactive p-2 sm:p-4 flex flex-col w-full ">
<input name="form_key" type="hidden" value="O0flTtNem6gF9EH5" tabindex="-1"> <input type="hidden" name="product" value="69593" tabindex="-1">
<a href="https://halftimebeverage.com/eviscerated-pathway-of-beauty-37109" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-69593.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://halftimebeverage.com/media/catalog/product/cache/89a6bf8cacdc04593dab04e29b9a9457/rdi/rdi/eviscerated-pathway-of-beauty-37109_1.png" width="360" height="360" alt="Eviscerated Pathway of Beauty" title="Eviscerated Pathway of Beauty">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold sm:text-lg leading-tight sm:leading-snug text-center ">
<a class="product-item-link" href="https://halftimebeverage.com/eviscerated-pathway-of-beauty-37109" id="slide-desc-69593" tabindex="-1">
Eviscerated Pathway of Beauty </a>
</div>
<div class="mt-2 mb-1 grow items-center justify-center text-secondary font-medium sm:text-sm leading-tight sm:leading-snug text-center "> Tired Hands Brewing </div>
<div class="py-1 mx-auto ">
<div x-data="initRating69593661941bb7d56c()" @keyup.enter="scrollToRatings()" @click="scrollToRatings()" class="rating-summary flex" :class="{'cursor-pointer' : reviewsSection}" title="Be the first to review this product" :aria-label="reviewsSection
? 'Eviscerated\u0020Pathway\u0020of\u0020Beauty\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Eviscerated\u0020Pathway\u0020of\u0020Beauty\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Eviscerated Pathway of Beauty rating. 0 out of 5 stars">
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
</div>
<script>
'use strict';
function initRating69593661941bb7d56c() {
return {
reviewsSection: document.getElementById('customer-review-list') || document.getElementById('customer-reviews') || document.getElementById('review-form'),
scrollToRatings() {
let scrollTimeout = null
if (!this.reviewsSection) {
return
}
addEventListener('scroll', () => {
clearTimeout(scrollTimeout);
scrollTimeout = setTimeout(() => {
if (this.reviewsSection) {
this.reviewsSection.focus()
}
}, 50);
}, {
once: true
});
this.reviewsSection.scrollIntoView({
behavior: 'smooth'
})
}
}
}
</script>
</div>
<script>
window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_69593'] = {
"item_id": "37109",
"item_sku": "37109",
"magento_sku": "37109",
"magento_id": "69593",
"item_name": "Eviscerated Pathway of Beauty",
"item_list_id": "22",
"item_list_name": "Domestic Craft Beer",
"price": 8.99,
"item_category": "Domestic Craft Beer",
"index": 0
};
</script>
<script>
function initPriceBox__661941bb7c4ae() {
return {
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
}
}
}
</script>
<div class="pt-1 text-gray-900" x-data="initPriceBox__661941bb7c4ae()" @update-prices-69593.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="69593" data-price-box="product-id-69593"><span class="normal-price">
<span x-data="" x-id="['product\u002Dprice\u002D69593']" class="price-container price-final_price tax weee">
<span class="price-label">As low as</span>
<span :id="$id('product\u002Dprice\u002D69593')" data-price-amount="8.99" data-price-type="finalPrice" class="price-wrapper " id="product-price-69593-1"><span class="price">$8.99</span></span>
</span>
</span>
</div>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<a href="https://halftimebeverage.com/eviscerated-pathway-of-beauty-37109" class="rounded-full w-auto px-1 btn btn-primary grow justify-center text-sm
mr-auto" aria-label="View Details" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="h-6 w-6 border-current inline" width="25" height="25" role="img"><path fill-rule="evenodd" d="M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM2 8a6 6 0 1 1 10.89 3.476l4.817 4.817a1 1 0 0 1-1.414 1.414l-4.816-4.816A6 6 0 0 1 2 8Z" clip-rule="evenodd"></path><title>search</title></svg>
<span class="ml-0 sm:ml-2 sm:inline">
View Details </span>
</a>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<button x-data="initWishlist()" @click.prevent="addToWishlist(69593)" aria-label="Add to Wish List Eviscerated Pathway of Beauty" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
</svg>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(69593)" aria-label="Add to Compare Eviscerated Pathway of Beauty" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
</svg>
</button>
</div>
</div>
</form>
POST https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/54331/
<form method="post" action="https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/54331/" class="item product product-item product_addtocart_form card card-interactive p-2 sm:p-4 flex flex-col w-full ">
<input name="form_key" type="hidden" value="O0flTtNem6gF9EH5" tabindex="-1"> <input type="hidden" name="product" value="54331" tabindex="-1">
<a href="https://halftimebeverage.com/alien-church-28756.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-54331.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://halftimebeverage.com/media/catalog/product/cache/89a6bf8cacdc04593dab04e29b9a9457/2/8/28756.png" width="360" height="360" alt="Alien Church" title="Alien Church">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold sm:text-lg leading-tight sm:leading-snug text-center ">
<a class="product-item-link" href="https://halftimebeverage.com/alien-church-28756.html" id="slide-desc-54331" tabindex="-1">
Alien Church </a>
</div>
<div class="mt-2 mb-1 grow items-center justify-center text-secondary font-medium sm:text-sm leading-tight sm:leading-snug text-center "> Tired Hands Brewing </div>
<div class="py-1 mx-auto ">
<div x-data="initRating54331661941bb836e3()" @keyup.enter="scrollToRatings()" @click="scrollToRatings()" class="rating-summary flex" :class="{'cursor-pointer' : reviewsSection}" title="Be the first to review this product" :aria-label="reviewsSection
? 'Alien\u0020Church\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Alien\u0020Church\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Alien Church rating. 0 out of 5 stars">
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
</div>
<script>
'use strict';
function initRating54331661941bb836e3() {
return {
reviewsSection: document.getElementById('customer-review-list') || document.getElementById('customer-reviews') || document.getElementById('review-form'),
scrollToRatings() {
let scrollTimeout = null
if (!this.reviewsSection) {
return
}
addEventListener('scroll', () => {
clearTimeout(scrollTimeout);
scrollTimeout = setTimeout(() => {
if (this.reviewsSection) {
this.reviewsSection.focus()
}
}, 50);
}, {
once: true
});
this.reviewsSection.scrollIntoView({
behavior: 'smooth'
})
}
}
}
</script>
</div>
<script>
window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_54331'] = {
"item_id": "28756",
"item_sku": "28756",
"magento_sku": "28756",
"magento_id": "54331",
"item_name": "Alien Church",
"item_list_id": "22",
"item_list_name": "Domestic Craft Beer",
"price": 8.49,
"item_category": "Domestic Craft Beer",
"index": 1
};
</script>
<script>
function initPriceBox__661941bb82cb9() {
return {
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
}
}
}
</script>
<div class="pt-1 text-gray-900" x-data="initPriceBox__661941bb82cb9()" @update-prices-54331.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="54331" data-price-box="product-id-54331"><span class="normal-price">
<span x-data="" x-id="['product\u002Dprice\u002D54331']" class="price-container price-final_price tax weee">
<span class="price-label">As low as</span>
<span :id="$id('product\u002Dprice\u002D54331')" data-price-amount="8.49" data-price-type="finalPrice" class="price-wrapper " id="product-price-54331-1"><span class="price">$8.49</span></span>
</span>
</span>
</div>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<a href="https://halftimebeverage.com/alien-church-28756.html" class="rounded-full w-auto px-1 btn btn-primary grow justify-center text-sm
mr-auto" aria-label="View Details" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="h-6 w-6 border-current inline" width="25" height="25" role="img"><path fill-rule="evenodd" d="M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM2 8a6 6 0 1 1 10.89 3.476l4.817 4.817a1 1 0 0 1-1.414 1.414l-4.816-4.816A6 6 0 0 1 2 8Z" clip-rule="evenodd"></path><title>search</title></svg>
<span class="ml-0 sm:ml-2 sm:inline">
View Details </span>
</a>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<button x-data="initWishlist()" @click.prevent="addToWishlist(54331)" aria-label="Add to Wish List Alien Church" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
</svg>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(54331)" aria-label="Add to Compare Alien Church" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
</svg>
</button>
</div>
</div>
</form>
POST https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/54329/
<form method="post" action="https://halftimebeverage.com/checkout/cart/add/uenc/%25uenc%25/product/54329/" class="item product product-item product_addtocart_form card card-interactive p-2 sm:p-4 flex flex-col w-full ">
<input name="form_key" type="hidden" value="O0flTtNem6gF9EH5" tabindex="-1"> <input type="hidden" name="product" value="54329" tabindex="-1">
<a href="https://halftimebeverage.com/hop-hands-28754.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-54329.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://halftimebeverage.com/media/catalog/product/cache/89a6bf8cacdc04593dab04e29b9a9457/2/8/28754.png" width="360" height="360" alt="Hop Hands" title="Hop Hands">
</a>
<div class="product-info flex flex-col grow">
<div class="mt-2 mb-1 items-center justify-center text-primary font-semibold sm:text-lg leading-tight sm:leading-snug text-center ">
<a class="product-item-link" href="https://halftimebeverage.com/hop-hands-28754.html" id="slide-desc-54329" tabindex="-1">
Hop Hands </a>
</div>
<div class="mt-2 mb-1 grow items-center justify-center text-secondary font-medium sm:text-sm leading-tight sm:leading-snug text-center "> Tired Hands Brewing </div>
<div class="py-1 mx-auto ">
<div x-data="initRating54329661941bb8642d()" @keyup.enter="scrollToRatings()" @click="scrollToRatings()" class="rating-summary flex" :class="{'cursor-pointer' : reviewsSection}" title="Be the first to review this product" :aria-label="reviewsSection
? 'Hop\u0020Hands\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars.\u0020Click\u0020to\u0020go\u0020to\u0020reviews.'
: 'Hop\u0020Hands\u0020rating.\u00200\u0020out\u0020of\u00205\u0020stars'
" role="group" aria-label="Hop Hands rating. 0 out of 5 stars">
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
</svg>
</div>
<script>
'use strict';
function initRating54329661941bb8642d() {
return {
reviewsSection: document.getElementById('customer-review-list') || document.getElementById('customer-reviews') || document.getElementById('review-form'),
scrollToRatings() {
let scrollTimeout = null
if (!this.reviewsSection) {
return
}
addEventListener('scroll', () => {
clearTimeout(scrollTimeout);
scrollTimeout = setTimeout(() => {
if (this.reviewsSection) {
this.reviewsSection.focus()
}
}, 50);
}, {
once: true
});
this.reviewsSection.scrollIntoView({
behavior: 'smooth'
})
}
}
}
</script>
</div>
<script>
window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_54329'] = {
"item_id": "28754",
"item_sku": "28754",
"magento_sku": "28754",
"magento_id": "54329",
"item_name": "Hop Hands",
"item_list_id": "22",
"item_list_name": "Domestic Craft Beer",
"price": 6.99,
"item_category": "Domestic Craft Beer",
"index": 2
};
</script>
<script>
function initPriceBox__661941bb85a36() {
return {
updatePrice(priceData) {
const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
regularPriceLabel.classList.add('hidden');
} else {
regularPriceLabel.classList.remove('hidden');
}
regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
}
}
}
</script>
<div class="pt-1 text-gray-900" x-data="initPriceBox__661941bb85a36()" @update-prices-54329.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="54329" data-price-box="product-id-54329"><span class="normal-price">
<span x-data="" x-id="['product\u002Dprice\u002D54329']" class="price-container price-final_price tax weee">
<span class="price-label">As low as</span>
<span :id="$id('product\u002Dprice\u002D54329')" data-price-amount="6.99" data-price-type="finalPrice" class="price-wrapper " id="product-price-54329-1"><span class="price">$6.99</span></span>
</span>
</span>
</div>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<a href="https://halftimebeverage.com/hop-hands-28754.html" class="rounded-full w-auto px-1 btn btn-primary grow justify-center text-sm
mr-auto" aria-label="View Details" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="h-6 w-6 border-current inline" width="25" height="25" role="img"><path fill-rule="evenodd" d="M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM2 8a6 6 0 1 1 10.89 3.476l4.817 4.817a1 1 0 0 1-1.414 1.414l-4.816-4.816A6 6 0 0 1 2 8Z" clip-rule="evenodd"></path><title>search</title></svg>
<span class="ml-0 sm:ml-2 sm:inline">
View Details </span>
</a>
</div>
<div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
<button x-data="initWishlist()" @click.prevent="addToWishlist(54329)" aria-label="Add to Wish List Hop Hands" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
</svg>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(54329)" aria-label="Add to Compare Hop Hands" type="button"
class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
</svg>
</button>
</div>
</div>
</form>
POST https://halftimebeverage.com/newsletter/subscriber/new/
<form class="form subscribe" action="https://halftimebeverage.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail-form-subscribe">
<div class="text-sm font-bold leading-6 text-gray-900 uppercase sr-only"> Newsletter </div>
<div class="flex flex-wrap justify-center gap-2 md:justify-start relative">
<label for="newsletter-subscribe-form-subscribe" class="sr-only"> Email Address </label>
<input name="email" type="email" required="" aria-required="true" id="newsletter-subscribe-form-subscribe" class="form-input inline-flex w-full" placeholder="Enter your email address" tabindex="-1">
<input name="form_key" type="hidden" value="O0flTtNem6gF9EH5" tabindex="-1"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary absolute border right-0 uppercase" tabindex="-1"> Sign me up </button>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
<title>exclamation-circle</title>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
</form>
Text Content
Half Time | Rewards Club loader Loading... Skip to Content Store Hours and Locations Shipping Information * Cider * Craft Beer * Craft Beer * View All * Domestic Craft Beer * 19.2 oz Cans * Gluten Free Beer * Variety Boxes * Mini Kegs * Breweries * Rush Beer * Imported Craft Beer * What's On Tap * New Arrivals * New Arrivals * View All * New Craft Beer * New Cider * New Non-Alcoholic Beer * Gifts * Gifts * View All * Gift Boxes * Gift Cards * Beer & Cider Clubs * Beer & Cider Clubs * View All * Beer of the Month Club * Cider of the Month Club * Merch * Merch * View All * Accessories * Apparel * Glassware * Non-Alcoholic * Specialty Boxes * Cider * Craft Beer * Domestic Craft Beer 19.2 oz Cans Gluten Free Beer Variety Boxes Mini Kegs Breweries Rush Beer Imported Craft Beer What's On Tap * New Arrivals * New Craft Beer New Cider New Non-Alcoholic Beer * Gifts * Gift Boxes Gift Cards * Beer & Cider Clubs * Beer of the Month Club Cider of the Month Club * Merch * Accessories Apparel Glassware * Non-Alcoholic * Specialty Boxes scale Compare Products 0 item items Sign In Create an Account Toggle minicart, Cart is empty shopping-cart 0 Search entire store here... My Cart 200 of 0 products in cart displayed Cart is empty Cart is empty x Subtotal: Checkout or View and Edit Cart loader Loading... x Checkout using your account Email Address Password Sign In Forgot Your Password? Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account 1. Home 2. / Brewery 3. / Tired Hands Brewing SHOP BY Skip to product list CATEGORY FILTER 1. Craft Beer (3 products available) 2. Landing Pages (3 products available) BREWERY FILTER (products available) filter selected 1. 21st Amendment Brewery (2products available) filter selected 21st Amendment Brewery 2 2. 3 Floyds Brewery (7products available) filter selected 3 Floyds Brewery 7 3. 450 North Brewing Company (1products available) filter selected 450 North Brewing Company 1 4. AVAL Cider (1products available) filter selected AVAL Cider 1 5. Abita Brewing Company (4products available) filter selected Abita Brewing Company 4 6. Abomination Brewing (1products available) filter selected Abomination Brewing 1 7. Achouffe Brasserie (2products available) filter selected Achouffe Brasserie 2 8. Alfa Brewery (1products available) filter selected Alfa Brewery 1 9. Allagash Brewing Company (11products available) filter selected Allagash Brewing Company 11 10. Alternative Medicine Brewing Company (1products available) filter selected Alternative Medicine Brewing Company 1 11. Alvarium Beer Company (1products available) filter selected Alvarium Beer Company 1 12. American Vintage Beverage Co. (3products available) filter selected American Vintage Beverage Co. 3 13. Anadolu Efes Brewery (1products available) filter selected Anadolu Efes Brewery 1 14. Anderson Valley Brewing Company (2products available) filter selected Anderson Valley Brewing Company 2 15. Anheuser Busch (11products available) filter selected Anheuser Busch 11 16. Another Moon Brewing Company (3products available) filter selected Another Moon Brewing Company 3 17. Applewood Winery (4products available) filter selected Applewood Winery 4 18. Arrowood Farms Brewery (1products available) filter selected Arrowood Farms Brewery 1 19. Artifact Cider Project (5products available) filter selected Artifact Cider Project 5 20. Artisanal Brew Works (1products available) filter selected Artisanal Brew Works 1 21. Asahi Breweries (1products available) filter selected Asahi Breweries 1 22. Aslin Beer Co. (2products available) filter selected Aslin Beer Co. 2 23. Athletic Brewing Company (9products available) filter selected Athletic Brewing Company 9 24. Augustiner-Brau Brewery (1products available) filter selected Augustiner-Brau Brewery 1 25. Aurora Brewing (2products available) filter selected Aurora Brewing 2 26. Austin Eastciders (7products available) filter selected Austin Eastciders 7 27. Avery Brewing Company (3products available) filter selected Avery Brewing Company 3 28. Aying Brewery (2products available) filter selected Aying Brewery 2 29. B. Nektar Meadery (2products available) filter selected B. Nektar Meadery 2 30. BEATBOX BEVERAGES, LLC (5products available) filter selected BEATBOX BEVERAGES, LLC 5 31. Bad Seed Cider (1products available) filter selected Bad Seed Cider 1 32. Badische Staatsbrauerei Rothaus (2products available) filter selected Badische Staatsbrauerei Rothaus 2 33. Ballast Point Brewing Co (1products available) filter selected Ballast Point Brewing Co 1 34. Banks Barbados Brewery (1products available) filter selected Banks Barbados Brewery 1 35. Barclay Brewing Co (2products available) filter selected Barclay Brewing Co 2 36. Barrier Brewing Co (1products available) filter selected Barrier Brewing Co 1 37. Bavaria Brewery-Colombia (1products available) filter selected Bavaria Brewery-Colombia 1 38. Beak & Skiff Apple Orchard (3products available) filter selected Beak & Skiff Apple Orchard 3 39. Becks (1products available) filter selected Becks 1 40. Bee Well Meadery (4products available) filter selected Bee Well Meadery 4 41. Beer Tree Brewery (2products available) filter selected Beer Tree Brewery 2 42. Beer'd Brewing Co (1products available) filter selected Beer'd Brewing Co 1 43. Beijing Yanjing Brewery (1products available) filter selected Beijing Yanjing Brewery 1 44. Belhaven Brewery (3products available) filter selected Belhaven Brewery 3 45. Bells Brewery (10products available) filter selected Bells Brewery 10 46. Best Day Brewing (4products available) filter selected Best Day Brewing 4 47. Bestie Hard Seltzer (1products available) filter selected Bestie Hard Seltzer 1 48. Binding Brewery (2products available) filter selected Binding Brewery 2 49. Birra Moretti Brewing Company (1products available) filter selected Birra Moretti Brewing Company 1 50. Birrificio Angelo Poretti (2products available) filter selected Birrificio Angelo Poretti 2 51. Bitburger Brewery (5products available) filter selected Bitburger Brewery 5 52. Black Hog Brewing (3products available) filter selected Black Hog Brewing 3 53. Blake's Hard Cider Co. (2products available) filter selected Blake's Hard Cider Co. 2 54. Blue Point Brewing (2products available) filter selected Blue Point Brewing 2 55. Boerenerf (1products available) filter selected Boerenerf 1 56. Bolero Snort Brewery (1products available) filter selected Bolero Snort Brewery 1 57. Bosteels Brewery (1products available) filter selected Bosteels Brewery 1 58. Boston Beer Company (19products available) filter selected Boston Beer Company 19 59. Bottle Logic Brewing (2products available) filter selected Bottle Logic Brewing 2 60. Boulevard Brewing Co (6products available) filter selected Boulevard Brewing Co 6 61. Bravus Brewing Company (1products available) filter selected Bravus Brewing Company 1 62. Breckenridge Brewery (1products available) filter selected Breckenridge Brewery 1 63. BrewDog Brewery (6products available) filter selected BrewDog Brewery 6 64. Brewery Ommegang (9products available) filter selected Brewery Ommegang 9 65. Brewery Rodenbach (2products available) filter selected Brewery Rodenbach 2 66. Brewery Van Steenberge (4products available) filter selected Brewery Van Steenberge 4 67. Brewery Weihenstephaner (12products available) filter selected Brewery Weihenstephaner 12 68. Broken Bow Brewery (5products available) filter selected Broken Bow Brewery 5 69. Bronx Brewery (7products available) filter selected Bronx Brewery 7 70. Brooklyn Brewery (15products available) filter selected Brooklyn Brewery 15 71. Brooklyn Cider House (4products available) filter selected Brooklyn Cider House 4 72. Brouwerij 3 Fonteinen (4products available) filter selected Brouwerij 3 Fonteinen 4 73. Browar Okocim (1products available) filter selected Browar Okocim 1 74. Budvar Ceske Budejov Brewery (2products available) filter selected Budvar Ceske Budejov Brewery 2 75. Burlington Beer Co (4products available) filter selected Burlington Beer Co 4 76. Busty Lush (3products available) filter selected Busty Lush 3 77. California Cider Company (2products available) filter selected California Cider Company 2 78. Cantina Cantina (1products available) filter selected Cantina Cantina 1 79. Captain Lawrence Brewing Company (12products available) filter selected Captain Lawrence Brewing Company 12 80. Captain Morgan (1products available) filter selected Captain Morgan 1 81. Carlsberg Brewery (7products available) filter selected Carlsberg Brewery 7 82. Carton Brewing (1products available) filter selected Carton Brewing 1 83. Catskill Brewery (3products available) filter selected Catskill Brewery 3 84. Central Waters Brewing Co (4products available) filter selected Central Waters Brewing Co 4 85. Cerebral Brewing (1products available) filter selected Cerebral Brewing 1 86. Cervecera del sur del Peru (2products available) filter selected Cervecera del sur del Peru 2 87. Cerveceria Centro Americana (1products available) filter selected Cerveceria Centro Americana 1 88. Chimay Brewery (4products available) filter selected Chimay Brewery 4 89. Ciderboys Hard Cider (1products available) filter selected Ciderboys Hard Cider 1 90. Cigar City Brewing (6products available) filter selected Cigar City Brewing 6 91. Citizen Cider (10products available) filter selected Citizen Cider 10 92. City-State Brewing (1products available) filter selected City-State Brewing 1 93. Colbitzer Heide-Brauerei (1products available) filter selected Colbitzer Heide-Brauerei 1 94. Collective Arts Brewing (1products available) filter selected Collective Arts Brewing 1 95. Community Beer Works (3products available) filter selected Community Beer Works 3 96. Compania Cervecera de Nicaragua (1products available) filter selected Compania Cervecera de Nicaragua 1 97. Compania Cervecera de Puerto Rico (1products available) filter selected Compania Cervecera de Puerto Rico 1 98. Coney Island Brewing Co (2products available) filter selected Coney Island Brewing Co 2 99. Coniston Brewing Company (1products available) filter selected Coniston Brewing Company 1 100. Coopers Brewery (1products available) filter selected Coopers Brewery 1 No value matching the search "null". Show more+ Show less- HOP RATING FILTER STYLE FILTER (products available) filter selected 1. American Pale Ale (1products available) filter selected American Pale Ale 1 2. IPA - Imperial/Double (1products available) filter selected IPA - Imperial/Double 1 3. IPA - New England (1products available) filter selected IPA - New England 1 No value matching the search "null". Show more+ Show less- COLOR RATING FILTER (products available) filter selected 1. Color Rating 2 (1products available) filter selected Color Rating 2 1 2. Color Rating 3 (2products available) filter selected Color Rating 3 2 No value matching the search "null". Show more+ Show less- ALCOHOL RANGE FILTER (products available) filter selected 1. 4 - 6% (1products available) filter selected 4 - 6% 1 2. 6 - 8% (2products available) filter selected 6 - 8% 2 No value matching the search "null". Show more+ Show less- PRICE FILTER Minimum value $6.00 Maximum value $8.99 3 items OK Most Relevant Product Name Price Brewery Bestseller Product Rating Newest sort-descending Eviscerated Pathway of Beauty Tired Hands Brewing As low as $8.99 search View Details Alien Church Tired Hands Brewing As low as $8.49 search View Details Hop Hands Tired Hands Brewing As low as $6.99 search View Details 3 Items Show 20 40 80 Tired Hands Brewing Company is a brew-café founded in 2011 in Ardmore, Pennsylvania by Jean Broillet IV. We believe that great beer is the result of fresh ingredients from local suppliers who care about providing quality goods for their customers; it’s the result of an experienced brew team with taste and precision at making fine, small-batch beers that uphold quality over quantity. COMPARE PRODUCTS Compare Clear all MY WISH LIST Add to Cart Go to Wish List FOOTER COMPANY * About Half Time * Corporate Philanthropy * Social Responsibility * Careers * In the News * Terms and Conditions * Privacy Policy * Copyright Policy * Sitemap ONLINE SHOPPING * Maximize Your Shipping * Frequently Asked Questions * In-Store Pickup * Gift Cards * Private Tastings and Events CUSTOMER SERVICE * Contact Us * Order Status * Return Policy * Rewards Program * Party Planning OUR LOCATIONS HALF TIME POUGHKEEPSIE 2290 South Road Poughkeepsie, NY 12601 (845) 462-5400 HALF TIME MAMARONECK 139 Hoyt Ave Mamaroneck, NY 10543 (914) 341-1666 Join over 100,000 people who love beer and cider Newsletter Email Address Sign me up exclamation-circle instagram facebook-f pinterest twitter © 2024 HALF TIME, ALL RIGHTS RESERVED Are you over 21? I'm not over 21. I'm over 21. By entering this website you agree that you are of legal age.