Skateboard Trucks
Share CCS Skateboard Trucks {% 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 {% 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 %} 169mm {% 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 == 'ccs-skateboard-trucks-raw-169mm' %} {% 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 {%- 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 -%} 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 The more you skate, the more trucks you’ll go through. A good pair of trucks need to be durable and lightweight. We designed our CCS trucks to be reliable, lightweight trucks perfect for skateboarders of every level. While a beginner needs a durable truck, they specifically need a truck to roll and turn smoothly. Novice to advanced skaters need a truck with an axle that won’t slip and a hanger with plenty of clearance because their truck’s primary functions grow to include grinding and taking a whole lot of abuse. Regardless of your experience level, CCS Trucks are going to perform like their competition, but you’re going to pay less. You’ll pay less because we’ve partnered directly with the manufacturer, so that we can offer a price point truck for beginner skateboarders and skateboarders on a budget alike. Try a pair of CCS Trucks and save. Set of 2 Trucks 169mm / 9.125" Height 2 3/8" High-Grade No-Slip Kingpin Sturdy Steel base plate Premium High rebound bushings for smooth, controlled turns Custom CCS Logo design Classic geometry for every kind of skateboarding Quality controlled hardware Imported For more information about truck size, view our Skateboard Trucks Buyer's Guide. Specs plus minus x 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.)Recommended Board Width (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+ New Chart: Truck Size Axle Width Deck Width 109mm 6.50" - 7.50" 7.00" 129mm 7.60" - 8.00" 7.50" - 7.75" 139mm 8.00" - 8.25" 8.00" - 8.25" 149mm 8.25" - 8.90" 8.25" - 8.50" 169mm 8.90" - 10.00" 9.00" - 9.40" 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 %} The more you skate, the more trucks you’ll go through. A good pair of trucks need to be durable and lightweight. We designed our CCS trucks to be reliable, lightweight trucks perfect for skateboarders of every level. While a beginner needs a durable truck, they specifically need a truck to roll and turn smoothly. Novice to advanced skaters need a truck with an axle that won’t slip and a hanger with plenty of clearance because their truck’s primary functions grow to include grinding and taking a whole lot of abuse. Regardless of your experience level, CCS Trucks are going to perform like their competition, but you’re going to pay less. You’ll pay less because we’ve partnered directly with the manufacturer, so that we can offer a price point truck for beginner skateboarders and skateboarders on a budget alike. Try a pair of CCS Trucks and save. Set of 2 Trucks 169mm / 9.125" Height 2 3/8" High-Grade No-Slip Kingpin Sturdy Steel base plate Premium High rebound bushings for smooth, controlled turns Custom CCS Logo design Classic geometry for every kind of skateboarding Quality controlled hardware Imported "> 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-25 15:22:47
综合
成功
标题:Author: Marianna Wharry Law.com
简介:Marianna Wharry
-
2026-02-25 15:33:44
综合
成功
标题:Schaeffler Germany
简介:Schaeffler has been driving forward groundbreaking invention
-
2026-02-25 15:27:53
综合
成功
标题:Vêtements pour femmes, jeans, t-shirts et vêtements American Eagle
简介:Magasine chez American Eagle pour y trouver des vêtements te
-
2026-02-25 15:29:32
综合
成功
标题:Musks push for AI companion set off a market boom, with ANI tokens soaring to a market value of $20 million Bee Network
简介:As Bitcoin continues to hit new all-time highs, everyone is
-
2026-02-25 15:23:22
综合
成功
标题:Manow Discovers God’s Love CBN
简介:After watching the Superbook episode
-
2026-02-25 15:19:41
综合
成功
标题:Low-voltage P-ch (−30V ~ −5V)
简介:江苏捷捷微电子股份有限公司
-
2026-02-25 15:20:20
综合
成功
标题:Software for Utility Contractors HCSS
简介:Watch the video to see how HeavyJob software is designed to
-
2026-02-25 15:27:19
综合
成功
标题:Aktie.de – Personalisierte Marktbriefings für Anleger & Coaches
简介:Aktie.de liefert präzise Marktnews und Analysen für Kundinne
-
2026-02-25 15:25:19
综合
成功
标题:CDM Smith - CDM Smith
简介:We are engineering and construction professionals delivering
-
2026-02-25 15:26:34
综合
成功
标题:PICO TECHNOLOGY Calibration Services Tektronix
简介:Tektronix can manage 100% of your calibration needs.Tektroni
-
2026-02-25 15:27:08
综合
成功
标题:class Request globals module Bun
简介:This Fetch API interface represents a resource request. [MD
-
2026-02-25 15:25:18
综合
成功
标题:40mm Dark Gray Sport Loop - Apple
简介:Customize the look and feel of your Apple Watch with a 40mm
-
2026-02-25 15:20:21
综合
成功
标题:Free Online Mobile Games - 4J.Com
简介:Play Free Online Mobile Games On 4J.Com without annoying adv
-
2026-02-25 15:33:32
综合
成功
标题:Aktie.de – Personalisierte Marktbriefings für Anleger & Coaches
简介:Aktie.de liefert präzise Marktnews und Analysen für Kundinne
-
2026-02-25 15:27:58
综合
成功
标题:Nation’s Restaurant News
简介:Nation’s Restaurant News
-
2026-02-25 15:28:40
综合
成功
标题:Series 35 (50-500 Tons) - HTS Commercial & Industrial HVAC Systems, Parts, & Services Company
简介:Series 35 (50-500 Tons)
-
2026-02-25 15:20:05
综合
成功
标题:Lisk DAO to decide what to do with 25% of LSK supply Bee Network
简介:The Lisk community will soon have to decide whether it shoul
-
2026-02-25 15:23:01
综合
成功
标题:ILSC Education Group Careers
简介:Discover what it
-
2026-02-25 15:22:48
综合
成功
标题:80后三十难立不必沮丧-励志一生
简介:80后三十难立不必沮丧_ 80后三十难立不必沮丧 今年对“80后”来说意义非凡,他们中间将首次出现30岁群体。最新的
-
2026-02-25 15:32:27
综合
成功
标题:2018年黑龙江安全工程师报名入口已开通(9月3日结束)-中级注册安全工程师-233网校
简介:2018年黑龙江安全工程师报名入口8月27日至9月3日开通,报考人员使用全国专业技术人员资格考试报名服务平台(www.c
-
2026-02-25 15:33:22
综合
成功
标题:Boulot : 50 pièces adéquates
简介:Découvrez notre sélection de pièces pour aller bosser.
-
2026-02-25 15:33:56
综合
成功
标题:Greystone College Canada Programs Certificate in Business Management
简介:In the Certificate in Business Management available at Greys
-
2026-02-25 15:34:36
综合
成功
标题:新疆伊犁州:伊昭公路沿线绿草如茵 宛如人间仙境-中新网
简介:近日,新疆伊犁州,伊昭公路沿线绿草如茵。伊昭公路北起伊宁市伊犁河二桥,南至昭苏县城。
-
2026-02-25 15:34:52
综合
成功
标题:RoC® Skincare Clinically Proven
简介:Discover the power of RoC® skin care products that are roote
-
2026-02-25 15:32:39
工具
成功
标题:喀麦隆甲 科隆杜VSPWD巴门达直播-178直播网
简介:科隆杜VSPWD巴门达直播:178直播网-提供最新科隆杜VSPWD巴门达直播,24小时不间断更新科隆杜VSPWD巴门达直
-
2026-02-25 15:31:12
综合
成功
标题:Introduction to FS-provided Intel®/Intel Based Ethernet Adapters
简介:FS-provided Intel network adapters offer versatile performan
-
2026-02-25 15:20:44
综合
成功
标题:40mm Neon Yellow Sport Loop - Apple
简介:Customize the look and feel of your Apple Watch with a 40mm
-
2026-02-25 15:24:58
综合
成功
标题:Our Staff EPM
简介:Our team is pleased to go the extra mile for our clients by
-
2026-02-25 15:25:40
综合
成功
标题:MICRO TECHNICAL Calibration Services Tektronix
简介:Tektronix can manage 100% of your calibration needs.Tektroni
-
2026-02-25 15:22:26
综合
成功
标题:银行行号/联行号查询系统
简介:本站提供最新最全银行联行号查询服务.招商银行联行号查询,工商银行联行号查询,建设银行联行号查询,中国银行联行号查询,交通