window.processing = true;

Shop

Not sure where to start? Help me buy

window.sortBy = "manual"; window.productCardList = [{"id":6895174713419,"title":"Brewery Bundle","handle":"brewery-bundle","description":"\u003cp\u003eStep into the role of Master Brewer, reimagining beloved craft classics right in the comfort of your own home.\u003c\/p\u003e\n\u003cp\u003eCraft the fan-favorite Bigmouth Remixed from the craft beer pioneers Yeastie Boys or indulge in the super refreshing Hazy IPA from the legends at Brewgooder.\u003c\/p\u003e","published_at":"2023-11-23T09:50:58+00:00","created_at":"2023-11-22T09:59:37+00:00","vendor":"Pinter","type":"Bundle","tags":["Additional Product Type|House Range","SHOPALLCOLLECTION"],"price":4400,"price_min":4400,"price_max":4400,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40161299497035,"title":"One-off","option1":"One-off","option2":null,"option3":null,"sku":"BRWBUNDLE1","requires_shipping":true,"taxable":true,"featured_image":{"id":30024393785419,"product_id":6895174713419,"position":1,"created_at":"2023-11-22T10:04:55+00:00","updated_at":"2023-11-22T10:04:55+00:00","alt":null,"width":1080,"height":1080,"src":"\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495","variant_ids":[40161299497035]},"available":false,"name":"Brewery Bundle - One-off","public_title":"One-off","options":["One-off"],"price":4400,"weight":4000,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":22315876843595,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1080,"width":1080,"src":"\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495"],"featured_image":"\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495","options":["Title"],"media":[{"alt":null,"id":22315876843595,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1080,"width":1080,"src":"\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495"},"aspect_ratio":1.0,"height":1080,"media_type":"image","src":"\/\/pinter.co.uk\/cdn\/shop\/files\/BreweryBundle.jpg?v=1700647495","width":1080}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eStep into the role of Master Brewer, reimagining beloved craft classics right in the comfort of your own home.\u003c\/p\u003e\n\u003cp\u003eCraft the fan-favorite Bigmouth Remixed from the craft beer pioneers Yeastie Boys or indulge in the super refreshing Hazy IPA from the legends at Brewgooder.\u003c\/p\u003e"},{"id":6969606635595,"title":"Spring Bundle","handle":"spring-bundle","description":"\u003cp\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eSip into the flavours of the season with our brand new Spring bundle.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eSave 10% when you buy Stars \u0026amp; Stripes, Public House and Space Hopper as part of the bundle.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-03-19T17:33:06+00:00","created_at":"2024-03-19T10:37:46+00:00","vendor":"Pinter","type":"Bundle","tags":["Additional Product Type|House Range","SHOPALLCOLLECTION"],"price":4857,"price_min":4857,"price_max":4857,"available":true,"price_varies":false,"compare_at_price":5397,"compare_at_price_min":5397,"compare_at_price_max":5397,"compare_at_price_varies":false,"variants":[{"id":40404143112267,"title":"One-off","option1":"One-off","option2":null,"option3":null,"sku":"BUNREF4","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Spring Bundle - One-off","public_title":"One-off","options":["One-off"],"price":4857,"weight":4000,"compare_at_price":5397,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/pinter.co.uk\/cdn\/shop\/files\/SpringBundle_UK_Banner.jpg?v=1710849754"],"featured_image":"\/\/pinter.co.uk\/cdn\/shop\/files\/SpringBundle_UK_Banner.jpg?v=1710849754","options":["Title"],"media":[{"alt":null,"id":22742137798731,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1080,"width":1080,"src":"\/\/pinter.co.uk\/cdn\/shop\/files\/SpringBundle_UK_Banner.jpg?v=1710849754"},"aspect_ratio":1.0,"height":1080,"media_type":"image","src":"\/\/pinter.co.uk\/cdn\/shop\/files\/SpringBundle_UK_Banner.jpg?v=1710849754","width":1080}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eSip into the flavours of the season with our brand new Spring bundle.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eSave 10% when you buy Stars \u0026amp; Stripes, Public House and Space Hopper as part of the bundle.\u003c\/span\u003e\u003c\/p\u003e"}]; 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; } })); }