Landyachtz
El Peligro Longboard Complete
{%- for badge in productBadges -%}
{%- if product.tags contains badge.tag and badge.tag != 'more-colors' and badge.product_badge != blank -%}
Landyachtz
{{ badge.product_badge }}
{%- endif -%}
{%- endfor -%}
El Peligro Longboard Complete
{% if product.subtotal %}
{{ product.subtotal | money | remove: ' ' }}
{% else %}
{% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %}
{% assign discount_threshold = 10 %}
{% if variant.available %}
{{ variant.price | money | remove: ' ' }}
{% if variant.compare_at_price > variant.price and discount_amount > 10 %}
{{ variant.compare_at_price | money | remove: ' ' }}
{% endif %}
{% else %}
{{ variant.price | money | remove: ' ' }}
{% if variant.compare_at_price > variant.price and discount_amount > 10 %}
{{ variant.compare_at_price | money | remove: ' ' }}
{% endif %}
Sold Out
{% endif %}
{% endif %}
{% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %}
{% assign discount_threshold = 10 %}
{%- capture discount_text -%}
[discount]% off
{%- endcapture -%}
{%- if discount_amount > discount_threshold -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% if sizeChart %}
{% unless sizeChart.option %}
{% if sizeChart.button_label %}
{{ sizeChart.button_label | capitalize }}
{% else %}
Size Chart
{% endif %}
{% if sizeChart.btn_color and sizeChart.btn_color %}
{% endif %}
{% endunless %}
{% endif %}
FAST SHIPPING. Orders placed by 3pm ET will ship out the same day if placed on a business day. Details here.
FREE SHIPPING. On orders $75+. Details here.
RETURNS. On Clothing, Shoes, & Accessories. Clearance items (prices in red) are final sale. Details here.
-
Designed by team rider Dane Hanna to help him along his path of destruction on the racecourse, the Peligro is the board you need if you've got speed on your mind. The narrow standing platform and neatly integrated features work to keep your feet in the optimal position at all times and allow you to stay in your tuck more easily through tight sweepers and the compact wheelbase will let you put down some serious grip in the corners.
- Length 31.60" / Width 8.30" / Wheelbase 21.50"
- Racing / Downhill
- El Peligro aka (The Danger)
-
- Riding Style: Freestyle | Skatepark | Street
- Shape: Shaped
Included Components:
Included Components: {{ activeTier.title }}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Wheels
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Wheels' -%}
{%- assign collection = 'longboard-wheels' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Trucks
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Trucks' -%}
{%- assign collection = 'longboard-trucks' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}
- {%- if filterIncompatible == true or filterIncompatible == false -%} {%- endif -%}
{% unless products %}
{% comment %}
{%- endfor -%}
{% else %}
{% unless products[0].title %}
Loading...
{% endcomment %}
{%- for item in (0..12) -%}
No products match your selection
{% endunless %}
{% endunless %}
{% for product in products %}
{% assign reduction = 0 %}
{% for tag in product.tags %}
{% if tag contains "Bundle Reduction:" %}
{% assign reduction = tag | remove: "Bundle Reduction:" %}
{% if reduction contains "%" %}
{% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %}
{% elsif reduction contains "-"%}
{% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %}
{% else %}
{% assign reduction = reduction | plus: 0 | times: 100 %}
{% assign reduction = product.price | minus: reduction %}
{% endif %}
{% endif %}
{% endfor %}
{% assign price = product.price | minus: reduction %}
{% if filterIncompatible == true and product.compatibility_issue %}
{% continue %}
{% endif %}
{% assign tier_product_ids = Bundle.data.activeTier.products | map: 'variants[0].id' %}
{% if tier_product_ids contains product.variants[0].id %}
{{ tier_product_ids }}
{% endif %}
{% assign tier_product = Bundle.data.activeTier.products | where: 'type', product.type | where: 'available' | first %}
{%- if Bundle.data.activeTier.title == 'Custom' -%}
{%- capture component_key -%}
Longboard Bearings
{%- endcapture -%}
{% assign tier_product = Bundle.data.custom[component_key] %}
{%- endif -%}
{%- assign product_selected = false %}
{% if tier_product.title contains product.title %}
{%- assign product_selected = true %}
{% endif %}
{% endfor %}
{%- assign component = 'Longboard Bearings' -%}
{%- assign collection = 'bearings' -%}
{%- assign selected = Bundle.data.selected[component] -%}
{%- assign product = products[selected] -%}
{%- if product -%}
{%- endif -%}
Selected {{ component }}
View Details{{product.title}}
{% assign reduction = 0 %} {% for tag in product.tags %} {% if tag contains "Bundle Reduction:" %} {% assign reduction = tag | remove: "Bundle Reduction:" %} {% if reduction contains "%" %} {% assign reduction = reduction | remove: "%" | plus: 0 | times: 0.01 | times: product.price %} {% elsif reduction contains "-"%} {% assign reduction = reduction | remove: "-" | plus: 0 | times: 100 %} {% else %} {% assign reduction = reduction | plus: 0 | times: 100 %} {% assign reduction = product.price | minus: reduction %} {% endif %} {% endif %} {% endfor %} {% assign price = product.price | minus: reduction %}+ {{price | money}}
Description
{% if product.description.size > 2 %}{{ product.description }}
{% endif %}
{%- assign title_data = product.title | split: '-' -%}
{% if product.variants.size > 1 %}
{%- elsif product.mod_number -%}
{% endif %}
{% if loading and products %}
{% endif %}