Skip to content
Your cart is empty
Continue shopping
Have an account?
Log in
to check out faster.
Your cart
Loading...
ABOUT
BEER
LOCATIONS
LOCATIONS
Black Hammer Brewing | SoMa
Willkommen | Castro
HOST YOUR EVENT
HOST YOUR EVENT
Black Hammer Brewing | SoMa
Willkommen | Castro
WHOLESALE
CONTACT
SHOP
HOME
Log in
Search
Search
Log in
Cart
Brewery Buyout Details
Choosing a selection results in a full page refresh.
Opens in a new window.
function scrollToSmoothly(pos, time) { var currentPos = window.pageYOffset; var start = null; if(time == null) time = 500; pos = +pos, time = +time; window.requestAnimationFrame(function step(currentTime) { start = !start ? currentTime : start; var progress = currentTime - start; if (currentPos < pos) { window.scrollTo(0, ((pos - currentPos) * progress / time) + currentPos); } else { window.scrollTo(0, currentPos - ((currentPos - pos) * progress / time)); } if (progress < time) { window.requestAnimationFrame(step); } else { window.scrollTo(0, pos); } }); }