At Tomy Store, we believe the perfect gift should spark joy, celebrate milestones, and become cherished keepsakes. Since 2015, we’ve curated a whimsical collection of home decor, drinkware, plush collectibles, and stationery that turn ordinary moments into magical memories.
Our Promise: Thoughtful Finds for Every Occasion
- Celebration Experts: From 21st birthday wine glasses to Christmas plush, we help you mark life’s special chapters
- Quality with Character: Handpicked items blending functionality with charm (like our temperature-sensitive drinkware!)
- Joyful Convenience: Global shipping on unique gifts you won’t find at big-box stores
Who Shops With Us?
Our customers are:
🎁 The Thoughtful Gift-Giver
Those who want beyond generic presents – like our recordable storybooks for long-distance grandparents
🏡 The Home Stylist
Lovers of conversation-starting decor like wind spinners and Disney figurines
🍷 The Entertainer
Hosts who impress with our barware collections (40% off cocktail sets!)
Why Choose Tomy Store?
🔥 Hot Deals: Weekly rotating discounts on seasonal favorites
🎯 Curated Selection: Only 1 in 10 products makes our quality cut
🌎 Global Reach: Shipping to most countries within 5-7 days
Join 250,000+ customers who’ve found their perfect gift at toys-shops.com. Because life’s too short for boring presents!
Explore Our Bestsellers
.about-us {
max-width: 900px;
margin: 0 auto;
padding: 2rem;
font-family: ‘Helvetica Neue’, Arial, sans-serif;
color: #333;
line-height: 1.6;
}
h1 {
color: #e63946;
font-size: 2.5rem;
margin-bottom: 1.5rem;
text-align: center;
}
.intro-highlight {
background-color: #f8f9fa;
padding: 1.5rem;
border-radius: 8px;
margin-bottom: 2rem;
border-left: 4px solid #e63946;
}
.core-values ul {
list-style-type: none;
padding-left: 0;
}
.core-values li {
background: url(‘data:image/svg+xml;utf8,’) no-repeat left center;
padding-left: 28px;
margin-bottom: 1rem;
}
.customer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.customer-type {
background: #f1faee;
padding: 1.2rem;
border-radius: 8px;
}
.usp-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2rem 0;
}
.usp-item {
flex-basis: 30%;
min-width: 200px;
text-align: center;
margin-bottom: 1rem;
}
.icon {
font-size: 2rem;
display: block;
margin-bottom: 0.5rem;
}
.closing-cta {
text-align: center;
margin-top: 3rem;
padding: 2rem;
background-color: #e63946;
color: white;
border-radius: 8px;
}
.cta-button {
display: inline-block;
margin-top: 1rem;
padding: 0.8rem 2rem;
background: white;
color: #e63946;
text-decoration: none;
font-weight: bold;
border-radius: 4px;
transition: all 0.3s ease;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
.usp-item {
flex-basis: 100%;
}
}