Latest News

The 2023 Blogilates Team Gift Guide!

0

Hey guys!

It’s my favorite time of year!!! Gifting is my love language and I tend to go a little crazy when it’s time for holiday shopping (Sam can confirm).

But sometimes it’s hard to come up with THE perfect thing for everyone, you know? I always turn to the Blogilates team for ideas and you guys…they are always SO GOOD. I started putting together a gift guide with their recs to help you with holiday shopping too!

Here is the 2023 Blogilates Team Gift Guide! I hope you love!

I love this brush so much. The fact that it gives me a professional blow out look for someone who is a super amateur when it comes to hair – SO COOL.

I am obsessed with this! The fabric is so thick and cozy but the collar and half zip add so much elevated structure. Amazing!

Cassey @blogilates 

CEO + Head Designer

“Was gifted this from a friend and have not stopped using it. My sleep quality has been elevated and am more likely to sleep through the night than without it. It is adjustable so comfortable for any size and no pressure on the lashes for the girlies with extensions ” – Amanda

“I live in these shorts 24/7. It’s the perfect length to work out in, sleep in, wear around the house, and run errands. Usually paired with an oversized t-shirt or the Half Zip Warm Up Hoodie.”

Amanda 

Production Manager

“I LOVE candles but I cannot take throwing away the jar they come in which honestly is just my hoarding skills lol. I turned to wax melts because I don’t have to break my heart and throw away jars or, deal with that little bit of wax that’s still there but just won’t burn.” – Lexi

“I wear them literally every day. I promise I wash them. They’re just super comfortable. I am genuinely obsessed with the waistband – Doesn’t dig into my stomach and get all pinchy. Love love love.”

Lexi @iamlexikingSocial Media Lead

“A waterless diffuser but it is STRONG.” – Jaimee 

Pair the diffuser with an Aroma Kit! Jaimee’s fav is the summery Skinny Confidential kit.

Jaimee @thtfitgirlContent Producer

“This scrub has done wonders for my skin and scalp. The lavender scent is so calming too. I’ve honestly gifted the lotion and perfume from this collection too so it’s a full trio set. I’m obsessed and I tell all of my friends to buy Frenshe!!” – Kristen

“For when you want to be comfy but elevated during your errands or coffee run. The bell bottoms add a dramatic flare to my daily fit and I love them. They also have pockets so it’s a win-win all around. – Kristen

Kristen @k.klochkoProject Manager for Brand Relations & Ecommerce

“As someone who misplaces things far too often, this tile is truly the gift that keeps on giving. I’m thankful for it every time I can’t find my keys in a hurry and I can quickly locate it via the app on my phone! (Pro tip: put one in your luggage so you can track it if it’s ever lost).” – Allie

“This top is the PERFECT transitional piece. It’s become a packing staple in my wardrobe because it pairs with leggings for a casual afternoon and jeans for the evening!”

Allie

Designer

“This feels illegal its so good haha – you get a Sephora perfume sampler (this one has 16 samples!) and then you get a gift card to buy a FULL size of any of the ones you sample! It’s a perfect gift because they get to pick their fav scent!” – Jen-Ai

“I can’t wear this coat out without getting questions on where it’s from. It’s the perfect gift for that girl on your list who loves her style as much as her comfort.”

Jen-Ai @cant.jenai.itDirector of Marketing

*This post 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.

‘);
// 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(‘

VIEW MORE

‘);
// 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 MORE COMMENTS…

‘);
// 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(‘

Read More

‘);
// 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(‘

Load More

‘);
// Show the initial visible items
$(“.list1”).slice(0, 24).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);

7 Signs You’re Secretly Slowing Down Your Metabolism

Previous article

The Weekly Roundup: Your Go-To Guide For Everything You May Have Missed This Week & More! 11/24–11/30

Next article

You may also like

Comments

Leave a reply

Your email address will not be published. Required fields are marked *

More in Latest News