<li class="shrink">
<div class="tags">
</div>
<h3>Náhradné skrutky k prilbám O´Neal čierna</h3>
<div>
<h5>0600SP-100</h5>
<p>Sada 3ks náhradních šroubků</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png"]">
<img src="/item/s160/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png" alt="Náhradné skrutky k prilbám O´Neal čierna" rel="item_11959" />
</a>
<div>
<p class="unit EUR">2.99</p>
<a href="/produkty/0600sp-100-nahradne-skrutky-k-prilbam-o-neal-cierna.html" ui-dg="dgViewDetail_11959" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/11959/add" ui-dg="dgAddToCart_11959" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_11959" style="display:none;">
<form id="fmAddToCart_11959" class="c_24 form" action="/item/11959/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png"]">
<img src="/item/s180/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png" rel="item_11959" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_11959">
<tr><td>Katalogové číslo</td><td>0600SP-100</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">2.47</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">2.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_11959_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_11959_quantity" name="fmAddToCart_11959[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_11959_item" name="fmAddToCart_11959[item]" value="11959" />
</div>
<input type="hidden" id="fmAddToCart_11959__token" name="fmAddToCart_11959[_token]" value="w-DPGUfefeyG0NU1S5DUc5271r5I7-Ah0_LyilYlzI4" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_11959'];
function $dg() {
return $('#dgAddToCart_11959');
};
function $f() {
return $('#fmAddToCart_11959', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_11959]', $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_11959'] = 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: 'Náhradné skrutky k prilbám O´Neal čierna',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_11959" 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\/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png"]">
<img src="/item/s300/0600sp-100-nahradni-sroubky-k-prilbam-o-neal-stribrna-4.png" rel="item_11959" />
</a>
</div>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Sada 3ks náhradních šroubků</p>
</div>
<div class="g_17">
<div rel="item_11959">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0600SP-100</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_24">Farba</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 ">ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">2.47</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">2.99</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_11959');
};
/** */
$dg().dialog({
title: 'Náhradné skrutky k prilbám O´Neal čierna',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_11959').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_11959'];
/** */
$['btSelectSibling_11959'] = 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>
|
Náhradné skrutky k prilbám O´Neal čierna
|
0600SP-100
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus STRIKE sivá XS</h3>
<div>
<h5>0481-101</h5>
<p>Výškově nastavitelný kšilt Snadné čištění: vyjímatelný a vyměnitelný náústek, kšilt odnímatelný bez použití nářadí Vyjímatelné a pratelné polstrování Zapínání Fidlock Aerodynamický design 11 ventilačních otvorů pro lepší odvětrávání Splňuje normu CE EN1078</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s160/0481-101-sonus-prilba-strike-seda-xs-1.png" alt="Prilba O´Neal Sonus STRIKE sivá XS" rel="item_8275" />
</a>
<div>
<p class="unit EUR">99.99</p>
<a href="/produkty/0481-101-prilba-o-neal-sonus-strike-siva-xs.html" ui-dg="dgViewDetail_8275" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/8275/add" ui-dg="dgAddToCart_8275" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_8275" style="display:none;">
<form id="fmAddToCart_8275" class="c_24 form" action="/item/8275/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s180/0481-101-sonus-prilba-strike-seda-xs-1.png" rel="item_8275" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_8275">
<tr><td>Katalogové číslo</td><td>0481-101</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1100</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_8275_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_8275_quantity" name="fmAddToCart_8275[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_8275_item" name="fmAddToCart_8275[item]" value="8275" />
</div>
<input type="hidden" id="fmAddToCart_8275__token" name="fmAddToCart_8275[_token]" value="Pdr5-KL-5HCUTMpg0iqrC4RwPRzBoB3LEIZKqXfjCYo" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_8275'];
function $dg() {
return $('#dgAddToCart_8275');
};
function $f() {
return $('#fmAddToCart_8275', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_8275]', $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_8275'] = 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: 'Prilba O´Neal Sonus STRIKE sivá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_8275" 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\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s300/0481-101-sonus-prilba-strike-seda-xs-1.png" rel="item_8275" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s120/0481-101-sonus-prilba-strike-seda-xs-1.png" rel="item_8275" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s120/0481-101-sonus-prilba-strike-seda-xs-2.png" rel="item_8275" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-1.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-2.png","\/item\/s960\/0481-101-sonus-prilba-strike-seda-xs-3.png"]">
<img src="/item/s120/0481-101-sonus-prilba-strike-seda-xs-3.png" rel="item_8275" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Výškově nastavitelný kšilt Snadné čištění: vyjímatelný a vyměnitelný náústek, kšilt odnímatelný bez použití nářadí Vyjímatelné a pratelné polstrování Zapínání Fidlock Aerodynamický design 11 ventilačních otvorů pro lepší odvětrávání Splňuje normu CE EN1078</p>
</div>
<div class="g_17">
<div rel="item_8275">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-101</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1100</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</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_8275');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus STRIKE sivá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_8275').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_8275'];
/** */
$['btSelectSibling_8275'] = 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>
|
Prilba O´Neal Sonus STRIKE sivá XS
|
0481-101
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus SOLID čierna</h3>
<div>
<h5>0481-70<em>x</em></h5>
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s160/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png" alt="Prilba O´Neal Sonus SOLID čierna XS" rel="item_13174" />
</a>
<div>
<p class="unit EUR">89.99</p>
<a href="/produkty/0481-701-prilba-o-neal-sonus-solid-cierna-xs.html" ui-dg="dgViewDetail_13174" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13174/add" ui-dg="dgAddToCart_13174" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13174" style="display:none;">
<form id="fmAddToCart_13174" class="c_24 form" action="/item/13174/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s180/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png" rel="item_13174" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13174">
<tr><td>Katalogové číslo</td><td>0481-701</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
<table rel="item_13175" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-702</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
<table rel="item_13176" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-703</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
<table rel="item_13177" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-704</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
<table rel="item_13178" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-705</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13174_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13174_quantity" name="fmAddToCart_13174[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13174_item" name="fmAddToCart_13174[item]" value="13174" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r13174">
<td>
<a href="/produkty/0481-701-prilba-o-neal-sonus-solid-cierna-xs.html" data-item-id="13174" data-item-name="Prilba O´Neal Sonus SOLID čierna XS" ui-callback="btSelectSibling_13174" rel="[rel=item_13174]">
<span style="background-image:url(/item/s100/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>XS</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-701-prilba-o-neal-sonus-solid-cierna-xs.html" class="ui-button small" data-item-id="13174" data-item-name="Prilba O´Neal Sonus SOLID čierna XS" ui-callback="btSelectSibling_13174" rel="[rel=item_13174]">vybrať variantu</a></td>
</tr>
<tr id="r13175">
<td>
<a href="/produkty/0481-702-prilba-o-neal-sonus-solid-cierna-s.html" data-item-id="13175" data-item-name="Prilba O´Neal Sonus SOLID čierna S" ui-callback="btSelectSibling_13174" rel="[rel=item_13175]">
<span style="background-image:url(/item/s100/0481-702-prilba-o-neal-sonus-solid-cerna-s-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>S</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-702-prilba-o-neal-sonus-solid-cierna-s.html" class="ui-button small" data-item-id="13175" data-item-name="Prilba O´Neal Sonus SOLID čierna S" ui-callback="btSelectSibling_13174" rel="[rel=item_13175]">vybrať variantu</a></td>
</tr>
<tr id="r13176">
<td>
<a href="/produkty/0481-703-prilba-o-neal-sonus-solid-cierna-m.html" data-item-id="13176" data-item-name="Prilba O´Neal Sonus SOLID čierna M" ui-callback="btSelectSibling_13174" rel="[rel=item_13176]">
<span style="background-image:url(/item/s100/0481-703-prilba-o-neal-sonus-solid-cerna-m-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>M</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-703-prilba-o-neal-sonus-solid-cierna-m.html" class="ui-button small" data-item-id="13176" data-item-name="Prilba O´Neal Sonus SOLID čierna M" ui-callback="btSelectSibling_13174" rel="[rel=item_13176]">vybrať variantu</a></td>
</tr>
<tr id="r13177">
<td>
<a href="/produkty/0481-704-prilba-o-neal-sonus-solid-cierna-l.html" data-item-id="13177" data-item-name="Prilba O´Neal Sonus SOLID čierna L" ui-callback="btSelectSibling_13174" rel="[rel=item_13177]">
<span style="background-image:url(/item/s100/0481-704-prilba-o-neal-sonus-solid-cerna-l-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>L</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-704-prilba-o-neal-sonus-solid-cierna-l.html" class="ui-button small" data-item-id="13177" data-item-name="Prilba O´Neal Sonus SOLID čierna L" ui-callback="btSelectSibling_13174" rel="[rel=item_13177]">vybrať variantu</a></td>
</tr>
<tr id="r13178">
<td>
<a href="/produkty/0481-705-prilba-o-neal-sonus-solid-cierna-xl.html" data-item-id="13178" data-item-name="Prilba O´Neal Sonus SOLID čierna XL" ui-callback="btSelectSibling_13174" rel="[rel=item_13178]">
<span style="background-image:url(/item/s100/0481-705-prilba-o-neal-sonus-solid-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>XL</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-705-prilba-o-neal-sonus-solid-cierna-xl.html" class="ui-button small" data-item-id="13178" data-item-name="Prilba O´Neal Sonus SOLID čierna XL" ui-callback="btSelectSibling_13174" rel="[rel=item_13178]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13174__token" name="fmAddToCart_13174[_token]" value="7iCUXte7qxuYxTqXVphybdDR-CTpfRu5oC1vKFwP9JE" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13174'];
function $dg() {
return $('#dgAddToCart_13174');
};
function $f() {
return $('#fmAddToCart_13174', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13174]', $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_13174'] = 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: 'Prilba O´Neal Sonus SOLID čierna XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13174" 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\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s300/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png" rel="item_13174" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s120/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png" rel="item_13174" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s120/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png" rel="item_13174" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s120/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png" rel="item_13174" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-7.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-8.png","\/item\/s960\/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png"]">
<img src="/item/s120/0481-701-prilba-o-neal-sonus-solid-cerna-xs-9.png" rel="item_13174" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13174">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-701</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
</div>
<div rel="item_13175" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
</div>
<div rel="item_13176" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
</div>
<div rel="item_13177" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
29.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</span></td>
</tr>
</table>
</div>
<div rel="item_13178" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
20.7.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">74.37</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">89.99</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/0481-701-prilba-o-neal-sonus-solid-cierna-xs.html" data-item-id="13174" data-item-name="Prilba O´Neal Sonus SOLID čierna XS" ui-callback="btSelectSibling_13174" rel="[rel=item_13174]">
<span style="background-image:url(/item/s100/0481-701-prilba-o-neal-sonus-solid-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>XS</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-702-prilba-o-neal-sonus-solid-cierna-s.html" data-item-id="13175" data-item-name="Prilba O´Neal Sonus SOLID čierna S" ui-callback="btSelectSibling_13174" rel="[rel=item_13175]">
<span style="background-image:url(/item/s100/0481-702-prilba-o-neal-sonus-solid-cerna-s-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>S</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-703-prilba-o-neal-sonus-solid-cierna-m.html" data-item-id="13176" data-item-name="Prilba O´Neal Sonus SOLID čierna M" ui-callback="btSelectSibling_13174" rel="[rel=item_13176]">
<span style="background-image:url(/item/s100/0481-703-prilba-o-neal-sonus-solid-cerna-m-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>M</strong></q>
</a>
</td>
<td>1.5.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-704-prilba-o-neal-sonus-solid-cierna-l.html" data-item-id="13177" data-item-name="Prilba O´Neal Sonus SOLID čierna L" ui-callback="btSelectSibling_13174" rel="[rel=item_13177]">
<span style="background-image:url(/item/s100/0481-704-prilba-o-neal-sonus-solid-cerna-l-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>L</strong></q>
</a>
</td>
<td>29.5.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-705-prilba-o-neal-sonus-solid-cierna-xl.html" data-item-id="13178" data-item-name="Prilba O´Neal Sonus SOLID čierna XL" ui-callback="btSelectSibling_13174" rel="[rel=item_13178]">
<span style="background-image:url(/item/s100/0481-705-prilba-o-neal-sonus-solid-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SOLID čierna <strong>XL</strong></q>
</a>
</td>
<td>20.7.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_13174');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus SOLID čierna XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13174').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13174'];
/** */
$['btSelectSibling_13174'] = 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>
|
Prilba O´Neal Sonus SOLID čierna XS
|
0481-701
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus SPLIT čierna/zlatá</h3>
<div>
<h5>0481-71<em>x</em></h5>
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s160/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png" alt="Prilba O´Neal Sonus SPLIT čierna/zlatá XS" rel="item_13179" />
</a>
<div>
<p class="unit EUR">99.99</p>
<a href="/produkty/0481-711-prilba-o-neal-sonus-split-cierna-zlata-xs.html" ui-dg="dgViewDetail_13179" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13179/add" ui-dg="dgAddToCart_13179" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13179" style="display:none;">
<form id="fmAddToCart_13179" class="c_24 form" action="/item/13179/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s180/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png" rel="item_13179" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13179">
<tr><td>Katalogové číslo</td><td>0481-711</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13180" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-712</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13181" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-713</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13182" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-714</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13183" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-715</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13179_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13179_quantity" name="fmAddToCart_13179[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13179_item" name="fmAddToCart_13179[item]" value="13179" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r13179">
<td>
<a href="/produkty/0481-711-prilba-o-neal-sonus-split-cierna-zlata-xs.html" data-item-id="13179" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XS" ui-callback="btSelectSibling_13179" rel="[rel=item_13179]">
<span style="background-image:url(/item/s100/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>XS</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-711-prilba-o-neal-sonus-split-cierna-zlata-xs.html" class="ui-button small" data-item-id="13179" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XS" ui-callback="btSelectSibling_13179" rel="[rel=item_13179]">vybrať variantu</a></td>
</tr>
<tr id="r13180">
<td>
<a href="/produkty/0481-712-prilba-o-neal-sonus-split-cierna-zlata-s.html" data-item-id="13180" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá S" ui-callback="btSelectSibling_13179" rel="[rel=item_13180]">
<span style="background-image:url(/item/s100/0481-712-prilba-o-neal-sonus-split-cerna-zlata-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>S</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-712-prilba-o-neal-sonus-split-cierna-zlata-s.html" class="ui-button small" data-item-id="13180" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá S" ui-callback="btSelectSibling_13179" rel="[rel=item_13180]">vybrať variantu</a></td>
</tr>
<tr id="r13181">
<td>
<a href="/produkty/0481-713-prilba-o-neal-sonus-split-cierna-zlata-m.html" data-item-id="13181" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá M" ui-callback="btSelectSibling_13179" rel="[rel=item_13181]">
<span style="background-image:url(/item/s100/0481-713-prilba-o-neal-sonus-split-cerna-zlata-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>M</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-713-prilba-o-neal-sonus-split-cierna-zlata-m.html" class="ui-button small" data-item-id="13181" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá M" ui-callback="btSelectSibling_13179" rel="[rel=item_13181]">vybrať variantu</a></td>
</tr>
<tr id="r13182">
<td>
<a href="/produkty/0481-714-prilba-o-neal-sonus-split-cierna-zlata-l.html" data-item-id="13182" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá L" ui-callback="btSelectSibling_13179" rel="[rel=item_13182]">
<span style="background-image:url(/item/s100/0481-714-prilba-o-neal-sonus-split-cerna-zlata-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>L</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-714-prilba-o-neal-sonus-split-cierna-zlata-l.html" class="ui-button small" data-item-id="13182" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá L" ui-callback="btSelectSibling_13179" rel="[rel=item_13182]">vybrať variantu</a></td>
</tr>
<tr id="r13183">
<td>
<a href="/produkty/0481-715-prilba-o-neal-sonus-split-cierna-zlata-xl.html" data-item-id="13183" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XL" ui-callback="btSelectSibling_13179" rel="[rel=item_13183]">
<span style="background-image:url(/item/s100/0481-715-prilba-o-neal-sonus-split-cerna-zlata-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>XL</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-715-prilba-o-neal-sonus-split-cierna-zlata-xl.html" class="ui-button small" data-item-id="13183" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XL" ui-callback="btSelectSibling_13179" rel="[rel=item_13183]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13179__token" name="fmAddToCart_13179[_token]" value="2bpoaLOjJSsXrmOya0SqrqYI4NQJvSpnD0Ps-pvqYhw" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13179'];
function $dg() {
return $('#dgAddToCart_13179');
};
function $f() {
return $('#fmAddToCart_13179', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13179]', $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_13179'] = 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: 'Prilba O´Neal Sonus SPLIT čierna/zlatá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13179" 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\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s300/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png" rel="item_13179" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s120/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png" rel="item_13179" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s120/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png" rel="item_13179" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s120/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png" rel="item_13179" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-7.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-8.png","\/item\/s960\/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png"]">
<img src="/item/s120/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-9.png" rel="item_13179" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13179">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-711</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13180" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-712</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13181" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-713</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13182" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-714</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13183" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-715</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
29.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</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/0481-711-prilba-o-neal-sonus-split-cierna-zlata-xs.html" data-item-id="13179" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XS" ui-callback="btSelectSibling_13179" rel="[rel=item_13179]">
<span style="background-image:url(/item/s100/0481-711-prilba-o-neal-sonus-split-cerna-zlata-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>XS</strong></q>
</a>
</td>
<td>1.5.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-712-prilba-o-neal-sonus-split-cierna-zlata-s.html" data-item-id="13180" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá S" ui-callback="btSelectSibling_13179" rel="[rel=item_13180]">
<span style="background-image:url(/item/s100/0481-712-prilba-o-neal-sonus-split-cerna-zlata-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>S</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-713-prilba-o-neal-sonus-split-cierna-zlata-m.html" data-item-id="13181" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá M" ui-callback="btSelectSibling_13179" rel="[rel=item_13181]">
<span style="background-image:url(/item/s100/0481-713-prilba-o-neal-sonus-split-cerna-zlata-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>M</strong></q>
</a>
</td>
<td>1.5.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-714-prilba-o-neal-sonus-split-cierna-zlata-l.html" data-item-id="13182" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá L" ui-callback="btSelectSibling_13179" rel="[rel=item_13182]">
<span style="background-image:url(/item/s100/0481-714-prilba-o-neal-sonus-split-cerna-zlata-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>L</strong></q>
</a>
</td>
<td>1.5.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-715-prilba-o-neal-sonus-split-cierna-zlata-xl.html" data-item-id="13183" data-item-name="Prilba O´Neal Sonus SPLIT čierna/zlatá XL" ui-callback="btSelectSibling_13179" rel="[rel=item_13183]">
<span style="background-image:url(/item/s100/0481-715-prilba-o-neal-sonus-split-cerna-zlata-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/zlatá <strong>XL</strong></q>
</a>
</td>
<td>29.5.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_13179');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus SPLIT čierna/zlatá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13179').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13179'];
/** */
$['btSelectSibling_13179'] = 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>
|
Prilba O´Neal Sonus SPLIT čierna/zlatá XS
|
0481-711
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus SPLIT čierna/modrá</h3>
<div>
<h5>0481-72<em>x</em></h5>
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s160/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png" alt="Prilba O´Neal Sonus SPLIT čierna/modrá XS" rel="item_13184" />
</a>
<div>
<p class="unit EUR">99.99</p>
<a href="/produkty/0481-721-prilba-o-neal-sonus-split-cierna-modra-xs.html" ui-dg="dgViewDetail_13184" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13184/add" ui-dg="dgAddToCart_13184" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13184" style="display:none;">
<form id="fmAddToCart_13184" class="c_24 form" action="/item/13184/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s180/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png" rel="item_13184" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13184">
<tr><td>Katalogové číslo</td><td>0481-721</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.7.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13185" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-722</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13186" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-723</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13187" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-724</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13188" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-725</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.7.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13184_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13184_quantity" name="fmAddToCart_13184[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13184_item" name="fmAddToCart_13184[item]" value="13184" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r13184">
<td>
<a href="/produkty/0481-721-prilba-o-neal-sonus-split-cierna-modra-xs.html" data-item-id="13184" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XS" ui-callback="btSelectSibling_13184" rel="[rel=item_13184]">
<span style="background-image:url(/item/s100/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>XS</strong></q>
</a>
</td>
<td>9.7.2022</td>
<td><a href="/produkty/0481-721-prilba-o-neal-sonus-split-cierna-modra-xs.html" class="ui-button small" data-item-id="13184" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XS" ui-callback="btSelectSibling_13184" rel="[rel=item_13184]">vybrať variantu</a></td>
</tr>
<tr id="r13185">
<td>
<a href="/produkty/0481-722-prilba-o-neal-sonus-split-cierna-modra-s.html" data-item-id="13185" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá S" ui-callback="btSelectSibling_13184" rel="[rel=item_13185]">
<span style="background-image:url(/item/s100/0481-722-prilba-o-neal-sonus-split-cerna-modra-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>S</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-722-prilba-o-neal-sonus-split-cierna-modra-s.html" class="ui-button small" data-item-id="13185" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá S" ui-callback="btSelectSibling_13184" rel="[rel=item_13185]">vybrať variantu</a></td>
</tr>
<tr id="r13186">
<td>
<a href="/produkty/0481-723-prilba-o-neal-sonus-split-cierna-modra-m.html" data-item-id="13186" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá M" ui-callback="btSelectSibling_13184" rel="[rel=item_13186]">
<span style="background-image:url(/item/s100/0481-723-prilba-o-neal-sonus-split-cerna-modra-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>M</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-723-prilba-o-neal-sonus-split-cierna-modra-m.html" class="ui-button small" data-item-id="13186" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá M" ui-callback="btSelectSibling_13184" rel="[rel=item_13186]">vybrať variantu</a></td>
</tr>
<tr id="r13187">
<td>
<a href="/produkty/0481-724-prilba-o-neal-sonus-split-cierna-modra-l.html" data-item-id="13187" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá L" ui-callback="btSelectSibling_13184" rel="[rel=item_13187]">
<span style="background-image:url(/item/s100/0481-724-prilba-o-neal-sonus-split-cerna-modra-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>L</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-724-prilba-o-neal-sonus-split-cierna-modra-l.html" class="ui-button small" data-item-id="13187" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá L" ui-callback="btSelectSibling_13184" rel="[rel=item_13187]">vybrať variantu</a></td>
</tr>
<tr id="r13188">
<td>
<a href="/produkty/0481-725-prilba-o-neal-sonus-split-cierna-modra-xl.html" data-item-id="13188" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XL" ui-callback="btSelectSibling_13184" rel="[rel=item_13188]">
<span style="background-image:url(/item/s100/0481-725-prilba-o-neal-sonus-split-cerna-modra-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>XL</strong></q>
</a>
</td>
<td>9.7.2022</td>
<td><a href="/produkty/0481-725-prilba-o-neal-sonus-split-cierna-modra-xl.html" class="ui-button small" data-item-id="13188" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XL" ui-callback="btSelectSibling_13184" rel="[rel=item_13188]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13184__token" name="fmAddToCart_13184[_token]" value="ZkbEEUG0z9hs3gefPo-S35StgYEtveNVBKny6SHAO-Y" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13184'];
function $dg() {
return $('#dgAddToCart_13184');
};
function $f() {
return $('#fmAddToCart_13184', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13184]', $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_13184'] = 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: 'Prilba O´Neal Sonus SPLIT čierna/modrá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13184" 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\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s300/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png" rel="item_13184" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s120/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png" rel="item_13184" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s120/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png" rel="item_13184" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s120/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png" rel="item_13184" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-7.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-8.png","\/item\/s960\/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png"]">
<img src="/item/s120/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-9.png" rel="item_13184" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13184">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-721</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13185" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13186" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13187" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-724</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13188" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-725</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</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/0481-721-prilba-o-neal-sonus-split-cierna-modra-xs.html" data-item-id="13184" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XS" ui-callback="btSelectSibling_13184" rel="[rel=item_13184]">
<span style="background-image:url(/item/s100/0481-721-prilba-o-neal-sonus-split-cerna-modra-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>XS</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-722-prilba-o-neal-sonus-split-cierna-modra-s.html" data-item-id="13185" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá S" ui-callback="btSelectSibling_13184" rel="[rel=item_13185]">
<span style="background-image:url(/item/s100/0481-722-prilba-o-neal-sonus-split-cerna-modra-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>S</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-723-prilba-o-neal-sonus-split-cierna-modra-m.html" data-item-id="13186" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá M" ui-callback="btSelectSibling_13184" rel="[rel=item_13186]">
<span style="background-image:url(/item/s100/0481-723-prilba-o-neal-sonus-split-cerna-modra-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>M</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-724-prilba-o-neal-sonus-split-cierna-modra-l.html" data-item-id="13187" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá L" ui-callback="btSelectSibling_13184" rel="[rel=item_13187]">
<span style="background-image:url(/item/s100/0481-724-prilba-o-neal-sonus-split-cerna-modra-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>L</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-725-prilba-o-neal-sonus-split-cierna-modra-xl.html" data-item-id="13188" data-item-name="Prilba O´Neal Sonus SPLIT čierna/modrá XL" ui-callback="btSelectSibling_13184" rel="[rel=item_13188]">
<span style="background-image:url(/item/s100/0481-725-prilba-o-neal-sonus-split-cerna-modra-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/modrá <strong>XL</strong></q>
</a>
</td>
<td>16.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_13184');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus SPLIT čierna/modrá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13184').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13184'];
/** */
$['btSelectSibling_13184'] = 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>
|
Prilba O´Neal Sonus SPLIT čierna/modrá XS
|
0481-721
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus SPLIT čierna/biela</h3>
<div>
<h5>0481-73<em>x</em></h5>
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s160/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png" alt="Prilba O´Neal Sonus SPLIT čierna/biela XS" rel="item_13189" />
</a>
<div>
<p class="unit EUR">99.99</p>
<a href="/produkty/0481-731-prilba-o-neal-sonus-split-cierna-biela-xs.html" ui-dg="dgViewDetail_13189" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13189/add" ui-dg="dgAddToCart_13189" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13189" style="display:none;">
<form id="fmAddToCart_13189" class="c_24 form" action="/item/13189/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s180/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png" rel="item_13189" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13189">
<tr><td>Katalogové číslo</td><td>0481-731</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13190" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-732</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13191" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-733</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13192" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-734</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">26.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13193" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-735</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.7.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13189_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13189_quantity" name="fmAddToCart_13189[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13189_item" name="fmAddToCart_13189[item]" value="13189" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r13189">
<td>
<a href="/produkty/0481-731-prilba-o-neal-sonus-split-cierna-biela-xs.html" data-item-id="13189" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XS" ui-callback="btSelectSibling_13189" rel="[rel=item_13189]">
<span style="background-image:url(/item/s100/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>XS</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-731-prilba-o-neal-sonus-split-cierna-biela-xs.html" class="ui-button small" data-item-id="13189" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XS" ui-callback="btSelectSibling_13189" rel="[rel=item_13189]">vybrať variantu</a></td>
</tr>
<tr id="r13190">
<td>
<a href="/produkty/0481-732-prilba-o-neal-sonus-split-cierna-biela-s.html" data-item-id="13190" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela S" ui-callback="btSelectSibling_13189" rel="[rel=item_13190]">
<span style="background-image:url(/item/s100/0481-732-prilba-o-neal-sonus-split-cerna-bila-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>S</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-732-prilba-o-neal-sonus-split-cierna-biela-s.html" class="ui-button small" data-item-id="13190" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela S" ui-callback="btSelectSibling_13189" rel="[rel=item_13190]">vybrať variantu</a></td>
</tr>
<tr id="r13191">
<td>
<a href="/produkty/0481-733-prilba-o-neal-sonus-split-cierna-biela-m.html" data-item-id="13191" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela M" ui-callback="btSelectSibling_13189" rel="[rel=item_13191]">
<span style="background-image:url(/item/s100/0481-733-prilba-o-neal-sonus-split-cerna-bila-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>M</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-733-prilba-o-neal-sonus-split-cierna-biela-m.html" class="ui-button small" data-item-id="13191" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela M" ui-callback="btSelectSibling_13189" rel="[rel=item_13191]">vybrať variantu</a></td>
</tr>
<tr id="r13192">
<td>
<a href="/produkty/0481-734-prilba-o-neal-sonus-split-cierna-biela-l.html" data-item-id="13192" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela L" ui-callback="btSelectSibling_13189" rel="[rel=item_13192]">
<span style="background-image:url(/item/s100/0481-734-prilba-o-neal-sonus-split-cerna-bila-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>L</strong></q>
</a>
</td>
<td>26.6.2022</td>
<td><a href="/produkty/0481-734-prilba-o-neal-sonus-split-cierna-biela-l.html" class="ui-button small" data-item-id="13192" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela L" ui-callback="btSelectSibling_13189" rel="[rel=item_13192]">vybrať variantu</a></td>
</tr>
<tr id="r13193">
<td>
<a href="/produkty/0481-735-prilba-o-neal-sonus-split-cierna-biela-xl.html" data-item-id="13193" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XL" ui-callback="btSelectSibling_13189" rel="[rel=item_13193]">
<span style="background-image:url(/item/s100/0481-735-prilba-o-neal-sonus-split-cerna-bila-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>XL</strong></q>
</a>
</td>
<td>9.7.2022</td>
<td><a href="/produkty/0481-735-prilba-o-neal-sonus-split-cierna-biela-xl.html" class="ui-button small" data-item-id="13193" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XL" ui-callback="btSelectSibling_13189" rel="[rel=item_13193]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13189__token" name="fmAddToCart_13189[_token]" value="EKiPNsqh4dbGPwQzs3seCsH2jMPHKN-mV9K1l2kd4Rw" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13189'];
function $dg() {
return $('#dgAddToCart_13189');
};
function $f() {
return $('#fmAddToCart_13189', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13189]', $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_13189'] = 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: 'Prilba O´Neal Sonus SPLIT čierna/biela XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13189" 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\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s300/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png" rel="item_13189" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s120/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png" rel="item_13189" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s120/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png" rel="item_13189" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s120/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png" rel="item_13189" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-7.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-8.png","\/item\/s960\/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png"]">
<img src="/item/s120/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-9.png" rel="item_13189" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13189">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-731</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13190" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-732</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13191" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-733</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13192" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-734</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13193" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-735</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</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/0481-731-prilba-o-neal-sonus-split-cierna-biela-xs.html" data-item-id="13189" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XS" ui-callback="btSelectSibling_13189" rel="[rel=item_13189]">
<span style="background-image:url(/item/s100/0481-731-prilba-o-neal-sonus-split-cerna-bila-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>XS</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-732-prilba-o-neal-sonus-split-cierna-biela-s.html" data-item-id="13190" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela S" ui-callback="btSelectSibling_13189" rel="[rel=item_13190]">
<span style="background-image:url(/item/s100/0481-732-prilba-o-neal-sonus-split-cerna-bila-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>S</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-733-prilba-o-neal-sonus-split-cierna-biela-m.html" data-item-id="13191" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela M" ui-callback="btSelectSibling_13189" rel="[rel=item_13191]">
<span style="background-image:url(/item/s100/0481-733-prilba-o-neal-sonus-split-cerna-bila-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>M</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-734-prilba-o-neal-sonus-split-cierna-biela-l.html" data-item-id="13192" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela L" ui-callback="btSelectSibling_13189" rel="[rel=item_13192]">
<span style="background-image:url(/item/s100/0481-734-prilba-o-neal-sonus-split-cerna-bila-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>L</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-735-prilba-o-neal-sonus-split-cierna-biela-xl.html" data-item-id="13193" data-item-name="Prilba O´Neal Sonus SPLIT čierna/biela XL" ui-callback="btSelectSibling_13189" rel="[rel=item_13193]">
<span style="background-image:url(/item/s100/0481-735-prilba-o-neal-sonus-split-cerna-bila-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT čierna/biela <strong>XL</strong></q>
</a>
</td>
<td>1.5.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_13189');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus SPLIT čierna/biela XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13189').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13189'];
/** */
$['btSelectSibling_13189'] = 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>
|
Prilba O´Neal Sonus SPLIT čierna/biela XS
|
0481-731
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Sonus SPLIT modrá/oranžová</h3>
<div>
<h5>0481-74<em>x</em></h5>
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s160/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png" alt="Prilba O´Neal Sonus SPLIT modrá/oranžová XS" rel="item_13194" />
</a>
<div>
<p class="unit EUR">99.99</p>
<a href="/produkty/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs.html" ui-dg="dgViewDetail_13194" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13194/add" ui-dg="dgAddToCart_13194" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13194" style="display:none;">
<form id="fmAddToCart_13194" class="c_24 form" action="/item/13194/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s180/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png" rel="item_13194" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13194">
<tr><td>Katalogové číslo</td><td>0481-741</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">modrá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13195" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-742</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">modrá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">28.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13196" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-743</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">modrá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13197" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-744</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">modrá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">9.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
<table rel="item_13198" style="display:none;">
<tr><td>Katalogové číslo</td><td>0481-745</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">modrá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">23.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13194_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13194_quantity" name="fmAddToCart_13194[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13194_item" name="fmAddToCart_13194[item]" value="13194" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r13194">
<td>
<a href="/produkty/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs.html" data-item-id="13194" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XS" ui-callback="btSelectSibling_13194" rel="[rel=item_13194]">
<span style="background-image:url(/item/s100/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>XS</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs.html" class="ui-button small" data-item-id="13194" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XS" ui-callback="btSelectSibling_13194" rel="[rel=item_13194]">vybrať variantu</a></td>
</tr>
<tr id="r13195">
<td>
<a href="/produkty/0481-742-prilba-o-neal-sonus-split-modra-oranzova-s.html" data-item-id="13195" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová S" ui-callback="btSelectSibling_13194" rel="[rel=item_13195]">
<span style="background-image:url(/item/s100/0481-742-prilba-o-neal-sonus-split-modra-oranzova-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>S</strong></q>
</a>
</td>
<td>28.5.2022</td>
<td><a href="/produkty/0481-742-prilba-o-neal-sonus-split-modra-oranzova-s.html" class="ui-button small" data-item-id="13195" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová S" ui-callback="btSelectSibling_13194" rel="[rel=item_13195]">vybrať variantu</a></td>
</tr>
<tr id="r13196">
<td>
<a href="/produkty/0481-743-prilba-o-neal-sonus-split-modra-oranzova-m.html" data-item-id="13196" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová M" ui-callback="btSelectSibling_13194" rel="[rel=item_13196]">
<span style="background-image:url(/item/s100/0481-743-prilba-o-neal-sonus-split-modra-oranzova-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>M</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-743-prilba-o-neal-sonus-split-modra-oranzova-m.html" class="ui-button small" data-item-id="13196" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová M" ui-callback="btSelectSibling_13194" rel="[rel=item_13196]">vybrať variantu</a></td>
</tr>
<tr id="r13197">
<td>
<a href="/produkty/0481-744-prilba-o-neal-sonus-split-modra-oranzova-l.html" data-item-id="13197" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová L" ui-callback="btSelectSibling_13194" rel="[rel=item_13197]">
<span style="background-image:url(/item/s100/0481-744-prilba-o-neal-sonus-split-modra-oranzova-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>L</strong></q>
</a>
</td>
<td>9.6.2022</td>
<td><a href="/produkty/0481-744-prilba-o-neal-sonus-split-modra-oranzova-l.html" class="ui-button small" data-item-id="13197" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová L" ui-callback="btSelectSibling_13194" rel="[rel=item_13197]">vybrať variantu</a></td>
</tr>
<tr id="r13198">
<td>
<a href="/produkty/0481-745-prilba-o-neal-sonus-split-modra-oranzova-xl.html" data-item-id="13198" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XL" ui-callback="btSelectSibling_13194" rel="[rel=item_13198]">
<span style="background-image:url(/item/s100/0481-745-prilba-o-neal-sonus-split-modra-oranzova-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>XL</strong></q>
</a>
</td>
<td>23.6.2022</td>
<td><a href="/produkty/0481-745-prilba-o-neal-sonus-split-modra-oranzova-xl.html" class="ui-button small" data-item-id="13198" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XL" ui-callback="btSelectSibling_13194" rel="[rel=item_13198]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13194__token" name="fmAddToCart_13194[_token]" value="prXuplNwLMicEd8sIJDZxiAzbyNqiWbeQ6QHJ4sRoMY" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13194'];
function $dg() {
return $('#dgAddToCart_13194');
};
function $f() {
return $('#fmAddToCart_13194', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13194]', $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_13194'] = 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: 'Prilba O´Neal Sonus SPLIT modrá/oranžová XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13194" 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\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s300/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png" rel="item_13194" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s120/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png" rel="item_13194" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s120/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png" rel="item_13194" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s120/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png" rel="item_13194" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-7.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-8.png","\/item\/s960\/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png"]">
<img src="/item/s120/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-9.png" rel="item_13194" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS. Četné ventilační otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná, vícebarevná grafika. Velmi jemné, pot absorbující, pratelné polstrování. Fidlock magnetické zapínání, snadno ovladatelné jednou rukou a poskytující maximální bezpečnost při jízdě. Výškově nastavitelný kšilt. Volitelně lze objednat bezpečnostní odlamovací šrouby kšiltu. Kompatibilní s Airflaps. Převyšuje požadavky bezpečnostní normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13194">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-741</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">modrá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13195" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-742</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">modrá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13196" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-743</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">modrá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13197" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-744</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">modrá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
16.4.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</span></td>
</tr>
</table>
</div>
<div rel="item_13198" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0481-745</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">modrá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
1.5.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">82.64</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">99.99</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/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs.html" data-item-id="13194" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XS" ui-callback="btSelectSibling_13194" rel="[rel=item_13194]">
<span style="background-image:url(/item/s100/0481-741-prilba-o-neal-sonus-split-modra-oranzova-xs-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>XS</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-742-prilba-o-neal-sonus-split-modra-oranzova-s.html" data-item-id="13195" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová S" ui-callback="btSelectSibling_13194" rel="[rel=item_13195]">
<span style="background-image:url(/item/s100/0481-742-prilba-o-neal-sonus-split-modra-oranzova-s-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>S</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-743-prilba-o-neal-sonus-split-modra-oranzova-m.html" data-item-id="13196" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová M" ui-callback="btSelectSibling_13194" rel="[rel=item_13196]">
<span style="background-image:url(/item/s100/0481-743-prilba-o-neal-sonus-split-modra-oranzova-m-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>M</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-744-prilba-o-neal-sonus-split-modra-oranzova-l.html" data-item-id="13197" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová L" ui-callback="btSelectSibling_13194" rel="[rel=item_13197]">
<span style="background-image:url(/item/s100/0481-744-prilba-o-neal-sonus-split-modra-oranzova-l-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>L</strong></q>
</a>
</td>
<td>16.4.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0481-745-prilba-o-neal-sonus-split-modra-oranzova-xl.html" data-item-id="13198" data-item-name="Prilba O´Neal Sonus SPLIT modrá/oranžová XL" ui-callback="btSelectSibling_13194" rel="[rel=item_13198]">
<span style="background-image:url(/item/s100/0481-745-prilba-o-neal-sonus-split-modra-oranzova-xl-6.png);"></span>
<q>Prilba O´Neal Sonus SPLIT modrá/oranžová <strong>XL</strong></q>
</a>
</td>
<td>1.5.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_13194');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Sonus SPLIT modrá/oranžová XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13194').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13194'];
/** */
$['btSelectSibling_13194'] = 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>
|
Prilba O´Neal Sonus SPLIT modrá/oranžová XS
|
0481-741
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip SOLID čierna</h3>
<div>
<h5>0500-30<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s160/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png" alt="Prilba O´Neal Backflip SOLID čierna XS" rel="item_13235" />
</a>
<div>
<p class="unit EUR">119.99</p>
<a href="/produkty/0500-301-prilba-o-neal-backflip-solid-cierna-xs.html" ui-dg="dgViewDetail_13235" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13235/add" ui-dg="dgAddToCart_13235" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13235" style="display:none;">
<form id="fmAddToCart_13235" class="c_24 form" action="/item/13235/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s180/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png" rel="item_13235" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13235">
<tr><td>Katalogové číslo</td><td>0500-301</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
<table rel="item_13236" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-302</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
<table rel="item_13237" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-303</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
<table rel="item_13238" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-304</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
<table rel="item_13239" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-305</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">5.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
<table rel="item_13240" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-306</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">5.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13235_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13235_quantity" name="fmAddToCart_13235[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13235_item" name="fmAddToCart_13235[item]" value="13235" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13235">
<td>
<a href="/produkty/0500-301-prilba-o-neal-backflip-solid-cierna-xs.html" data-item-id="13235" data-item-name="Prilba O´Neal Backflip SOLID čierna XS" ui-callback="btSelectSibling_13235" rel="[rel=item_13235]">
<span style="background-image:url(/item/s100/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-301-prilba-o-neal-backflip-solid-cierna-xs.html" class="ui-button small" data-item-id="13235" data-item-name="Prilba O´Neal Backflip SOLID čierna XS" ui-callback="btSelectSibling_13235" rel="[rel=item_13235]">vybrať variantu</a></td>
</tr>
<tr id="r13236">
<td>
<a href="/produkty/0500-302-prilba-o-neal-backflip-solid-cierna-s.html" data-item-id="13236" data-item-name="Prilba O´Neal Backflip SOLID čierna S" ui-callback="btSelectSibling_13235" rel="[rel=item_13236]">
<span style="background-image:url(/item/s100/0500-302-prilba-o-neal-backflip-solid-cerna-s-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-302-prilba-o-neal-backflip-solid-cierna-s.html" class="ui-button small" data-item-id="13236" data-item-name="Prilba O´Neal Backflip SOLID čierna S" ui-callback="btSelectSibling_13235" rel="[rel=item_13236]">vybrať variantu</a></td>
</tr>
<tr id="r13237">
<td>
<a href="/produkty/0500-303-prilba-o-neal-backflip-solid-cierna-m.html" data-item-id="13237" data-item-name="Prilba O´Neal Backflip SOLID čierna M" ui-callback="btSelectSibling_13235" rel="[rel=item_13237]">
<span style="background-image:url(/item/s100/0500-303-prilba-o-neal-backflip-solid-cerna-m-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>M</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-303-prilba-o-neal-backflip-solid-cierna-m.html" class="ui-button small" data-item-id="13237" data-item-name="Prilba O´Neal Backflip SOLID čierna M" ui-callback="btSelectSibling_13235" rel="[rel=item_13237]">vybrať variantu</a></td>
</tr>
<tr id="r13238">
<td>
<a href="/produkty/0500-304-prilba-o-neal-backflip-solid-cierna-l.html" data-item-id="13238" data-item-name="Prilba O´Neal Backflip SOLID čierna L" ui-callback="btSelectSibling_13235" rel="[rel=item_13238]">
<span style="background-image:url(/item/s100/0500-304-prilba-o-neal-backflip-solid-cerna-l-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>L</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-304-prilba-o-neal-backflip-solid-cierna-l.html" class="ui-button small" data-item-id="13238" data-item-name="Prilba O´Neal Backflip SOLID čierna L" ui-callback="btSelectSibling_13235" rel="[rel=item_13238]">vybrať variantu</a></td>
</tr>
<tr id="r13239">
<td>
<a href="/produkty/0500-305-prilba-o-neal-backflip-solid-cierna-xl.html" data-item-id="13239" data-item-name="Prilba O´Neal Backflip SOLID čierna XL" ui-callback="btSelectSibling_13235" rel="[rel=item_13239]">
<span style="background-image:url(/item/s100/0500-305-prilba-o-neal-backflip-solid-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XL</strong></q>
</a>
</td>
<td>5.6.2022</td>
<td><a href="/produkty/0500-305-prilba-o-neal-backflip-solid-cierna-xl.html" class="ui-button small" data-item-id="13239" data-item-name="Prilba O´Neal Backflip SOLID čierna XL" ui-callback="btSelectSibling_13235" rel="[rel=item_13239]">vybrať variantu</a></td>
</tr>
<tr id="r13240">
<td>
<a href="/produkty/0500-306-prilba-o-neal-backflip-solid-cierna-xxl.html" data-item-id="13240" data-item-name="Prilba O´Neal Backflip SOLID čierna XXL" ui-callback="btSelectSibling_13235" rel="[rel=item_13240]">
<span style="background-image:url(/item/s100/0500-306-prilba-o-neal-backflip-solid-cerna-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XXL</strong></q>
</a>
</td>
<td>5.6.2022</td>
<td><a href="/produkty/0500-306-prilba-o-neal-backflip-solid-cierna-xxl.html" class="ui-button small" data-item-id="13240" data-item-name="Prilba O´Neal Backflip SOLID čierna XXL" ui-callback="btSelectSibling_13235" rel="[rel=item_13240]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13235__token" name="fmAddToCart_13235[_token]" value="GXX6Xy4LaX5UB2OGnaxoiIvPYenQO1lKxYA6K9jEy6Q" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13235'];
function $dg() {
return $('#dgAddToCart_13235');
};
function $f() {
return $('#fmAddToCart_13235', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13235]', $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_13235'] = 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: 'Prilba O´Neal Backflip SOLID čierna XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13235" 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\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s300/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png" rel="item_13235" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png" rel="item_13235" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png" rel="item_13235" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png" rel="item_13235" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png" rel="item_13235" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png" rel="item_13235" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-7.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-8.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-9.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-10.png","\/item\/s960\/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png"]">
<img src="/item/s120/0500-301-prilba-o-neal-backflip-solid-cerna-xs-11.png" rel="item_13235" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13235">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-301</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div rel="item_13236" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-302</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div rel="item_13237" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-303</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div rel="item_13238" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-304</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div rel="item_13239" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-305</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</span></td>
</tr>
</table>
</div>
<div rel="item_13240" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-306</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">99.17</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">119.99</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/0500-301-prilba-o-neal-backflip-solid-cierna-xs.html" data-item-id="13235" data-item-name="Prilba O´Neal Backflip SOLID čierna XS" ui-callback="btSelectSibling_13235" rel="[rel=item_13235]">
<span style="background-image:url(/item/s100/0500-301-prilba-o-neal-backflip-solid-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-302-prilba-o-neal-backflip-solid-cierna-s.html" data-item-id="13236" data-item-name="Prilba O´Neal Backflip SOLID čierna S" ui-callback="btSelectSibling_13235" rel="[rel=item_13236]">
<span style="background-image:url(/item/s100/0500-302-prilba-o-neal-backflip-solid-cerna-s-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>S</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-303-prilba-o-neal-backflip-solid-cierna-m.html" data-item-id="13237" data-item-name="Prilba O´Neal Backflip SOLID čierna M" ui-callback="btSelectSibling_13235" rel="[rel=item_13237]">
<span style="background-image:url(/item/s100/0500-303-prilba-o-neal-backflip-solid-cerna-m-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>M</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-304-prilba-o-neal-backflip-solid-cierna-l.html" data-item-id="13238" data-item-name="Prilba O´Neal Backflip SOLID čierna L" ui-callback="btSelectSibling_13235" rel="[rel=item_13238]">
<span style="background-image:url(/item/s100/0500-304-prilba-o-neal-backflip-solid-cerna-l-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-305-prilba-o-neal-backflip-solid-cierna-xl.html" data-item-id="13239" data-item-name="Prilba O´Neal Backflip SOLID čierna XL" ui-callback="btSelectSibling_13235" rel="[rel=item_13239]">
<span style="background-image:url(/item/s100/0500-305-prilba-o-neal-backflip-solid-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-306-prilba-o-neal-backflip-solid-cierna-xxl.html" data-item-id="13240" data-item-name="Prilba O´Neal Backflip SOLID čierna XXL" ui-callback="btSelectSibling_13235" rel="[rel=item_13240]">
<span style="background-image:url(/item/s100/0500-306-prilba-o-neal-backflip-solid-cerna-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip SOLID čierna <strong>XXL</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_13235');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip SOLID čierna XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13235').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13235'];
/** */
$['btSelectSibling_13235'] = 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>
|
Prilba O´Neal Backflip SOLID čierna XS
|
0500-301
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip BOOM čierna/biela</h3>
<div>
<h5>0500-32<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s160/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png" alt="Prilba O´Neal Backflip BOOM čierna/biela S" rel="item_13241" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-321-prilba-o-neal-backflip-boom-cierna-biela-xs.html" ui-dg="dgViewDetail_13242" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13242/add" ui-dg="dgAddToCart_13242" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13242" style="display:none;">
<form id="fmAddToCart_13242" class="c_24 form" action="/item/13242/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-6.png","\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-7.png","\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-8.png","\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-9.png","\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-10.png","\/item\/s960\/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-11.png"]">
<img src="/item/s180/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-6.png" rel="item_13242" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13242">
<tr><td>Katalogové číslo</td><td>0500-321</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13241" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-322</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13243" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-323</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13244" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-324</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_14247" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-325</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13245" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-326</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/bílá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13242_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13242_quantity" name="fmAddToCart_13242[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13242_item" name="fmAddToCart_13242[item]" value="13242" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13242">
<td>
<a href="/produkty/0500-321-prilba-o-neal-backflip-boom-cierna-biela-xs.html" data-item-id="13242" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XS" ui-callback="btSelectSibling_13242" rel="[rel=item_13242]">
<span style="background-image:url(/item/s100/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-321-prilba-o-neal-backflip-boom-cierna-biela-xs.html" class="ui-button small" data-item-id="13242" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XS" ui-callback="btSelectSibling_13242" rel="[rel=item_13242]">vybrať variantu</a></td>
</tr>
<tr id="r13241">
<td>
<a href="/produkty/0500-322-prilba-o-neal-backflip-boom-cierna-biela-s.html" data-item-id="13241" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela S" ui-callback="btSelectSibling_13242" rel="[rel=item_13241]">
<span style="background-image:url(/item/s100/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>S</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-322-prilba-o-neal-backflip-boom-cierna-biela-s.html" class="ui-button small" data-item-id="13241" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela S" ui-callback="btSelectSibling_13242" rel="[rel=item_13241]">vybrať variantu</a></td>
</tr>
<tr id="r13243">
<td>
<a href="/produkty/0500-323-prilba-o-neal-backflip-boom-cierna-biela-m.html" data-item-id="13243" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela M" ui-callback="btSelectSibling_13242" rel="[rel=item_13243]">
<span style="background-image:url(/item/s100/0500-323-prilba-o-neal-backflip-boom-cerna-bila-m-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-323-prilba-o-neal-backflip-boom-cierna-biela-m.html" class="ui-button small" data-item-id="13243" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela M" ui-callback="btSelectSibling_13242" rel="[rel=item_13243]">vybrať variantu</a></td>
</tr>
<tr id="r13244">
<td>
<a href="/produkty/0500-324-prilba-o-neal-backflip-boom-cierna-biela-l.html" data-item-id="13244" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela L" ui-callback="btSelectSibling_13242" rel="[rel=item_13244]">
<span style="background-image:url(/item/s100/0500-324-prilba-o-neal-backflip-boom-cerna-bila-l-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>L</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-324-prilba-o-neal-backflip-boom-cierna-biela-l.html" class="ui-button small" data-item-id="13244" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela L" ui-callback="btSelectSibling_13242" rel="[rel=item_13244]">vybrať variantu</a></td>
</tr>
<tr id="r14247">
<td>
<a href="/produkty/0500-325-prilba-o-neal-backflip-boom-cierna-biela-xl.html" data-item-id="14247" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XL" ui-callback="btSelectSibling_13242" rel="[rel=item_14247]">
<span style="background-image:url(/item/s100/0500-325-prilba-o-neal-backflip-boom-cerna-bila-xl-5.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-325-prilba-o-neal-backflip-boom-cierna-biela-xl.html" class="ui-button small" data-item-id="14247" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XL" ui-callback="btSelectSibling_13242" rel="[rel=item_14247]">vybrať variantu</a></td>
</tr>
<tr id="r13245">
<td>
<a href="/produkty/0500-326-prilba-o-neal-backflip-boom-cierna-biela-xxl.html" data-item-id="13245" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XXL" ui-callback="btSelectSibling_13242" rel="[rel=item_13245]">
<span style="background-image:url(/item/s100/0500-326-prilba-o-neal-backflip-boom-cerna-bila-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-326-prilba-o-neal-backflip-boom-cierna-biela-xxl.html" class="ui-button small" data-item-id="13245" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XXL" ui-callback="btSelectSibling_13242" rel="[rel=item_13245]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13242__token" name="fmAddToCart_13242[_token]" value="BRJ1wYUL8uUK4texF36mlQeG10IDqKxBU96v7H8l0cM" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13242'];
function $dg() {
return $('#dgAddToCart_13242');
};
function $f() {
return $('#fmAddToCart_13242', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13242]', $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_13242'] = 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: 'Prilba O´Neal Backflip BOOM čierna/biela XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13242" 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\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s300/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png" rel="item_13241" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png" rel="item_13241" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png" rel="item_13241" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png" rel="item_13241" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png" rel="item_13241" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png" rel="item_13241" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-7.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-8.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-9.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-10.png","\/item\/s960\/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png"]">
<img src="/item/s120/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-11.png" rel="item_13241" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13242" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-321</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13241">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-322</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13243" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-323</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13244" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-324</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_14247" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-325</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13245" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-326</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-321-prilba-o-neal-backflip-boom-cierna-biela-xs.html" data-item-id="13242" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XS" ui-callback="btSelectSibling_13242" rel="[rel=item_13242]">
<span style="background-image:url(/item/s100/0500-321-prilba-o-neal-backflip-boom-cerna-bila-xs-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-322-prilba-o-neal-backflip-boom-cierna-biela-s.html" data-item-id="13241" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela S" ui-callback="btSelectSibling_13242" rel="[rel=item_13241]">
<span style="background-image:url(/item/s100/0500-322-prilba-o-neal-backflip-boom-cerna-bila-s-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-323-prilba-o-neal-backflip-boom-cierna-biela-m.html" data-item-id="13243" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela M" ui-callback="btSelectSibling_13242" rel="[rel=item_13243]">
<span style="background-image:url(/item/s100/0500-323-prilba-o-neal-backflip-boom-cerna-bila-m-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-324-prilba-o-neal-backflip-boom-cierna-biela-l.html" data-item-id="13244" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela L" ui-callback="btSelectSibling_13242" rel="[rel=item_13244]">
<span style="background-image:url(/item/s100/0500-324-prilba-o-neal-backflip-boom-cerna-bila-l-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-325-prilba-o-neal-backflip-boom-cierna-biela-xl.html" data-item-id="14247" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XL" ui-callback="btSelectSibling_13242" rel="[rel=item_14247]">
<span style="background-image:url(/item/s100/0500-325-prilba-o-neal-backflip-boom-cerna-bila-xl-5.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-326-prilba-o-neal-backflip-boom-cierna-biela-xxl.html" data-item-id="13245" data-item-name="Prilba O´Neal Backflip BOOM čierna/biela XXL" ui-callback="btSelectSibling_13242" rel="[rel=item_13245]">
<span style="background-image:url(/item/s100/0500-326-prilba-o-neal-backflip-boom-cerna-bila-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip BOOM čierna/biela <strong>XXL</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_13242');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip BOOM čierna/biela XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13242').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13242'];
/** */
$['btSelectSibling_13242'] = 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>
|
Prilba O´Neal Backflip BOOM čierna/biela S
|
0500-322
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip RIOT multi</h3>
<div>
<h5>0500-33<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s160/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png" alt="Prilba O´Neal Backflip RIOT multi XS" rel="item_13246" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-331-prilba-o-neal-backflip-riot-multi-xs.html" ui-dg="dgViewDetail_13246" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13246/add" ui-dg="dgAddToCart_13246" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13246" style="display:none;">
<form id="fmAddToCart_13246" class="c_24 form" action="/item/13246/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s180/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png" rel="item_13246" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13246">
<tr><td>Katalogové číslo</td><td>0500-331</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13247" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-332</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13248" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-333</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13249" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-334</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13250" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-335</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13251" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-336</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13246_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13246_quantity" name="fmAddToCart_13246[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13246_item" name="fmAddToCart_13246[item]" value="13246" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13246">
<td>
<a href="/produkty/0500-331-prilba-o-neal-backflip-riot-multi-xs.html" data-item-id="13246" data-item-name="Prilba O´Neal Backflip RIOT multi XS" ui-callback="btSelectSibling_13246" rel="[rel=item_13246]">
<span style="background-image:url(/item/s100/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XS</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-331-prilba-o-neal-backflip-riot-multi-xs.html" class="ui-button small" data-item-id="13246" data-item-name="Prilba O´Neal Backflip RIOT multi XS" ui-callback="btSelectSibling_13246" rel="[rel=item_13246]">vybrať variantu</a></td>
</tr>
<tr id="r13247">
<td>
<a href="/produkty/0500-332-prilba-o-neal-backflip-riot-multi-s.html" data-item-id="13247" data-item-name="Prilba O´Neal Backflip RIOT multi S" ui-callback="btSelectSibling_13246" rel="[rel=item_13247]">
<span style="background-image:url(/item/s100/0500-332-prilba-o-neal-backflip-riot-multi-s-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>S</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-332-prilba-o-neal-backflip-riot-multi-s.html" class="ui-button small" data-item-id="13247" data-item-name="Prilba O´Neal Backflip RIOT multi S" ui-callback="btSelectSibling_13246" rel="[rel=item_13247]">vybrať variantu</a></td>
</tr>
<tr id="r13248">
<td>
<a href="/produkty/0500-333-prilba-o-neal-backflip-riot-multi-m.html" data-item-id="13248" data-item-name="Prilba O´Neal Backflip RIOT multi M" ui-callback="btSelectSibling_13246" rel="[rel=item_13248]">
<span style="background-image:url(/item/s100/0500-333-prilba-o-neal-backflip-riot-multi-m-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>M</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-333-prilba-o-neal-backflip-riot-multi-m.html" class="ui-button small" data-item-id="13248" data-item-name="Prilba O´Neal Backflip RIOT multi M" ui-callback="btSelectSibling_13246" rel="[rel=item_13248]">vybrať variantu</a></td>
</tr>
<tr id="r13249">
<td>
<a href="/produkty/0500-334-prilba-o-neal-backflip-riot-multi-l.html" data-item-id="13249" data-item-name="Prilba O´Neal Backflip RIOT multi L" ui-callback="btSelectSibling_13246" rel="[rel=item_13249]">
<span style="background-image:url(/item/s100/0500-334-prilba-o-neal-backflip-riot-multi-l-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>L</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-334-prilba-o-neal-backflip-riot-multi-l.html" class="ui-button small" data-item-id="13249" data-item-name="Prilba O´Neal Backflip RIOT multi L" ui-callback="btSelectSibling_13246" rel="[rel=item_13249]">vybrať variantu</a></td>
</tr>
<tr id="r13250">
<td>
<a href="/produkty/0500-335-prilba-o-neal-backflip-riot-multi-xl.html" data-item-id="13250" data-item-name="Prilba O´Neal Backflip RIOT multi XL" ui-callback="btSelectSibling_13246" rel="[rel=item_13250]">
<span style="background-image:url(/item/s100/0500-335-prilba-o-neal-backflip-riot-multi-xl-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-335-prilba-o-neal-backflip-riot-multi-xl.html" class="ui-button small" data-item-id="13250" data-item-name="Prilba O´Neal Backflip RIOT multi XL" ui-callback="btSelectSibling_13246" rel="[rel=item_13250]">vybrať variantu</a></td>
</tr>
<tr id="r13251">
<td>
<a href="/produkty/0500-336-prilba-o-neal-backflip-riot-multi-xxl.html" data-item-id="13251" data-item-name="Prilba O´Neal Backflip RIOT multi XXL" ui-callback="btSelectSibling_13246" rel="[rel=item_13251]">
<span style="background-image:url(/item/s100/0500-336-prilba-o-neal-backflip-riot-multi-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-336-prilba-o-neal-backflip-riot-multi-xxl.html" class="ui-button small" data-item-id="13251" data-item-name="Prilba O´Neal Backflip RIOT multi XXL" ui-callback="btSelectSibling_13246" rel="[rel=item_13251]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13246__token" name="fmAddToCart_13246[_token]" value="s-Lt4TgrrAJD0NLemkmBi3TxPR4zix2KDA65bK9j0IA" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13246'];
function $dg() {
return $('#dgAddToCart_13246');
};
function $f() {
return $('#fmAddToCart_13246', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13246]', $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_13246'] = 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: 'Prilba O´Neal Backflip RIOT multi XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13246" 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\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s300/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png" rel="item_13246" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png" rel="item_13246" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png" rel="item_13246" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png" rel="item_13246" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png" rel="item_13246" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png" rel="item_13246" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-7.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-8.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-9.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-10.png","\/item\/s960\/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png"]">
<img src="/item/s120/0500-331-prilba-o-neal-backflip-riot-multi-xs-11.png" rel="item_13246" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13246">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-331</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13247" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13248" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13249" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13250" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13251" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-336</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-331-prilba-o-neal-backflip-riot-multi-xs.html" data-item-id="13246" data-item-name="Prilba O´Neal Backflip RIOT multi XS" ui-callback="btSelectSibling_13246" rel="[rel=item_13246]">
<span style="background-image:url(/item/s100/0500-331-prilba-o-neal-backflip-riot-multi-xs-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XS</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-332-prilba-o-neal-backflip-riot-multi-s.html" data-item-id="13247" data-item-name="Prilba O´Neal Backflip RIOT multi S" ui-callback="btSelectSibling_13246" rel="[rel=item_13247]">
<span style="background-image:url(/item/s100/0500-332-prilba-o-neal-backflip-riot-multi-s-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>S</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-333-prilba-o-neal-backflip-riot-multi-m.html" data-item-id="13248" data-item-name="Prilba O´Neal Backflip RIOT multi M" ui-callback="btSelectSibling_13246" rel="[rel=item_13248]">
<span style="background-image:url(/item/s100/0500-333-prilba-o-neal-backflip-riot-multi-m-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-334-prilba-o-neal-backflip-riot-multi-l.html" data-item-id="13249" data-item-name="Prilba O´Neal Backflip RIOT multi L" ui-callback="btSelectSibling_13246" rel="[rel=item_13249]">
<span style="background-image:url(/item/s100/0500-334-prilba-o-neal-backflip-riot-multi-l-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-335-prilba-o-neal-backflip-riot-multi-xl.html" data-item-id="13250" data-item-name="Prilba O´Neal Backflip RIOT multi XL" ui-callback="btSelectSibling_13246" rel="[rel=item_13250]">
<span style="background-image:url(/item/s100/0500-335-prilba-o-neal-backflip-riot-multi-xl-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XL</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-336-prilba-o-neal-backflip-riot-multi-xxl.html" data-item-id="13251" data-item-name="Prilba O´Neal Backflip RIOT multi XXL" ui-callback="btSelectSibling_13246" rel="[rel=item_13251]">
<span style="background-image:url(/item/s100/0500-336-prilba-o-neal-backflip-riot-multi-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip RIOT multi <strong>XXL</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_13246');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip RIOT multi XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13246').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13246'];
/** */
$['btSelectSibling_13246'] = 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>
|
Prilba O´Neal Backflip RIOT multi XS
|
0500-331
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip ECLIPSE čierna/sivá</h3>
<div>
<h5>0500-34<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s160/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png" alt="Prilba O´Neal Backflip ECLIPSE čierna/sivá XS" rel="item_13252" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-341-prilba-o-neal-backflip-eclipse-cierna-siva-xs.html" ui-dg="dgViewDetail_13252" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13252/add" ui-dg="dgAddToCart_13252" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13252" style="display:none;">
<form id="fmAddToCart_13252" class="c_24 form" action="/item/13252/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s180/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png" rel="item_13252" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13252">
<tr><td>Katalogové číslo</td><td>0500-341</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13253" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-342</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13254" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-343</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13255" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-344</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13256" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-345</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">2.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13257" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-346</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13252_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13252_quantity" name="fmAddToCart_13252[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13252_item" name="fmAddToCart_13252[item]" value="13252" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13252">
<td>
<a href="/produkty/0500-341-prilba-o-neal-backflip-eclipse-cierna-siva-xs.html" data-item-id="13252" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XS" ui-callback="btSelectSibling_13252" rel="[rel=item_13252]">
<span style="background-image:url(/item/s100/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-341-prilba-o-neal-backflip-eclipse-cierna-siva-xs.html" class="ui-button small" data-item-id="13252" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XS" ui-callback="btSelectSibling_13252" rel="[rel=item_13252]">vybrať variantu</a></td>
</tr>
<tr id="r13253">
<td>
<a href="/produkty/0500-342-prilba-o-neal-backflip-eclipse-cierna-siva-s.html" data-item-id="13253" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá S" ui-callback="btSelectSibling_13252" rel="[rel=item_13253]">
<span style="background-image:url(/item/s100/0500-342-prilba-o-neal-backflip-eclipse-cerna-seda-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-342-prilba-o-neal-backflip-eclipse-cierna-siva-s.html" class="ui-button small" data-item-id="13253" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá S" ui-callback="btSelectSibling_13252" rel="[rel=item_13253]">vybrať variantu</a></td>
</tr>
<tr id="r13254">
<td>
<a href="/produkty/0500-343-prilba-o-neal-backflip-eclipse-cierna-siva-m.html" data-item-id="13254" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá M" ui-callback="btSelectSibling_13252" rel="[rel=item_13254]">
<span style="background-image:url(/item/s100/0500-343-prilba-o-neal-backflip-eclipse-cerna-seda-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>M</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-343-prilba-o-neal-backflip-eclipse-cierna-siva-m.html" class="ui-button small" data-item-id="13254" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá M" ui-callback="btSelectSibling_13252" rel="[rel=item_13254]">vybrať variantu</a></td>
</tr>
<tr id="r13255">
<td>
<a href="/produkty/0500-344-prilba-o-neal-backflip-eclipse-cierna-siva-l.html" data-item-id="13255" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá L" ui-callback="btSelectSibling_13252" rel="[rel=item_13255]">
<span style="background-image:url(/item/s100/0500-344-prilba-o-neal-backflip-eclipse-cerna-seda-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>L</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-344-prilba-o-neal-backflip-eclipse-cierna-siva-l.html" class="ui-button small" data-item-id="13255" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá L" ui-callback="btSelectSibling_13252" rel="[rel=item_13255]">vybrať variantu</a></td>
</tr>
<tr id="r13256">
<td>
<a href="/produkty/0500-345-prilba-o-neal-backflip-eclipse-cierna-siva-xl.html" data-item-id="13256" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XL" ui-callback="btSelectSibling_13252" rel="[rel=item_13256]">
<span style="background-image:url(/item/s100/0500-345-prilba-o-neal-backflip-eclipse-cerna-seda-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XL</strong></q>
</a>
</td>
<td>2.6.2022</td>
<td><a href="/produkty/0500-345-prilba-o-neal-backflip-eclipse-cierna-siva-xl.html" class="ui-button small" data-item-id="13256" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XL" ui-callback="btSelectSibling_13252" rel="[rel=item_13256]">vybrať variantu</a></td>
</tr>
<tr id="r13257">
<td>
<a href="/produkty/0500-346-prilba-o-neal-backflip-eclipse-cierna-siva-xxl.html" data-item-id="13257" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XXL" ui-callback="btSelectSibling_13252" rel="[rel=item_13257]">
<span style="background-image:url(/item/s100/0500-346-prilba-o-neal-backflip-eclipse-cerna-seda-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-346-prilba-o-neal-backflip-eclipse-cierna-siva-xxl.html" class="ui-button small" data-item-id="13257" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XXL" ui-callback="btSelectSibling_13252" rel="[rel=item_13257]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13252__token" name="fmAddToCart_13252[_token]" value="KCKAuhOjan15rJmQ5qabTi94POcPYzfq4ZErcFdYFww" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13252'];
function $dg() {
return $('#dgAddToCart_13252');
};
function $f() {
return $('#fmAddToCart_13252', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13252]', $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_13252'] = 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: 'Prilba O´Neal Backflip ECLIPSE čierna/sivá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13252" 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\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s300/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png" rel="item_13252" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png" rel="item_13252" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png" rel="item_13252" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png" rel="item_13252" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png" rel="item_13252" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png" rel="item_13252" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-7.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-8.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-9.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-10.png","\/item\/s960\/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-11.png" rel="item_13252" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13252">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-341</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13253" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-342</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13254" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-343</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13255" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-344</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13256" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-345</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13257" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-346</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-341-prilba-o-neal-backflip-eclipse-cierna-siva-xs.html" data-item-id="13252" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XS" ui-callback="btSelectSibling_13252" rel="[rel=item_13252]">
<span style="background-image:url(/item/s100/0500-341-prilba-o-neal-backflip-eclipse-cerna-seda-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-342-prilba-o-neal-backflip-eclipse-cierna-siva-s.html" data-item-id="13253" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá S" ui-callback="btSelectSibling_13252" rel="[rel=item_13253]">
<span style="background-image:url(/item/s100/0500-342-prilba-o-neal-backflip-eclipse-cerna-seda-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>S</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-343-prilba-o-neal-backflip-eclipse-cierna-siva-m.html" data-item-id="13254" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá M" ui-callback="btSelectSibling_13252" rel="[rel=item_13254]">
<span style="background-image:url(/item/s100/0500-343-prilba-o-neal-backflip-eclipse-cerna-seda-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-344-prilba-o-neal-backflip-eclipse-cierna-siva-l.html" data-item-id="13255" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá L" ui-callback="btSelectSibling_13252" rel="[rel=item_13255]">
<span style="background-image:url(/item/s100/0500-344-prilba-o-neal-backflip-eclipse-cerna-seda-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-345-prilba-o-neal-backflip-eclipse-cierna-siva-xl.html" data-item-id="13256" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XL" ui-callback="btSelectSibling_13252" rel="[rel=item_13256]">
<span style="background-image:url(/item/s100/0500-345-prilba-o-neal-backflip-eclipse-cerna-seda-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-346-prilba-o-neal-backflip-eclipse-cierna-siva-xxl.html" data-item-id="13257" data-item-name="Prilba O´Neal Backflip ECLIPSE čierna/sivá XXL" ui-callback="btSelectSibling_13252" rel="[rel=item_13257]">
<span style="background-image:url(/item/s100/0500-346-prilba-o-neal-backflip-eclipse-cerna-seda-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE čierna/sivá <strong>XXL</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_13252');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip ECLIPSE čierna/sivá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13252').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13252'];
/** */
$['btSelectSibling_13252'] = 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>
|
Prilba O´Neal Backflip ECLIPSE čierna/sivá XS
|
0500-341
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip ECLIPSE multi</h3>
<div>
<h5>0500-35<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s160/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png" alt="Prilba O´Neal Backflip ECLIPSE multi XS" rel="item_13258" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-351-prilba-o-neal-backflip-eclipse-multi-xs.html" ui-dg="dgViewDetail_13258" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13258/add" ui-dg="dgAddToCart_13258" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13258" style="display:none;">
<form id="fmAddToCart_13258" class="c_24 form" action="/item/13258/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s180/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png" rel="item_13258" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13258">
<tr><td>Katalogové číslo</td><td>0500-351</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13259" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-352</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13260" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-353</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13261" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-354</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">2.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13262" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-355</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13263" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-356</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13258_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13258_quantity" name="fmAddToCart_13258[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13258_item" name="fmAddToCart_13258[item]" value="13258" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13258">
<td>
<a href="/produkty/0500-351-prilba-o-neal-backflip-eclipse-multi-xs.html" data-item-id="13258" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XS" ui-callback="btSelectSibling_13258" rel="[rel=item_13258]">
<span style="background-image:url(/item/s100/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-351-prilba-o-neal-backflip-eclipse-multi-xs.html" class="ui-button small" data-item-id="13258" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XS" ui-callback="btSelectSibling_13258" rel="[rel=item_13258]">vybrať variantu</a></td>
</tr>
<tr id="r13259">
<td>
<a href="/produkty/0500-352-prilba-o-neal-backflip-eclipse-multi-s.html" data-item-id="13259" data-item-name="Prilba O´Neal Backflip ECLIPSE multi S" ui-callback="btSelectSibling_13258" rel="[rel=item_13259]">
<span style="background-image:url(/item/s100/0500-352-prilba-o-neal-backflip-eclipse-multi-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-352-prilba-o-neal-backflip-eclipse-multi-s.html" class="ui-button small" data-item-id="13259" data-item-name="Prilba O´Neal Backflip ECLIPSE multi S" ui-callback="btSelectSibling_13258" rel="[rel=item_13259]">vybrať variantu</a></td>
</tr>
<tr id="r13260">
<td>
<a href="/produkty/0500-353-prilba-o-neal-backflip-eclipse-multi-m.html" data-item-id="13260" data-item-name="Prilba O´Neal Backflip ECLIPSE multi M" ui-callback="btSelectSibling_13258" rel="[rel=item_13260]">
<span style="background-image:url(/item/s100/0500-353-prilba-o-neal-backflip-eclipse-multi-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>M</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-353-prilba-o-neal-backflip-eclipse-multi-m.html" class="ui-button small" data-item-id="13260" data-item-name="Prilba O´Neal Backflip ECLIPSE multi M" ui-callback="btSelectSibling_13258" rel="[rel=item_13260]">vybrať variantu</a></td>
</tr>
<tr id="r13261">
<td>
<a href="/produkty/0500-354-prilba-o-neal-backflip-eclipse-multi-l.html" data-item-id="13261" data-item-name="Prilba O´Neal Backflip ECLIPSE multi L" ui-callback="btSelectSibling_13258" rel="[rel=item_13261]">
<span style="background-image:url(/item/s100/0500-354-prilba-o-neal-backflip-eclipse-multi-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>L</strong></q>
</a>
</td>
<td>2.6.2022</td>
<td><a href="/produkty/0500-354-prilba-o-neal-backflip-eclipse-multi-l.html" class="ui-button small" data-item-id="13261" data-item-name="Prilba O´Neal Backflip ECLIPSE multi L" ui-callback="btSelectSibling_13258" rel="[rel=item_13261]">vybrať variantu</a></td>
</tr>
<tr id="r13262">
<td>
<a href="/produkty/0500-355-prilba-o-neal-backflip-eclipse-multi-xl.html" data-item-id="13262" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XL" ui-callback="btSelectSibling_13258" rel="[rel=item_13262]">
<span style="background-image:url(/item/s100/0500-355-prilba-o-neal-backflip-eclipse-multi-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-355-prilba-o-neal-backflip-eclipse-multi-xl.html" class="ui-button small" data-item-id="13262" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XL" ui-callback="btSelectSibling_13258" rel="[rel=item_13262]">vybrať variantu</a></td>
</tr>
<tr id="r13263">
<td>
<a href="/produkty/0500-356-prilba-o-neal-backflip-eclipse-multi-xxl.html" data-item-id="13263" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XXL" ui-callback="btSelectSibling_13258" rel="[rel=item_13263]">
<span style="background-image:url(/item/s100/0500-356-prilba-o-neal-backflip-eclipse-multi-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-356-prilba-o-neal-backflip-eclipse-multi-xxl.html" class="ui-button small" data-item-id="13263" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XXL" ui-callback="btSelectSibling_13258" rel="[rel=item_13263]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13258__token" name="fmAddToCart_13258[_token]" value="s3ZnWmK1Ad_KB4qABAXYg5kJn0HDq1dcFbQ2TOVh5Q4" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13258'];
function $dg() {
return $('#dgAddToCart_13258');
};
function $f() {
return $('#fmAddToCart_13258', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13258]', $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_13258'] = 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: 'Prilba O´Neal Backflip ECLIPSE multi XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13258" 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\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s300/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png" rel="item_13258" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png" rel="item_13258" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png" rel="item_13258" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png" rel="item_13258" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png" rel="item_13258" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png" rel="item_13258" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-7.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-8.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-9.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-10.png","\/item\/s960\/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png"]">
<img src="/item/s120/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-11.png" rel="item_13258" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13258">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-351</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13259" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-352</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13260" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-353</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13261" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-354</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13262" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-355</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
28.2.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13263" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-356</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-351-prilba-o-neal-backflip-eclipse-multi-xs.html" data-item-id="13258" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XS" ui-callback="btSelectSibling_13258" rel="[rel=item_13258]">
<span style="background-image:url(/item/s100/0500-351-prilba-o-neal-backflip-eclipse-multi-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-352-prilba-o-neal-backflip-eclipse-multi-s.html" data-item-id="13259" data-item-name="Prilba O´Neal Backflip ECLIPSE multi S" ui-callback="btSelectSibling_13258" rel="[rel=item_13259]">
<span style="background-image:url(/item/s100/0500-352-prilba-o-neal-backflip-eclipse-multi-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-353-prilba-o-neal-backflip-eclipse-multi-m.html" data-item-id="13260" data-item-name="Prilba O´Neal Backflip ECLIPSE multi M" ui-callback="btSelectSibling_13258" rel="[rel=item_13260]">
<span style="background-image:url(/item/s100/0500-353-prilba-o-neal-backflip-eclipse-multi-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-354-prilba-o-neal-backflip-eclipse-multi-l.html" data-item-id="13261" data-item-name="Prilba O´Neal Backflip ECLIPSE multi L" ui-callback="btSelectSibling_13258" rel="[rel=item_13261]">
<span style="background-image:url(/item/s100/0500-354-prilba-o-neal-backflip-eclipse-multi-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-355-prilba-o-neal-backflip-eclipse-multi-xl.html" data-item-id="13262" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XL" ui-callback="btSelectSibling_13258" rel="[rel=item_13262]">
<span style="background-image:url(/item/s100/0500-355-prilba-o-neal-backflip-eclipse-multi-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XL</strong></q>
</a>
</td>
<td>28.2.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-356-prilba-o-neal-backflip-eclipse-multi-xxl.html" data-item-id="13263" data-item-name="Prilba O´Neal Backflip ECLIPSE multi XXL" ui-callback="btSelectSibling_13258" rel="[rel=item_13263]">
<span style="background-image:url(/item/s100/0500-356-prilba-o-neal-backflip-eclipse-multi-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE multi <strong>XXL</strong></q>
</a>
</td>
<td>skladom</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_13258');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip ECLIPSE multi XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13258').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13258'];
/** */
$['btSelectSibling_13258'] = 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>
|
Prilba O´Neal Backflip ECLIPSE multi XS
|
0500-351
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip ECLIPSE oranžová/modrá</h3>
<div>
<h5>0500-36<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s160/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png" alt="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS" rel="item_13264" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs.html" ui-dg="dgViewDetail_13264" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13264/add" ui-dg="dgAddToCart_13264" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13264" style="display:none;">
<form id="fmAddToCart_13264" class="c_24 form" action="/item/13264/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s180/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png" rel="item_13264" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13264">
<tr><td>Katalogové číslo</td><td>0500-361</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13265" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-362</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13266" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-363</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13267" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-364</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13268" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-365</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13269" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-366</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">oranžová/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13264_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13264_quantity" name="fmAddToCart_13264[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13264_item" name="fmAddToCart_13264[item]" value="13264" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13264">
<td>
<a href="/produkty/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs.html" data-item-id="13264" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS" ui-callback="btSelectSibling_13264" rel="[rel=item_13264]">
<span style="background-image:url(/item/s100/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs.html" class="ui-button small" data-item-id="13264" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS" ui-callback="btSelectSibling_13264" rel="[rel=item_13264]">vybrať variantu</a></td>
</tr>
<tr id="r13265">
<td>
<a href="/produkty/0500-362-prilba-o-neal-backflip-eclipse-oranzova-modra-s.html" data-item-id="13265" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá S" ui-callback="btSelectSibling_13264" rel="[rel=item_13265]">
<span style="background-image:url(/item/s100/0500-362-prilba-o-neal-backflip-eclipse-oranzova-modra-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-362-prilba-o-neal-backflip-eclipse-oranzova-modra-s.html" class="ui-button small" data-item-id="13265" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá S" ui-callback="btSelectSibling_13264" rel="[rel=item_13265]">vybrať variantu</a></td>
</tr>
<tr id="r13266">
<td>
<a href="/produkty/0500-363-prilba-o-neal-backflip-eclipse-oranzova-modra-m.html" data-item-id="13266" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá M" ui-callback="btSelectSibling_13264" rel="[rel=item_13266]">
<span style="background-image:url(/item/s100/0500-363-prilba-o-neal-backflip-eclipse-oranzova-modra-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-363-prilba-o-neal-backflip-eclipse-oranzova-modra-m.html" class="ui-button small" data-item-id="13266" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá M" ui-callback="btSelectSibling_13264" rel="[rel=item_13266]">vybrať variantu</a></td>
</tr>
<tr id="r13267">
<td>
<a href="/produkty/0500-364-prilba-o-neal-backflip-eclipse-oranzova-modra-l.html" data-item-id="13267" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá L" ui-callback="btSelectSibling_13264" rel="[rel=item_13267]">
<span style="background-image:url(/item/s100/0500-364-prilba-o-neal-backflip-eclipse-oranzova-modra-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>L</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-364-prilba-o-neal-backflip-eclipse-oranzova-modra-l.html" class="ui-button small" data-item-id="13267" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá L" ui-callback="btSelectSibling_13264" rel="[rel=item_13267]">vybrať variantu</a></td>
</tr>
<tr id="r13268">
<td>
<a href="/produkty/0500-365-prilba-o-neal-backflip-eclipse-oranzova-modra-xl.html" data-item-id="13268" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XL" ui-callback="btSelectSibling_13264" rel="[rel=item_13268]">
<span style="background-image:url(/item/s100/0500-365-prilba-o-neal-backflip-eclipse-oranzova-modra-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-365-prilba-o-neal-backflip-eclipse-oranzova-modra-xl.html" class="ui-button small" data-item-id="13268" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XL" ui-callback="btSelectSibling_13264" rel="[rel=item_13268]">vybrať variantu</a></td>
</tr>
<tr id="r13269">
<td>
<a href="/produkty/0500-366-prilba-o-neal-backflip-eclipse-oranzova-modra-xxl.html" data-item-id="13269" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XXL" ui-callback="btSelectSibling_13264" rel="[rel=item_13269]">
<span style="background-image:url(/item/s100/0500-366-prilba-o-neal-backflip-eclipse-oranzova-modra-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XXL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-366-prilba-o-neal-backflip-eclipse-oranzova-modra-xxl.html" class="ui-button small" data-item-id="13269" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XXL" ui-callback="btSelectSibling_13264" rel="[rel=item_13269]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13264__token" name="fmAddToCart_13264[_token]" value="lSwE4xR485rSa6GeH2AN6tMiw3-KeXrt8ed1TcyRoj8" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13264'];
function $dg() {
return $('#dgAddToCart_13264');
};
function $f() {
return $('#fmAddToCart_13264', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13264]', $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_13264'] = 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: 'Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13264" 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\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s300/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png" rel="item_13264" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png" rel="item_13264" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png" rel="item_13264" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png" rel="item_13264" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png" rel="item_13264" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png" rel="item_13264" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-7.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-8.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-9.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-10.png","\/item\/s960\/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png"]">
<img src="/item/s120/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-11.png" rel="item_13264" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matná povrchová úprava. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13264">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-361</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13265" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-362</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13266" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-363</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13267" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-364</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13268" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-365</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13269" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-366</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">oranžová/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs.html" data-item-id="13264" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS" ui-callback="btSelectSibling_13264" rel="[rel=item_13264]">
<span style="background-image:url(/item/s100/0500-361-prilba-o-neal-backflip-eclipse-oranzova-modra-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-362-prilba-o-neal-backflip-eclipse-oranzova-modra-s.html" data-item-id="13265" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá S" ui-callback="btSelectSibling_13264" rel="[rel=item_13265]">
<span style="background-image:url(/item/s100/0500-362-prilba-o-neal-backflip-eclipse-oranzova-modra-s-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-363-prilba-o-neal-backflip-eclipse-oranzova-modra-m.html" data-item-id="13266" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá M" ui-callback="btSelectSibling_13264" rel="[rel=item_13266]">
<span style="background-image:url(/item/s100/0500-363-prilba-o-neal-backflip-eclipse-oranzova-modra-m-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-364-prilba-o-neal-backflip-eclipse-oranzova-modra-l.html" data-item-id="13267" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá L" ui-callback="btSelectSibling_13264" rel="[rel=item_13267]">
<span style="background-image:url(/item/s100/0500-364-prilba-o-neal-backflip-eclipse-oranzova-modra-l-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-365-prilba-o-neal-backflip-eclipse-oranzova-modra-xl.html" data-item-id="13268" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XL" ui-callback="btSelectSibling_13264" rel="[rel=item_13268]">
<span style="background-image:url(/item/s100/0500-365-prilba-o-neal-backflip-eclipse-oranzova-modra-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-366-prilba-o-neal-backflip-eclipse-oranzova-modra-xxl.html" data-item-id="13269" data-item-name="Prilba O´Neal Backflip ECLIPSE oranžová/modrá XXL" ui-callback="btSelectSibling_13264" rel="[rel=item_13269]">
<span style="background-image:url(/item/s100/0500-366-prilba-o-neal-backflip-eclipse-oranzova-modra-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ECLIPSE oranžová/modrá <strong>XXL</strong></q>
</a>
</td>
<td>skladom</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_13264');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13264').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13264'];
/** */
$['btSelectSibling_13264'] = 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>
|
Prilba O´Neal Backflip ECLIPSE oranžová/modrá XS
|
0500-361
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip STRIKE čierna/oranžová</h3>
<div>
<h5>0500-37<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s160/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png" alt="Prilba O´Neal Backflip STRIKE čierna/oranžová XS" rel="item_13270" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-371-prilba-o-neal-backflip-strike-cierna-oranzova-xs.html" ui-dg="dgViewDetail_13270" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13270/add" ui-dg="dgAddToCart_13270" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13270" style="display:none;">
<form id="fmAddToCart_13270" class="c_24 form" action="/item/13270/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s180/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png" rel="item_13270" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13270">
<tr><td>Katalogové číslo</td><td>0500-371</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13271" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-372</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13272" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-373</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13273" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-374</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13274" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-375</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13275" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-376</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/oranžová</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13270_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13270_quantity" name="fmAddToCart_13270[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13270_item" name="fmAddToCart_13270[item]" value="13270" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13270">
<td>
<a href="/produkty/0500-371-prilba-o-neal-backflip-strike-cierna-oranzova-xs.html" data-item-id="13270" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XS" ui-callback="btSelectSibling_13270" rel="[rel=item_13270]">
<span style="background-image:url(/item/s100/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XS</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-371-prilba-o-neal-backflip-strike-cierna-oranzova-xs.html" class="ui-button small" data-item-id="13270" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XS" ui-callback="btSelectSibling_13270" rel="[rel=item_13270]">vybrať variantu</a></td>
</tr>
<tr id="r13271">
<td>
<a href="/produkty/0500-372-prilba-o-neal-backflip-strike-cierna-oranzova-s.html" data-item-id="13271" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová S" ui-callback="btSelectSibling_13270" rel="[rel=item_13271]">
<span style="background-image:url(/item/s100/0500-372-prilba-o-neal-backflip-strike-cerna-oranzova-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-372-prilba-o-neal-backflip-strike-cierna-oranzova-s.html" class="ui-button small" data-item-id="13271" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová S" ui-callback="btSelectSibling_13270" rel="[rel=item_13271]">vybrať variantu</a></td>
</tr>
<tr id="r13272">
<td>
<a href="/produkty/0500-373-prilba-o-neal-backflip-strike-cierna-oranzova-m.html" data-item-id="13272" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová M" ui-callback="btSelectSibling_13270" rel="[rel=item_13272]">
<span style="background-image:url(/item/s100/0500-373-prilba-o-neal-backflip-strike-cerna-oranzova-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-373-prilba-o-neal-backflip-strike-cierna-oranzova-m.html" class="ui-button small" data-item-id="13272" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová M" ui-callback="btSelectSibling_13270" rel="[rel=item_13272]">vybrať variantu</a></td>
</tr>
<tr id="r13273">
<td>
<a href="/produkty/0500-374-prilba-o-neal-backflip-strike-cierna-oranzova-l.html" data-item-id="13273" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová L" ui-callback="btSelectSibling_13270" rel="[rel=item_13273]">
<span style="background-image:url(/item/s100/0500-374-prilba-o-neal-backflip-strike-cerna-oranzova-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>L</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-374-prilba-o-neal-backflip-strike-cierna-oranzova-l.html" class="ui-button small" data-item-id="13273" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová L" ui-callback="btSelectSibling_13270" rel="[rel=item_13273]">vybrať variantu</a></td>
</tr>
<tr id="r13274">
<td>
<a href="/produkty/0500-375-prilba-o-neal-backflip-strike-cierna-oranzova-xl.html" data-item-id="13274" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XL" ui-callback="btSelectSibling_13270" rel="[rel=item_13274]">
<span style="background-image:url(/item/s100/0500-375-prilba-o-neal-backflip-strike-cerna-oranzova-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-375-prilba-o-neal-backflip-strike-cierna-oranzova-xl.html" class="ui-button small" data-item-id="13274" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XL" ui-callback="btSelectSibling_13270" rel="[rel=item_13274]">vybrať variantu</a></td>
</tr>
<tr id="r13275">
<td>
<a href="/produkty/0500-376-prilba-o-neal-backflip-strike-cierna-oranzova-xxl.html" data-item-id="13275" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XXL" ui-callback="btSelectSibling_13270" rel="[rel=item_13275]">
<span style="background-image:url(/item/s100/0500-376-prilba-o-neal-backflip-strike-cerna-oranzova-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-376-prilba-o-neal-backflip-strike-cierna-oranzova-xxl.html" class="ui-button small" data-item-id="13275" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XXL" ui-callback="btSelectSibling_13270" rel="[rel=item_13275]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13270__token" name="fmAddToCart_13270[_token]" value="TB_K6Q0RQR7mHxjI9IqwRfDhFgj3CcDFjaXUtbRQgJI" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13270'];
function $dg() {
return $('#dgAddToCart_13270');
};
function $f() {
return $('#fmAddToCart_13270', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13270]', $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_13270'] = 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: 'Prilba O´Neal Backflip STRIKE čierna/oranžová XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13270" 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\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s300/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png" rel="item_13270" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png" rel="item_13270" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png" rel="item_13270" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png" rel="item_13270" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png" rel="item_13270" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png" rel="item_13270" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-7.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-8.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-9.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-10.png","\/item\/s960\/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png"]">
<img src="/item/s120/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-11.png" rel="item_13270" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13270">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-371</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13271" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-372</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13272" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-373</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13273" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-374</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13274" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-375</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13275" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-376</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/oranžová</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-371-prilba-o-neal-backflip-strike-cierna-oranzova-xs.html" data-item-id="13270" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XS" ui-callback="btSelectSibling_13270" rel="[rel=item_13270]">
<span style="background-image:url(/item/s100/0500-371-prilba-o-neal-backflip-strike-cerna-oranzova-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-372-prilba-o-neal-backflip-strike-cierna-oranzova-s.html" data-item-id="13271" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová S" ui-callback="btSelectSibling_13270" rel="[rel=item_13271]">
<span style="background-image:url(/item/s100/0500-372-prilba-o-neal-backflip-strike-cerna-oranzova-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-373-prilba-o-neal-backflip-strike-cierna-oranzova-m.html" data-item-id="13272" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová M" ui-callback="btSelectSibling_13270" rel="[rel=item_13272]">
<span style="background-image:url(/item/s100/0500-373-prilba-o-neal-backflip-strike-cerna-oranzova-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-374-prilba-o-neal-backflip-strike-cierna-oranzova-l.html" data-item-id="13273" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová L" ui-callback="btSelectSibling_13270" rel="[rel=item_13273]">
<span style="background-image:url(/item/s100/0500-374-prilba-o-neal-backflip-strike-cerna-oranzova-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-375-prilba-o-neal-backflip-strike-cierna-oranzova-xl.html" data-item-id="13274" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XL" ui-callback="btSelectSibling_13270" rel="[rel=item_13274]">
<span style="background-image:url(/item/s100/0500-375-prilba-o-neal-backflip-strike-cerna-oranzova-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-376-prilba-o-neal-backflip-strike-cierna-oranzova-xxl.html" data-item-id="13275" data-item-name="Prilba O´Neal Backflip STRIKE čierna/oranžová XXL" ui-callback="btSelectSibling_13270" rel="[rel=item_13275]">
<span style="background-image:url(/item/s100/0500-376-prilba-o-neal-backflip-strike-cerna-oranzova-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/oranžová <strong>XXL</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_13270');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip STRIKE čierna/oranžová XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13270').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13270'];
/** */
$['btSelectSibling_13270'] = 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>
|
Prilba O´Neal Backflip STRIKE čierna/oranžová XS
|
0500-371
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip STRIKE žltá/čierna</h3>
<div>
<h5>0500-38<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s160/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png" alt="Prilba O´Neal Backflip STRIKE žltá/čierna XS" rel="item_13276" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-381-prilba-o-neal-backflip-strike-zlta-cierna-xs.html" ui-dg="dgViewDetail_13276" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13276/add" ui-dg="dgAddToCart_13276" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13276" style="display:none;">
<form id="fmAddToCart_13276" class="c_24 form" action="/item/13276/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s180/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png" rel="item_13276" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13276">
<tr><td>Katalogové číslo</td><td>0500-381</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13277" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-382</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13278" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-383</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13279" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-384</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13280" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-385</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13281" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-386</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">žlutá/černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13276_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13276_quantity" name="fmAddToCart_13276[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13276_item" name="fmAddToCart_13276[item]" value="13276" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13276">
<td>
<a href="/produkty/0500-381-prilba-o-neal-backflip-strike-zlta-cierna-xs.html" data-item-id="13276" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XS" ui-callback="btSelectSibling_13276" rel="[rel=item_13276]">
<span style="background-image:url(/item/s100/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XS</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-381-prilba-o-neal-backflip-strike-zlta-cierna-xs.html" class="ui-button small" data-item-id="13276" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XS" ui-callback="btSelectSibling_13276" rel="[rel=item_13276]">vybrať variantu</a></td>
</tr>
<tr id="r13277">
<td>
<a href="/produkty/0500-382-prilba-o-neal-backflip-strike-zlta-cierna-s.html" data-item-id="13277" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna S" ui-callback="btSelectSibling_13276" rel="[rel=item_13277]">
<span style="background-image:url(/item/s100/0500-382-prilba-o-neal-backflip-strike-zluta-cerna-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-382-prilba-o-neal-backflip-strike-zlta-cierna-s.html" class="ui-button small" data-item-id="13277" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna S" ui-callback="btSelectSibling_13276" rel="[rel=item_13277]">vybrať variantu</a></td>
</tr>
<tr id="r13278">
<td>
<a href="/produkty/0500-383-prilba-o-neal-backflip-strike-zlta-cierna-m.html" data-item-id="13278" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna M" ui-callback="btSelectSibling_13276" rel="[rel=item_13278]">
<span style="background-image:url(/item/s100/0500-383-prilba-o-neal-backflip-strike-zluta-cerna-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-383-prilba-o-neal-backflip-strike-zlta-cierna-m.html" class="ui-button small" data-item-id="13278" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna M" ui-callback="btSelectSibling_13276" rel="[rel=item_13278]">vybrať variantu</a></td>
</tr>
<tr id="r13279">
<td>
<a href="/produkty/0500-384-prilba-o-neal-backflip-strike-zlta-cierna-l.html" data-item-id="13279" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna L" ui-callback="btSelectSibling_13276" rel="[rel=item_13279]">
<span style="background-image:url(/item/s100/0500-384-prilba-o-neal-backflip-strike-zluta-cerna-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>L</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-384-prilba-o-neal-backflip-strike-zlta-cierna-l.html" class="ui-button small" data-item-id="13279" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna L" ui-callback="btSelectSibling_13276" rel="[rel=item_13279]">vybrať variantu</a></td>
</tr>
<tr id="r13280">
<td>
<a href="/produkty/0500-385-prilba-o-neal-backflip-strike-zlta-cierna-xl.html" data-item-id="13280" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XL" ui-callback="btSelectSibling_13276" rel="[rel=item_13280]">
<span style="background-image:url(/item/s100/0500-385-prilba-o-neal-backflip-strike-zluta-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-385-prilba-o-neal-backflip-strike-zlta-cierna-xl.html" class="ui-button small" data-item-id="13280" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XL" ui-callback="btSelectSibling_13276" rel="[rel=item_13280]">vybrať variantu</a></td>
</tr>
<tr id="r13281">
<td>
<a href="/produkty/0500-386-prilba-o-neal-backflip-strike-zlta-cierna-xxl.html" data-item-id="13281" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XXL" ui-callback="btSelectSibling_13276" rel="[rel=item_13281]">
<span style="background-image:url(/item/s100/0500-386-prilba-o-neal-backflip-strike-zluta-cerna-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XXL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-386-prilba-o-neal-backflip-strike-zlta-cierna-xxl.html" class="ui-button small" data-item-id="13281" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XXL" ui-callback="btSelectSibling_13276" rel="[rel=item_13281]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13276__token" name="fmAddToCart_13276[_token]" value="DFYWFlhclz33xd2b1CoFU4wQd8wjgJ7fYmP_cmWFGrA" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13276'];
function $dg() {
return $('#dgAddToCart_13276');
};
function $f() {
return $('#fmAddToCart_13276', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13276]', $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_13276'] = 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: 'Prilba O´Neal Backflip STRIKE žltá/čierna XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13276" 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\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s300/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png" rel="item_13276" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png" rel="item_13276" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png" rel="item_13276" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png" rel="item_13276" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png" rel="item_13276" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png" rel="item_13276" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-7.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-9.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-10.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-8.png","\/item\/s960\/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png"]">
<img src="/item/s120/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-11.png" rel="item_13276" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13276">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-381</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13277" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-382</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13278" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-383</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13279" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-384</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13280" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-385</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13281" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-386</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">žlutá/černá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-381-prilba-o-neal-backflip-strike-zlta-cierna-xs.html" data-item-id="13276" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XS" ui-callback="btSelectSibling_13276" rel="[rel=item_13276]">
<span style="background-image:url(/item/s100/0500-381-prilba-o-neal-backflip-strike-zluta-cerna-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XS</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-382-prilba-o-neal-backflip-strike-zlta-cierna-s.html" data-item-id="13277" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna S" ui-callback="btSelectSibling_13276" rel="[rel=item_13277]">
<span style="background-image:url(/item/s100/0500-382-prilba-o-neal-backflip-strike-zluta-cerna-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-383-prilba-o-neal-backflip-strike-zlta-cierna-m.html" data-item-id="13278" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna M" ui-callback="btSelectSibling_13276" rel="[rel=item_13278]">
<span style="background-image:url(/item/s100/0500-383-prilba-o-neal-backflip-strike-zluta-cerna-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>M</strong></q>
</a>
</td>
<td>14.12.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-384-prilba-o-neal-backflip-strike-zlta-cierna-l.html" data-item-id="13279" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna L" ui-callback="btSelectSibling_13276" rel="[rel=item_13279]">
<span style="background-image:url(/item/s100/0500-384-prilba-o-neal-backflip-strike-zluta-cerna-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-385-prilba-o-neal-backflip-strike-zlta-cierna-xl.html" data-item-id="13280" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XL" ui-callback="btSelectSibling_13276" rel="[rel=item_13280]">
<span style="background-image:url(/item/s100/0500-385-prilba-o-neal-backflip-strike-zluta-cerna-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-386-prilba-o-neal-backflip-strike-zlta-cierna-xxl.html" data-item-id="13281" data-item-name="Prilba O´Neal Backflip STRIKE žltá/čierna XXL" ui-callback="btSelectSibling_13276" rel="[rel=item_13281]">
<span style="background-image:url(/item/s100/0500-386-prilba-o-neal-backflip-strike-zluta-cerna-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE žltá/čierna <strong>XXL</strong></q>
</a>
</td>
<td>skladom</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_13276');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip STRIKE žltá/čierna XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13276').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13276'];
/** */
$['btSelectSibling_13276'] = 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>
|
Prilba O´Neal Backflip STRIKE žltá/čierna XS
|
0500-381
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip STRIKE čierna/červená</h3>
<div>
<h5>0500-39<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s160/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png" alt="Prilba O´Neal Backflip STRIKE čierna/červená XS" rel="item_13282" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-391-prilba-o-neal-backflip-strike-cierna-cervena-xs.html" ui-dg="dgViewDetail_13282" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13282/add" ui-dg="dgAddToCart_13282" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13282" style="display:none;">
<form id="fmAddToCart_13282" class="c_24 form" action="/item/13282/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s180/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png" rel="item_13282" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13282">
<tr><td>Katalogové číslo</td><td>0500-391</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13283" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-392</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13284" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-393</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13285" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-394</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13286" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-395</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13287" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-396</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13282_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13282_quantity" name="fmAddToCart_13282[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13282_item" name="fmAddToCart_13282[item]" value="13282" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13282">
<td>
<a href="/produkty/0500-391-prilba-o-neal-backflip-strike-cierna-cervena-xs.html" data-item-id="13282" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XS" ui-callback="btSelectSibling_13282" rel="[rel=item_13282]">
<span style="background-image:url(/item/s100/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-391-prilba-o-neal-backflip-strike-cierna-cervena-xs.html" class="ui-button small" data-item-id="13282" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XS" ui-callback="btSelectSibling_13282" rel="[rel=item_13282]">vybrať variantu</a></td>
</tr>
<tr id="r13283">
<td>
<a href="/produkty/0500-392-prilba-o-neal-backflip-strike-cierna-cervena-s.html" data-item-id="13283" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená S" ui-callback="btSelectSibling_13282" rel="[rel=item_13283]">
<span style="background-image:url(/item/s100/0500-392-prilba-o-neal-backflip-strike-cerna-cervena-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-392-prilba-o-neal-backflip-strike-cierna-cervena-s.html" class="ui-button small" data-item-id="13283" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená S" ui-callback="btSelectSibling_13282" rel="[rel=item_13283]">vybrať variantu</a></td>
</tr>
<tr id="r13284">
<td>
<a href="/produkty/0500-393-prilba-o-neal-backflip-strike-cierna-cervena-m.html" data-item-id="13284" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená M" ui-callback="btSelectSibling_13282" rel="[rel=item_13284]">
<span style="background-image:url(/item/s100/0500-393-prilba-o-neal-backflip-strike-cerna-cervena-m-8.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-393-prilba-o-neal-backflip-strike-cierna-cervena-m.html" class="ui-button small" data-item-id="13284" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená M" ui-callback="btSelectSibling_13282" rel="[rel=item_13284]">vybrať variantu</a></td>
</tr>
<tr id="r13285">
<td>
<a href="/produkty/0500-394-prilba-o-neal-backflip-strike-cierna-cervena-l.html" data-item-id="13285" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená L" ui-callback="btSelectSibling_13282" rel="[rel=item_13285]">
<span style="background-image:url(/item/s100/0500-394-prilba-o-neal-backflip-strike-cerna-cervena-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>L</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-394-prilba-o-neal-backflip-strike-cierna-cervena-l.html" class="ui-button small" data-item-id="13285" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená L" ui-callback="btSelectSibling_13282" rel="[rel=item_13285]">vybrať variantu</a></td>
</tr>
<tr id="r13286">
<td>
<a href="/produkty/0500-395-prilba-o-neal-backflip-strike-cierna-cervena-xl.html" data-item-id="13286" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XL" ui-callback="btSelectSibling_13282" rel="[rel=item_13286]">
<span style="background-image:url(/item/s100/0500-395-prilba-o-neal-backflip-strike-cerna-cervena-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-395-prilba-o-neal-backflip-strike-cierna-cervena-xl.html" class="ui-button small" data-item-id="13286" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XL" ui-callback="btSelectSibling_13282" rel="[rel=item_13286]">vybrať variantu</a></td>
</tr>
<tr id="r13287">
<td>
<a href="/produkty/0500-396-prilba-o-neal-backflip-strike-cierna-cervena-xxl.html" data-item-id="13287" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XXL" ui-callback="btSelectSibling_13282" rel="[rel=item_13287]">
<span style="background-image:url(/item/s100/0500-396-prilba-o-neal-backflip-strike-cerna-cervena-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-396-prilba-o-neal-backflip-strike-cierna-cervena-xxl.html" class="ui-button small" data-item-id="13287" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XXL" ui-callback="btSelectSibling_13282" rel="[rel=item_13287]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13282__token" name="fmAddToCart_13282[_token]" value="5BefGTBGwV2o3M9gyF4TDw9p59Hc7DhAfqI1vUC-pyQ" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13282'];
function $dg() {
return $('#dgAddToCart_13282');
};
function $f() {
return $('#fmAddToCart_13282', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13282]', $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_13282'] = 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: 'Prilba O´Neal Backflip STRIKE čierna/červená XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13282" 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\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s300/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png" rel="item_13282" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png" rel="item_13282" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png" rel="item_13282" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png" rel="item_13282" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png" rel="item_13282" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png" rel="item_13282" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-7.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-6.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-9.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-10.png","\/item\/s960\/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png"]">
<img src="/item/s120/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-11.png" rel="item_13282" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13282">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-391</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13283" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-392</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13284" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-393</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13285" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-394</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13286" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-395</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13287" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-396</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
11.1.2029
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-391-prilba-o-neal-backflip-strike-cierna-cervena-xs.html" data-item-id="13282" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XS" ui-callback="btSelectSibling_13282" rel="[rel=item_13282]">
<span style="background-image:url(/item/s100/0500-391-prilba-o-neal-backflip-strike-cerna-cervena-xs-8.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-392-prilba-o-neal-backflip-strike-cierna-cervena-s.html" data-item-id="13283" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená S" ui-callback="btSelectSibling_13282" rel="[rel=item_13283]">
<span style="background-image:url(/item/s100/0500-392-prilba-o-neal-backflip-strike-cerna-cervena-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-393-prilba-o-neal-backflip-strike-cierna-cervena-m.html" data-item-id="13284" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená M" ui-callback="btSelectSibling_13282" rel="[rel=item_13284]">
<span style="background-image:url(/item/s100/0500-393-prilba-o-neal-backflip-strike-cerna-cervena-m-8.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-394-prilba-o-neal-backflip-strike-cierna-cervena-l.html" data-item-id="13285" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená L" ui-callback="btSelectSibling_13282" rel="[rel=item_13285]">
<span style="background-image:url(/item/s100/0500-394-prilba-o-neal-backflip-strike-cerna-cervena-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-395-prilba-o-neal-backflip-strike-cierna-cervena-xl.html" data-item-id="13286" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XL" ui-callback="btSelectSibling_13282" rel="[rel=item_13286]">
<span style="background-image:url(/item/s100/0500-395-prilba-o-neal-backflip-strike-cerna-cervena-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-396-prilba-o-neal-backflip-strike-cierna-cervena-xxl.html" data-item-id="13287" data-item-name="Prilba O´Neal Backflip STRIKE čierna/červená XXL" ui-callback="btSelectSibling_13282" rel="[rel=item_13287]">
<span style="background-image:url(/item/s100/0500-396-prilba-o-neal-backflip-strike-cerna-cervena-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/červená <strong>XXL</strong></q>
</a>
</td>
<td>11.1.2029</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_13282');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip STRIKE čierna/červená XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13282').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13282'];
/** */
$['btSelectSibling_13282'] = 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>
|
Prilba O´Neal Backflip STRIKE čierna/červená XS
|
0500-391
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip STRIKE čierna/sivá</h3>
<div>
<h5>0500-42<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s160/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png" alt="Prilba O´Neal Backflip STRIKE čierna/sivá XS" rel="item_13288" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-421-prilba-o-neal-backflip-strike-cierna-siva-xs.html" ui-dg="dgViewDetail_13288" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13288/add" ui-dg="dgAddToCart_13288" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13288" style="display:none;">
<form id="fmAddToCart_13288" class="c_24 form" action="/item/13288/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s180/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png" rel="item_13288" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13288">
<tr><td>Katalogové číslo</td><td>0500-421</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13289" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-422</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13290" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-423</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13291" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-424</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13292" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-425</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13293" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-426</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/šedá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13288_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13288_quantity" name="fmAddToCart_13288[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13288_item" name="fmAddToCart_13288[item]" value="13288" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13288">
<td>
<a href="/produkty/0500-421-prilba-o-neal-backflip-strike-cierna-siva-xs.html" data-item-id="13288" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XS" ui-callback="btSelectSibling_13288" rel="[rel=item_13288]">
<span style="background-image:url(/item/s100/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-421-prilba-o-neal-backflip-strike-cierna-siva-xs.html" class="ui-button small" data-item-id="13288" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XS" ui-callback="btSelectSibling_13288" rel="[rel=item_13288]">vybrať variantu</a></td>
</tr>
<tr id="r13289">
<td>
<a href="/produkty/0500-422-prilba-o-neal-backflip-strike-cierna-siva-s.html" data-item-id="13289" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá S" ui-callback="btSelectSibling_13288" rel="[rel=item_13289]">
<span style="background-image:url(/item/s100/0500-422-prilba-o-neal-backflip-strike-cerna-seda-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-422-prilba-o-neal-backflip-strike-cierna-siva-s.html" class="ui-button small" data-item-id="13289" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá S" ui-callback="btSelectSibling_13288" rel="[rel=item_13289]">vybrať variantu</a></td>
</tr>
<tr id="r13290">
<td>
<a href="/produkty/0500-423-prilba-o-neal-backflip-strike-cierna-siva-m.html" data-item-id="13290" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá M" ui-callback="btSelectSibling_13288" rel="[rel=item_13290]">
<span style="background-image:url(/item/s100/0500-423-prilba-o-neal-backflip-strike-cerna-seda-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>M</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-423-prilba-o-neal-backflip-strike-cierna-siva-m.html" class="ui-button small" data-item-id="13290" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá M" ui-callback="btSelectSibling_13288" rel="[rel=item_13290]">vybrať variantu</a></td>
</tr>
<tr id="r13291">
<td>
<a href="/produkty/0500-424-prilba-o-neal-backflip-strike-cierna-siva-l.html" data-item-id="13291" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá L" ui-callback="btSelectSibling_13288" rel="[rel=item_13291]">
<span style="background-image:url(/item/s100/0500-424-prilba-o-neal-backflip-strike-cerna-seda-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>L</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-424-prilba-o-neal-backflip-strike-cierna-siva-l.html" class="ui-button small" data-item-id="13291" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá L" ui-callback="btSelectSibling_13288" rel="[rel=item_13291]">vybrať variantu</a></td>
</tr>
<tr id="r13292">
<td>
<a href="/produkty/0500-425-prilba-o-neal-backflip-strike-cierna-siva-xl.html" data-item-id="13292" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XL" ui-callback="btSelectSibling_13288" rel="[rel=item_13292]">
<span style="background-image:url(/item/s100/0500-425-prilba-o-neal-backflip-strike-cerna-seda-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-425-prilba-o-neal-backflip-strike-cierna-siva-xl.html" class="ui-button small" data-item-id="13292" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XL" ui-callback="btSelectSibling_13288" rel="[rel=item_13292]">vybrať variantu</a></td>
</tr>
<tr id="r13293">
<td>
<a href="/produkty/0500-426-prilba-o-neal-backflip-strike-cierna-siva-xxl.html" data-item-id="13293" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XXL" ui-callback="btSelectSibling_13288" rel="[rel=item_13293]">
<span style="background-image:url(/item/s100/0500-426-prilba-o-neal-backflip-strike-cerna-seda-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-426-prilba-o-neal-backflip-strike-cierna-siva-xxl.html" class="ui-button small" data-item-id="13293" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XXL" ui-callback="btSelectSibling_13288" rel="[rel=item_13293]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13288__token" name="fmAddToCart_13288[_token]" value="fWGcEZGzkdXw5sJj8WQIVR-MpWbH4w5_g9txQytiLXc" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13288'];
function $dg() {
return $('#dgAddToCart_13288');
};
function $f() {
return $('#fmAddToCart_13288', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13288]', $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_13288'] = 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: 'Prilba O´Neal Backflip STRIKE čierna/sivá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13288" 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\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s300/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png" rel="item_13288" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png" rel="item_13288" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png" rel="item_13288" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png" rel="item_13288" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png" rel="item_13288" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png" rel="item_13288" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-7.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-8.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-9.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-10.png","\/item\/s960\/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png"]">
<img src="/item/s120/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-11.png" rel="item_13288" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13288">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-421</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13289" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-422</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13290" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-423</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13291" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-424</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13292" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-425</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13293" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-426</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/šedá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-421-prilba-o-neal-backflip-strike-cierna-siva-xs.html" data-item-id="13288" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XS" ui-callback="btSelectSibling_13288" rel="[rel=item_13288]">
<span style="background-image:url(/item/s100/0500-421-prilba-o-neal-backflip-strike-cerna-seda-xs-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-422-prilba-o-neal-backflip-strike-cierna-siva-s.html" data-item-id="13289" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá S" ui-callback="btSelectSibling_13288" rel="[rel=item_13289]">
<span style="background-image:url(/item/s100/0500-422-prilba-o-neal-backflip-strike-cerna-seda-s-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-423-prilba-o-neal-backflip-strike-cierna-siva-m.html" data-item-id="13290" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá M" ui-callback="btSelectSibling_13288" rel="[rel=item_13290]">
<span style="background-image:url(/item/s100/0500-423-prilba-o-neal-backflip-strike-cerna-seda-m-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-424-prilba-o-neal-backflip-strike-cierna-siva-l.html" data-item-id="13291" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá L" ui-callback="btSelectSibling_13288" rel="[rel=item_13291]">
<span style="background-image:url(/item/s100/0500-424-prilba-o-neal-backflip-strike-cerna-seda-l-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-425-prilba-o-neal-backflip-strike-cierna-siva-xl.html" data-item-id="13292" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XL" ui-callback="btSelectSibling_13288" rel="[rel=item_13292]">
<span style="background-image:url(/item/s100/0500-425-prilba-o-neal-backflip-strike-cerna-seda-xl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-426-prilba-o-neal-backflip-strike-cierna-siva-xxl.html" data-item-id="13293" data-item-name="Prilba O´Neal Backflip STRIKE čierna/sivá XXL" ui-callback="btSelectSibling_13288" rel="[rel=item_13293]">
<span style="background-image:url(/item/s100/0500-426-prilba-o-neal-backflip-strike-cerna-seda-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip STRIKE čierna/sivá <strong>XXL</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_13288');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip STRIKE čierna/sivá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13288').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13288'];
/** */
$['btSelectSibling_13288'] = 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>
|
Prilba O´Neal Backflip STRIKE čierna/sivá XS
|
0500-421
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip KNOX čierna/zlatá</h3>
<div>
<h5>0500-43<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s160/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png" alt="Prilba O´Neal Backflip KNOX čierna/zlatá XS" rel="item_13294" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-431-prilba-o-neal-backflip-knox-cierna-zlata-xs.html" ui-dg="dgViewDetail_13294" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13294/add" ui-dg="dgAddToCart_13294" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13294" style="display:none;">
<form id="fmAddToCart_13294" class="c_24 form" action="/item/13294/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s180/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png" rel="item_13294" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13294">
<tr><td>Katalogové číslo</td><td>0500-431</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13295" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-432</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13296" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-433</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13297" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-434</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">2.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13298" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-435</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">19.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13299" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-436</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/zlatá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">2.6.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13294_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13294_quantity" name="fmAddToCart_13294[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13294_item" name="fmAddToCart_13294[item]" value="13294" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13294">
<td>
<a href="/produkty/0500-431-prilba-o-neal-backflip-knox-cierna-zlata-xs.html" data-item-id="13294" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XS" ui-callback="btSelectSibling_13294" rel="[rel=item_13294]">
<span style="background-image:url(/item/s100/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-431-prilba-o-neal-backflip-knox-cierna-zlata-xs.html" class="ui-button small" data-item-id="13294" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XS" ui-callback="btSelectSibling_13294" rel="[rel=item_13294]">vybrať variantu</a></td>
</tr>
<tr id="r13295">
<td>
<a href="/produkty/0500-432-prilba-o-neal-backflip-knox-cierna-zlata-s.html" data-item-id="13295" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá S" ui-callback="btSelectSibling_13294" rel="[rel=item_13295]">
<span style="background-image:url(/item/s100/0500-432-prilba-o-neal-backflip-knox-cerna-zlata-s-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-432-prilba-o-neal-backflip-knox-cierna-zlata-s.html" class="ui-button small" data-item-id="13295" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá S" ui-callback="btSelectSibling_13294" rel="[rel=item_13295]">vybrať variantu</a></td>
</tr>
<tr id="r13296">
<td>
<a href="/produkty/0500-433-prilba-o-neal-backflip-knox-cierna-zlata-m.html" data-item-id="13296" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá M" ui-callback="btSelectSibling_13294" rel="[rel=item_13296]">
<span style="background-image:url(/item/s100/0500-433-prilba-o-neal-backflip-knox-cerna-zlata-m-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-433-prilba-o-neal-backflip-knox-cierna-zlata-m.html" class="ui-button small" data-item-id="13296" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá M" ui-callback="btSelectSibling_13294" rel="[rel=item_13296]">vybrať variantu</a></td>
</tr>
<tr id="r13297">
<td>
<a href="/produkty/0500-434-prilba-o-neal-backflip-knox-cierna-zlata-l.html" data-item-id="13297" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá L" ui-callback="btSelectSibling_13294" rel="[rel=item_13297]">
<span style="background-image:url(/item/s100/0500-434-prilba-o-neal-backflip-knox-cerna-zlata-l-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>L</strong></q>
</a>
</td>
<td>2.6.2022</td>
<td><a href="/produkty/0500-434-prilba-o-neal-backflip-knox-cierna-zlata-l.html" class="ui-button small" data-item-id="13297" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá L" ui-callback="btSelectSibling_13294" rel="[rel=item_13297]">vybrať variantu</a></td>
</tr>
<tr id="r13298">
<td>
<a href="/produkty/0500-435-prilba-o-neal-backflip-knox-cierna-zlata-xl.html" data-item-id="13298" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XL" ui-callback="btSelectSibling_13294" rel="[rel=item_13298]">
<span style="background-image:url(/item/s100/0500-435-prilba-o-neal-backflip-knox-cerna-zlata-xl-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XL</strong></q>
</a>
</td>
<td>19.6.2022</td>
<td><a href="/produkty/0500-435-prilba-o-neal-backflip-knox-cierna-zlata-xl.html" class="ui-button small" data-item-id="13298" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XL" ui-callback="btSelectSibling_13294" rel="[rel=item_13298]">vybrať variantu</a></td>
</tr>
<tr id="r13299">
<td>
<a href="/produkty/0500-436-prilba-o-neal-backflip-knox-cierna-zlata-xxl.html" data-item-id="13299" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XXL" ui-callback="btSelectSibling_13294" rel="[rel=item_13299]">
<span style="background-image:url(/item/s100/0500-436-prilba-o-neal-backflip-knox-cerna-zlata-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XXL</strong></q>
</a>
</td>
<td>2.6.2022</td>
<td><a href="/produkty/0500-436-prilba-o-neal-backflip-knox-cierna-zlata-xxl.html" class="ui-button small" data-item-id="13299" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XXL" ui-callback="btSelectSibling_13294" rel="[rel=item_13299]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13294__token" name="fmAddToCart_13294[_token]" value="ufzZgH-1xpQ5gs02nz4jIeTYcxDs0vVP5dXZdCrf7vc" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13294'];
function $dg() {
return $('#dgAddToCart_13294');
};
function $f() {
return $('#fmAddToCart_13294', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13294]', $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_13294'] = 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: 'Prilba O´Neal Backflip KNOX čierna/zlatá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13294" 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\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s300/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png" rel="item_13294" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png" rel="item_13294" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png" rel="item_13294" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png" rel="item_13294" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png" rel="item_13294" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png" rel="item_13294" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-7.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-8.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-9.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-10.png","\/item\/s960\/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png"]">
<img src="/item/s120/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-11.png" rel="item_13294" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Matné provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13294">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-431</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13295" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-432</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13296" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-433</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13297" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-434</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13298" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-435</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
28.2.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13299" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-436</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/zlatá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
14.12.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-431-prilba-o-neal-backflip-knox-cierna-zlata-xs.html" data-item-id="13294" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XS" ui-callback="btSelectSibling_13294" rel="[rel=item_13294]">
<span style="background-image:url(/item/s100/0500-431-prilba-o-neal-backflip-knox-cerna-zlata-xs-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-432-prilba-o-neal-backflip-knox-cierna-zlata-s.html" data-item-id="13295" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá S" ui-callback="btSelectSibling_13294" rel="[rel=item_13295]">
<span style="background-image:url(/item/s100/0500-432-prilba-o-neal-backflip-knox-cerna-zlata-s-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-433-prilba-o-neal-backflip-knox-cierna-zlata-m.html" data-item-id="13296" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá M" ui-callback="btSelectSibling_13294" rel="[rel=item_13296]">
<span style="background-image:url(/item/s100/0500-433-prilba-o-neal-backflip-knox-cerna-zlata-m-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-434-prilba-o-neal-backflip-knox-cierna-zlata-l.html" data-item-id="13297" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá L" ui-callback="btSelectSibling_13294" rel="[rel=item_13297]">
<span style="background-image:url(/item/s100/0500-434-prilba-o-neal-backflip-knox-cerna-zlata-l-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-435-prilba-o-neal-backflip-knox-cierna-zlata-xl.html" data-item-id="13298" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XL" ui-callback="btSelectSibling_13294" rel="[rel=item_13298]">
<span style="background-image:url(/item/s100/0500-435-prilba-o-neal-backflip-knox-cerna-zlata-xl-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XL</strong></q>
</a>
</td>
<td>28.2.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-436-prilba-o-neal-backflip-knox-cierna-zlata-xxl.html" data-item-id="13299" data-item-name="Prilba O´Neal Backflip KNOX čierna/zlatá XXL" ui-callback="btSelectSibling_13294" rel="[rel=item_13299]">
<span style="background-image:url(/item/s100/0500-436-prilba-o-neal-backflip-knox-cerna-zlata-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip KNOX čierna/zlatá <strong>XXL</strong></q>
</a>
</td>
<td>14.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_13294');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip KNOX čierna/zlatá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13294').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13294'];
/** */
$['btSelectSibling_13294'] = 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>
|
Prilba O´Neal Backflip KNOX čierna/zlatá XS
|
0500-431
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Backflip ZOMBIE čierna/žltá</h3>
<div>
<h5>0500-44<em>x</em></h5>
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s160/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png" alt="Prilba O´Neal Backflip ZOMBIE čierna/žltá XS" rel="item_13300" />
</a>
<div>
<p class="unit EUR">129.99</p>
<a href="/produkty/0500-441-prilba-o-neal-backflip-zombie-cierna-zlta-xs.html" ui-dg="dgViewDetail_13300" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/13300/add" ui-dg="dgAddToCart_13300" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_13300" style="display:none;">
<form id="fmAddToCart_13300" class="c_24 form" action="/item/13300/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s180/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png" rel="item_13300" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_13300">
<tr><td>Katalogové číslo</td><td>0500-441</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13301" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-442</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13302" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-443</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13303" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-444</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">6.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13304" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-445</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
<table rel="item_13305" style="display:none;">
<tr><td>Katalogové číslo</td><td>0500-446</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XXL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/žlutá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_13300_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_13300_quantity" name="fmAddToCart_13300[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_13300_item" name="fmAddToCart_13300[item]" value="13300" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (6)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings" ui-slimscroll="{"height":179,"alwaysVisible":true}">
<tbody>
<tr id="r13300">
<td>
<a href="/produkty/0500-441-prilba-o-neal-backflip-zombie-cierna-zlta-xs.html" data-item-id="13300" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XS" ui-callback="btSelectSibling_13300" rel="[rel=item_13300]">
<span style="background-image:url(/item/s100/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XS</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-441-prilba-o-neal-backflip-zombie-cierna-zlta-xs.html" class="ui-button small" data-item-id="13300" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XS" ui-callback="btSelectSibling_13300" rel="[rel=item_13300]">vybrať variantu</a></td>
</tr>
<tr id="r13301">
<td>
<a href="/produkty/0500-442-prilba-o-neal-backflip-zombie-cierna-zlta-s.html" data-item-id="13301" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá S" ui-callback="btSelectSibling_13300" rel="[rel=item_13301]">
<span style="background-image:url(/item/s100/0500-442-prilba-o-neal-backflip-zombie-cerna-zluta-s-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-442-prilba-o-neal-backflip-zombie-cierna-zlta-s.html" class="ui-button small" data-item-id="13301" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá S" ui-callback="btSelectSibling_13300" rel="[rel=item_13301]">vybrať variantu</a></td>
</tr>
<tr id="r13302">
<td>
<a href="/produkty/0500-443-prilba-o-neal-backflip-zombie-cierna-zlta-m.html" data-item-id="13302" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá M" ui-callback="btSelectSibling_13300" rel="[rel=item_13302]">
<span style="background-image:url(/item/s100/0500-443-prilba-o-neal-backflip-zombie-cerna-zluta-m-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-443-prilba-o-neal-backflip-zombie-cierna-zlta-m.html" class="ui-button small" data-item-id="13302" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá M" ui-callback="btSelectSibling_13300" rel="[rel=item_13302]">vybrať variantu</a></td>
</tr>
<tr id="r13303">
<td>
<a href="/produkty/0500-444-prilba-o-neal-backflip-zombie-cierna-zlta-l.html" data-item-id="13303" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá L" ui-callback="btSelectSibling_13300" rel="[rel=item_13303]">
<span style="background-image:url(/item/s100/0500-444-prilba-o-neal-backflip-zombie-cerna-zluta-l-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>L</strong></q>
</a>
</td>
<td>6.5.2022</td>
<td><a href="/produkty/0500-444-prilba-o-neal-backflip-zombie-cierna-zlta-l.html" class="ui-button small" data-item-id="13303" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá L" ui-callback="btSelectSibling_13300" rel="[rel=item_13303]">vybrať variantu</a></td>
</tr>
<tr id="r13304">
<td>
<a href="/produkty/0500-445-prilba-o-neal-backflip-zombie-cierna-zlta-xl.html" data-item-id="13304" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XL" ui-callback="btSelectSibling_13300" rel="[rel=item_13304]">
<span style="background-image:url(/item/s100/0500-445-prilba-o-neal-backflip-zombie-cerna-zluta-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0500-445-prilba-o-neal-backflip-zombie-cierna-zlta-xl.html" class="ui-button small" data-item-id="13304" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XL" ui-callback="btSelectSibling_13300" rel="[rel=item_13304]">vybrať variantu</a></td>
</tr>
<tr id="r13305">
<td>
<a href="/produkty/0500-446-prilba-o-neal-backflip-zombie-cierna-zlta-xxl.html" data-item-id="13305" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XXL" ui-callback="btSelectSibling_13300" rel="[rel=item_13305]">
<span style="background-image:url(/item/s100/0500-446-prilba-o-neal-backflip-zombie-cerna-zluta-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XXL</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0500-446-prilba-o-neal-backflip-zombie-cierna-zlta-xxl.html" class="ui-button small" data-item-id="13305" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XXL" ui-callback="btSelectSibling_13300" rel="[rel=item_13305]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_13300__token" name="fmAddToCart_13300[_token]" value="Cc4N_BagIQBLw0v2vi7Pg7P6kZVUluEdmnjYybMq_3U" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_13300'];
function $dg() {
return $('#dgAddToCart_13300');
};
function $f() {
return $('#fmAddToCart_13300', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_13300]', $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_13300'] = 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: 'Prilba O´Neal Backflip ZOMBIE čierna/žltá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_13300" 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\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s300/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png" rel="item_13300" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png" rel="item_13300" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png" rel="item_13300" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png" rel="item_13300" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png" rel="item_13300" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png" rel="item_13300" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-7.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-8.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-9.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-10.png","\/item\/s960\/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png"]">
<img src="/item/s120/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-11.png" rel="item_13300" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba vyrobená z ABS s mnoha ventilačními otvory pro lepší odvětrání a chlazení. Lakované provedení. Odolná vícebarevná grafika. Velmi jemné, pot absorbující a pratelné polstrování. O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě. Kompatibilní s Airflaps™. Předinstalované zalamovací bezpečnostní šrouby kšiltu pro vyšší bezpečnost v případě pádu. Výškově nastavitelný kšilt. Převyšuje požadavky normy EN1078 pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_13300">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-441</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13301" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-442</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">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13302" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-443</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">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13303" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-444</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">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13304" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-445</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</span></td>
</tr>
</table>
</div>
<div rel="item_13305" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0500-446</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">Veľkosť</td>
<td class="p23">
<span class="unit ">XXL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/žlutá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% ABS</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 EUR">107.43</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">129.99</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/0500-441-prilba-o-neal-backflip-zombie-cierna-zlta-xs.html" data-item-id="13300" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XS" ui-callback="btSelectSibling_13300" rel="[rel=item_13300]">
<span style="background-image:url(/item/s100/0500-441-prilba-o-neal-backflip-zombie-cerna-zluta-xs-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XS</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-442-prilba-o-neal-backflip-zombie-cierna-zlta-s.html" data-item-id="13301" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá S" ui-callback="btSelectSibling_13300" rel="[rel=item_13301]">
<span style="background-image:url(/item/s100/0500-442-prilba-o-neal-backflip-zombie-cerna-zluta-s-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-443-prilba-o-neal-backflip-zombie-cierna-zlta-m.html" data-item-id="13302" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá M" ui-callback="btSelectSibling_13300" rel="[rel=item_13302]">
<span style="background-image:url(/item/s100/0500-443-prilba-o-neal-backflip-zombie-cerna-zluta-m-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>M</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-444-prilba-o-neal-backflip-zombie-cierna-zlta-l.html" data-item-id="13303" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá L" ui-callback="btSelectSibling_13300" rel="[rel=item_13303]">
<span style="background-image:url(/item/s100/0500-444-prilba-o-neal-backflip-zombie-cerna-zluta-l-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>L</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-445-prilba-o-neal-backflip-zombie-cierna-zlta-xl.html" data-item-id="13304" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XL" ui-callback="btSelectSibling_13300" rel="[rel=item_13304]">
<span style="background-image:url(/item/s100/0500-445-prilba-o-neal-backflip-zombie-cerna-zluta-xl-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XL</strong></q>
</a>
</td>
<td>13.1.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0500-446-prilba-o-neal-backflip-zombie-cierna-zlta-xxl.html" data-item-id="13305" data-item-name="Prilba O´Neal Backflip ZOMBIE čierna/žltá XXL" ui-callback="btSelectSibling_13300" rel="[rel=item_13305]">
<span style="background-image:url(/item/s100/0500-446-prilba-o-neal-backflip-zombie-cerna-zluta-xxl-6.png);"></span>
<q>Prilba O´Neal Backflip ZOMBIE čierna/žltá <strong>XXL</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_13300');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Backflip ZOMBIE čierna/žltá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_13300').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_13300'];
/** */
$['btSelectSibling_13300'] = 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>
|
Prilba O´Neal Backflip ZOMBIE čierna/žltá XS
|
0500-441
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Fury RIDE multi</h3>
<div>
<h5>0499-20<em>x</em></h5>
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s160/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png" alt="Prilba O´Neal Fury RIDE multi XS" rel="item_14743" />
</a>
<div>
<p class="unit EUR">159.99</p>
<a href="/produkty/0499-201-prilba-o-neal-fury-ride-multi-xs.html" ui-dg="dgViewDetail_14743" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/14743/add" ui-dg="dgAddToCart_14743" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_14743" style="display:none;">
<form id="fmAddToCart_14743" class="c_24 form" action="/item/14743/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s180/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png" rel="item_14743" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_14743">
<tr><td>Katalogové číslo</td><td>0499-201</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14744" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-202</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14745" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-203</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14746" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-204</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">20.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14747" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-205</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">multi</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">8.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_14743_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_14743_quantity" name="fmAddToCart_14743[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_14743_item" name="fmAddToCart_14743[item]" value="14743" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r14743">
<td>
<a href="/produkty/0499-201-prilba-o-neal-fury-ride-multi-xs.html" data-item-id="14743" data-item-name="Prilba O´Neal Fury RIDE multi XS" ui-callback="btSelectSibling_14743" rel="[rel=item_14743]">
<span style="background-image:url(/item/s100/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-201-prilba-o-neal-fury-ride-multi-xs.html" class="ui-button small" data-item-id="14743" data-item-name="Prilba O´Neal Fury RIDE multi XS" ui-callback="btSelectSibling_14743" rel="[rel=item_14743]">vybrať variantu</a></td>
</tr>
<tr id="r14744">
<td>
<a href="/produkty/0499-202-prilba-o-neal-fury-ride-multi-s.html" data-item-id="14744" data-item-name="Prilba O´Neal Fury RIDE multi S" ui-callback="btSelectSibling_14743" rel="[rel=item_14744]">
<span style="background-image:url(/item/s100/0499-202-prilba-o-neal-fury-ride-multi-s-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-202-prilba-o-neal-fury-ride-multi-s.html" class="ui-button small" data-item-id="14744" data-item-name="Prilba O´Neal Fury RIDE multi S" ui-callback="btSelectSibling_14743" rel="[rel=item_14744]">vybrať variantu</a></td>
</tr>
<tr id="r14745">
<td>
<a href="/produkty/0499-203-prilba-o-neal-fury-ride-multi-m.html" data-item-id="14745" data-item-name="Prilba O´Neal Fury RIDE multi M" ui-callback="btSelectSibling_14743" rel="[rel=item_14745]">
<span style="background-image:url(/item/s100/0499-203-prilba-o-neal-fury-ride-multi-m-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-203-prilba-o-neal-fury-ride-multi-m.html" class="ui-button small" data-item-id="14745" data-item-name="Prilba O´Neal Fury RIDE multi M" ui-callback="btSelectSibling_14743" rel="[rel=item_14745]">vybrať variantu</a></td>
</tr>
<tr id="r14746">
<td>
<a href="/produkty/0499-204-prilba-o-neal-fury-ride-multi-l.html" data-item-id="14746" data-item-name="Prilba O´Neal Fury RIDE multi L" ui-callback="btSelectSibling_14743" rel="[rel=item_14746]">
<span style="background-image:url(/item/s100/0499-204-prilba-o-neal-fury-ride-multi-l-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>L</strong></q>
</a>
</td>
<td>20.5.2022</td>
<td><a href="/produkty/0499-204-prilba-o-neal-fury-ride-multi-l.html" class="ui-button small" data-item-id="14746" data-item-name="Prilba O´Neal Fury RIDE multi L" ui-callback="btSelectSibling_14743" rel="[rel=item_14746]">vybrať variantu</a></td>
</tr>
<tr id="r14747">
<td>
<a href="/produkty/0499-205-prilba-o-neal-fury-ride-multi-xl.html" data-item-id="14747" data-item-name="Prilba O´Neal Fury RIDE multi XL" ui-callback="btSelectSibling_14743" rel="[rel=item_14747]">
<span style="background-image:url(/item/s100/0499-205-prilba-o-neal-fury-ride-multi-xl-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>XL</strong></q>
</a>
</td>
<td>8.5.2022</td>
<td><a href="/produkty/0499-205-prilba-o-neal-fury-ride-multi-xl.html" class="ui-button small" data-item-id="14747" data-item-name="Prilba O´Neal Fury RIDE multi XL" ui-callback="btSelectSibling_14743" rel="[rel=item_14747]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_14743__token" name="fmAddToCart_14743[_token]" value="bOdkxm8ecQuXOcFR_fpj0_55yFL37ExcOsg10myPCRk" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_14743'];
function $dg() {
return $('#dgAddToCart_14743');
};
function $f() {
return $('#fmAddToCart_14743', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_14743]', $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_14743'] = 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: 'Prilba O´Neal Fury RIDE multi XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_14743" 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\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s300/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png" rel="item_14743" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s120/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png" rel="item_14743" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s120/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png" rel="item_14743" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s120/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png" rel="item_14743" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-5.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-6.png","\/item\/s960\/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png"]">
<img src="/item/s120/0499-201-prilba-o-neal-fury-ride-multi-xs-7.png" rel="item_14743" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_14743">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-201</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14744" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-202</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14745" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-203</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14746" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-204</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14747" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-205</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">multi</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</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/0499-201-prilba-o-neal-fury-ride-multi-xs.html" data-item-id="14743" data-item-name="Prilba O´Neal Fury RIDE multi XS" ui-callback="btSelectSibling_14743" rel="[rel=item_14743]">
<span style="background-image:url(/item/s100/0499-201-prilba-o-neal-fury-ride-multi-xs-4.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-202-prilba-o-neal-fury-ride-multi-s.html" data-item-id="14744" data-item-name="Prilba O´Neal Fury RIDE multi S" ui-callback="btSelectSibling_14743" rel="[rel=item_14744]">
<span style="background-image:url(/item/s100/0499-202-prilba-o-neal-fury-ride-multi-s-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>S</strong></q>
</a>
</td>
<td>26.11.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-203-prilba-o-neal-fury-ride-multi-m.html" data-item-id="14745" data-item-name="Prilba O´Neal Fury RIDE multi M" ui-callback="btSelectSibling_14743" rel="[rel=item_14745]">
<span style="background-image:url(/item/s100/0499-203-prilba-o-neal-fury-ride-multi-m-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-204-prilba-o-neal-fury-ride-multi-l.html" data-item-id="14746" data-item-name="Prilba O´Neal Fury RIDE multi L" ui-callback="btSelectSibling_14743" rel="[rel=item_14746]">
<span style="background-image:url(/item/s100/0499-204-prilba-o-neal-fury-ride-multi-l-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>L</strong></q>
</a>
</td>
<td>26.11.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-205-prilba-o-neal-fury-ride-multi-xl.html" data-item-id="14747" data-item-name="Prilba O´Neal Fury RIDE multi XL" ui-callback="btSelectSibling_14743" rel="[rel=item_14747]">
<span style="background-image:url(/item/s100/0499-205-prilba-o-neal-fury-ride-multi-xl-1.png);"></span>
<q>Prilba O´Neal Fury RIDE multi <strong>XL</strong></q>
</a>
</td>
<td>26.11.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_14743');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Fury RIDE multi XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_14743').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_14743'];
/** */
$['btSelectSibling_14743'] = 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>
|
Prilba O´Neal Fury RIDE multi XS
|
0499-201
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Fury STAGE V.22 čierna/modrá</h3>
<div>
<h5>0499-30<em>x</em></h5>
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s160/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png" alt="Prilba O´Neal Fury STAGE V.22 čierna/modrá XS" rel="item_14748" />
</a>
<div>
<p class="unit EUR">159.99</p>
<a href="/produkty/0499-301-prilba-o-neal-fury-stage-v-22-cierna-modra-xs.html" ui-dg="dgViewDetail_14748" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/14748/add" ui-dg="dgAddToCart_14748" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_14748" style="display:none;">
<form id="fmAddToCart_14748" class="c_24 form" action="/item/14748/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s180/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png" rel="item_14748" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_14748">
<tr><td>Katalogové číslo</td><td>0499-301</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14749" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-302</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14750" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-303</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14751" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-304</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">8.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_14752" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-305</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá/modrá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_14748_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_14748_quantity" name="fmAddToCart_14748[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_14748_item" name="fmAddToCart_14748[item]" value="14748" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r14748">
<td>
<a href="/produkty/0499-301-prilba-o-neal-fury-stage-v-22-cierna-modra-xs.html" data-item-id="14748" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XS" ui-callback="btSelectSibling_14748" rel="[rel=item_14748]">
<span style="background-image:url(/item/s100/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-301-prilba-o-neal-fury-stage-v-22-cierna-modra-xs.html" class="ui-button small" data-item-id="14748" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XS" ui-callback="btSelectSibling_14748" rel="[rel=item_14748]">vybrať variantu</a></td>
</tr>
<tr id="r14749">
<td>
<a href="/produkty/0499-302-prilba-o-neal-fury-stage-v-22-cierna-modra-s.html" data-item-id="14749" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá S" ui-callback="btSelectSibling_14748" rel="[rel=item_14749]">
<span style="background-image:url(/item/s100/0499-302-prilba-o-neal-fury-stage-v-22-cerna-modra-s-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-302-prilba-o-neal-fury-stage-v-22-cierna-modra-s.html" class="ui-button small" data-item-id="14749" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá S" ui-callback="btSelectSibling_14748" rel="[rel=item_14749]">vybrať variantu</a></td>
</tr>
<tr id="r14750">
<td>
<a href="/produkty/0499-303-prilba-o-neal-fury-stage-v-22-cierna-modra-m.html" data-item-id="14750" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá M" ui-callback="btSelectSibling_14748" rel="[rel=item_14750]">
<span style="background-image:url(/item/s100/0499-303-prilba-o-neal-fury-stage-v-22-cerna-modra-m-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-303-prilba-o-neal-fury-stage-v-22-cierna-modra-m.html" class="ui-button small" data-item-id="14750" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá M" ui-callback="btSelectSibling_14748" rel="[rel=item_14750]">vybrať variantu</a></td>
</tr>
<tr id="r14751">
<td>
<a href="/produkty/0499-304-prilba-o-neal-fury-stage-v-22-cierna-modra-l.html" data-item-id="14751" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá L" ui-callback="btSelectSibling_14748" rel="[rel=item_14751]">
<span style="background-image:url(/item/s100/0499-304-prilba-o-neal-fury-stage-v-22-cerna-modra-l-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>L</strong></q>
</a>
</td>
<td>8.5.2022</td>
<td><a href="/produkty/0499-304-prilba-o-neal-fury-stage-v-22-cierna-modra-l.html" class="ui-button small" data-item-id="14751" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá L" ui-callback="btSelectSibling_14748" rel="[rel=item_14751]">vybrať variantu</a></td>
</tr>
<tr id="r14752">
<td>
<a href="/produkty/0499-305-prilba-o-neal-fury-stage-v-22-cierna-modra-xl.html" data-item-id="14752" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XL" ui-callback="btSelectSibling_14748" rel="[rel=item_14752]">
<span style="background-image:url(/item/s100/0499-305-prilba-o-neal-fury-stage-v-22-cerna-modra-xl-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>XL</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-305-prilba-o-neal-fury-stage-v-22-cierna-modra-xl.html" class="ui-button small" data-item-id="14752" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XL" ui-callback="btSelectSibling_14748" rel="[rel=item_14752]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_14748__token" name="fmAddToCart_14748[_token]" value="NY5DAQEoy4UI_z_AaZJB0ZOvK8ko_SVI4Y3dnkYdWOw" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_14748'];
function $dg() {
return $('#dgAddToCart_14748');
};
function $f() {
return $('#fmAddToCart_14748', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_14748]', $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_14748'] = 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: 'Prilba O´Neal Fury STAGE V.22 čierna/modrá XS',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_14748" 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\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s300/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png" rel="item_14748" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s120/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png" rel="item_14748" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s120/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png" rel="item_14748" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s120/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png" rel="item_14748" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-2.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-3.png","\/item\/s960\/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png"]">
<img src="/item/s120/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-4.png" rel="item_14748" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_14748">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-301</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14749" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-302</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14750" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-303</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14751" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-304</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
2.3.2022
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_14752" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-305</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">černá/modrá</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</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/0499-301-prilba-o-neal-fury-stage-v-22-cierna-modra-xs.html" data-item-id="14748" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XS" ui-callback="btSelectSibling_14748" rel="[rel=item_14748]">
<span style="background-image:url(/item/s100/0499-301-prilba-o-neal-fury-stage-v-22-cerna-modra-xs-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>XS</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-302-prilba-o-neal-fury-stage-v-22-cierna-modra-s.html" data-item-id="14749" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá S" ui-callback="btSelectSibling_14748" rel="[rel=item_14749]">
<span style="background-image:url(/item/s100/0499-302-prilba-o-neal-fury-stage-v-22-cerna-modra-s-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-303-prilba-o-neal-fury-stage-v-22-cierna-modra-m.html" data-item-id="14750" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá M" ui-callback="btSelectSibling_14748" rel="[rel=item_14750]">
<span style="background-image:url(/item/s100/0499-303-prilba-o-neal-fury-stage-v-22-cerna-modra-m-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>M</strong></q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-304-prilba-o-neal-fury-stage-v-22-cierna-modra-l.html" data-item-id="14751" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá L" ui-callback="btSelectSibling_14748" rel="[rel=item_14751]">
<span style="background-image:url(/item/s100/0499-304-prilba-o-neal-fury-stage-v-22-cerna-modra-l-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>L</strong></q>
</a>
</td>
<td>2.3.2022</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-305-prilba-o-neal-fury-stage-v-22-cierna-modra-xl.html" data-item-id="14752" data-item-name="Prilba O´Neal Fury STAGE V.22 čierna/modrá XL" ui-callback="btSelectSibling_14748" rel="[rel=item_14752]">
<span style="background-image:url(/item/s100/0499-305-prilba-o-neal-fury-stage-v-22-cerna-modra-xl-1.png);"></span>
<q>Prilba O´Neal Fury STAGE V.22 čierna/modrá <strong>XL</strong></q>
</a>
</td>
<td>skladom</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_14748');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Fury STAGE V.22 čierna/modrá XS',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_14748').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_14748'];
/** */
$['btSelectSibling_14748'] = 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>
|
Prilba O´Neal Fury STAGE V.22 čierna/modrá XS
|
0499-301
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Fury RL SYNTHY čierna</h3>
<div>
<h5>0499-76<em>x</em></h5>
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s160/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png" alt="Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)" rel="item_8265" />
</a>
<div>
<p class="unit EUR">159.99</p>
<a href="/produkty/0499-761-prilba-o-neal-fury-rl-synthy-cierna-xs-53-54cm.html" ui-dg="dgViewDetail_8265" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/8265/add" ui-dg="dgAddToCart_8265" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_8265" style="display:none;">
<form id="fmAddToCart_8265" class="c_24 form" action="/item/8265/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s180/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png" rel="item_8265" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_8265">
<tr><td>Katalogové číslo</td><td>0499-761</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_8266" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-762</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_8267" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-763</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_8268" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-764</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_8269" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-765</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% Polykarbonát</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_8265_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_8265_quantity" name="fmAddToCart_8265[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_8265_item" name="fmAddToCart_8265[item]" value="8265" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r8265">
<td>
<a href="/produkty/0499-761-prilba-o-neal-fury-rl-synthy-cierna-xs-53-54cm.html" data-item-id="8265" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8265]">
<span style="background-image:url(/item/s100/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>XS</strong> (53-54cm)</q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-761-prilba-o-neal-fury-rl-synthy-cierna-xs-53-54cm.html" class="ui-button small" data-item-id="8265" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8265]">vybrať variantu</a></td>
</tr>
<tr id="r8266">
<td>
<a href="/produkty/0499-762-prilba-o-neal-fury-rl-synthy-cierna-s-55-56cm.html" data-item-id="8266" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna S (55-56cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8266]">
<span style="background-image:url(/item/s100/0499-762-prilba-o-neal-fury-rl-synthy-cerna-s-55-56cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>S</strong> (55-56cm)</q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-762-prilba-o-neal-fury-rl-synthy-cierna-s-55-56cm.html" class="ui-button small" data-item-id="8266" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna S (55-56cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8266]">vybrať variantu</a></td>
</tr>
<tr id="r8267">
<td>
<a href="/produkty/0499-763-prilba-o-neal-fury-rl-synthy-cierna-m-57-58cm.html" data-item-id="8267" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna M (57-58cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8267]">
<span style="background-image:url(/item/s100/0499-763-prilba-o-neal-fury-rl-synthy-cerna-m-57-58cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>M</strong> (57-58cm)</q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-763-prilba-o-neal-fury-rl-synthy-cierna-m-57-58cm.html" class="ui-button small" data-item-id="8267" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna M (57-58cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8267]">vybrať variantu</a></td>
</tr>
<tr id="r8268">
<td>
<a href="/produkty/0499-764-prilba-o-neal-fury-rl-synthy-cierna-l-59-60cm.html" data-item-id="8268" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna L (59-60cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8268]">
<span style="background-image:url(/item/s100/0499-764-prilba-o-neal-fury-rl-synthy-cerna-l-59-60cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>L</strong> (59-60cm)</q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0499-764-prilba-o-neal-fury-rl-synthy-cierna-l-59-60cm.html" class="ui-button small" data-item-id="8268" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna L (59-60cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8268]">vybrať variantu</a></td>
</tr>
<tr id="r8269">
<td>
<a href="/produkty/0499-765-prilba-o-neal-fury-rl-synthy-cierna-xl-61-62cm.html" data-item-id="8269" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XL (61-62cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8269]">
<span style="background-image:url(/item/s100/0499-765-prilba-o-neal-fury-rl-synthy-cerna-xl-61-62cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>XL</strong> (61-62cm)</q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0499-765-prilba-o-neal-fury-rl-synthy-cierna-xl-61-62cm.html" class="ui-button small" data-item-id="8269" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XL (61-62cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8269]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_8265__token" name="fmAddToCart_8265[_token]" value="13DvCYJ8TswW6q7rmXzGFTzu08_PSgHaLFRGUU1oPBA" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_8265'];
function $dg() {
return $('#dgAddToCart_8265');
};
function $f() {
return $('#fmAddToCart_8265', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_8265]', $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_8265'] = 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: 'Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_8265" 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\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s300/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png" rel="item_8265" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s120/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png" rel="item_8265" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s120/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png" rel="item_8265" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s120/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png" rel="item_8265" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-5.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-6.png","\/item\/s960\/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png"]">
<img src="/item/s120/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-7.png" rel="item_8265" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Matné provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<div class="g_17">
<div rel="item_8265">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-761</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XS</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_8266" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-762</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">S</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_8267" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-763</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">M</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_8268" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-764</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">L</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div rel="item_8269" style="display:none;">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">0499-765</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">1020</span>
</td>
</tr>
<tr>
<td class="property_23">Veľkosť</td>
<td class="p23">
<span class="unit ">XL</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</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 ">100% Polykarbonát</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
26.11.2021
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</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/0499-761-prilba-o-neal-fury-rl-synthy-cierna-xs-53-54cm.html" data-item-id="8265" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8265]">
<span style="background-image:url(/item/s100/0499-761-prilba-o-neal-fury-rl-synthy-cerna-xs-53-54cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>XS</strong> (53-54cm)</q>
</a>
</td>
<td>skladom</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-762-prilba-o-neal-fury-rl-synthy-cierna-s-55-56cm.html" data-item-id="8266" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna S (55-56cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8266]">
<span style="background-image:url(/item/s100/0499-762-prilba-o-neal-fury-rl-synthy-cerna-s-55-56cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>S</strong> (55-56cm)</q>
</a>
</td>
<td>26.11.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-763-prilba-o-neal-fury-rl-synthy-cierna-m-57-58cm.html" data-item-id="8267" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna M (57-58cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8267]">
<span style="background-image:url(/item/s100/0499-763-prilba-o-neal-fury-rl-synthy-cerna-m-57-58cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>M</strong> (57-58cm)</q>
</a>
</td>
<td>26.11.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-764-prilba-o-neal-fury-rl-synthy-cierna-l-59-60cm.html" data-item-id="8268" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna L (59-60cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8268]">
<span style="background-image:url(/item/s100/0499-764-prilba-o-neal-fury-rl-synthy-cerna-l-59-60cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>L</strong> (59-60cm)</q>
</a>
</td>
<td>26.11.2021</td>
</tr>
<tr>
<td>
<a href="/produkty/0499-765-prilba-o-neal-fury-rl-synthy-cierna-xl-61-62cm.html" data-item-id="8269" data-item-name="Prilba O´Neal Fury RL SYNTHY čierna XL (61-62cm)" ui-callback="btSelectSibling_8265" rel="[rel=item_8269]">
<span style="background-image:url(/item/s100/0499-765-prilba-o-neal-fury-rl-synthy-cerna-xl-61-62cm-4.png);"></span>
<q>Prilba O´Neal Fury RL SYNTHY čierna <strong>XL</strong> (61-62cm)</q>
</a>
</td>
<td>26.11.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_8265');
};
/** */
$dg().dialog({
title: 'Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</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>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_8265').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_8265'];
/** */
$['btSelectSibling_8265'] = 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>
|
Prilba O´Neal Fury RL SYNTHY čierna XS (53-54cm)
|
0499-761
|
|
|
|
|
|
<li class="shrink">
<div class="tags">
</div>
<h3>Prilba O´Neal Fury RAPID čierna</h3>
<div>
<h5>0499-80<em>x</em></h5>
<p>MTB přilba z ABS s 11 ventilačními otvory pro lepší odvětrávání.
Lakované provedení.
Odolná vícebarevná grafika.
Jemné, pot absorbující a pratelné polstrování.
Výškově nastavitelný kšilt.
O'Neal Fidlock® magnetické zapínání snadno ovladatelné jednou rukou, pro jednoduché zapínaní a rozepínání, poskytující maximální bezpečnost při jízdě.
Držák pro GoPro® součástí balení.
Kompatibilní s Airflaps™.
Splňuje požadavky EN1078 bezpečnostního standardu pro cyklistické přilby.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-5.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-6.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-7.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-8.png"]">
<img src="/item/s160/0499-801-prilba-o-neal-fury-rapid-cerna-xs-5.png" alt="Prilba O´Neal Fury RAPID čierna XS" rel="item_12245" />
</a>
<div>
<p class="unit EUR">159.99</p>
<a href="/produkty/0499-801-prilba-o-neal-fury-rapid-cierna-xs.html" ui-dg="dgViewDetail_12245" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/12245/add" ui-dg="dgAddToCart_12245" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_12245" style="display:none;">
<form id="fmAddToCart_12245" class="c_24 form" action="/item/12245/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-5.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-6.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-7.png","\/item\/s960\/0499-801-prilba-o-neal-fury-rapid-cerna-xs-8.png"]">
<img src="/item/s180/0499-801-prilba-o-neal-fury-rapid-cerna-xs-5.png" rel="item_12245" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_12245">
<tr><td>Katalogové číslo</td><td>0499-801</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XS</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">8.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_12246" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-802</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">S</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">skladom</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_12247" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-803</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">M</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">4-5 dní</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_12248" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-804</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">L</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">8.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
<table rel="item_12249" style="display:none;">
<tr><td>Katalogové číslo</td><td>0499-805</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">1020</span></td>
</tr>
<tr>
<td>Veľkosť</td>
<td><span class="p23 unit ">XL</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">černá</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">100% ABS</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">8.5.2022</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">132.22</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">159.99</span></td>
</tr>
</table>
</div>
<div class="g_9">
<a href="/tabulka-velkosti-prilieb" class="ui-button rgt primary" ui-dg="dgViewHelmetSizesTable">tabuľka veľkostí</a>
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_12245_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_12245_quantity" name="fmAddToCart_12245[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">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_12245_item" name="fmAddToCart_12245[item]" value="12245" />
</div>
<div class="g_24">
<table class="tbSiblings">
<thead>
<tr>
<th>všetky varianty tohoto produktu (5)</th>
<th>dostupnosť</th>
<th></th>
</tr>
</thead>
</table>
<table class="tbSiblings">
<tbody>
<tr id="r12245">
<td>
<a href="/produkty/0499-801-prilba-o-neal-fury-rapid-cierna-xs.html" data-item-id="12245" data-item-name="Prilba O´Neal Fury RAPID čierna XS" ui-callback="btSelectSibling_12245" rel="[rel=item_12245]">
<span style="background-image:url(/item/s100/0499-801-prilba-o-neal-fury-rapid-cerna-xs-5.png);"></span>
<q>Prilba O´Neal Fury RAPID čierna <strong>XS</strong></q>
</a>
</td>
<td>8.5.2022</td>
<td><a href="/produkty/0499-801-prilba-o-neal-fury-rapid-cierna-xs.html" class="ui-button small" data-item-id="12245" data-item-name="Prilba O´Neal Fury RAPID čierna XS" ui-callback="btSelectSibling_12245" rel="[rel=item_12245]">vybrať variantu</a></td>
</tr>
<tr id="r12246">
<td>
<a href="/produkty/0499-802-prilba-o-neal-fury-rapid-cierna-s.html" data-item-id="12246" data-item-name="Prilba O´Neal Fury RAPID čierna S" ui-callback="btSelectSibling_12245" rel="[rel=item_12246]">
<span style="background-image:url(/item/s100/0499-802-prilba-o-neal-fury-rapid-cerna-s-5.png);"></span>
<q>Prilba O´Neal Fury RAPID čierna <strong>S</strong></q>
</a>
</td>
<td>skladom</td>
<td><a href="/produkty/0499-802-prilba-o-neal-fury-rapid-cierna-s.html" class="ui-button small" data-item-id="12246" data-item-name="Prilba O´Neal Fury RAPID čierna S" ui-callback="btSelectSibling_12245" rel="[rel=item_12246]">vybrať variantu</a></td>
</tr>
<tr id="r12247">
<td>
<a href="/produkty/0499-803-prilba-o-neal-fury-rapid-cierna-m.html" data-item-id="12247" data-item-name="Prilba O´Neal Fury RAPID čierna M" ui-callback="btSelectSibling_12245" rel="[rel=item_12247]">
<span style="background-image:url(/item/s100/0499-803-prilba-o-neal-fury-rapid-cerna-m-5.png);"></span>
<q>Prilba O´Neal Fury RAPID čierna <strong>M</strong></q>
</a>
</td>
<td>4-5 dní</td>
<td><a href="/produkty/0499-803-prilba-o-neal-fury-rapid-cierna-m.html" class="ui-button small" data-item-id="12247" data-item-name="Prilba O´Neal Fury RAPID čierna M" ui-callback="btSelectSibling_12245" rel="[rel=item_12247]">vybrať variantu</a></td>
</tr>
<tr id="r12248">
<td>
<a href="/produkty/0499-804-prilba-o-neal-fury-rapid-cierna-l.html" data-item-id="12248" data-item-name="Prilba O´Neal Fury RAPID čierna L" ui-callback="btSelectSibling_12245" rel="[rel=item_12248]">
<span style="background-image:url(/item/s100/0499-804-prilba-o-neal-fury-rapid-cerna-l-5.png);"></span>
<q>Prilba O´Neal Fury RAPID čierna <strong>L</strong></q>
</a>
</td>
<td>8.5.2022</td>
<td><a href="/produkty/0499-804-prilba-o-neal-fury-rapid-cierna-l.html" class="ui-button small" data-item-id="12248" data-item-name="Prilba O´Neal Fury RAPID čierna L" ui-callback="btSelectSibling_12245" rel="[rel=item_12248]">vybrať variantu</a></td>
</tr>
<tr id="r12249">
<td>
<a href="/produkty/0499-805-prilba-o-neal-fury-rapid-cierna-xl.html" data-item-id="12249" data-item-name="Prilba O´Neal Fury RAPID čierna XL" ui-callback="btSelectSibling_12245" rel="[rel=item_12249]">
<span style="background-image:url(/item/s100/0499-805-prilba-o-neal-fury-rapid-cerna-xl-5.png);"></span>
<q>Prilba O´Neal Fury RAPID čierna <strong>XL</strong></q>
</a>
</td>
<td>8.5.2022</td>
<td><a href="/produkty/0499-805-prilba-o-neal-fury-rapid-cierna-xl.html" class="ui-button small" data-item-id="12249" data-item-name="Prilba O´Neal Fury RAPID čierna XL" ui-callback="btSelectSibling_12245" rel="[rel=item_12249]">vybrať variantu</a></td>
</tr>
</tbody>
</table>
</div>
<input type="hidden" id="fmAddToCart_12245__token" name="fmAddToCart_12245[_token]" value="ClCt78txgjbxjvOhTmQVC15OMd0RnngjZN2X9qHo-R4" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_12245'];
function $dg() {
return $('#dgAddToCart_12245');
};
function $f() {
return $('#fmAddToCart_12245', $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: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_12245]', $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_12245'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [e |