Skip to main content
GIFT CARD -Gift card- HANSEN Garments
GIFT CARD -Gift card- HANSEN Garments

GIFT CARD

€33
Tax included.

Shopping for someone else but not sure what to give them? Give them the gift of choice with a HANSEN Garments Gift Card.

Gift cards are delivered by email and contain instructions to redeem them at checkout. Our gift cards have no additional processing fees.

const links = document.links; for (let i = 0, linksLength = links.length ; i < linksLength ; i++) { if (links[i].hostname !== window.location.hostname) { links[i].target = '_blank'; links[i].rel = 'noreferrer noopener'; } }