Gift Card

Gift Card

Regular price $35.00 $35.00 Sale

Shopping for someone else but not sure what to give them? Give them the gift of choice with a Volta Atelier gift card.

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

x

#events.page .event-container { display: flex; flex-wrap: wrap; gap: 20px; /* Adjust spacing between boxes */ } #events.page .event-box { flex: 1 1 calc(50% - 20px); /* Makes each box take 50% width with space between */ box-sizing: border-box; padding: 20px; border: 1px solid #ddd; /* Optional: Adds a border around each box */ text-align: center; } #events.page .event-box img { width: 100%; /* Ensures images scale within the box */ height: auto; }