CP Logo Skateboard Complete
Share Tightbooth CP Logo Skateboard Complete {% assign discount_percentage = compare_at_price | minus: price | times: 100.0 | divided_by: compare_at_price | round %} = 10 %}color: var(--brand-red){% endif %}" >{{ price | money }} {% if compare_at_price > price %} {% if discount_percentage >= 10 %} {{ compare_at_price | money }} {{ discount_percentage }}% off {% endif %} {% endif %} Share Get Deck Only {% assign discount_percentage = compare_at_price | minus: price | times: 100.0 | divided_by: compare_at_price | round %} = 10 %}color: var(--brand-red){% endif %}" >{{ price | money }} {% if compare_at_price > price %} {% if discount_percentage >= 10 %} {{ compare_at_price | money }} {{ discount_percentage }}% off {% endif %} {% endif %} Get Deck Only 8.38" {% assign expose_single = true %} {% assign sibling_size = siblings | where: 'handle' | size %} {% if sibling_size > 1 or expose_single %} {% for sibling in siblings %} {% if sibling == false %}{% continue %}{% endif %} {% assign active = false %} {% if sibling.handle == 'tightbooth-cp-logo-skateboard-complete-bronze-8-38' %} {% assign active = true %} {% endif %} {delete window.cart.error;}); window.history.replaceState({}, false, '{{ sibling.handle }}'); " neptune-engage="{ targets:[ { selector: '.product-selector .active', classes:remove:active, attributes:[{att:'aria-current', set:'false'},{att:'aria-selected', set:'false'}] }, { selector: _self, classes:add:active, attributes:[{att:'aria-current', set:'true'}, {att:'aria-selected', set:'true'}] } ] }" > {% endfor %} {% endif %} Default Title {% for bundle in settings %} {{ bundle.optional_group_label }} {% if bundle.optional_group_label != blank %} {% break %} {% endif %} {% endfor %} {% for bundle in settings %} {% if bundle.hint_title or bundle.hint_text %} ? {% if bundle.hint_title %} {{ bundle.hint_title }} {% endif %} {{ bundle.hint_text }} {% if bundle.hint_image %} {% endif %} {% endif %} {% endfor %} {% for t in tiers %} {{ t }} {% endfor %} Included Components: {{ tier }} {%- for row in rows -%} {% unless row.visibility %}{% continue %}{% endunless %} {% assign is_last = forloop.last %} {% assign product = row.product %} {{product.vendor}} {% assign product_attributes = '' %} {%- assign variant = product.variant -%} {% assign product_title_full = product.original_title | default: product.title | remove: product.vendor %} {% if variant.name %} {% assign product_title_full = product.variant.name | default: product_title_full | remove: product.vendor %} {% endif %} {% assign product_title = product_title_full | split: " - " | first %} {% assign product_attributes = product_title_full | remove: product_title | remove_first: '- ' %} {{ product_title }} {% if product_attributes != blank %} {% endif %} {% assign compatibility_source = variant %} {%- if product.compatibility_issue -%} {% assign compatibility_source = product %} {%- endif -%} {%- if row.compatibility_issue -%} {% assign compatibility_source = row %} {%- endif -%} {% 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 %} Change {%- if compatibility_source.compatibility_issue -%}! {{ compatibility_source.compatibility_issue.error_message | replace: '*_', '' | replace: '_*', '' }}
{%- endif -%} {%- if row.expanded -%} {% assign compatibility_filter = false %} {% assign incompatible_products = row.collection.products | map: 'compatibility_issue' | uniq | size %} {%- if incompatible_products > 1 -%} {% assign compatibility_filter = true %} {%- endif -%} {%- if compatibility_filter -%} {% capture binding %} window.bundle.rows[{{ forloop.index0 }}].filterIncompatible = !window.bundle.rows[{{ forloop.index0 }}].filterIncompatible; Bundle.render(); {% endcapture %} {%- if row.filterIncompatible -%} {%- else -%} {%- endif -%} {{ row.suggestions_label }} {% if row.suggested_size_hint_text %} ? {% if row.suggested_size_hint_title %} {{ row.suggested_size_hint_title }} {% endif %} {{ row.suggested_size_hint_text }} {% if dropdown.hint_image %} {% endif %} {% endif %} {%- endif -%} Sort By {% assign sort_options = 'created-descending,title-ascending,title-descending,price-ascending,price-descending' | split: ',' %} {% assign sort_labels = 'Newest,A-Z,Z-A,Low-High,High-Low' | split: ',' %} {% for option in sort_options %} {%- if row.sort == sort_options[forloop.index0] -%} {{ sort_labels[forloop.index0] }} {%- else -%} {{ sort_labels[forloop.index0] }} {%- endif -%} {% endfor %} {%- for filter in row.filters -%} {{ filter.filter_set_title }} {%- for option in filter.options -%} {%- assign value = option | split: filter.tag_delimiter -%} {%- assign value = value[filter.display_segment] -%} {% if value == filter.active %} {{ value }} {% else %} {{ value }} {% endif %} {%- endfor -%} {%- endfor -%} {%- if row.loading -%} {%- for item in (1..12) -%} {%- endfor -%} {% elsif row.collection.products.size == 0 %} No products match your selection {% else %} {% for product in row.collection.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 row.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 -%} {%- 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 %} {%- liquid assign selected_product = false if row.product.handle == product.handle assign selected_product = true endif assign current_variants = product.variants | map: 'id' if current_variants contains row.product.variant.id assign selected_product = true endif -%} {{ product.title }} {% if product.compatibility_issue %} {% else %} {% if product.mods.size > 0 %} {{ product.mods | first }} {% if product.mods.size > 1 %} - {{ product.mods | last }} {% endif %} {% endif %} {% endif %} {% if selected_product %} {% endif %} {% endfor %} {% endif %} Close {%- assign product = row.collection.selected -%} {%- if row.collection.selected -%} Selected {{ row.title }} 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 %} Cancel {%- assign title_data = product.title | split: '-' -%} {% if product.variants.size > 1 %} {% for variant in product.variants %} {% assign fit = '' %} {% if variant.compatibility_issue %}{% assign fit = '(Not Recommended)' %}{% endif %} {% if variant.fit %} {% assign fit = variant.fit | prepend: '(' | append: ')' %} {% else %} {% endif %} {{ variant.title }} {{ fit }} {% endfor %} {%- elsif product.mod_number -%} {{ product.modifier }} {% endif %} Confirm {%- endif -%} {% if row.loading and row.collection %} {% endif %} {%- if row.buyer_guide_page != blank -%} {{ row.buyer_guide_button_label }} {{ row.buyer_guide_button_label }} {{ row.buyer_guide_page }} Close {%- endif -%} {%- endif -%} {%- endfor -%} {%- assign has_shown_label = false -%} {%- for dropdown in dropdowns -%} {% unless dropdown.visibility %}{% continue %}{% endunless %} {% if dropdown.optional_group_label and has_shown_label == false %} {{ dropdown.optional_group_label }} {%- assign has_shown_label = true -%} {% endif %} {% assign compatibility_source = dropdown.product.variant %} {%- if dropdown.product.compatibility_issue -%} {% assign compatibility_source = dropdown.product %} {%- endif -%} {%- if dropdown.compatibility_issue -%} {% assign compatibility_source = dropdown %} {%- endif -%} {%- if dropdown.product -%} {%- endif -%} {%- if dropdown.product -%} {% assign reduction = 0 %} {% assign item = dropdown.product %} {% for tag in item.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: item.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = tierProduct.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = item.price | minus: reduction | money %} {{ dropdown.product.title | append: ' +' | append: price }} {%- else -%} {{dropdown.component_label}} {%- endif -%} plus minus None {% for item in dropdown.collection.products %} {% assign reduction = 0 %} {% for tag in item.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: item.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = tierProduct.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = item.price | minus: reduction %} {% comment %} Appending product tags onto the variant json for consumption in Neptune.component.set() method {% endcomment %} {% assign item_variants = item.variants[0] | json %} {% assign item_variants_split = item_variants | split: "}}" %} {% assign item_append_location = item_variants_split[0] %} {% assign encode_item_tags = item.tags | json %} {% assign item_variants = item_append_location | append: '}, "tags": ' | append: encode_item_tags | append: '}' %} {{ item.title }} +{{ price | money }} {% endfor %} ? {% if dropdown.hint_title %} {{ dropdown.hint_title }} {% endif %} {{ dropdown.hint_text }} {% if dropdown.hint_image %} {% endif %} {%- endfor -%} {%- for checkbox in checkboxes -%} {% unless checkbox.visibility %}{% continue %}{% endunless %} {% if checkbox.optional_group_label %} {{ checkbox.optional_group_label }} {% endif %} {%- if checkbox.product and checkbox.default_to_yes and checkbox.include != false -%} {%- endif -%} {{checkbox.component_label}} {{checkbox.secondary_label}} No {%- if checkbox.include == false -%} {%- else -%} {%- endif -%} Yes {%- liquid assign include = checkbox.include if checkbox.include != true and checkbox.include != false and checkbox.default_to_yes assign include = true endif -%} {%- if include -%} {%- else -%} {%- endif -%} {%- endfor -%} Add Custom Top Graphic (+$8.00)? Customize ? Create a custom graphic for the top sheet of your board. Personalize Your Gift Card Add To Cart {% capture customer_logged_in %}{% endcapture %} {% capture customer_plus_subscribed %}{% endcapture %} {% assign customer_logged_in = customer_logged_in %} {% assign customer_plus_subscribed = customer_plus_subscribed %} {% assign ccs_plus_in_cart = false %} {% assign cart_skus = cart.items | map: 'sku'%} {%- if cart_skus contains 'CCSPLUS' -%} {%- assign ccs_plus_in_cart = true -%} {%- endif -%} {% liquid assign show_quantity_selector = false if member_exclusive contains 'member_active' if customer_plus_subscribed contains 'true' or ccs_plus_in_cart assign show_quantity_selector = true else assign show_quantity_selector = false endif elsif member_exclusive contains 'coming_soon' assign show_quantity_selector = false else assign show_quantity_selector = true endif %} {% if show_quantity_selector %} Qty: {% if inventory_quantity 0 %} ({{ inventory_quantity }} Available) {% endif %} 1 {% if inventory_management == nil or inventory_quantity {{ value }} {% endfor %} {% else %} {% for value in (2..10) %} {% if value > inventory_quantity %} {% break %} {% endif %} {{ value }} {% endfor %} {% endif %} {% endif %} {%- assign date = member_end -%} {%- if member_exclusive contains 'coming_soon' -%} {%- assign date = member_start -%} {%- 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 member_exclusive contains 'coming_soon' -%} {%- assign member_text = coming_soon_text -%} {%- endif -%} {% if available == false %} {% if tags contains 'no-default-option' or type_excluded %} Sold Out {% elsif variant_selected and custom_requirements_met == false %} Add to Cart {% else %} Select Option {% endif %} {% elsif member_exclusive contains 'member_active' %} {% capture customer_logged_in %}{% endcapture %} {% capture customer_plus_subscribed %}{% endcapture %} {% assign customer_logged_in = customer_logged_in %} {% assign customer_plus_subscribed = customer_plus_subscribed %} {% assign ccs_plus_in_cart = false %} {% assign cart_skus = cart.items | map: 'sku'%} {%- if cart_skus contains 'CCSPLUS' -%} {%- assign ccs_plus_in_cart = true -%} {%- endif -%} {% if customer_plus_subscribed contains 'true' or ccs_plus_in_cart %} {% comment %} === Not sure if this is needed === {% endcomment %} {{ member_text }} Add to Cart {% else %} Join CCS+ To Purchase {%- unless customer_logged_in contains 'true' -%} Already a member? Login {%- endunless -%} {% endif %} {% elsif member_exclusive contains 'coming_soon' %} {{ member_text }} Coming Soon to CCS+ {% else %} {% if available %} Neptune.liquid.load('AddToCart', document.querySelector('variant-selector').data.variant));"> Add to Cart {% else %} Sold Out {% endif %} {% endif %} {% if cart.error %} {{ cart.error.description }} {% endif %} dollar-sign Free & Fast Shipping. On orders $75+. Orders placed by 3pm ET ship out same business day. Details here. rotate Free Returns. On Clothing, Shoes, & Accessories. Clearance items (prices in red) are final sale. Details here. ccs-plus-color CCS+ Members. Free 2-3 Day Shipping, exclusive access to product raffles, member events, and more. Learn More. Description plus minus 8.38" Width x 32.00" Length Wheelbase: 14.25" Tail Length: 6.75" Nose Length: 7.12" Front Axle Width: 8.38" Back Axle Width: 8.38" Traditional Maple Construction Every Board is Measured By Hand For more information about deck size, view our Skateboard Buyer's Guide If Showing, Top and Bottom Wood Grain Colors May Vary from Image Shown. Specs plus minus Construction: ? What the board is made up of and how it is put together. Traditional Maple Deck Length: ? Measuring nose to tail, how long the board is. 32.00" Shape: ? How the board looks and feels Popsicle Wheelbase: ? Distance between the front and back wheels of the board. 14.25" Deck Width: ? Measuring from side to side, how wide your board is. 8.38" x Skateboard Deck Width Recommended deck width based on rider age and size: Deck Width: 7.0" & Under 7.1" - 7.45" 7.5" & Up Height: 4' 4" or Smaller 4' 5" to 5'2" 5' 3" or Taller Age: 8 Years or Younger 9 to 12 Years 13 Years or Older Shoe Size: Kids 5 or Smaller Mens 6-8 Mens 9 or Larger Sizing is mostly based on feet. If it's comfortable under your feet when riding, it's a good size for you.- When choosing a deck size, don't just think about the rider's size, but also the type of riding.
- As a general rule, wider decks are good for vert riding (ramps, pools) and cruising because they're more stable. They're also good for bigger riders.
- Narrower decks are good for street tricks like kickflips because they're more responsive. They're also best for smaller riders. Deck Width: 7.45" & Under 7.5" - 8.0" 8.0" - 8.25" 8.25" & Up Recommended Style: All around riding for kids 14 & under Street & Technical tricks Pools, Ramps, Parks, & All Around Vert, Pools, & Cruising Recommended Products chevron-left chevron-right {% assign productBadges = passedProductBadges["AaDc4WVhzVi95a1puW__product_items_GKGM6A"] | default: productBadges %} {% for product in products offset: 0 limit: 10 %} {% assign product_index = forloop.index %} {% assign page = collection.page %} {% for banner in collection.banners %} {% assign banner_index = forloop.index %} {% if banner.position == product_index and banner.content != blank %} {{ banner.content }} {% elsif banner.position == product_index and page == 1 or banner.position == product_index and page == blank %} {% if collection.current_tags.size > 0 and banner.sub == false %}{% continue %}{% endif %} {% if banner.image %} {% endif %} {% if banner.video %} {% endif %} {% if banner.text or banner.subtitle or banner.button_label %} {{ banner.title }} {{ banner.subtitle }} {% if banner.button_label %} {{ banner.button_label }} {% endif %} {% endif %} {% endif %} {% endfor %} {% if product.featured_image != blank or product.images[0] != blank %} {% if product.alt_image or product.images[1] != blank %} {% unless product.alt_image contains '/swatch' or product.images[1] contains '/swatch' %} {% endunless %} {% endif %} {% assign title = product.title | split: ' - ' | first %} {% assign type = product.type %} {% assign price = product.price | money %} {% 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 %} {% unless product.title contains vendor_collab %} {% assign title = title | remove: vendor_tag %} {% endunless %} {% if vendor_tag != blank %} {% assign subtitle = vendor_tag %} {% 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 -%} {{ member_text }} {%-endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {{ title }} {{ subtitle }} {{ price }} {% assign discount_percentage = product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round %} {% assign product_price = product.price | plus: 0 %} {% if product.compare_at_price > product_price and discount_percentage >= 10 %} {{ product.compare_at_price | money }} Up to {{ discount_percentage }}% off {% endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} Recently Viewed chevron-left chevron-right {% assign productBadges = passedProductBadges["AeUJqelcreE9TS1p5b__product_items_xARBeJ"] | default: productBadges %} {% for product in products offset: 0 limit: 10 %} {% assign product_index = forloop.index %} {% assign page = collection.page %} {% for banner in collection.banners %} {% assign banner_index = forloop.index %} {% if banner.position == product_index and banner.content != blank %} {{ banner.content }} {% elsif banner.position == product_index and page == 1 or banner.position == product_index and page == blank %} {% if collection.current_tags.size > 0 and banner.sub == false %}{% continue %}{% endif %} {% if banner.image %} {% endif %} {% if banner.video %} {% endif %} {% if banner.text or banner.subtitle or banner.button_label %} {{ banner.title }} {{ banner.subtitle }} {% if banner.button_label %} {{ banner.button_label }} {% endif %} {% endif %} {% endif %} {% endfor %} {% if product.featured_image != blank or product.images[0] != blank %} {% if product.alt_image or product.images[1] != blank %} {% unless product.alt_image contains '/swatch' or product.images[1] contains '/swatch' %} {% endunless %} {% endif %} {% assign title = product.title | split: ' - ' | first %} {% assign type = product.type %} {% assign price = product.price | money %} {% 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 %} {% unless product.title contains vendor_collab %} {% assign title = title | remove: vendor_tag %} {% endunless %} {% if vendor_tag != blank %} {% assign subtitle = vendor_tag %} {% 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 -%} {{ member_text }} {%-endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {{ title }} {{ subtitle }} {{ price }} {% assign discount_percentage = product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round %} {% assign product_price = product.price | plus: 0 %} {% if product.compare_at_price > product_price and discount_percentage >= 10 %} {{ product.compare_at_price | money }} Up to {{ discount_percentage }}% off {% endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} 8.38" Width x 32.00" Length Wheelbase: 14.25" Tail Length: 6.75" Nose Length: 7.12" Front Axle Width: 8.38" Back Axle Width: 8.38" Traditional Maple Construction Every Board is Measured By Hand "> Gift Cards CCS+ CCS Portland Skate Shop Request a Catalog Skateboard Buyer's Guide Get Help Order Status Customer Service Shipping & Delivery Returns About Us About CCS The Blog CCS Team Page Get Help plus minus Order Status Customer Service Shipping & Delivery Returns About Us plus minus About CCS The Blog CCS Team Page facebook instagram twitter youtube tiktok
Connect with us
For promotions, special offers & good vibes.
© 2026 CCS
Privacy Policy Terms of UseYour Cart
x {% assign primary_item_count = 0 %} {% for item in items %} {% unless item.properties._bundle == 'component' %} {% assign primary_item_count = primary_item_count | plus: 1 %} {% endunless %} {% endfor %} {% if primary_item_count > 0 %} {% for item in items %} {% unless item.properties._bundle == 'component' %} {% liquid assign found_bundle = false if item.properties._bundle == 'primary' and item.properties._components != blank assign found_bundle = true endif assign bundle_qty_up = false if item.title contains '(Qty:' assign bundle_qty_up = true assign bundle_title = item.title assign bundle_qty = item.title | split: '(Qty:' | last assign bundle_qty = bundle_qty | remove: ')' endif %} {% if item.image %} {% endif %} {% if item.properties['_image'] %} {% elsif item.properties['Custom Bottom Graphic'] %} {% elsif item.properties['Custom Griptape'] %} {%- liquid assign raw_src = "{{ item.properties['Custom Griptape'] }}" assign raw_alt = "{{ item.product_title }}" -%} {% render 'image' raw_src:raw_src raw_alt:raw_alt lazy:img_lazy sizes:img_sizes _settings:settings class:img_class %} {% else %} {% endif %} {% if item.properties['_overlay'] != blank %} {% endif %} {% assign title = item.title %} {% if title != blank %} {{ title }} {% endif %} {% assign subtitle = item.title | remove: title | remove_first: '-' | strip %} {% if subtitle != blank %} {{ subtitle | split: '-' | first }} {% endif %} {% for option in item.options_with_values %} {% unless option.name == "Title" %} {{ option.name }} {{ option.value }} {% endunless %} {% endfor %} {% for prop in item.properties %} {%- liquid assign prop_key = prop[0] assign prop_value = prop[1] if prop_key contains 'custom-' or prop_key contains 'ccs-embroidery-' or prop_key == 'Preview' continue endif %} {% assign _prop = prop_key | split:'_' %} {% unless _prop[0] == blank %} {% assign prop_value_lower = prop_value | downcase %}{% if prop_value_lower contains 'data:image' or prop_value_lower contains '.png' or prop_value_lower contains '.jpg' or prop_value_lower contains '.jpeg' or prop_value_lower contains '.gif' or prop_value_lower contains '.webp' or prop_value_lower contains '.svg' %} {{ prop_key | replace: '_', ' ' | capitalize }} {% else %} {{ prop_key | replace: '_', ' ' | capitalize | append: ': ' }} {{ prop_value }} {% endif %}
{% endunless %} {% endfor %} {%# Zepto Personalizations %} {% if found_bundle and item.properties._zepto %} {% assign zepto_props_clean = item.properties._zepto | strip | remove: '{' | remove: '}' %} {% assign zepto_props = zepto_props_clean | split: '","' %} {% for prop in zepto_props %} {% assign kv = prop | split: '":"' %} {% if kv.size {% if prop_value_lower contains 'data:image' or prop_value_lower contains '.png' or prop_value_lower contains '.jpg' or prop_value_lower contains '.jpeg' or prop_value_lower contains '.gif' or prop_value_lower contains '.webp' or prop_value_lower contains '.svg' %} {{ prop_key | replace: '_', ' ' | capitalize }} {% else %} {{ prop_key | replace: '_', ' ' | capitalize | append: ': ' }} {{ prop_value }} {% endif %} {% endfor %} {% endif %} {%# Components %} {% if found_bundle %} {% assign bundle_items = item.properties._components | split: ',' %} {% for bundle_item in bundle_items %}{% if bundle_qty_up and bundle_qty != blank %} {{ bundle_qty }} {% else %} {{ item.quantity }} {% endif %} x {{ bundle_item | strip }}
{% endfor %} {% endif %} {{ item.final_line_price | money | replace: "$ ", "$" }} {% if item.original_line_price != item.final_line_price %} {{ item.original_line_price | money | replace: "$ ", "$" }} {% elsif item.properties._compare_at_price %} {{ item.properties._compare_at_price | money | replace: "$ ", "$" }} {% endif %} {% assign title = item.title %} Translation missing: en.sections.cart.remove_title {% assign inventory_variance = item.properties._inventory %} {% if inventory_variance > 0 and inventory_variance Only {{inventory_variance}} left! {% endif %} {% unless item.properties._gift or item.selling_plan_allocation or found_bundle %} Quantity {% assign product = item.title %} {% assign enabled = '' %} {% if item.quantity >= item.properties._inventory %} {% assign enabled = 'button--disabled' %} {% endif %} – Quantity Cart.change({ line:{{ forloop.index }}, quantity:this.value}), 500)()" onblur="if (!this.value.trim() || isNaN(parseInt(this.value, 10))) this.value = {{ item.quantity }}" value="{{ item.quantity }}" aria-label="Quantity" autocomplete="off" tabindex="-1" > + Quantity {% endunless %} {% endunless %} {% endfor %} {% elsif settings.empty_state != blank %} {{ settings.empty_state }} {% endif %}You don't have any items!
Continue ShoppingSummary
Shipping and taxes calculated at checkout.
Total
{{ total_price | money }}
View Cart Checkout search Search { document.querySelector('.search-results__container').classList.add('active');}, '1200');" id="AamEyd0M3c2E2ZnlUQ__input_VwT4fq_1" autocomplete="off" value="" > x {% assign items = searches %} {% if items.size > 0 %} Searches {% endif %} {% for item in items %} {% assign title = item.title %} {% assign attr = 'href="' | append: item.url | append: '" ' %} {{ title }} {% endfor %} {% assign items = collections %} {% if items.size > 0 %} Collections {% endif %} {% for item in items %} {% assign title = item.title %} {% assign attr = 'href="' | append: item.url | append: '" ' %} {{ title }} {% endfor %} {% assign productBadges = passedProductBadges["AbzNtMCtib2JyWm8zc__product_items_Ae3EC9"] | default: productBadges %} {% for product in products limit: 10 %} {% assign product_index = forloop.index %} {% assign page = collection.page %} {% for banner in collection.banners %} {% assign banner_index = forloop.index %} {% if banner.position == product_index and banner.content != blank %} {{ banner.content }} {% elsif banner.position == product_index and page == 1 or banner.position == product_index and page == blank %} {% if collection.current_tags.size > 0 and banner.sub == false %}{% continue %}{% endif %} {% if banner.image %} {% endif %} {% if banner.video %} {% endif %} {% if banner.text or banner.subtitle or banner.button_label %} {{ banner.title }} {{ banner.subtitle }} {% if banner.button_label %} {{ banner.button_label }} {% endif %} {% endif %} {% endif %} {% endfor %} {% if product.featured_image != blank or product.images[0] != blank %} {% if product.alt_image or product.images[1] != blank %} {% unless product.alt_image contains '/swatch' or product.images[1] contains '/swatch' %} {% endunless %} {% endif %} {% assign title = product.title | split: ' - ' | first %} {% assign type = product.type %} {% assign price = product.price | money %} {% 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 %} {% unless product.title contains vendor_collab %} {% assign title = title | remove: vendor_tag %} {% endunless %} {% if vendor_tag != blank %} {% assign subtitle = vendor_tag %} {% 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 -%} {{ member_text }} {%-endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {{ title }} {{ subtitle }} {{ price }} {% assign discount_percentage = product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round %} {% assign product_price = product.price | plus: 0 %} {% if product.compare_at_price > product_price and discount_percentage >= 10 %} {{ product.compare_at_price | money }} Up to {{ discount_percentage }}% off {% endif %} {% for badge in productBadges %} {% if product.tags contains badge.tag %} {% assign exclusions = badge.collection_exclusion | split: ',' %} {% assign inclusions = badge.collection_inclusion | split: ',' %} {% assign render = true %} {% if inclusions.size > 0 %} {% assign render = false %} {% if inclusions contains collection.handle %} {% assign render = true %} {% endif %} {% endif %} {% if exclusions contains collection.handle %} {% assign render = false %} {% endif %} {% if render %} {% if badge.image %} {% endif %} {{ badge.text }} {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} account Log In / Sign Up x New Skate chevron-right Shoes chevron-right Clothing chevron-right Accessories chevron-right Made By CCS chevron-right Customs blank Team blank Brands blank CCS+ blank Sale blank Wishlist blank Cart blank Order Status blank Returns blank Customer Support blank ${data.message} ${data.action ? `${data.action.text}` : ''} ×智能索引记录
-
2026-02-26 13:07:33
综合
成功
标题:场景的作文450字 描写场景的作文 关于场景的作文-作文网
简介:作文网精选关于场景的450字作文,包含场景的作文素材,关于场景的作文题目,以场景为话题的450字作文大全,作文网原创名师
-
2026-02-26 13:04:17
教育
成功
标题:介绍物品的作文600字四篇
简介:在学习、工作乃至生活中,大家都尝试过写作文吧,写作文可以锻炼我们的独处习惯,让自己的心静下来,思考自己未来的方向。那么,
-
2026-02-26 13:14:56
综合
成功
标题:六年级的作文合集15篇
简介:在我们平凡的日常里,大家一定都接触过作文吧,作文是通过文字来表达一个主题意义的记叙方法。如何写一篇有思想、有文采的作文呢
-
2026-02-26 13:04:36
综合
成功
标题:雪_700字_作文网
简介:白雪却嫌春色晚,故穿庭树作飞花。 雪,你本应该在隆冬来临,可你却偏偏要在春天落脚。不过,这也让你别有一番滋味 这次,我
-
2026-02-26 13:04:44
视频
成功
标题:重生后我让前夫皇叔来抢亲第90集红豆剧场_在线播放[高清流畅]_爽文短剧
简介:爽文短剧_重生后我让前夫皇叔来抢亲剧情介绍:重生后我让前夫皇叔来抢亲是由内详执导,内详等人主演的,于2025年上映,该剧
-
2026-02-26 13:11:56
综合
成功
标题:Fisher Investments Wealth Management
简介:Founded in 1979, Fisher Investments is an independent regist
-
2026-02-26 13:05:31
综合
成功
标题:Agricultural Solutions - CHT Gruppe - Spezialchemikalien
简介:Effektive Pflanzenschutzmittel durch Silikone fr optimale Ve
-
2026-02-26 12:54:36
综合
成功
标题:RES Software Ivanti
简介:Learn more about RES Software (acquired by Ivanti in 2017) a
-
2026-02-26 13:31:57
教育
成功
标题:[实用]小学四年级作文4篇
简介:在现实生活或工作学习中,大家都经常接触到作文吧,借助作文人们可以实现文化交流的目的。你所见过的作文是什么样的呢?以下是小
-
2026-02-26 13:22:31
综合
成功
标题:AI智能索引 - AI智能索引
简介:AI智能索引 - 提供全网公开链接智能索引服务,快速访问目标内容,支持分类筛选和智能导航
-
2026-02-26 13:17:20
综合
成功
标题:Barkod Sistemi ve Online Depo Yönetimi
简介:Barkod Sistemi, Online Stok Takip, Barkodlu Satış, Depo Şube
-
2026-02-26 12:57:44
教育
成功
标题:亲情的作文实用(8篇)
简介:在现实生活或工作学习中,大家或多或少都会接触过作文吧,借助作文可以宣泄心中的情感,调节自己的心情。一篇什么样的作文才能称
-
2026-02-26 13:02:42
综合
成功
标题:Oportunidades Laborales
简介:Oportunidades Laborales
-
2026-02-26 12:53:25
综合
成功
标题:中小学生作文网_中考高考满分作文_初中作文_高中优秀作文大全
简介:作文网提供专业、原创中小学生作文,包括中考满分作文、高考满分作文、优秀作文大全、作文素材、作文辅导、英语作文等,欢迎踊跃
-
2026-02-26 13:04:46
教育
成功
标题:孝心小学作文
简介:在生活、工作和学习中,许多人都有过写作文的经历,对作文都不陌生吧,作文是人们把记忆中所存储的有关知识、经验和思想用书面形
-
2026-02-26 13:03:41
视频
成功
标题:1997重启黄金年代第36集河马短剧_在线播放[高清流畅]_爽文短剧
简介:爽文短剧_1997重启黄金年代剧情介绍:1997重启黄金年代是由内详执导,内详等人主演的,于2025年上映,该重生讲述的
-
2026-02-26 13:12:09
综合
成功
标题:Schedule Downloads Pittsburgh Penguins
简介:The official National Hockey League website including news,
-
2026-02-26 13:04:16
教育
成功
标题:意义的事作文【热门】
简介:在日常学习、工作抑或是生活中,大家都写过作文,肯定对各类作文都很熟悉吧,作文是从内部言语向外部言语的过渡,即从经过压缩的
-
2026-02-26 13:12:48
综合
成功
标题:Free Printable Back To School Coloring Page - Bulletin Board Map EDU.COM
简介:Free printable Back To School coloring page of bulletin boar
-
2026-02-26 13:29:24
综合
成功
标题:jed williams 2
简介:jed winter
-
2026-02-26 13:25:13
综合
成功
标题:Bed Bug Pest Control Chemicals & Insecticide Products MGK®
简介:Bed bugs are among the hardest-to-control pests. Discover ti
-
2026-02-26 13:22:21
综合
成功
标题:AI智能索引 - AI智能索引
简介:AI智能索引 - 提供全网公开链接智能索引服务,快速访问目标内容,支持分类筛选和智能导航
-
2026-02-26 12:50:57
教育
成功
标题:实用的英语作文300字6篇[集合]
简介:在学习、工作乃至生活中,大家都有写作文的经历,对作文很是熟悉吧,作文是一种言语活动,具有高度的综合性和创造性。你知道作文
-
2026-02-26 13:13:18
综合
成功
标题:秘密初二作文
简介:在我们平凡的日常里,说到作文,大家肯定都不陌生吧,借助作文可以提高我们的语言组织能力。你知道作文怎样才能写的好吗?下面是
-
2026-02-26 12:53:13
视频
成功
标题:人兽高h肉文亚洲久久网-3D色综合视频一区二区-成人AV在线观看
简介:高清影视,人兽高h肉文亚洲久久网-3D色综合视频一区二区-成人AV在线观看,立即观看,成人AV
-
2026-02-26 12:55:35
工具
成功
标题:偏执宠溺_秋天的信_第9章认命_笔趣阁
简介:笔趣阁提供偏执宠溺(秋天的信)第9章认命在线阅读,所有小说均免费阅读,努力打造最干净的阅读环境,24小时不间断更新,请大
-
2026-02-26 13:10:28
教育
成功
标题:小学五年级作文汇总(4篇)
简介:在学习、工作乃至生活中,大家总免不了要接触或使用作文吧,作文是从内部言语向外部言语的过渡,即从经过压缩的简要的、自己能明
-
2026-02-26 13:12:41
游戏
成功
标题:602游戏平台 - 做玩家喜爱、信任的游戏平台!
简介:602游戏平台(www.602.com)专注精品网页游戏,以精细化运营和优质服务为核心,秉持
-
2026-02-26 12:53:24
教育
成功
标题:四年级的作文合集(6篇)
简介:在生活、工作和学习中,大家都写过作文吧,作文根据写作时限的不同可以分为限时作文和非限时作文。一篇什么样的作文才能称之为优
-
2026-02-26 13:01:40
教育
成功
标题:牛人的作文300字
简介:在日常学习、工作和生活中,大家一定都接触过作文吧,通过作文可以把我们那些零零散散的思想,聚集在一块。如何写一篇有思想、有