*These mommy and me gifts may contain referral links for products we love, and all opinions are our own. Blogilates.com earns a small commission from these links, at no additional cost to you.
If you would have asked me 3 years ago pre-child that I would have been that mom that wants to match with her daughter, I would have laughed right in your face. …but here we are, and that preconceived notion of how I would parent got chucked right out of the window along with my vision of my child never watching TV (Peppa Pig, who?) and only eating foraged 100% organic food from our garden.
And the truth is, it’s not like me and my little one match all the time, but an opportunity for a matching gift!?!
SIGN ME UP.
I was just looking for some things that would help me achieve this new found dream of mine, and truth is it was kind of hard to find. So I decided to roll my sleeves up and do some of the leg work for any of you who may be in the same boat.
(sorry, old Jen-Ai)
Quince Cashmere Lounge Set
Matching cashmere set pajamas… I mean 💅. Does it really get better? This is a great for that boujee friend on your list (no shame if it’s you, mama!), but yet it won’t break your gifting budget. That’s what I love about Quince, its like all the luxe with only part of the price which is also GREAT for gifts.
Public Bikes
Brb we’ll be roaming around the neighborhood in this adorable matching mommy & me bike set. Definitely on the pricier side, more of the hero under the tree type of gift but WAY too cute not to include.
Mama & Mini Poppy Bracelets
I may have teared up a little when I got this matching bracelet set. Not only is the packaging absolutely gorgeous (okay, this may be a theme… I love good packaging any day, but when it comes to gifting it makes it or breaks it). Emry (my 3-year-old) is really into jewelry now, and I gave it to her on her birthday and it may be one of my top 5 favorite moments. (p.s. use code BLOGILATES for 15% off and free shipping!)
Swoveralls
I’ve been eyeing Swoveralls for a good two years. I’m a comfort gal and these brown corduroy ones were just screaming my name. These are great if you have older kids. The adult sizing is gender neutral, so just keep that in mind when ordering (you may want to size down!).
Palm Beach Rose Bundle
These aprons just make me want to make scones and have high-tea with my little one. The pattern is everything, and I feel like a timeless design with quality that can be passed down through generations. A bit of a steeper price point, but the cuteness factor is through the roof.
sKIN & Co. Sheet Masks
Self-care Sunday just got a plus one, and I love it. This mini and me kids mask set is amazing, and it’s our little time together. I don’t think I put on my first sheet mask until I was like 18, but seeing her in her little mask is everything. It’s never too early for self-care.
Customized Bags
Okay Etsy is the ultimate mommy and me slash matching anything destination, but these bags are SO cute. If you’re looking for something a bit cheaper, these are also adorable and slightly more casual.
Looking for more gift guides? Check out our favorite finds here!
‘);
// Show the initial visible items
$(“.archive-post-col .list1”).slice(0, 12).show();
// Calculate the hidden items
$(document).find(“.row.load-more1 .ald-count”).text( $(“.archive-post-col .list1:hidden”).length );
// Button Click Trigger
$(“.row.load-more1”).find(“#loadMore”).on(‘click’, function (e) {
e.preventDefault();
// Show the hidden items
$(“.archive-post-col .list1:hidden”).slice(0, 6).slideDown();
// Hide if no more to load
if ( $(“.archive-post-col .list1:hidden”).length == 0 ) {
$(this).fadeOut(‘slow’);
}
// ReCalculate the hidden items
$(document).find(“.row.load-more1 .ald-count”).text( $(“.archive-post-col .list1:hidden”).length );
});
// Hide on initial if no div to show
if ( $(“.archive-post-col .list1:hidden”).length == 0 ) {
$(“.row.load-more1”).find(“#loadMore”).fadeOut(‘slow’);
console.log( noItemMsg );
}
// end wrapper 1
//wrapper 2
// Append the Load More Button
$(“.row.load-more2”).append(‘
‘);
// Show the initial visible items
$(“.list-workouts”).slice(0, 9).show();
// Calculate the hidden items
$(document).find(“.row.load-more2 .ald-count”).text( $(“.list-workouts:hidden”).length );
// Button Click Trigger
$(“.row.load-more2”).find(“#loadMore”).on(‘click’, function (e) {
e.preventDefault();
// Show the hidden items
$(“.list-workouts:hidden”).slice(0, 6).slideDown();
// Hide if no more to load
if ( $(“.list-workouts:hidden”).length == 0 ) {
$(this).fadeOut(‘slow’);
}
// ReCalculate the hidden items
$(document).find(“.row.load-more2 .ald-count”).text( $(“.list-workouts:hidden”).length );
});
// Hide on initial if no div to show
if ( $(“.list-workouts:hidden”).length == 0 ) {
$(“.row.load-more2”).find(“#loadMore”).fadeOut(‘slow’);
console.log( noItemMsg );
}
// end wrapper 2
// wrapper 3
// Append the Load More Button
$(“.row.see-more”).append(‘
‘);
// Show the initial visible items
$(“.comment”).slice(0, 8).show();
// Calculate the hidden items
$(document).find(“.row.see-more .ald-count”).text( $(“.comment:hidden”).length );
// Button Click Trigger
$(“.row.see-more”).find(“#loadMore”).on(‘click’, function (e) {
e.preventDefault();
// Show the hidden items
$(“.comment:hidden”).slice(0, 4).slideDown();
// Hide if no more to load
if ( $(“.comment:hidden”).length == 0 ) {
$(this).fadeOut(‘slow’);
}
// ReCalculate the hidden items
$(document).find(“.row.see-more .ald-count”).text( $(“.comment:hidden”).length );
});
// Hide on initial if no div to show
if ( $(“.comment:hidden”).length == 0 ) {
$(“.row.see-more”).find(“#loadMore”).fadeOut(‘slow’);
console.log( noItemMsg );
}
// end wrapper 3
//wraper 4
// Append the Load More Button
$(“.row.load-more3”).append(‘
‘);
// Show the initial visible items
$(“.post-result”).slice(0, 9).show();
// Calculate the hidden items
$(document).find(“.row.load-more3 .ald-count”).text( $(“.post-result:hidden”).length );
// Button Click Trigger
$(“.row.load-more3”).find(“#loadMore”).on(‘click’, function (e) {
e.preventDefault();
// Show the hidden items
$(“.post-result:hidden”).slice(0, 6).slideDown();
// Hide if no more to load
if ( $(“.post-result:hidden”).length == 0 ) {
$(this).fadeOut(‘slow’);
}
// ReCalculate the hidden items
$(document).find(“.row.load-more3 .ald-count”).text( $(“.post-result:hidden”).length );
});
// Hide on initial if no div to show
if ( $(“.post-result:hidden”).length == 0 ) {
$(“.row.load-more3”).find(“#loadMore”).fadeOut(‘slow’);
console.log( noItemMsg );
}
// end wrapper 4
//wrapper 5
// Append the Load More Button
$(“.row.load-more4”).append(‘
‘);
// Show the initial visible items
$(“.list1”).slice(0, 12).show();
// Calculate the hidden items
$(document).find(“.row.load-more4 .ald-count”).text( $(“.list1:hidden”).length );
// Button Click Trigger
$(“.row.load-more4”).find(“#loadMore”).on(‘click’, function (e) {
e.preventDefault();
// Show the hidden items
$(“.list1:hidden”).slice(0, 9).slideDown();
// Hide if no more to load
if ( $(“.list1:hidden”).length == 0 ) {
$(this).fadeOut(‘slow’);
}
// ReCalculate the hidden items
$(document).find(“.row.load-more4 .ald-count”).text( $(“.list1:hidden”).length );
});
// Hide on initial if no div to show
if ( $(“.list1:hidden”).length == 0 ) {
$(“.row.load-more4”).find(“#loadMore”).fadeOut(‘slow’);
console.log( noItemMsg );
}
// end wrapper 5
//wrapper 6
// end wrapper 6
});
})(jQuery);
Comments