{ % include 'product-notify-me' % }
{ % endunless % }
{ % if settings.product_description_position == "top" % }
{ % if product.description != blank % }
In collaboration with Asphalt Yacht Club, these mesh Shorts are made with a premium micropoly birdseye fabric, then sewn together to ensure a comfortable fit and vivid graphic/image representation.
In collaboration with Asphalt Yacht Club, these mesh Shorts are made with a premium micropoly birdseye fabric, then sewn together to ensure a comfortable fit and vivid graphic/image representation.
Made with pride in California.
{ % endif % }
{ % endif % }
{ % if settings.display_collections or settings.display_tags or settings.display_type % }
{ % endif % }
{ % if settings.display_social_buttons % }
{ % endif % }
{ % if settings.display_collections % }
Collections:
{ % for col in product.collections % }
{ % unless forloop.last % },{ % endunless % }
{ % endfor % }
{ % endif % }
{ % if settings.display_tags % }
{ % for tag in product.tags % }
{ % if forloop.first % }
Category:
{ % endif % }
{ % unless tag contains 'meta-related-collection-' % }
{ % unless forloop.last % },{ % endunless % }
{ % endunless % }
{ % endfor % }
{ % if settings.product_images_position == 'right' % }
{ % include 'product-images' % }
{ % endif % }
{ % if product.description contains "" % }
In collaboration with Asphalt Yacht Club, these mesh Shorts are made with a premium micropoly birdseye fabric, then sewn together to ensure a comfortable fit and vivid graphic/image representation.
Made with pride in California.
{ % endif % }
{ % if settings.display_related_products % }
{ % capture limit % }3{ % endcapture % }
{ % if collection and collection.all_products_count > 1 % }
{ % assign col = collection.handle % }
{ % else % }
{ % assign col = product.collections.last.handle % }
{ % endif % }
{ % for tag in product.tags % }
{ % if tag contains 'meta-related-collection-' % }
{ % assign col = tag | remove: 'meta-related-collection-' % }
{ % assign collection = collections[col] % }
{ % capture limit % }1{ % endcapture % }
{ % endif % }
{ % endfor % }
{ % if col and collections[col].all_products_count > 0 % }
{ % if collections[col].all_products_count != 1 or collections[col].products.first.id != product.id % }