<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal PRO III černá</h3>
<div>
<h5>0251-201</h5>
<p>Chrániče pro BMX, MTB nebo MX v Carbon designu. Kratší provedení umožňuje použití s MX botami. Chránič kolene a holeně je vyroben z odolného plastu. Pružné provedení holenní a kolenní části chrániče umožňuje vynikající pohyb při jízdě. Chrániče lze pohodlně přizpůsobit díky Velcro® páskům.
Certifikováno dle EN 1621-1.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png","\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png"]">
<img src="/item/s160/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png" alt="Chrániče kolen O´Neal PRO III černá" rel="item_2204" />
</a>
<div>
<p class="unit CZK">990</p>
<a href="/produkty/0251-201-chranice-kolen-o-neal-pro-iii-cerna.html" ui-dg="dgViewDetail_2204" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/2204/add" ui-dg="dgAddToCart_2204" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_2204" style="display:none;">
<form id="fmAddToCart_2204" class="c_24 form" action="/item/2204/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png","\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png"]">
<img src="/item/s180/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png" rel="item_2204" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_2204">
<tr><td>Katalogové číslo</td><td>0251-201</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">One Size</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">48,85 % Polypropylene, 20,21 % Polyethylene, 8,42 % Polyamide, 7,58 % PVC, 5,47 % Polyester, 5,26 %</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">818.18</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">990</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_2204_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_2204_quantity" name="fmAddToCart_2204[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_2204_item" name="fmAddToCart_2204[item]" value="2204" />
</div>
<input type="hidden" id="fmAddToCart_2204__token" name="fmAddToCart_2204[_token]" value="E7SXyetfewNVf8ONVMjB3mlJljcQwpu1VyXu2P6p1JI" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_2204'];
function $dg() {
return $('#dgAddToCart_2204');
};
function $f() {
return $('#fmAddToCart_2204', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_2204]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
},
onSuccess: function() {
$dg().dialog('close');
$f().ajaxform('reset');
} });
/** */
$['btSelectSibling_2204'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal PRO III černá',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_2204" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png","\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png"]">
<img src="/item/s300/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png" rel="item_2204" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png","\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png"]">
<img src="/item/s120/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png" rel="item_2204" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-19.png","\/item\/s960\/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png"]">
<img src="/item/s120/0251-201-chranice-kolen-o-neal-pro-iii-cerna-20.png" rel="item_2204" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Chrániče pro BMX, MTB nebo MX v Carbon designu. Kratší provedení umožňuje použití s MX botami. Chránič kolene a holeně je vyroben z odolného plastu. Pružné provedení holenní a kolenní části chrániče umožňuje vynikající pohyb při jízdě. Chrániče lze pohodlně přizpůsobit díky Velcro® páskům.
Certifikováno dle EN 1621-1.</p>
</div>
<div class="g_17">
<div rel="item_2204">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-201</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">One Size</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">48,85 % Polypropylene, 20,21 % Polyethylene, 8,42 % Polyamide, 7,58 % PVC, 5,47 % Polyester, 5,26 %</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">818.18</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">990</span></td>
</tr>
</table>
</div>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_2204');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal PRO III černá',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_2204').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_2204'];
/** */
$['btSelectSibling_2204'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal PRO III černá
|
0251-201
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal PRO IV černá</h3>
<div>
<h5>0251-202</h5>
<p>Chrániče kolen a holení s komfortním EVA polstrováním. Plastové díly s tvarovaným asymetrickým designem zajistí, že chrániče jsou velmi pohodlné a dokonale padnou pod MX kalhoty. Četné otvory zajistí ventilaci v oblasti kolene a holeně. Dvoukloubový systém poskytuje dostatek pohybu. Polstrování je odnímatelné, pohodlné, hypoalergenní a prodyšné. Nastavitelné elastické pásky se suchým zipem zajistí optimální uchycení.
Certifikace EN 1621-1 / 2012</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png"]">
<img src="/item/s160/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png" alt="Chrániče kolen O´Neal PRO IV černá" rel="item_12988" />
</a>
<div>
<p class="unit CZK">1790</p>
<a href="/produkty/0251-202-chranice-kolen-o-neal-pro-iv-cerna.html" ui-dg="dgViewDetail_12988" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12988/add" ui-dg="dgAddToCart_12988" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12988" style="display:none;">
<form id="fmAddToCart_12988" class="c_24 form" action="/item/12988/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png"]">
<img src="/item/s180/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png" rel="item_12988" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12988">
<tr><td>Katalogové číslo</td><td>0251-202</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">One Size</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">55% polypropylen, 24% ethylvinylacetát 13% nylon, 4% polyetylen, 3% polyester, 1% ostatní</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1479.34</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1790</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12988_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12988_quantity" name="fmAddToCart_12988[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12988_item" name="fmAddToCart_12988[item]" value="12988" />
</div>
<input type="hidden" id="fmAddToCart_12988__token" name="fmAddToCart_12988[_token]" value="-EiVd3FAuf1CWRAovQDlsQhBIay2jCqWccoN0Sdj2nM" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12988'];
function $dg() {
return $('#dgAddToCart_12988');
};
function $f() {
return $('#fmAddToCart_12988', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12988]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
},
onSuccess: function() {
$dg().dialog('close');
$f().ajaxform('reset');
} });
/** */
$['btSelectSibling_12988'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal PRO IV černá',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12988" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png"]">
<img src="/item/s300/0251-202-chranice-kolen-o-neal-pro-iv-cerna-5.png" rel="item_12988" />
</a>
</div>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Chrániče kolen a holení s komfortním EVA polstrováním. Plastové díly s tvarovaným asymetrickým designem zajistí, že chrániče jsou velmi pohodlné a dokonale padnou pod MX kalhoty. Četné otvory zajistí ventilaci v oblasti kolene a holeně. Dvoukloubový systém poskytuje dostatek pohybu. Polstrování je odnímatelné, pohodlné, hypoalergenní a prodyšné. Nastavitelné elastické pásky se suchým zipem zajistí optimální uchycení.
Certifikace EN 1621-1 / 2012</p>
</div>
<div class="g_17">
<div rel="item_12988">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-202</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">One Size</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">55% polypropylen, 24% ethylvinylacetát 13% nylon, 4% polyetylen, 3% polyester, 1% ostatní</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1479.34</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1790</span></td>
</tr>
</table>
</div>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12988');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal PRO IV černá',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12988').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12988'];
/** */
$['btSelectSibling_12988'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal PRO IV černá
|
0251-202
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal PRO II</h3>
<div>
<h5>0251E-107</h5>
<p>Pohodlné chrániče kolen a holení určené pod klahoty. Skvělé pro BMX, MTB nebo MX. Kratší chránič holeně skvěle pasuje k MX botám. Odolný plastový chránič kolen a holení je v designu Carbon Look. Chrániče přizpůsobíte nastavitelnými Velcro páskami.
Certifikováno dle (EU) 2016/425</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s160/0251e-107-chranice-kolen-o-neal-pro-ii-2.png" alt="Chrániče kolen O´Neal PRO II" rel="item_10983" />
</a>
<div>
<p class="unit CZK">790</p>
<a href="/produkty/0251e-107-chranice-kolen-o-neal-pro-ii.html" ui-dg="dgViewDetail_10983" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/10983/add" ui-dg="dgAddToCart_10983" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_10983" style="display:none;">
<form id="fmAddToCart_10983" class="c_24 form" action="/item/10983/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s180/0251e-107-chranice-kolen-o-neal-pro-ii-2.png" rel="item_10983" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_10983">
<tr><td>Katalogové číslo</td><td>0251E-107</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">One Size</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">57% polypropylene, 20% polyester, 15% polyethylene, 15% PVC, 2% polyamide.</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">652.89</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">790</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_10983_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_10983_quantity" name="fmAddToCart_10983[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_10983_item" name="fmAddToCart_10983[item]" value="10983" />
</div>
<input type="hidden" id="fmAddToCart_10983__token" name="fmAddToCart_10983[_token]" value="igddV2BEvC7c3tUugCLlByle-HfNeC7-Xbnrzo_kZ_o" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_10983'];
function $dg() {
return $('#dgAddToCart_10983');
};
function $f() {
return $('#fmAddToCart_10983', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_10983]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
},
onSuccess: function() {
$dg().dialog('close');
$f().ajaxform('reset');
} });
/** */
$['btSelectSibling_10983'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal PRO II',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_10983" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s300/0251e-107-chranice-kolen-o-neal-pro-ii-2.png" rel="item_10983" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s120/0251e-107-chranice-kolen-o-neal-pro-ii-2.png" rel="item_10983" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s120/0251e-107-chranice-kolen-o-neal-pro-ii-3.png" rel="item_10983" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-2.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-3.png","\/item\/s960\/0251e-107-chranice-kolen-o-neal-pro-ii-4.png"]">
<img src="/item/s120/0251e-107-chranice-kolen-o-neal-pro-ii-4.png" rel="item_10983" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Pohodlné chrániče kolen a holení určené pod klahoty. Skvělé pro BMX, MTB nebo MX. Kratší chránič holeně skvěle pasuje k MX botám. Odolný plastový chránič kolen a holení je v designu Carbon Look. Chrániče přizpůsobíte nastavitelnými Velcro páskami.
Certifikováno dle (EU) 2016/425</p>
</div>
<div class="g_17">
<div rel="item_10983">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251E-107</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">One Size</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">57% polypropylene, 20% polyester, 15% polyethylene, 15% PVC, 2% polyamide.</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">652.89</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">790</span></td>
</tr>
</table>
</div>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_10983');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal PRO II',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_10983').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_10983'];
/** */
$['btSelectSibling_10983'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal PRO II
|
0251E-107
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal DIRT černá</h3>
<div>
<h5>0277-73<em>x</em></h5>
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s160/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png" alt="Chrániče kolen O´Neal DIRT černá S" rel="item_12403" />
</a>
<div>
<p class="unit CZK">1490</p>
<a href="/produkty/0277-732-chranice-kolen-o-neal-dirt-cerna-s.html" ui-dg="dgViewDetail_12403" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12403/add" ui-dg="dgAddToCart_12403" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12403" style="display:none;">
<form id="fmAddToCart_12403" class="c_24 form" action="/item/12403/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s180/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png" rel="item_12403" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12403">
<tr><td>Katalogové číslo</td><td>0277-732</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">25.3.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12404" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-733</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12405" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-734</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">25.3.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12406" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-735</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12403_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12403_quantity" name="fmAddToCart_12403[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12403_item" name="fmAddToCart_12403[item]" value="12403" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12403">
<td>
<a href="/produkty/0277-732-chranice-kolen-o-neal-dirt-cerna-s.html" data-item-id="12403" data-item-name="Chrániče kolen O´Neal DIRT černá S" ui-callback="btSelectSibling_12403" rel="[rel=item_12403]">
<span style="background-image:url(/item/s100/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>S</strong></q>
</a>
</td>
<td>25.3.2022</td>
<td><a href="/produkty/0277-732-chranice-kolen-o-neal-dirt-cerna-s.html" class="ui-button small" data-item-id="12403" data-item-name="Chrániče kolen O´Neal DIRT černá S" ui-callback="btSelectSibling_12403" rel="[rel=item_12403]">vybrat variantu</a></td>
</tr>
<tr id="r12404">
<td>
<a href="/produkty/0277-733-chranice-kolen-o-neal-dirt-cerna-m.html" data-item-id="12404" data-item-name="Chrániče kolen O´Neal DIRT černá M" ui-callback="btSelectSibling_12403" rel="[rel=item_12404]">
<span style="background-image:url(/item/s100/0277-733-chranice-kolen-o-neal-dirt-cerna-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>M</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0277-733-chranice-kolen-o-neal-dirt-cerna-m.html" class="ui-button small" data-item-id="12404" data-item-name="Chrániče kolen O´Neal DIRT černá M" ui-callback="btSelectSibling_12403" rel="[rel=item_12404]">vybrat variantu</a></td>
</tr>
<tr id="r12405">
<td>
<a href="/produkty/0277-734-chranice-kolen-o-neal-dirt-cerna-l.html" data-item-id="12405" data-item-name="Chrániče kolen O´Neal DIRT černá L" ui-callback="btSelectSibling_12403" rel="[rel=item_12405]">
<span style="background-image:url(/item/s100/0277-734-chranice-kolen-o-neal-dirt-cerna-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>L</strong></q>
</a>
</td>
<td>25.3.2022</td>
<td><a href="/produkty/0277-734-chranice-kolen-o-neal-dirt-cerna-l.html" class="ui-button small" data-item-id="12405" data-item-name="Chrániče kolen O´Neal DIRT černá L" ui-callback="btSelectSibling_12403" rel="[rel=item_12405]">vybrat variantu</a></td>
</tr>
<tr id="r12406">
<td>
<a href="/produkty/0277-735-chranice-kolen-o-neal-dirt-cerna-xl.html" data-item-id="12406" data-item-name="Chrániče kolen O´Neal DIRT černá XL" ui-callback="btSelectSibling_12403" rel="[rel=item_12406]">
<span style="background-image:url(/item/s100/0277-735-chranice-kolen-o-neal-dirt-cerna-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>XL</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0277-735-chranice-kolen-o-neal-dirt-cerna-xl.html" class="ui-button small" data-item-id="12406" data-item-name="Chrániče kolen O´Neal DIRT černá XL" ui-callback="btSelectSibling_12403" rel="[rel=item_12406]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12403__token" name="fmAddToCart_12403[_token]" value="j3HDjcJ46_hCh0vWOnyofQbcUA5qhrinYb5hcEyalmo" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12403'];
function $dg() {
return $('#dgAddToCart_12403');
};
function $f() {
return $('#fmAddToCart_12403', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12403]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12403'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal DIRT černá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12403" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s300/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png" rel="item_12403" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s120/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png" rel="item_12403" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s120/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png" rel="item_12403" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s120/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png" rel="item_12403" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-5.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-6.png","\/item\/s960\/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png"]">
<img src="/item/s120/0277-732-chranice-kolen-o-neal-dirt-cerna-s-7.png" rel="item_12403" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<div class="g_17">
<div rel="item_12403">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-732</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
13.1.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12404" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-733</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12405" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-734</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12406" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-735</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
4.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0277-732-chranice-kolen-o-neal-dirt-cerna-s.html" data-item-id="12403" data-item-name="Chrániče kolen O´Neal DIRT černá S" ui-callback="btSelectSibling_12403" rel="[rel=item_12403]">
<span style="background-image:url(/item/s100/0277-732-chranice-kolen-o-neal-dirt-cerna-s-4.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>S</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-733-chranice-kolen-o-neal-dirt-cerna-m.html" data-item-id="12404" data-item-name="Chrániče kolen O´Neal DIRT černá M" ui-callback="btSelectSibling_12403" rel="[rel=item_12404]">
<span style="background-image:url(/item/s100/0277-733-chranice-kolen-o-neal-dirt-cerna-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-734-chranice-kolen-o-neal-dirt-cerna-l.html" data-item-id="12405" data-item-name="Chrániče kolen O´Neal DIRT černá L" ui-callback="btSelectSibling_12403" rel="[rel=item_12405]">
<span style="background-image:url(/item/s100/0277-734-chranice-kolen-o-neal-dirt-cerna-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-735-chranice-kolen-o-neal-dirt-cerna-xl.html" data-item-id="12406" data-item-name="Chrániče kolen O´Neal DIRT černá XL" ui-callback="btSelectSibling_12403" rel="[rel=item_12406]">
<span style="background-image:url(/item/s100/0277-735-chranice-kolen-o-neal-dirt-cerna-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT černá <strong>XL</strong></q>
</a>
</td>
<td>4.4.2022</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12403');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal DIRT černá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12403').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12403'];
/** */
$['btSelectSibling_12403'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal DIRT černá S
|
0277-732
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal DIRT žlutá</h3>
<div>
<h5>0277-74<em>x</em></h5>
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s160/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png" alt="Chrániče kolen O´Neal DIRT žlutá S" rel="item_12407" />
</a>
<div>
<p class="unit CZK">1490</p>
<a href="/produkty/0277-742-chranice-kolen-o-neal-dirt-zluta-s.html" ui-dg="dgViewDetail_12407" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12407/add" ui-dg="dgAddToCart_12407" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12407" style="display:none;">
<form id="fmAddToCart_12407" class="c_24 form" action="/item/12407/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s180/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png" rel="item_12407" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12407">
<tr><td>Katalogové číslo</td><td>0277-742</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12408" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-743</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12409" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-744</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12410" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-745</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12407_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12407_quantity" name="fmAddToCart_12407[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12407_item" name="fmAddToCart_12407[item]" value="12407" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12407">
<td>
<a href="/produkty/0277-742-chranice-kolen-o-neal-dirt-zluta-s.html" data-item-id="12407" data-item-name="Chrániče kolen O´Neal DIRT žlutá S" ui-callback="btSelectSibling_12407" rel="[rel=item_12407]">
<span style="background-image:url(/item/s100/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>S</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0277-742-chranice-kolen-o-neal-dirt-zluta-s.html" class="ui-button small" data-item-id="12407" data-item-name="Chrániče kolen O´Neal DIRT žlutá S" ui-callback="btSelectSibling_12407" rel="[rel=item_12407]">vybrat variantu</a></td>
</tr>
<tr id="r12408">
<td>
<a href="/produkty/0277-743-chranice-kolen-o-neal-dirt-zluta-m.html" data-item-id="12408" data-item-name="Chrániče kolen O´Neal DIRT žlutá M" ui-callback="btSelectSibling_12407" rel="[rel=item_12408]">
<span style="background-image:url(/item/s100/0277-743-chranice-kolen-o-neal-dirt-zluta-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0277-743-chranice-kolen-o-neal-dirt-zluta-m.html" class="ui-button small" data-item-id="12408" data-item-name="Chrániče kolen O´Neal DIRT žlutá M" ui-callback="btSelectSibling_12407" rel="[rel=item_12408]">vybrat variantu</a></td>
</tr>
<tr id="r12409">
<td>
<a href="/produkty/0277-744-chranice-kolen-o-neal-dirt-zluta-l.html" data-item-id="12409" data-item-name="Chrániče kolen O´Neal DIRT žlutá L" ui-callback="btSelectSibling_12407" rel="[rel=item_12409]">
<span style="background-image:url(/item/s100/0277-744-chranice-kolen-o-neal-dirt-zluta-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0277-744-chranice-kolen-o-neal-dirt-zluta-l.html" class="ui-button small" data-item-id="12409" data-item-name="Chrániče kolen O´Neal DIRT žlutá L" ui-callback="btSelectSibling_12407" rel="[rel=item_12409]">vybrat variantu</a></td>
</tr>
<tr id="r12410">
<td>
<a href="/produkty/0277-745-chranice-kolen-o-neal-dirt-zluta-xl.html" data-item-id="12410" data-item-name="Chrániče kolen O´Neal DIRT žlutá XL" ui-callback="btSelectSibling_12407" rel="[rel=item_12410]">
<span style="background-image:url(/item/s100/0277-745-chranice-kolen-o-neal-dirt-zluta-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0277-745-chranice-kolen-o-neal-dirt-zluta-xl.html" class="ui-button small" data-item-id="12410" data-item-name="Chrániče kolen O´Neal DIRT žlutá XL" ui-callback="btSelectSibling_12407" rel="[rel=item_12410]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12407__token" name="fmAddToCart_12407[_token]" value="-maccSiIQOvQDjRktw3DQsJqBDeLuZDwQoVnzWsuS90" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12407'];
function $dg() {
return $('#dgAddToCart_12407');
};
function $f() {
return $('#fmAddToCart_12407', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12407]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12407'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal DIRT žlutá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12407" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s300/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png" rel="item_12407" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s120/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png" rel="item_12407" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s120/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png" rel="item_12407" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s120/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png" rel="item_12407" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-2.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-3.png","\/item\/s960\/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png"]">
<img src="/item/s120/0277-742-chranice-kolen-o-neal-dirt-zluta-s-4.png" rel="item_12407" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<div class="g_17">
<div rel="item_12407">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-742</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12408" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-743</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12409" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-744</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12410" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-745</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0277-742-chranice-kolen-o-neal-dirt-zluta-s.html" data-item-id="12407" data-item-name="Chrániče kolen O´Neal DIRT žlutá S" ui-callback="btSelectSibling_12407" rel="[rel=item_12407]">
<span style="background-image:url(/item/s100/0277-742-chranice-kolen-o-neal-dirt-zluta-s-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-743-chranice-kolen-o-neal-dirt-zluta-m.html" data-item-id="12408" data-item-name="Chrániče kolen O´Neal DIRT žlutá M" ui-callback="btSelectSibling_12407" rel="[rel=item_12408]">
<span style="background-image:url(/item/s100/0277-743-chranice-kolen-o-neal-dirt-zluta-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-744-chranice-kolen-o-neal-dirt-zluta-l.html" data-item-id="12409" data-item-name="Chrániče kolen O´Neal DIRT žlutá L" ui-callback="btSelectSibling_12407" rel="[rel=item_12409]">
<span style="background-image:url(/item/s100/0277-744-chranice-kolen-o-neal-dirt-zluta-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-745-chranice-kolen-o-neal-dirt-zluta-xl.html" data-item-id="12410" data-item-name="Chrániče kolen O´Neal DIRT žlutá XL" ui-callback="btSelectSibling_12407" rel="[rel=item_12410]">
<span style="background-image:url(/item/s100/0277-745-chranice-kolen-o-neal-dirt-zluta-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT žlutá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12407');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal DIRT žlutá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12407').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12407'];
/** */
$['btSelectSibling_12407'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal DIRT žlutá S
|
0277-742
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal DIRT modrá</h3>
<div>
<h5>0277-75<em>x</em></h5>
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s160/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png" alt="Chrániče kolen O´Neal DIRT modrá S" rel="item_12411" />
</a>
<div>
<p class="unit CZK">1490</p>
<a href="/produkty/0277-752-chranice-kolen-o-neal-dirt-modra-s.html" ui-dg="dgViewDetail_12411" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12411/add" ui-dg="dgAddToCart_12411" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12411" style="display:none;">
<form id="fmAddToCart_12411" class="c_24 form" action="/item/12411/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s180/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png" rel="item_12411" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12411">
<tr><td>Katalogové číslo</td><td>0277-752</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12412" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-753</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12413" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-754</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
<table rel="item_12414" style="display:none;">
<tr><td>Katalogové číslo</td><td>0277-755</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">850</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12411_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12411_quantity" name="fmAddToCart_12411[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12411_item" name="fmAddToCart_12411[item]" value="12411" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12411">
<td>
<a href="/produkty/0277-752-chranice-kolen-o-neal-dirt-modra-s.html" data-item-id="12411" data-item-name="Chrániče kolen O´Neal DIRT modrá S" ui-callback="btSelectSibling_12411" rel="[rel=item_12411]">
<span style="background-image:url(/item/s100/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0277-752-chranice-kolen-o-neal-dirt-modra-s.html" class="ui-button small" data-item-id="12411" data-item-name="Chrániče kolen O´Neal DIRT modrá S" ui-callback="btSelectSibling_12411" rel="[rel=item_12411]">vybrat variantu</a></td>
</tr>
<tr id="r12412">
<td>
<a href="/produkty/0277-753-chranice-kolen-o-neal-dirt-modra-m.html" data-item-id="12412" data-item-name="Chrániče kolen O´Neal DIRT modrá M" ui-callback="btSelectSibling_12411" rel="[rel=item_12412]">
<span style="background-image:url(/item/s100/0277-753-chranice-kolen-o-neal-dirt-modra-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0277-753-chranice-kolen-o-neal-dirt-modra-m.html" class="ui-button small" data-item-id="12412" data-item-name="Chrániče kolen O´Neal DIRT modrá M" ui-callback="btSelectSibling_12411" rel="[rel=item_12412]">vybrat variantu</a></td>
</tr>
<tr id="r12413">
<td>
<a href="/produkty/0277-754-chranice-kolen-o-neal-dirt-modra-l.html" data-item-id="12413" data-item-name="Chrániče kolen O´Neal DIRT modrá L" ui-callback="btSelectSibling_12411" rel="[rel=item_12413]">
<span style="background-image:url(/item/s100/0277-754-chranice-kolen-o-neal-dirt-modra-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>L</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0277-754-chranice-kolen-o-neal-dirt-modra-l.html" class="ui-button small" data-item-id="12413" data-item-name="Chrániče kolen O´Neal DIRT modrá L" ui-callback="btSelectSibling_12411" rel="[rel=item_12413]">vybrat variantu</a></td>
</tr>
<tr id="r12414">
<td>
<a href="/produkty/0277-755-chranice-kolen-o-neal-dirt-modra-xl.html" data-item-id="12414" data-item-name="Chrániče kolen O´Neal DIRT modrá XL" ui-callback="btSelectSibling_12411" rel="[rel=item_12414]">
<span style="background-image:url(/item/s100/0277-755-chranice-kolen-o-neal-dirt-modra-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0277-755-chranice-kolen-o-neal-dirt-modra-xl.html" class="ui-button small" data-item-id="12414" data-item-name="Chrániče kolen O´Neal DIRT modrá XL" ui-callback="btSelectSibling_12411" rel="[rel=item_12414]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12411__token" name="fmAddToCart_12411[_token]" value="MoQmiLqmxvooPjb5sE4fHyiaccUTlv54wDgKRMfmN6k" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12411'];
function $dg() {
return $('#dgAddToCart_12411');
};
function $f() {
return $('#fmAddToCart_12411', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12411]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12411'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal DIRT modrá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12411" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s300/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png" rel="item_12411" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s120/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png" rel="item_12411" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s120/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png" rel="item_12411" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s120/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png" rel="item_12411" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-2.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-3.png","\/item\/s960\/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png"]">
<img src="/item/s120/0277-752-chranice-kolen-o-neal-dirt-modra-s-4.png" rel="item_12411" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Pohodlné, měkké chrániče s IPX® pěnou. Lehká konstrukce a malý objem umožňují chrániče nosit pod kalhotami/džínami. Chrániče poskytují dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a pružná, ale při nárazu ztvrdne. Kritická místa jsou vyrobena z otěruodolného materiálu. Pásky se suchým zipem zajišťují bezpečné a pohodlné uchycení.
Splňuje normu EN1621-1 (kolenní chrániče)</p>
</div>
<div class="g_17">
<div rel="item_12411">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-752</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12412" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-753</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12413" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-754</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
<div rel="item_12414" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0277-755</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">850</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
13.1.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1231.40</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1490</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0277-752-chranice-kolen-o-neal-dirt-modra-s.html" data-item-id="12411" data-item-name="Chrániče kolen O´Neal DIRT modrá S" ui-callback="btSelectSibling_12411" rel="[rel=item_12411]">
<span style="background-image:url(/item/s100/0277-752-chranice-kolen-o-neal-dirt-modra-s-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-753-chranice-kolen-o-neal-dirt-modra-m.html" data-item-id="12412" data-item-name="Chrániče kolen O´Neal DIRT modrá M" ui-callback="btSelectSibling_12411" rel="[rel=item_12412]">
<span style="background-image:url(/item/s100/0277-753-chranice-kolen-o-neal-dirt-modra-m-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-754-chranice-kolen-o-neal-dirt-modra-l.html" data-item-id="12413" data-item-name="Chrániče kolen O´Neal DIRT modrá L" ui-callback="btSelectSibling_12411" rel="[rel=item_12413]">
<span style="background-image:url(/item/s100/0277-754-chranice-kolen-o-neal-dirt-modra-l-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0277-755-chranice-kolen-o-neal-dirt-modra-xl.html" data-item-id="12414" data-item-name="Chrániče kolen O´Neal DIRT modrá XL" ui-callback="btSelectSibling_12411" rel="[rel=item_12414]">
<span style="background-image:url(/item/s100/0277-755-chranice-kolen-o-neal-dirt-modra-xl-1.png);"></span>
<q>Chrániče kolen O´Neal DIRT modrá <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12411');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal DIRT modrá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12411').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12411'];
/** */
$['btSelectSibling_12411'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal DIRT modrá S
|
0277-752
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal SINNER kevlar RACE šedá</h3>
<div>
<h5>0291-10<em>x</em></h5>
<p>Mnohokrát v testech oceněné MTB chrániče Sinner jsou nyní ve verzi se zipem pro snadné svlékání a oblékaní bez nutnosti se zouvat. Je velmi tenký, měkký, vhodné pro celodenní použití. Je možné je používat i pod kalhotami. Poskytuje také dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a poddajná, ale při nárazu ztvrdne, převyšuje většinu konkurenčních pěn na trhu. Vnější, odnímatelná tvrdá skořepina je vyrobena z karbonu. Materiál chráničů je prodyšný, rychle odvádí pot. Velcro® pásky se suchými zipy udrží chrániče na svém místě i během pádu. Certifikováno dle 1621-1.
Kevlar® je ochranná známka společnosti E. I. du Pont de Nemours and Company nebo jedné z jejích přidružených společností.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s160/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png" alt="Chrániče kolen O´Neal SINNER kevlar RACE šedá S" rel="item_8479" />
</a>
<div>
<p class="unit CZK">2790</p>
<a href="/produkty/0291-102-chranice-kolen-o-neal-sinner-kevlar-race-seda-s.html" ui-dg="dgViewDetail_8479" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/8479/add" ui-dg="dgAddToCart_8479" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_8479" style="display:none;">
<form id="fmAddToCart_8479" class="c_24 form" action="/item/8479/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s180/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png" rel="item_8479" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_8479">
<tr><td>Katalogové číslo</td><td>0291-102</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_8480" style="display:none;">
<tr><td>Katalogové číslo</td><td>0291-103</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_8481" style="display:none;">
<tr><td>Katalogové číslo</td><td>0291-104</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_8483" style="display:none;">
<tr><td>Katalogové číslo</td><td>0291-105</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_8479_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_8479_quantity" name="fmAddToCart_8479[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_8479_item" name="fmAddToCart_8479[item]" value="8479" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r8479">
<td>
<a href="/produkty/0291-102-chranice-kolen-o-neal-sinner-kevlar-race-seda-s.html" data-item-id="8479" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá S" ui-callback="btSelectSibling_8479" rel="[rel=item_8479]">
<span style="background-image:url(/item/s100/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0291-102-chranice-kolen-o-neal-sinner-kevlar-race-seda-s.html" class="ui-button small" data-item-id="8479" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá S" ui-callback="btSelectSibling_8479" rel="[rel=item_8479]">vybrat variantu</a></td>
</tr>
<tr id="r8480">
<td>
<a href="/produkty/0291-103-chranice-kolen-o-neal-sinner-kevlar-race-seda-m.html" data-item-id="8480" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá M" ui-callback="btSelectSibling_8479" rel="[rel=item_8480]">
<span style="background-image:url(/item/s100/0291-103-sinner-kevlar-race-chranic-kolen-seda-m-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>M</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0291-103-chranice-kolen-o-neal-sinner-kevlar-race-seda-m.html" class="ui-button small" data-item-id="8480" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá M" ui-callback="btSelectSibling_8479" rel="[rel=item_8480]">vybrat variantu</a></td>
</tr>
<tr id="r8481">
<td>
<a href="/produkty/0291-104-chranice-kolen-o-neal-sinner-kevlar-race-seda-l.html" data-item-id="8481" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá L" ui-callback="btSelectSibling_8479" rel="[rel=item_8481]">
<span style="background-image:url(/item/s100/0291-104-sinner-kevlar-race-chranic-kolen-seda-l-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>L</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0291-104-chranice-kolen-o-neal-sinner-kevlar-race-seda-l.html" class="ui-button small" data-item-id="8481" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá L" ui-callback="btSelectSibling_8479" rel="[rel=item_8481]">vybrat variantu</a></td>
</tr>
<tr id="r8483">
<td>
<a href="/produkty/0291-105-chranice-kolen-o-neal-sinner-kevlar-race-seda-xl.html" data-item-id="8483" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá XL" ui-callback="btSelectSibling_8479" rel="[rel=item_8483]">
<span style="background-image:url(/item/s100/0291-105-sinner-kevlar-race-chranic-kolen-seda-xl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0291-105-chranice-kolen-o-neal-sinner-kevlar-race-seda-xl.html" class="ui-button small" data-item-id="8483" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá XL" ui-callback="btSelectSibling_8479" rel="[rel=item_8483]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_8479__token" name="fmAddToCart_8479[_token]" value="U5baKV0Y-MNcKfdmACMokq3Pdrq6gt16IRMquhUqKlI" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_8479'];
function $dg() {
return $('#dgAddToCart_8479');
};
function $f() {
return $('#fmAddToCart_8479', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_8479]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_8479'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal SINNER kevlar RACE šedá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_8479" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s300/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png" rel="item_8479" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s120/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png" rel="item_8479" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s120/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png" rel="item_8479" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s120/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png" rel="item_8479" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s120/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png" rel="item_8479" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-2.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-3.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-4.png","\/item\/s960\/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png"]">
<img src="/item/s120/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-5.png" rel="item_8479" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Mnohokrát v testech oceněné MTB chrániče Sinner jsou nyní ve verzi se zipem pro snadné svlékání a oblékaní bez nutnosti se zouvat. Je velmi tenký, měkký, vhodné pro celodenní použití. Je možné je používat i pod kalhotami. Poskytuje také dostatek volnosti pro šlapání. Hlavní chránič vyroben z inteligentní pěny IPX®, která je měkká a poddajná, ale při nárazu ztvrdne, převyšuje většinu konkurenčních pěn na trhu. Vnější, odnímatelná tvrdá skořepina je vyrobena z karbonu. Materiál chráničů je prodyšný, rychle odvádí pot. Velcro® pásky se suchými zipy udrží chrániče na svém místě i během pádu. Certifikováno dle 1621-1.
Kevlar® je ochranná známka společnosti E. I. du Pont de Nemours and Company nebo jedné z jejích přidružených společností.</p>
</div>
<div class="g_17">
<div rel="item_8479">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0291-102</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_8480" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0291-103</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_8481" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0291-104</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_8483" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0291-105</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">40% polyurethane, 25% polyamide, 14% SBR, 14% PVC, 4% polyester, 2% metal, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0291-102-chranice-kolen-o-neal-sinner-kevlar-race-seda-s.html" data-item-id="8479" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá S" ui-callback="btSelectSibling_8479" rel="[rel=item_8479]">
<span style="background-image:url(/item/s100/0291-102-sinner-kevlar-race-chranic-kolen-seda-s-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0291-103-chranice-kolen-o-neal-sinner-kevlar-race-seda-m.html" data-item-id="8480" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá M" ui-callback="btSelectSibling_8479" rel="[rel=item_8480]">
<span style="background-image:url(/item/s100/0291-103-sinner-kevlar-race-chranic-kolen-seda-m-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>M</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0291-104-chranice-kolen-o-neal-sinner-kevlar-race-seda-l.html" data-item-id="8481" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá L" ui-callback="btSelectSibling_8479" rel="[rel=item_8481]">
<span style="background-image:url(/item/s100/0291-104-sinner-kevlar-race-chranic-kolen-seda-l-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>L</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0291-105-chranice-kolen-o-neal-sinner-kevlar-race-seda-xl.html" data-item-id="8483" data-item-name="Chrániče kolen O´Neal SINNER kevlar RACE šedá XL" ui-callback="btSelectSibling_8479" rel="[rel=item_8483]">
<span style="background-image:url(/item/s100/0291-105-sinner-kevlar-race-chranic-kolen-seda-xl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER kevlar RACE šedá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_8479');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal SINNER kevlar RACE šedá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_8479').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_8479'];
/** */
$['btSelectSibling_8479'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal SINNER kevlar RACE šedá S
|
0291-102
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>SIXS chrániče kolen PRO GACO</h3>
<div>
<h5>PROGACO-0<em>x</em></h5>
<p>Maximálně pohodlné chrániče s ochrannými prvky z inteligentní hmoty SAS-TEC brilantně uspokojují potřebu bezpečnosti a svobody pohybu ve všech sportech. Praktická konstrukce zajišťuje dokonalé umístění chráničů. Chrániče jsou měkké a pohodlné, ale v případě okamžitě ztvrdnou. Tyto vlastnosti spolu se standardní termoregulací a prodyšností produktů SIXS jsou ideálním řešením pro každého, kdo hledá jediný produkt nabízející pohodlí i ochranu.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg"]">
<img src="/item/s160/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg" alt="SIXS chrániče kolen PRO GACO S/M" rel="item_15717" />
</a>
<div>
<p class="unit CZK">1890</p>
<a href="/produkty/progaco-01-sixs-chranice-kolen-pro-gaco-s-m.html" ui-dg="dgViewDetail_15717" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/15717/add" ui-dg="dgAddToCart_15717" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_15717" style="display:none;">
<form id="fmAddToCart_15717" class="c_24 form" action="/item/15717/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg"]">
<img src="/item/s180/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg" rel="item_15717" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_15717">
<tr><td>Katalogové číslo</td><td>PROGACO-01</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S/M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">52 % Cordura, 40 % Polypropylen, 8 % Elastan</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1561.98</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1890</span></td>
</tr>
</table>
<table rel="item_15718" style="display:none;">
<tr><td>Katalogové číslo</td><td>PROGACO-02</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L/XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">52 % Cordura, 40 % Polypropylen, 8 % Elastan</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1561.98</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1890</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_15717_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_15717_quantity" name="fmAddToCart_15717[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_15717_item" name="fmAddToCart_15717[item]" value="15717" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (2)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r15717">
<td>
<a href="/produkty/progaco-01-sixs-chranice-kolen-pro-gaco-s-m.html" data-item-id="15717" data-item-name="SIXS chrániče kolen PRO GACO S/M" ui-callback="btSelectSibling_15717" rel="[rel=item_15717]">
<span style="background-image:url(/item/s100/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg);"></span>
<q>SIXS chrániče kolen PRO GACO <strong>S/M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/progaco-01-sixs-chranice-kolen-pro-gaco-s-m.html" class="ui-button small" data-item-id="15717" data-item-name="SIXS chrániče kolen PRO GACO S/M" ui-callback="btSelectSibling_15717" rel="[rel=item_15717]">vybrat variantu</a></td>
</tr>
<tr id="r15718">
<td>
<a href="/produkty/progaco-02-sixs-chranice-kolen-pro-gaco-l-xl.html" data-item-id="15718" data-item-name="SIXS chrániče kolen PRO GACO L/XL" ui-callback="btSelectSibling_15717" rel="[rel=item_15718]">
<span style="background-image:url(/item/s100/progaco-02-sixs-chranice-kolen-pro-gaco-l-xl-1.jpg);"></span>
<q>SIXS chrániče kolen PRO GACO <strong>L/XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/progaco-02-sixs-chranice-kolen-pro-gaco-l-xl.html" class="ui-button small" data-item-id="15718" data-item-name="SIXS chrániče kolen PRO GACO L/XL" ui-callback="btSelectSibling_15717" rel="[rel=item_15718]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_15717__token" name="fmAddToCart_15717[_token]" value="2tkgHlqTC0RlCb9tQ4xgtNmYvhTmydh-aV2ruyx_x0I" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_15717'];
function $dg() {
return $('#dgAddToCart_15717');
};
function $f() {
return $('#fmAddToCart_15717', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_15717]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_15717'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'SIXS chrániče kolen PRO GACO S/M',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_15717" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg"]">
<img src="/item/s300/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg" rel="item_15717" />
</a>
</div>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Maximálně pohodlné chrániče s ochrannými prvky z inteligentní hmoty SAS-TEC brilantně uspokojují potřebu bezpečnosti a svobody pohybu ve všech sportech. Praktická konstrukce zajišťuje dokonalé umístění chráničů. Chrániče jsou měkké a pohodlné, ale v případě okamžitě ztvrdnou. Tyto vlastnosti spolu se standardní termoregulací a prodyšností produktů SIXS jsou ideálním řešením pro každého, kdo hledá jediný produkt nabízející pohodlí i ochranu.</p>
</div>
<div class="g_17">
<div rel="item_15717">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">PROGACO-01</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S/M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">52 % Cordura, 40 % Polypropylen, 8 % Elastan</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1561.98</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1890</span></td>
</tr>
</table>
</div>
<div rel="item_15718" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">PROGACO-02</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L/XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">52 % Cordura, 40 % Polypropylen, 8 % Elastan</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1561.98</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1890</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/progaco-01-sixs-chranice-kolen-pro-gaco-s-m.html" data-item-id="15717" data-item-name="SIXS chrániče kolen PRO GACO S/M" ui-callback="btSelectSibling_15717" rel="[rel=item_15717]">
<span style="background-image:url(/item/s100/progaco-01-sixs-chranice-kolen-pro-gaco-s-m-2.jpg);"></span>
<q>SIXS chrániče kolen PRO GACO <strong>S/M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/progaco-02-sixs-chranice-kolen-pro-gaco-l-xl.html" data-item-id="15718" data-item-name="SIXS chrániče kolen PRO GACO L/XL" ui-callback="btSelectSibling_15717" rel="[rel=item_15718]">
<span style="background-image:url(/item/s100/progaco-02-sixs-chranice-kolen-pro-gaco-l-xl-1.jpg);"></span>
<q>SIXS chrániče kolen PRO GACO <strong>L/XL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_15717');
};
/** */
$dg().dialog({
title: 'SIXS chrániče kolen PRO GACO S/M',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_15717').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_15717'];
/** */
$['btSelectSibling_15717'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
SIXS chrániče kolen PRO GACO S/M
|
PROGACO-01
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal TRAIL FR černá/bílá</h3>
<div>
<h5>0248-80<em>x</em></h5>
<p>Nové chrániče Trail jsou lehké, prodyšné, velice pohodlné na nošení a tak vám nebrání ve snadném pohybu. Síťovina v plastové skořápce v Carbon designu zajišťuje lepší proudění vzduchu, stejně tak jako perforovaná pěna na bočních stranách, která usnadňuje proudění vzduchu a navíc snižuje hmotnost. Pro upevnění slouží 3 pásky. Díky ergonomickému tvarování kolem lýtkového svalu a kolena jsou chrániče pohodlné a skvěle padnou. Chrániče Trail jsou certifikovány dle (EU) 2016/425.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s160/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png" alt="Chrániče kolen O´Neal TRAIL FR černá/bílá XS" rel="item_12415" />
</a>
<div>
<p class="unit CZK">1390</p>
<a href="/produkty/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs.html" ui-dg="dgViewDetail_12415" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12415/add" ui-dg="dgAddToCart_12415" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12415" style="display:none;">
<form id="fmAddToCart_12415" class="c_24 form" action="/item/12415/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s180/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png" rel="item_12415" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12415">
<tr><td>Katalogové číslo</td><td>0248-801</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">2.4.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
<table rel="item_12416" style="display:none;">
<tr><td>Katalogové číslo</td><td>0248-802</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
<table rel="item_12417" style="display:none;">
<tr><td>Katalogové číslo</td><td>0248-803</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">2.4.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
<table rel="item_12418" style="display:none;">
<tr><td>Katalogové číslo</td><td>0248-804</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">2.4.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
<table rel="item_12419" style="display:none;">
<tr><td>Katalogové číslo</td><td>0248-805</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">2.4.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
<table rel="item_12420" style="display:none;">
<tr><td>Katalogové číslo</td><td>0248-806</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12415_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12415_quantity" name="fmAddToCart_12415[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12415_item" name="fmAddToCart_12415[item]" value="12415" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (6)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r12415">
<td>
<a href="/produkty/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs.html" data-item-id="12415" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XS" ui-callback="btSelectSibling_12415" rel="[rel=item_12415]">
<span style="background-image:url(/item/s100/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XS</strong></q>
</a>
</td>
<td>2.4.2022</td>
<td><a href="/produkty/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs.html" class="ui-button small" data-item-id="12415" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XS" ui-callback="btSelectSibling_12415" rel="[rel=item_12415]">vybrat variantu</a></td>
</tr>
<tr id="r12416">
<td>
<a href="/produkty/0248-802-chranice-kolen-o-neal-trail-fr-cerna-bila-s.html" data-item-id="12416" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá S" ui-callback="btSelectSibling_12415" rel="[rel=item_12416]">
<span style="background-image:url(/item/s100/0248-802-chranice-kolen-o-neal-trail-fr-cerna-bila-s-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0248-802-chranice-kolen-o-neal-trail-fr-cerna-bila-s.html" class="ui-button small" data-item-id="12416" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá S" ui-callback="btSelectSibling_12415" rel="[rel=item_12416]">vybrat variantu</a></td>
</tr>
<tr id="r12417">
<td>
<a href="/produkty/0248-803-chranice-kolen-o-neal-trail-fr-cerna-bila-m.html" data-item-id="12417" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá M" ui-callback="btSelectSibling_12415" rel="[rel=item_12417]">
<span style="background-image:url(/item/s100/0248-803-chranice-kolen-o-neal-trail-fr-cerna-bila-m-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>M</strong></q>
</a>
</td>
<td>2.4.2022</td>
<td><a href="/produkty/0248-803-chranice-kolen-o-neal-trail-fr-cerna-bila-m.html" class="ui-button small" data-item-id="12417" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá M" ui-callback="btSelectSibling_12415" rel="[rel=item_12417]">vybrat variantu</a></td>
</tr>
<tr id="r12418">
<td>
<a href="/produkty/0248-804-chranice-kolen-o-neal-trail-fr-cerna-bila-l.html" data-item-id="12418" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá L" ui-callback="btSelectSibling_12415" rel="[rel=item_12418]">
<span style="background-image:url(/item/s100/0248-804-chranice-kolen-o-neal-trail-fr-cerna-bila-l-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>L</strong></q>
</a>
</td>
<td>2.4.2022</td>
<td><a href="/produkty/0248-804-chranice-kolen-o-neal-trail-fr-cerna-bila-l.html" class="ui-button small" data-item-id="12418" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá L" ui-callback="btSelectSibling_12415" rel="[rel=item_12418]">vybrat variantu</a></td>
</tr>
<tr id="r12419">
<td>
<a href="/produkty/0248-805-chranice-kolen-o-neal-trail-fr-cerna-bila-xl.html" data-item-id="12419" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XL" ui-callback="btSelectSibling_12415" rel="[rel=item_12419]">
<span style="background-image:url(/item/s100/0248-805-chranice-kolen-o-neal-trail-fr-cerna-bila-xl-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XL</strong></q>
</a>
</td>
<td>2.4.2022</td>
<td><a href="/produkty/0248-805-chranice-kolen-o-neal-trail-fr-cerna-bila-xl.html" class="ui-button small" data-item-id="12419" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XL" ui-callback="btSelectSibling_12415" rel="[rel=item_12419]">vybrat variantu</a></td>
</tr>
<tr id="r12420">
<td>
<a href="/produkty/0248-806-chranice-kolen-o-neal-trail-fr-cerna-bila-xxl.html" data-item-id="12420" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XXL" ui-callback="btSelectSibling_12415" rel="[rel=item_12420]">
<span style="background-image:url(/item/s100/0248-806-chranice-kolen-o-neal-trail-fr-cerna-bila-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0248-806-chranice-kolen-o-neal-trail-fr-cerna-bila-xxl.html" class="ui-button small" data-item-id="12420" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XXL" ui-callback="btSelectSibling_12415" rel="[rel=item_12420]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12415__token" name="fmAddToCart_12415[_token]" value="0dR3WI8L1D4Oww_-G_2aaGEabCgfKAU54u7GhcG8uqI" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12415'];
function $dg() {
return $('#dgAddToCart_12415');
};
function $f() {
return $('#fmAddToCart_12415', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12415]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12415'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal TRAIL FR černá/bílá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12415" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s300/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png" rel="item_12415" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png" rel="item_12415" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png" rel="item_12415" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png" rel="item_12415" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png" rel="item_12415" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png" rel="item_12415" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-5.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-6.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-7.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-8.png","\/item\/s960\/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png"]">
<img src="/item/s120/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-9.png" rel="item_12415" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Nové chrániče Trail jsou lehké, prodyšné, velice pohodlné na nošení a tak vám nebrání ve snadném pohybu. Síťovina v plastové skořápce v Carbon designu zajišťuje lepší proudění vzduchu, stejně tak jako perforovaná pěna na bočních stranách, která usnadňuje proudění vzduchu a navíc snižuje hmotnost. Pro upevnění slouží 3 pásky. Díky ergonomickému tvarování kolem lýtkového svalu a kolena jsou chrániče pohodlné a skvěle padnou. Chrániče Trail jsou certifikovány dle (EU) 2016/425.</p>
</div>
<div class="g_17">
<div rel="item_12415">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-801</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
11.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div rel="item_12416" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-802</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div rel="item_12417" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-803</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div rel="item_12418" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-804</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
30.3.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div rel="item_12419" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-805</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
15.3.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
<div rel="item_12420" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0248-806</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">45,94 % Polypropylene, 20,15 % Polyamide, 19,66 % Polyethylene, 7,86 % PVC, 3,93 % SBR, 2,46 % Polye</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1148.76</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1390</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs.html" data-item-id="12415" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XS" ui-callback="btSelectSibling_12415" rel="[rel=item_12415]">
<span style="background-image:url(/item/s100/0248-801-chranice-kolen-o-neal-trail-fr-cerna-bila-xs-4.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XS</strong></q>
</a>
</td>
<td>11.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0248-802-chranice-kolen-o-neal-trail-fr-cerna-bila-s.html" data-item-id="12416" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá S" ui-callback="btSelectSibling_12415" rel="[rel=item_12416]">
<span style="background-image:url(/item/s100/0248-802-chranice-kolen-o-neal-trail-fr-cerna-bila-s-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0248-803-chranice-kolen-o-neal-trail-fr-cerna-bila-m.html" data-item-id="12417" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá M" ui-callback="btSelectSibling_12415" rel="[rel=item_12417]">
<span style="background-image:url(/item/s100/0248-803-chranice-kolen-o-neal-trail-fr-cerna-bila-m-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0248-804-chranice-kolen-o-neal-trail-fr-cerna-bila-l.html" data-item-id="12418" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá L" ui-callback="btSelectSibling_12415" rel="[rel=item_12418]">
<span style="background-image:url(/item/s100/0248-804-chranice-kolen-o-neal-trail-fr-cerna-bila-l-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>L</strong></q>
</a>
</td>
<td>30.3.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0248-805-chranice-kolen-o-neal-trail-fr-cerna-bila-xl.html" data-item-id="12419" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XL" ui-callback="btSelectSibling_12415" rel="[rel=item_12419]">
<span style="background-image:url(/item/s100/0248-805-chranice-kolen-o-neal-trail-fr-cerna-bila-xl-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XL</strong></q>
</a>
</td>
<td>15.3.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0248-806-chranice-kolen-o-neal-trail-fr-cerna-bila-xxl.html" data-item-id="12420" data-item-name="Chrániče kolen O´Neal TRAIL FR černá/bílá XXL" ui-callback="btSelectSibling_12415" rel="[rel=item_12420]">
<span style="background-image:url(/item/s100/0248-806-chranice-kolen-o-neal-trail-fr-cerna-bila-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal TRAIL FR černá/bílá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12415');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal TRAIL FR černá/bílá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12415').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12415'];
/** */
$['btSelectSibling_12415'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal TRAIL FR černá/bílá XS
|
0248-801
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal SUPERFLY V.22 černá</h3>
<div>
<h5>0250-20<em>x</em></h5>
<p>Zbrusu nové chrániče kolekce 2020. Flyknit tkaný materiál poskytuje maximální pohodlí při jízdě. Chrániče Superfly jsou komfortní pro celodenní nebo vícedenní ježdění. Chrániče jsou velice skladné a snadno je, v případě potřeby, sbalíte do batohu. Chránič je vyroben z IPX® inteligentní pěny, která je měkká, velice poddajná a po nárazu ztvrdne. Díky kompaktním rozměrům můžete chrániče nosit pod kalhotami. Použitý materiál odvádí pot, je prodyšný a rychloschnoucí. Silikonový potisk na horním a dolním okraji chrániče jej vždy udrží na správném místě, jak při jízdě, tak v případě pádu. Chránič má dodatečné větrání na zadní části. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621-1 Level 1.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s160/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png" alt="Chrániče kolen O´Neal SUPERFLY V.22 černá S" rel="item_14663" />
</a>
<div>
<p class="unit CZK">1090</p>
<a href="/produkty/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s.html" ui-dg="dgViewDetail_14663" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/14663/add" ui-dg="dgAddToCart_14663" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_14663" style="display:none;">
<form id="fmAddToCart_14663" class="c_24 form" action="/item/14663/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s180/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png" rel="item_14663" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_14663">
<tr><td>Katalogové číslo</td><td>0250-202</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
<table rel="item_14664" style="display:none;">
<tr><td>Katalogové číslo</td><td>0250-203</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
<table rel="item_14665" style="display:none;">
<tr><td>Katalogové číslo</td><td>0250-204</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
<table rel="item_14666" style="display:none;">
<tr><td>Katalogové číslo</td><td>0250-205</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_14663_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_14663_quantity" name="fmAddToCart_14663[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_14663_item" name="fmAddToCart_14663[item]" value="14663" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r14663">
<td>
<a href="/produkty/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s.html" data-item-id="14663" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá S" ui-callback="btSelectSibling_14663" rel="[rel=item_14663]">
<span style="background-image:url(/item/s100/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s.html" class="ui-button small" data-item-id="14663" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá S" ui-callback="btSelectSibling_14663" rel="[rel=item_14663]">vybrat variantu</a></td>
</tr>
<tr id="r14664">
<td>
<a href="/produkty/0250-203-chranice-kolen-o-neal-superfly-v-22-cerna-m.html" data-item-id="14664" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá M" ui-callback="btSelectSibling_14663" rel="[rel=item_14664]">
<span style="background-image:url(/item/s100/0250-203-chranice-kolen-o-neal-superfly-v-22-cerna-m-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0250-203-chranice-kolen-o-neal-superfly-v-22-cerna-m.html" class="ui-button small" data-item-id="14664" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá M" ui-callback="btSelectSibling_14663" rel="[rel=item_14664]">vybrat variantu</a></td>
</tr>
<tr id="r14665">
<td>
<a href="/produkty/0250-204-chranice-kolen-o-neal-superfly-v-22-cerna-l.html" data-item-id="14665" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá L" ui-callback="btSelectSibling_14663" rel="[rel=item_14665]">
<span style="background-image:url(/item/s100/0250-204-chranice-kolen-o-neal-superfly-v-22-cerna-l-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0250-204-chranice-kolen-o-neal-superfly-v-22-cerna-l.html" class="ui-button small" data-item-id="14665" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá L" ui-callback="btSelectSibling_14663" rel="[rel=item_14665]">vybrat variantu</a></td>
</tr>
<tr id="r14666">
<td>
<a href="/produkty/0250-205-chranice-kolen-o-neal-superfly-v-22-cerna-xl.html" data-item-id="14666" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá XL" ui-callback="btSelectSibling_14663" rel="[rel=item_14666]">
<span style="background-image:url(/item/s100/0250-205-chranice-kolen-o-neal-superfly-v-22-cerna-xl-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0250-205-chranice-kolen-o-neal-superfly-v-22-cerna-xl.html" class="ui-button small" data-item-id="14666" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá XL" ui-callback="btSelectSibling_14663" rel="[rel=item_14666]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_14663__token" name="fmAddToCart_14663[_token]" value="0qz55McHniEzAZPFK6bwSayssuhytC-ZRI2fGBmrRcs" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_14663'];
function $dg() {
return $('#dgAddToCart_14663');
};
function $f() {
return $('#fmAddToCart_14663', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_14663]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_14663'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal SUPERFLY V.22 černá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_14663" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s300/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png" rel="item_14663" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s120/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png" rel="item_14663" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s120/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png" rel="item_14663" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s120/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png" rel="item_14663" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-7.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-8.png","\/item\/s960\/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png"]">
<img src="/item/s120/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-9.png" rel="item_14663" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Zbrusu nové chrániče kolekce 2020. Flyknit tkaný materiál poskytuje maximální pohodlí při jízdě. Chrániče Superfly jsou komfortní pro celodenní nebo vícedenní ježdění. Chrániče jsou velice skladné a snadno je, v případě potřeby, sbalíte do batohu. Chránič je vyroben z IPX® inteligentní pěny, která je měkká, velice poddajná a po nárazu ztvrdne. Díky kompaktním rozměrům můžete chrániče nosit pod kalhotami. Použitý materiál odvádí pot, je prodyšný a rychloschnoucí. Silikonový potisk na horním a dolním okraji chrániče jej vždy udrží na správném místě, jak při jízdě, tak v případě pádu. Chránič má dodatečné větrání na zadní části. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621-1 Level 1.</p>
</div>
<div class="g_17">
<div rel="item_14663">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0250-202</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div rel="item_14664" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0250-203</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div rel="item_14665" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0250-204</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div rel="item_14666" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0250-205</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s.html" data-item-id="14663" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá S" ui-callback="btSelectSibling_14663" rel="[rel=item_14663]">
<span style="background-image:url(/item/s100/0250-202-chranice-kolen-o-neal-superfly-v-22-cerna-s-6.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0250-203-chranice-kolen-o-neal-superfly-v-22-cerna-m.html" data-item-id="14664" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá M" ui-callback="btSelectSibling_14663" rel="[rel=item_14664]">
<span style="background-image:url(/item/s100/0250-203-chranice-kolen-o-neal-superfly-v-22-cerna-m-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0250-204-chranice-kolen-o-neal-superfly-v-22-cerna-l.html" data-item-id="14665" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá L" ui-callback="btSelectSibling_14663" rel="[rel=item_14665]">
<span style="background-image:url(/item/s100/0250-204-chranice-kolen-o-neal-superfly-v-22-cerna-l-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0250-205-chranice-kolen-o-neal-superfly-v-22-cerna-xl.html" data-item-id="14666" data-item-name="Chrániče kolen O´Neal SUPERFLY V.22 černá XL" ui-callback="btSelectSibling_14663" rel="[rel=item_14666]">
<span style="background-image:url(/item/s100/0250-205-chranice-kolen-o-neal-superfly-v-22-cerna-xl-3.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY V.22 černá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_14663');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal SUPERFLY V.22 černá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_14663').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_14663'];
/** */
$['btSelectSibling_14663'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal SUPERFLY V.22 černá S
|
0250-202
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal REDEEMA černá</h3>
<div>
<h5>0251-70<em>x</em></h5>
<p>Zbrusu nový model chrániče kolen pro rok 2020 poskytuje tu nejlepší ochranu kolen. Je vhodný jak pro celodenní - Stejně vhodný jak pro celodenní enduro ježdění, tak i pro Downhill. Hlavní chránič je vyroben z inteligentní, měkké pěny IPX®, která po nárazu ztvrdne. Chrániče jsou dostatečně tenké, aby bylo možné je nosit pod kalhotami. Chrániče jsou vyrobeny z prodyšného, rychle schnoucího materiálu, který odvádí pot. 2 pásky umožňují přesné nastavení chrániče. Silikonový potisk na vnitřní horní a spodní hraně udrží chránič vždy na svém místě. Perforovaná vnitřní a vnější strana chrániče zajišťuje odvětrání a pohodlí, stejně tak jako dodatečná ventilace na zadní straně chrániče. Certifikováno dle normy EN 1621-1 Level 2.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s160/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png" alt="Chrániče kolen O´Neal REDEEMA černá S" rel="item_12395" />
</a>
<div>
<p class="unit CZK">2790</p>
<a href="/produkty/0251-702-chranice-kolen-o-neal-redeema-cerna-s.html" ui-dg="dgViewDetail_12395" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12395/add" ui-dg="dgAddToCart_12395" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12395" style="display:none;">
<form id="fmAddToCart_12395" class="c_24 form" action="/item/12395/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s180/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png" rel="item_12395" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12395">
<tr><td>Katalogové číslo</td><td>0251-702</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_12396" style="display:none;">
<tr><td>Katalogové číslo</td><td>0251-703</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_12397" style="display:none;">
<tr><td>Katalogové číslo</td><td>0251-704</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
<table rel="item_12398" style="display:none;">
<tr><td>Katalogové číslo</td><td>0251-705</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12395_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12395_quantity" name="fmAddToCart_12395[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12395_item" name="fmAddToCart_12395[item]" value="12395" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12395">
<td>
<a href="/produkty/0251-702-chranice-kolen-o-neal-redeema-cerna-s.html" data-item-id="12395" data-item-name="Chrániče kolen O´Neal REDEEMA černá S" ui-callback="btSelectSibling_12395" rel="[rel=item_12395]">
<span style="background-image:url(/item/s100/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0251-702-chranice-kolen-o-neal-redeema-cerna-s.html" class="ui-button small" data-item-id="12395" data-item-name="Chrániče kolen O´Neal REDEEMA černá S" ui-callback="btSelectSibling_12395" rel="[rel=item_12395]">vybrat variantu</a></td>
</tr>
<tr id="r12396">
<td>
<a href="/produkty/0251-703-chranice-kolen-o-neal-redeema-cerna-m.html" data-item-id="12396" data-item-name="Chrániče kolen O´Neal REDEEMA černá M" ui-callback="btSelectSibling_12395" rel="[rel=item_12396]">
<span style="background-image:url(/item/s100/0251-703-chranice-kolen-o-neal-redeema-cerna-m-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0251-703-chranice-kolen-o-neal-redeema-cerna-m.html" class="ui-button small" data-item-id="12396" data-item-name="Chrániče kolen O´Neal REDEEMA černá M" ui-callback="btSelectSibling_12395" rel="[rel=item_12396]">vybrat variantu</a></td>
</tr>
<tr id="r12397">
<td>
<a href="/produkty/0251-704-chranice-kolen-o-neal-redeema-cerna-l.html" data-item-id="12397" data-item-name="Chrániče kolen O´Neal REDEEMA černá L" ui-callback="btSelectSibling_12395" rel="[rel=item_12397]">
<span style="background-image:url(/item/s100/0251-704-chranice-kolen-o-neal-redeema-cerna-l-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0251-704-chranice-kolen-o-neal-redeema-cerna-l.html" class="ui-button small" data-item-id="12397" data-item-name="Chrániče kolen O´Neal REDEEMA černá L" ui-callback="btSelectSibling_12395" rel="[rel=item_12397]">vybrat variantu</a></td>
</tr>
<tr id="r12398">
<td>
<a href="/produkty/0251-705-chranice-kolen-o-neal-redeema-cerna-xl.html" data-item-id="12398" data-item-name="Chrániče kolen O´Neal REDEEMA černá XL" ui-callback="btSelectSibling_12395" rel="[rel=item_12398]">
<span style="background-image:url(/item/s100/0251-705-chranice-kolen-o-neal-redeema-cerna-xl-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0251-705-chranice-kolen-o-neal-redeema-cerna-xl.html" class="ui-button small" data-item-id="12398" data-item-name="Chrániče kolen O´Neal REDEEMA černá XL" ui-callback="btSelectSibling_12395" rel="[rel=item_12398]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12395__token" name="fmAddToCart_12395[_token]" value="9T8od7xT6gS1XVCB-gFuxhBHPNh6FjeWCQjwNbdMlXg" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12395'];
function $dg() {
return $('#dgAddToCart_12395');
};
function $f() {
return $('#fmAddToCart_12395', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12395]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12395'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal REDEEMA černá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12395" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s300/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png" rel="item_12395" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png" rel="item_12395" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-11.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-12.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-13.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-14.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-15.png","\/item\/s960\/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png"]">
<img src="/item/s120/0251-702-chranice-kolen-o-neal-redeema-cerna-s-16.png" rel="item_12395" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Zbrusu nový model chrániče kolen pro rok 2020 poskytuje tu nejlepší ochranu kolen. Je vhodný jak pro celodenní - Stejně vhodný jak pro celodenní enduro ježdění, tak i pro Downhill. Hlavní chránič je vyroben z inteligentní, měkké pěny IPX®, která po nárazu ztvrdne. Chrániče jsou dostatečně tenké, aby bylo možné je nosit pod kalhotami. Chrániče jsou vyrobeny z prodyšného, rychle schnoucího materiálu, který odvádí pot. 2 pásky umožňují přesné nastavení chrániče. Silikonový potisk na vnitřní horní a spodní hraně udrží chránič vždy na svém místě. Perforovaná vnitřní a vnější strana chrániče zajišťuje odvětrání a pohodlí, stejně tak jako dodatečná ventilace na zadní straně chrániče. Certifikováno dle normy EN 1621-1 Level 2.</p>
</div>
<div class="g_17">
<div rel="item_12395">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-702</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_12396" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-703</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_12397" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-704</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
<div rel="item_12398" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-705</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">38.1% polyurethane, 22.9% polyester, 16.6% SBR, 15.1% polyamide, 3.1% PVC, 1.9% metal, 1.6% EVA, 0.7% Kevlar®</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2305.79</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2790</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0251-702-chranice-kolen-o-neal-redeema-cerna-s.html" data-item-id="12395" data-item-name="Chrániče kolen O´Neal REDEEMA černá S" ui-callback="btSelectSibling_12395" rel="[rel=item_12395]">
<span style="background-image:url(/item/s100/0251-702-chranice-kolen-o-neal-redeema-cerna-s-10.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0251-703-chranice-kolen-o-neal-redeema-cerna-m.html" data-item-id="12396" data-item-name="Chrániče kolen O´Neal REDEEMA černá M" ui-callback="btSelectSibling_12395" rel="[rel=item_12396]">
<span style="background-image:url(/item/s100/0251-703-chranice-kolen-o-neal-redeema-cerna-m-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>M</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0251-704-chranice-kolen-o-neal-redeema-cerna-l.html" data-item-id="12397" data-item-name="Chrániče kolen O´Neal REDEEMA černá L" ui-callback="btSelectSibling_12395" rel="[rel=item_12397]">
<span style="background-image:url(/item/s100/0251-704-chranice-kolen-o-neal-redeema-cerna-l-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0251-705-chranice-kolen-o-neal-redeema-cerna-xl.html" data-item-id="12398" data-item-name="Chrániče kolen O´Neal REDEEMA černá XL" ui-callback="btSelectSibling_12395" rel="[rel=item_12398]">
<span style="background-image:url(/item/s100/0251-705-chranice-kolen-o-neal-redeema-cerna-xl-8.png);"></span>
<q>Chrániče kolen O´Neal REDEEMA černá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12395');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal REDEEMA černá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12395').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12395'];
/** */
$['btSelectSibling_12395'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal REDEEMA černá S
|
0251-702
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal SUPERFLY černá</h3>
<div>
<h5>0251-72<em>x</em></h5>
<p>Zbrusu nové chrániče kolekce 2020. Flyknit tkaný materiál poskytuje maximální pohodlí při jízdě. Chrániče Superfly jsou komfortní pro celodenní nebo vícedenní ježdění. Chrániče jsou velice skladné a snadno je, v případě potřeby, sbalíte do batohu. Chránič je vyroben z IPX® inteligentní pěny, která je měkká, velice poddajná a po nárazu ztvrdne. Díky kompaktním rozměrům můžete chrániče nosit pod kalhotami. Použitý materiál odvádí pot, je prodyšný a rychloschnoucí. Silikonový potisk na horním a dolním okraji chrániče jej vždy udrží na správném místě, jak při jízdě, tak v případě pádu. Chránič má dodatečné větrání na zadní části. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621-1 Level 1.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s160/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png" alt="Chrániče kolen O´Neal SUPERFLY černá S" rel="item_12424" />
</a>
<div>
<p class="unit CZK">1090</p>
<a href="/produkty/0251-722-chranice-kolen-o-neal-superfly-cerna-s.html" ui-dg="dgViewDetail_12424" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12424/add" ui-dg="dgAddToCart_12424" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12424" style="display:none;">
<form id="fmAddToCart_12424" class="c_24 form" action="/item/12424/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s180/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png" rel="item_12424" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12424">
<tr><td>Katalogové číslo</td><td>0251-722</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
<table rel="item_12425" style="display:none;">
<tr><td>Katalogové číslo</td><td>0251-723</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">na dotaz</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12424_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12424_quantity" name="fmAddToCart_12424[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12424_item" name="fmAddToCart_12424[item]" value="12424" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (2)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12424">
<td>
<a href="/produkty/0251-722-chranice-kolen-o-neal-superfly-cerna-s.html" data-item-id="12424" data-item-name="Chrániče kolen O´Neal SUPERFLY černá S" ui-callback="btSelectSibling_12424" rel="[rel=item_12424]">
<span style="background-image:url(/item/s100/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0251-722-chranice-kolen-o-neal-superfly-cerna-s.html" class="ui-button small" data-item-id="12424" data-item-name="Chrániče kolen O´Neal SUPERFLY černá S" ui-callback="btSelectSibling_12424" rel="[rel=item_12424]">vybrat variantu</a></td>
</tr>
<tr id="r12425">
<td>
<a href="/produkty/0251-723-chranice-kolen-o-neal-superfly-cerna-m.html" data-item-id="12425" data-item-name="Chrániče kolen O´Neal SUPERFLY černá M" ui-callback="btSelectSibling_12424" rel="[rel=item_12425]">
<span style="background-image:url(/item/s100/0251-723-chranice-kolen-o-neal-superfly-cerna-m-4.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY černá <strong>M</strong></q>
</a>
</td>
<td>na dotaz</td>
<td><a href="/produkty/0251-723-chranice-kolen-o-neal-superfly-cerna-m.html" class="ui-button small" data-item-id="12425" data-item-name="Chrániče kolen O´Neal SUPERFLY černá M" ui-callback="btSelectSibling_12424" rel="[rel=item_12425]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12424__token" name="fmAddToCart_12424[_token]" value="td4l5W7xvS-rKyf1n9cP_vgsD9-hWpOnbZEYz3bHRLc" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12424'];
function $dg() {
return $('#dgAddToCart_12424');
};
function $f() {
return $('#fmAddToCart_12424', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12424]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12424'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal SUPERFLY černá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12424" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s300/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png" rel="item_12424" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s120/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png" rel="item_12424" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s120/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png" rel="item_12424" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s120/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png" rel="item_12424" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-5.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-6.png","\/item\/s960\/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png"]">
<img src="/item/s120/0251-722-chranice-kolen-o-neal-superfly-cerna-s-7.png" rel="item_12424" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Zbrusu nové chrániče kolekce 2020. Flyknit tkaný materiál poskytuje maximální pohodlí při jízdě. Chrániče Superfly jsou komfortní pro celodenní nebo vícedenní ježdění. Chrániče jsou velice skladné a snadno je, v případě potřeby, sbalíte do batohu. Chránič je vyroben z IPX® inteligentní pěny, která je měkká, velice poddajná a po nárazu ztvrdne. Díky kompaktním rozměrům můžete chrániče nosit pod kalhotami. Použitý materiál odvádí pot, je prodyšný a rychloschnoucí. Silikonový potisk na horním a dolním okraji chrániče jej vždy udrží na správném místě, jak při jízdě, tak v případě pádu. Chránič má dodatečné větrání na zadní části. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621-1 Level 1.</p>
</div>
<div class="g_17">
<div rel="item_12424">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-722</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
<div rel="item_12425" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0251-723</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">36% polyurethane, 34% SBR, 15% polyester, 10% polyamide, 4% PVC, 1% EVA</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">900.83</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1090</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0251-722-chranice-kolen-o-neal-superfly-cerna-s.html" data-item-id="12424" data-item-name="Chrániče kolen O´Neal SUPERFLY černá S" ui-callback="btSelectSibling_12424" rel="[rel=item_12424]">
<span style="background-image:url(/item/s100/0251-722-chranice-kolen-o-neal-superfly-cerna-s-4.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0251-723-chranice-kolen-o-neal-superfly-cerna-m.html" data-item-id="12425" data-item-name="Chrániče kolen O´Neal SUPERFLY černá M" ui-callback="btSelectSibling_12424" rel="[rel=item_12425]">
<span style="background-image:url(/item/s100/0251-723-chranice-kolen-o-neal-superfly-cerna-m-4.png);"></span>
<q>Chrániče kolen O´Neal SUPERFLY černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12424');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal SUPERFLY černá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12424').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12424'];
/** */
$['btSelectSibling_12424'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal SUPERFLY černá S
|
0251-722
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal SINNER HYBRID černá/šedá</h3>
<div>
<h5>0254-20<em>x</em></h5>
<p>Díky IPX® materiálu jsou chrániče měkké a ohebné. Sinner Hybrid poskytují všechny výhody Sinner chráničů a navíc mají chránič holení z ABS, pro poskytnutí maximální ochrany holení. Poskytují tak ochranu celé nohy. Chrániče jsou ergonomicky tvarované. 3 pásky na suché zipy umožňují perfektní nastavení. Splňuje CE standardy.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s160/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png" alt="Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M" rel="item_9230" />
</a>
<div>
<p class="unit CZK">2990</p>
<a href="/produkty/0254-202-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-s-m.html" ui-dg="dgViewDetail_9230" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/9230/add" ui-dg="dgAddToCart_9230" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_9230" style="display:none;">
<form id="fmAddToCart_9230" class="c_24 form" action="/item/9230/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s180/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png" rel="item_9230" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_9230">
<tr><td>Katalogové číslo</td><td>0254-202</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S/M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
<table rel="item_9231" style="display:none;">
<tr><td>Katalogové číslo</td><td>0254-204</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L/XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
<table rel="item_9232" style="display:none;">
<tr><td>Katalogové číslo</td><td>0254-206</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_9230_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_9230_quantity" name="fmAddToCart_9230[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_9230_item" name="fmAddToCart_9230[item]" value="9230" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (3)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r9230">
<td>
<a href="/produkty/0254-202-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-s-m.html" data-item-id="9230" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M" ui-callback="btSelectSibling_9230" rel="[rel=item_9230]">
<span style="background-image:url(/item/s100/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>S/M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0254-202-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-s-m.html" class="ui-button small" data-item-id="9230" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M" ui-callback="btSelectSibling_9230" rel="[rel=item_9230]">vybrat variantu</a></td>
</tr>
<tr id="r9231">
<td>
<a href="/produkty/0254-204-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-l-xl.html" data-item-id="9231" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá L/XL" ui-callback="btSelectSibling_9230" rel="[rel=item_9231]">
<span style="background-image:url(/item/s100/0254-204-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-l-xl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>L/XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0254-204-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-l-xl.html" class="ui-button small" data-item-id="9231" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá L/XL" ui-callback="btSelectSibling_9230" rel="[rel=item_9231]">vybrat variantu</a></td>
</tr>
<tr id="r9232">
<td>
<a href="/produkty/0254-206-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-xxl.html" data-item-id="9232" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá XXL" ui-callback="btSelectSibling_9230" rel="[rel=item_9232]">
<span style="background-image:url(/item/s100/0254-206-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0254-206-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-xxl.html" class="ui-button small" data-item-id="9232" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá XXL" ui-callback="btSelectSibling_9230" rel="[rel=item_9232]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_9230__token" name="fmAddToCart_9230[_token]" value="lGfCGYQUPln-a4Mb9xHPvzEYE2XOQE2ilItb2T5ZYCQ" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_9230'];
function $dg() {
return $('#dgAddToCart_9230');
};
function $f() {
return $('#fmAddToCart_9230', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_9230]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_9230'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_9230" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s300/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png" rel="item_9230" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s120/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png" rel="item_9230" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s120/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png" rel="item_9230" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-2.png","\/item\/s960\/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png"]">
<img src="/item/s120/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-3.png" rel="item_9230" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Díky IPX® materiálu jsou chrániče měkké a ohebné. Sinner Hybrid poskytují všechny výhody Sinner chráničů a navíc mají chránič holení z ABS, pro poskytnutí maximální ochrany holení. Poskytují tak ochranu celé nohy. Chrániče jsou ergonomicky tvarované. 3 pásky na suché zipy umožňují perfektní nastavení. Splňuje CE standardy.</p>
</div>
<div class="g_17">
<div rel="item_9230">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0254-202</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S/M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
</div>
<div rel="item_9231" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0254-204</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L/XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
</div>
<div rel="item_9232" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0254-206</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">2471.07</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2990</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0254-202-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-s-m.html" data-item-id="9230" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M" ui-callback="btSelectSibling_9230" rel="[rel=item_9230]">
<span style="background-image:url(/item/s100/0254-202-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-s-m-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>S/M</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0254-204-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-l-xl.html" data-item-id="9231" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá L/XL" ui-callback="btSelectSibling_9230" rel="[rel=item_9231]">
<span style="background-image:url(/item/s100/0254-204-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-l-xl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>L/XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0254-206-chranice-kolen-o-neal-sinner-hybrid-cerna-seda-xxl.html" data-item-id="9232" data-item-name="Chrániče kolen O´Neal SINNER HYBRID černá/šedá XXL" ui-callback="btSelectSibling_9230" rel="[rel=item_9232]">
<span style="background-image:url(/item/s100/0254-206-o-neal-chranice-kolen-sinner-hybrid-cerna-seda-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal SINNER HYBRID černá/šedá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_9230');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_9230').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_9230'];
/** */
$['btSelectSibling_9230'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal SINNER HYBRID černá/šedá S/M
|
0254-202
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal FLOW šedá</h3>
<div>
<h5>0259-00<em>x</em></h5>
<p>Naše nejlehčí chrániče s revoluční IPX® ochranou.
Návlek z Lycry s IPX® gelem poskytuje maximální volnost pohybu při jízdě. Tyto chrániče jsou vhodné pro celodenní ježdění. Nízká hmotnost a skladnost umožňuje snadné uložení například do batohu, pokud nejsou používány.
Zadní část chrániče je maximálně odvětraná pro větší pohodlí
Certifikováno dle EN 1621-1 level 1.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s160/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png" alt="Chrániče kolen O´Neal FLOW šedá S" rel="item_9222" />
</a>
<div>
<p class="unit CZK">2190</p>
<a href="/produkty/0259-002-chranice-kolen-o-neal-flow-seda-s.html" ui-dg="dgViewDetail_9222" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/9222/add" ui-dg="dgAddToCart_9222" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_9222" style="display:none;">
<form id="fmAddToCart_9222" class="c_24 form" action="/item/9222/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s180/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png" rel="item_9222" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_9222">
<tr><td>Katalogové číslo</td><td>0259-002</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">76% TPE, 18% polyamide, 6% polyester</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
<table rel="item_9223" style="display:none;">
<tr><td>Katalogové číslo</td><td>0259-003</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/zelená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">76% TPE, 18% polyamide, 6% polyester</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
<table rel="item_9224" style="display:none;">
<tr><td>Katalogové číslo</td><td>0259-004</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/zelená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">76% TPE, 18% polyamide, 6% polyester</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
<table rel="item_9225" style="display:none;">
<tr><td>Katalogové číslo</td><td>0259-005</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/zelená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">76% TPE, 18% polyamide, 6% polyester</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
<table rel="item_9226" style="display:none;">
<tr><td>Katalogové číslo</td><td>0259-006</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/zelená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">76% TPE, 18% polyamide, 6% polyester</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_9222_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_9222_quantity" name="fmAddToCart_9222[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_9222_item" name="fmAddToCart_9222[item]" value="9222" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (5)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r9222">
<td>
<a href="/produkty/0259-002-chranice-kolen-o-neal-flow-seda-s.html" data-item-id="9222" data-item-name="Chrániče kolen O´Neal FLOW šedá S" ui-callback="btSelectSibling_9222" rel="[rel=item_9222]">
<span style="background-image:url(/item/s100/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0259-002-chranice-kolen-o-neal-flow-seda-s.html" class="ui-button small" data-item-id="9222" data-item-name="Chrániče kolen O´Neal FLOW šedá S" ui-callback="btSelectSibling_9222" rel="[rel=item_9222]">vybrat variantu</a></td>
</tr>
<tr id="r9223">
<td>
<a href="/produkty/0259-003-chranice-kolen-o-neal-flow-seda-m.html" data-item-id="9223" data-item-name="Chrániče kolen O´Neal FLOW šedá M" ui-callback="btSelectSibling_9222" rel="[rel=item_9223]">
<span style="background-image:url(/item/s100/0259-003-o-neal-flow-chranice-kolen-cerna-zelena-m-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0259-003-chranice-kolen-o-neal-flow-seda-m.html" class="ui-button small" data-item-id="9223" data-item-name="Chrániče kolen O´Neal FLOW šedá M" ui-callback="btSelectSibling_9222" rel="[rel=item_9223]">vybrat variantu</a></td>
</tr>
<tr id="r9224">
<td>
<a href="/produkty/0259-004-chranice-kolen-o-neal-flow-seda-l.html" data-item-id="9224" data-item-name="Chrániče kolen O´Neal FLOW šedá L" ui-callback="btSelectSibling_9222" rel="[rel=item_9224]">
<span style="background-image:url(/item/s100/0259-004-o-neal-flow-chranice-kolen-cerna-zelena-l-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0259-004-chranice-kolen-o-neal-flow-seda-l.html" class="ui-button small" data-item-id="9224" data-item-name="Chrániče kolen O´Neal FLOW šedá L" ui-callback="btSelectSibling_9222" rel="[rel=item_9224]">vybrat variantu</a></td>
</tr>
<tr id="r9225">
<td>
<a href="/produkty/0259-005-chranice-kolen-o-neal-flow-seda-xl.html" data-item-id="9225" data-item-name="Chrániče kolen O´Neal FLOW šedá XL" ui-callback="btSelectSibling_9222" rel="[rel=item_9225]">
<span style="background-image:url(/item/s100/0259-005-o-neal-flow-chranice-kolen-cerna-zelena-xl-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0259-005-chranice-kolen-o-neal-flow-seda-xl.html" class="ui-button small" data-item-id="9225" data-item-name="Chrániče kolen O´Neal FLOW šedá XL" ui-callback="btSelectSibling_9222" rel="[rel=item_9225]">vybrat variantu</a></td>
</tr>
<tr id="r9226">
<td>
<a href="/produkty/0259-006-chranice-kolen-o-neal-flow-seda-xxl.html" data-item-id="9226" data-item-name="Chrániče kolen O´Neal FLOW šedá XXL" ui-callback="btSelectSibling_9222" rel="[rel=item_9226]">
<span style="background-image:url(/item/s100/0259-006-o-neal-flow-chranice-kolen-cerna-zelena-xxl-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0259-006-chranice-kolen-o-neal-flow-seda-xxl.html" class="ui-button small" data-item-id="9226" data-item-name="Chrániče kolen O´Neal FLOW šedá XXL" ui-callback="btSelectSibling_9222" rel="[rel=item_9226]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_9222__token" name="fmAddToCart_9222[_token]" value="n2caEQ86nL9uImDGkFmbaRjNOTB-ZYJy7GGJARSZmW8" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_9222'];
function $dg() {
return $('#dgAddToCart_9222');
};
function $f() {
return $('#fmAddToCart_9222', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_9222]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_9222'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal FLOW šedá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_9222" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s300/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png" rel="item_9222" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s120/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png" rel="item_9222" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s120/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png" rel="item_9222" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s120/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png" rel="item_9222" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-5.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-6.png","\/item\/s960\/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png"]">
<img src="/item/s120/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-7.png" rel="item_9222" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Naše nejlehčí chrániče s revoluční IPX® ochranou.
Návlek z Lycry s IPX® gelem poskytuje maximální volnost pohybu při jízdě. Tyto chrániče jsou vhodné pro celodenní ježdění. Nízká hmotnost a skladnost umožňuje snadné uložení například do batohu, pokud nejsou používány.
Zadní část chrániče je maximálně odvětraná pro větší pohodlí
Certifikováno dle EN 1621-1 level 1.</p>
</div>
<div class="g_17">
<div rel="item_9222">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0259-002</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">76% TPE, 18% polyamide, 6% polyester</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
11.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
<div rel="item_9223" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0259-003</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/zelená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">76% TPE, 18% polyamide, 6% polyester</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
<div rel="item_9224" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0259-004</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/zelená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">76% TPE, 18% polyamide, 6% polyester</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
<div rel="item_9225" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0259-005</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/zelená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">76% TPE, 18% polyamide, 6% polyester</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
<div rel="item_9226" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0259-006</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/zelená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">76% TPE, 18% polyamide, 6% polyester</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
11.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1809.92</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">2190</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0259-002-chranice-kolen-o-neal-flow-seda-s.html" data-item-id="9222" data-item-name="Chrániče kolen O´Neal FLOW šedá S" ui-callback="btSelectSibling_9222" rel="[rel=item_9222]">
<span style="background-image:url(/item/s100/0259-002-o-neal-flow-chranice-kolen-cerna-zelena-s-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>S</strong></q>
</a>
</td>
<td>11.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0259-003-chranice-kolen-o-neal-flow-seda-m.html" data-item-id="9223" data-item-name="Chrániče kolen O´Neal FLOW šedá M" ui-callback="btSelectSibling_9222" rel="[rel=item_9223]">
<span style="background-image:url(/item/s100/0259-003-o-neal-flow-chranice-kolen-cerna-zelena-m-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0259-004-chranice-kolen-o-neal-flow-seda-l.html" data-item-id="9224" data-item-name="Chrániče kolen O´Neal FLOW šedá L" ui-callback="btSelectSibling_9222" rel="[rel=item_9224]">
<span style="background-image:url(/item/s100/0259-004-o-neal-flow-chranice-kolen-cerna-zelena-l-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0259-005-chranice-kolen-o-neal-flow-seda-xl.html" data-item-id="9225" data-item-name="Chrániče kolen O´Neal FLOW šedá XL" ui-callback="btSelectSibling_9222" rel="[rel=item_9225]">
<span style="background-image:url(/item/s100/0259-005-o-neal-flow-chranice-kolen-cerna-zelena-xl-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0259-006-chranice-kolen-o-neal-flow-seda-xxl.html" data-item-id="9226" data-item-name="Chrániče kolen O´Neal FLOW šedá XXL" ui-callback="btSelectSibling_9222" rel="[rel=item_9226]">
<span style="background-image:url(/item/s100/0259-006-o-neal-flow-chranice-kolen-cerna-zelena-xxl-4.png);"></span>
<q>Chrániče kolen O´Neal FLOW šedá <strong>XXL</strong></q>
</a>
</td>
<td>11.12.2021</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_9222');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal FLOW šedá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_9222').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_9222'];
/** */
$['btSelectSibling_9222'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal FLOW šedá S
|
0259-002
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal PARK FR černá/bílá</h3>
<div>
<h5>0265-81<em>x</em></h5>
<p>Lehké, prodyšné a pohodlné chrániče kolen a holení pro maximální ochranu. Prodloužený neoprenový návlek na stehna zajišťuje bezpečné upevnění chrániče a brání jeho posunutí při jízdě. Plastová skořepina v Carbon designu s perforovaným vnitřním polstrováním zajišťuje lepší odvětrání a zároveň snižuje hmotnost chrániče. 3 elastické pásky na suchý zip umožňují bezpečné upevnění a pohodlí během jízdy. Díky ergonomickému tvarování kolem lýtek a kolen jsou chrániče pohodlné a dokonale padnou. Certifikováno dle (EU) 2016/425.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s160/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png" alt="Chrániče kolen O´Neal PARK FR černá/bílá XS" rel="item_7358" />
</a>
<div>
<p class="unit CZK">1590</p>
<a href="/produkty/0265-811-chranice-kolen-o-neal-park-fr-cerna-bila-xs.html" ui-dg="dgViewDetail_7358" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/7358/add" ui-dg="dgAddToCart_7358" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_7358" style="display:none;">
<form id="fmAddToCart_7358" class="c_24 form" action="/item/7358/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s180/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png" rel="item_7358" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_7358">
<tr><td>Katalogové číslo</td><td>0265-811</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_7359" style="display:none;">
<tr><td>Katalogové číslo</td><td>0265-812</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_7361" style="display:none;">
<tr><td>Katalogové číslo</td><td>0265-813</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_7363" style="display:none;">
<tr><td>Katalogové číslo</td><td>0265-814</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_7362" style="display:none;">
<tr><td>Katalogové číslo</td><td>0265-815</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_7364" style="display:none;">
<tr><td>Katalogové číslo</td><td>0265-816</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_7358_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_7358_quantity" name="fmAddToCart_7358[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_7358_item" name="fmAddToCart_7358[item]" value="7358" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (6)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r7358">
<td>
<a href="/produkty/0265-811-chranice-kolen-o-neal-park-fr-cerna-bila-xs.html" data-item-id="7358" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XS" ui-callback="btSelectSibling_7358" rel="[rel=item_7358]">
<span style="background-image:url(/item/s100/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XS</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-811-chranice-kolen-o-neal-park-fr-cerna-bila-xs.html" class="ui-button small" data-item-id="7358" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XS" ui-callback="btSelectSibling_7358" rel="[rel=item_7358]">vybrat variantu</a></td>
</tr>
<tr id="r7359">
<td>
<a href="/produkty/0265-812-chranice-kolen-o-neal-park-fr-cerna-bila-s.html" data-item-id="7359" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá S" ui-callback="btSelectSibling_7358" rel="[rel=item_7359]">
<span style="background-image:url(/item/s100/0265-812-park-fr-chranice-kolen-cerna-bila-s-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-812-chranice-kolen-o-neal-park-fr-cerna-bila-s.html" class="ui-button small" data-item-id="7359" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá S" ui-callback="btSelectSibling_7358" rel="[rel=item_7359]">vybrat variantu</a></td>
</tr>
<tr id="r7361">
<td>
<a href="/produkty/0265-813-chranice-kolen-o-neal-park-fr-cerna-bila-m.html" data-item-id="7361" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá M" ui-callback="btSelectSibling_7358" rel="[rel=item_7361]">
<span style="background-image:url(/item/s100/0265-813-park-fr-chranice-kolen-cerna-bila-m-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-813-chranice-kolen-o-neal-park-fr-cerna-bila-m.html" class="ui-button small" data-item-id="7361" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá M" ui-callback="btSelectSibling_7358" rel="[rel=item_7361]">vybrat variantu</a></td>
</tr>
<tr id="r7363">
<td>
<a href="/produkty/0265-814-chranice-kolen-o-neal-park-fr-cerna-bila-l.html" data-item-id="7363" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá L" ui-callback="btSelectSibling_7358" rel="[rel=item_7363]">
<span style="background-image:url(/item/s100/0265-814-park-fr-chranice-kolen-cerna-bila-l-4.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-814-chranice-kolen-o-neal-park-fr-cerna-bila-l.html" class="ui-button small" data-item-id="7363" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá L" ui-callback="btSelectSibling_7358" rel="[rel=item_7363]">vybrat variantu</a></td>
</tr>
<tr id="r7362">
<td>
<a href="/produkty/0265-815-chranice-kolen-o-neal-park-fr-cerna-bila-xl.html" data-item-id="7362" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XL" ui-callback="btSelectSibling_7358" rel="[rel=item_7362]">
<span style="background-image:url(/item/s100/0265-815-park-fr-chranice-kolen-cerna-bila-xl-4.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-815-chranice-kolen-o-neal-park-fr-cerna-bila-xl.html" class="ui-button small" data-item-id="7362" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XL" ui-callback="btSelectSibling_7358" rel="[rel=item_7362]">vybrat variantu</a></td>
</tr>
<tr id="r7364">
<td>
<a href="/produkty/0265-816-chranice-kolen-o-neal-park-fr-cerna-bila-xxl.html" data-item-id="7364" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XXL" ui-callback="btSelectSibling_7358" rel="[rel=item_7364]">
<span style="background-image:url(/item/s100/0265-816-park-fr-chranice-kolen-cerna-bila-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0265-816-chranice-kolen-o-neal-park-fr-cerna-bila-xxl.html" class="ui-button small" data-item-id="7364" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XXL" ui-callback="btSelectSibling_7358" rel="[rel=item_7364]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_7358__token" name="fmAddToCart_7358[_token]" value="bSQZbsAZtGmQKFG7ClkezxIq2yfIuD6u5BLQqFYN7c0" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_7358'];
function $dg() {
return $('#dgAddToCart_7358');
};
function $f() {
return $('#fmAddToCart_7358', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_7358]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_7358'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal PARK FR černá/bílá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_7358" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s300/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png" rel="item_7358" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s120/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png" rel="item_7358" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s120/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png" rel="item_7358" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-2.png","\/item\/s960\/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png"]">
<img src="/item/s120/0265-811-park-fr-chranice-kolen-cerna-bila-xs-3.png" rel="item_7358" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Lehké, prodyšné a pohodlné chrániče kolen a holení pro maximální ochranu. Prodloužený neoprenový návlek na stehna zajišťuje bezpečné upevnění chrániče a brání jeho posunutí při jízdě. Plastová skořepina v Carbon designu s perforovaným vnitřním polstrováním zajišťuje lepší odvětrání a zároveň snižuje hmotnost chrániče. 3 elastické pásky na suchý zip umožňují bezpečné upevnění a pohodlí během jízdy. Díky ergonomickému tvarování kolem lýtek a kolen jsou chrániče pohodlné a dokonale padnou. Certifikováno dle (EU) 2016/425.</p>
</div>
<div class="g_17">
<div rel="item_7358">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-811</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_7359" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-812</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_7361" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-813</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_7363" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-814</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
2.2.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_7362" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-815</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_7364" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0265-816</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá/bílá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">34 % Polypropylene, 21,09 % SBR, 15,27 % Polyamide, 10,18 % Polyester, 8,91 % EVA, 5,82 % PVC, 4,73</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0265-811-chranice-kolen-o-neal-park-fr-cerna-bila-xs.html" data-item-id="7358" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XS" ui-callback="btSelectSibling_7358" rel="[rel=item_7358]">
<span style="background-image:url(/item/s100/0265-811-park-fr-chranice-kolen-cerna-bila-xs-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XS</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0265-812-chranice-kolen-o-neal-park-fr-cerna-bila-s.html" data-item-id="7359" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá S" ui-callback="btSelectSibling_7358" rel="[rel=item_7359]">
<span style="background-image:url(/item/s100/0265-812-park-fr-chranice-kolen-cerna-bila-s-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>S</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0265-813-chranice-kolen-o-neal-park-fr-cerna-bila-m.html" data-item-id="7361" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá M" ui-callback="btSelectSibling_7358" rel="[rel=item_7361]">
<span style="background-image:url(/item/s100/0265-813-park-fr-chranice-kolen-cerna-bila-m-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>M</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0265-814-chranice-kolen-o-neal-park-fr-cerna-bila-l.html" data-item-id="7363" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá L" ui-callback="btSelectSibling_7358" rel="[rel=item_7363]">
<span style="background-image:url(/item/s100/0265-814-park-fr-chranice-kolen-cerna-bila-l-4.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>L</strong></q>
</a>
</td>
<td>2.2.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0265-815-chranice-kolen-o-neal-park-fr-cerna-bila-xl.html" data-item-id="7362" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XL" ui-callback="btSelectSibling_7358" rel="[rel=item_7362]">
<span style="background-image:url(/item/s100/0265-815-park-fr-chranice-kolen-cerna-bila-xl-4.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0265-816-chranice-kolen-o-neal-park-fr-cerna-bila-xxl.html" data-item-id="7364" data-item-name="Chrániče kolen O´Neal PARK FR černá/bílá XXL" ui-callback="btSelectSibling_7358" rel="[rel=item_7364]">
<span style="background-image:url(/item/s100/0265-816-park-fr-chranice-kolen-cerna-bila-xxl-1.png);"></span>
<q>Chrániče kolen O´Neal PARK FR černá/bílá <strong>XXL</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_7358');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal PARK FR černá/bílá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_7358').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_7358'];
/** */
$['btSelectSibling_7358'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal PARK FR černá/bílá XS
|
0265-811
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Chrániče kolen O´Neal JUNCTION LITE černá</h3>
<div>
<h5>0276-33<em>x</em></h5>
<p>Tento chránič je vyvinut speciálně pro celodenní ježdění . Je velmi tenký a můžete ho nosit pod kalhotami. Poskytuje také dostatek volnosti pro šlapání. Hlavní chránič je tenčí než u modelu Junction HP a je vyroben z nové inteligentní pěny IPX, která je velmi měkká a poddajná, ale při nárazu ztvrdne. Chránič je vyroben z prodyšného a rychleschnoucího materiálu, umožňujícího snadné čištění. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s160/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png" alt="Chrániče kolen O´Neal JUNCTION LITE černá S" rel="item_12989" />
</a>
<div>
<p class="unit CZK">1590</p>
<a href="/produkty/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s.html" ui-dg="dgViewDetail_12989" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12989/add" ui-dg="dgAddToCart_12989" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>koupit</a>
</div>
</li>
|
<div id="dgAddToCart_12989" style="display:none;">
<form id="fmAddToCart_12989" class="c_24 form" action="/item/12989/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s180/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png" rel="item_12989" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12989">
<tr><td>Katalogové číslo</td><td>0276-332</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_12990" style="display:none;">
<tr><td>Katalogové číslo</td><td>0276-333</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_12991" style="display:none;">
<tr><td>Katalogové číslo</td><td>0276-334</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">skladem</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
<table rel="item_12992" style="display:none;">
<tr><td>Katalogové číslo</td><td>0276-335</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Velikost</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Barva</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span></td>
</tr>
<tr>
<td>Dostupnost</td>
<td class="p29">8-10 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12989_quantity" class=" required">množství</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12989_quantity" name="fmAddToCart_12989[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">vložit do košíku</button>
</div>
<input type="hidden" id="fmAddToCart_12989_item" name="fmAddToCart_12989[item]" value="12989" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu (4)</th>
<th>dostupnost</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12989">
<td>
<a href="/produkty/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s.html" data-item-id="12989" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá S" ui-callback="btSelectSibling_12989" rel="[rel=item_12989]">
<span style="background-image:url(/item/s100/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s.html" class="ui-button small" data-item-id="12989" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá S" ui-callback="btSelectSibling_12989" rel="[rel=item_12989]">vybrat variantu</a></td>
</tr>
<tr id="r12990">
<td>
<a href="/produkty/0276-333-chranice-kolen-o-neal-junction-lite-cerna-m.html" data-item-id="12990" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá M" ui-callback="btSelectSibling_12989" rel="[rel=item_12990]">
<span style="background-image:url(/item/s100/0276-333-chranice-kolen-o-neal-junction-lite-cerna-m-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0276-333-chranice-kolen-o-neal-junction-lite-cerna-m.html" class="ui-button small" data-item-id="12990" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá M" ui-callback="btSelectSibling_12989" rel="[rel=item_12990]">vybrat variantu</a></td>
</tr>
<tr id="r12991">
<td>
<a href="/produkty/0276-334-chranice-kolen-o-neal-junction-lite-cerna-l.html" data-item-id="12991" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá L" ui-callback="btSelectSibling_12989" rel="[rel=item_12991]">
<span style="background-image:url(/item/s100/0276-334-chranice-kolen-o-neal-junction-lite-cerna-l-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>L</strong></q>
</a>
</td>
<td>skladem</td>
<td><a href="/produkty/0276-334-chranice-kolen-o-neal-junction-lite-cerna-l.html" class="ui-button small" data-item-id="12991" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá L" ui-callback="btSelectSibling_12989" rel="[rel=item_12991]">vybrat variantu</a></td>
</tr>
<tr id="r12992">
<td>
<a href="/produkty/0276-335-chranice-kolen-o-neal-junction-lite-cerna-xl.html" data-item-id="12992" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá XL" ui-callback="btSelectSibling_12989" rel="[rel=item_12992]">
<span style="background-image:url(/item/s100/0276-335-chranice-kolen-o-neal-junction-lite-cerna-xl-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
<td><a href="/produkty/0276-335-chranice-kolen-o-neal-junction-lite-cerna-xl.html" class="ui-button small" data-item-id="12992" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá XL" ui-callback="btSelectSibling_12989" rel="[rel=item_12992]">vybrat variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12989__token" name="fmAddToCart_12989[_token]" value="rrGuWBT28t1pB1yb7lO0G4mB_lpixSEpyY7_DLFVMQ8" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12989'];
function $dg() {
return $('#dgAddToCart_12989');
};
function $f() {
return $('#fmAddToCart_12989', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkládám položku do košíku',
success: 'položka byla přidána',
failed: 'přidání do košíku selhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12989]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
} });
/** */
$['btSelectSibling_12989'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Chrániče kolen O´Neal JUNCTION LITE černá S',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_12989" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s300/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png" rel="item_12989" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s120/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png" rel="item_12989" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s120/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png" rel="item_12989" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s120/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png" rel="item_12989" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-6.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-7.png","\/item\/s960\/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png"]">
<img src="/item/s120/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-8.png" rel="item_12989" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Tento chránič je vyvinut speciálně pro celodenní ježdění . Je velmi tenký a můžete ho nosit pod kalhotami. Poskytuje také dostatek volnosti pro šlapání. Hlavní chránič je tenčí než u modelu Junction HP a je vyroben z nové inteligentní pěny IPX, která je velmi měkká a poddajná, ale při nárazu ztvrdne. Chránič je vyroben z prodyšného a rychleschnoucího materiálu, umožňujícího snadné čištění. Velmi jemnou podšívku oceníte zejména při delší jízdě. Splňuje normu EN 1621.</p>
</div>
<div class="g_17">
<div rel="item_12989">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0276-332</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_12990" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0276-333</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladem
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_12991" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0276-334</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
<div rel="item_12992" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0276-335</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_23">Velikost</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Barva</td>
<td class="p24">
<span class="unit ">černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">44.49% polyuretan, 41.39% SBR, 9.13% polyester, 4.2% polyamid, 0.79% PVC</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
8-10 dní
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit CZK">1314.05</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vč. 21% DPH)</small>
</td>
<td><span class="withVat unit CZK">1590</span></td>
</tr>
</table>
</div>
</div>
<div class="g_17">
<table id="tbSiblings">
<thead>
<tr>
<th>všechny varianty tohoto produktu</th>
<th>dostupnost</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="/produkty/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s.html" data-item-id="12989" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá S" ui-callback="btSelectSibling_12989" rel="[rel=item_12989]">
<span style="background-image:url(/item/s100/0276-332-chranice-kolen-o-neal-junction-lite-cerna-s-5.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>S</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0276-333-chranice-kolen-o-neal-junction-lite-cerna-m.html" data-item-id="12990" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá M" ui-callback="btSelectSibling_12989" rel="[rel=item_12990]">
<span style="background-image:url(/item/s100/0276-333-chranice-kolen-o-neal-junction-lite-cerna-m-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>M</strong></q>
</a>
</td>
<td>skladem</td>
</tr>
<tr>
<td>
<a href="/produkty/0276-334-chranice-kolen-o-neal-junction-lite-cerna-l.html" data-item-id="12991" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá L" ui-callback="btSelectSibling_12989" rel="[rel=item_12991]">
<span style="background-image:url(/item/s100/0276-334-chranice-kolen-o-neal-junction-lite-cerna-l-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>L</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
<tr>
<td>
<a href="/produkty/0276-335-chranice-kolen-o-neal-junction-lite-cerna-xl.html" data-item-id="12992" data-item-name="Chrániče kolen O´Neal JUNCTION LITE černá XL" ui-callback="btSelectSibling_12989" rel="[rel=item_12992]">
<span style="background-image:url(/item/s100/0276-335-chranice-kolen-o-neal-junction-lite-cerna-xl-2.png);"></span>
<q>Chrániče kolen O´Neal JUNCTION LITE černá <strong>XL</strong></q>
</a>
</td>
<td>8-10 dní</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_12989');
};
/** */
$dg().dialog({
title: 'Chrániče kolen O´Neal JUNCTION LITE černá S',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zavřít</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>koupit</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_12989').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_12989'];
/** */
$['btSelectSibling_12989'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Chrániče kolen O´Neal JUNCTION LITE černá S
|
0276-332
|
|
|
|
|
|