window.processing = true;

Shop

Not sure where to start? Help me buy

window.sortBy = "best-selling";
Sunlit

Sunlit

Lager Golden. Crisp. Smooth. 4.7%
£17.99
${ cartQty[40066753888331] }
window.processing = false;
window.productCardList = [{"id":6854209896523,"title":"Sunlit","handle":"sun-lit","description":"The Ultimate Everyday Lager.\u003cbr data-mce-fragment=\"1\"\u003eThis sunshine golden lager is crisp with lightly spicy Czech Saaz hops and balanced with smooth British malt. Lager inspired by everywhere, for everyone.","published_at":"2023-10-11T11:06:21+01:00","created_at":"2023-09-18T10:57:19+01:00","vendor":"TGG - Fresh Brewing","type":"Press","tags":["Additional Product Type|Classic","Additional Product Type|Lager\/Pilsner","Contains Gluten","Filter Product Type|Fresh Beer","Icons|light hop","Icons|pale","SHOPALLCOLLECTION","USA_export","Vegan"],"price":1799,"price_min":1799,"price_max":1799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40066753888331,"title":"One-off","option1":"One-off","option2":null,"option3":null,"sku":"SLLREF3","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Sunlit - One-off","public_title":"One-off","options":["One-off"],"price":1799,"weight":1800,"compare_at_price":null,"inventory_management":"shopify","barcode":"5060904691570","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[],"price":1799,"compare_at_price":null,"per_delivery_price":1799,"selling_plan_id":726499403,"selling_plan_group_id":"be5e5fd260ca25f9cd4737f4da1541b6040109c0"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/pinter.co.uk\/cdn\/shop\/files\/New_Improved_Sunlit.jpg?v=1707817060"],"featured_image":"\/\/pinter.co.uk\/cdn\/shop\/files\/New_Improved_Sunlit.jpg?v=1707817060","options":["Title"],"media":[{"alt":null,"id":22624439500875,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/pinter.co.uk\/cdn\/shop\/files\/New_Improved_Sunlit.jpg?v=1707817060"},"aspect_ratio":1.0,"height":1800,"media_type":"image","src":"\/\/pinter.co.uk\/cdn\/shop\/files\/New_Improved_Sunlit.jpg?v=1707817060","width":1800}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"be5e5fd260ca25f9cd4737f4da1541b6040109c0","name":"Pinter","options":[{"name":"Pinter","position":1,"values":["Delivered every month"]}],"selling_plans":[{"id":726499403,"name":"Every month","description":null,"options":[{"name":"Pinter","position":1,"value":"Delivered every month"}],"recurring_deliveries":true,"price_adjustments":[],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":null}],"content":"The Ultimate Everyday Lager.\u003cbr data-mce-fragment=\"1\"\u003eThis sunshine golden lager is crisp with lightly spicy Czech Saaz hops and balanced with smooth British malt. Lager inspired by everywhere, for everyone."}]; callSortingFunction(); function callSortingFunction() { if(window.processing) { setTimeout(function() { callSortingFunction(); },1000); } var sorted_items = getSorted('.card-product', 'data-sort', window.sortBy); $('.listing-shop__inner').html(sorted_items); } function getSorted(selector, attrName, ascordesc) { return $($(selector).toArray().sort(function(a, b){ var aType = a.getAttribute('data-type'); var bType = b.getAttribute('data-type'); var aAvailable = a.getAttribute('data-available'); var bAvailable = b.getAttribute('data-available'); if ((aType === "Pinter" && aAvailable) && (bType === "Tap" || bType === "Co-Pinter")) return -1; else if (aType === "Tap" && aAvailable && bType === "Co-Pinter") return -1; else if (bType === "Pinter" && bAvailable && (aType === "Tap" || aType === "Co-Pinter")) return 1; else if (bType === "Tap" && bAvailable && aType === "Co-Pinter") return 1; else if ((aType === "Tap" || aType === "Pinter" || aType === "Co-Pinter") && aAvailable && (bType !== "Tap" && bType !== "Pinter" && bType !== "Co-Pinter")) return -1; else if ((aType !== "Tap" && aType !== "Pinter" && aType !== "Co-Pinter") && bAvailable && (bType === "Tap" || bType === "Pinter" || bType === "Co-Pinter")) return 1; else if (aAvailable === "false" && bAvailable === "true") return 1; else if (aAvailable === "true" && bAvailable === "false") return -1; var aVal = parseInt(a.getAttribute(attrName)), bVal = parseInt(b.getAttribute(attrName)); if(ascordesc == 'price-ascending'){ return aVal - bVal; } if(ascordesc == 'price-dec'){ return bVal - aVal; } })); }