www.hampers.co.uk Open in urlscan Pro
172.67.70.94  Public Scan

Submitted URL: https://getresponse-moguntia.com/click.html?x=a62e&lc=V9gepY&mc=9&s=fDfYEl6&u=VSUJw&z=j5n6Ly9&
Effective URL: https://www.hampers.co.uk/?utm_campaign=Say+Thank+You+with+Hay+Hampers&utm_content=Let+us+say+%E2%80%9CThank+You%E2%80%9D&...
Submission: On April 29 via manual from GB — Scanned from PL

Form analysis 8 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

GET https://www.hampers.co.uk/ricerca.php

<form id="search_mini_form" action="https://www.hampers.co.uk/ricerca.php" method="get">
  <div class="form-search">
    <label for="search">Search:</label>
    <input id="search" type="text" name="q" value="" class="input-text" maxlength="128" placeholder="Search" autocomplete="off">
    <button type="submit" title="Search" class="button">
      <span>
        <span><i class="fa fa-search"></i></span>
      </span>
    </button>
    <div id="search_autocomplete" class="search-autocomplete"></div>
    <script type="text/javascript">
      $(document).ready(function() {
        $('#search').keyup(function() {
          $.ajax({
            type: 'GET',
            url: '/ajax/terms?search=' + $('#search').val(),
            dataType: 'json',
            success: function(data) {
              data.unshift($('#search').val())
              $('#search').autocomplete({
                source: data,
                select: function(event, ui) {
                  console.log(ui.item.value)
                  var search = ui.item.value.split('(');
                  $('#search').val(search[0].trim());
                  $('#search_mini_form').submit();
                }
              });
            }
          });
        });
      })
    </script>
  </div>
</form>

POST /route/customer.php?action=new_newsletter

<form action="/route/customer.php?action=new_newsletter" method="post" id="newsletter-validate-detail">
  <div class="block-content">
    <div class="form-subscribe-header">
      <label for="newsletter">Sign up for newsletter</label>
    </div>
    <div class="input-box">
      <input type="email" name="email" id="newsletter" title="Sign up for newsletter" -="" class="input-text required-entry validate-email" required="">
    </div>
    <div class="actions">
      <button type="submit" title="Subscribe" class="button">
        <span>
          <span> Subscribe </span>
        </span>
      </button>
    </div>
  </div>
  <input id="privacy" class="checkbox required-entry" title="Accettazione Privacy" type="checkbox" name="privacy" value="on" style="float:left;" required="">
  <em>*</em> I have read and fully accept this website <a href="/terms-and-conditions" target="_blank">terms and conditions</a> and <a href="/privacy-and-security" target="_blank">privacy notice</a>.
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


FOR AN ENJOYABLE SHOPPING EXPERIENCE

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.

Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 17
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Cookiebot
      2
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Expiry: SessionType: Pixel
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP
    * Google
      6
      Learn more about this provider
      test_cookieUsed to check if the user's browser supports cookies.
      Expiry: 1 dayType: HTTP
      _GRECAPTCHAThis cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: 180 daysType: HTTP
      _grecaptchaThis cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: PersistentType: HTML
      rc::aThis cookie is used to distinguish between humans and bots. This is
      beneficial for the website, in order to make valid reports on the use of
      their website.
      Expiry: PersistentType: HTML
      rc::bThis cookie is used to distinguish between humans and bots.
      Expiry: SessionType: HTML
      rc::cThis cookie is used to distinguish between humans and bots.
      Expiry: SessionType: HTML
    * LinkedIn
      3
      Learn more about this provider
      bcookieUsed in order to detect spam and improve the website's security.
      Expiry: 1 yearType: HTTP
      li_gcStores the user's cookie consent state for the current domain
      Expiry: 180 daysType: HTTP
      bscookieThis cookie is used to identify the visitor through an
      application. This allows the visitor to login to a website through their
      LinkedIn application for example.
      Expiry: 1 yearType: HTTP
    * Reviews.io
      2
      Learn more about this provider
      __cf_bm [x2]This cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: 1 dayType: HTTP
    * www.hampers.co.uk
      4
      rc::d-15#This cookie is used to distinguish between humans and bots.
      Expiry: PersistentType: HTML
      cf_ob_infoUsed to detect if the website is inaccessible, in case of
      maintenance of content updates - The cookie allows the website to present
      the visitor with a notice on the issue in question.
      Expiry: 1 dayType: HTTP
      cf_use_obUsed to detect if the website is inaccessible, in case of
      maintenance of content updates - The cookie allows the website to present
      the visitor with a notice on the issue in question.
      Expiry: 1 dayType: HTTP
      PHPSESSIDPreserves user session state across page requests.
      Expiry: 1 dayType: HTTP

 * Preferences 5
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
    * LinkedIn
      1
      Learn more about this provider
      lidcRegisters which server-cluster is serving the visitor. This is used in
      context with load balancing, in order to optimize user experience.
      Expiry: 1 dayType: HTTP
    * Tawk.to
      4
      Learn more about this provider
      twk_#Pending
      Expiry: PersistentType: HTML
      twk_token_625686d57b967b11798a80f6Pending
      Expiry: PersistentType: HTML
      twk_uuid_#Pending
      Expiry: 180 daysType: HTTP
      twk_idm_keyAllows the website to recoqnise the visitor, in order to
      optimize the chat-box functionality.
      Expiry: SessionType: HTTP

 * Statistics 19
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
    * Google
      8
      Learn more about this provider
      _ga [x2]Registers a unique ID that is used to generate statistical data on
      how the visitor uses the website.
      Expiry: 2 yearsType: HTTP
      _ga_# [x2]Used by Google Analytics to collect data on the number of times
      a user has visited the website as well as dates for the first and most
      recent visit.
      Expiry: 2 yearsType: HTTP
      collectUsed to send data to Google Analytics about the visitor's device
      and behavior. Tracks the visitor across devices and marketing channels.
      Expiry: SessionType: Pixel
      _dc_gtm_UA-#Used by Google Tag Manager to control the loading of a Google
      Analytics script tag.
      Expiry: 1 dayType: HTTP
      _gidRegisters a unique ID that is used to generate statistical data on how
      the visitor uses the website.
      Expiry: 1 dayType: HTTP
      tdRegisters statistical data on users' behaviour on the website. Used for
      internal analytics by the website operator.
      Expiry: SessionType: Pixel
    * Hotjar
      4
      Learn more about this provider
      _hjTLDTest [x2]Registers statistical data on users' behaviour on the
      website. Used for internal analytics by the website operator.
      Expiry: SessionType: HTTP
      _hjSession_#Collects statistics on the visitor's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been read.
      Expiry: 1 dayType: HTTP
      _hjSessionUser_#Collects statistics on the visitor's visits to the
      website, such as the number of visits, average time spent on the website
      and what pages have been read.
      Expiry: 1 yearType: HTTP
    * LinkedIn
      1
      Learn more about this provider
      AnalyticsSyncHistoryUsed in connection with data-synchronization with
      third-party analysis service.
      Expiry: 30 daysType: HTTP
    * Tawk.to
      2
      Learn more about this provider
      previousNavRegisters statistical data on users' behaviour on the website.
      Used for internal analytics by the website operator.
      Expiry: SessionType: HTML
      TawkConnectionTimeAllows the website to recoqnise the visitor, in order to
      optimize the chat-box functionality.
      Expiry: SessionType: HTTP
    * us-an.gr-cdn.com
      4
      gaDomain-# [x2]Pending
      Expiry: 1 dayType: HTTP
      gaUserPageSessionVisitStores data on the time spent on the website and its
      sub-pages, during the current session.
      Expiry: SessionType: HTML
      gaVisitorUuidRegisters statistical data on users' behaviour on the
      website. Used for internal analytics by the website operator.
      Expiry: 1 yearType: HTTP

 * Marketing 30
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * Meta Platforms, Inc.
      4
      Learn more about this provider
      _fbp [x2]Used by Facebook to deliver a series of advertisement products
      such as real time bidding from third party advertisers.
      Expiry: 3 monthsType: HTTP
      lastExternalReferrerDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML
      lastExternalReferrerTimeDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML
    * Google
      5
      Learn more about this provider
      _gcl_au [x2]Used by Google AdSense for experimenting with advertisement
      efficiency across websites using their services.
      Expiry: 3 monthsType: HTTP
      ads/ga-audiencesUsed by Google AdWords to re-engage visitors that are
      likely to convert to customers based on the visitor's online behaviour
      across websites.
      Expiry: SessionType: Pixel
      pagead/1p-user-list/#Tracks if the user has shown interest in specific
      products or events across multiple websites and detects how the user
      navigates between sites. This is used for measurement of advertisement
      efforts and facilitates payment of referral-fees between websites.
      Expiry: SessionType: Pixel
      rc::fThis cookie is used to distinguish between humans and bots.
      Expiry: PersistentType: HTML
    * LinkedIn
      3
      Learn more about this provider
      li_sugrCollects data on user behaviour and interaction in order to
      optimize the website and make advertisement on the website more relevant.
      Expiry: 3 monthsType: HTTP
      UserMatchHistoryEnsures visitor browsing-security by preventing cross-site
      request forgery. This cookie is essential for the security of the website
      and visitor.
      Expiry: 30 daysType: HTTP
      li_adsIdCollects data on user behaviour and interaction in order to
      optimize the website and make advertisement on the website more relevant.
      Expiry: PersistentType: HTML
    * YouTube
      17
      Learn more about this provider
      #-#Pending
      Expiry: SessionType: HTML
      iU5q-!O9@$Registers a unique ID to keep statistics of what videos from
      YouTube the user has seen.
      Expiry: SessionType: HTML
      LAST_RESULT_ENTRY_KEYUsed to track user’s interaction with embedded
      content.
      Expiry: SessionType: HTTP
      LogsDatabaseV2:V#||LogsRequestsStorePending
      Expiry: PersistentType: IDB
      remote_sidNecessary for the implementation and functionality of YouTube
      video-content on the website.
      Expiry: SessionType: HTTP
      TESTCOOKIESENABLEDUsed to track user’s interaction with embedded content.
      Expiry: 1 dayType: HTTP
      VISITOR_INFO1_LIVETries to estimate the users' bandwidth on pages with
      integrated YouTube videos.
      Expiry: 180 daysType: HTTP
      VISITOR_PRIVACY_METADATAStores the user's cookie consent state for the
      current domain
      Expiry: 180 daysType: HTTP
      YSCRegisters a unique ID to keep statistics of what videos from YouTube
      the user has seen.
      Expiry: SessionType: HTTP
      YtIdbMeta#databasesUsed to track user’s interaction with embedded content.
      Expiry: PersistentType: IDB
      yt-remote-cast-availableStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-cast-installedStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-connected-devicesStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-device-idStores the user's video player preferences using
      embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-fast-check-periodStores the user's video player preferences
      using embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-appStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-nameStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
    * us-an.gr-cdn.com
      1
      grUuidHasBeenSetCollects information on what products the visitor has
      viewed and the content of the shopping-cart. This is used to increase the
      website's conversion rate through targeted advertisement and product
      promotions through emails.
      Expiry: SessionType: HTML

 * Unclassified 4
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
    * track.sweetanalytics.com
      3
      _atuidPending
      Expiry: 400 daysType: HTTP
      _atPending
      Expiry: 1 dayType: HTTP
      _utidPending
      Expiry: 3 yearsType: HTTP
    * www.hampers.co.uk
      1
      gr_webconnect#user_activity_eventsPending
      Expiry: PersistentType: IDB

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 8.04.2024 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.


Do not sell or share my personal information
Deny Allow selection Customize

Allow all
Powered by Cookiebot by Usercentrics
my account
 * My Account
 * My Cart
 * Checkout
 * Log In
 * News

Welcome to Hay Hampers!

Hay Hampers
ALL GIFTS
Search:

GO TO SIMPLE CHECKOUT
GO TO ADVANCED CHECKOUT
Ship to multiple addresses?
Home
Father's Day
Hamper Gifts for Him
Cheese Hampers
Wine Beer Port
Cheeseboard Selections Cheese & Wine Cheese & Beer Port & Stilton

Birthday Hampers
Food Gifts
Birthday Hampers For Him Birthday Hampers for Her Birthday Cake Gifts Special
Birthday Wishes Gifts

By Content
Luxury Hampers
Hot Chocolate Hampers Coffee Hampers No Fridge Needed
Italian Food Hampers Spanish Food Hampers British Traditional Hampers
Beer, Cider & Wine Gifts
Red Wine & Food White Wine & Food Champagne & Prosecco Gifts Beer, Lager & Cider
Gifts Port Gift Sets Gin, Brandy, & Sherry Gifts
Wine Cases Luxury Hampers in Wicker
Picnic Baskets Sweet & Savoury Savoury
Sweet
Chocolate Cream Teas Afternoon Tea

By Recipient
Dietary & Lifestyle
Hamper Gifts
For Him For Her For Families For Couples
Personality
Gourmet Cook Sweet Tooth Savoury Nibbler
Free From Gifts
Vegetarian Vegan Alcohol free Gluten Free Lactose Free Halal Kosher

By Occasion
Gourmet Hampers
Father's Day Birthday Easter Hampers Ramadan & Eid Hampers Breakfast
Congratulations Corporate Hampers Get Well & Wellbeing Gourmet Dinner Thank You
Wedding & Anniversary Mother's Day

Corporate
Business Gifts
Gift Cards
e-Vouchers

0
my cart: item £0.00

You have no items in your shopping cart.

Subtotal: £0.00


DELIVERY AVAILABLE 7 DAYS A WEEK

Rated Excellent 


OVER 35 YEARS

Creating luxury hampers since 1984

SORRY, WE ARE FULLY BOOKED. WE ARE TAKING ORDERS FOR DELIVERY FROM 11TH JANUARY.

Close
 * Prev
 * Next


 * FATHER'S DAY
   
   
   JUNE 16TH 2024
   
   Free UK Delivery
   
   SHOP NOW


 * LUXURY
   
   
   BIRTHDAY HAMPERS
   
   Free UK Delivery
   
   Shop Now


 * GIFT CARDS
   
   
   FOR ALL RECIPIENTS
   
   
   
   order now




BESTSELLERS


PLOUGHMAN'S FEAST GIFT HAMPER

£40.00
Add to Cart



GOLD STAR HAMPER

£72.00
Add to Cart



BIRTHDAY AFTERNOON TEA GIFT

£37.00
Add to Cart



THE CHEESE SNACKER HAMPER

£30.00
Add to Cart



TEA TIME TREATS GIFT HAMPER

£35.00
Add to Cart

prev
next



SHOP BY CATEGORY

prev
next



CELEBRATE SPECIAL OCCASIONS IN STYLE WITH HAY HAMPERS, FOOD AND DRINK HAMPERS UK

Looking for the finest selection of luxury, artisan food hamper gifts? Look no
further than Hay Hampers, the ultimate destination for exquisite hampers that
will delight your loved ones on any occasion. 

At Hampers UK, you'll discover an array of carefully curated hampers, including
cheese and wine hampers, lager hampers, vegan and vegetarian hampers,
gluten-free hampers, and indulgent afternoon tea hampers. Treat yourself and
others to a delightful selection of gourmet treats and drinks, carefully packed
in beautiful and elegant gift hampers. 


EXPERIENCE THE ULTIMATE INDULGENCE IN GIFTING WITH HAY HAMPERS UK

Our hampers are not just ordinary gifts, they are a celebration of taste and
refinement. From birthdays to anniversaries, housewarmings to corporate gifting,
or special holidays like Valentine's Day, Mother's Day, or Father's Day, our
hampers are the perfect choice to make any moment exceptional. 

Share the joy of giving with friends, family, colleagues, and beyond. With Hay
Hampers, every moment becomes a cherished memory. Explore our range of hampers
today and experience the ultimate indulgence in gifting.


EXPLORE CORPORATE GIFT HAMPERS AND EMPLOYEE WELL-BEING PACKAGES AT HAY HAMPERS
UK

Discover our corporate gift hampers and employee well-being packages at Hay
Hampers. Featuring artisan foods and fine wines, our curated range ensures a
perfect gift for everyone. With options to suit all budgets and occasions, our
team at Hampers.co.uk provides a personalised and seamless gifting experience.
Enjoy an early-bird discount on orders and preferential pricing for bulk
purchases.

Choose Hay Hampers UK for unrivalled quality and delightful surprises.


NEWS


What is the Most Gifted Item on Father's Day?

April 22 2024 by Hay Hampers

One of the most gifted items on Father's Day, just below wristwatches are gift
hampers. Read on to know why these baskets are a more thoughtful present for
your Dad.
Father’s Day Gift Ideas for the Best Dad Ever!

April 22 2024 by Hay Hampers

Discover the ultimate gift ideas for every type of dad. From gadgets to gourmet
Father's Day hampers, find the present to show how much he means to you.
The Most Unique Father’s Day Gift Hampers 2024

April 22 2024 by Hay Hampers

Find out unique Father's Day gift hampers to give your dad this year. Explore
curated selections for every type of dad, and make his day unforgettable.
What to Put in a Father's Day Hamper?

April 19 2024 by Hay Hampers

In this blog, we're going to guide you through the art of curating the perfect
Father's Day hamper. Whether he's a connoisseur of fine foods, a beer
enthusiast, a wine aficionado, a cheese lover, a coffee fanatic, or simply
someone who appreciates a good snack, we've got you covered. 
Business Brilliance: Crafting Lasting Impressions with Corporate Gift Hampers

April 07 2024 by Hay Hampers

Corporate gift hampers are more than just packages; they're tokens of
appreciation, symbols of gratitude, and gestures of goodwill.
Conscious Gifting with Top-Rated Vegan Gift Hampers

April 05 2024 by Hay Hampers

Vegan gift hampers showcase the best in vegan cuisine and lifestyle products,
making them perfect for any occasion, from birthdays to weddings to holidays.
Why Choose Food Gift Baskets? Discover the Delightful Advantages

February 27 2024 by Hay Hampers

Discover the advantages and the joy of giving thoughtfully curated food hampers
featuring delightful treats to suit any occasion or event.
Which is the Best Anniversary Hamper for Couples?

February 26 2024 by Hay Hampers

Find the perfect anniversary gift hamper that combines luxury, romance, and
personal touch for your beloved to express your love on this memorable day.
What Do You Put in a Valentine's Hamper?

February 09 2024 by Hay Hampers

Hay Hampers offers a range of Valentine's Day hampers that are sure to impress
your loved one. So this year, skip the flowers and chocolates and surprise them
with a thoughtfully curated hamper.
What to Put in a Mother's Day Hamper 2024?

February 09 2024 by Hay Hampers

For the mothers with an unapologetic sweet tooth, create a heavenly hamper
basket filled with delectable delights that satisfy their sugar cravings.
prev
next




SIGN UP NOW TO OUR EMAIL NEWSLETTER TO RECEIVE UPDATES, OFFERS AND PROMOTIONS!

Enter your email below:
Sign up for newsletter

Subscribe
* I have read and fully accept this website terms and conditions and privacy
notice.
 * Facebook
 * twitter
 * Instagram
 * Pinterest
 * Linkedin


INFORMATION

 * Our Family Business
 * Help & FAQ
 * Terms & Conditions
 * Our Privacy Notice
 * Modern Slavery Act


CUSTOMER SERVICE

 * My Account
 * Gift Cards & Vouchers
 * Personalised Gift Card
 * Presentation & Packing
 * Corporate Gift Services


DELIVERY & PAYMENT

 * Free UK Delivery
 * International Delivery
 * Payment Methods
 * Refunds & Cancellations


KEEP IN TOUCH

 * Contact Us
 * Latest News
 * Social
 * Our Brochure

01476 550 420

sales@hampers.co.uk

Hay Hampers, Great Bowden Road, Market Harborough, LE16 7DE


Moguntia Food Limited, Trading as HAY HAMPERS, GREAT BOWDEN ROAD, MARKET
HARBOROUGH, LE16 7DE TEL: 01476 550420 VAT NUMBER GB 315 5673 02