Watches
{% if products.length > 1 %}{{ products.length }} results{% endif %}
- Nixon Time Teller OPP Watch - Grit
- Nixon 51-30 Chrono 2024 Watch - Matte Black/Gold
- Nixon 51-30 Chrono Watch - Silver/Midnight
- Nixon 51-30 Chrono Watch - Silver/Black/Cranberry
- Nixon Sentry Stainless Steel Watch - Silver/Cobalt
- Nixon Time Teller Watch - Silver/Rainbow
- Nixon Ripper Watch - Black/Camo
- Nixon Ripper Watch - Black/Purple
- Nixon Ripper Watch - Silver/Purple
- Nixon Corporal SS Watch - Matte Black/Gold
- Nixon Time Teller Solar Watch - Chocolate/Cappuccino
- Nixon Time Teller Leather Watch - Silver/Cloud/Indigo
- Nixon Station Chrono Watch - Chocolate/Cappuccino/Brown
- Nixon Station Chrono Watch - Silver/Indigo
- Nixon Smyth 44 Watch - Silver/Black
- Nixon Smyth 44 Watch - Khaki/Red
- Nixon Smyth 44 Watch - Super Black/Black
- Nixon Sentry Stainless Steel Watch - Silver/Indigo
- Nixon Sentry Stainless Steel Watch - Dark Olive/Black
- Nixon Scout Pop Watch - Silver/Charcoal
- Nixon Scout Pop Watch - Dark Olive/Camo
- Nixon Scout Pop Watch - Black/Black
- Nixon Medium Time Teller Denim Watch - Silver/Indigo/Denim
- Nixon Medium Time Teller Watch - Chocolate/Black Coffee
- Nixon Echo 38 Watch - Silver/Cloud Dancer
- Nixon Echo 38 Watch - Gold/Black
- Nixon Echo 38 Watch - Black/Black
- Nixon Corporal Stainless Steel Watch - Chocolate/Dark Roast
- G-Shock GMDS5600CT-4 Watch - Resin Pink
- Nixon 51-30 Chrono Leather Watch - Chocolate/Dark Roast/Brown
- Nixon 51-30 Chrono Watch - Silver/Denim
- Nixon Corporal SS Watch - Silver/Indigo
- Timex x Peanuts Waterbury Ocean Watch - Blue
- Timex x Peanuts Womens Waterbury Ocean Watch - Light Blue
- Timex T80 Steel 34mm Expansion Band Watch - Silver Tone
- Timex T80 Steel 36mm Watch - Gold Tone
- Timex T80 Steel 36mm Watch - Purple
- Timex x Peanuts Gangs All Here Marlin Automatic 40mm Watch - Black
{% for product in loader.activeProducts %}
{% for banner in collectionBanners %}
{% if Filters.native.size > 0 and banner.sub == false %}{% continue %}{% endif %}
{% if banner.position == product.position %}
{% endif %}
{% endfor %}
{% endfor %}
{% assign display_wishlist = true %}
{% for tag in Wishlist.data.exclusions %}
{% if product.tags contains tag %}
{% assign display_wishlist = false %}
{% endif %}
{% endfor %}
{% if product == blank %}
{% assign product = Product %}
{% endif %}
{% if display_wishlist %}
{%- if wishlist == blank -%}
{% assign wishlist = Wishlist.data.items | map: 'handle' %}
{% if wishlist[0] == null %}
{% assign wishlist = data.items | map: 'handle' %}
{% endif %}
{%- endif -%}
{%- assign p_title = product.title | replace: '"', '”' -%}
{%- capture wishlist_add -%}
event.preventDefault();
Wishlist.add({
handle: '{{ product.handle }}',
type: '{{ product.type | escpae }}',
image: '{{ product.featured_image }}',
{%- if variant -%}variant: {{ variant.id | json }},{%- endif -%}
title: `{{ p_title }}`
});
[this, _n.sibling(this, '.wishlist__button')].forEach(function(button) { button.classList.toggle('dn')});
{%- endcapture -%}
{% endif %}
{%- if product.member_exclusive contains 'coming_soon' or product.member_exclusive contains 'member_active' -%}
{%- assign year = product.member_end | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_end | remove: year -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign year = product.member_start | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_start | remove: year -%}
{%- endif -%}
{%- capture member_active_text -%}CCS+ Exclusive through {{ date }}{%- endcapture -%}
{%- capture coming_soon_text -%}CCS+ Exclusive starting {{ date }}{%- endcapture -%}
{%- assign member_text = member_active_text -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign member_text = coming_soon_text -%}
{%- endif -%}
{{ year }}
{{ date }}
{{ member_text }}
{%- endif -%}
{% assign crop = 'crop_height=64&crop_left=430&crop_top=472&crop_width=64' %}
{% if 'Skateboard Deck, Skateboard Complete' contains product.type %}
{% assign crop = 'crop_height=64&crop_left=230&crop_top=472&crop_width=64' %}
{% endif %}
{% for badge in productBadges %}
{% if product.tags contains badge.tag and badge.tag != 'more-colors' %}
{% if product.reviews %}
{% assign to_half = product.reviews.rating | round:1 | divided_by: 0.5 | round | times: 0.50 %}
{{ badge.collection_badge }}
{% endif %}
{% endfor %}
{%- assign option_value_data = '' -%}
{%- for option in product.options_with_values -%}
{%- if option.name == 'Title' %}{%- continue -%}{%- endif -%}
{%- unless siblingRange[product.type] contains option.name -%}{%- continue -%}{%- endunless -%}
{%- if option.values.size == 0 -%}{%- continue -%}{%- endif -%}
{%- assign option_values = option.values | sort -%}
{%- if option.values.size == 1 -%}
{%- assign option_value_data = option_values | first -%}
{%- else -%}
{%- assign option_values_last = option_values | last -%}
{%- assign option_value_data = option_values | first | append: ' - ' | append: option_values_last -%}
{%- endif -%}
{%- endfor -%}
{%- if option_value_data == '' and siblingRange[product.type] contains 'Title' -%}
{%- assign title_segments = product.title | split: ' - ' -%}
{%- endif -%}
{{- option_value_data -}}
{% for tag in product.tags %}
{% if tag contains 'Vendor' %}
{% assign vendor_tag = tag | remove: 'Vendor:' %}
{% assign vendor_collab = vendor_tag | append: ' x' %}
{% break %}
{% endif %}
{% endfor %}
{% if product.siblings.size > 0 %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% else %}
{% assign productTitle = product.title | remove: product.type | split: '-' %}
{% endif %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% unless product.title contains vendor_collab %}
{% assign productTitle = productTitle | remove: vendor_tag %}
{% endunless %}
{% if vendor_tag != blank %}
{{ vendor_tag }}
{% endif %}{{ productTitle }}
{% assign discount_amount = product.price | divided_by: product.compare_price | times: -100 | plus: 100 | round %} {%- capture discount_text -%} [discount]% off {%- endcapture -%}
{%- if compare_min < compare_max -%}
{%- assign before_text = 'From ' -%}
{%- endif -%}
{%- if product.compare_price > product.price and discount_amount > 10 -%}
{{ before_text }}
{{ product.price | money }}
{{ product.compare_price | money }}
{%- else -%}
{{ product.price | money }}
{%- endif -%}
{%- if discount_amount > 10 -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% for i in (1..5) %}
{% endfor %}
({{ product.reviews.count }})
{% endif %}
{% unless total_pages == 1 or total_pages == 0 %}
{% endunless %}
{% assign active = 'dim' %}
{% if current_page == 1 %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% for i in pages %}
{% assign pageoffset = current_page | minus: i | abs %}
{% if pageoffset != 0 and pageoffset != 1 and pageoffset != 2 pageoffset != 3 %}{% continue %}{% endif %}
{% assign active = '' %}
{% if current_page == i %}
{% assign active = 'brand' %}
{% endif %}
{% assign last_page_shown = i %}
{% endfor %}
{% assign active = 'dim' %}
{% if current_page == total_pages %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% if last_page_shown != total_pages %}
...
{% endif %}
Loading Products
When you hit the ramp, the pipe or the streets, you can count on bails, sacks, and slams. So why would you wear a timepiece that could easily crack or shatter under a hard impact? We’ve broken a few watches while skating, and we know it’s never a good time to shell out dough for a new one. Our selection of skate watches is made to withstand the battering and bruising of action sports. We have watches of all styles and budgets so you always have the time to bust those tre flips.
Like any wristwatch, a skateboard watch is as much a personal style statement as it is way of tracking the hours in the day. Is your style a glowing surfer watch made of tough silicone and stainless steel? Go for it. What about a classic leather fashion watch? CCS.com has those as well. Perhaps a smartphone watch with a waterproof polycarbonate lens? They’re great if you’re skating in the rain! These skateboard watches have the durability and attitude for any serious action junkie. And with brands such as Nixon and G-Shock in stock, you know you’ll be getting a high-quality piece.
Every watch from our huge inventory is comfortable to wear, easy to use, and made from tough materials that can take a lickin’. You can’t go wrong with a skateboard watch from CCS.com. We’ve been the place to order skateboarding gear and accessories for over 30 years and always have the best premium watches at great prices. And you’ll always receive them in a timely manner as well (those time jokes, we’re telling you) with our fast shipping. If you order a product by 3 p.m. EST on a business day, we’ll ship it the same day or you get 10 percent off!