Gift Card

Gift Card

£10.00 GBP

Title
Quantity
- +

Shopping for someone else but not sure what to give them?
Give them the gift of choice with a Uniquely Sophia's gift card.

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

var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }