Loaded
Loaded x Carver Fathom CX Pre-Built Surfskate Complete
{%- for badge in productBadges -%}
{%- if product.tags contains badge.tag and badge.tag != 'more-colors' and badge.product_badge != blank -%}
Loaded
{{ badge.product_badge }}
{%- endif -%}
{%- endfor -%}
Loaded x Carver Fathom CX Pre-Built Surfskate Complete
{% 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.
-
- Length: 33.375″ / 84.8 cm (CX), 23″ / 58.4 cm (deck)
- Width: 9.25″ / 23.5 cm
- Wheelbase: 26.5″ / 67.3 cm (complete), 17.25″ / 43.8 cm (deck)
- Profile: slight camber
- Flex: subtle
- Weight: 8.1 lb / 3.7 kg (CX), 3.1 lb / 1.4 kg (deck)
- Designed for riders up to 250 lb / 113 kg under normal use
- Riders 250-300 lb / 113-136 kg should minimize aggressive pumping
- Deck: Loaded Fathom
- Bracket: Loaded Zee Bracket
- Trucks: Carver CX (front) + C2 (rear)
- Bushings: Orangatang Knuckle (medium/purple, front, roadside) + Nipple (soft/orange, front, boardside) + Nipples (hard/yellow, rear)
- Wheels: Orangatang 80mm Kegel (80a, orange)
- Bearings: Loaded Jehu V2
- Hardware: Loaded (two sets: 1″ at trucks and 1.25″ at deck)
- Imported
-
- Width: Deck Width
Included Components:
Included Components: {{ activeTier.title }}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Wheels
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Wheels' -%}
{%- assign collection = 'longboard-wheels' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Trucks
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Trucks' -%}
{%- assign collection = 'longboard-trucks' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Bearings
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Bearings' -%}
{%- assign collection = 'bearings' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}
Options:
?
Used to keep the bolts on your board nice and tight and/or to assemble the board.