Showing 13–24 of 52 results

Sale!
Original price was: $108.00.Current price is: $100.00.

CNY Hamper

CNY-251 Great Year

$108.00

CNY Flower

CNY-116 Wealth

$128.00
Sale!
Original price was: $188.00.Current price is: $128.00.
Sale!
Original price was: $168.00.Current price is: $150.00.
Sale!
Original price was: $168.00.Current price is: $150.00.

Popular Types of Chinese New Year Hampers We Offer

  • Festival Traditional Pyramid Hamper

It is a popular choice when it comes to Chinese New Year hampers. The red color and the assortment of items are just perfect for sending warm wishes of luck and prosperity to the receiver. This Chinese New Year Hamper consists of a big Japanese Flower Mushroom combined with assorted items like chocolates, dried fruits and nuts, cookies, teas, and gourmet. A hamper delivery from Little Flower Hut of festival hamper on New Year’s Day is a special way of expressing your heartfelt wishes to a special person.
  • Classic Happiness Wine Hamper

Celebrate the occasion with this Classic Happiness Wine Hamper which contains different varieties of delicacies and treats. The hamper has some shortcakes made from pineapple, pudding, teas, chocolates, fruits and nuts, snacks, and a bottle of wine. This hamper is meant for a happy and pleasurable celebration of the occasion and festivity. Wishing them a long life, prosperity, and fortune is more fun and unique with this happiness hamper. Little Flower Hut always keeps this classic design available year by year.
  • Delightful Gourmet Abalone Hamper

With a delightful gourmet hamper, you can greet your friends, loved ones, or relatives the warmest greetings on Chinese New Year. The festive holiday is more enjoyable when you have gourmet indulgence to share with the people you love. The assortments of gourmets include abalone, dried shark fin, scallops, hairy moss, wine, gourmets, nuts, and dried fruits. The celebration will become more unique for the person you send this gift to, knowing that your choices of items in this delightful hamper are meant to wish them luck and fortune.
  • Signature Mandarin Orange Hamper

With a lovely and nutritious signature fruit hamper, you can greet your loved ones or family or relatives a fruitful and healthy year ahead on Chinese New Year. The fruit hamper comes with Mandarin Oranges in eight pieces of each kind or a total of eight assorted fruits for luck and prosperity. The CNY hamper will make the celebration more festive as well, because of the delicious fruits and of the wonderful packaging. Among the fruits that you can pick for this hamper are oranges, grapes, pomelos, kumquats, plums, and more.
  • Luxury Tonic Chinese New Year Gift Hamper

Luxury hampers consist of sweet treats and delicacies like birdnest, chicken essence, tonic wine, dried birdnest, cookies, biscuits, chocolates, nuts, dried fruits, wines, and cans of scallops, abalone and mushrooms. For joyous celebrations and good luck wishes, this is the time to celebrate the Chines festivity together. This hamper can be sent to loved ones and family anywhere in Singapore through Little Flower Hut. If you are away for the holiday season, you can still make the day more fun and exciting for them by sending a luxury Chinese New Year Hamper. For Chinese New Year celebrations, We offer a wide variety of flowers and flower arrangements symbolizing wealth and luck. There are also plenty of hampers filled with traditional Chinese delicacies and treats. The CNY hampers you give your loved ones on this special day bring them blessings of prosperity, wishes of good health, desires of happiness, and prayers of longevity, fortune, and luck. With each hamper, the whole family will have a wonderful delight to enjoy as they celebrate the festivity.
(function(){ // cookie helpers function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/; SameSite=Lax"; } function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i].trim(); if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length); } return null; } // Build modal markup function buildModal() { var overlay = document.createElement('div'); overlay.className = 'cf-overlay'; overlay.id = 'cfOverlay'; overlay.setAttribute('aria-hidden','false'); var modal = document.createElement('div'); modal.className = 'cf-modal'; modal.setAttribute('role','dialog'); modal.setAttribute('aria-modal','true'); modal.setAttribute('aria-label','Cookie consent'); modal.innerHTML = '\ \
\ We use cookies to improve your browsing experience.\
\ This website uses cookies to enhance site navigation, analyse site usage, \ and provide personalised content. By clicking "ACCEPT", you agree to our cookie policy.\
\
\ \ \ View Cookie Policy\
'; overlay.appendChild(modal); return overlay; } // Utility: get all focusable elements inside container function getFocusable(el) { return el.querySelectorAll('a[href], button:not([disabled]), textarea, input, select, [tabindex]:not([tabindex="-1"])'); } // Show modal (blocking) function showModal() { if (document.getElementById('cfOverlay')) return; var overlay = buildModal(); document.body.appendChild(overlay); // block scroll and remember previous focus var previousActive = document.activeElement; document.body.style.overflow = 'hidden'; // show setTimeout(function(){ overlay.classList.add('show'); }, 20); // focus management: trap focus inside modal var modal = overlay.querySelector('.cf-modal'); var focusable = Array.prototype.slice.call(getFocusable(modal)); var firstFocusable = focusable[0]; var lastFocusable = focusable[focusable.length-1]; // focus first interactive element (ACCEPT) var acceptBtn = document.getElementById('cfAccept'); if (acceptBtn) acceptBtn.focus(); // keydown handler to trap Tab and disable Escape function onKeyDown(e) { if (e.key === 'Escape' || e.key === 'Esc') { // prevent ESC from closing modal e.preventDefault(); e.stopPropagation(); return; } if (e.key === 'Tab') { if (focusable.length === 0) { e.preventDefault(); return; } // forward tab if (!e.shiftKey && document.activeElement === lastFocusable) { e.preventDefault(); firstFocusable.focus(); } // backward tab else if (e.shiftKey && document.activeElement === firstFocusable) { e.preventDefault(); lastFocusable.focus(); } } } document.addEventListener('keydown', onKeyDown, true); // Event handlers document.getElementById('cfAccept').addEventListener('click', function(){ setCookie('cookie_consent','1',365); cleanup(); }); document.getElementById('cfClose').addEventListener('click', function(){ // Close without consent (does NOT set cookie) cleanup(); }); document.getElementById('cfCloseX').addEventListener('click', function(){ cleanup(); }); // IMPORTANT: DO NOT close when clicking overlay background — user must click Accept or Close // overlay.addEventListener('click', function(e){ // if (e.target === overlay) cleanup(); // disabled on purpose // }); // cleanup function function cleanup() { overlay.classList.remove('show'); setTimeout(function(){ if (overlay && overlay.parentNode) overlay.parentNode.removeChild(overlay); document.body.style.overflow = ''; document.removeEventListener('keydown', onKeyDown, true); try { if (previousActive) previousActive.focus(); } catch (e) {} }, 150); } } // init: show modal if cookie not set // dan HANYA di homepage var path = window.location.pathname.replace(/\/+$/, ''); var isHome = (path === ''); // "/" akan jadi "" setelah replace di atas if (isHome && !getCookie('cookie_consent')) { if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', showModal); } else { showModal(); } } })();
Alert Dont Save as Image & Download