Jams
input[type=button]{
background-color: #606060;
border: none;
color: white;
width: 100%;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
{% if section.settings.show_share_buttons %}
{% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product.featured_media %}
{% endif %}