Free Shipping + Free Returns
See DetailsCCS homeNewSkateShoesClothingAccessoriesMade by CCSCustomsTeamBrandsCCS+Salewishlist-heartaccountcartHomeOJ WheelsOJ The Book Of OJ Bloodsuckers 97a Skateboard Wheels - White - 54mmOJ Double Duro Chubbies 101a/95a Skateboard Wheels - Gum - 54mmOJ Eric Dressen Spider Elite Chubbies 101a Skateboard Wheels - White - 56mmOJ Milton Martinez Its Us Witches Double Duro Mini Combo 99a/95a Skateboard Wheels - White - 58mmOJ Erick Winkowski Mushroom Elite Mini Combo 99a Skateboard Wheels - White - 56mmOJ II Original Combo 99a Skateboard Wheels - White - 60mmOJ Double Duro Mini Combo 101a/95a Skateboard Wheels - White/White - 53mmOJ Raemers Foundation Original EZ EDGE 99a Skateboard Wheels - 54mmOJ II Original Combo 95a Skateboard Wheels - White - 60mmOJ Elite Hardline 101a Skateboard Wheels - White/Gold - 54mmOJ Elijah Akerley Chrysalis Chubbies 99a Skateboard Wheels - White - 56mmOJ Double Duro Hardline 101a/95a Skateboard Wheels - Gum - 53mmOJ Double Duro Hardline 99a/95a Skateboard Wheels - Gum - 54mmOJ Thunder Juice 78a Skateboard Wheels - Orange - 75mmOJ Plain Jane Keyframe 87a Skateboard Wheels - 58mmOJ Plain Jane Keyframe 87a Skateboard Wheels - 56mmOJ Hot Juice 78a Skateboard Wheels - Orange - 60mmOJ Plain Jane Keyframe 87a Skateboard Wheels - 54mmOJ Plain Jane Keyframe 87a Skateboard Wheels - 52mmOJ Hot Juice 78a Skateboard Wheels - Black - 60mmOJ Elite Mini Combo 101a Skateboard Wheels - 54mmOJ Elite Mini Combo 101a Skateboard Wheels - 53mmOJ Elite Hardline 99a Skateboard Wheels - 54mmOJ Juice Cubes Risers - Orange - 3/8"OJ Super Juice 78a Skateboard Wheels - Orange/Yellow - 60mmOJ Super Juice 78a Skateboard Wheels - Green/Yellow - 60mmOJ Super Juice 78a Skateboard Wheels - Black/Yellow - 60mmOJ Mini Super Juice 78a Skateboard Wheels - White/Red - 55mmOJ Mini Super Juice 78a Skateboard Wheels - Orange/Yellow - 55mmOJ Mini Super Juice 78a Skateboard Wheels - Black/Yellow - 55mmOJ Juice Bar Single Rail - OrangeOJ Juice Bar Single Rail - GreenOJ Black Holes Mini Chubbies 99a Skateboard Wheels - Black - 45mmOJ Double Duro Mini Combo 101a/95a Skateboard Wheels - Gum - 54mmOJ Double Duro Chubbies 101a/95a Skateboard Wheels - White - 54mmOJ Double Duro Chubbies 99a/95a Skateboard Wheels - White - 56mmOJ Double Duro Hardline 99a/95a Skateboard Wheels - White - 53mmOJ Rob Pace Dungeon Elite Chubbies 101a Skateboard Wheels - White - 54mmOJ Double Duro Hardline 101a/95a Skateboard Wheels - White - 54mmOJ Throw Ups Chubbies 99a Skateboard Wheels - White - 58mmOJ Throw Ups Chubbies 99a Skateboard Wheels - White - 54mmOJ Double Duro Gum Mini Combo 99a/95a Skateboard Wheels - Black - 58mmOJ Double Duro Gum Chubbies 99a/95a Skateboard Wheels - Black - 56mmOJ Screaming Hand Original Chubbies 101a Skateboard Wheels - Black - 56mmOJ John Worthington Elite Hardline 99a Skateboard Wheels - White 2025 - 54mmOJ Nick Boserio Holy Angels Mini Super Juice 78a Skateboard Wheels - Red - 55mmOJ Cru-Zen Super Juice 78a Skateboard Wheels - Emerald Marble Swirl - 60mmOJ Tea Cup Thunder Juice 78a Skateboard Wheels - White - 75mmOJ Shin Sanbongi Mini Combos 99a Skateboard Wheels - White - 54mmOJ x Black Sabbath Paranoid Chubbies 99a Skateboard Wheels - Black - 56mmHomeOJ Wheels{% 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 %}OJ WheelsGift CardsCCS+CCS Portland Skate ShopRequest a CatalogSkateboard Buyer's GuideGet HelpOrder StatusCustomer ServiceShipping & DeliveryReturnsAbout UsAbout CCSThe BlogCCS Team PageOrder StatusCustomer ServiceShipping & DeliveryReturnsAbout CCSThe BlogCCS Team PagefacebookinstagramtwitteryoutubetiktokPrivacy PolicyTerms of UseContinue ShoppingView CartCheckout{% 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 %}account
Log In / Sign UpNewCustoms
blankTeam
blankBrands
blankCCS+
blankSale
blankWishlist
blankCart
blankOrder Status
blankReturns
blankCustomer Support
blank
智能索引记录
-
2026-04-13 15:08:11
综合导航
成功
标题:Conservatives are big mad the military might have to quit preying on broke kids
简介:Complaining that student loan forgiveness might hurt enlistm
-
2026-04-16 20:45:18
综合导航
成功
标题:QS Multistation - JW Froehlich Maschinenfabrik GmbH
简介:Lecktestgerät, Dichtheitsprüfgeräte, Dichtheitsprüftechnik,
-
2026-04-17 22:56:55
综合导航
成功
标题:RWA Weekly Report RWA Asset Holders Add Over 20,000 in a Single Week; Bitwise to Launch Solana Staking ETF BSOL Today Bee Network
简介:Author Ethan ( @ethanzhang_web3 ) RWA Sector Market Per
-
2026-04-16 18:07:16
综合导航
成功
标题:Long-Haul vs. Metro Networks: What Are the Differences?
简介:Long-haul and metro networks serve different geographical ar
-
2026-04-17 22:15:00
视频影音
成功
标题:美使馆连夜遇袭以本土挨炸_网易视频
简介:美使馆连夜遇袭以本土挨炸