Free Shipping + Free Returns
See DetailsCCS homeNewSkateShoesClothingAccessoriesMade by CCSCustomsTeamBrandsCCS+Salewishlist-heartaccountcartHomeSkateboardsJessup Grip Tape - RedJessup Ultra Grip Tape - Black - 9"Jessup Ultra Grip Tape - Clear - 9"Jessup Grip Tape - Dark BlueJessup Grip Tape - Fluorescent PinkJessup Ultra Grip Tape - White - 9"Jessup Grip Tape - Sky BlueJessup Grip Tape - Neon GreenJessup Grip Tape - PurpleJessup Grip Tape - OrangeJessup NBD 9" Grip Tape - BlackJessup 9" Griptape - BlackJessup Grip Tape - Black/Yellow StripeJessup Grip Tape - GreenJessup Griptape - Full Roll 9"Jessup 11" Grip Tape - School Bus YellowJessup 11" Grip Tape - Neon GreenJessup Griptape - Full Roll 11"Jessup Griptape - Full Roll 10"Jessup Grip Tape - YellowJessup 11" Grip Tape - OrangeJessup Full Roll Grip Tape - Sky Blue - 11"Jessup Full Roll Grip Tape - Skidmark Brown - 11"Jessup Full Roll Grip Tape - Sidewalk Gray - 11"Jessup Full Roll Grip Tape - School Bus Yellow - 11"Jessup Full Roll Grip Tape - Red Alert - 11"Jessup Full Roll Grip Tape - Purple - 11"Jessup Full Roll Grip Tape - Panic Red - 11"Jessup Full Roll Grip Tape - Neon Yellow - 11"Jessup Full Roll Grip Tape - Neon Pink - 11"Jessup Full Roll Grip Tape - Neon Green - 11"Jessup Full Roll Grip Tape - Forest Green - 11"Jessup Full Roll Grip Tape - Camo - 11"Jessup Full Roll Grip Tape - Blood Red - 11"HomeSkateboards{% 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 %}Jessup griptapeShake JuntMOBGrizzlyPepperMilesCCS gripCustomized Grip Tapeskateboard decksGift CardsCCS+CCS Portland Skate ShopSkateboard 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-27 04:12:10
新闻资讯
成功
标题:602《街机三国》六十六服于8月11日13时正式开启 - 新闻公告 - 602游戏平台 - 做玩家喜爱、信任的游戏平台!cccS
简介:602《街机三国》六十六服于8月11日13时正式开启
-
2026-04-18 16:54:12
旅游出行
成功
标题:成仙从娶妻生子开始_竹子城小霸王_225、攻略宁仙儿(1/2)_全本小说网
简介:全本小说网提供成仙从娶妻生子开始(竹子城小霸王)225、攻略宁仙儿(1/2)在线阅读,所有小说均免费阅读,努力打造最干净
-
2026-05-02 04:29:53
综合导航
成功
标题:Demystifying Performance Based Contracts - SWG AUS
简介:Put simply, performance based contracts provide incentives a
-
2026-04-27 04:14:03
综合导航
成功
标题:奥特曼任意键:启明_说的道理_200.超兵器R1发射,九族消消乐!(惊喜加更)_全本小说网
简介:全本小说网提供奥特曼任意键:启明(说的道理)200.超兵器R1发射,九族消消乐!(惊喜加更)在线阅读,所有小说均免费阅读
-
2026-04-21 01:37:53
综合导航
成功
标题:BW7 Forum
简介:Jokers BW7 Forum, das Forum über gewerblichen Sex und käufli