` || ``, "page.meta.title": `NRL Beer Gift Hamper – Perfect Brew for Footy Fans – Hampers Galore` || `` || ``, "product.id" : `7703079846136`, "product.title" : `NRL Beer Gift Hamper`, "product.description" : `Sports Fans Alert!  Put the sports on, sit back with your special Team Aussie Beer and munch on some snacks. This sports hamper, featuring your favourite NRL team, is great to share with the mates, or to enjoy a full day of sports. This hamper is presented in a gift box which is packed with stylish tissue paper and finished with a special NRL Team decorative sleeve, and all our hampers come with a free "For You" gift card, printed with your personalised message. What's Inside: 3 NRL Team Aussie Beers 330ml Nobby's Nuts 170g 2 Red Rock Deli Chips 28g 2 Serious Popcorn Piranha Snaps 6 Chocolate Varieties About the Beer: Traditional European-style pilsner that’s made for the old school Aussie lager lover. Smooth, crisp with slight sweetness. And features your favourite NRL team. Personalise It: Make your gift unique by adding a little something extra special. Add a special personalised candle, a sneaky bottle of wine, an extra sweet box of chocolates... There are lots of choices available to make your gift one to be remembered!   Please note that depending on availability, some items may occasionally be substituted for flavour variations and/or products of same or greater value. We thank you for your understanding. ^Other items pictured are display only and not included in the gift *Delivery times are estimates only, please refer to our Shipping & Delivery page for more information `, "product.type": `Sports Hampers`, "product.price": `89.0`, "product.vendor": `Hampers Galore.com.au`, "product.variants.title": `Brisbane Broncos, Canberra Raiders, Canterbury Bulldogs, Cronulla Sharks, Gold Coast Titans, Manly Sea Eagles, Melbourne Storm, New Zealand Warriors, Newcastle Knights, North Queensland Cowboys, Parramatta Eels, Penrith Panthers, South Sydney Rabbitohs, St George Illawarra Dragons, Sydney Roosters, Wests Tigers, Red Cliff Dolphins`, "product.variants.sku": `HG0136-S-BB, HG0136-S-CR, HG0136-S-CB, HG0136-S-CS, HG0136-S-GGT, HG0136-S-MSE, HG0136-S-MS, HG0136-S-NZW, HG0136-S-NK, HG0136-S-NQC, HG0136-S-PE, HG0136-S-PP, HG0136-S-SSR, HG0136-S-SGID, HG0136-S-SR, HG0136-S-WT, HG0136-S-RCD`, "collection.title": `Footy Fever`, "collection.description": `Footy Fever in Australia It's Footy Fever and time to cheer on your team for the win! With a range of hampers, specially designed with each team's banner to show your support, you're sure to find something a little special for that person who is all about their sports. Browse through our selection of high quality, affordable products and choose a gift, perfect for cheering on your team with gourmet eats, snacks, beer, whisky, and more. We have gifts for every occasion and no occasion, because Just Because is a great time to gift something special. With fast delivery Australia wide, we have you covered from Brisbane to Melbourne, Sydney to Perth, Darwin to Adelaide to Hobart and everywhere in between. We’ll get your gift to your special someone wherever they may be at our low flat rate. All our special event gifts are crafted with a lot of love and care, using hand-picked, quality products, while still being affordable. Because, we know how important it is to show the special people in your life how exceptional they are. So, put a smile on their face, send them a little treat and celebrate their special event, whatever it may be by gifting them a Hampers Galore Gift Hamper. Read more`, "collection.products_count": `27`, "article.title": ``, "article.author": ``, "article.excerpt_or_content": ``, "article.content": ``, "article.excerpt": ``, }; const file_name = "51720618175"; const metaDescriptionTag = document.querySelector('meta[name="description"]'); const pageTypeMeta = "product"; function replaceVar(string) { if(!string) return ''; var replacedString = string; for (var key in preAsssignedValue) { if (preAsssignedValue.hasOwnProperty(key)) { replacedString = replacedString.replace(key, preAsssignedValue[key]); } } return replacedString; } var instantPageUrl = "https://cdn.shopify.com/extensions/b8e3e388-8af2-403c-8c7d-30b4e6ec359f/tapita-seo-speed-83/assets/instantpage.js"; var tptMetaDataConfigUrl = false; tptMetaDataConfigUrl = 'https://cdn.shopify.com/s/files/1/0517/2061/8175/t/184/assets/tapita-meta-data.json?v=1723471335'; // ADD META WHEN tptMetaDataConfigUrl valid const createMetaTag = (descriptionValue) => { const metaTag = document.createElement('meta'); metaTag.setAttribute('name', 'description'); metaTag.setAttribute('content', descriptionValue); const headTag = document.querySelector('head'); headTag.appendChild(metaTag); } const replaceMetaTagContent = (titleValue, descriptionValue, needReplaceVar) => { const disableReplacingTitle = !!window._tpt_no_replacing_plain_title const disableReplacingDescription = !!window._tpt_no_replacing_plain_desc const config = { attributes: true, childList: true, subtree: true}; const header = document.getElementsByTagName('head')[0]; let i = 0; const callback = (mutationList, observer) => { i++; const title = document.getElementsByTagName('title')[0]; const ogTitle = document.querySelector('meta[property="og:title"]'); const twitterTitle = document.querySelector('meta[name="twitter:title"]'); const newTitle = needReplaceVar ? replaceVar(titleValue) : titleValue; const newDescription = needReplaceVar ? replaceVar(descriptionValue) : descriptionValue; if(document && document.title != newTitle && !disableReplacingTitle){ document.title = newTitle; } if(ogTitle && (ogTitle?.content != newTitle)){ ogTitle?.setAttribute('content', newTitle); } if(twitterTitle && (twitterTitle?.content != newTitle)){ twitterTitle?.setAttribute('content', newTitle); } const metaDescriptionTagList = document.querySelectorAll('meta[name="description"]'); const ogDescriptionTagList = document.querySelector('meta[property="og:description"]'); const twitterDescriptionTagList = document.querySelector('meta[name="twitter:description"]'); try { if(ogDescriptionTagList && newDescription && (ogDescriptionTagList?.content != newDescription)) { ogDescriptionTagList?.setAttribute('content', newDescription); } if(twitterDescriptionTagList && newDescription && (twitterDescriptionTagList?.content != newDescription)){ twitterDescriptionTagList?.setAttribute('content', newDescription); } } catch (err) { } if(metaDescriptionTagList?.length == 0){ try { createMetaTag(descriptionValue); } catch (err) { // } } metaDescriptionTagList?.forEach(metaDescriptionTag=>{ if(metaDescriptionTag.content != newDescription && !disableReplacingDescription){ metaDescriptionTag.content = newDescription; } }) if(observer && i > 1000){ observer.disconnect(); } }; callback(); setTimeout(callback, 100); const observer = new MutationObserver(callback); if(observer){ observer.observe(header, config); } } if (tptMetaDataConfigUrl) { fetch(tptMetaDataConfigUrl) .then(response => response.json()) .then((data) => { if(!data) return; const language = document.documentElement.lang || 'en'; let languageMeta = false; if (data.metaData && data.metaData[language]) { languageMeta = data.metaData[language]; } else { if (data.metaData) { languageMeta = data.metaData; } else { languageMeta = {}; } } const productTitle = languageMeta.products?.meta_title_value || ''; const productDescription = languageMeta.products?.meta_description_value || ''; const productTurnOn = data?.metaData?.turnOnObject?.products || data?.metaData?.products?.turnOn || false; const collectionTitle = languageMeta.collections?.meta_title_value || ''; const collectionDescription = languageMeta.collections?.meta_description_value || ''; const collectionTurnOn = data?.metaData?.turnOnObject?.collections || data?.metaData?.collections?.turnOn || false; const articleTitle = languageMeta.articles?.meta_title_value || ''; const articleDescription = languageMeta.articles?.meta_description_value || ''; const articleTurnOn = data?.metaData?.turnOnObject?.articles || data?.metaData?.collections?.turnOn || false; if (window.tapita_meta_page_title || window.tapita_meta_page_description) { replaceMetaTagContent(window.tapita_meta_page_title, window.tapita_meta_page_description, false); } else { if(productTurnOn){ if(pageTypeMeta == 'product'){ replaceMetaTagContent(productTitle, productDescription, true); } } if(collectionTurnOn){ if(pageTypeMeta == 'collection'){ replaceMetaTagContent(collectionTitle, collectionDescription, true); } } if(articleTurnOn){ if(pageTypeMeta == 'article'){ replaceMetaTagContent(articleTitle, articleDescription, true); } } } const instantPage = data?.instantPage || false; const excludedPaths = [ '/cart', '/checkout' ]; var toEnableInstantPageByPath = true; if (window.location.pathname && window.location.pathname.includes) { excludedPaths.forEach(excludedPath => { if (window.location.pathname.includes(excludedPath)) { toEnableInstantPageByPath = false; } }); } if (window.document && window.document.location && window.document.location.pathname && window.document.location.pathname.includes) { excludedPaths.forEach(excludedPath => { if (window.document.location.pathname.includes(excludedPath)) { toEnableInstantPageByPath = false; } }); } if(instantPage && toEnableInstantPageByPath){ const tptAddInstantPage = setInterval(function () { if(document && document.body){ var instantScript = document.createElement('script'); instantScript.src = instantPageUrl; document.body.appendChild(instantScript); clearInterval(tptAddInstantPage); }}, 500); } }); } else { if (window.tapita_meta_page_title || window.tapita_meta_page_description) { replaceMetaTagContent(window.tapita_meta_page_title, window.tapita_meta_page_description, false); } }
Flat Rate Shipping Australia Wide
Order before 4pm for SAME DAY despatch (Mon-Fri)
Order before 10am for same day delivery for Melbourne Metro*
Next Business Day Delivery*
Weekend delivery for Melbourne Metro

NRL Beer Gift Hamper

$89.00

  • Free Gift Use Code FG Code: FG
  • 10% Off Use Code PP10Code: PP10Used code PP 10Used code PP 10
  • Free Gift CardsCode: FREEAustralia Wide Free Delivery
Order before 4PM for SAME DAY despatch (Mon-Fri)

Sports Fans Alert!  Put the sports on, sit back with your special... Read more Read more

Add

ALF Team: Brisbane Broncos

  • Brisbane Broncos
  • Canberra Raiders
  • Canterbury Bulldogs
  • Cronulla Sharks
  • Gold Coast Titans
  • Manly Sea Eagles
  • Melbourne Storm
  • New Zealand Warriors
  • Newcastle Knights
  • North Queensland Cowboys
  • Parramatta Eels
  • Penrith Panthers
  • South Sydney Rabbitohs
  • St George Illawarra Dragons
  • Sydney Roosters
  • Wests Tigers
  • Red Cliff Dolphins

apple paygoogle paymasterpaypalvisaamerican expressshop pay zip payafterpay

Delivery Time Calculator

Order Before 4pm AEDT on Weekdays to receive Next Business Day Delivery

Enter your delivery postcode above to see available delivery options and timeframes.

Delivery Information

We deliver Australia wide to all major metro areas and most rural communities. While shipping times may vary based on your location an other external factors. We’ll always do everything we can to ensure your hamper arrives on-time and in perfect condition!

Standard and Express Delivery Cut-off - 4 p.m. on Weekdays
Melbourne Sameday Delivery Cut-off - 10 a.m. on Weekdays
Melbourne Weekend Delivery Cut-off - 4 p.m. on Friday

What are They Saying About Us


Discover the Buzz About Our Hampers!
HG Bulk Order

Sports Fans Alert! 

Put the sports on, sit back with your special Team Aussie Beer and munch on some snacks. This sports hamper, featuring your favourite NRL team, is great to share with the mates, or to enjoy a full day of sports.

This hamper is presented in a gift box which is packed with stylish tissue paper and finished with a special NRL Team decorative sleeve, and all our hampers come with a free "For You" gift card, printed with your personalised message.

What's Inside:
  • 3 NRL Team Aussie Beers 330ml
  • Nobby's Nuts 170g
  • 2 Red Rock Deli Chips 28g
  • 2 Serious Popcorn
  • Piranha Snaps
  • 6 Chocolate Varieties
About the Beer:

Traditional European-style pilsner that’s made for the old school Aussie lager lover. Smooth, crisp with slight sweetness. And features your favourite NRL team.

Personalise It:

Make your gift unique by adding a little something extra special. Add a special personalised candle, a sneaky bottle of wine, an extra sweet box of chocolates... There are lots of choices available to make your gift one to be remembered!

 

Please note that depending on availability, some items may occasionally be substituted for flavour variations and/or products of same or greater value. We thank you for your understanding. ^Other items pictured are display only and not included in the gift *Delivery times are estimates only, please refer to our Shipping & Delivery page for more information

Delivering Your Order

We deliver Australia wide at a flat rate of $14.95 for Standard shipping or $17.95 for Express shipping. Choosing Express Delivery guarantees that your order will leave our warehouse the same day when placed before 4pm AEST Monday - Friday or the next business day if placed after 4pm AEST.

Same day delivery is available to selected Melbourne Metro areas only and incurs a delivery fee of $19.95. Orders for this service must be placed by 10.00am AEST Monday - Friday.

Our Weekend delivery is available for selected areas in Metro Melbourne at $19.95 when you place your order before Friday 4pm AEST.

When selecting your preferred delivery date, please note that all dates are estimated only. While we do everything possible to deliver your gift on your preferred day, we are not in a position to 100% guarantee any delivery date entered, and state that all delivery dates are estimated. All estimated delivery dates are provided by our courier and sent in accordance to their recommendation to have your gift delivered as close to your preferred day as possible.

We encourage Contactless Delivery. If the recipient is not home or at the delivery address upon delivery, where appropriate, our courier provider will leave the package at the delivery address and provide proof of delivery. Packages will not be left if the courier driver doesn’t deem it a safe place to leave the package. If this occurs, you may receive notification that your package has been dropped off at your local Post Office for collection. If re-delivery is required, please note that a re-delivery fee may apply.

While we endeavour to deliver your gift on your preferred day, please note that all delivery dates are estimated. There may be times when your order may arrive early - StarTrack may have exceeded their service in this instance, and delays may also occur. These occurrences are few, and we do sincerely apologise if this happens and understand it is not an ideal transaction.

Please note that we do not offer refunds or compensation on orders that arrive within four business days of the preferred delivery date selected. All other compensations are processed on a case-by-case basis.

Want to buy in bulk?

And we have special deals for all your bulk and corporate needs. Why not personalise your gifts with your own branding to really send a personal gift to your employees, clients, customers, shareholders, tradies and more. With branded sleeves and ribbons, personalised wine, beer and chocolate boxes you can incorporate your branding into your corporate gifting. And you get a dedicated account manager to help you through the process, with order and shipping discounts, no setup fees on bulk orders and we have in-house graphic designers to help you personalise your gifts. 

Head on over to our Corporate Page or contact our Customer Service on 1300 459 569 or email sales@hampersgalore.com.au

Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
January,February,March,April,May,June,July,August,September,October,November,December
Not enough items available. Only [max] left.
Shopping cart

Your cart is empty.

Return To Shop

NRL Beer Gift Hamper

Brisbane Broncos
Brisbane Broncos
$89.00
Add