The holiday season is a time for joy, celebration, and giving. Finding the perfect gift for your loved ones can be a challenge, but with a little thought and creativity.
';
// Insert it in the middle of the header
var logo = header.querySelector('.site-logo');
var menu = header.querySelector('.main-menu');
if(logo && menu) {
header.insertBefore(searchDiv, menu); // inserts search between logo and menu
}
}
});