{{ store.name }} — {{ page.name }} {{ head_content }}
{% if errors != blank %}
{% endif %} {% if store.website != blank %}
Back to site
{% endif %}
Cart {% if cart.items != blank %}[{{ cart.item_count }}]{% endif %}
Menu
Your browser does not support video

© clutchUP clothing 2014
$(function() { var pull = $('#pull'); menu = $('nav ul'); menuHeight = menu.height(); $(pull).on('click', function(e) { e.preventDefault(); menu.slideToggle(); }); $(window).resize(function(){ var w = $(window).width(); if(w > 320 && menu.is(':hidden')) { menu.removeAttr('style'); } }); });