Thunder
Polished Hollow Lights II Skateboard Trucks
{%- for badge in productBadges -%}
{%- if product.tags contains badge.tag and badge.tag != 'more-colors' and badge.product_badge != blank -%}
Thunder
{{ badge.product_badge }}
{%- endif -%}
{%- endfor -%}
Polished Hollow Lights II Skateboard Trucks
{% if product.subtotal %}
{{ product.subtotal | money | remove: ' ' }}
{% else %}
{% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %}
{% assign discount_threshold = 10 %}
{% if variant.available %}
{{ variant.price | money | remove: ' ' }}
{% if variant.compare_at_price > variant.price and discount_amount > 10 %}
{{ variant.compare_at_price | money | remove: ' ' }}
{% endif %}
{% else %}
{{ variant.price | money | remove: ' ' }}
{% if variant.compare_at_price > variant.price and discount_amount > 10 %}
{{ variant.compare_at_price | money | remove: ' ' }}
{% endif %}
Sold Out
{% endif %}
{% endif %}
{% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %}
{% assign discount_threshold = 10 %}
{%- capture discount_text -%}
[discount]% off
{%- endcapture -%}
{%- if discount_amount > discount_threshold -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% if sizeChart %}
{% unless sizeChart.option %}
{% if sizeChart.button_label %}
{{ sizeChart.button_label | capitalize }}
{% else %}
Size Chart
{% endif %}
{% if sizeChart.btn_color and sizeChart.btn_color %}
{% endif %}
{% endunless %}
{% endif %}
FAST SHIPPING. Orders placed by 3pm ET will ship out the same day if placed on a business day. Details here.
FREE SHIPPING. On orders $75+. Details here.
RETURNS. On Clothing, Shoes, & Accessories. Clearance items (prices in red) are final sale. Details here.
-
Thunder keeps the quality coming!
-
- Riding Style: Freestyle | Skatepark | Street
- Size: 148mm
×
Buyers Guide: Trucks
Truck Height:
Trucks generally come in LOW, MID, and HIGH styles.
LOW trucks are best for beginners because they are extra stable. They are also great for flip tricks for that reason.
MID trucks are the most common and versatile trucks, and are great for street or park skating.
HIGH trucks are best for cruising, carving and overall less technical skating.
The axle width, as a general rule, should be similar to the width of the deck.
Hanger Size | Axle (In.) |
|
|
109 | 6.5 - 7.5 | Under 7.4 | |
129 | 7.6 - 8 | 7.4 - 7.75 | |
139 | 8 - 8.25 | 7.75 - 8.25 | |
149 | 8.25 - 8.9 | 8.25 - 8.75 | |
169 | 8.9 - 10 | 8.75 - 9.50 | |
215 | 10+ | 10+ |
Options:
?
New mounting hardware will ensure that your board has a safe and secure ride.
?
Whether you need different durometers or just want backups, aftermarket bushings are a great way to give your trucks longer life and a fully customized feel.
{% assign product = Neptune.products[0].product %}
{% if product.options_with_values[0].values.size <= 1 or product.tags contains 'no-default-option' %}
{% else %}
{% if product.current_option != "" %}
{% else %}
{% endif %}
{% endif %}
{% 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 }}',
params: _n.urlparams.toggle(),
{%- 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 %}