Groov Custom Insoles
What We Like
Customization takes less than five minutes
Can choose insole type based on preferred footwear
One-to-one fit with your feet
What We Don't Like
More expensive than off-the-rack options
Only IOS support (no Android)
The Bottom Line
My experience with Groov has sold me on the importance of custom insoles. The process was extremely easy and the insoles really do feel like they were built for my unique feet.
jQuery(document).ready(function($) {
(function() {
// If on template with siderail sticky
if ($('.rail-sticky').length > 0) {
var html = $('.mgs-product-summary-block__side').clone();
$('.rail-sticky').first().prepend(html);
} else if ($('body').hasClass('mgs_buyers_guide-template-default')) {
// If on full width buyers guide
var contentContainer = $('.mgs-product-summary-block__side').closest('.buyers-guide-content');
if (contentContainer) {
var html = $('.mgs-product-summary-block__side').clone();
var outerHtml = '
' + html[0].outerHTML + '