description
stringlengths 0
8.24k
| regex
stringlengths 1
26.3k
| text
stringlengths 0
2.47M
⌀ | title
stringlengths 1
150
| created_at
stringlengths 24
24
|
---|---|---|---|---|
dd.mm.yyyy | (0[1-9]|1[0-9]|2[0-9]|3[01])\.(0[1-9]|1[012])\.(?:19|20)[0-9]{2} | 14.04.1989 | date german | 2018-06-12T14:22:55.000Z |
from:\s*([0-9\-\s:]+),\s*to:([0-9\-\s:]+),\s*downtime:\s*([0-9\shms]+) | AB\r\n\r\n--_=_swift_v4_13613629825124c026192e8_=_\r\nContent-Type: multipart/related;\r\n oundary="_=_swift_v4_13613629825124c02620826_=_"\r\n\r\n--_ =_swift_v4_13613629825124c02620826_=_\r\n
From: 2013-01-11 04:26:07, To: 2013-01-11 05:56:08, Downtime: 1h 30m 01s\r\n\r\n
some more text here From: 2013-01-29 04:51:07, To: 2013-01-29 05:41:07, Downtime: 0h 50m 00s\r\n\r\n\r\n\r\n\r\n This is a scheduled report from If you wish to no longer receive t=\r\nhis report you can unsubscribe by logging in to and u=\r\npdate your email report settings.\r\nCopyright: 2013
| Finding a string along with a few other words | 2014-11-13T19:31:40.000Z |
|
:\s*(\d+)\w+ | Speed: 10000Mb/s | ethtool_speed | 2015-11-13T03:43:09.000Z |
|
{HubRegEx\[\((.)(\d*)\)]} | blahblah{HubRegEx[(|5)]}blahblah|blah{HubRegEx[(|20)]}blah | HL7 | 2015-12-14T21:35:59.000Z |
|
(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\+\d{4}) | '{"roomMappings":{"createdAt":"2015-04-10T00:32:04+0000","channelOffers":[]}}' | Timestamp from json | 2015-08-09T22:56:43.000Z |
|
regex for changing recording path | ^(\d{4})-(\d{2})-(\d{2})(.*) | 2015-09-03/q-502-0720101527-20150903-080112-1441260058.1085767.wav49 | Asterinic Recording Path | 2015-09-03T09:41:10.000Z |
\{\w+:array,\w+,\w+,([^}]+?),([^}]+?)\}|\{\w+:(int|float),([^}]+?),([^}]+?)\} | {n:int,1,50}
{a:array,n,int,1,1e8}
{b:array,n,int,1,1e8}
{n:int,1,1e5} {k:int,0,min(n-1,10)}
{p:array,n,int,1,1e9}
{c:array,n,int,0,1e9}
| auto-gen-test-format | 2018-06-17T16:56:18.000Z |
|
todos and tags in code | (-|\s*|\/\/|\/\*|<!--|\*|[*[0-9.]*)(\s*)(TAG|d])(-*|:*|\s*)(.*) | // TAG: this is bug!
// TAG: this is bug!
\t // TAG: this is bug!
<!-- TAG: this is a hack!
<!-- TAG: this is a hack!
* TAG: need to fix this - TAG
- TAG: this is a todo!
/* TAG: this is a todo!
// TAG: warning or ignore
- [ ] this is an unfinished item
- [x] this item is finished
- [/] this item is finished
TAG: I said something
my comment - TAG
TAG attention!
?? question?
## Sample
[1.2d] | E2E QA & Debugging
[0.6d] | Release
~~ 14.9d
~~ 19d
| todos and tags in code | 2022-06-22T12:44:50.000Z |
((((?P<Keys>dword|word|byte|int)[ \n\t]+)((?P<Names>[a-zA-Z0-9 _\-\$]+)))((\[(?P<Range>[a-zA-Z0-9 \t\n]+)\][ \t\n]+)|(?P<Pointer>[* \t\n]+)|)((=[ \n\t]+)([&*"a-zA-Z0-9]+))(;))|(((?P<Others>int|string|word)[ \t\n]+)([a-zA-Z0-9\n\t]+)(;)) | ; When you use static method ;;;
dword moses = 25;
word $him-moses_christ = 344;
byte second[ 20 ] = 89;
int th * = "moses";
int moses;
int moses = "christ";
int moses [54] = christ;
calls with a large number of
regular expressions.
By default, the regular expression engine caches
the 15 most recently used static regular expressions.
If your application uses more than 15 static regular expressions,
some regular expressions must be recompiled. To prevent this recompilation,
you can increase the Regex.CacheSize property.(\[([a-zA-Z0-9 ]+)\])|([*]+)|[]) | Regex for C-style assignments | 2018-01-07T22:20:15.000Z |
|
match the string
0
0 1
0 1 2
0 1 2 3 | ^\d$|^\d\s\d$|^\d\s\d\s\d$|^\d\s\d\s\d\s\d$ | 0
0 1
0 1 2
0 1 2 3
0
0 00
0 12 1 0
0
0
0
00
0 1 | Find pattern 0 1 2 3 | 2019-02-27T08:25:57.000Z |
(https?|ftp|file):\/\/|www\.|ftp\.|([\w\-_]+(?:(?:\.|\s*\[dot\]\s*[A-Z\-_]+)+))([A-Z\-\.,@?^=%&:\/~\+#]*[A-Z\-\@?^=%&\/~\+#]){2,6}? | Click w3.test.com/test
test 1.6 test
test 1.6test
Click www.testpage.com
Click2 no desktop.test.com
test https://stackoverflow.com/questions/60619430/cant-get-newest-data-from-dao-unless-restart-the-app
word word https://stackoverflow.com/questions/6038061/regular-expression-to-find-urls-within-a-string test | URL test | 2020-03-12T13:45:02.000Z |
|
ip | ^(25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.(25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.(25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.(25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$ | 0.187.255.199 | ip address | 2023-10-31T16:20:58.000Z |
Remove /../ recursively from urls | [^/.]+/(?0)?\.\./ | out/src/../pictures/all/image.jpg
out/pictures/all/image.jpg
deep/hey there/folder/out/src/../../../pictures/all/image.jpg
deep/hey there/out/src/../../pictures/all/image.jpg
deep/hey there/out/../pictures/all/image.jpg
deep/hey there/pictures/all/image.jpg | Remove updir tokens from url | 2015-08-25T22:06:11.000Z |
night (.*)|Total(.*) | <strong class="price scarcity_color sr_gs_rackrate_price
anim_rack_rate
" title="Price for 1 night £69">
<b>
<span class="sr_gs_rackrate_total">Total: </span>
£69
</b>
</strong>
<td class="totalPrice" colspan="3">
<div data-component="track" data-hash="OLNYSRfCbdWGffSRe" data-stage="1" data-track="view"></div>
Total: £145
</td> | logical operators | 2016-01-23T10:52:38.000Z |
|
Time zone in either +01:54 format, or Australia/Sydney format | ^(((\+|-)((0[0-9])|(1[0-2])):([0-5][0-9]))|([A-Za-z]+\/[A-Za-z]+))$ | Austalia/Sydney | Time Zone | 2016-09-05T07:56:49.000Z |
([+\-]*[1-9][0-9]?[0-9]?(ne|nw|se|sw|n|s|e|w|NE|NW|SE|SW|N|S|E|W|Ne|Nw|Se|Sw|nE|nW|sE|sW))* | 1Nw-2sE7nE6Sw | Roving Robot | 2016-02-02T07:38:14.000Z |
|
Library | [^/]*$ | # coding=utf8
# the above tag defines encoding for this document and is for Python 2.x compatibility
import re
regex = r"(?<=\D|^)(?<year>\d{4})(?<sep>[^\w\s])(?<month>1[0-2]|0[1-9])\k<sep>(?<day>0[1-9]|[12][0-9]|(?<=11\k<sep>|[^1][4-9]\k<sep>)30|(?<=1[02]\k<sep>|[^1][13578]\k<sep>)3[01])(?=\D|$)"
test_str = ("\n"
"2020-01-01\n"
"2020-01-31\n"
"2020-02-29\n"
"2020-03-31\n"
"2020-04-30\n"
"2020-05-31\n"
"2020-06-30\n"
"2020-07-31\n"
"2020-08-31\n"
"2020-09-30\n"
"2020-10-31\n"
"2020-11-30\n"
"2020-12-31\n"
"2020-01-01 00:00:00,000\n"
"2020-01-01_00:00:00,000\n"
"2020-01-01-00:00:00,000\n"
"2020-01-01T00:00:00,000\n"
"2222-01-01\n"
"2222/11/22\n"
"2222.11.22\n\n"
"// Invalid dates\n"
"2020-00-01\n"
"2020-01-00\n"
"000-01-01\n"
"222-01-01\n"
"2020-1-1\n"
"2020-1-01\n"
"2020-01-1\n"
"2020-22-01\n"
"2020-01-33\n"
"2020-01-32\n"
"2020-02-30\n"
"2020-03-32\n"
"2020-04-31\n"
"2020-05-32\n"
"2020-06-31\n"
"2020-07-32\n"
"2020-08-32\n"
"2020-09-31\n"
"2020-10-32\n"
"2020-11-31\n"
"2020-12-32\n"
"a222-01-01\n"
"2a22-01-01\n"
"22a2-01-01\n"
"222a-01-01\n"
"2222-a1-01\n"
"2222-0a-01\n"
"2222-1a-01\n"
"2222-01-a1\n"
"2222-01-0a\n"
"2222-01-1a\n"
"2222-11.22\n"
"2222z11z22\n"
"2222811822")
matches = re.finditer(regex, test_str, re.MULTILINE)
for matchNum, match in enumerate(matches, start=1):
print ("Match {matchNum} was found at {start}-{end}: {match}".format(matchNum = matchNum, start = match.start(), end = match.end(), match = match.group()))
for groupNum in range(0, len(match.groups())):
groupNum = groupNum + 1
print ("Group {groupNum} found at {start}-{end}: {group}".format(groupNum = groupNum, start = match.start(groupNum), end = match.end(groupNum), group = match.group(groupNum)))
# Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.
| bigcook12345.eth/Slug | 2020-11-23T03:23:33.000Z |
([^_]+$) | -> Total_Business_Units -> TBU000 -> TBU200 -> TBU299 -> TBU201 -> TBU2011 | -> Total_Business_Units -> TBU000 -> TBU200 -> TBU299 -> TBU201 -> TB | 2015-11-04T18:39:19.000Z |
|
({.*}) | http://localhost:8080/api/location/remove/{id}/{pemento} | Select Path into an URL | 2015-07-02T13:51:03.000Z |
|
-?\d+(\.\d+)? | 2010
-1000
10.2
| 2 | 2015-10-17T05:33:52.000Z |
|
Parsing Logs
http://stackoverflow.com/questions/32067661/regex-get-all-text-after-pattern-from-log-c-sharp/32067747#32067747
Avinash Raj
http://stackoverflow.com/users/3297613/avinash-raj | (\d+:\d{4}) ((\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})\.(\d{3})) ([A-Za-z\n]+) .*?(?=\n\d+:|$) | 5376:0084 2015-08-07 13:51:29.103 Error ### Error Message ###
5376:0084 2015-08-07 13:51:35.545 Error Discarding invalid session
System.Web.Services.Protocols.SoapException: Verify Session ID failed
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
5376:0084 2015-08-07 13:51:36.013 Error ### Error Message ### | Parse Logs | 2015-08-18T09:27:44.000Z |
Magyar telefonszám
+36301234567
+3611234567
+3699123456
0676987654
0036501237654
stb
| ^(?:06|\+36|0036)\d{1,2}\d{3}\d{3,4}$ | +36301404975
06301404975
0036301404975
1234567890
0123456789
00123456789
+12345678901 | Magyar telefonszám | 2023-03-04T13:33:59.000Z |
RFC 2141 - https://www.ietf.org/rfc/rfc2141.txt | urn:[A-Za-z0-9][A-Za-z0-9-]{0,31}:([A-Za-z0-9()+,\-.:=@;$_!*']|%[0-9A-Fa-f]{2})+ | URN - Uniform Resource Name | 2019-10-22T17:03:50.000Z |
|
<div\sid=\"imgTagWrapperId[\s\S]*?,"([\s\S]*?)" | <div id="imgTagWrapperId" class="imgTagWrapper" style="height: 373.333px;">
<img alt="New Balance Women's FuelCore Agility v2 Cross Trainer, Black, 8 B US" src="https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX575_.jpg" data-old-hires="https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UL1500_.jpg" class="a-dynamic-image a-stretch-horizontal" id="landingImage" data-a-dynamic-image="{"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX695_.jpg":[396,695],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX500_.jpg":[285,500],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX575_.jpg":[328,575],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX535_.jpg":[305,535],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX395_.jpg":[225,395],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX675_.jpg":[385,675],"https://images-na.ssl-images-amazon.com/images/I/81IJpkf3s4L._UX625_.jpg":[356,625]}" style="max-width: 448px; max-height: 255.263px;">
</div> | //// IMG_TEMPLATE v3 | 2018-12-24T05:21:11.000Z |
|
matches all positive or negative float or integers | ^-?\d{1,}(\.\d{1,})?$ | positive/negative float/integer | 2015-12-12T19:32:30.000Z |
|
Work in progress Regex transform for parsing SessionM targeting config from YAML | :values: (.*)(\n.*)*:modal_name: (.*) | :values: T
:asdfasdfa
:asdf
:asdfad
:modal_name: Operational_Segment_Weekly
| SessionM Target Parsing (WIP) | 2019-03-13T17:27:57.000Z |
auie | (PackageQuantity:|(Servings)?PerContainer:|(Servings)?PerPackage:)[a-zA-Z.]*(\d+) | ServingsPerContainer:about11
PackageQuantity:approx.12
| auie | 2014-08-14T15:18:48.000Z |
DEFINER=`(.*?)`@`(.*?)` | CREATE DEFINER=`xguadacard`@`19.21.54.4` FUNCTION `fn_actualizacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_alerta_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ambito_comision_ambito_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ambito_comision_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ambito_liquidacion_movimiento_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ambito_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ambito_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_bono_limite_fecha_inicio_s`(in_bonoLimiteTipoId INT) RETURNS date
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_bono_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_centro_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_bono_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_ciudadano_modalidad_s`(in_fechaNacimiento DATE) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_comunicacion_tipo_s`(`in_ciudadanoId` INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_estado_cambio_v`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tarjeta_estado_s`(`in_ciudadanoId` INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tarjeta_fecha_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tarjeta_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tarjeta_ultima_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_ciudadano_activa_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_ciudadano_activa_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_ciudadano_fecha_caducidad_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_ciudadano_tipologia_activa_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_ciudadano_ultima_v`(`in_ciudadanoTipologiaCiudadanoId` INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_ciudadano_tipologia_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_compra_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_dispositivo_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_edad_s`(in_fechaNacimiento DATE) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_liquidacion_compra_numero_s`(in_entidadFinancieraId INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_liquidacion_fichero_numero_dia_s`(in_entidadFinancieraId INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_liquidacion_fichero_numero_s`(in_entidadFinancieraId INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_liquidacion_fichero_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_entidad_financiera_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_fraude_proceso_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_operacion_firma_c`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_operacion_offline_aviso_u`(in_aviso VARCHAR(50),
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_producto_beneficio_precio_s`(`in_productoBeneficioTipoId` INT, `in_productoBeneficioImporte` DECIMAL(8,4), `in_productoBeneficioIndiceCobro` DECIMAL(8,4), `in_productoBeneficioImporteMaximo` DECIMAL(8,4), `in_importeDescuento` DECIMAL(8,4)) RETURNS decimal(8,4)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_producto_beneficio_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_producto_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_recarga_anterior_id_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_recarga_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_recuperacion_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_recuperacion_saldo_tarjeta_origen_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_rol_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarea_exportacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_centro_recogida_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_estado_cambio_v`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_identificador_tarjeta_s`(`in_id` INT,
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_modalidad_recarga_v`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_saldo_consumido_s`(in_tarjetaId INT,
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarjeta_ultima_v`(`in_tarjetaId` INT) RETURNS int(11)
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_tarteja_uid_invertido_s`(in_uid varchar(50)) RETURNS varchar(50) CHARSET utf8
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_traspaso_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_uso_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_usuario_actividad_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` FUNCTION `fn_usuario_s`(
CREATE DEFINER=`root`@`localhost` FUNCTION `fn_utilidad_numerico_s`(in_valor VARCHAR(255)) RETURNS int(11)
CREATE DEFINER=`root`@`localhost` FUNCTION `fn_utilidad_numerico_v`(val VARCHAR(255)) RETURNS tinyint(4)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_actualiza_tarjeta_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_actualiza_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_ciudadano_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_estado_pendiente_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_pendiente_cancela_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_actualizacion_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_caducada_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_fraude_proceso_ciudadano_cu`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_fraude_proceso_cu`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_fraude_proceso_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_fraude_proceso_tarjeta_cu`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_fraude_proceso_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_multiple_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_priodidad_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_alerta_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_c`(in_usuarioId INTEGER,
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_comision_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_comision_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_comision_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_comision_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_cierre_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_compra_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_compra_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_compra_multiple_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_cuadro_seguimiento_ambito_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_cuadro_seguimiento_movimiento_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_cuadro_seguimiento_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_entidad_financiera_liquidacion_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_c`(IN in_usuarioId INT,
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_cuenta_alias_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_s`(IN in_usuarioId INT,
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_movimiento_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_recarga_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_recarga_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_recarga_multiple_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_total_actualiza_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_total_crea_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_liquidacion_total_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ambito_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_aviso_multiple_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_aviso_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_asignacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_beneficio_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_limite_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_limite_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_limite_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_limite_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_bono_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_centro_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_centro_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_centro_u`(IN `in_usuarioId` INT, IN `in_id` INT, IN `in_nombre` VARCHAR(255), IN `in_descripcion` VARCHAR(255), IN `in_mail` VARCHAR(255), IN `in_ambitoId` INT, OUT `out_result` INT)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_asignacion_automatica_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_asignacion_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_bono_valido_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_tarjeta_solicitud_v`(IN `in_ciudadanoId` INT, OUT `out_result` INT)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_estado_valido_s`(IN `in_ciudadanoEstadoOrigenId` INT, OUT `out_result` INT)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_foto_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_frontoffice_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_modalidad_ciudadano_caducada_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_modalidad_ciudadano_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tarjeta_estado_solicitud_v`(IN `in_ciudadanoId` INT, OUT `out_result` INT)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tarjeta_solicitud_v`(IN `in_ciudadanoId` INT, OUT `out_result` INT)
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tarjeta_ultima_s`(IN `in_ciudadanoId` INT,
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_caducada_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_activa_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_asignacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_caducada_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_cambio_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_documento_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_documento_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_documento_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_documento_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_fecha_caducidad_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_solicitud_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_ciudadano_u_m`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_documento_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_multiple_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_perfil_transporte_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_tipo_asignacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipologia_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tipo_tutor_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_tutor_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_ciudadano_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_ambito_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_centro_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_entidad_financiera_liquidacion_fichero_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_g`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_offline_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_offline_firma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_offline_identificador_compra_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_offline_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_anula_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_anula_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_anula_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_anula_identificador_compra_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_anula_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_ciudadano_bono_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_ciudadano_bono_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_identificador_compra_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_producto_beneficio_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_producto_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_producto_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_tarjeta_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_uso_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_uso_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_online_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_saldo_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_compra_total_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_dispositivo_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_dispositivo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_dispositivo_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_documento_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_solicitud_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_solicitud_reprocesar_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_solicitud_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_solicitud_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_tipo_solicitud_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_fichero_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_liquidacion_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_liquidacion_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_liquidacion_fichero_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_liquidacion_fichero_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_liquidacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_entidad_financiera_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_error_bbdd_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fichero_impresion_tarjeta_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fichero_impresion_tarjeta_tipologia_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_compra_tarjeta_no_activa_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_compra_tarjeta_no_existe_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_recarga_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_recarga_tarjeta_no_existe_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_fraude_proceso_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_documento_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_documento_d`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_documento_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_documento_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_estado_abierta_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_estado_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_estado_valido_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_prioridad_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_incidencia_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_offline_dispositivo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_offline_tarjeta_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_online_centro_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_online_dispositivo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_online_tarjeta_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_rechazo_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_rechazo_g`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_operacion_tarjeta_prueba_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_beneficio_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_beneficio_ciudadano_valido_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_beneficio_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_beneficio_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_beneficio_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_bono_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_ciudadano_tipologia_cd`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_ciudadano_tipologia_filtro_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_ciudadano_tipologia_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_ciudadano_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_ciudadano_valido_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_historico_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_producto_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_ambito_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_centro_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_g`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_offline_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_offline_firma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_offline_identificador_recarga_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_offline_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_anula_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_anula_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_anula_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_anula_identificador_recarga_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_anula_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_identificador_recarga_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_tarjeta_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_online_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_saldo_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recarga_total_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_identificador_recuperacion_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_tarjeta_origen_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_tarjeta_origen_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_tarjeta_origen_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_tarjeta_origen_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_recuperacion_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_rol_usuario_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarea_exportacion_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarea_exportacion_descargada_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarea_exportacion_descargada_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarea_exportacion_finalizada_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_centro_recogida_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_direccion_pospago_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_entrega_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_historico_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_historico_s`(IN `in_usuarioId` INT,
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_estado_valido_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_tarjeta_completo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_tarjeta_incremental_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_tarjeta_unificado_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_fichero_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_frontoffice_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_impresion_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_impresion_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_limite_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_modalidad_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_pospago_credito_usado_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_tarjeta_uid_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_confirma_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_confirma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_identificador_traspaso_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_traspaso_saldo_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_ambito_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_centro_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_g`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_offline_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_offline_firma_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_offline_identificador_uso_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_offline_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_online_bono_limite_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_online_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_online_ciudadano_bono_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_online_identificador_uso_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_online_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_uso_total_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_actividad_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_actividad_tipo_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_rol_cu`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_rol_duplicado_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_rol_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_administrador_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_desconexion_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_password_token_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_password_token_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_password_token_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_password_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_permiso_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_permiso_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_rol_c`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_rol_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_rol_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_s`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_token_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_u`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_usuario_v`(
CREATE DEFINER=`xguadacard`@`localhost` PROCEDURE `sp_utilidad_procedimiento_s`(`in_cadenaBusqueda` VARCHAR(255))
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
/*!50013 DEFINER=`xguadacard`@`localhost` SQL SECURITY DEFINER */
| Replace DEFINER in MySQL | 2016-07-28T12:43:30.000Z |
|
*(?=\d) | 11 BELIZE
10 TONGA
10 CONGO DEM. REP.
10 BHUTAN
10 ANGOLA
9 MALDIVES
9 COOK ISLANDS
9 CAYMAN ISLANDS | all spaces preceeding numbers | 2016-08-29T20:49:31.000Z |
|
Works for the Julian calendar, dates between 0000-01-01 and 9999-12-31. Includes my birth date in the 4th example. | ^(?=^(?:(\d\d(?:[02468][048]|[13579][26]))-02-29|\d{4}-(?:0[13578]|1[02])-31|\d{4}-(?:0[13-9]|1[0-2])-30|\d{4}-(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8])))(\d{4})-(\d\d?)-(\d\d?)(?:\x20(\d{2}):(\d{2})(?::(\d{2})(.\d+)?)?)?$ | This captures the year, month and day of a date at the 2nd, 3rd and 4th groups.
Also captures leap years in day 29 of February in 1st capturing group.
2014-05-31
2016-02-29
2004-08-10 13:02
2002-02-08 19:35:00
1999-12-31 23:59:59.999
1996-02-29 23:59:59.9999
Regex used: ^(?=^(?:(\d\d(?:[02468][048]|[13579][26]))-02-29|\d{4}-(?:0[13578]|1[02])-31|\d{4}-(?:0[13-9]|1[0-2])-30|\d{4}-(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8]))$)(\d{4})-(\d\d?)-(\d\d?)$ | Date and time capturer | 2015-05-15T19:55:20.000Z |
balance\"\:\"([0-9]{1,})\"\,\"settings | [200,{"cookie":"623218:b4693930b241d92abcd866afd3a48090ee213570","user":{"id":"623218","name":"null","email":"[email protected]","api_key":"09cafaaa34299398474bb6bdff7e02a2a7fb6fda","premium":"Thu Oct 09 2014 17:39:15 GMT+0000 (UTC)","premium_unix":"1412876355","webspace":53687091200,"traffic":{"current":1099511627776,"increase":0,"last":1413569003,"max":0},"balance":"0","settings":{},"external_id":"null","ftp_username":"ftp623218","partner":"3","partner_last":"1413025653","allow_dupe_names":"0"},"session":"45af19f7-4d90-40ad-b90e-d98fa22ba15c"}]1 | first regex | 2014-10-17T18:15:14.000Z |
|
Regex for Swedish phones (without +) | ^((00|0)?46[1-9]{1}[0-9]{7,11})$ | Swedish Phones | 2023-10-04T08:50:40.000Z |
|
ips da empresa | 200\.228.16\. | IP
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
10.152.115.180
10.152.115.198
10.152.115.204
10.152.115.205
10.192.18.175
10.192.18.249
10.192.22.251
10.192.22.252
10.192.22.253
10.192.22.254
10.192.65.100
10.192.65.102
10.192.65.107
10.192.65.112
10.192.65.118
10.192.65.125
10.192.65.126
10.192.65.136
10.192.65.137
10.192.65.140
10.192.65.154
10.192.65.156
10.192.65.157
10.192.65.159
10.192.65.162
10.192.65.163
10.192.65.165
10.192.65.168
10.192.65.170
10.192.65.171
10.192.65.172
10.192.65.173
10.192.65.174
10.192.65.175
10.192.65.176
10.192.65.177
10.192.65.180
10.192.65.181
10.192.65.182
10.192.65.184
10.192.65.185
10.192.65.189
10.192.65.192
10.192.65.195
10.192.65.198
10.192.65.201
10.192.65.205
10.192.65.206
10.192.65.207
10.192.65.209
10.192.65.210
10.192.65.213
10.192.65.216
10.192.65.218
10.192.65.219
10.192.65.220
10.192.65.221
10.192.65.222
10.192.65.224
10.192.65.225
10.192.65.226
10.192.65.227
10.192.65.228
10.192.65.229
10.192.65.230
10.192.65.231
10.192.65.232
10.192.65.234
10.192.65.236
10.192.65.237
10.192.65.238
10.192.65.239
10.192.65.240
10.192.65.241
10.192.65.242
10.192.65.243
10.192.65.244
10.192.65.246
10.192.65.247
10.192.65.248
10.192.65.249
10.192.65.250
10.192.65.254
10.192.65.37
10.192.65.44
10.192.65.45
10.192.65.46
10.192.65.49
10.192.65.50
10.192.65.52
10.192.65.54
10.192.65.60
10.192.65.65
10.192.65.66
10.192.65.74
10.192.65.76
10.192.65.77
10.192.65.80
10.192.65.81
10.192.65.82
10.192.65.83
10.192.65.84
10.192.65.87
10.192.65.90
10.192.65.92
10.192.65.93
10.192.65.95
10.192.66.102
10.192.66.108
10.192.66.111
10.192.66.114
10.192.66.115
10.192.66.120
10.192.66.126
10.192.66.127
10.192.66.129
10.192.66.130
10.192.66.131
10.192.66.137
10.192.66.141
10.192.66.145
10.192.66.150
10.192.66.155
10.192.66.158
10.192.66.161
10.192.66.164
10.192.66.166
10.192.66.169
10.192.66.171
10.192.66.174
10.192.66.175
10.192.66.177
10.192.66.179
10.192.66.180
10.192.66.181
10.192.66.183
10.192.66.184
10.192.66.186
10.192.66.187
10.192.66.188
10.192.66.189
10.192.66.190
10.192.66.191
10.192.66.192
10.192.66.194
10.192.66.197
10.192.66.199
10.192.66.200
10.192.66.202
10.192.66.203
10.192.66.204
10.192.66.205
10.192.66.206
10.192.66.207
10.192.66.208
10.192.66.209
10.192.66.210
10.192.66.212
10.192.66.214
10.192.66.219
10.192.66.223
10.192.66.225
10.192.66.226
10.192.66.227
10.192.66.228
10.192.66.230
10.192.66.231
10.192.66.232
10.192.66.235
10.192.66.236
10.192.66.237
10.192.66.238
10.192.66.239
10.192.66.240
10.192.66.244
10.192.66.245
10.192.66.246
10.192.66.247
10.192.66.249
10.192.66.250
10.192.66.252
10.192.66.254
10.192.66.45
10.192.66.54
10.192.66.74
10.192.66.76
10.192.66.79
10.192.66.93
10.192.67.104
10.192.67.105
10.192.67.106
10.192.67.107
10.192.67.109
10.192.67.110
10.192.67.111
10.192.67.112
10.192.67.113
10.192.67.114
10.192.67.115
10.192.67.116
10.192.67.117
10.192.67.118
10.192.67.119
10.192.67.121
10.192.67.122
10.192.67.129
10.192.67.130
10.192.67.131
10.192.67.132
10.192.67.133
10.192.67.134
10.192.67.135
10.192.67.137
10.192.67.138
10.192.67.139
10.192.67.140
10.192.67.141
10.192.67.142
10.192.67.146
10.192.67.147
10.192.67.150
10.192.67.151
10.192.67.152
10.192.67.153
10.192.67.154
10.192.67.155
10.192.67.156
10.192.67.157
10.192.67.158
10.192.67.159
10.192.67.160
10.192.67.161
10.192.67.162
10.192.67.163
10.192.67.164
10.192.67.165
10.192.67.166
10.192.67.169
10.192.67.170
10.192.67.171
10.192.67.173
10.192.67.174
10.192.67.175
10.192.67.176
10.192.67.180
10.192.67.183
10.192.67.186
10.192.67.188
10.192.67.190
10.192.67.191
10.192.67.192
10.192.67.193
10.192.67.194
10.192.67.196
10.192.67.197
10.192.67.199
10.192.67.200
10.192.67.204
10.192.67.205
10.192.67.206
10.192.67.207
10.192.67.208
10.192.67.209
10.192.67.212
10.192.67.213
10.192.67.214
10.192.67.215
10.192.67.216
10.192.67.217
10.192.67.218
10.192.67.220
10.192.67.221
10.192.67.222
10.192.67.223
10.192.67.225
10.192.67.228
10.192.67.230
10.192.67.231
10.192.67.232
10.192.67.233
10.192.67.234
10.192.67.235
10.192.67.236
10.192.67.237
10.192.67.238
10.192.67.239
10.192.67.241
10.192.67.245
10.192.67.247
10.192.67.249
10.192.67.252
10.192.67.33
10.192.67.35
10.192.67.42
10.192.67.43
10.192.67.45
10.192.67.49
10.192.67.50
10.192.67.53
10.192.67.55
10.192.67.57
10.192.67.58
10.192.67.61
10.192.67.63
10.192.67.70
10.192.67.74
10.192.67.80
10.192.67.87
10.192.67.89
10.192.67.94
10.192.67.96
10.192.67.98
10.8.192.127
10.8.192.130
10.8.192.131
10.8.192.50
10.8.192.51
10.8.192.63
10.8.192.75
10.8.192.77
10.8.193.101
10.8.193.146
10.8.193.69
10.8.193.71
10.8.193.74
10.8.89.232
10.8.89.233
10.8.89.234
10.8.89.8
10.81.66.100
10.81.66.101
10.81.66.102
10.81.66.103
10.81.66.104
10.81.66.105
10.81.66.106
10.81.66.108
10.81.66.109
10.81.66.110
10.81.66.111
10.81.66.113
10.81.66.114
10.81.66.115
10.81.66.116
10.81.66.117
10.81.66.118
10.81.66.119
10.81.66.121
10.81.66.123
10.81.66.124
10.81.66.125
10.81.66.127
10.81.66.129
10.81.66.130
10.81.66.131
10.81.66.135
10.81.66.136
10.81.66.137
10.81.66.141
10.81.66.142
10.81.66.144
10.81.66.146
10.81.66.147
10.81.66.149
10.81.66.150
10.81.66.151
10.81.66.152
10.81.66.153
10.81.66.154
10.81.66.155
10.81.66.156
10.81.66.157
10.81.66.159
10.81.66.160
10.81.66.161
10.81.66.162
10.81.66.163
10.81.66.164
10.81.66.168
10.81.66.169
10.81.66.170
10.81.66.171
10.81.66.172
10.81.66.173
10.81.66.174
10.81.66.175
10.81.66.176
10.81.66.177
10.81.66.178
10.81.66.40
10.81.66.50
10.81.66.51
10.81.66.52
10.81.66.53
10.81.66.54
10.81.66.55
10.81.66.56
10.81.66.57
10.81.66.58
10.81.66.59
10.81.66.60
10.81.66.61
10.81.66.62
10.81.66.66
10.81.66.67
10.81.66.68
10.81.66.69
10.81.66.70
10.81.66.72
10.81.66.73
10.81.66.74
10.81.66.76
10.81.66.77
10.81.66.78
10.81.66.79
10.81.66.81
10.81.66.83
10.81.66.84
10.81.66.85
10.81.66.86
10.81.66.87
10.81.66.88
10.81.66.89
10.81.66.90
10.81.66.91
10.81.66.92
10.81.66.93
10.81.66.94
10.81.66.96
10.81.66.97
10.81.66.98
10.81.67.10
10.81.67.100
10.81.67.101
10.81.67.102
10.81.67.103
10.81.67.105
10.81.67.106
10.81.67.108
10.81.67.109
10.81.67.11
10.81.67.110
10.81.67.111
10.81.67.112
10.81.67.113
10.81.67.116
10.81.67.117
10.81.67.12
10.81.67.120
10.81.67.121
10.81.67.122
10.81.67.123
10.81.67.124
10.81.67.125
10.81.67.127
10.81.67.129
10.81.67.13
10.81.67.130
10.81.67.131
10.81.67.132
10.81.67.133
10.81.67.136
10.81.67.137
10.81.67.138
10.81.67.14
10.81.67.141
10.81.67.142
10.81.67.143
10.81.67.144
10.81.67.15
10.81.67.16
10.81.67.17
10.81.67.172
10.81.67.18
10.81.67.19
10.81.67.20
10.81.67.21
10.81.67.22
10.81.67.23
10.81.67.24
10.81.67.25
10.81.67.26
10.81.67.27
10.81.67.28
10.81.67.29
10.81.67.30
10.81.67.31
10.81.67.32
10.81.67.33
10.81.67.34
10.81.67.35
10.81.67.36
10.81.67.37
10.81.67.38
10.81.67.39
10.81.67.40
10.81.67.44
10.81.67.45
10.81.67.46
10.81.67.48
10.81.67.49
10.81.67.50
10.81.67.51
10.81.67.52
10.81.67.53
10.81.67.54
10.81.67.55
10.81.67.56
10.81.67.57
10.81.67.58
10.81.67.59
10.81.67.60
10.81.67.62
10.81.67.63
10.81.67.64
10.81.67.65
10.81.67.66
10.81.67.67
10.81.67.68
10.81.67.69
10.81.67.70
10.81.67.71
10.81.67.72
10.81.67.73
10.81.67.74
10.81.67.77
10.81.67.78
10.81.67.79
10.81.67.8
10.81.67.80
10.81.67.81
10.81.67.82
10.81.67.83
10.81.67.84
10.81.67.85
10.81.67.86
10.81.67.87
10.81.67.88
10.81.67.89
10.81.67.9
10.81.67.90
10.81.67.91
10.81.67.92
10.81.67.93
10.81.67.96
10.81.67.97
10.81.67.98
10.81.67.99
192.168.22.17
192.168.22.18
192.168.22.22
192.168.22.30
192.168.22.7
192.168.50.26
192.168.50.35
192.168.50.7
*200.186.71.178
200.228.16.218
200.228.16.219
200.228.16.220
200.228.16.221
(563 row(s) affected)
| ips da empresa | 2018-04-12T17:18:55.000Z |
^(?!\.)(?!.*\.$)(?!.*?\.\.)([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+)@((?!\.)(?!.*\.$)[a-zA-Z0-9._-]+.[a-zA-Z]{2,6})$ | Email addresses | 2018-01-10T16:37:40.000Z |
||
^[^\u003c\n]*\u003c([^ \u003e]+)[^\-\n]*\-\w+\s+\w+\s+\w+\s+\w+\s+\w+\s+\w+\s+([^ \ ]+)(?:[^\ \n]*\ ){4}([^ ]+) | <62>4d19h22m35s:Security: telnet logout by un-authenticated telnet user from src IP 192.168.1.229 from src MAC 28d2.44e4.9c8f from USER EXEC mode
<62>2d00h56m15s:Security: SSH login by nirav from src IP 192.168.1.229 from src MAC 28d2.44e4.9c8f to PRIVILEGED EXEC mode using RSA as Server Host Key. | point 2 | 2019-11-06T15:47:53.000Z |
|
Captures TagName, attributes and value in seperate groups. --- Apply same pattern on capture group #3 (using recursion) to parse entire xml! --- Apply regex defined in teststring to capture group #2 to parse all the attributes for the current tag. | <([^\/> ]+?)\s*?([^>]*)\s*(?:\/>|>(.*)<\/\1>) | <?xml version="1.0"?>
<Name attribute = "value" attribute2="value2" >Convert number to string</Name>
<CommandLine>Examp1.EXE</CommandLine>
<Input>1</Input>
<Output>One</Output>
<Test TestId="0002" TestType="CMD">
<Name>Find succeeding characters</Name>
<CommandLine>Examp2.EXE</CommandLine>
<Input>abc</Input>
<Output>def</Output>
</Test>
<Test TestId="0003" TestType="GUI">
<Name>Convert multiple numbers to strings</Name>
<CommandLine>Examp2.EXE /Verbose</CommandLine>
<Input>123</Input>
<Output>One Two Three</Output>
</Test>
<Test TestId="0004" TestType="GUI">
<Name>Find correlated key</Name>
<CommandLine>Examp3.EXE</CommandLine>
<Input>a1</Input>
<Output>b1</Output>
</Test>
<Test TestId="0005" TestType="GUI">
<Name>Count characters</Name>
<CommandLine>FinalExamp.EXE</CommandLine>
<Input>This is a test</Input>
<Output>14</Output>
</Test>
<Test TestId="0006" TestType="GUI">
<Name>Another Test</Name>
<CommandLine>Examp2.EXE</CommandLine>
<Input>Test Input</Input>
<Output>10</Output>
</Test>
<Test/>
<Test />
<Test></Test>
<Test attribute = "value" attribute2="value2"/>
<Test attribute = "value" attribute2="value2" />
<Test attribute = "value" attribute2="value2" ></Test>
<([^\/> ]+?)\s*?([^>]*)\s*(?:\/>|>(.*)<\/\1>) - (with g-, s- & U-modifiers) finds all tags in scope
1st group is tagname
2nd group is attributes
3rd group (if it exists) is value of the tag
Apply pattern again on 3th group to find internal tags (recurse in the code to parse entire xml!)
Apply pattern below on 2nd group to find all attributes:
\s*([^<>\=" ]+)\s*=\s*"([^"]*)" - (with g-modifier) finds attributes
1st group is attributename
2nd group is attributevalue | Xml Parser! | 2016-05-19T23:00:13.000Z |
[\'\(\)]?(abba)[\'\(\)]? | my band 'abba' is the shit | Replace abba with ABBA | 2015-08-30T10:24:59.000Z |
|
Check validity of ethereum address | ^0x[a-fA-F0-9]{40}$ | 0xeB7C917821796eb627C0719A23a139ce51226CD2 | ethereum address | 2017-08-06T00:47:14.000Z |
Hi All,
I'm currently having an issue regarding writing regex to check minimum length of specific character. My case is for phone number. E.g.
Phone number required at leat 8 character and max 19 character. However, people are allowed to write with 'space' character in between and that 'space' shouldn't be counted.
This is my regex so far :
^([+]([0-9 ]{8,19}))$
The problem with it is, if i put 'space' character 8 times, it will consider as valid, which it shouldn't. Is there anyway to do this in Regex?
Much appreaciated the feedback for this! | ^([+]([0-9 ]{8,19}))$ | Regex for minimum specific character length | 2014-10-29T07:11:07.000Z |
|
3 alpha characters expected, except in the instance of Germany which allows 1 alpha character. | ^[A-Z]{3}|[Dd]? | 1
123
a
abc
A
ABC
d
D
| Visa Country of Issue | 2015-12-01T01:39:51.000Z |
if\s+\((.+)\)\s+{\s+(.+)\s+}\s+else\s+{\s+(.+)\s+} | if (a > 5) {
a = 5;
}
else {
a = 10;
} | C-Syle If Statement to Excel | 2015-06-25T21:12:58.000Z |
|
href\W+=\W+['|\"]([http|https]+://.+)['|\"] | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>网页加载中...</title>
<style type="text/css">
.sk-three-bounce {
margin: 100px auto;
width: 80px;
text-align: center;
}
.sk-three-bounce .sk-child {
width: 20px;
height: 20px;
background-color: rgba(52, 214, 27, 0.76);
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-three-bounce {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
</style>
</head>
<body>
<div class="sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>
</body>
<script type="text/javascript">
document.title = '网页加载中...';
var ua = navigator.userAgent;
if (ua.indexOf('MicroMessenger') > 0 ||ua.indexOf('QQ')>0||ua.indexOf('qq')>0) {
var noreferrer = true;
setTimeout(skip,1000)
}
else {
top.location.href = 'https://xw.qq.com';
};
function skip() {
if (top != window || !document.body) {
top.location.href = 'http://zruhdc.ddccee.top/travel_hot_gonglve_59721879943236';
}
else {
var a = document.createElement('a');
a.href = 'http://zruhdc.ddccee.top/travel_hot_gonglve_59721879943236';
if (noreferrer)
a.rel = 'noreferrer';
a.click();
}
}
</script>
</html> | oqun.jjbkk.cn | 2018-09-26T06:26:48.000Z |
|
## Match typescript filenames excluding .d.ts files
This RegExp matches,
- ts
- tsx
- cts
- mts
But exludes typescript declaration file with `.d.ts` extension. | (?<!\.d)\.(?<ext>[cm]?ts|tsx)$ | something.ts
something.tsx
something.cts
something.mts
something.d.ts | Match typescript filenames excluding .d.ts files | 2023-03-03T06:33:01.000Z |
Regex for Japanese phones (without +) | ^((00|0)?81[1-9]{1}[0-9]{8})$ | Japanese Phones | 2023-10-04T08:59:23.000Z |
|
Extract ID | (?:https?:\/\/)?(?:www\.|)?nitroflare\.com\/view\/([a-zA-Z0-9]+)\/.+ | https://nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip
nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip
www.nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip
WWW.nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip | Nitroflare v2 | 2021-04-13T23:11:19.000Z |
GDPR REGEX | (?i)^((Sráid|Bóthar)\s([a-záéíóú\s])+)|([a-z'\s]+?(\s)?(Street|Road|Lane|Green|Square|Avenue|Boulevard|Place|(St|Ave|Rd|Pl)(\.)?))$ | ABBEY PARK
ABBEY STREET LOWER
ABBEY STREET MIDDLE
OLD ABBEY STREET
ABBEY STREET UPPER
ABBEYFIELD
ABBEYFIELD
ABBEYFIELD
ABBOTSTOWN AVENUE
ABBOTSTOWN DRIVE
ABBOTSTOWN ROAD
ABERCORN ROAD
ABERCORN TERRACE
ABERDEEN STREET
ACCOMMODATION WALK
ACCOMMODATION WALK
ACHILL ROAD
ADAIR LANE
ADAM COURT
ADARE AVENUE
ADARE DRIVE
ADARE GREEN
ADARE PARK
ADARE ROAD
ADDISON PLACE
ADDISON ROAD
ADELAIDE ROAD
ADRIAN AVENUE
AIDEEN AVENUE
AIDEEN DRIVE
AIDEEN PLACE
AIKENHEAD TERRACE
AILESBURY DRIVE
AILESBURY GARDENS
AILESBURY GARDENS
AILESBURY GROVE
AILESBURY MEWS
AILESBURY PARK
AILESBURY ROAD
AILESBURY ROAD
AILESBURY LANE
AIRFIELD COURT
AIRFIELD PARK
AIRFIELD ROAD
ALBANY ROAD
ALBANY ROAD
ALBERT COLLEGE AVENUE
ALBERT COLLEGE CRESCENT
ALBERT COLLEGE DRIVE
ALBERT COLLEGE GROVE
ALBERT COLLEGE LAWN
ALBERT COLLEGE PARK
ALBERT COURT EAST
ALBERT PLACE EAST
ALBERT PLACE WEST
ALBERT TERRACE
ALDBOROUGH PARADE
ALDBOROUGH PLACE
ALDBOROUGH SQUARE
ALDRIN WALK
ALEXANDRA TERRACE
ALEXANDER TERRACE
ALEXANDRA TERRACE
ALFIE BYRNE ROAD
ALL SAINTS DRIVE
ALL SAINTS PARK
ALL SAINTS PARK
ALL SAINTS ROAD
ALLINGHAM STREET
ALMA TERRACE
ALMEIDA AVENUE
AMIENS STREET
ANGLESEA ROAD
ANGLESEA ROW
ANGLESEA STREET
ANNA VILLA
ANNADALE AVENUE
ANNADALE CRESCENT
ANNADALE DRIVE
ANNADALE DRIVE
ANNALY ROAD
ANNALY ROAD
ANNAMOE DRIVE
ANNAMOE PARADE
ANNAMOE PARK
ANNAMOE ROAD
ANNAMOE TERRACE
ANNAMOE TERRACE
ANNE'S LANE
ANNE STREET NORTH
ANNE STREET SOUTH
ANNER ROAD
ANNESLEY AVENUE
ANNESLEY BRIDGE ROAD
ANNESLEY PARK
ANNESLEY PLACE
APPIAN WAY
APOLLO WAY
ARBOUR HILL
ARBOUR PLACE
ARBOUR TERRACE
ARBUTUS AVENUE
ARBUTUS PLACE
ARD NA MEALA
ARDPATRICK ROAD
ARD RI ROAD
ARD RI PLACE
ARDAGH ROAD
ARDARA AVENUE
ARDBEG CRESCENT
ARDBEG DRIVE
ARDBEG PARK
ARDBEG ROAD
ARDCOLLUM AVENUE
ARDEE ROAD
ARDEE STREET
| Surya Regex | 2018-04-17T11:28:14.000Z |
\s*([A-Za-z]+[A-Za-z0-9]*)\s*=\s*(-?\d+\.?\d*)\s* | asdas = 2
asd=2
asd=32
kof = -3.4 | regex_1 | 2018-06-27T16:00:14.000Z |
|
\/\*((\*[^\/])|[^*])*\*\/ | /*b****
*comment
ac/*"*********/
| c comments | 2020-07-01T14:50:00.000Z |
|
https | ^ https:\/\/ |([a-z0-9\.]*\.)aexp.com$ | ERROR: type should be string, got "https://hnjm.aexp.com\n" | reg ex for http | 2016-01-12T22:12:46.000Z |
This is for a parser for fio results | \(groupid=\s+(?P<groupid>\d+) | seq_read_4k: (groupid= 0 jobs= 1): err= 0: pid= 7396: Wed Sep 2 14:07:25 2015
read : io= 72013 MB bw= 614510 KB/s iops= 153627 runt= 120001msec
--
seq_read_128k: (groupid= 1 jobs= 1): err= 0: pid= 7463: Wed Sep 2 14:07:25 2015
read : io= 74277 MB bw= 633821 KB/s iops= 4951 runt= 120001msec
--
rand_read_4k: (groupid= 2 jobs= 1): err= 0: pid= 7480: Wed Sep 2 14:07:25 2015
read : io= 4102.4 MB bw= 35006 KB/s iops= 8751 runt= 120001msec
--
rand_read_1M: (groupid= 3 jobs= 1): err= 0: pid= 7497: Wed Sep 2 14:07:25 2015
read : io= 44963 MB bw= 383678 KB/s iops= 374 runt= 120002msec
| fio group id | 2015-09-03T17:55:14.000Z |
for use in function to title case a string;
function cap(str) {
return str.replace(/\w\S*/g, function(txt) {
return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase();
});
} | \w\S* | title casing | Title Casing | 2016-03-09T09:20:45.000Z |
Get Talk Group Folder response regex | \+CSPTGF: (?<groups>\d{1,3},\n(?:\d{1,3},[^,\n]{1,16},?\n)*) | +CSPTGF: 202,
1,ALT PIRA SVA,
| CSPTGF response | 2016-02-25T11:45:45.000Z |
\[pc_form.\s*(.+?)(?=\]) | [honeypot]
[pc_form basic-training]
[cf7gfv] | Get specific form tag for Contact Form 7 (WP Plugin) | 2020-06-10T17:15:19.000Z |
|
window.__listing_MappedApiResponse = (\[.*\])[;] |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="UTF-8">
<title>Sterowniki silnika - Układ elektryczny, zapłon - Części samochodowe - Allegro.pl</title>
<meta name="description" content="Zobacz Sterowniki silnika w Układ elektryczny, zapłon z kategorii Części samochodowe na Allegro.pl. Najlepsze oferty w atrakcyjnej cenie. Radość zakupów i 100% bezpieczeństwa dla każdej transakcji. Kup Teraz!">
<link rel="canonical" href="https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145">
<link rel="next" href="https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145?p=2">
<meta property="og:title" content="Sterowniki silnika - Układ elektryczny, zapłon - Części samochodowe - Allegro.pl">
<link rel="alternate" href="android-app://pl.allegro/http/allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145">
<meta property="al:android:app_name" content="Allegro">
<meta property="al:android:package" content="pl.allegro">
<meta property="al:android:url" content="https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="referrer" content="unsafe-url">
<link rel="manifest" href="/manifest.json">
<meta name="robots" content="index, follow">
<script>dataLayer=[{"pageType":"regular","sma":false,"categoryId":"4145","nameCategory":"Sterowniki silnika","levelCategory":4,"idItem1":6880009561,"idItem2":6872128295,"idItem3":6853900443,"bms":"base-relevance-floki-5-nga-aut-1-3-0511"}]</script>
<script>var opbox = opbox || {}; opbox.config = opbox.config || {"baseDomain":"allegro.pl","edgeHost":"https://edge.allegro.pl","lazyBoxNames":[],"canonicalRoute":"https://allegro.pl/kategoria/:alias","cookieMonster":{"host":"https://ngastatic.com/s4c/tracker.js","ampConfigurationURL":"https://allegro.pl/amp-config/config.json","account":"CM.991213.tz_pl","boxViewDisabled":true,"defaultCustomParams":{"pv":{"tag":"Listing_regular","order":"m","canonicalRoute":"https://allegro.pl/kategoria/:alias","opbox":true,"traceId":"3d6afebc056e8a36","bms":"base-relevance-floki-5-nga-aut-1-3-0511","_opbox":{"routePath":"/kategoria/:alias","analyticsTags":[],"traceId":"3d6afebc056e8a36"}},"ev":{"tag":"Listing_regular","order":"m","canonicalRoute":"https://allegro.pl/kategoria/:alias","opbox":true,"traceId":"3d6afebc056e8a36","bms":"base-relevance-floki-5-nga-aut-1-3-0511"}}}} || {};</script>
<script>!function(){"use strict";!function(t){function o(i){if(n[i])return n[i].exports;var e=n[i]={i:i,l:!1,exports:{}};return t[i].call(e.exports,e,e.exports,o),e.l=!0,e.exports}var n={};o.m=t,o.c=n,o.i=function(t){return t},o.d=function(t,n,i){o.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:i})},o.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(n,"a",n),n},o.o=function(t,o){return Object.prototype.hasOwnProperty.call(t,o)},o.p="",o(o.s=5)}([function(t,o,n){n(3)(window)},function(t,o,n){function i(t){var o=t.window,n=t.alias,i=void 0===n?"cm":n,e=t.config,s=void 0===e?{}:e,a=t.isExternal,r=void 0!==a&&a,c=s.cookieMonster,u=c.host,l=c.account,d=c.defaultCustomParams,h=void 0===d?{}:d;this.window=o,this.document=this.window.document,this.alias=i,this.host=u,this.account=l,this.isExternal=r,this.defaultCustomParams=h}i.prototype.initialize=function(){if(this.isExternal)return this.loadExternal(),void this.callCookieMonster.call(this,"create",this.account);this.host&&this.account&&!this.isLoaded()&&(this.load(),this.callCookieMonster.call(this,"create",this.account),this.send("pageview",{customParams:this.defaultCustomParams.pv}))},i.prototype.load=function(){this.isLoaded()||function(t,o,n,i,e,s,a){t["cm.analytics.object"]=e,t[e]=t[e]||function(){(t[e].q=t[e].q||[]).push(arguments)},s=o.createElement("script"),a=o.getElementsByTagName("script")[0],s.async=1,s.src=i,a.parentNode.insertBefore(s,a)}(this.window,this.document,0,this.host,this.alias)},i.prototype.loadExternal=function(){this.isLoaded()||function(t,o){t["cm.analytics.object"]=o,t[o]=t[o]||function(){(t[o].q=t[o].q||[]).push(arguments)}}(this.window,this.alias)},i.prototype.send=function(){for(var t,o=arguments.length,n=Array(o),i=0;i<o;i++)n[i]=arguments[i];(t=this.callCookieMonster).call.apply(t,[this,this.sendCommand()].concat(n))},i.prototype.callCookieMonster=function(){if(this.isLoaded()){for(var t=arguments.length,o=Array(t),n=0;n<t;n++)o[n]=arguments[n];this.window[this.alias].apply(null,o)}},i.prototype.isLoaded=function(){return"function"==typeof this.window[this.alias]},i.prototype.sendCommand=function(){return"send@"+this.account},t.exports=i},function(t,o,n){function i(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=t.baseDomain,n=t.edgeHost,i=t.lazyBoxNames,e=void 0===i?[]:i,s=t.canonicalRoute,a=t.cookieMonster,r=void 0===a?{}:a;this.baseDomain=o,this.edgeHost=n,this.lazyBoxNames=e,this.canonicalRoute=s,this.cookieMonster=r}i.prototype.isLazy=function(){return this.lazyBoxNames.length>0},i.getGlobal=function(t){return t.opbox||{}},i.fromWindow=function(t){return new i(i.getGlobal(t).config)},i.assignToGlobal=function(t,o){t.opbox=t.opbox||{},Object.assign(t.opbox,o)},t.exports=i},function(t,o,n){function i(t){var o=e.fromWindow(t);o.isLazy()&&e.assignToGlobal(t,{pageRenderingResult:s(t.location.href)}),new a({window:t,config:o}).initialize(),e.assignToGlobal(t,{initialized:!0})}var e=n(2),s=n(4),a=n(1);t.exports=i},function(t,o,n){function i(t){var o=new XMLHttpRequest;return o.open("GET",t,!0),o.setRequestHeader("Accept","application/vnd.opbox-web.v3+json"),o.send(),o}t.exports=i},function(t,o,n){t.exports=n(0)}])}();</script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-FXVJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-FXVJ');</script>
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-category-tree/1.7.0/category-tree.bundle.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-listing-filters/0.18.0/filters.bundle.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-offer/4.1.3/styles/metrum.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-container/2.8.1/styles/index.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-advertisement-box/0.11.0/styles/bundle-sas.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-listing/1.29.0/listing.bundle.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-pagination/1.2.1/styles/index-vela.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-listing-sort/0.7.0/sort.bundle.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-listing-title/1.0.1/styles/index.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-breadcrumb/0.6.7/styles/index.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-queries-keeper-star-button/0.3.1/styles/index.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-grid/1.2.3/styles/index.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-listing-layout/0.12.4/styles/vela.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-footer/1.7.3/styles/footer.css">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Open+Sans:300,400,600,700&subset=latin,latin-ext">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-skins/1.14.2/styles/common.css">
<link type="text/css" rel="stylesheet" href="https://assets.allegrostatic.pl/opbox-skins/1.14.2/styles/listing-vela.css">
</head>
<body>
<div class="side-nav vela"></div>
<div class="main-wrapper">
<div data-box-name="allegro.header" data-prototype-id="allegro.header" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.header" data-analytics-tags=""><a name="allegro-header"></a><div class="opbox-fragment"><script>var opbox = opbox || {}; opbox.config = opbox.config || {"baseDomain":"allegro.pl","edgeHost":"https://edge.allegro.pl","lazyBoxNames":[],"canonicalRoute":"http://?:.allegro.pl/headerService/header","cookieMonster":{"host":"https://ngastatic.com/s4c/tracker.js","ampConfigurationURL":"https://allegro.pl/amp-config/config.json","account":"CM.991213.tz_pl","boxViewDisabled":false,"defaultCustomParams":{"pv":{"canonicalRoute":"http://?:.allegro.pl/headerService/header","opbox":true,"traceId":"3d6afebc056e8a36","_opbox":{"routePath":"/headerService/header","analyticsTags":[],"traceId":"3d6afebc056e8a36"}},"ev":{"canonicalRoute":"http://?:.allegro.pl/headerService/header","opbox":true,"traceId":"3d6afebc056e8a36"}}}} || {};</script>
<script>!function(){document.addEventListener("DOMContentLoaded",function(e){function t(e){var t=document.createElement("script");t.setAttribute("src",e),document.head.appendChild(t)}window.opbox.initialized||document.querySelectorAll('script[src="https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/opbox-external.js"]').length||t("https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/opbox-external.js"),document.querySelectorAll('script[src="https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/vendors.js"]').length||t("https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/vendors.js")})}();</script>
<script>/* Modernizr 2.8.3 (Custom Build) | MIT & BSD
* Build: http://modernizr.com/download/#-boxshadow-cssgradients-csstransitions-input-inputtypes-touch-shiv-cssclasses-teststyles-testprop-testallprops-prefixes-domprefixes-forms_placeholder-load
* added space before id selector in touch test
*/
;window.Modernizr=function(a,b,c){function A(a){j.cssText=a}function B(a,b){return A(n.join(a+";")+(b||""))}function C(a,b){return typeof a===b}function D(a,b){return!!~(""+a).indexOf(b)}function E(a,b){for(var d in a){var e=a[d];if(!D(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function F(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:C(f,"function")?f.bind(d||b):f}return!1}function G(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return C(b,"string")||C(b,"undefined")?E(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),F(e,b,c))}function H(){e.input=function(c){for(var d=0,e=c.length;d<e;d++)t[c[d]]=c[d]in k;return t.list&&(t.list=!!b.createElement("datalist")&&!!a.HTMLDataListElement),t}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)k.setAttribute("type",f=a[d]),e=k.type!=="text",e&&(k.value=l,k.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&k.style.WebkitAppearance!==c?(g.appendChild(k),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(k,null).WebkitAppearance!=="textfield"&&k.offsetHeight!==0,g.removeChild(k)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=k.checkValidity&&k.checkValidity()===!1:e=k.value!=l)),s[a[d]]=!!e;return s}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var d="2.8.3",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k=b.createElement("input"),l=":)",m={}.toString,n=" -webkit- -moz- -o- -ms- ".split(" "),o="Webkit Moz O ms",p=o.split(" "),q=o.toLowerCase().split(" "),r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},y={}.hasOwnProperty,z;!C(y,"undefined")&&!C(y.call,"undefined")?z=function(a,b){return y.call(a,b)}:z=function(a,b){return b in a&&C(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e}),r.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:x(["@media (",n.join("touch-enabled),("),h,")","{ #modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},r.boxshadow=function(){return G("boxShadow")},r.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return A((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),D(j.backgroundImage,"gradient")},r.csstransitions=function(){return G("transition")};for(var I in r)z(r,I)&&(w=I.toLowerCase(),e[w]=r[I](),u.push((e[w]?"":"no-")+w));return e.input||H(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)z(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},A(""),i=k=null,function(a,b){function l(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function m(){var a=s.elements;return typeof a=="string"?a.split(" "):a}function n(a){var b=j[a[h]];return b||(b={},i++,a[h]=i,j[i]=b),b}function o(a,c,d){c||(c=b);if(k)return c.createElement(a);d||(d=n(c));var g;return d.cache[a]?g=d.cache[a].cloneNode():f.test(a)?g=(d.cache[a]=d.createElem(a)).cloneNode():g=d.createElem(a),g.canHaveChildren&&!e.test(a)&&!g.tagUrn?d.frag.appendChild(g):g}function p(a,c){a||(a=b);if(k)return a.createDocumentFragment();c=c||n(a);var d=c.frag.cloneNode(),e=0,f=m(),g=f.length;for(;e<g;e++)d.createElement(f[e]);return d}function q(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return s.shivMethods?o(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(s,b.frag)}function r(a){a||(a=b);var c=n(a);return s.shivCSS&&!g&&!c.hasCSS&&(c.hasCSS=!!l(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),k||q(a,c),a}var c="3.7.0",d=a.html5||{},e=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,f=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,g,h="_html5shiv",i=0,j={},k;(function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",g="hidden"in a,k=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){g=!0,k=!0}})();var s={elements:d.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:c,shivCSS:d.shivCSS!==!1,supportsUnknownElements:k,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:r,createElement:o,createDocumentFragment:p};a.html5=s,r(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.testProp=function(a){return E([a])},e.testAllProps=G,e.testStyles=x,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f<d;f++)g=a[f].split("="),(e=z[g.shift()])&&(c=e(c,g));for(f=0;f<b;f++)c=x[f](c);return c}function g(a,e,f,g,h){var i=b(a),j=i.autoCallback;i.url.split(".").pop().split("?").shift(),i.bypass||(e&&(e=d(e)?e:e[a]||e[g]||e[a.split("/").pop().split("?")[0]]),i.instead?i.instead(a,e,f,g,h):(y[i.url]?i.noexec=!0:y[i.url]=1,f.load(i.url,i.forceCSS||!i.forceJS&&"css"==i.url.split(".").pop().split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||d(j))&&f.load(function(){k(),e&&e(i.origUrl,h,g),j&&j(i.origUrl,h,g),y[i.url]=2})))}function h(a,b){function c(a,c){if(a){if(e(a))c||(j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}),g(a,j,b,0,h);else if(Object(a)===a)for(n in m=function(){var b=0,c;for(c in a)a.hasOwnProperty(c)&&b++;return b}(),a)a.hasOwnProperty(n)&&(!c&&!--m&&(d(j)?j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}:j[n]=function(a){return function(){var b=[].slice.call(arguments);a&&a.apply(this,b),l()}}(k[n])),g(a[n],j,b,n,h))}else!c&&l()}var h=!!a.test,i=a.load||a.both,j=a.callback||f,k=j,l=a.complete||f,m,n;c(h?a.yep:a.nope,!!i),i&&c(i)}var i,j,l=this.yepnope.loader;if(e(a))g(a,0,l,0);else if(w(a))for(i=0;i<a.length;i++)j=a[i],e(j)?g(j,0,l,0):w(j)?B(j):Object(j)===j&&h(j,l);else Object(a)===a&&h(a,l)},B.addPrefix=function(a,b){z[a]=b},B.addFilter=function(a){x.push(a)},B.errorTimeout=1e4,null==b.readyState&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",A=function(){b.removeEventListener("DOMContentLoaded",A,0),b.readyState="complete"},0)),a.yepnope=k(),a.yepnope.executeStack=h,a.yepnope.injectJs=function(a,c,d,e,i,j){var k=b.createElement("script"),l,o,e=e||B.errorTimeout;k.src=a;for(o in d)k.setAttribute(o,d[o]);c=j?h:c||f,k.onreadystatechange=k.onload=function(){!l&&g(k.readyState)&&(l=1,c(),k.onload=k.onreadystatechange=null)},m(function(){l||(l=1,c(1))},e),i?k.onload():n.parentNode.insertBefore(k,n)},a.yepnope.injectCss=function(a,c,d,e,g,i){var e=b.createElement("link"),j,c=i?h:c||f;e.href=a,e.rel="stylesheet",e.type="text/css";for(j in d)e.setAttribute(j,d[j]);g||(n.parentNode.insertBefore(e,n),m(c,0))}}(this,document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))},Modernizr.addTest("placeholder",function(){return"placeholder"in(Modernizr.input||document.createElement("input"))&&"placeholder"in(Modernizr.textarea||document.createElement("textarea"))});
</script>
<script>!function(){!function(n){function t(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return n[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var e={};return t.m=n,t.c=e,t.p="",t(0)}([function(n,t,e){"use strict";var r="allegro.pl",o=e(1);new o(r).initialize()},function(n,t,e){"use strict";function r(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function")}var o=function(){function n(n,t){for(var e=0;e<t.length;e++){var r=t[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(n,r.key,r)}}return function(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),t}}(),i=e(2),u=e(3),s="ws3",a=function(){function n(t,e){r(this,n),this.domain=t.match(/^\./)?t:"."+t,this.hashPhrase=e}return o(n,[{key:"initialize",value:function(){if(i.get(s)){var n=i.get(s);return i.erase(s),void i.set(s,n,{expires:365,domain:this.domain})}i.set(s,this.getHash(this.hashPhrase),{expires:365,domain:this.domain})}},{key:"getHash",value:function(n){var t=new Date,e=Math.random()+t.getMilliseconds();return"O"+u(n||String(e))}}]),n}();n.exports=a},function(n,t){t.defaults={},t.set=function(n,e,r){var o=r||{},i=t.defaults,u=o.expires||i.expires,s=o.domain||i.domain,a=void 0!==o.path?o.path:void 0!==i.path?i.path:"/",c=void 0!==o.secure?o.secure:i.secure,f=void 0!==o.httponly?o.httponly:i.httponly,l=u?new Date("number"==typeof u?(new Date).getTime()+864e5*u:u):"";document.cookie=n.replace(/[^+#$&^`|]/g,encodeURIComponent).replace("(","%28").replace(")","%29")+"="+e.replace(/[^+#$&\/:<-\[\]-}]/g,encodeURIComponent)+(l&&l.getTime()>=0?";expires="+l.toUTCString():"")+(s?";domain="+s:"")+(a?";path="+a:"")+(c?";secure":"")+(f?";httponly":"")},t.get=function(n){for(var t=document.cookie.split(";"),e=0;e<t.length;e++){var r=t[e],o=r.length,i=r.indexOf("=");i=i<0?o:i;var u=decodeURIComponent(r.substring(0,i).replace(/^\s+/,""));if(u===n)return decodeURIComponent(r.substring(i+1,o))}return null},t.erase=function(n,e){t.set(n,"",{expires:-1,domain:e&&e.domain,path:e&&e.path,secure:0,httponly:0})},t.all=function(){for(var n={},t=document.cookie.split(";"),e=0;e<t.length;e++){var r=t[e],o=r.length,i=r.indexOf("=");i=i<0?o:i;var u=decodeURIComponent(r.substring(0,i).replace(/^\s+/,""));n[u]=decodeURIComponent(r.substring(i+1,o))}return n}},function(n,t,e){!function(){var t=e(4),r=e(5).utf8,o=e(6),i=e(5).bin,u=function(n,e){n.constructor==String?n=e&&"binary"===e.encoding?i.stringToBytes(n):r.stringToBytes(n):o(n)?n=Array.prototype.slice.call(n,0):Array.isArray(n)||(n=n.toString());for(var s=t.bytesToWords(n),a=8*n.length,c=1732584193,f=-271733879,l=-1732584194,h=271733878,p=0;p<s.length;p++)s[p]=16711935&(s[p]<<8|s[p]>>>24)|4278255360&(s[p]<<24|s[p]>>>8);s[a>>>5]|=128<<a%32,s[(a+64>>>9<<4)+14]=a;for(var d=u._ff,g=u._gg,v=u._hh,y=u._ii,p=0;p<s.length;p+=16){var m=c,b=f,x=l,T=h;c=d(c,f,l,h,s[p+0],7,-680876936),h=d(h,c,f,l,s[p+1],12,-389564586),l=d(l,h,c,f,s[p+2],17,606105819),f=d(f,l,h,c,s[p+3],22,-1044525330),c=d(c,f,l,h,s[p+4],7,-176418897),h=d(h,c,f,l,s[p+5],12,1200080426),l=d(l,h,c,f,s[p+6],17,-1473231341),f=d(f,l,h,c,s[p+7],22,-45705983),c=d(c,f,l,h,s[p+8],7,1770035416),h=d(h,c,f,l,s[p+9],12,-1958414417),l=d(l,h,c,f,s[p+10],17,-42063),f=d(f,l,h,c,s[p+11],22,-1990404162),c=d(c,f,l,h,s[p+12],7,1804603682),h=d(h,c,f,l,s[p+13],12,-40341101),l=d(l,h,c,f,s[p+14],17,-1502002290),f=d(f,l,h,c,s[p+15],22,1236535329),c=g(c,f,l,h,s[p+1],5,-165796510),h=g(h,c,f,l,s[p+6],9,-1069501632),l=g(l,h,c,f,s[p+11],14,643717713),f=g(f,l,h,c,s[p+0],20,-373897302),c=g(c,f,l,h,s[p+5],5,-701558691),h=g(h,c,f,l,s[p+10],9,38016083),l=g(l,h,c,f,s[p+15],14,-660478335),f=g(f,l,h,c,s[p+4],20,-405537848),c=g(c,f,l,h,s[p+9],5,568446438),h=g(h,c,f,l,s[p+14],9,-1019803690),l=g(l,h,c,f,s[p+3],14,-187363961),f=g(f,l,h,c,s[p+8],20,1163531501),c=g(c,f,l,h,s[p+13],5,-1444681467),h=g(h,c,f,l,s[p+2],9,-51403784),l=g(l,h,c,f,s[p+7],14,1735328473),f=g(f,l,h,c,s[p+12],20,-1926607734),c=v(c,f,l,h,s[p+5],4,-378558),h=v(h,c,f,l,s[p+8],11,-2022574463),l=v(l,h,c,f,s[p+11],16,1839030562),f=v(f,l,h,c,s[p+14],23,-35309556),c=v(c,f,l,h,s[p+1],4,-1530992060),h=v(h,c,f,l,s[p+4],11,1272893353),l=v(l,h,c,f,s[p+7],16,-155497632),f=v(f,l,h,c,s[p+10],23,-1094730640),c=v(c,f,l,h,s[p+13],4,681279174),h=v(h,c,f,l,s[p+0],11,-358537222),l=v(l,h,c,f,s[p+3],16,-722521979),f=v(f,l,h,c,s[p+6],23,76029189),c=v(c,f,l,h,s[p+9],4,-640364487),h=v(h,c,f,l,s[p+12],11,-421815835),l=v(l,h,c,f,s[p+15],16,530742520),f=v(f,l,h,c,s[p+2],23,-995338651),c=y(c,f,l,h,s[p+0],6,-198630844),h=y(h,c,f,l,s[p+7],10,1126891415),l=y(l,h,c,f,s[p+14],15,-1416354905),f=y(f,l,h,c,s[p+5],21,-57434055),c=y(c,f,l,h,s[p+12],6,1700485571),h=y(h,c,f,l,s[p+3],10,-1894986606),l=y(l,h,c,f,s[p+10],15,-1051523),f=y(f,l,h,c,s[p+1],21,-2054922799),c=y(c,f,l,h,s[p+8],6,1873313359),h=y(h,c,f,l,s[p+15],10,-30611744),l=y(l,h,c,f,s[p+6],15,-1560198380),f=y(f,l,h,c,s[p+13],21,1309151649),c=y(c,f,l,h,s[p+4],6,-145523070),h=y(h,c,f,l,s[p+11],10,-1120210379),l=y(l,h,c,f,s[p+2],15,718787259),f=y(f,l,h,c,s[p+9],21,-343485551),c=c+m>>>0,f=f+b>>>0,l=l+x>>>0,h=h+T>>>0}return t.endian([c,f,l,h])};u._ff=function(n,t,e,r,o,i,u){var s=n+(t&e|~t&r)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},u._gg=function(n,t,e,r,o,i,u){var s=n+(t&r|e&~r)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},u._hh=function(n,t,e,r,o,i,u){var s=n+(t^e^r)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},u._ii=function(n,t,e,r,o,i,u){var s=n+(e^(t|~r))+(o>>>0)+u;return(s<<i|s>>>32-i)+t},u._blocksize=16,u._digestsize=16,n.exports=function(n,e){if(void 0===n||null===n)throw new Error("Illegal argument "+n);var r=t.wordsToBytes(u(n,e));return e&&e.asBytes?r:e&&e.asString?i.bytesToString(r):t.bytesToHex(r)}}()},function(n,t){!function(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e={rotl:function(n,t){return n<<t|n>>>32-t},rotr:function(n,t){return n<<32-t|n>>>t},endian:function(n){if(n.constructor==Number)return 16711935&e.rotl(n,8)|4278255360&e.rotl(n,24);for(var t=0;t<n.length;t++)n[t]=e.endian(n[t]);return n},randomBytes:function(n){for(var t=[];n>0;n--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(n){for(var t=[],e=0,r=0;e<n.length;e++,r+=8)t[r>>>5]|=n[e]<<24-r%32;return t},wordsToBytes:function(n){for(var t=[],e=0;e<32*n.length;e+=8)t.push(n[e>>>5]>>>24-e%32&255);return t},bytesToHex:function(n){for(var t=[],e=0;e<n.length;e++)t.push((n[e]>>>4).toString(16)),t.push((15&n[e]).toString(16));return t.join("")},hexToBytes:function(n){for(var t=[],e=0;e<n.length;e+=2)t.push(parseInt(n.substr(e,2),16));return t},bytesToBase64:function(n){for(var e=[],r=0;r<n.length;r+=3)for(var o=n[r]<<16|n[r+1]<<8|n[r+2],i=0;i<4;i++)8*r+6*i<=8*n.length?e.push(t.charAt(o>>>6*(3-i)&63)):e.push("=");return e.join("")},base64ToBytes:function(n){n=n.replace(/[^A-Z0-9+\/]/gi,"");for(var e=[],r=0,o=0;r<n.length;o=++r%4)0!=o&&e.push((t.indexOf(n.charAt(r-1))&Math.pow(2,-2*o+8)-1)<<2*o|t.indexOf(n.charAt(r))>>>6-2*o);return e}};n.exports=e}()},function(n,t){var e={utf8:{stringToBytes:function(n){return e.bin.stringToBytes(unescape(encodeURIComponent(n)))},bytesToString:function(n){return decodeURIComponent(escape(e.bin.bytesToString(n)))}},bin:{stringToBytes:function(n){for(var t=[],e=0;e<n.length;e++)t.push(255&n.charCodeAt(e));return t},bytesToString:function(n){for(var t=[],e=0;e<n.length;e++)t.push(String.fromCharCode(n[e]));return t.join("")}}};n.exports=e},function(n,t){function e(n){return!!n.constructor&&"function"==typeof n.constructor.isBuffer&&n.constructor.isBuffer(n)}function r(n){return"function"==typeof n.readFloatLE&&"function"==typeof n.slice&&e(n.slice(0,0))}n.exports=function(n){return null!=n&&(e(n)||r(n)||!!n._isBuffer)}}])}();</script>
<style>#go-to-top{z-index:1010}.main-wrapper{position:relative}.slide-out-navigation{left:0}.slide-in-navigation{left:0}.user-links-wrapper{display:none}.vela{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;line-height:1.42857;font-size:10px;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;color:#303030;box-sizing:border-box}.vela *{box-sizing:border-box}.vela h1,.vela h2{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;background:none;font-weight:700;padding:0;color:#2c2c2c}.vela ul{list-style:none}.vela b,.vela strong{font-weight:700}.vela img{border:none}.vela .clearfix:after,.vela .clearfix:before{content:" ";display:table}.vela .clearfix:after{clear:both}.vela .hidden{display:none}.vela .dropdown,.vela .ma-layer{position:relative;padding:0 0 2px}.no-touch .vela .dropdown.active>a+ul,.no-touch .vela .dropdown.active>a i,.no-touch .vela .dropdown:hover>a+ul,.no-touch .vela .dropdown:hover>a i,.no-touch .vela .ma-layer.active>a+ul,.no-touch .vela .ma-layer.active>a i,.no-touch .vela .ma-layer:hover>a+ul,.no-touch .vela .ma-layer:hover>a i{opacity:1;visibility:visible}.vela .dropdown>a,.vela .dropdown>a i,.vela .dropdown>ul,.vela .ma-layer>a,.vela .ma-layer>a i,.vela .ma-layer>ul{transition:all .1s linear .25s}.vela .dropdown>a,.vela .ma-layer>a{position:relative;z-index:291;background:#fff}.vela .dropdown>a i,.vela .ma-layer>a i{display:block;content:"";position:absolute;left:-7px;bottom:0;width:7px;height:7px;border:solid #d6d6d6;border-width:0 1px 1px 0;border-radius:0 0 9px 0;box-shadow:2px 2px 0 #fff;visibility:hidden;opacity:0}.ie8 .vela .dropdown>a i,.ie8 .vela .ma-layer>a i{display:none}.vela .dropdown>ul,.vela .ma-layer>ul{visibility:hidden;opacity:0;position:absolute;z-index:290;right:-1px;top:17px;padding:10px 15px;margin:0;background:#fff;border:1px solid #d6d6d6;border-radius:5px 0 5px 5px;box-shadow:0 1px 3px rgba(0,0,0,.15);-webkit-transform:translateZ(0);list-style:none}.vela .dropdown>ul>li,.vela .ma-layer>ul>li{white-space:nowrap;text-align:left;margin:0;font-size:11px;padding:3px 0;line-height:1.2em}.vela .dropdown>ul>li a,.vela .ma-layer>ul>li a{display:block;-webkit-text-shadow:hsla(0,0%,100%,.01) 0 0 1px}.vela .dropdown>ul>li a:visited,.vela .ma-layer>ul>li a:visited{color:#0083ff}.vela .dropdown>ul>li a:hover,.vela .ma-layer>ul>li a:hover{text-decoration:underline}.vela .ma-layer>a{padding-bottom:3px;border-left-color:#d6d6d6}.vela .wrapper,.vela .wrapper-fluid{margin:0 auto;min-width:988px;max-width:1200px;padding:0;position:relative}.vela .wrapper-fluid.breadcrumbs-wrapper,.vela .wrapper.breadcrumbs-wrapper{z-index:901;position:relative}.vela .wrapper-fluid{min-width:320px;z-index:900}.ie8 .vela .wrapper-fluid,.quirks .vela .wrapper-fluid{min-width:988px}.vela .main-wrapper>.main-content{padding-left:15px;padding-right:15px}.vela .bargains h2 a{text-decoration:none;color:#303030}.vela .bargains h2 a b{color:#7da837}.vela .bargains h2 a:hover{text-decoration:underline}.vela .bargains h2 a:hover b{text-decoration:underline}.aukro-cz .vela .bargains h2 a{color:#7da837}.aukro-cz .vela .bargains h2 a b{color:#ff5a00}.aukro-ua .vela .bargains h2 a{color:#303030}.aukro-ua .vela .bargains h2 a b{color:#7da837}.vela .bargains .photo{height:135px;position:relative}.vela .bargains .photo .promo{display:block;position:absolute;top:0;right:-11px;width:45px;height:66px;padding:11px 3px 0 0;color:#fff;font-size:15px;font-weight:700;text-decoration:none;text-align:right;background-position:0 0}.vela .bargains .photo a{width:100%;height:100%;display:block}.vela .bargains .photo a img{max-width:100%;max-height:100%;width:auto;height:auto;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.vela .bargains .price{color:#60a006;font-weight:700}.vela .bargains .price span.old{color:#bdbdbd;text-decoration:line-through;padding-right:10px;font-weight:400}.vela .bargains .sold .photo{background:#fff}.vela .bargains .sold .photo img{opacity:.5}.vela .bargains .sold .photo .promo{display:none}.vela .bargains .sold .photo .sold{display:block;width:106px;height:58px;position:absolute;right:-11px;top:7px;background-position:-136px -80px;font-size:13px;padding:4px 0 0;text-transform:lowercase;text-align:center;font-weight:700;color:#fff;text-shadow:#000 1px 1px}.vela .bargains .sold h3 a{color:#a5a5a5}.vela .bargains .sold h3 a:hover,.vela .bargains .sold h3 a>span{color:#a5a5a5;text-decoration:none}.vela .bargains .sold .price{color:#a5a5a5}.vela .bargains .items-wrap{font-size:0}.vela .bargains .items-wrap li{height:auto;width:25%;margin:0}.vela .bargains .items-wrap li .offer-box{max-width:252px}.vela .nav-layer .bargains .photo{height:90px;width:113px}@media screen and (max-width:768px){.vela .bargains .items-wrap li{width:50%}}.vela .js .hidden{display:none}.vela .sprite{background-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/sprite-base.png);background-repeat:no-repeat}.vela .no-photo{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA1CAMAAAGvlh27AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAwUExURf////Hx8fT09Orq6ufn5+zs7O3t7e/v7+7u7uvr6/b29v39/eTk5OLi4vn5+d7e3q5V9eYAAAfZSURBVHjaFIkBDsAgDAKhZYrO7P/PHRLCBQCisb6LtzZrJwiJLoI10amgLw4z2OKC2rWc88GRuuPRvwAUzEsOwEAIAlCQmVr6Se9/26IJC0N4gzDl3FAJ6wZ1RcpWYOtEXAqHtO1qrryEu7xfyFpPLH+/ACyPSQ7AMAgDjUNYotD/P7euVLgghMaDfIwfkOch8ZcnFHrkhRJTrspbrDrEgKRoqVyHPuisbaJZ9G6NWi6rWOioiMK2jO0Y2beOPn5X2Yoc4N7xO+o746NyvALQRC1KDIMgDIzhUbv9/+cudNdDvQOMhuQlESDxJuaXyOSlv6/zljyXRl9zPCxHS9WXV2muFGu13BbBQbFo3/99G42zn8GlyrySNgA3EawUbXeuUo2hDrYFXVl4mrcHLZLIakmKcAOr42zJjcJpMGVb0gHbLHzkfnfS1IX3fvhzU5bK5cIAGzebsllhR2ooJMu9tbS/PwG4JrPcgEEYCgKx8ZKE+x+3Y+ejaoOCEIsN743Hn+9GiESOPOnj33djXaJCOFdb65x6cyEXiiFuTDsiymx5EeogQBpa8T76TC+smqayc2mHNWN+/Wbzltc+ABsQ+45AdRJeZdlyAhQxpS2aF5PBBhKRym4e30AYxIDTrXu1b7VP3FrwCUtrXtwYxWcvoyNrk9+4HyNVfjSX0HrFULR3DMbKSuzbITBsQx7GSYVSCKRhGJY/U+skAMt4HLMUmt0h9HWFY4pI3pLMVSFClbyPEAPn2KsXtZ2CeQ+Dw2GxCFZkvqO2USQgYmqU36emSGwaVlA0lMY7DjDsKhK5ttDHN67Cv7r2GYrkjwB8lY2OwyAMgwuBQOjP+z/ufQ7VTbpJN6nr1obEBNv5c9awC7jDih3/faI+Oiho8Kyvl018eQ9ZhBF7av1KKPVBgKAdUAb6LX3zBO7PYBtmshATCcQmSokiQ8mWSqRadVvSXilpiL71q+RlJJW2cGvN1cSNvdOVeUtP/KslX1/9Fzng6B+USZe3Q5ZR5eUgTllcpzYHBaREk0PJCxouoKi8nUfdBN+eetSrdSXpNXfYN0gn36j+wpYNl+xALkSIY+Mb+UrUlZ9q82kB1IWg0M+GCoNjks9dCwYgniNiO52Exgmv3+4oTuKo28dwXOIufyWBxqQI6K39+pSBMxVUSEyiJ5C4ZGHU6GTCEPjF3AEFfYSWNYjvUerk7oI24H0/0VSEu0miR/Ogfm8zbJaL+N4xfWzGT3Jj8rAi5kMcenTMtLA02AcKIic+iS+zoJikB3CUIoygV/lGMkSJRFU3nFcIcAaHg8ciO8Ay986eY07DaCpfMbrKKHISLmyYf2FpSbQCGExR4TNgyiNZfOnUbuSrc7lJTBAUCYNHLhni1Uwx6+3DKw1klC3aD+2XrtCKaOyggflOntZ74u/YPo+7zck+mtxe3k92/F6zWM7BvbdX5V0j4u56bCTEZmzqT16jtckqXjhLxds9P3XlKM2r7Ymq6cFTevkjQOHlolspDMTQhrxDoP//t3vsgauq0u5WVUVDMswrtudf6ADXQRNxR/Wg6/rjCv395xYYkOv2c/PdAikSFm9TNjf+PsZ/rZ0lBUK8aOTFKa/uuNa2G1hR139s6bqaxu5glB7XOwDjMCTpcR2BD/14QWLE/kN3q7ayzH0s0OxqA0oU9z2gbIXDRqsw87xLz9Kt8OWIIS3pvhPSaD8SNsKp9QDV0aX06sEtqwYtv1n9McGTv2z4W3RkafDST05I6QXH3vNx/lIHecbrB44fZBxeW2pQiaP0nlo1kq6w8nrVR9L9fS0fJbx8yqMAUgB4nzandybzJVyzaytlw/9dyifbAMK7GOaUQqPwYeSEk05JZeFtlwAY6YXomixJLu7h1wkoORhtyeODoEdU1uaGfg9yJ6xur+9Y9MkpHrt3+RDkA/fIlFRu20sRY/qQV9yYbBOHytyfnACuyhGw9Jo7sr+CKhFT6VuAFbbjRB+Rv74ljx4b5o6mLha80919vlB0CrjTU8Y+tHyWQYDNWRuRCSSXzLX4AphIORCDwJ9nExzOZZ3nAgWFpsDs1KFU5DVAC1WJM9Bd6CxoK/GdDV308sSZpKyG0w3eJUEoPzkZXkB+jsANWUjEriQC0QIAP5SsK4KVPm1VmZjqmFw9CVBs+EMUuNvdttwVfYC2Mj/F4GI7yk4isywUB9skr6QM2YKvZhijjKRXEzVNfVDx8jF0unK3kTIkSCKQUJN4RLkGlKccrKI/5QDBmKe7H/Jh5phwKXwgptTlAPJvp04DAu42ZR3YZnOlshvjuTql4HkrKFEYzH13KS4c7HAgx0gHdq0sv9IW8LNe4dGmalKpLHPSqyhbqKhrEiNnsOHl5u8XvjUlQyE1EZGr+iUjmkhgxW5dS+FImszh5xS5uRU01RAz9LljhmU00bSHgh7o4mjEG/XKxAbPwXiiav4Tp4U5dpMJegejdFpW7IUCXO/QuZJcfjE9XSRbxCx/JCJKZI4/1Iiv07gS08N+NlmS0pB+3ukX3vXtuZl0y+EsZCWFCX1OXVuYo9nhXHy2GlBGfEYjaJ3MqNAugmDv0OJaRIgohKpgJAya1EgeamP7KgFv7a7l4mRmDwxmcf4OHZ/Vyr7EGbVGG97iYKfp/fi+tCNmgR0bbUPCwU95T0+JeuJQyIRKDfV+agvrpXxT9D/jrkMzneCQDgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:50% 50%}.vela a{color:#0083ff;text-decoration:none}.vela a:visited{color:#5e42c5}.vela a:hover{text-decoration:underline}.vela .separator-left,.vela .separator-right{position:relative}.vela .separator-left:after,.vela .separator-right:after{content:"";position:absolute;display:block;background:linear-gradient(180deg,hsla(0,0%,100%,.01),#f2f2f2 10%,#d4d4d4 40%,#d4d4d4 60%,#f2f2f2 90%,hsla(0,0%,100%,.01));top:0;bottom:0;width:1px}.vela .separator-bottom,.vela .separator-top{position:relative}.vela .separator-bottom:after,.vela .separator-top:after{content:"";position:absolute;display:block;background:linear-gradient(90deg,hsla(0,0%,100%,.01),#f2f2f2 10%,#d4d4d4 40%,#d4d4d4 60%,#f2f2f2 90%,hsla(0,0%,100%,.01));left:0;right:0;height:1px}.vela .separator-left{padding-left:1px}.vela .separator-left:after{left:0}.no-cssgradients .vela .separator-left{border-left:1px solid #d4d4d4}.vela .separator-right{padding-right:1px}.vela .separator-right:after{right:0}.no-cssgradients .vela .separator-right{border-right:1px solid #d4d4d4}.vela .separator-top{padding-top:1px}.vela .separator-top:after{top:0}.no-cssgradients .vela .separator-top{border-top:1px solid #d4d4d4}.vela .separator-bottom{padding-bottom:1px}.vela .separator-bottom:after{bottom:0}.no-cssgradients .vela .separator-bottom{border-bottom:1px solid #d4d4d4}.vela .js img[data-lazy]{opacity:0;transition:opacity .3s}.vela .js img[data-lazy].loaded{opacity:1}.vela .lazy-loading,.vela .spinner{background:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/ajax-loader.gif) no-repeat 50% 50%}.vela i.icon{vertical-align:baseline}@media screen and (max-width:1023px){.vela .side-nav-active,.vela .side-nav-active body{overflow:hidden}.vela .side-nav-active.simple-header,.vela .side-nav-active.simple-header body{overflow:auto}}@media screen and (max-width:768px){.vela .side-nav-active.simple-header,.vela .side-nav-active.simple-header body{overflow:hidden}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.vela .sprite{background-size:318px 128px;background-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/[email protected])}}.vela .cart-status-wrapper{position:absolute;top:13px;right:0;width:auto;overflow:hidden}.vela .cart-status-wrapper.active .cart-status{border-color:#d6d6d6;box-shadow:0 6px 0 -1px #fff,0 0 4px 1px rgba(0,0,0,.1)}.vela .cart-status-wrapper.active .cart-status:after{display:block;content:"";position:absolute;bottom:-6px;left:-5px;width:5px;height:5px;background:#fff}.vela .cart-status{position:relative;right:0;z-index:281;display:block;height:60px;min-width:160px;padding:2px 5px 0;white-space:nowrap;background:#fff;border-style:solid;border-color:transparent;border-width:1px 1px 0;border-radius:6px 6px 0 0}.js .vela .cart-status{opacity:0;visibility:hidden;transition:opacity .2s linear}.js .vela .cart-status-wrapper{background:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/ajax-loader.gif) no-repeat 40% 30%}.js .vela .cart-status-wrapper.init{background:none;overflow:visible}.js .vela .cart-status-wrapper.init .cart-status{opacity:1;visibility:visible}.vela .sticky .cart-status-wrapper{right:-10px;height:53px;top:0}.vela .sticky .cart-status-wrapper .cart-status{height:53px}@media screen and (max-width:1023px){.vela .cart-status-wrapper .cart-status{min-width:48px;height:54px}.js .vela .cart-status-wrapper{background-position:60% 40%}.vela .cart-status-wrapper .cart-status{min-width:52px}.vela .sticky .cart-status-wrapper{top:0}}@media screen and (max-width:768px){.vela .cart-status-wrapper{top:0}.vela .sticky .cart-status-wrapper{right:-10px;height:53px}.vela .sticky .cart-status-wrapper .cart-status{height:53px}}.vela .main-header{position:relative;padding:0 5px 0 15px}.vela .logo{position:absolute;left:0;width:220px;padding:0;margin:0;height:54px}.vela .logo a{display:block;height:100%}.vela .logo .m-brands-allegro,.vela .logo img{display:block;max-width:100%;max-height:100%;height:auto;width:auto}.vela .logo .m-brands-allegro{max-width:160px;width:100%}.vela .logo .sandbox-logo{position:absolute;font-size:11px;background-color:#789;margin:-14px 0 0 93px;padding:2px 6px;color:#fff;cursor:default}.vela .simple-header .logo{float:left;position:relative}.vela .full-header.sticky .logo .sandbox-logo{display:none}.vela .main-header-wrapper{z-index:903;height:auto;position:relative}.vela .main-header-wrapper.sticky{position:fixed;z-index:1031;top:0;left:0;width:100%;height:55px;padding:0;margin:0;box-shadow:0 2px 10px rgba(0,0,0,.2);background:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}.no-boxshadow .vela .main-header-wrapper.sticky{border:solid #e1e1e1;border-width:0 0 1px}.vela .main-header-wrapper.sticky .logo{height:42px}.vela .main-header-wrapper.sticky .logo .m-brands-allegro{max-width:120px}.aukro-cz .vela .main-header-wrapper.sticky .logo,.aukro-ua .vela .main-header-wrapper.sticky .logo,.molotok-ru .vela .main-header-wrapper.sticky .logo{height:36px}.vela .main-header-wrapper.sticky .logo a{height:100%}.vela .main-header-wrapper.sticky .search-bar{padding:10px 0}.ie8 .vela .main-header-wrapper.sticky{text-align:center}.vela .main-header-wrapper>.wrapper-fluid{background:#fff}.vela .main-header-wrapper:not(.sticky){-webkit-animation-duration:.01s;-webkit-animation-name:safariTransformFix}@media screen and (max-width:1023px){.vela .full-header .main-header{padding:0 8px}.vela .full-header .logo{width:95px;height:32px;left:60px;top:25px}.molotok-ru .vela .full-header .logo{width:105px;top:29px;left:55px}.vela .full-header .logo .sandbox-logo{margin:-22px 0 0 37px}.aukro-cz .vela .full-header .logo,.aukro-ua .vela .full-header .logo{width:100px}.vela .full-header.sticky .logo{top:15px}.vela .full-header.sticky .logo .m-brands-allegro{height:76%;max-width:120px}.vela .full-header.sticky .search-bar{padding:10px 0}.vela .slide-in-navigation .full-header.sticky{left:230px}}@media screen and (max-width:1023px){.vela .simple-header .main-header{padding:0 8px}.vela .simple-header .logo{margin:5px 0 5px 60px;width:110px;top:8px}.molotok-ru .vela .simple-header .logo{width:125px}.aukro-cz .vela .simple-header .logo,.aukro-ua .vela .simple-header .logo{width:100px}}@media screen and (max-width:768px){.vela .full-header .logo{top:15px}.molotok-ru .vela .full-header .logo{left:60px;top:15px;width:125px}.vela .full-header .logo .sandbox-logo{margin:-14px 0 0 95px}.vela .full-header.sticky{height:55px;padding:0}.vela .full-header.sticky .logo{display:none}}.vela .sticky-header-offset{height:0}.vela .sticky-header-offset.sticky{height:118px}@media screen and (max-width:1023px){.vela .sticky-header-offset.sticky{height:80px}}@media screen and (max-width:768px){.vela .sticky-header-offset.sticky{height:112px}}@media screen and (max-width:1024px){.vela .main-header-wrapper.sticky{display:none}.responsive-content .vela .main-header-wrapper.sticky{display:block}}@media screen and (max-width:480px){.vela .sticky-header-offset.sticky{height:100px}}@media screen and (max-width:320px){.vela .main-header-wrapper.sticky{display:none!important}.vela .sticky-header-offset.sticky{height:100px}}@media screen and (max-height:320px){.responsive-content .vela .main-header-wrapper.sticky,.vela .main-header-wrapper.sticky{display:none}}.vela .user-links-wrapper{height:auto;padding:0;background:#353230;margin:0;position:relative;z-index:904}.vela .user-links-wrapper .user-nav{text-align:right;margin:0;padding:0;background:#353230;border-bottom:1px solid #4e4e4e}.vela .user-links-wrapper .user-nav>li{display:inline-block;*display:inline;padding-bottom:0;margin:0;border-left:1px solid #222}.vela .user-links-wrapper .user-nav>li.subservices-links{float:left}.vela .user-links-wrapper .user-nav>li.subservices-links.last{border-right:1px solid #222}.vela .user-links-wrapper .user-nav>li:first-child{border-left:1px solid #222}.vela .user-links-wrapper .user-nav>li.no-border{border-left:1px solid transparent}.vela .user-links-wrapper .user-nav>li>a{font-size:13px;display:inline-block;padding:10px 12px;border-left:1px solid #424242;margin:0;color:#fff;background:#353230}.aukro-ua .vela .user-links-wrapper .user-nav>li>a{padding:10px 9px}.vela .user-links-wrapper .user-nav>li>a:visited{color:#fff}.side-nav.vela .user-links-wrapper .user-nav>li.logout,.side-nav.vela .user-links-wrapper .user-nav>li.user-login,.vela .user-links-wrapper .user-nav>li.logout,.vela .user-links-wrapper .user-nav>li.user-login{display:none}.vela .user-links-wrapper .user-nav>li.logout.separator,.vela .user-links-wrapper .user-nav>li.user-login.separator{border-left:1px solid #222;padding-left:10px}.vela .user-links-wrapper .user-nav>li.user-login{text-align:left}.vela .user-links-wrapper .user-nav>li.user-login .popover .popover-title{display:none}.vela .user-links-wrapper .user-nav>li.user-login .popover .popover-content{padding-right:25px}.vela .user-links-wrapper .user-nav>li:hover>a{background:#222;text-decoration:none}.vela .user-links-wrapper .user-nav>li.login,.vela .user-links-wrapper .user-nav>li:last-child{border-right:1px solid #222}.vela .user-links-wrapper .user-nav>li.notifications{display:none}.vela .user-links-wrapper .user-nav>li .qpc-notification{background-color:#ef2a00;display:inline-block;width:10px;height:12px;border-radius:3px;margin-left:5px;vertical-align:middle;position:relative}.vela .user-links-wrapper .user-nav>li .qpc-notification-counter{position:absolute;width:10px;font-weight:200;font-size:9px;line-height:12px;text-align:center;vertical-align:middle;display:block}.vela .user-links-wrapper .user-nav>li .qpc-notification:hover{text-decoration:none}.vela .user-links-wrapper .user-nav.status-logged li.login,.vela .user-links-wrapper .user-nav.status-logged li.register{display:none}.vela .user-links-wrapper .user-nav.status-logged li.logout,.vela .user-links-wrapper .user-nav.status-logged li.user-login{display:inline-block}.vela .user-links-wrapper .user-nav.session-expired li.login,.vela .user-links-wrapper .user-nav.session-expired li.register,.vela .user-links-wrapper .user-nav.session-expired li.user-login{display:none}.vela .user-links-wrapper .user-nav.session-expired li.logout{display:inline-block}.vela .user-links-wrapper .dropdown>a i,.vela .user-links-wrapper .ma-layer>a i{left:-7px;border-right:1px solid #4e4e4e;border-bottom:1px solid #4e4e4e;box-shadow:2px 2px 0 #222}.vela .user-links-wrapper .dropdown>ul,.vela .user-links-wrapper .ma-layer>ul{top:35px;background:#222;border-color:#4e4e4e;right:-1px}.vela .user-links-wrapper .dropdown>ul li a,.vela .user-links-wrapper .ma-layer>ul li a{color:#fff}.vela .user-links-wrapper .dropdown{box-shadow:none}.vela .user-links-wrapper .notifications ul{background:#fff}.vela.header-namespace .user-links-wrapper{display:block}.vela .user-links-wrapper{display:none}@media screen and (max-width:768px){.vela .user-links-wrapper .user-nav>li>a{padding:10px 7px}.aukro-ua .vela .user-links-wrapper .user-nav>li>a{padding:10px 4px}}@media screen and (max-width:1023px){.vela.header-namespace .user-links-wrapper,.vela .user-links-wrapper{display:none}}.vela .search-bar{padding:16px 0 0;position:relative}.vela .search-bar .in{padding:0 240px 0 200px}.vatera-hu .vela .search-bar .in{padding:0 240px 0 220px}.molotok-ru .vela .search-bar .in{padding:0 210px 0 230px}.vela .common{float:left;width:100%}.vela .main-search{z-index:280;position:relative;float:left;width:100%;padding-right:50px;border:1px solid #767676;border-radius:3px;background:#fff;box-shadow:inset 1px 1px 0 #fff,inset -1px -1px 0 #fff,inset 2px 2px 7px #f1f1f1}.vela .main-search .input-text-wrapper{float:left;width:100%;padding:0 180px 0 14px}.vela .main-search .input-text-wrapper input{border:0;margin:0;font-size:18px;width:100%;background:transparent;outline:0;font-family:inherit;padding:11px 0}.vela .main-search .input-text-wrapper input:invalid{box-shadow:none}.vela .main-search .input-text-wrapper input::-webkit-input-placeholder{color:#969696;text-transform:lowercase;font-weight:400;font-style:italic;opacity:1}.vela .main-search .input-text-wrapper input::-moz-placeholder{color:#969696;text-transform:lowercase;font-weight:400;font-style:italic;opacity:1}.vela .main-search .input-text-wrapper input:-moz-placeholder{color:#969696;text-transform:lowercase;font-weight:400;font-style:italic;opacity:1}.vela .main-search .input-text-wrapper input:focus::-webkit-input-placeholder{color:#dadada}.vela .main-search .input-text-wrapper input:focus::-moz-placeholder{color:#dadada}.vela .main-search .input-text-wrapper input:focus:-moz-placeholder{color:#dadada}.vela .main-search .search-btn{float:right;width:50px;height:47px;margin:0 -50px 0 0;border:0;border-radius:0 1px 1px 0;font-size:.1em;color:#505050;text-indent:-99999px;cursor:pointer;background-position:-60px 10px;background-color:#505050}.vela .main-search .search-btn:focus,.vela .main-search .search-btn:hover{box-shadow:inset 0 0 15px hsla(0,0%,78%,.3)}.vela .main-search .search-btn:active{box-shadow:inset 0 0 30px rgba(0,0,0,.3)}.vela .main-search .search-type-select{position:absolute;width:175px}.vela .main-search select.search-type-select{right:50px;background:#fff;border:0;cursor:pointer;color:#969696;font-size:12px}.vela .main-search div.search-type-select{display:table;top:0;right:51px}.vela .main-search div.search-type-select strong{display:table-cell;z-index:281;height:46px;padding:5px 0 5px 10px;vertical-align:middle;text-align:left;color:#535353;font-size:15px;font-weight:400;cursor:pointer;background-image:linear-gradient(0deg,hsla(0,0%,100%,.01),#f2f2f2 10%,#d4d4d4 40%,#d4d4d4 60%,#f2f2f2 90%,hsla(0,0%,100%,.01));background-size:1px 50%;background-repeat:no-repeat;background-position:0 50%}.molotok-ru .vela .main-search div.search-type-select strong{font-size:13px}.vela .main-search div.search-type-select strong span{display:inline-block;max-height:38px;max-width:160px;padding-right:28px;position:relative;text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap;z-index:282;top:3px}.vela .main-search div.search-type-select strong span+i{position:absolute;top:20px;right:13px;z-index:283;display:block;width:11px;height:6px;margin-left:8px;background-position:-61px -57px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.vela .main-search div.search-type-select ul{position:absolute;top:18px;right:-1px;z-index:282;width:176px;margin:0;padding:31px 10px 10px;overflow:hidden;visibility:hidden;opacity:0;border:solid #dedede;border-width:0 1px 1px;border-radius:0 0 4px 4px;background:#fff;box-shadow:0 2px 3px rgba(0,0,0,.15);transition-property:opacity,visibility;transition:.1s linear;-webkit-transform:translateZ(0)}.vela .main-search div.search-type-select ul li{padding:0;list-style:none;text-align:left}.vela .main-search div.search-type-select ul li a{font-size:11px;color:#292929;display:block;text-decoration:none;padding:4px 0 4px 6px}.vela .main-search div.search-type-select ul li a:hover{text-decoration:underline}.vela .main-search div.search-type-select ul li a.active{font-weight:700}.vela .main-search div.search-type-select ul .separator-top{margin-top:3px;padding-top:3px}.vela .main-search div.search-type-select.active strong span+i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vela .main-search div.search-type-select.active ul{opacity:1;visibility:visible}.vela .main-search .search-layer{position:absolute;z-index:281;left:-1px;right:49px;top:46px;border:1px solid #767676;border-width:0 1px 1px;border-radius:0 0 3px 3px;padding:0;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:.1s linear;transition-property:opacity,visibility;-webkit-transform:translateZ(0);text-align:left}.vela .main-search .search-layer label{cursor:pointer;display:block;width:100%;padding:5px 0;margin:0;border:dotted #aaa;-o-border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-width:1px 0 0;font-size:13px;background:#f3f3f3;border-radius:0 0 5px 5px;text-transform:lowercase}.vela .main-search .search-layer label input{margin:0 5px 0 13px}.vela .main-search .search-layer:after{position:absolute;left:0;top:0;right:0;content:"";display:block;border:dotted #aaa;-o-border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-width:1px 0 0}.vela .main-search .search-layer ul{list-style:none;padding:0;margin:0}.vela .main-search .search-layer ul li{padding:3px 13px 3px 15px;font-size:13px;cursor:pointer}.vela .main-search .search-layer ul li:first-child{padding-top:5px}.vela .main-search .search-layer ul li:last-child{padding-bottom:5px}.vela .main-search .search-layer ul li.ad span{display:inline-block;margin-bottom:-3px}.vela .main-search .search-layer ul li.ad span img{max-height:30px;vertical-align:middle;margin:0 5px 3px 0}.vela .main-search .search-layer ul li.ad span .pix{width:1px;height:1px;visibility:hidden}.vela .main-search .search-layer ul li span{color:#5e5e5e;font-weight:700}.vela .main-search .search-layer ul li span.suggestion-phrase--hidden{display:none}.vela .main-search .search-layer ul li span.suggestion-phrase--hidden+em{padding-left:15px}.vela .main-search .search-layer ul li span.recently-phrase__remove{float:right;color:#0083ff;font-weight:400}.vela .main-search .search-layer ul li span strong{font-weight:400}.vela .main-search .search-layer ul li em{padding-left:5px;color:#a5a5a5;font-style:normal}.vela .main-search .search-layer ul li.active{background:#f3f3f3;text-decoration:none}.vela .main-search .search-layer ul li.active span{color:#000}.vela .main-search .search-layer ul li.active span.recently-phrase__remove{color:#0083ff}.vela .main-search .search-layer ul li.active em{color:#858585}.vela .main-search .search-layer ul li .remove{float:right}.vela .main-search .search-layer ul li .remove span{color:#0083ff;font-weight:400}.vela .main-search .search-layer ul li .remove span:hover{text-decoration:underline}.vela .main-search.active{border-bottom-left-radius:0}.vela .main-search.active .search-layer{opacity:1;visibility:visible}.no-cssgradients .vela .main-search div.search-type-select strong{background:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/separator-v-mini.png) 0 50% no-repeat}.ie8 .vela .main-search div.search-type-select.active strong i{background-position:-61px -49px}.no-js .vela .main-search div.search-type-select{display:none}.js .vela .main-search select.search-type-select{display:none}.vela .main-search[data-fallback-type=description] .search-layer.active{opacity:1;visibility:visible;transition:-webkit-transform 0s;transition:transform 0s;transition:transform 0s,-webkit-transform 0s}.vela .main-search[data-fallback-type=description] .popover{max-width:340px;left:0!important;top:70px!important}.vela .main-search[data-fallback-type=category] .popover{left:50%!important;top:42px!important}@media (max-width:480px){.vela .main-search[data-fallback-type=category] .popover{left:0!important}}.vela .simple-header .search-bar .in{padding:0}.vela .sticky .search-bar .in{padding:0 210px 0 170px}.vela .sticky .search-bar div.search-type-select{width:135px}.vela .sticky .search-bar div.search-type-select strong{display:block;height:34px;line-height:24px;overflow:hidden;background-color:#fff}.vela .sticky .search-bar div.search-type-select strong span{width:100px;padding:0;text-overflow:ellipsis;display:inline-block;white-space:nowrap;font-size:13px;top:0}.vela .sticky .search-bar div.search-type-select strong i{top:15px;right:8px}.vela .sticky .search-bar div.search-type-select ul{width:136px;top:11px}.vela .sticky .search-bar .input-text-wrapper{padding:0 138px 0 6px}.vela .sticky .search-bar .input-text-wrapper input{padding:7px 0 0;font-size:16px}.vela .sticky .search-bar .search-btn{height:34px;background-position:-60px 5px}.vela .sticky .search-bar .search-layer{top:34px}.vela .sticky .search-bar .search-layer label{padding:5px 4px}@media screen and (max-width:1023px){.vela .full-header .search-bar{padding:16px 0}.vela .full-header .search-bar .in{padding:0 101px 0 170px}.vela .full-header .search-bar .common{width:100%;padding-right:20px}.vela .full-header.sticky .search-bar .in{padding:0 50px 0 170px}.vela .simple-header .search-bar{padding:0}}@media screen and (max-width:768px){.vela .full-header .search-bar{padding:56px 0 8px}.vela .full-header .search-bar .input-text-wrapper{padding:0 180px 0 14px}.vela .full-header .search-bar div.search-type-select{display:table}.vela .full-header .search-bar .in{padding:0}.vela .full-header .search-bar .common{padding-right:0}.vela .full-header.sticky .search-bar{padding-top:10px}.vela .full-header.sticky .search-bar .in{padding:0 54px 0 49px}.vela .full-header.sticky .search-bar div.search-type-select{width:135px}.vela .full-header.sticky .search-bar div.search-type-select strong{display:block;height:34px;line-height:24px;overflow:hidden;background-color:#fff}.vela .full-header.sticky .search-bar div.search-type-select strong span{width:100px;padding:0;text-overflow:ellipsis;display:inline-block;white-space:nowrap;font-size:13px}.vela .full-header.sticky .search-bar div.search-type-select strong i{top:15px;right:8px}.vela .full-header.sticky .search-bar div.search-type-select ul{width:136px;top:11px}.vela .full-header.sticky .search-bar .input-text-wrapper{padding:0 138px 0 6px}.vela .full-header.sticky .search-bar .search-btn{height:34px;background-position:-59px 5px}.vela .full-header.sticky .search-bar .search-layer{top:34px}.vela .full-header.sticky .search-bar .search-layer label{padding:5px 4px}}@media screen and (max-width:480px){.vela .full-header .search-bar div.search-type-select{display:none}.vela .full-header .main-search .search-btn{height:35px;background-position:-59px 5px}.vela .full-header .main-search .search-layer{top:34px}.vela .full-header .main-search .search-layer label{padding:5px 4px}.vela .full-header .main-search .input-text-wrapper{padding:0 6px}.vela .full-header .main-search .input-text-wrapper input{padding:5px 0}.vela .full-header.sticky .search-bar .main-search{padding-right:36px}.vela .full-header.sticky .search-bar .main-search .search-btn{width:36px;margin-right:-36px;background-position:-69px 5px}.vela .full-header.sticky .search-bar .main-search .input-text-wrapper{padding:0 3px}.vela .full-header.sticky .search-bar .main-search .search-layer{right:35px}}.vela .main-nav{width:100%;background-position:100% 100%;margin-top:8px}.vela .main-nav,.vela .main-nav>ul{background-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/main-bars-bg.png);background-repeat:no-repeat}.vela .main-nav>ul{display:table;width:100%;margin:0;padding:0;background-position:0 100%;text-align:center;list-style:none}.vela .main-nav>ul .nav-tab-container{display:table-cell;position:relative;padding:4px 0 0;text-align:center;vertical-align:top;line-height:1.25}.vela .main-nav>ul .nav-tab-container .th-list-icon{display:none}.vela .main-nav>ul .nav-tab-container .nav-link,.vela .main-nav>ul .nav-tab-container .nav-tab{position:relative;display:inline-block}.vela .main-nav>ul .nav-tab-container .nav-tab{vertical-align:top;text-align:left;margin:0}.vela .main-nav>ul .nav-tab-container .nav-link{z-index:251;padding:6px 5px 0;text-decoration:none;color:#2c2c2c;font-size:14px;font-weight:700;border:1px solid transparent;border-width:1px 1px 0;border-radius:5px 5px 0 0}.aukro-ua .vela .main-nav>ul .nav-tab-container .nav-link,.molotok-ru .vela .main-nav>ul .nav-tab-container .nav-link,.vatera-hu .vela .main-nav>ul .nav-tab-container .nav-link{padding-left:5px;padding-right:5px;margin:0 2px;font-size:12px}@media screen and (min-width:1020px){.aukro-ua .vela .main-nav>ul .nav-tab-container .nav-link,.molotok-ru .vela .main-nav>ul .nav-tab-container .nav-link,.vatera-hu .vela .main-nav>ul .nav-tab-container .nav-link{font-size:13px}}@media screen and (min-width:1095px){.aukro-ua .vela .main-nav>ul .nav-tab-container .nav-link,.molotok-ru .vela .main-nav>ul .nav-tab-container .nav-link,.vatera-hu .vela .main-nav>ul .nav-tab-container .nav-link{font-size:14px}}.vela .main-nav>ul .nav-tab-container .nav-link:after,.vela .main-nav>ul .nav-tab-container .nav-link:before{content:"";display:none;position:absolute;bottom:0;width:9px;height:9px;border:solid #d6d6d6}.vela .main-nav>ul .nav-tab-container .nav-link:before{left:-10px;border-width:0 1px 1px 0;border-radius:0 0 5px 0;box-shadow:4px 4px 4px #fff}.vela .main-nav>ul .nav-tab-container .nav-link:after{right:-10px;border-width:0 0 1px 1px;border-radius:0 0 0 5px;box-shadow:-4px 4px 4px #fff}.ie8 .vela .main-nav>ul .nav-tab-container .nav-link:after,.ie8 .vela .main-nav>ul .nav-tab-container .nav-link:before{visibility:hidden}.vela .main-nav>ul .nav-tab-container .nav-link strong{display:inline-block;height:35px;pointer-events:none}.vela .main-nav>ul .nav-tab-container .nav-link strong span{position:relative;top:-3px;display:block;font-weight:400;font-size:.9em;white-space:nowrap}.vela .main-nav>ul .nav-tab-container .nav-link:hover{color:#0083ff}.vela .main-nav>ul .nav-tab-container:first-child{text-align:left}.vela .main-nav>ul .nav-tab-container:first-child .nav-tab{margin-left:0}.vela .main-nav>ul .nav-tab-container:first-child .nav-tab .nav-link{margin-left:0}.vela .main-nav>ul .nav-tab-container:first-child .nav-tab .nav-link:before{visibility:hidden}.vela .main-nav>ul .nav-tab-container:first-child .nav-tab .nav-layer{border-top-left-radius:0}.vela .main-nav>ul .nav-tab-container.last-child{text-align:right}.vela .main-nav>ul .nav-tab-container.last-child .nav-tab{margin-right:0}.vela .main-nav>ul .nav-tab-container.last-child .nav-tab .nav-link:after{display:none}.vela .main-nav>ul .nav-tab-container.last-child .nav-layer{border-top-right-radius:0}.vela .main-nav>ul .nav-tab-container.other-dept{background-size:1px 100%;background-position:0 0;background-repeat:no-repeat;background-image:linear-gradient(0deg,hsla(0,0%,100%,.01),#f2f2f2 20%,#d4d4d4 50%,#d4d4d4 0,#f2f2f2 80%,hsla(0,0%,100%,.01))}.vela .main-nav>ul .nav-tab-container .nav-layer{top:41px;display:none;position:absolute;width:670px;height:370px;background:#fff;border:1px solid #d6d6d6;border-radius:5px 5px 5px;z-index:250;text-align:left;box-sizing:content-box}.ie8 .vela .main-nav>ul .nav-tab-container .nav-layer{border-color:#767676}.vela .main-nav>ul .nav-tab-container .nav-layer.loading{background:#fff url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/ajax-loader.gif) no-repeat 50% 50%}.vela .main-nav>ul .nav-tab-container.current .nav-link{background-color:#fff;border-color:#d6d6d6;box-shadow:0 9px 0 -1px #fff,0 0 5px 2px rgba(0,0,0,.13)}.ie8 .vela .main-nav>ul .nav-tab-container.current .nav-link{border-color:#000}.vela .main-nav>ul .nav-tab-container.current .nav-link:after,.vela .main-nav>ul .nav-tab-container.current .nav-link:before{display:block}.vela .main-nav>ul .nav-tab-container.current .nav-layer{display:block;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 12px rgba(0,0,0,.2)}.no-cssgradients .vela .main-nav>ul>li.other-dept{border-left:1px solid #d4d4d4}.vela .main-nav .layer-content{position:absolute;top:0;right:0;bottom:0;left:0}.vela .main-nav .layer-content .content{position:relative;z-index:2;width:370px;height:370px}.vela .main-nav .layer-content .content .categories{width:100%;padding:20px}.vela .main-nav .layer-content .content .categories h2{color:#2c2c2c;font-weight:700;font-size:16px;line-height:20px;margin:0 0 1em;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.vela .main-nav .layer-content .content .categories ul{list-style:none;padding:0;margin:0}.vela .main-nav .layer-content .content .categories ul li a{font-size:13px;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.vela .main-nav .layer-content .content .categories ul li.all{padding:10px 0 20px}.vela .main-nav .layer-content .content .categories ul li.all a{font-weight:700}.vela .main-nav .layer-content .content .categories ul li.all a:after{content:"\00003E";color:#0083ff;font-size:.85em;font-weight:400}.vela .main-nav .layer-content .content .categories ul.other-links{width:50%}.vela .main-nav .layer-content .content .categories ul.other-links .separator{padding-top:1em;margin-top:.5em}.vela .main-nav .layer-content .content .categories .col{float:left;width:48%}.vela .main-nav .layer-content .content .categories .col+.col{float:right}.vela .main-nav .layer-content .content .categories .separator{border:dotted #aaa;-o-border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-image:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/border-layer.png) 1 repeat;border-width:1px 0 0}.vela .main-nav .layer-content .content .categories .list-container{line-height:1.42857;margin:0 auto}.vela .main-nav .layer-content .content .categories .list-container .link{transition:all,0s}.vela .main-nav .layer-content .content .categories .list-container .link a{display:inline-block;margin-bottom:4px}.vela .main-nav .layer-content .content .categories .list-elements .all-links{-webkit-column-width:150px;column-width:150px;-webkit-column-gap:16px;column-gap:16px}.vela .main-nav .layer-content .content .small-showcase{position:absolute;left:0;right:0;bottom:0}.vela .main-nav .layer-content .content .small-showcase>div{border-top:dotted #aaa;border-top-width:1px}.vela .main-nav .layer-content .image{position:absolute;top:0;right:0;bottom:0;z-index:1;width:300px}.vela .main-nav .layer-content .image .spinner{background:none}.vela .main-nav .layer-content .image .showcase:not(.elbow){overflow:hidden;border-radius:5px}.vela .main-nav .layer-content .image img{max-width:none;max-height:none}.vela .main-nav .layer-content .image .showcase-slider-namespace .external-showcase{overflow:visible}.vela .main-nav .layer-content .image .showcase-slider-namespace .external-showcase.showcase-spinner{height:370px}.vela .main-nav .layer-content .image .showcase-slider-namespace .external-showcase .carousel-inner{overflow:visible}.vela .main-nav .layer-content .image .showcase-slider-namespace .external-showcase .placeholder-image{display:none}.vela .sticky .main-nav{visibility:hidden;opacity:0;margin-top:-100px}@media screen and (max-width:1023px){.vela .full-header .main-nav{display:none}}.vela .cookie-policy-banner{line-height:20px;overflow:hidden;border-bottom:1px solid #f5e393;background:#f7eaad;background-image:linear-gradient(180deg,#faf8d4 0,#f7eaad)}.vela .cookie-policy-banner .inner{position:relative;max-width:1200px;min-width:0;padding:6px 32px 6px 16px;margin:0 auto}.vela .cookie-policy-banner .inner p{margin:0;text-align:center;font-size:11px;color:#5e5149;text-shadow:0 1px #fff}.vela .cookie-policy-banner .inner .close{color:#000;float:none;font-weight:400;line-height:20px;padding:4px 7px;position:absolute;right:5px;text-decoration:none;top:3px;font-size:26px;opacity:.6}.vela .cookie-policy-banner .inner .close:hover{opacity:1;text-decoration:none}.js.csstransitions .vela .cookie-policy-banner{transition:all .2s linear;opacity:1;visibility:visible}.js.csstransitions .vela .cookie-policy-banner.slide-out{opacity:0;height:0;border:none;visibility:hidden}.js.no-csstransitions .vela .cookie-policy-banner{display:block}.js.no-csstransitions .vela .cookie-policy-banner.slide-out{display:none}.vela #coins-banner{display:none;background:#f2f5fc;overflow:hidden}.vela #coins-banner.enabled{display:block}.vela #coins-banner .wrapper-fluid{position:relative;text-align:center;padding:0}.vela #coins-banner .wrapper-fluid a{color:#ff5a00}.vela #coins-banner .wrapper-fluid a:hover{text-decoration:none}.vela #coins-banner .wrapper-fluid .see-details{background:#ff5a00;display:inline-block;color:#fff;font-size:15px;font-weight:700;margin:0 25px;padding:6px 26px}.vela #coins-banner .banner-icon{display:inline-block;padding:11px 0 11px 460px;background:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/coins-banner-3.png) no-repeat -15px 0}.vela #coins-banner p{font-size:20px;padding:0;margin:0}.vela #coins-banner-close{height:29px;font-size:25px;line-height:23px;padding:3px;position:absolute;right:6px;text-decoration:none;top:10px;width:29px}.vela #coins-banner-close:hover span{color:#c04f00}@media screen and (max-width:1240px){.vela #coins-banner.enabled{display:none}}.vela .slide-out-navigation{left:0}.vela .slide-in-navigation{left:0}.vela .btn.navigation-toggle{position:absolute;left:0;top:21px;width:40px;height:40px;padding:5px;border-radius:3px;border:1px solid #cdcdcd;display:none;box-shadow:inset 0 1px 0 0 #fff;background-color:#f8f8f8;background-image:linear-gradient(180deg,#fff 5%,#e6e6e6);cursor:pointer}.vela .btn.navigation-toggle:hover{background-color:#e6e6e6;text-decoration:none;background-position:0 -15px}.vela .btn.navigation-toggle.active{background-color:#f8f8f8}.vela .btn.navigation-toggle.active,.vela .btn.navigation-toggle:hover{border-color:#d6d6d6;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.vela .btn.navigation-toggle .icon-bar{display:block;margin:4px auto 0;width:26px;height:4px;border-radius:3px;background:#777}.vela.side-nav{display:block;position:fixed;width:230px;left:-230px;top:0;height:100%;overflow-x:hidden;overflow-y:auto;background:#353230;z-index:10000;-webkit-overflow-scrolling:touch;font-size:13px;visibility:hidden}.vela.side-nav .th-list-icon{position:absolute;right:4px;top:50%;margin-top:-10px;width:30px;height:21px;background-position:-93px -108px}.vela.side-nav .loader{font-size:4px;margin:5em auto;text-indent:-9999em;width:11em;height:11em;border-radius:50%;background:transparent linear-gradient(90deg,#fff 10%,hsla(0,0%,100%,0) 42%) repeat scroll 0 0;position:relative;-webkit-animation:loaderAnimation 1.4s infinite linear;animation:loaderAnimation 1.4s infinite linear}.vela.side-nav .loader:after{background:#353230;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.vela.side-nav .loader:before{width:50%;height:50%;background:#fff;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}@-webkit-keyframes loaderAnimation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderAnimation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vela.side-nav .icon-arrow{position:absolute;right:8px;top:50%;margin-top:-7px;height:14px;width:7px;display:block}.vela.side-nav .icon-arrow.arrow-right{background-position:-81px -113px}.vela.side-nav .icon-arrow.arrow-left{right:auto;left:7px;background-position:-73px -113px}.vela.side-nav .navigation-tabs{display:block;position:relative;width:230px;left:0;overflow:hidden}.vela.side-nav .navigation-tabs li{display:block;text-align:left;background:#e6e6e6;border-top:1px solid #f2f2f2;border-bottom:1px solid #ccc;padding:0;margin:0;position:relative;cursor:pointer}.vela.side-nav .navigation-tabs li:last-child{border-bottom:none}.vela.side-nav .navigation-tabs li a,.vela.side-nav .navigation-tabs li span{display:block;padding:14px 20px 13px 22px;background:transparent;border:none;color:#666}.vela.side-nav .navigation-tabs li a{color:#0083ff}.vela.side-nav .navigation-tabs li.active a{font-weight:700;color:#333}.vela.side-nav .navigation-tabs li.active a:hover{text-decoration:none;cursor:default}.vela.side-nav .navigation-tab{display:block;width:230px;position:absolute;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:1}.vela.side-nav .navigation-tab.slide-from-right{-webkit-transform:translateX(230px);transform:translateX(230px)}.vela.side-nav .navigation-tab.slide-from-left{-webkit-transform:translateX(-230px);transform:translateX(-230px)}.vela.side-nav .navigation-tab.slide-in{-webkit-transform:translateX(0);transform:translateX(0)}.vela.side-nav .navigation-tab.current{position:relative;z-index:2}.vela.side-nav .departments-list,.vela.side-nav .sub-categories-list{display:block;width:100%;list-style:none;margin:0;padding:0}.vela.side-nav .departments-list li{background:#fff;border-bottom:1px solid #ccc;border-top:none}.vela.side-nav .departments-list span{font-weight:700}.vela.side-nav .current-category{display:block;text-align:left;background:#fff;border-bottom:1px solid #ccc;color:#303030;box-shadow:0 0 2px 2px #ccc;position:relative;background:linear-gradient(0deg,#fff 0,#f8f8f8);z-index:5}.vela.side-nav .current-category span{display:block;padding:14px 10px 13px 22px;width:190px;cursor:pointer;font-weight:700}.vela.side-nav .user-links-wrapper{display:none;margin:0;background:transparent}.vela.side-nav .user-links-wrapper .wrapper-fluid{min-width:230px;padding:0}.vela.side-nav .user-links-wrapper .user-nav{text-align:left;background:transparent;border:none}.vela.side-nav .user-links-wrapper .user-nav>li{border:none;border-bottom:1px solid #444241;float:none;display:block}.vela.side-nav .user-links-wrapper .user-nav>li:empty{border:none}.vela.side-nav .user-links-wrapper .user-nav>li.bargains{display:none}.vela.side-nav .user-links-wrapper .user-nav>li a{display:block;padding:14px 20px 13px 22px;background:transparent;border:none}.vela.side-nav .user-links-wrapper .user-nav>li:last-child{border-bottom:none}.vela.side-nav .user-links-wrapper .user-nav>li.login{border-bottom:none}.vela.side-nav .user-links-wrapper .user-nav>li.notifications{display:none}.vela.side-nav .user-links-wrapper .user-nav.status-logged li.login,.vela.side-nav .user-links-wrapper .user-nav.status-logged li.register{display:none}.vela.side-nav .user-links-wrapper .user-nav.status-logged li.logout,.vela.side-nav .user-links-wrapper .user-nav.status-logged li.user-login{display:block}.vela.side-nav .user-links-wrapper .user-nav.session-expired li.login,.vela.side-nav .user-links-wrapper .user-nav.session-expired li.register,.vela.side-nav .user-links-wrapper .user-nav.session-expired li.user-login{display:none}.vela.side-nav .user-links-wrapper .user-nav.session-expired li.logout{display:block}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu{padding-left:0;margin:0}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu li{position:relative;height:0;left:230px}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu li.slide{height:44px;left:0;transition:height 0s ease-in-out,left .7s ease-in-out}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs{overflow:visible}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs li{background:inherit;border-top:inherit;border-bottom:none;text-transform:lowercase}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs li span{color:#fff;border-bottom:1px solid #444241}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs li a{color:#fff;text-decoration:none;border-bottom:1px solid #444241}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs li.current-my-account{background:#707070;background:linear-gradient(0deg,#707070 0,#505050);position:relative}.vela.side-nav .user-links-wrapper .user-nav .my-account-menu.navigation-tabs li.current-my-account .icon-arrow.arrow-right{right:auto;left:7px;background-position:-73px -113px}.vela.side-nav .user-links-wrapper .dropdown>ul,.vela.side-nav .user-links-wrapper .ma-layer>ul{display:none}.vela.side-nav .flag-hide{display:none!important}.vela.side-nav .user-nav>li{position:relative}@media screen and (max-width:1023px){.vela .slide-in-navigation{left:230px}.vela .full-header .navigation-toggle{display:block}.vela .full-header.sticky .navigation-toggle{top:8px}.vela.side-nav.slide-in-navigation{left:0;visibility:visible;box-shadow:0 0 7px #b9b9b9}.vela.side-nav .user-links-wrapper{display:block}.vela .simple-header .navigation-toggle{display:block;top:8px}.vela .simple-header .slide-in-navigation{left:230px}.vela .simple-header .slide-in-navigation.side-nav{left:0}}@media screen and (max-width:768px){.vela .full-header .navigation-toggle{top:8px}.vela .full-header.sticky .navigation-toggle{top:8px}}.vela #installments-banner-container{display:none;background:#ff5a00;color:#fff;overflow:hidden}.vela #installments-banner-container.enabled{display:block}.vela #installments-banner-container .wrapper-fluid{position:relative;text-align:center;padding:0 15px}.vela #installments-banner-container .wrapper-fluid a{color:#fff}.vela #installments-banner-container p{font-size:22px;padding:5px 25px 8px;margin:0}.vela #installments-banner-container p a{font-family:Open Sans,sans-serif}.vela #installments-banner-container p a strong{font-size:26px;position:relative;top:2px}.vela #installments-banner-container p a:hover{text-decoration:none}.vela #installments-banner-container p a.know-more{font-size:13px;font-weight:700;float:right;margin:0 6px 0 0;padding:3px 10px;position:absolute;top:13px;right:35px;background:#fff;color:#525252}.vela #installments-banner-close{height:29px;font-size:25px;line-height:23px;padding:3px;position:absolute;right:6px;text-decoration:none;top:10px;width:29px}.vela #installments-banner-close:hover span{color:#ddebf0}@media screen and (max-width:768px){.vela #installments-banner-container.enabled{display:none}}.vela [am-banner]{display:block;height:48px;line-height:48px}.vela [am-banner~=coupon-codes]{background:#ff5a00}.vela [am-banner~=coupon-codes] a{color:#fff;display:inline-block}.vela [am-banner~=coupon-codes] a:hover{text-decoration:none}.vela [am-banner-title]{font-size:13px;margin-left:10px;position:relative}.vela [am-banner-title] span{margin:0 10px}.vela [am-banner-button~=close-button]{float:right;font-size:22px;padding:0 14px}.vela [am-icon]{display:inline-block;vertical-align:middle;position:relative}.vela [am-icon~=cash]{background:url(https://assets.allegrostatic.pl/opbox-header/2.21.3/images/header/10PLN.png) no-repeat 50% transparent;width:33px;height:32px;margin-top:-2px}.vela [am-icon~=arrow-right]:after,.vela [am-icon~=arrow-right]:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute}.vela [am-icon~=arrow-right]:after{border-left-color:#ff5a00;border-width:4px;margin-top:-5px}.vela [am-icon~=arrow-right]:before{border-left-color:#fff;border-width:6px;margin-top:-7px}.vela [am-mobile~=hidden]{display:none}@media screen and (min-width:480px){.vela [am-mobile~=only]{display:none}.vela [am-mobile~=hidden]{display:inherit}}@media screen and (min-width:1024px){.vela [am-banner]{height:37px;line-height:37px}}.vela .promo-banner{background:#ff5900;color:#fff;overflow:hidden;position:relative;z-index:904}.vela .promo-banner .wrapper-fluid{position:relative;text-align:center;padding:0 15px}.vela .promo-banner .wrapper-fluid a{color:#fff}.vela .promo-banner p{font-size:22px;padding:10px 25px;margin:0}.vela .promo-banner p .know-more{font-size:13px;float:right;margin:5px 10px 0 5px;position:absolute;top:10px;right:35px}.vela .technical-break{background-color:#ffedf1;border-bottom:1px solid #fcd5de;color:#d81616;font-size:13px;padding:8px 0;text-align:center}.vela .inbox-badge{position:absolute;background:transparent;right:192px;top:21px;z-index:1000;display:none}.vela .inbox-badge #inbox-bell{height:38px;width:38px;cursor:pointer;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAZCAMAAADpC5XfAAABLFBMVEVMaXH///9JSUlgYGBVVVVGRkZVVVVOTk5LS0tHR0dOTk5KSkpMTExERERKSkpISEhGRkZFRUVKSkpGRkZGRkZHR0dFRUVJSUlHR0dFRUVHR0dGRkZGRkZHR0dGRkZFRUVHR0dGRkZFRUVHR0dGRkZERERHR0dFRUVERERGRkZHR0dGRkZGRkZERERGRkZERERGRkZFRUVERERERERERERGRkZFRUVFRUVFRUVFRUVERERERERFRUVGRkZERERERERFRUVFRUVERERFRUVFRUVERERERERFRUVFRUVFRUVERERFRUVFRUVFRUVERERFRUVERERERERERERFRUVFRUVFRUVFRUVFRUVERERERERERERERERERERFRUVFRUVERERFRUVFRUVERERERETSgjP9AAAAY3RSTlMAAQcICQsMDRESFxgbHh8gISUmKCwvMDEyNDY6PkFFRkhJSk9QUlNVVlheYmNlZmxtd3h/g4SFjJCRkpWXmqSlpqmwsbKztLW4ub7I09TV19nc4ePm6eru7/Dy8/b4+fv8/f4xU1VzAAAA4klEQVR42mNggAIOeX1ZdgZUwOuVlJycnOjGjSyoEhFroSaiaRMfJocQFIgJEAMzpIMiEard44SgLMlER5igeLIZXIF1siCUpZ0sAReVTdaAsiwTmOGinHB9ziFIzomyhzJcUEQdqCbq74ckGuwNoUWTHZBEPZN4wLRdshSSqCrEwVrJ1sjBx+iRIMPAwBftx4IS1FyhwZwM9knK/KhAN9mWwSUZEzgxsOsYGhkZeSabA0mrZFcgaajHBjVMPdkQSJokK6JYwRoYbixhGuXLhBrJogFA83yE0aKegUXJQAGuEgD46C3/qUuqrAAAAABJRU5ErkJggg==") 50% 50% no-repeat;transition:.75s}.vela .inbox-badge #inbox-number{display:none;position:absolute;right:-3px;bottom:-6px;font-size:12px;padding:1px 5px 0;background:#ff5a00;border-radius:4px;border:1px solid #fff;color:#fff;font-weight:700;font-style:normal;box-shadow:0 1px 2px #ccc;cursor:pointer}.vela .inbox-badge .inbox-wrapper{display:none;position:absolute;top:52px;right:-70px;z-index:1010;width:456px;min-height:150px;padding:0 0 15px;text-align:left;border:2px solid gray;border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal;font-size:13px;background:#fff}.vela .inbox-badge .inbox-wrapper .arrow,.vela .inbox-badge .inbox-wrapper .arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent;-moz-transform:scale(.9999)}.vela .inbox-badge .inbox-wrapper .arrow{left:365px;margin-left:-11px;border-top-width:0;border-bottom-color:gray;top:-13px}.vela .inbox-badge .inbox-wrapper .arrow:after{content:"";top:3px;margin-left:-10px;border-bottom-color:#fff;border-width:0 10px 10px}@media screen and (max-width:768px){.vela .inbox-badge .inbox-wrapper .arrow{left:375px}}@media screen and (max-width:480px){.vela .inbox-badge .inbox-wrapper .arrow{display:none}}.vela .inbox-badge .inbox-wrapper h3.title{font:1.3em arial;margin:30px 0 16px;padding:0 10px 0 22px}.vela .inbox-badge .inbox-wrapper h3.title a{float:right;font-size:1em;display:none}.vela .inbox-badge .inbox-wrapper .inbox-content .notification,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification{text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-bottom:1px solid #fff;padding:10px 52px 10px 80px;display:block;margin:0;position:relative;height:70px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAz1BMVEVMaXH/uwD/vQD/uQD//wD/uAD/uQD/uwD/uQD/uQD/uQD/uQD/uQD/vwD/uQD/ugD/uAD/uAD/uAD/uQD/uQD/uAD/vAD/uQD/vQD/uQD/ugD/ugD/ugD/xgD/uQD/vwD/uQD/uAD/ugD/uQD/uwD/uQD/uAD/uQD//wD/uAD/uQD/uAD/uQD/uQD/uQD/uQD/yAD/ugD/uAD/uwD/uAD/uAD/uQD/vAD/vAD/uQD/uQD/uAD/uQD/vwD/uQD/vgD/uQD/uQD/uAD/uAD/uAAEkw/QAAAARHRSTlMAUiOlAdnAQH/z6P6qDBZyv6aC03jgJocyyYw/WQnvEMtBb9cpg61UAiT2yu1XvdYOJe4PcDbEOTWyKPKdILcnyNDUjUkJUzsAAAG6SURBVHjanZVnc6MwFEUFBJkSwGBjx17HcVzSe91N23b+/29aZmIiCZFxZu8XjS4HvXkSughTbuZ1/TD0u17mik+VFj009Yq0FUuCEKCU+XicyxIgDBKbcyJg1F/W82V/BEROA9sKYpjtm+b+DOJgS7d2t2E6qS31+mQK27uaUXH+QLRo4FekWiAAuSdatSch+Ogjxte5wUAnfeJ1R0nEVHt0dAAHR2r+c0qU1IUnQukQ4FAzJuviachM73cOMNd7nxGm1bgCY/+OT+Dk2NhPKKrhDyNh6D737k1nRE8IF/pig/rgigyWm8AlZMKjNMzvP6QcNskST3SRhucB7DRASVf45I0Vf0OnAeb4ImTccDs2OCYUz18B//KsShugXVo1Y4J2Mx5lG2hvTwZPm8AnyNQRmqB9hKLHLxts+ShE0fQ7LUbx/uGe6vbOHdwZZ3hKmK6vwrlyhwAwVM45BPXlurn+HLy+IUo+ruviVpX+VkmVvl0QO1oAXFyJVl1dQGBEymVrcLqXdaSokDpzbM45UyGlxd7Do4k9PtSxZwWpnL/W89e51IPUjubF28tq9fK2UNH8f2G/+ffxD0mnTx4+XDzgAAAAAElFTkSuQmCC") 22px 15px no-repeat}.vela .inbox-badge .inbox-wrapper .inbox-content .notification a,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification a{text-decoration:none;display:block;height:56px;padding:8px 0;cursor:pointer;color:#2c2c2c}.vela .inbox-badge .inbox-wrapper .inbox-content .notification a.visited,.vela .inbox-badge .inbox-wrapper .inbox-content .notification a:visited,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification a.visited,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification a:visited{font-weight:400;color:#4e4e4e}.vela .inbox-badge .inbox-wrapper .inbox-content .notification button,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification button{position:absolute;top:19px;right:0;line-height:0;padding:16px 13px;background:transparent;border:0;-webkit-appearance:none;font-size:25px;font-weight:700;color:#fe3c00;text-shadow:0 1px 0 #fff;opacity:0;filter:alpha(opacity=0)}@media screen and (max-width:480px){.vela .inbox-badge .inbox-wrapper .inbox-content .notification button,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification button{opacity:1;filter:alpha(opacity=100)}}.vela .inbox-badge .inbox-wrapper .inbox-content .notification:hover,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification:hover{background-color:hsla(0,0%,69%,.1)!important}.vela .inbox-badge .inbox-wrapper .inbox-content .notification:hover button,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification:hover button{opacity:1;filter:alpha(opacity=100)}.vela .inbox-badge .inbox-wrapper .inbox-content .notification.DELIVERED,.vela .inbox-badge .inbox-wrapper .inbox-content .notification.PENDING,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification.DELIVERED,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification.PENDING{font-weight:700}.vela .inbox-badge .inbox-wrapper .inbox-content .notification.DONE,.vela .inbox-badge .inbox-wrapper .inbox-no-content .notification.DONE{font-weight:400}.vela .inbox-badge .inbox-wrapper .inbox-content{display:none}.vela .inbox-badge .inbox-wrapper .inbox-login{display:none}.vela .inbox-badge .inbox-wrapper .footer{position:absolute;left:0;bottom:10px;width:100%}.vela .inbox-badge .inbox-wrapper .watermark{margin:30px 0;padding:0 20px;color:#a6a6a6;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;line-height:1.3em;text-align:center}.vela .inbox-badge .inbox-wrapper .watermark h3{margin:0 0 7px;padding:0;color:#a6a6a6;font-size:20px;font-weight:700}.vela .inbox-badge .inbox-wrapper #inbox-btn-close{position:absolute;top:3px;right:0;line-height:0;padding:16px 13px;background:transparent;border:0;-webkit-appearance:none;font-size:25px;font-weight:700;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;filter:alpha(opacity=50)}@media screen and (max-width:480px){.vela .inbox-badge .inbox-wrapper #inbox-btn-close{display:inline-block;width:100%;top:auto;bottom:5%;font-size:66px;font-weight:400;text-align:center}}@media screen and (max-width:768px){.vela .inbox-badge .inbox-wrapper{right:-60px}}@media screen and (max-width:480px){.vela .inbox-badge .inbox-wrapper{position:fixed;top:0;left:0;width:98%;max-width:98%;min-height:99%;height:99%;margin:1%}}.vela .inbox-badge .loading{position:relative;min-width:16px;min-height:16px;top:20px}.vela .inbox-badge .loading:after,.vela .inbox-badge .loading:before{content:"";position:absolute;top:0;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;background-size:22px 22px;border:3px solid transparent;border-radius:50%}.vela .inbox-badge .loading:before{background:#757575 url(data:image/gif;base64,R0lGODlhAgACAIABAO7u7v///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJGQABACwAAAAAAgACAAACA0wABQAh+QQJGQABACwAAAAAAgACAAACAgxcACH5BAkZAAEALAAAAAACAAIAAAIDBBIFACH5BAUZAAEALAAAAAACAAIAAAICRFwAOw==) no-repeat 50% 50%;background-size:22px 22px;-webkit-animation:spinner-spin infinite linear 1s;animation:spinner-spin infinite linear 1s;outline:1px solid transparent}.vela .inbox-badge .loading:after{background:#fff;background-clip:content-box;-webkit-animation:spinner-spin-in infinite linear 1s;animation:spinner-spin-in infinite linear 1s}@media screen and (max-width:1023px){.vela .inbox-badge{right:67px}}@media screen and (max-width:768px){.vela .inbox-badge{top:8px;right:57px}}.vela .sticky .inbox-badge{top:8px}@-webkit-keyframes spinner-spin{0%{background:none;background-position:-200%;border-color:#757575 #757575 hsla(0,0%,46%,.1) hsla(0,0%,46%,.1);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{background:none;background-position:-200%;border-color:#757575 #757575 hsla(0,0%,46%,.1) hsla(0,0%,46%,.1);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-spin{0%{background:none;background-position:-200%;border-color:#757575 #757575 hsla(0,0%,46%,.1) hsla(0,0%,46%,.1);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{background:none;background-position:-200%;border-color:#757575 #757575 hsla(0,0%,46%,.1) hsla(0,0%,46%,.1);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes spinner-spin-in{0%,to{background:none}}@keyframes spinner-spin-in{0%,to{background:none}}.vela .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:310px;padding:1px!important;text-align:left;background-color:#fff;background-clip:padding-box;border:4px solid #80c1ff;border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.vela .popover .close{float:right;font-size:21px;font-weight:700;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;padding-right:8px;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.vela .popover.bottom{margin-top:10px}.vela .popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#80c1ff;top:-15px}.vela .popover.bottom .arrow:after{content:" ";top:6px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.vela .popover>.arrow{border-width:11px;-moz-transform:scale(.9999)}.vela .popover>.arrow:after{border-width:10px;content:"";-moz-transform:scale(.9999)}.vela .popover>.arrow,.vela .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.vela .popover.arrow{margin-top:-11px}.vela .popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:700;line-height:18px;background-color:transparent}.vela .popover-content{padding:0 14px 9px;font-size:12px}.vela .popover-content p:last-child{margin:0}.vela .main-nav .layer-content.image-big .image{position:absolute;top:0;left:0;width:auto}.vela .main-nav .layer-content .categories .col li{margin-bottom:4px}.vela .main-nav .layer-content .product{position:absolute;left:0;right:0;bottom:0}.vela .main-nav .layer-content .product a{display:block}.vela .main-nav .layer-content .product .product-item{padding:12px 20px}.vela .main-nav .layer-content .product .product-item .photo{float:left;margin-right:20px}.vela .main-nav .layer-content .product .product-item img{display:block}.vela .main-nav .layer-content .product .product-item h3{font-size:16px;margin:10px 0;font-weight:400}.vela .main-nav .layer-content .product .product-item .price{font-size:13px}[data-box-name]>a[name]{display:block;position:relative;top:-55px;visibility:hidden}@media screen and (max-width:1024px){[data-box-name]>a[name]{top:0}}.inbox-popup-notification *{box-sizing:border-box}.inbox-popup-notification{width:336px;height:146px;overflow:hidden;background-color:#f7f7f7;position:fixed;z-index:9999;box-shadow:0 10px 30px 0 #d3d3d3}.inbox-popup-notification.bottom-right{right:16px;bottom:113px}.inbox-popup-notification .inbox-popup-notification-close{position:absolute;right:9px;top:0;font-size:26px;font-weight:700;color:#222;opacity:.8;padding:0;background:0;border:0}.inbox-popup-notification .inbox-popup-notification-close:focus,.inbox-popup-notification .inbox-popup-notification-close:hover{cursor:pointer;opacity:1}.inbox-popup-notification .inbox-popup-notification-link{display:block;text-decoration:none;color:#333}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-image{display:table-cell;float:left;width:146px;height:146px;overflow:hidden;background-size:contain;background-repeat:no-repeat;background-position:50% 50%;background-color:#fff}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text{display:table-cell;width:190px;height:146px;overflow:hidden;padding:0 16px;position:relative}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text .inbox-popup-notification-seller-caption{font-size:12px;margin:0;position:absolute;top:8px;color:#999}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text .inbox-popup-notification-price{margin:27px 0 0;color:#333;font-size:27px;font-weight:400}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text .inbox-popup-notification-price-amount{font-size:18px}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text .inbox-popup-notification-title{display:block;display:-webkit-box;max-width:190px;height:63px;font-size:15px;line-height:1.4;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:3px 0 0}.inbox-popup-notification .inbox-popup-notification-link .inbox-popup-notification-text del{font-size:14px;color:#999}@media screen and (max-width:1024px){.inbox-popup-notification{display:none}}@media screen and (max-width:1023px){.slide-in-navigation{left:230px}.side-nav-active,.side-nav-active body{overflow:hidden}.side-nav-active.simple-header,.side-nav-active.simple-header body{overflow:hidden}.simple-header .slide-in-navigation{left:230px}.simple-header .slide-in-navigation.side-nav.vela{left:0}.slide-in-navigation .full-header.sticky{left:230px}}#maContent,#maWrapper>.fb,.my-account-desktop-content,.myaccount-desk-js,.navs{opacity:0}</style>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Open+Sans:300,400,600,700&subset=latin,latin-ext">
<div data-box-name="allegro.header" data-prototype-id="allegro.header" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.header" data-analytics-tags=""><a name="allegro-header"></a><div class="vela header-namespace">
<input type="hidden" id="cookie-policy-banner-config" data-config="{"url":"http://allegro.pl/country_pages/1/0/cookie_policy.php","langs":{"anchor":"Polityką Plików Cookies","message":"Strona korzysta z plików cookies w celu realizacji usług i zgodnie z %link%. Możesz określić warunki przechowywania lub dostępu do plików cookies w Twojej przeglądarce."}}"/>
<div class="user-links-wrapper">
<div class="wrapper-fluid">
<ul class="user-nav"
id="user-nav"
data-domain="http://allegro.pl/"
data-root-category-id="954b95b6-43cf-4104-8354-dea4d9b10ddf"
data-allegro-api-url="https://edge.allegro.pl"
data-department-prefix="dzial">
<li class="subservices-links ">
<a href="https://allegro.pl/strefamarek?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="Strefa Marek"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/strefamarek?ref=navbar">Strefa Marek</a>
</li><li class="subservices-links last">
<a href="https://inspiracje.allegro.pl?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="Inspiracje"
data-analytics-click-opbox-custom-destination-url="https://inspiracje.allegro.pl?ref=navbar">Inspiracje</a>
</li><li class="new-item">
<a href="http://allegro.pl/NewItem/?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="wystaw przedmiot"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/NewItem/?ref=navbar">
<span>wystaw przedmiot</span>
</a>
</li><li class="watched">
<a href="http://allegro.pl/favourites/offers?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="obserwowane"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/favourites/offers?ref=navbar">
<span>obserwowane</span>
</a>
</li><li class="dropdown ma-layer">
<a href="http://allegro.pl/myaccount/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="moje allegro"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/">
<span>moje allegro</span>
</a>
<ul id="ma-layer">
<li>
<a href="http://allegro.pl/myaccount/won.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="kupione"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/won.php?ref=navbar-layer">
<span>kupione</span>
</a>
</li>
<li>
<a href="http://allegro.pl/favourites/offers?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="obserwowane"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/favourites/offers?ref=navbar-layer">
<span>obserwowane</span>
</a>
</li>
<li>
<a href="http://allegro.pl/myaccount/bid.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="licytujesz"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/bid.php?ref=navbar-layer">
<span>licytujesz</span>
</a>
</li>
<li>
<a href="http://allegro.pl/myaccount/sell.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="sprzedajesz"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/sell.php?ref=navbar-layer">
<span>sprzedajesz</span>
</a>
</li>
<li>
<a href="http://allegro.pl/myaccount/sold.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="sprzedane"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/sold.php?ref=navbar-layer">
<span>sprzedane</span>
</a>
</li>
<li>
<a href="https://allegro.pl/user-rating-landing-page/index?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="wystaw ocenę"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/user-rating-landing-page/index?ref=navbar-layer">
<span>wystaw ocenę</span>
</a>
</li>
<li>
<a href="https://allegro.pl/seller-rating-dashboard/index?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="otrzymane oceny"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/seller-rating-dashboard/index?ref=navbar-layer">
<span>otrzymane oceny</span>
</a>
</li>
<li>
<a href="http://allegro.pl/myaccount/bundles/Index.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="centrum zniżek"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/bundles/Index.php?ref=navbar-layer">
<span>centrum zniżek</span>
</a>
</li>
<li>
<a href="http://allegro.pl/myaccount/Discounts.php?ref=navbar-layer"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar_dropdown"
data-analytics-click-custom-name="moje kupony"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/myaccount/Discounts.php?ref=navbar-layer">
<span>moje kupony</span>
</a>
</li>
</ul>
</li><li class="user-login">
<a href="https://allegro.pl/uzytkownik/{userId}/oceny"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="moje oceny"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/uzytkownik/{userId}/oceny">
<span>moje oceny</span>
</a>
</li><li class="register">
<a href="https://allegro.pl/rejestracja#/?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="załóż konto"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/rejestracja#/?ref=navbar">
<span>załóż konto</span>
</a>
</li><li class="logout">
<a href="http://allegro.pl/logout.php?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="wyloguj"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/logout.php?ref=navbar">
<span>wyloguj</span>
</a>
</li><li class="login">
<a href="https://ssl.allegro.pl/login/auth?ref=navbar"
data-analytics-clickable
data-analytics-click-custom-type="navigation_bar"
data-analytics-click-custom-name="zaloguj"
data-analytics-click-opbox-custom-destination-url="https://ssl.allegro.pl/login/auth?ref=navbar">
<span>zaloguj</span>
</a>
</li> </ul>
</div>
</div>
<div data-header-type="full-header" class="full-header main-header-wrapper">
<div class="wrapper-fluid">
<header id="main-header" class="main-header clearfix">
<div id="search-bar" class="search-bar">
<div class="in clearfix">
<a href="#"
class="btn btn-default navigation-toggle"
data-analytics-click-custom-type="side_navigation_toggle"
data-analytics-clickable>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</a>
<h2 class="logo" itemscope itemtype="http://schema.org/Organization">
<a itemprop="url"
href="https://allegro.pl/"
title="Allegro.pl - aukcje internetowe, bezpieczne zakupy"
data-analytics-clickable
data-analytics-click-custom-type="logotype"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/">
<img itemprop="logo" alt="Allegro.pl - aukcje internetowe, bezpieczne zakupy" src="//cdn.allegrostatic.com/@metrum/brand/allegro-e2b1a7f8.svg" class="m-brands-allegro">
</a>
</h2>
<div class="common clearfix">
<form id="main-search" class="main-search"
method="get"
action="//allegro.pl/listing"
novalidate="novalidate"
data-cookie-domain=".allegro.pl"
data-actions="{"default":{"action":"//allegro.pl/listing","param":"string"},"userItems":{"action":"//allegro.pl/listing/user.php","param":"string"},"user":{"action":"//allegro.pl/show_user.php","param":"search"}}"
data-prevent-redirect="true"
data-lang="pl_PL"
data-edge-conf="{"Content-Type":"application/vnd.allegro.taklif.v0.3+json","Accept":"application/vnd.allegro.taklif.v0.3+json","X-Allow-Ssl":1}"
data-suggest-endpoint-conf="{"url":"/placement/suggestions/","balancer_index":"100","max_phrase_length":"50"}"
data-domain="https://allegro.pl/"
>
<div class="input-text-wrapper">
<input id="main-search-text" type="text" name="string" x-webkit-speech autocomplete="off" required="required"
value=""
placeholder="czego szukasz?"/>
</div>
<select class="search-type-select" name="search_scope">
<option value="" >wszystkie działy</option>
<option value="electronics" >Elektronika</option>
<option value="fashion.beauty" >Moda i uroda</option>
<option value="household.health" >Dom i zdrowie</option>
<option value="baby" >Dziecko</option>
<option value="culture.entertainment" >Kultura i rozrywka</option>
<option value="sports.leisure" >Sport i wypoczynek</option>
<option value="automotive" >Motoryzacja</option>
<option value="collections.art" >Kolekcje i sztuka</option>
<option value="company.services" >Firma</option>
<option value="category-4145" selected>Sterowniki silnika</option>
<option value="user" >Użytkownicy</option>
<option value="closed" >Zakończone</option>
<option class="custom-search-type"></option>
</select>
<input type="submit" value="Szukaj" class="sprite search-btn"/>
<div class="search-type-select"
>
<ul>
<li class=""><a href="#">wszystkie działy</a></li>
<li class="department"><a href="#electronics">Elektronika</a></li>
<li class="department"><a href="#fashion.beauty">Moda i uroda</a></li>
<li class="department"><a href="#household.health">Dom i zdrowie</a></li>
<li class="department"><a href="#baby">Dziecko</a></li>
<li class="department"><a href="#culture.entertainment">Kultura i rozrywka</a></li>
<li class="department"><a href="#sports.leisure">Sport i wypoczynek</a></li>
<li class="department"><a href="#automotive">Motoryzacja</a></li>
<li class="department"><a href="#collections.art">Kolekcje i sztuka</a></li>
<li class="department"><a href="#company.services">Firma</a></li>
<li class="separator-top"><a class="active" href="#category-4145">Sterowniki silnika</a></li>
<li class="separator-top"><a href="#user">Użytkownicy</a></li>
<li class=""><a href="#closed">Zakończone</a></li>
</ul>
<strong data-filter-id="category-4145" title="Sterowniki silnika">
<span>Sterowniki silnika</span>
<i class="sprite"></i>
</strong>
</div>
<div class="search-layer" data-analytics-category="suggest.layer">
<div class="auto-complete-list">
<ul></ul>
</div>
<label class="in-description">
<input type="checkbox" name="description" value="1" />
szukaj też w opisach i parametrach
</label>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://allegro.pl/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://allegro.pl/listing?string={string}",
"query-input": "required name=string"
}
}
</script>
</form>
<script>
if (window.performance && typeof window.performance.mark === 'function' && typeof requestAnimationFrame === 'function') {
requestAnimationFrame(function() {
window.performance.mark('header_searchFormDisplayed');
});
}
</script>
<script id="default-suggestion-tpl" type="text/template">
<li data-type="1">
<span class="phrase"><%= phrase %></span>
</li>
</script>
<script id="recently-typed-suggestion-tpl" type="text/template">
<li data-type="1">
<span class="phrase"><%= phrase %></span>
<span class="recently-phrase__remove">usuń</span>
</li>
</script>
<script id="in-category-suggestion-tpl" type="text/template">
<li data-type="2" data-category="<%= category_id %>" data-redirect="<%= defaultRedirect %>">
<span class="phrase <% if (hidePhrase) { %>suggestion-phrase--hidden<% } %>"><%= phrase %></span>
<em>w kategorii <b><%= name %></b></em>
</li>
</script>
<script id="with-ad-suggestion-tpl" type="text/template">
<li data-type="3" data-redirect-url="<%= redirectUrl %>" class="ad">
<span class="phrase"><img src="<%= imageUrl %>"/>
<%= name %>
<img src="<%=trackingPixel %>" class="pix"/>
</span>
</li>
</script>
<script id="in-article-suggestion-tpl" type="text/template">
<li data-type="4" data-redirect-url="<%= redirectUrl %>">
<span class="phrase"><%= phrase %></span>
<em>w artykułach <b><%= name %></b></em>
</li>
</script>
</div>
<div id="inbox-badge" class="inbox-badge">
<div id="inbox-bell"></div>
<i id="inbox-number"></i>
<div id="inbox-wrapper" class="inbox-wrapper">
<div class="arrow"></div>
<h3 class="title">
Twoje powiadomienia
<a href="#">Ustawienia</a>
</h3>
<div id="inbox-content" class="inbox-content">
<!-- content injected by js -->
</div>
<div id="inbox-no-content" class="inbox-no-content">
<div class="watermark">
nie masz nowych wiadomości
</div>
</div>
<div id="inbox-login" class="inbox-login">
<div class="watermark">
<a href="https://ssl.allegro.pl/login/auth">Zaloguj się</a>, aby zobaczyć swoje powiadomienia.
</div>
</div>
<button type="button" id="inbox-btn-close">×</button>
</div>
</div>
<div id="cart-status-wrapper" class="cart-status-wrapper">
<div class="cart-status"></div>
</div>
<div class="cart-status-header cart-status-wrapper init hidden" id="cart-status-header">
<style scoped>.transaction-cart-front-header{position:relative;right:0;z-index:281;display:none;height:53px;min-width:160px;padding:2px 5px 0;white-space:nowrap;background:#fff;border-style:solid;border-color:transparent;border-width:1px 1px 0 1px;border-radius:6px 6px 0 0}.transaction-cart-front-header>span{margin-top:0;float:right}.transaction-cart-front-header>span.count{padding:5px 18px 10px 0;margin-bottom:0}.transaction-cart-front-header>span.count span{position:relative;display:block;width:46px;height:37px;text-decoration:none;background-position:-40px -70px}.transaction-cart-front-header>span.count i{position:absolute;right:-3px;bottom:-7px;display:inline-block;font-size:12px;padding:1px 5px 0;background:#FF5A00;border-radius:4px;border:solid 1px #fff;color:#fff;font-weight:bold;font-style:normal;box-shadow:0 1px 2px #ccc}.transaction-cart-front-header>span.price{font-size:20px;font-weight:bold;padding:17px 0 0;color:#303030}.transaction-cart-front-header.empty span.price{color:#ccc;font-size:14px;font-weight:normal;font-style:italic;text-transform:lowercase}.ie8 .transaction-cart-front-header.empty span.price{font-style:normal}.transaction-cart-front-header.empty span.count i{display:none}.sticky .transaction-cart-front-header{height:53px}@media screen and (max-width:1023px){.transaction-cart-front-header{min-width:52px}.transaction-cart-front-header .price{display:none}.transaction-cart-front-header .count{width:48px;float:none;display:block}}@media screen and (max-width:768px){.transaction-cart-front-header{height:53px}}</style><a href="/cart" target="_self" class="transaction-cart-front-header"><span class="price" id="cartPrice">koszyk jest pusty</span><span class="count"><span class="sprite" title="Przejdź do koszyka"><i id="cartQuantity"></i></span></span></a><script>var getTimeStringInTenYears=function(a){return a.setFullYear(a.getFullYear()+10),a.toGMTString()},cookie={cartDomain:null,init:function(a){this.cartDomain=a},set:function(a,b){document.cookie=a+"="+encodeURIComponent(b)+"; path=/; domain="+this.cartDomain+"; expires="+getTimeStringInTenYears(new Date)},get:function(a){return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(a).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||""}},TextCatalog=function(a){return{getString:function(b){return a[b]}}},cartHeader={init:function(a,b,c){"undefined"==typeof c&&(c=function(){}),this.initTextCatalog(a.translations),cookie.init(this.prepareDomainForCookie(b,a.domainName));var d=this;return this.setCookieForUser(function(){d.loadCartHeaderData(a.cacheTtl,c)}),!0},initTextCatalog:function(a){this.textCatalog=new TextCatalog(a)},prepareDomainForCookie:function(a,b){return"."+a.slice(a.indexOf(b))},cartUpdateEventListener:function(a){var b=this,c=function(c){b.resetCache(),b.putToCache(c.detail,a||window.location.hostname),b.updateCartInfo(c.detail)};return window.addEventListener("cart-update",c),c},generateCartId:function(a){var b=function(a){return 4===a.readyState},c=new XMLHttpRequest;c.open("POST","/cart-aggregator/carts",!0),c.setRequestHeader("Content-Type","application/vnd.allegro.public.v1+json"),c.onreadystatechange=function(){b(c)&&200===c.status&&a(null,JSON.parse(c.responseText).id)},c.send()},setCartUserId:function(a){var b=this.getCartId(),c=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}-?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{3,4}-[0-9a-f]{4}-[0-9a-f]{12}/i;return c.test(b)?void a():void this.generateCartId(function(b,c){cookie.set("cartUserId",c),a()})},setCookieForUser:function(a){this.setCartUserId(a),cookie.set("cartVersion","1")},currencyFormat:function(a){return a.toFixed(2).replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1 ").replace(".",",")+" "+this.textCatalog.getString("CART_CURRENCY")},addEmptyClass:function(){var a=document.querySelector(".transaction-cart-front-header");a.className=a.className+" empty"},removeEmptyClass:function(){var a=document.querySelector(".transaction-cart-front-header"),b="empty";a.classList?a.classList.remove("empty"):a.className=a.className.replace(new RegExp("(^|\\b)"+b.split(" ").join("|")+"(\\b|$)","gi")," ")},revealCartInfo:function(){var a=document.getElementById("cart-status-header"),b=document.getElementById("cart-status-wrapper");null!==a&&null!==b&&(a.classList.remove("hidden"),b.classList.add("hidden"))},updateCartInfo:function(a){var b=0,c=0;"undefined"!=typeof a&&a.quantity>0?(b=a.quantity,c=a.price,document.getElementById("cartPrice").innerHTML=this.currencyFormat(c/100),this.removeEmptyClass()):(document.getElementById("cartPrice").innerHTML=this.textCatalog.getString("CART_IS_EMPTY"),this.addEmptyClass()),document.getElementById("cartQuantity").innerHTML=b,this.revealCartInfo()},showCart:function(a){var b=document.querySelector(".transaction-cart-front-header");b.style.display="block",a()},isCacheAvailable:function(){var a="localStorageTest";try{return window.localStorage.setItem(a,a),window.localStorage.getItem(a),window.localStorage.removeItem(a),!0}catch(a){return!1}},getFromCache:function(){return window.localStorage.getItem("cart")},shouldLoadFromApi:function(a){return null===a},shouldResetCache:function(a,b){var c=JSON.parse(a);return!!this.isOtherCartCached(c.cartId)||(!!this.isTtlExpired(c.timestamp,b)||c.timestamp!==parseInt(cookie.get("cartTime"),10))},isOtherCartCached:function(a){return a!==this.getCartId()},getCartId:function(){return cookie.get("cartUserId")},isTtlExpired:function(a,b){return a+b<(new Date).getTime()},resetCache:function(){window.localStorage.removeItem("cart")},shouldPutToCache:function(a){return 0===a.indexOf("allegro.pl")},putToCache:function(a,b){if(this.shouldPutToCache(b)&&this.isCacheAvailable()){var c=(new Date).getTime(),d=JSON.stringify({cartId:this.getCartId(),timestamp:c,totalQuantity:a.quantity,totalPrice:a.price});window.localStorage.setItem("cart",d),cookie.set("cartTime",c)}},isCartCached:function(){return null!==this.getFromCache()},loadFromCache:function(a){var b=null;return this.isCacheAvailable()&&this.isCartCached()&&(b=this.getFromCache(),this.shouldResetCache(b,a)&&(this.resetCache(),b=null)),b},loadCartHeaderData:function(a,b){var c,d=function(a){return 4===a.readyState},e=function(a){return d(a)&&(404===a.status||204===a.status)},f=function(a){return d(a)&&200===a.status},g=cookie.get("cartUserId");if(!g)return void this.addEmptyClass();if(c=this.loadFromCache(a),this.shouldLoadFromApi(c)){var h,i=new XMLHttpRequest,j=this;i.open("GET","/cart-aggregator/carts/"+g+"/header?t="+(new Date).getTime(),!0),i.onreadystatechange=function(){e(i)?(j.addEmptyClass(),j.putToCache({quantity:0,price:0},window.location.hostname)):f(i)&&(h=JSON.parse(i.responseText),j.putToCache(h,window.location.hostname),j.updateCartInfo(h)),d(i)&&j.showCart(b)},i.send()}else c=JSON.parse(c),this.updateCartInfo({quantity:c.totalQuantity,price:c.totalPrice}),this.showCart(b)}},CartClient=function(a,b){function c(){var a=window.location.host;return a.indexOf("allegro.pl")!==-1?"pl-PL":a.indexOf("aukro.cz")!==-1?"cs-CZ":a.indexOf("aukro.ua")!==-1?"ru-UA":void 0}function d(a){return 4===a.readyState&&200===a.status}function e(a){return 4===a.readyState&&201===a.status}function f(a){return 4===a.readyState&&404===a.status}function g(a){return 4===a.readyState&&422===a.status}function h(a){return 4===a.readyState&&500===a.status}function i(a){var b=JSON.parse(a.responseText);return b.errors}function j(a,b,c,d,e){return b=b?b:1,e&&e.items.length&&(b+=e.items[0].quantities.selected),JSON.stringify({offer:{id:a,variant:{id:d}},amount:b>c?c:b})}function k(a){function b(){return"VariantNotSetException"===f||"VariantInvalidException"===f}var c=!1,d=JSON.parse(a.responseText),e=d.errors[0].code,f=d.errors[0].message,g=null;return"CartCapacityException"===f&&(c=20,e="CART_CAPACITY_EXCEEDED"),b()&&(e="MULTIOFFER_VALIDATION",g=JSON.parse(d.errors[0].details)),{error:d.errors[0].code,status:e,capacity:c,details:g}}function l(a,b){var c,e=new XMLHttpRequest;e.open("GET",a,!0),e.onreadystatechange=function(){d(e)?(c=JSON.parse(e.responseText),b(!1,c)):f(e)&&(c="",b({status:404},c))},e.setRequestHeader("Accept-Language",w),e.send()}function m(a,b,c,f,j){var l,m=new XMLHttpRequest;m.open(b,a,!0),m.onreadystatechange=function(){d(m)||e(m)?j(!1):g(m)?i(m)?(l=k(m),j(l)):j(!1):h(m)&&j({status:500})},m.setRequestHeader("Content-type",c),m.setRequestHeader("Accept-Language",w),m.send(f)}function n(b,c){l(t+a+"/items?offer.id="+b,c)}function o(b,c,d){c&&c.items.length?m(t+a+"/items/"+c.items[0].id,"PUT","application/vnd.allegro.public.v2+json",b,d):m(t+a+"/items","POST","application/vnd.allegro.public.v1+json",b,d)}function p(a){function b(b){return"undefined"!=typeof a&&a.hasOwnProperty(b)}function c(){return b("isShowItem")&&!0===a.isShowItem}function d(){return b("cpForNga")}function e(){return b("sender")}function f(){return e()&&"Instalment"===a.sender}function g(){return b("variant")}function h(){var b={cat:"PurchasingProcess",a:c()?"AddToCartFromItemSite":"AddToCartFromOtherSites"};return e()&&(b.lab=a.sender),b}return{event:h(),cp:function(){return d()?a.cpForNga:null},variant:g()?a.variant:null,instalments:f()}}function q(a,b,c){return"undefined"==typeof window.cm||"undefined"==typeof window.cm.conf?void c():void window.cm.event(a,b,{onSuccess:c,onFailure:c})}function r(a,b){l("/purchase/CartItem.php?id="+a+"&t="+(new Date).getTime(),b)}function s(a){return a.replace(/[^0-9]/,"")}var t=window.location.protocol+"//"+window.location.host+"/cart-aggregator/carts/",u='.multioffer-modal .form-control {font-weight: normal;outline: 0;color: #303030;width: 100%;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}.multioffer-modal select.form-control {display: inline-block;}.multioffer-modal .styled-select {position: relative;}.multioffer-modal .styled-select select {appearance: none;-moz-appearance: none;-webkit-appearance: none;cursor: pointer;}.multioffer-modal .styled-select::before {border-left: 1px solid #b1b1b1;background-color: #fff;box-shadow: -5px 0 0 0 #ffffff;content: "";position: absolute;pointer-events: none;}.multioffer-modal .styled-select::after {background: #ffffff url("../../cart/css/images/icons-sprite.png") no-repeat -158px -15px;content: "";position: absolute;pointer-events: none;}.multioffer-modal .styled-select.widget-select select {font-size: 12px;height: 22px;line-height: 15px;padding: 3px 8px;}.multioffer-modal .styled-select.widget-select::before {top: 4px;right: 5px;height: 15px;width: 20px;}.multioffer-modal .styled-select.widget-select::after {background-position: 0 -33px;top: 3px;right: 10px;height: 15px;width: 7px;}.multioffer-modal .input-error { border-color: #f00f0f;}',v='.multioffer-modal .modal-backdrop.in {opacity: .5;}.multioffer-modal .modal-dialog {width: 600px;position: relative;margin: 70px auto;}.multioffer-modal .modal {display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;}.multioffer-modal .modal-content {position: relative;background-color: #fff;border: 4px solid #444;border-radius: 13px;box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);background-clip: padding-box;outline: none;}.multioffer-modal .modal-header {min-height: 16px;padding: 25px 30px 0 30px;margin: 0 0 15px;}.multioffer-modal .modal-header .modal-title {margin: 0;line-height: 1.428571429;}.multioffer-modal .modal-header h4 {color: #3b3b3b;font-size: 16px;text-shadow: 1px 1px 0 #fcfcfc;font-weight: bold;}.multioffer-modal .modal-header .btn-close {margin: -15px -15px 0 0;padding: 0;float: right;}.multioffer-modal .modal-body {position: relative;padding: 0 30px 20px;}.multioffer-modal .modal-footer {text-align: right;padding: 14px 15px 15px;}.multioffer-modal .info-modal .modal-content {border-color: #80C1ff;}.multioffer-modal button.btn-close {background: transparent url("../../cart/css/images/icons-sprite.png") no-repeat;background-position: -144px -17px;width: 14px;height: 14px;border: none;text-indent: -9999px;}.multioffer-modal button.btn-primary {border-color: #ff7b1e;box-shadow: inset 0 1px 0 0 #ff9502;background-color: #ff7300;background-image: linear-gradient(to bottom, #ff9502 5%, #f60 100%);color: #fff;text-shadow: 1px 1px 0 #ff3b10;}.multioffer-modal button.btn-primary[disabled],.multioffer-modal button.btn-primary[disabled]:hover,.multioffer-modal button.btn-primary[disabled]:focus,.multioffer-modal button.btn-primary[disabled]:active {cursor: default;background-image: none;box-shadow: none;opacity: .65;border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);background-color: #e6e6e6;text-shadow: 1px 1px 0 #fff;color: #757575;}.multioffer-modal button.btn-primary:hover, button.btn-primary:focus {color: #fff;border-color: #ff7b1e;background-color: #f60;}.multioffer-modal .validation-message {display: none;position: relative;width: 100%;margin: 8px 0 0 -1px;padding: 0;}.multioffer-modal .validation-message > div {width: 100%;max-width: none;padding: 3px 8px;background: #f00f0f;border-radius: 4px;color: #fff;font-size: 11px;text-align: center;}.multioffer-modal .validation-message::before {content: "";position: absolute;top: -5px;left: 50%;width: 0;height: 0;margin-left: -5px;border-style: solid;border-width: 0 5px 5px;border-color: transparent;border-bottom-color: #f00f0f;}.multioffer-modal .validation-message.in {display: block;}',w=c();this.addItemToCart=function(a,c,d,e,f,g){function h(d,h){if(!d){var i=p(g),k=j(a,c,e,i.variant,h);o(k,h,function(c){function d(c){var d=b;c||(d=b+"#?item="+a,i&&i.instalments&&(d+="&instalments=true")),c&&c.capacity&&(d=b+"#?error="+c.status+"&capacity="+c.capacity),window.location=d}function e(){void 0===f||null===f?d(c):f(c,d)}function g(a){return a&&"MULTIOFFER_VALIDATION"===a.status}function j(a){function b(){function a(){return document.getElementsByClassName("multioffer-modal")[0]}a()&&p.removeChild(document.querySelector(".multioffer-modal"))}function c(){m.style.display="block",l.className="form-control multioffer-dropdown input-error"}function d(){m.style.display="none",l.className="form-control multioffer-dropdown"}function f(){if(l.selectedIndex){var a=JSON.parse(k);j.classList.add("spinner"),j.setAttribute("disabled",!0),d(),a.offer.variant.id=l.options[l.selectedIndex].value,o(JSON.stringify(a),h,function(){b(),q(i.event,i.cp,e)})}else c()}var g,j,l,m,n="",p=document.body,r=document.querySelectorAll(".offer-preview .add-to-cart[disabled]");r.length&&(r[0].classList.remove("spinner"),r[0].removeAttribute("disabled")),b(),a.details.forEach(function(a){n+='<option value="'+a.id+'">'+a.attributes[0].value+" (dostępnych: "+a.quantity+")</option>"}),n='<select class="form-control multioffer-dropdown"><option value="" disabled selected>wybierz</option>'+n+"</select>",p.insertAdjacentHTML("afterbegin",'<div class="multioffer-modal"><style scoped>'+u+v+'</style><div class="modal info-modal" style="display: block; z-index: 10012;"><div class="modal-dialog"><div class="modal-content"><form><div class="modal-header"><button type="button" class="btn-close multioffer-modal-close">×</button><h4 class="modal-title">wybierz rozmiar</h4></div><div class="modal-body"><div class="form-group"><div class="styled-select widget-select input-group-validation right-sm" style="width: 40%;">'+n+'<div class="validation-message multioffer-validation-message in" style="display: none;" ><div>wybierz rozmiar</div></div></div></div></div><div class="modal-footer"><button type="button" class="btn btn-primary multioffer-add-to-cart">dodaj do koszyka</button></div></form></div></div></div><div class="modal-backdrop multioffer-modal-backdrop in" style="z-index: 10011;"></div></div>'),g=document.getElementsByClassName("multioffer-modal-close")[0],j=document.getElementsByClassName("multioffer-add-to-cart")[0],l=document.getElementsByClassName("multioffer-dropdown")[0],m=document.getElementsByClassName("multioffer-validation-message")[0],j.addEventListener("click",f),g.addEventListener("click",b),l.addEventListener("change",d)}g(c)?(j(c),c=null):q(i.event,i.cp,e)})}}n(a,h)},this.addItemToCartWithoutExtraData=function(a,b,c){var d=this;r(a,function(e,f){d.addItemToCart(a,b,s(f.buyNowPrice),f.quantity,c)})},this.isResponsiveCartEnabled=function(){return!0}};</script><script>cartHeader.init( {"currentLanguage":"pl-PL","cacheTtl":180000,"domainName":"allegro.pl","translations":{"CART_CURRENCY":"z\u0142","CART_IS_EMPTY":"koszyk jest pusty"}}, window.location.hostname );</script>
</div>
<script>
(function() {
var cartStatus = document.querySelector('#cart-status-header');
cartStatus.addEventListener('click', function (event) {
window.opbox.analytics.sendEvent(cartStatus, event.type, '/cart', { type: 'cart', _opbox: { destinationUrl: '/cart' }});
});
})();
</script>
</div>
</div>
</header>
<div data-url-prefix="/header/layer-" class="main-nav clearfix">
<ul>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/elektronika" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Elektronika "
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/elektronika">
<strong>
Elektronika
<span></span>
</strong>
</a>
<div data-department="electronics?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/moda-i-uroda" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Moda i uroda"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/moda-i-uroda">
<strong>
Moda
<span>i uroda</span>
</strong>
</a>
<div data-department="fashion.beauty?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/dom-i-zdrowie" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Dom i zdrowie"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/dom-i-zdrowie">
<strong>
Dom
<span>i zdrowie</span>
</strong>
</a>
<div data-department="household.health?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/dziecko" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Dziecko "
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/dziecko">
<strong>
Dziecko
<span></span>
</strong>
</a>
<div data-department="baby?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/kultura-i-rozrywka" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Kultura i rozrywka"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/kultura-i-rozrywka">
<strong>
Kultura
<span>i rozrywka</span>
</strong>
</a>
<div data-department="culture.entertainment?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/sport-i-wypoczynek" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Sport i wypoczynek"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/sport-i-wypoczynek">
<strong>
Sport
<span>i wypoczynek</span>
</strong>
</a>
<div data-department="sports.leisure?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/motoryzacja" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Motoryzacja "
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/motoryzacja">
<strong>
Motoryzacja
<span></span>
</strong>
</a>
<div data-department="automotive?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/kolekcje-i-sztuka" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Kolekcje i sztuka"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/kolekcje-i-sztuka">
<strong>
Kolekcje
<span>i sztuka</span>
</strong>
</a>
<div data-department="collections.art?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container">
<div class="nav-tab">
<a href="https://allegro.pl/dzial/firma-i-uslugi" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Firma "
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/dzial/firma-i-uslugi">
<strong>
Firma
<span></span>
</strong>
</a>
<div data-department="company.services?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
<li class="nav-tab-container last-child other-dept">
<div class="nav-tab">
<a href="https://allegro.pl/strefaokazji" class="nav-link"
data-analytics-clickable
data-analytics-click-custom-type="departments_bar"
data-analytics-click-custom-name="Strefa okazji"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/strefaokazji">
<strong>
Strefa
<span>okazji</span>
</strong>
</a>
<div data-department="other?lang=pl_PL" class="nav-layer"></div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="wrapper-fluid sticky-header-offset"></div>
</div>
</div>
<script src="https://assets.allegrostatic.pl/opbox-header/2.21.3/components/require.js"></script>
<script>var headerJSRequireConfig = {
context: 'opbox-header',
paths: {
'jquery': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/jquery.js?noext',
'backbone': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/backbone.js?noext',
'tooltip': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/tooltip.js?noext',
'popover': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/popover.js?noext',
'transition': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/transition.js?noext',
'underscore': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/components/underscore.js?noext',
'navi-desktop-menu': 'https://assets.allegrostatic.pl/opbox-header/2.21.3/scripts/src/headerBuild/myAccountDesktopMenu.js?noext'
},
shim: {
'backbone': {
deps: ['underscore', 'jquery'],
exports: 'Backbone'
},
'transition':{
deps: ['jquery']
},
'tooltip':{
deps: ['jquery', 'transition']
},
'popover':{
deps: ['tooltip']
},
'underscore': {
exports: '_'
}
},
config: {
'navigation/main': {
desktopModuleName: 'https://assets.allegrostatic.pl/opbox-header/2.21.3/scripts/src/headerBuild/myAccountDesktopMenu.js'
}
},
waitSeconds: 30
};
var headerJSModuleConfig = {
path: 'https://assets.allegrostatic.pl/opbox-header/2.21.3/scripts/src/headerBuild/header-built.min.js',
name: 'header'
};
var headerJS = require.config(headerJSRequireConfig);
window.addEventListener('DOMContentLoaded', function () {
headerJS = require.config(headerJSRequireConfig);
headerJS(['require', headerJSModuleConfig.path], function (require) {
require([headerJSModuleConfig.name], function (header) {
header();
});
});
});
</script></div></div><div data-box-name="layout.container" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="layout-container"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
card
"
style="background: #FFFFFF"
>
<div data-box-name="listing" data-prototype-id="allegro.listing.layout" data-expand="1" class="lazyload" data-analytics-category="allegro.listing.layout" data-analytics-tags=""><a name="listing"></a><div class="layout"><div class="layout__top"><div data-box-name="title with query keeper" data-prototype-id="layout.grid" data-expand="1" class="lazyload" data-analytics-category="layout.grid" data-analytics-tags=""><a name="title-with-query-keeper"></a><div class="grid
disable-horizontal-space
grid--no-gutter">
<div class="grid__col
grid__col--12
grid__col--8@sm
">
<div data-box-name="title and breadcrumb" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="title-and-breadcrumb"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
"
>
<div data-box-name="Listing title" data-prototype-id="allegro.listing.title" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.listing.title" data-analytics-tags=""><a name="listing-title"></a><script> setTimeout(function () { var pl=function(t){return 1===t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2},translations={offers:["oferta","oferty","ofert"],search:"szukasz"},formatNumber=function(t){return isNaN(t)||(t+=""),t.replace(/\B(?=(\d{3})+(?!\d))/g," ")};!function(t,e){function o(t,e){n.querySelector(".listing-title__counter-"+t).innerText=e}var n=e.querySelector('[data-prototype-id="allegro.listing.title"]');e.addEventListener("DOMContentLoaded",function(){t.opbox&&t.opbox.onData&&t.opbox.onData(n.getAttribute("data-box-name"),function(t){var e=t.itemsCount,n=void 0===e?1:e;o("value",formatNumber(n)),o("label",translations.offers[pl(n)])})})}(window,document); }, 0) </script> <h1 class="listing-title "> Sterowniki silnika <span class="listing-title__counter"> (<span class="listing-title__counter-value">289 122</span> <span class="listing-title__counter-label">oferty</span>) </span> </h1></div><div data-box-name="Breadcrumb" data-prototype-id="allegro.breadcrumb" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.breadcrumb" data-analytics-tags=""><a name="breadcrumb"></a> <ol class="breadcrumb breadcrumb--listing" itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="/" itemprop="item" data-analytics-clickable>
<span itemprop="name">Allegro</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li class="dropdown" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="dropdown-toggle" href="/dzial/motoryzacja" itemprop="item" data-analytics-clickable>
<span itemprop="name">Motoryzacja</span>
</a>
<ul class="dropdown-menu">
<li><a href="/kategoria/akcesoria-samochodowe-253498">Akcesoria samochodowe</a></li><li><a href="/kategoria/chemia-18903">Chemia</a></li><li><a href="/kategoria/czesci-do-innych-pojazdow-18553">Części do innych pojazdów</a></li><li><a href="/kategoria/czesci-do-maszyn-99022">Części do maszyn</a></li><li><a href="/kategoria/czesci-i-akcesoria-motocyklowe-156">Części i akcesoria motocyklowe</a></li><li><a href="/kategoria/czesci-samochodowe-620">Części samochodowe</a></li><li><a href="/kategoria/inne-pojazdy-i-lodzie-4079">Inne pojazdy i łodzie</a></li><li><a href="/kategoria/maszyny-252942">Maszyny</a></li><li><a href="/kategoria/motocykle-i-quady-5557">Motocykle i quady</a></li><li><a href="/kategoria/narzedzia-i-sprzet-warsztatowy-18554">Narzędzia i sprzęt warsztatowy</a></li><li><a href="/kategoria/opony-99193">Opony</a></li><li><a href="/kategoria/przyczepy-naczepy-18528">Przyczepy, naczepy</a></li><li><a href="/kategoria/samochody-149">Samochody</a></li><li><a href="/kategoria/uslugi-253037">Usługi</a></li>
</ul>
<meta itemprop="position" content="2" />
</li>
<li class="dropdown" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="dropdown-toggle" href="/kategoria/czesci-samochodowe-620" itemprop="item" data-analytics-clickable>
<span itemprop="name">Części samochodowe</span>
</a>
<ul class="dropdown-menu">
<li><a href="/kategoria/czesci-samochodowe-chlodzenie-silnika-18689">Chłodzenie silnika</a></li><li><a href="/kategoria/czesci-samochodowe-czesci-karoserii-4094">Części karoserii</a></li><li><a href="/kategoria/czesci-samochodowe-filtry-49236">Filtry</a></li><li><a href="/kategoria/czesci-samochodowe-kola-felgi-18730">Koła, felgi</a></li><li><a href="/kategoria/czesci-samochodowe-ogrzewanie-wentylacja-klimatyzacja-49183">Ogrzewanie, wentylacja, klimatyzacja</a></li><li><a href="/kategoria/czesci-samochodowe-oswietlenie-623">Oświetlenie</a></li><li><a href="/kategoria/czesci-samochodowe-silniki-i-osprzet-50821">Silniki i osprzęt</a></li><li><a href="/kategoria/czesci-samochodowe-tuning-mechaniczny-8695">Tuning mechaniczny</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-elektryczny-zaplon-4141">Układ elektryczny, zapłon</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-hamulcowy-18834">Układ hamulcowy</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-kierowniczy-250842">Układ kierowniczy</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-napedowy-50863">Układ napędowy</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-paliwowy-18844">Układ paliwowy</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-wydechowy-18862">Układ wydechowy</a></li><li><a href="/kategoria/czesci-samochodowe-uklad-zawieszenia-8683">Układ zawieszenia</a></li><li><a href="/kategoria/czesci-samochodowe-wycieraczki-i-spryskiwacze-254179">Wycieraczki i spryskiwacze</a></li><li><a href="/kategoria/czesci-samochodowe-wyposazenie-wnetrza-622">Wyposażenie wnętrza</a></li><li><a href="/kategoria/czesci-samochodowe-zabytkowe-1114">Zabytkowe</a></li><li><a href="/kategoria/czesci-samochodowe-pozostale-629">Pozostałe</a></li>
</ul>
<meta itemprop="position" content="3" />
</li>
<li class="dropdown" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="dropdown-toggle" href="/kategoria/czesci-samochodowe-uklad-elektryczny-zaplon-4141" itemprop="item" data-analytics-clickable>
<span itemprop="name">Układ elektryczny, zapłon</span>
</a>
<ul class="dropdown-menu">
<li><a href="/kategoria/uklad-elektryczny-zaplon-akumulatory-4142">Akumulatory</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-centralne-zamki-4144">Centralne zamki</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-czujniki-50744">Czujniki</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-materialy-instalacyjne-50751">Materiały instalacyjne</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-obudowy-akumulatorow-255612">Obudowy akumulatorów</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-przekazniki-50755">Przekaźniki</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-skrzynki-bezpiecznikow-255613">Skrzynki bezpieczników</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-stacyjki-i-kluczyki-50756">Stacyjki i kluczyki</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145">Sterowniki silnika</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-swiece-18833">Świece</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-uklad-elektryczny-silnika-50761">Układ elektryczny silnika</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-wyposazenie-elektryczne-50764">Wyposażenie elektryczne</a></li><li><a href="/kategoria/uklad-elektryczny-zaplon-pozostale-4147">Pozostałe</a></li>
</ul>
<meta itemprop="position" content="4" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<span itemprop="name">Sterowniki silnika</span>
<meta itemprop="position" content="5" />
</li>
</ol>
</div>
</div>
</div></div>
</div>
<div class="grid__col
grid__col--12
grid__col--4@sm
">
<div data-box-name="obserwuj" data-prototype-id="allegro.queriesKeeper" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.queriesKeeper" data-analytics-tags=""><a name="obserwuj"></a><section class="queries-keeper" data-category-path="[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}]" data-type="LISTING_TITLE">
<a class="watched_button_star" href="javascript:void(0)">obserwuj wyszukiwanie</a>
<div class="queries-keeper-popover popover bottom" style="display: none">
<div class="arrow"></div>
<button type="button" class="close popover-close">×</button>
<div class="qk-popup-content-info" style="display: none">
<h3>Nie przegapisz żadnej oferty!</h3>
<div class="popover-content">
<p>Obserwujesz to wyszukiwanie. Gdy pojawią się nowe oferty powiadomimy Cię mailowo.</p>
<p>Możesz przejrzeć swoje <a href="/obserwowane/wyszukiwania">obserwowane wyszukiwania</a>.</p>
</div>
</div>
<div class="qk-popup-content-limit" style="display: none">
<h3>Obserwujesz już 300 wyszukiwań!</h3>
<div class="popover-content">
<p>Możesz obserwować tylko 300 wyszukiwań jednocześnie.</p>
<p>By dalej dodawać kolejne wyszukiwania usuń coś z <a href="/obserwowane/wyszukiwania">listy obserwowanych wyszukiwań</a>.</p>
</div>
</div>
</div>
</section></div>
</div>
</div></div></div><div class="layout-separator-top"></div><div class="main-content"><div class="layout__left"><div class="layout__left-content"><div data-box-name="Categories" data-prototype-id="allegro.navigator" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.navigator" data-analytics-tags=""><a name="categories"></a><div id="opbox-category-tree"><section class="category-tree__category-tree__3Mj66" data-reactroot="" data-reactid="1" data-react-checksum="-1942707143"><div class="header__header__FNpJB" data-reactid="2"><h2 class="header__header__text__29ytW" data-reactid="3">Podkategorie</h2><a href="/kategoria/czesci-samochodowe-uklad-elektryczny-zaplon-4141?order=m" title="przejdź poziom wyżej" class="header__header__level-up__-jqv9" data-reactid="4"><i data-reactid="5">Układ elektryczny, zapłon</i></a><span class="header__header__title__qDlle" data-reactid="6">Układ elektryczny, zapłon</span></div><div data-reactid="7"><ul class="links__links__1fDV0 " data-reactid="8"><li class="links__active__2UG_6" data-reactid="9"><a href="/kategoria/uklad-elektryczny-zaplon-akumulatory-4142?order=m" data-reactid="10"><span data-reactid="11">Akumulatory</span></a><span class="links__links__counter__3mKnd" data-reactid="12">48507</span></li><li class="links__active__2UG_6" data-reactid="13"><a href="/kategoria/uklad-elektryczny-zaplon-centralne-zamki-4144?order=m" data-reactid="14"><span data-reactid="15">Centralne zamki</span></a><span class="links__links__counter__3mKnd" data-reactid="16">24213</span></li><li class="links__active__2UG_6" data-reactid="17"><a href="/kategoria/uklad-elektryczny-zaplon-czujniki-50744?order=m" data-reactid="18"><span data-reactid="19">Czujniki</span></a><span class="links__links__counter__3mKnd" data-reactid="20">153377</span></li><li class="links__active__2UG_6" data-reactid="21"><a href="/kategoria/uklad-elektryczny-zaplon-materialy-instalacyjne-50751?order=m" data-reactid="22"><span data-reactid="23">Materiały instalacyjne</span></a><span class="links__links__counter__3mKnd" data-reactid="24">107920</span></li><li class="links__active__2UG_6" data-reactid="25"><a href="/kategoria/uklad-elektryczny-zaplon-obudowy-akumulatorow-255612?order=m" data-reactid="26"><span data-reactid="27">Obudowy akumulatorów</span></a><span class="links__links__counter__3mKnd" data-reactid="28">10587</span></li><li class="" data-reactid="29"><a href="/kategoria/uklad-elektryczny-zaplon-przekazniki-50755?order=m" data-reactid="30"><span data-reactid="31">Przekaźniki</span></a><span class="links__links__counter__3mKnd" data-reactid="32">58836</span></li><li class="" data-reactid="33"><a href="/kategoria/uklad-elektryczny-zaplon-skrzynki-bezpiecznikow-255613?order=m" data-reactid="34"><span data-reactid="35">Skrzynki bezpieczników</span></a><span class="links__links__counter__3mKnd" data-reactid="36">45016</span></li><li class="" data-reactid="37"><a href="/kategoria/uklad-elektryczny-zaplon-stacyjki-i-kluczyki-50756?order=m" data-reactid="38"><span data-reactid="39">Stacyjki i kluczyki</span></a><span class="links__links__counter__3mKnd" data-reactid="40">59518</span></li><li class="links__links__selected-unclickable__wKQhT" data-reactid="41"><span data-reactid="42">Sterowniki silnika</span><span class="links__links__counter__3mKnd" data-reactid="43">289122</span></li><li class="" data-reactid="44"><a href="/kategoria/uklad-elektryczny-zaplon-swiece-18833?order=m" data-reactid="45"><span data-reactid="46">Świece</span></a><span class="links__links__counter__3mKnd" data-reactid="47">74397</span></li><li class="" data-reactid="48"><a href="/kategoria/uklad-elektryczny-zaplon-uklad-elektryczny-silnika-50761?order=m" data-reactid="49"><span data-reactid="50">Układ elektryczny silnika</span></a><span class="links__links__counter__3mKnd" data-reactid="51">346163</span></li><li class="" data-reactid="52"><a href="/kategoria/uklad-elektryczny-zaplon-wyposazenie-elektryczne-50764?order=m" data-reactid="53"><span data-reactid="54">Wyposażenie elektryczne</span></a><span class="links__links__counter__3mKnd" data-reactid="55">327645</span></li><li class="" data-reactid="56"><a href="/kategoria/uklad-elektryczny-zaplon-pozostale-4147?order=m" data-reactid="57"><span data-reactid="58">Pozostałe</span></a><span class="links__links__counter__3mKnd" data-reactid="59">47761</span></li></ul></div><div class="tags__tags__1JmYg" data-reactid="60"><div data-reactid="61"><ul class="links__links__1fDV0 links__tags__3eyx4" data-reactid="62"></ul></div></div></section></div> <script> (function(d){ function load () { var j=d.createElement('script'); j.async=true; window.__listing_CategoryTreeState = {"CategoryTreeStore":{"categories":[{"name":"Akumulatory","id":"4142","link":"/kategoria/uklad-elektryczny-zaplon-akumulatory-4142?order=m","selected":false,"count":48507},{"name":"Centralne zamki","id":"4144","link":"/kategoria/uklad-elektryczny-zaplon-centralne-zamki-4144?order=m","selected":false,"count":24213},{"name":"Czujniki","id":"50744","link":"/kategoria/uklad-elektryczny-zaplon-czujniki-50744?order=m","selected":false,"count":153377},{"name":"Materiały instalacyjne","id":"50751","link":"/kategoria/uklad-elektryczny-zaplon-materialy-instalacyjne-50751?order=m","selected":false,"count":107920},{"name":"Obudowy akumulatorów","id":"255612","link":"/kategoria/uklad-elektryczny-zaplon-obudowy-akumulatorow-255612?order=m","selected":false,"count":10587},{"name":"Przekaźniki","id":"50755","link":"/kategoria/uklad-elektryczny-zaplon-przekazniki-50755?order=m","selected":false,"count":58836},{"name":"Skrzynki bezpieczników","id":"255613","link":"/kategoria/uklad-elektryczny-zaplon-skrzynki-bezpiecznikow-255613?order=m","selected":false,"count":45016},{"name":"Stacyjki i kluczyki","id":"50756","link":"/kategoria/uklad-elektryczny-zaplon-stacyjki-i-kluczyki-50756?order=m","selected":false,"count":59518},{"name":"Sterowniki silnika","id":"4145","link":"/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145?order=m","selected":true,"count":289122},{"name":"Świece","id":"18833","link":"/kategoria/uklad-elektryczny-zaplon-swiece-18833?order=m","selected":false,"count":74397},{"name":"Układ elektryczny silnika","id":"50761","link":"/kategoria/uklad-elektryczny-zaplon-uklad-elektryczny-silnika-50761?order=m","selected":false,"count":346163},{"name":"Wyposażenie elektryczne","id":"50764","link":"/kategoria/uklad-elektryczny-zaplon-wyposazenie-elektryczne-50764?order=m","selected":false,"count":327645},{"name":"Pozostałe","id":"4147","link":"/kategoria/uklad-elektryczny-zaplon-pozostale-4147?order=m","selected":false,"count":47761}],"tags":[],"linkToHigherLevel":{"name":"Układ elektryczny, zapłon","link":"/kategoria/czesci-samochodowe-uklad-elektryczny-zaplon-4141?order=m"},"title":"Układ elektryczny, zapłon","selectedTag":"","skin":"vela","country":"pl"}}; j.src="https://assets.allegrostatic.pl/opbox-category-tree/1.7.0/category-tree.bundle.js"; d.body.appendChild(j); } d.readyState==='complete' ? load() : d.addEventListener('DOMContentLoaded', load); })(document); </script></div><div data-box-name="Filtry" data-prototype-id="allegro.listing.filters" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.listing.filters" data-analytics-tags=""><a name="filtry"></a><div id="opbox-filters"></div> <script> (function(d){ function load () { var j=d.createElement('script'); j.async=true; window.__listing_FiltersStoreState = {"skin":"vela","country":"pl","filters":[{"name":"Stan","id":"parameter-11323","filters":[{"title":"nowe","value":"1","urlParamName":"buyNew","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&buyNew=1","aliasValue":"1","selected":false,"itemCount":2373,"showItemCounter":true,"dataParam":"{\"buyNew\": 1}","iconClass":null,"topFilter":true},{"title":"używane","value":"2","urlParamName":"buyUsed","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&buyUsed=1","aliasValue":"1","selected":false,"itemCount":286564,"showItemCounter":true,"dataParam":"{\"buyUsed\": 1}","iconClass":null,"topFilter":true}],"expandedOnMediumScreens":true,"caption":null,"hide":false,"plainId":"11323","templateName":"multiSelect"},{"name":"Rodzaj oferty","id":"parameter-offerType","filters":[{"title":"kup teraz","value":"1","urlParamName":"offerTypeBuyNow","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&offerTypeBuyNow=1","aliasValue":"1","selected":false,"itemCount":288794,"showItemCounter":true,"dataParam":"{\"offerTypeBuyNow\": 1}","iconClass":null,"topFilter":false},{"title":"licytacje","value":"2","urlParamName":"offerTypeAuction","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&offerTypeAuction=2","aliasValue":"2","selected":false,"itemCount":374,"showItemCounter":true,"dataParam":"{\"offerTypeAuction\": 2}","iconClass":null,"topFilter":false}],"expandedOnMediumScreens":true,"caption":null,"hide":false,"plainId":"offerType","templateName":"multiSelect"},{"name":"cena (zł)","id":"parameter-offerPrice","filters":[{"title":"range_from","value":null,"urlParamName":"price_from","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m","aliasValue":"","selected":false,"itemCount":null,"showItemCounter":false,"maxValue":1000000000,"minValue":0,"type":"float"},{"title":"range_to","value":null,"urlParamName":"price_to","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m","aliasValue":"","selected":false,"itemCount":null,"showItemCounter":false,"maxValue":1000000000,"minValue":0,"type":"float"}],"expandedOnMediumScreens":true,"caption":null,"hide":false,"plainId":"offerPrice","templateName":"range"},{"name":"lokalizacja","id":"parameter-offerLocalization","filters":[{"title":"miejscowość","value":"","urlParamName":"city","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m","aliasValue":"","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z dolnośląskiego","value":"1","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"1","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z kujawsko-pomorskiego","value":"2","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"2","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z lubelskiego","value":"3","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"3","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z lubuskiego","value":"4","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"4","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z łódzkiego","value":"5","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"5","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z małopolskiego","value":"6","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"6","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z mazowieckiego","value":"7","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"7","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z opolskiego","value":"8","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"8","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z podkarpackiego","value":"9","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"9","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z podlaskiego","value":"10","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"10","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z pomorskiego","value":"11","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"11","selected":false,"itemCount":null,"showItemCounter":false},{"title":"ze śląskiego","value":"12","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"12","selected":false,"itemCount":null,"showItemCounter":false},{"title":"ze świętokrzyskiego","value":"13","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"13","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z warmińsko-mazurskiego","value":"14","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"14","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z wielkopolskiego","value":"15","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"15","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z zachodniopomorskiego","value":"16","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"16","selected":false,"itemCount":null,"showItemCounter":false}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"widgets":[{"name":"miejscowość","id":"parameter-city","filters":[{"title":"miejscowość","value":"","urlParamName":"city","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m","aliasValue":"","selected":false,"itemCount":null,"showItemCounter":false}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"plainId":"city","templateName":"input"},{"name":"województwo","id":"parameter-state","filters":[{"title":"z dolnośląskiego","value":"1","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"1","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z kujawsko-pomorskiego","value":"2","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"2","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z lubelskiego","value":"3","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"3","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z lubuskiego","value":"4","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"4","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z łódzkiego","value":"5","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"5","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z małopolskiego","value":"6","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"6","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z mazowieckiego","value":"7","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"7","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z opolskiego","value":"8","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"8","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z podkarpackiego","value":"9","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"9","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z podlaskiego","value":"10","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"10","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z pomorskiego","value":"11","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"11","selected":false,"itemCount":null,"showItemCounter":false},{"title":"ze śląskiego","value":"12","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"12","selected":false,"itemCount":null,"showItemCounter":false},{"title":"ze świętokrzyskiego","value":"13","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"13","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z warmińsko-mazurskiego","value":"14","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"14","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z wielkopolskiego","value":"15","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"15","selected":false,"itemCount":null,"showItemCounter":false},{"title":"z zachodniopomorskiego","value":"16","urlParamName":"state","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"16","selected":false,"itemCount":null,"showItemCounter":false}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"plainId":"state","templateName":"singleSelect"}],"plainId":"offerLocalization","templateName":"grouping"},{"name":"Producent części","id":"parameter-127416","filters":[{"title":"Alfa Romeo (oryginalne OEM)","value":"30","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Alfa%20Romeo%20%28oryginalne%20OEM%29","aliasValue":"Alfa Romeo (oryginalne OEM)","selected":false,"itemCount":1034,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Alfa Romeo (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Audi (oryginalne OEM)","value":"31","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Audi%20%28oryginalne%20OEM%29","aliasValue":"Audi (oryginalne OEM)","selected":false,"itemCount":12366,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Audi (oryginalne OEM)}","iconClass":null,"topFilter":true},{"title":"Banner","value":"25","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Banner","aliasValue":"Banner","selected":false,"itemCount":15,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Banner}","iconClass":null,"topFilter":false},{"title":"Beru","value":"1","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Beru","aliasValue":"Beru","selected":false,"itemCount":434,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Beru}","iconClass":null,"topFilter":false},{"title":"BMW (oryginalne OEM)","value":"32","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=BMW%20%28oryginalne%20OEM%29","aliasValue":"BMW (oryginalne OEM)","selected":false,"itemCount":11806,"showItemCounter":true,"dataParam":"{\"producent-czesci\": BMW (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Bosch","value":"2","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Bosch","aliasValue":"Bosch","selected":false,"itemCount":37385,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Bosch}","iconClass":null,"topFilter":true},{"title":"BREMI","value":"27","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=BREMI","aliasValue":"BREMI","selected":false,"itemCount":10,"showItemCounter":true,"dataParam":"{\"producent-czesci\": BREMI}","iconClass":null,"topFilter":false},{"title":"Brisk","value":"28","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Brisk","aliasValue":"Brisk","selected":false,"itemCount":34,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Brisk}","iconClass":null,"topFilter":false},{"title":"Buick (oryginalne OEM)","value":"69","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Buick%20%28oryginalne%20OEM%29","aliasValue":"Buick (oryginalne OEM)","selected":false,"itemCount":29,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Buick (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Cadillac (oryginalne OEM)","value":"70","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Cadillac%20%28oryginalne%20OEM%29","aliasValue":"Cadillac (oryginalne OEM)","selected":false,"itemCount":67,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Cadillac (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Centra","value":"3","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Centra","aliasValue":"Centra","selected":false,"itemCount":50,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Centra}","iconClass":null,"topFilter":false},{"title":"Champion","value":"4","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Champion","aliasValue":"Champion","selected":false,"itemCount":2,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Champion}","iconClass":null,"topFilter":false},{"title":"Chevrolet (oryginalne OEM)","value":"33","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Chevrolet%20%28oryginalne%20OEM%29","aliasValue":"Chevrolet (oryginalne OEM)","selected":false,"itemCount":805,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Chevrolet (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Chrysler (oryginalne OEM)","value":"34","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Chrysler%20%28oryginalne%20OEM%29","aliasValue":"Chrysler (oryginalne OEM)","selected":false,"itemCount":1298,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Chrysler (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Citroen (oryginalne OEM)","value":"35","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Citroen%20%28oryginalne%20OEM%29","aliasValue":"Citroen (oryginalne OEM)","selected":false,"itemCount":5139,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Citroen (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Dacia (oryginalne OEM)","value":"63","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Dacia%20%28oryginalne%20OEM%29","aliasValue":"Dacia (oryginalne OEM)","selected":false,"itemCount":259,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Dacia (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Daewoo (oryginalne OEM)","value":"36","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Daewoo%20%28oryginalne%20OEM%29","aliasValue":"Daewoo (oryginalne OEM)","selected":false,"itemCount":548,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Daewoo (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"DAF (oryginalne OEM)","value":"71","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=DAF%20%28oryginalne%20OEM%29","aliasValue":"DAF (oryginalne OEM)","selected":false,"itemCount":229,"showItemCounter":true,"dataParam":"{\"producent-czesci\": DAF (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Daihatsu (oryginalne OEM)","value":"68","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Daihatsu%20%28oryginalne%20OEM%29","aliasValue":"Daihatsu (oryginalne OEM)","selected":false,"itemCount":180,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Daihatsu (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Delphi","value":"5","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Delphi","aliasValue":"Delphi","selected":false,"itemCount":3116,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Delphi}","iconClass":null,"topFilter":false},{"title":"Denso","value":"6","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Denso","aliasValue":"Denso","selected":false,"itemCount":2160,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Denso}","iconClass":null,"topFilter":false},{"title":"Diamond","value":"87","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Diamond","aliasValue":"Diamond","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Diamond}","iconClass":null,"topFilter":false},{"title":"Dodge (oryginalne OEM)","value":"64","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Dodge%20%28oryginalne%20OEM%29","aliasValue":"Dodge (oryginalne OEM)","selected":false,"itemCount":176,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Dodge (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"EPS","value":"7","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=EPS","aliasValue":"EPS","selected":false,"itemCount":45,"showItemCounter":true,"dataParam":"{\"producent-czesci\": EPS}","iconClass":null,"topFilter":false},{"title":"Eurostart","value":"98","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Eurostart","aliasValue":"Eurostart","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Eurostart}","iconClass":null,"topFilter":false},{"title":"Exide","value":"8","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Exide","aliasValue":"Exide","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Exide}","iconClass":null,"topFilter":false},{"title":"Febi Bilstein","value":"9","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Febi%20Bilstein","aliasValue":"Febi Bilstein","selected":false,"itemCount":2,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Febi Bilstein}","iconClass":null,"topFilter":false},{"title":"Fiamm","value":"26","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Fiamm","aliasValue":"Fiamm","selected":false,"itemCount":8,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Fiamm}","iconClass":null,"topFilter":false},{"title":"Fiat (oryginalne OEM)","value":"37","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Fiat%20%28oryginalne%20OEM%29","aliasValue":"Fiat (oryginalne OEM)","selected":false,"itemCount":4688,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Fiat (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Ford (oryginalne OEM)","value":"38","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Ford%20%28oryginalne%20OEM%29","aliasValue":"Ford (oryginalne OEM)","selected":false,"itemCount":9614,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Ford (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"German","value":"92","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=German","aliasValue":"German","selected":false,"itemCount":6,"showItemCounter":true,"dataParam":"{\"producent-czesci\": German}","iconClass":null,"topFilter":false},{"title":"Hart","value":"10","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Hart","aliasValue":"Hart","selected":false,"itemCount":4,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Hart}","iconClass":null,"topFilter":false},{"title":"Hella","value":"11","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Hella","aliasValue":"Hella","selected":false,"itemCount":618,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Hella}","iconClass":null,"topFilter":false},{"title":"Hitachi","value":"89","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Hitachi","aliasValue":"Hitachi","selected":false,"itemCount":266,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Hitachi}","iconClass":null,"topFilter":false},{"title":"Honda (oryginalne OEM)","value":"39","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Honda%20%28oryginalne%20OEM%29","aliasValue":"Honda (oryginalne OEM)","selected":false,"itemCount":2719,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Honda (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Hyundai (oryginalne OEM)","value":"40","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Hyundai%20%28oryginalne%20OEM%29","aliasValue":"Hyundai (oryginalne OEM)","selected":false,"itemCount":2225,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Hyundai (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"INA","value":"12","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=INA","aliasValue":"INA","selected":false,"itemCount":26,"showItemCounter":true,"dataParam":"{\"producent-czesci\": INA}","iconClass":null,"topFilter":false},{"title":"Infiniti (oryginalne OEM)","value":"72","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Infiniti%20%28oryginalne%20OEM%29","aliasValue":"Infiniti (oryginalne OEM)","selected":false,"itemCount":260,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Infiniti (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Iskra","value":"83","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Iskra","aliasValue":"Iskra","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Iskra}","iconClass":null,"topFilter":false},{"title":"Isuzu (oryginalne OEM)","value":"73","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Isuzu%20%28oryginalne%20OEM%29","aliasValue":"Isuzu (oryginalne OEM)","selected":false,"itemCount":231,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Isuzu (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Iveco (oryginalne OEM)","value":"74","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Iveco%20%28oryginalne%20OEM%29","aliasValue":"Iveco (oryginalne OEM)","selected":false,"itemCount":291,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Iveco (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Jaguar (oryginalne OEM)","value":"67","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Jaguar%20%28oryginalne%20OEM%29","aliasValue":"Jaguar (oryginalne OEM)","selected":false,"itemCount":1023,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Jaguar (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Janmor","value":"96","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Janmor","aliasValue":"Janmor","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Janmor}","iconClass":null,"topFilter":false},{"title":"Jeep (oryginalne OEM)","value":"41","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Jeep%20%28oryginalne%20OEM%29","aliasValue":"Jeep (oryginalne OEM)","selected":false,"itemCount":552,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Jeep (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Kia (oryginalne OEM)","value":"42","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Kia%20%28oryginalne%20OEM%29","aliasValue":"Kia (oryginalne OEM)","selected":false,"itemCount":2203,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Kia (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Kozak","value":"95","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Kozak","aliasValue":"Kozak","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Kozak}","iconClass":null,"topFilter":false},{"title":"Lancia (oryginalne OEM)","value":"65","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Lancia%20%28oryginalne%20OEM%29","aliasValue":"Lancia (oryginalne OEM)","selected":false,"itemCount":197,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Lancia (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Land Rover (oryginalne OEM)","value":"43","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Land%20Rover%20%28oryginalne%20OEM%29","aliasValue":"Land Rover (oryginalne OEM)","selected":false,"itemCount":876,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Land Rover (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Lexus (oryginalne OEM)","value":"61","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Lexus%20%28oryginalne%20OEM%29","aliasValue":"Lexus (oryginalne OEM)","selected":false,"itemCount":1095,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Lexus (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Lincoln (oryginalne OEM)","value":"75","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Lincoln%20%28oryginalne%20OEM%29","aliasValue":"Lincoln (oryginalne OEM)","selected":false,"itemCount":17,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Lincoln (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Lucas","value":"13","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Lucas","aliasValue":"Lucas","selected":false,"itemCount":630,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Lucas}","iconClass":null,"topFilter":false},{"title":"Magneti Marelli","value":"14","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Magneti%20Marelli","aliasValue":"Magneti Marelli","selected":false,"itemCount":4062,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Magneti Marelli}","iconClass":null,"topFilter":false},{"title":"MAN (oryginalne OEM)","value":"77","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=MAN%20%28oryginalne%20OEM%29","aliasValue":"MAN (oryginalne OEM)","selected":false,"itemCount":498,"showItemCounter":true,"dataParam":"{\"producent-czesci\": MAN (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Master Sport","value":"93","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Master%20Sport","aliasValue":"Master Sport","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Master Sport}","iconClass":null,"topFilter":false},{"title":"Maxgear","value":"84","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Maxgear","aliasValue":"Maxgear","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Maxgear}","iconClass":null,"topFilter":false},{"title":"Mazda (oryginalne OEM)","value":"44","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Mazda%20%28oryginalne%20OEM%29","aliasValue":"Mazda (oryginalne OEM)","selected":false,"itemCount":3093,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Mazda (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Mercedes-Benz (oryginalne OEM)","value":"45","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Mercedes-Benz%20%28oryginalne%20OEM%29","aliasValue":"Mercedes-Benz (oryginalne OEM)","selected":false,"itemCount":15417,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Mercedes-Benz (oryginalne OEM)}","iconClass":null,"topFilter":true},{"title":"Mercury (oryginalne OEM)","value":"78","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Mercury%20%28oryginalne%20OEM%29","aliasValue":"Mercury (oryginalne OEM)","selected":false,"itemCount":7,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Mercury (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Meyle","value":"15","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Meyle","aliasValue":"Meyle","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Meyle}","iconClass":null,"topFilter":false},{"title":"MG (oryginalne OEM)","value":"79","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=MG%20%28oryginalne%20OEM%29","aliasValue":"MG (oryginalne OEM)","selected":false,"itemCount":12,"showItemCounter":true,"dataParam":"{\"producent-czesci\": MG (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Mini (oryginalne OEM)","value":"62","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Mini%20%28oryginalne%20OEM%29","aliasValue":"Mini (oryginalne OEM)","selected":false,"itemCount":344,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Mini (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Mitsubishi (oryginalne OEM)","value":"46","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Mitsubishi%20%28oryginalne%20OEM%29","aliasValue":"Mitsubishi (oryginalne OEM)","selected":false,"itemCount":2411,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Mitsubishi (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Moll","value":"24","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Moll","aliasValue":"Moll","selected":false,"itemCount":267,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Moll}","iconClass":null,"topFilter":false},{"title":"Motorcraft","value":"29","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Motorcraft","aliasValue":"Motorcraft","selected":false,"itemCount":11,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Motorcraft}","iconClass":null,"topFilter":false},{"title":"NGK","value":"16","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=NGK","aliasValue":"NGK","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": NGK}","iconClass":null,"topFilter":false},{"title":"Nissan (oryginalne OEM)","value":"47","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Nissan%20%28oryginalne%20OEM%29","aliasValue":"Nissan (oryginalne OEM)","selected":false,"itemCount":3404,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Nissan (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Nord Star","value":"86","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Nord%20Star","aliasValue":"Nord Star","selected":false,"itemCount":1,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Nord Star}","iconClass":null,"topFilter":false},{"title":"NTY","value":"97","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=NTY","aliasValue":"NTY","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": NTY}","iconClass":null,"topFilter":false},{"title":"Opel (oryginalne OEM)","value":"48","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Opel%20%28oryginalne%20OEM%29","aliasValue":"Opel (oryginalne OEM)","selected":false,"itemCount":9954,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Opel (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Peugeot (oryginalne OEM)","value":"49","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Peugeot%20%28oryginalne%20OEM%29","aliasValue":"Peugeot (oryginalne OEM)","selected":false,"itemCount":6005,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Peugeot (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Pierburg","value":"17","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Pierburg","aliasValue":"Pierburg","selected":false,"itemCount":17,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Pierburg}","iconClass":null,"topFilter":false},{"title":"Pontiac (oryginalne OEM)","value":"80","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Pontiac%20%28oryginalne%20OEM%29","aliasValue":"Pontiac (oryginalne OEM)","selected":false,"itemCount":37,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Pontiac (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Porsche (oryginalne OEM)","value":"60","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Porsche%20%28oryginalne%20OEM%29","aliasValue":"Porsche (oryginalne OEM)","selected":false,"itemCount":311,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Porsche (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Qualite Parties","value":"91","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Qualite%20Parties","aliasValue":"Qualite Parties","selected":false,"itemCount":3,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Qualite Parties}","iconClass":null,"topFilter":false},{"title":"Renault (oryginalne OEM)","value":"50","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Renault%20%28oryginalne%20OEM%29","aliasValue":"Renault (oryginalne OEM)","selected":false,"itemCount":10559,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Renault (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Rover (oryginalne OEM)","value":"51","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Rover%20%28oryginalne%20OEM%29","aliasValue":"Rover (oryginalne OEM)","selected":false,"itemCount":939,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Rover (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Saab (oryginalne OEM)","value":"59","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Saab%20%28oryginalne%20OEM%29","aliasValue":"Saab (oryginalne OEM)","selected":false,"itemCount":740,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Saab (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Scania (oryginalne OEM)","value":"81","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Scania%20%28oryginalne%20OEM%29","aliasValue":"Scania (oryginalne OEM)","selected":false,"itemCount":383,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Scania (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Seat (oryginalne OEM)","value":"52","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Seat%20%28oryginalne%20OEM%29","aliasValue":"Seat (oryginalne OEM)","selected":false,"itemCount":1309,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Seat (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Sentech","value":"18","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Sentech","aliasValue":"Sentech","selected":false,"itemCount":2,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Sentech}","iconClass":null,"topFilter":false},{"title":"Siemens","value":"88","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Siemens","aliasValue":"Siemens","selected":false,"itemCount":8511,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Siemens}","iconClass":null,"topFilter":false},{"title":"Skoda (oryginalne OEM)","value":"53","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Skoda%20%28oryginalne%20OEM%29","aliasValue":"Skoda (oryginalne OEM)","selected":false,"itemCount":1535,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Skoda (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"SKV","value":"94","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=SKV","aliasValue":"SKV","selected":false,"itemCount":0,"showItemCounter":true,"dataParam":"{\"producent-czesci\": SKV}","iconClass":null,"topFilter":false},{"title":"Smart (oryginalne OEM)","value":"66","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Smart%20%28oryginalne%20OEM%29","aliasValue":"Smart (oryginalne OEM)","selected":false,"itemCount":243,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Smart (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"SsangYong (oryginalne OEM)","value":"82","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=SsangYong%20%28oryginalne%20OEM%29","aliasValue":"SsangYong (oryginalne OEM)","selected":false,"itemCount":188,"showItemCounter":true,"dataParam":"{\"producent-czesci\": SsangYong (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Subaru (oryginalne OEM)","value":"54","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Subaru%20%28oryginalne%20OEM%29","aliasValue":"Subaru (oryginalne OEM)","selected":false,"itemCount":802,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Subaru (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Suzuki (oryginalne OEM)","value":"55","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Suzuki%20%28oryginalne%20OEM%29","aliasValue":"Suzuki (oryginalne OEM)","selected":false,"itemCount":1159,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Suzuki (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Tesla","value":"90","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Tesla","aliasValue":"Tesla","selected":false,"itemCount":2,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Tesla}","iconClass":null,"topFilter":false},{"title":"Toyota (oryginalne OEM)","value":"56","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Toyota%20%28oryginalne%20OEM%29","aliasValue":"Toyota (oryginalne OEM)","selected":false,"itemCount":5417,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Toyota (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"TRW","value":"19","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=TRW","aliasValue":"TRW","selected":false,"itemCount":186,"showItemCounter":true,"dataParam":"{\"producent-czesci\": TRW}","iconClass":null,"topFilter":false},{"title":"Valeo","value":"20","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Valeo","aliasValue":"Valeo","selected":false,"itemCount":889,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Valeo}","iconClass":null,"topFilter":false},{"title":"Varta","value":"21","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Varta","aliasValue":"Varta","selected":false,"itemCount":27,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Varta}","iconClass":null,"topFilter":false},{"title":"VDO","value":"22","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=VDO","aliasValue":"VDO","selected":false,"itemCount":440,"showItemCounter":true,"dataParam":"{\"producent-czesci\": VDO}","iconClass":null,"topFilter":false},{"title":"Volkswagen (oryginalne OEM)","value":"57","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Volkswagen%20%28oryginalne%20OEM%29","aliasValue":"Volkswagen (oryginalne OEM)","selected":false,"itemCount":19555,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Volkswagen (oryginalne OEM)}","iconClass":null,"topFilter":true},{"title":"Volvo (oryginalne OEM)","value":"58","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Volvo%20%28oryginalne%20OEM%29","aliasValue":"Volvo (oryginalne OEM)","selected":false,"itemCount":2723,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Volvo (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"ZAP","value":"85","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=ZAP","aliasValue":"ZAP","selected":false,"itemCount":28,"showItemCounter":true,"dataParam":"{\"producent-czesci\": ZAP}","iconClass":null,"topFilter":false},{"title":"Łada (oryginalne OEM)","value":"76","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=%C5%81ada%20%28oryginalne%20OEM%29","aliasValue":"Łada (oryginalne OEM)","selected":false,"itemCount":8,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Łada (oryginalne OEM)}","iconClass":null,"topFilter":false},{"title":"Inny","value":"23","urlParamName":"producent-czesci","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&producent-czesci=Inny","aliasValue":"Inny","selected":false,"itemCount":65922,"showItemCounter":true,"dataParam":"{\"producent-czesci\": Inny}","iconClass":null,"topFilter":true}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"plainId":"127416","templateName":"multiSelect"},{"name":"Typ samochodu","id":"parameter-129591","filters":[{"title":"Samochody osobowe","value":"1","urlParamName":"typ-samochodu","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&typ-samochodu=Samochody%20osobowe","aliasValue":"Samochody osobowe","selected":false,"itemCount":95499,"showItemCounter":true,"dataParam":"{\"typ-samochodu\": Samochody osobowe}","iconClass":null,"topFilter":true},{"title":"Samochody dostawcze","value":"2","urlParamName":"typ-samochodu","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&typ-samochodu=Samochody%20dostawcze","aliasValue":"Samochody dostawcze","selected":false,"itemCount":4274,"showItemCounter":true,"dataParam":"{\"typ-samochodu\": Samochody dostawcze}","iconClass":null,"topFilter":true},{"title":"Samochody ciężarowe","value":"4","urlParamName":"typ-samochodu","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&typ-samochodu=Samochody%20ci%C4%99%C5%BCarowe","aliasValue":"Samochody ciężarowe","selected":false,"itemCount":2231,"showItemCounter":true,"dataParam":"{\"typ-samochodu\": Samochody ciężarowe}","iconClass":null,"topFilter":true}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"plainId":"129591","templateName":"multiSelect"},{"name":"Oferta ma","id":"parameter-offerHas","filters":[{"title":"Standard Allegro","value":"1","urlParamName":"standard_allegro","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&standard_allegro=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"standard_allegro\": 1}","iconClass":"icon-as","topFilter":true},{"title":"Allegro InPost","value":"2","urlParamName":"freeReturn","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&freeReturn=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"freeReturn\": 1}","iconClass":"icon-fr","topFilter":true},{"title":"wysyłka gratis","value":"3","urlParamName":"freeShipping","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&freeShipping=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"freeShipping\": 1}","iconClass":"icon-fs","topFilter":true},{"title":"odbiór osobisty","value":"4","urlParamName":"personal_rec","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&personal_rec=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"personal_rec\": 1}","iconClass":null,"topFilter":true},{"title":"odbiór w punkcie","value":"5","urlParamName":"generalDelivery_rec","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&generalDelivery_rec=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"generalDelivery_rec\": 1}","iconClass":null,"topFilter":true},{"title":"faktura VAT","value":"6","urlParamName":"vat_invoice","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&vat_invoice=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"vat_invoice\": 1}","iconClass":null,"topFilter":true},{"title":"Strefa Okazji","value":"7","urlParamName":"ok","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&ok=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"ok\": 1}","iconClass":null,"topFilter":true},{"title":"Strefa Marek","value":"8","urlParamName":"sm","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145?userHash=O1e0704c077dfaae384e930fe703ba8d4&prom=0&order=m&sm=1","aliasValue":"1","selected":false,"itemCount":0,"showItemCounter":false,"dataParam":"{\"sm\": 1}","iconClass":null,"topFilter":true}],"expandedOnMediumScreens":false,"caption":null,"hide":false,"plainId":"offerHas","templateName":"multiSelect"},{"name":"wystawione","id":"parameter-startingTime","filters":[{"title":"1 godziny","value":"1","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"1","selected":false,"itemCount":null,"showItemCounter":false},{"title":"2 godzin","value":"2","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"2","selected":false,"itemCount":null,"showItemCounter":false},{"title":"3 godzin","value":"3","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"3","selected":false,"itemCount":null,"showItemCounter":false},{"title":"4 godzin","value":"4","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"4","selected":false,"itemCount":null,"showItemCounter":false},{"title":"5 godzin","value":"5","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"5","selected":false,"itemCount":null,"showItemCounter":false},{"title":"12 godzin","value":"6","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"6","selected":false,"itemCount":null,"showItemCounter":false},{"title":"24 godzin","value":"7","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"7","selected":false,"itemCount":null,"showItemCounter":false},{"title":"2 dni","value":"8","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"8","selected":false,"itemCount":null,"showItemCounter":false},{"title":"3 dni","value":"9","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"9","selected":false,"itemCount":null,"showItemCounter":false},{"title":"4 dni","value":"10","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"10","selected":false,"itemCount":null,"showItemCounter":false},{"title":"5 dni","value":"11","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"11","selected":false,"itemCount":null,"showItemCounter":false},{"title":"6 dni","value":"12","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"12","selected":false,"itemCount":null,"showItemCounter":false},{"title":"7 dni","value":"13","urlParamName":"startingTime","url":"/uklad-elektryczny-zaplon-sterowniki-silnika-4145","aliasValue":"13","selected":false,"itemCount":null,"showItemCounter":false}],"expandedOnMediumScreens":false,"caption":"w ciągu","hide":false,"plainId":"startingTime","templateName":"singleSelect"}],"pageUrl":{"protocol":"https:","host":"allegro.pl","href":"https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145?order=m"},"clearAllFiltersLink":"/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145"}; j.src="https://assets.allegrostatic.pl/opbox-listing-filters/0.18.0/filters.bundle.js"; d.body.appendChild(j); } d.readyState==='complete' ? load() : d.addEventListener('DOMContentLoaded', load); })(document); </script></div><div data-box-name="offer_ads" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="offer-ads"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
full-width
"
style="margin-top:20px;"
>
<div data-box-name="offers_ads" data-prototype-id="allegro.offer.tiles" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.offer.tiles" data-analytics-tags=""><a name="offers-ads"></a><div class="offer-tiles"><div class="offer-list offer-grid offer-grid--equal is-dynamic"></div></div></div>
</div>
</div></div><div data-box-name="left-ads-container" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="left-ads-container"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
full-width
"
>
<div data-box-name="sky-scraper" data-prototype-id="allegro.advertisementBox" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.advertisementBox" data-analytics-tags=""><a name="sky-scraper"></a><div id="sas_32383"
class="sas-sky-scraper js-ads-holder"
data-advertisements-page-props='{"offersCount": 60000, "categoryData": {"id":"4145","name":"Sterowniki silnika","path":[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}],"leaf":true,"alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}, "query": {"order":"m"} }'
data-advertisements='{"siteId":73746, "pageId":550324, "restrictedBreakpoint":600, "id":32383, "refresh":false }'>
</div></div>
</div>
</div></div></div><div class="close-button-wrapper"><div class="button-wrapper"><button class="btn btn-primary layout__close-button" type="button">ok</button></div></div></div><div class="layout__right "><div><div data-box-name="top-ads-container" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="top-ads-container"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
"
>
<div data-box-name="placmet" data-prototype-id="allegro.advertisementBox" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.advertisementBox" data-analytics-tags=""><a name="placmet"></a><div id="sas_32445"
class="sas-placement js-ads-holder"
data-advertisements-page-props='{"offersCount": 60000, "categoryData": {"id":"4145","name":"Sterowniki silnika","path":[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}],"leaf":true,"alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}, "query": {"order":"m"} }'
data-advertisements='{"siteId":73746, "pageId":550324, "restrictedBreakpoint":0, "id":32445, "refresh":true }'>
</div></div>
</div>
</div></div></div><div class="layout__actions"><span class="toggle-left-column">filtry</span><div class="listing__toggle-view-wrapper"><i class="listing__toggle-view "></i></div><div class="sort-top "><div data-box-name="sorting" data-prototype-id="allegro.listing.sort" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.listing.sort" data-analytics-tags=""><a name="sorting"></a><div id="opbox-listing-sort"></div> <script> (function(d){ function load () { var j=d.createElement('script'); j.async=true; window.__listing_SortStoreState = {"selected":"m","options":[{"by":"trafność","id":"m","order":"największa"},{"by":"cena","id":"p","order":"od najniższej"},{"by":"cena","id":"pd","order":"od najwyższej"},{"by":"cena z dostawą","id":"d","order":"od najniższej"},{"by":"cena z dostawą","id":"dd","order":"od najwyższej"},{"by":"popularność","id":"qd","order":"największa"},{"by":"czas do końca","id":"t","order":"najmniej"},{"by":"czas dodania","id":"n","order":"najnowsze"}],"storeInCookie":"order","country":{"code":"pl"},"skin":{"name":"vela"}}; j.src="https://assets.allegrostatic.pl/opbox-listing-sort/0.7.0/sort.bundle.js"; d.body.appendChild(j); } d.readyState==='complete' ? load() : d.addEventListener('DOMContentLoaded', load); })(document); </script></div></div><div class="pagination-top"><div data-box-name="pagination top" data-prototype-id="allegro.pagination" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.pagination" data-analytics-tags=""><a name="pagination-top"></a><ul class="opbox-pagination top" data-param="p" >
<li><input maxlength="3" data-maxpage="1000" type="text" value="1" style="width:28px"></li>
<li class="suffix">z</li>
<li class="quantity"><a href="#" data-page="1000" rel="last">1000</a></li>
<li class="next"><a rel="next" href="#" data-page="2"></a></li>
</ul></div></div></div><div><div data-box-name="litems" data-prototype-id="allegro.listing" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.listing" data-analytics-tags=""><a name="litems"></a><div id="opbox-listing"><div class="c33f1ee "> <section> <div class="_911a341"><h2>lista promowanych ofert</h2></div> <section><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://2.allegroimg.com/s128/0174bf/5090de8548418df0f6c3167bcaa2" alt="NAPRAWA POMPY WTRYSKOWEJ VP44 PSG16- IRLR2905Z" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/naprawa-pompy-wtryskowej-vp44-psg16-irlr2905z-i6880009561.html">NAPRAWA POMPY WTRYSKOWEJ VP44 PSG16- IRLR2905Z</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/0199f5/932d31064398a105685768bbea3d" alt="KOMPUTER PUNTO 1.2 IAW59F.M3 WYLOGOWANY CZYSTY !!!" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-punto-1-2-iaw59f-m3-wylogowany-czysty-i6872128295.html">KOMPUTER PUNTO 1.2 IAW59F.M3 WYLOGOWANY CZYSTY !!!</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://4.allegroimg.com/s128/01c484/2ba6b5b546c1a2f17b9079ea10c4" alt="STEROWNIK KOMPUTER PUNTO M2 M3 E4 CZYSTY GWARANCJA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-komputer-punto-m2-m3-e4-czysty-gwarancja-i6853900443.html">STEROWNIK KOMPUTER PUNTO M2 M3 E4 CZYSTY GWARANCJA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://f.allegroimg.com/s128/03b513/f6e83e7a4fd2beb6bcc8562e5ebf" alt="Emulator immo off Mazda 323, 626, Premacy, MPV" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/emulator-immo-off-mazda-323-626-premacy-mpv-i6726500305.html">Emulator immo off Mazda 323, 626, Premacy, MPV</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://2.allegroimg.com/s128/01c01e/e0cd02c54c379b49f0284abfd982" alt="Moduł Telefonu Telefon MULF Bluetooth BMW Naprawa" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/modul-telefonu-telefon-mulf-bluetooth-bmw-naprawa-i6878434468.html">Moduł Telefonu Telefon MULF Bluetooth BMW Naprawa</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/010bdb/1cb919bf48b8a10901802f3d6ab5" alt="STEROWNIK SILNIKA OPEL ASTRA G 1.6 Z16XE KOMPUTER" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-g-1-6-z16xe-komputer-i6839013655.html">STEROWNIK SILNIKA OPEL ASTRA G 1.6 Z16XE KOMPUTER</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://4.allegroimg.com/s128/01dcd8/7e67db3947ee80c9ce6e65213674" alt="Emulator Maty do BMW E34 E36 E38 E39 E46" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/emulator-maty-do-bmw-e34-e36-e38-e39-e46-i5092164447.html">Emulator Maty do BMW E34 E36 E38 E39 E46</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://6.allegroimg.com/s128/0104dd/9ab4b2664ab7b2c30cd0b0867206" alt="KOMPUTER STEROWNIK ECU SILNIKA OPEL ZAFIRA 1.4 1.6" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-ecu-silnika-opel-zafira-1-4-1-6-i6864259684.html">KOMPUTER STEROWNIK ECU SILNIKA OPEL ZAFIRA 1.4 1.6</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://6.allegroimg.com/s128/030734/ae4aaf1e4e45b19ad5d145f24136" alt="PASSAT B6 2.0 KOMPUTER SIEMENS KOMPLET 100 SZTUK" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/passat-b6-2-0-komputer-siemens-komplet-100-sztuk-i6867377473.html">PASSAT B6 2.0 KOMPUTER SIEMENS KOMPLET 100 SZTUK</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://7.allegroimg.com/s128/0185e9/920cb3484070b9a29d49b86214e7" alt="STEROWNIK SILNIKA OPEL ASTRA 12212819" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-12212819-i6858879243.html">STEROWNIK SILNIKA OPEL ASTRA 12212819</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18" alt="KOMPUTER PUNTO IAW 59F M2 M3 E4 CZYSTY GWARANCJA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-punto-iaw-59f-m2-m3-e4-czysty-gwarancja-i6874104209.html">KOMPUTER PUNTO IAW 59F M2 M3 E4 CZYSTY GWARANCJA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://7.allegroimg.com/s128/01d40c/3a5dbfbe4471bc323f18001c5857" alt="STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6859739869.html">STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://f.allegroimg.com/s128/019d1d/8ffbf6f34350b2919be7f4a9134f" alt="STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885964245.html">STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://c.allegroimg.com/s128/01d829/b5885c0d4a4dbb95c72c43b17fac" alt="KOMPUTER SILNIKA OPEL ASTRA G CORSA 1.4 1.6 ZAFIRA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-silnika-opel-astra-g-corsa-1-4-1-6-zafira-i6885964819.html">KOMPUTER SILNIKA OPEL ASTRA G CORSA 1.4 1.6 ZAFIRA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://c.allegroimg.com/s128/01e6c5/9037bb2442c99886f526e1ab00fc" alt="KOMPUTER SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA GWA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-silnika-opel-vectra-zafira-1-6-astra-gwa-i6885964442.html">KOMPUTER SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA GWA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/018be2/29066f9441678859959427b6a055" alt="STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.6 1.7" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-6-1-7-i6885942988.html">STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.6 1.7</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://f.allegroimg.com/s128/01dcf3/8e20944940dfad165d8a7de413df" alt="STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885943523.html">STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/0173af/1307f5d04550a19abd9bc87cf5bd" alt="STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885944095.html">STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://8.allegroimg.com/s128/018b52/096fc60f45c0b917632c0932d038" alt="STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942601.html">STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://8.allegroimg.com/s128/0181e2/17f15f0c476c984b1c2bd60b89f8" alt="STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885943779.html">STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://f.allegroimg.com/s128/01e52a/6c926f2d4b99941b0807a80cc9af" alt="STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942302.html">STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://2.allegroimg.com/s128/0172f3/4643e872420aa441c4ee44930342" alt="Opel Astra Vectra Zafira 1.8 i 2.0 - X18XE1 X20XEV" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/opel-astra-vectra-zafira-1-8-i-2-0-x18xe1-x20xev-i5525398419.html">Opel Astra Vectra Zafira 1.8 i 2.0 - X18XE1 X20XEV</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://9.allegroimg.com/s128/03eb36/12b9a54d40d2be7cc1f6cc921ca9" alt="TMS374 IMMO KILLER Renault,PSA, Fenix5, Safir SL96" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/tms374-immo-killer-renault-psa-fenix5-safir-sl96-i6636266449.html">TMS374 IMMO KILLER Renault,PSA, Fenix5, Safir SL96</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/01825b/50446ff242ae998c25d3734ebdcd" alt="Komputer sterownik Mercedes W168, A-klasa Naprawa" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-mercedes-w168-a-klasa-naprawa-i6867283382.html">Komputer sterownik Mercedes W168, A-klasa Naprawa</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/018548/6cc5e95e47f494382949a30b5795" alt="STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z14XE" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z14xe-i6859742059.html">STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z14XE</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/037f3b/aed578404484ac7ae72f419330c5" alt="Uniwersalny emulator maty BMW MERCEDES MAZDA OPEL" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/uniwersalny-emulator-maty-bmw-mercedes-mazda-opel-i6855568483.html">Uniwersalny emulator maty BMW MERCEDES MAZDA OPEL</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://e.allegroimg.com/s128/017941/3889eff348a091ef27d8fa90221e" alt="KOMPUTER BSI A KLASA W169 A150 A1695456332" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-bsi-a-klasa-w169-a150-a1695456332-i6865930279.html">KOMPUTER BSI A KLASA W169 A150 A1695456332</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://0.allegroimg.com/s128/01d3c2/f21acb28485da741080bde5bb470" alt="VW PASSAT B6 MODUŁ BORDNETZ" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/vw-passat-b6-modul-bordnetz-i5297363623.html">VW PASSAT B6 MODUŁ BORDNETZ</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://a.allegroimg.com/s128/01ae2a/bac9ba74488898cb04a8e746a59a" alt="VW TIGUAN 5N2 2.0 TDI KOMPUTER 03L907309AD" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/vw-tiguan-5n2-2-0-tdi-komputer-03l907309ad-i6832860796.html">VW TIGUAN 5N2 2.0 TDI KOMPUTER 03L907309AD</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://6.allegroimg.com/s128/01dba2/5849f4564df1a8597b4188fa0236" alt="KOMPUTER OPEL ISUZU 1.7 8971891362 WZMOCNIONY" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-opel-isuzu-1-7-8971891362-wzmocniony-i5264787545.html">KOMPUTER OPEL ISUZU 1.7 8971891362 WZMOCNIONY</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/01de55/d28c310c40ec9d77b6e2ec48ac7d" alt="OPEL 1.8 Z18XE 55351752 5WK9172 STEROWNIK KOMPUTER" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/opel-1-8-z18xe-55351752-5wk9172-sterownik-komputer-i5671363705.html">OPEL 1.8 Z18XE 55351752 5WK9172 STEROWNIK KOMPUTER</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b" alt="PANDA IAW 5AF S1 S2 SM SP 6 MIESIĘCY GWARANCJI" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/panda-iaw-5af-s1-s2-sm-sp-6-miesiecy-gwarancji-i6881161187.html">PANDA IAW 5AF S1 S2 SM SP 6 MIESIĘCY GWARANCJI</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b" alt="PUNTO DOBLO IAW 5AF P3 P4 DE 6 MIESIĘCY GWARANCJI" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/punto-doblo-iaw-5af-p3-p4-de-6-miesiecy-gwarancji-i6881157469.html">PUNTO DOBLO IAW 5AF P3 P4 DE 6 MIESIĘCY GWARANCJI</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://9.allegroimg.com/s128/015a1b/6a99b05e4e96b6303f72921f5ad9" alt="KOMPUTER PUNTO IAW 5AF.P3 LUB P4 WYLOGOWANY CZYSTY" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-punto-iaw-5af-p3-lub-p4-wylogowany-czysty-i6880623516.html">KOMPUTER PUNTO IAW 5AF.P3 LUB P4 WYLOGOWANY CZYSTY</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://1.allegroimg.com/s128/01a5e9/0887c33a4d2ba9e14ae523d38101" alt="Naprawa sterownik komputer MR PLD FR CPC GM BS" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/naprawa-sterownik-komputer-mr-pld-fr-cpc-gm-bs-i6880058647.html">Naprawa sterownik komputer MR PLD FR CPC GM BS</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3" alt="KOMPUTER STEROWNIK SILNIKA MERCEDES ATEGO OM906" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-silnika-mercedes-atego-om906-i6879762140.html">KOMPUTER STEROWNIK SILNIKA MERCEDES ATEGO OM906</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3" alt="Komputer Sterownik silnika OM904" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-silnika-om904-i6879760887.html">Komputer Sterownik silnika OM904</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://4.allegroimg.com/s128/019666/c71fff5c49f8a3fb8eb59d8c3774" alt="STEROWNIK SILNIKA OPEL 09158726 5WK9157 1.8 SIMTEC" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-09158726-5wk9157-1-8-simtec-i5137995262.html">STEROWNIK SILNIKA OPEL 09158726 5WK9157 1.8 SIMTEC</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/011aeb/314895084a8f8fd0b3f8db7ca43d" alt="KOMPUTER PUNTO 1.2 IAW59F.E4 WYLOGOWANY CZYSTY !!!" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-punto-1-2-iaw59f-e4-wylogowany-czysty-i6879328179.html">KOMPUTER PUNTO 1.2 IAW59F.E4 WYLOGOWANY CZYSTY !!!</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/01d045/5c6c763c418d8ec2eb83747e0345" alt="MODUŁ STEROWNIK KASETA VIC 3 DAF XF 105 BRUTTO" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/modul-sterownik-kaseta-vic-3-daf-xf-105-brutto-i6876806433.html">MODUŁ STEROWNIK KASETA VIC 3 DAF XF 105 BRUTTO</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://3.allegroimg.com/s128/010362/2ed2365141fbb971980f2bc09d43" alt="Komputer Sterownik EDC MAN + PROGRAMOWANIE" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-edc-man-programowanie-i6875642306.html">Komputer Sterownik EDC MAN + PROGRAMOWANIE</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18" alt="KOMPUTER IAW 59F SC M5 M7 BW E4 CZYSTY GWARANCJA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-iaw-59f-sc-m5-m7-bw-e4-czysty-gwarancja-i6874104582.html">KOMPUTER IAW 59F SC M5 M7 BW E4 CZYSTY GWARANCJA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://3.allegroimg.com/s128/0190e6/3ebdd2db4d19a8ae05b57e5e79c3" alt="MODUŁ STEROWNIK EGS51 MERCEDES S KLASA W220" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/modul-sterownik-egs51-mercedes-s-klasa-w220-i6778828241.html">MODUŁ STEROWNIK EGS51 MERCEDES S KLASA W220</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://3.allegroimg.com/s128/01cf13/62abdb404bb1aaa0cc395be86ac3" alt="MODUŁ BSM 96668958802 CITROEN PEUGEOT" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/modul-bsm-96668958802-citroen-peugeot-i6670033688.html">MODUŁ BSM 96668958802 CITROEN PEUGEOT</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://9.allegroimg.com/s128/037197/1adf61c64ef5aded9d0f8303b1f9" alt="KOMPUTER FIAT STILO 1.6 16V IAW 5NF T1 T2 T9 TD" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-fiat-stilo-1-6-16v-iaw-5nf-t1-t2-t9-td-i5082087792.html">KOMPUTER FIAT STILO 1.6 16V IAW 5NF T1 T2 T9 TD</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://f.allegroimg.com/s128/01a4f5/a8dc678b46a6b4103740d868d27f" alt="Sterownik Komputer Silnika OPEL ASTRA DNHM DJTY" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-komputer-silnika-opel-astra-dnhm-djty-i6868991034.html">Sterownik Komputer Silnika OPEL ASTRA DNHM DJTY</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://b.allegroimg.com/s128/01a59d/b840ff80497e8f4f16ec4f5b608b" alt="STEROWNIK SILNIKA OPEL 1.8 ASTRA G KOMPUTER ZAFIRA" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-1-8-astra-g-komputer-zafira-i5794913513.html">STEROWNIK SILNIKA OPEL 1.8 ASTRA G KOMPUTER ZAFIRA</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://a.allegroimg.com/s128/01c3ae/9c09afba476e92fd0b940a5ac0fa" alt="STEROWNIK SILNIKA OPEL ZAFIRA X18XE1 1.8 1.6 Z18XE" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-zafira-x18xe1-1-8-1-6-z18xe-i5794909334.html">STEROWNIK SILNIKA OPEL ZAFIRA X18XE1 1.8 1.6 Z18XE</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://e.allegroimg.com/s128/0141aa/f84ff5624a58a1b462e8fede745e" alt="MODUŁ BSM 9664983180 CITROEN PEUGEOT" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/modul-bsm-9664983180-citroen-peugeot-i6670049708.html">MODUŁ BSM 9664983180 CITROEN PEUGEOT</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/019a21/a722a7774109aa4ea74c715cc2cd" alt="STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z16XE" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z16xe-i6859742300.html">STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z16XE</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://2.allegroimg.com/s128/01f327/d81852c249198015cc16676ad762" alt="STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.4 1.6" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-4-1-6-i6859740143.html">STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.4 1.6</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://5.allegroimg.com/s128/01a20d/4f9c56a3451aa6685deca41ab655" alt="KOMPUTER SILNIKA ZESTAWA DO ODPALENIA TOYOTA AYGO" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-silnika-zestawa-do-odpalenia-toyota-aygo-i6858313541.html">KOMPUTER SILNIKA ZESTAWA DO ODPALENIA TOYOTA AYGO</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://1.allegroimg.com/s128/01889e/ce281975453ea60514cda4c9bb91" alt="KOMPUTER STEROWNIK SILNIKA FABIA 03D906033C" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-sterownik-silnika-fabia-03d906033c-i6858922269.html">KOMPUTER STEROWNIK SILNIKA FABIA 03D906033C</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://2.allegroimg.com/s128/01720b/c2fbb0984b2eb947a9798b180282" alt="KOMPUTER SILNIKA STEROWNIK DAF XF 105 BRUTTO" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-silnika-sterownik-daf-xf-105-brutto-i6856772151.html">KOMPUTER SILNIKA STEROWNIK DAF XF 105 BRUTTO</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://9.allegroimg.com/s128/0138eb/fb0521c2405ab5c06ea6e66565f9" alt="KOMPUTER VOLVO S40 V50 31272996AB 0281016590 D1.K" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-volvo-s40-v50-31272996ab-0281016590-d1-k-i6411245138.html">KOMPUTER VOLVO S40 V50 31272996AB 0281016590 D1.K</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://9.allegroimg.com/s128/01c157/d15c7fa54436a1b59923895e6279" alt="KOMPUTER SILNIKA OPEL 1.4 1.6 astra meriva zafira" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/komputer-silnika-opel-1-4-1-6-astra-meriva-zafira-i5096810928.html">KOMPUTER SILNIKA OPEL 1.4 1.6 astra meriva zafira</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://6.allegroimg.com/s128/0133af/ea36398441e88451609baeb0ae46" alt="STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5118175768.html">STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://8.allegroimg.com/s128/014bfb/fa47db2e415eb2db680e48aa40d8" alt="8971891360 8971891361 8971891362 8971891363 isuzu" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/8971891360-8971891361-8971891362-8971891363-isuzu-i6599665754.html">8971891360 8971891361 8971891362 8971891363 isuzu</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://d.allegroimg.com/s128/01dd51/5d493f844219b76b51cd6d24242d" alt="STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5139075594.html">STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8</a> </h2> </div> </div> </article><article class="fa72b28 "> <div class="_7cab484"> <div class="_433675f"> <div class="ca5b3a9 "> <noscript> <i><img src="https://1.allegroimg.com/s128/0150b2/cbd8f4c64c3d81d22925acdc6fe1" alt="E klasa 2.2CDI sterownik silnika 0281010193" /></i> </noscript> </div> <h2 class="_342830a"> <a href="http://allegro.pl/e-klasa-2-2cdi-sterownik-silnika-0281010193-i6841479387.html">E klasa 2.2CDI sterownik silnika 0281010193</a> </h2> </div> </div> </article></section> </section> </div>
<script>
var mark = function r(e){function t(){return window.performance.mark&&"function"==typeof window.performance.mark}function n(){return window.performance.measure&&"function"==typeof window.performance.measure}(function(){return"undefined"!=typeof window&&window.performance&&t()&&n()})()&&(window.performance.mark(e),window.performance.measure(e+"Duration","domLoading",e))};
mark("itemsListDisplayed_backend");
</script>
</div>
<script>
window.__listing_MappedApiResponse = [{"title":"<h2>lista promowanych ofert</h2>","items":[{"id":6880009561,"title":{"text":"NAPRAWA POMPY WTRYSKOWEJ VP44 PSG16- IRLR2905Z","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://2.allegroimg.com/s128/0174bf/5090de8548418df0f6c3167bcaa2","url":"http://allegro.pl/naprawa-pompy-wtryskowej-vp44-psg16-irlr2905z-i6880009561.html","photos":[{"small":"https://2.allegroimg.com/s64/0174bf/5090de8548418df0f6c3167bcaa2","medium":"https://2.allegroimg.com/s400/0174bf/5090de8548418df0f6c3167bcaa2","original":"https://2.allegroimg.com/original/0174bf/5090de8548418df0f6c3167bcaa2"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":10,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"<strong>1 osoba</strong> kupiła","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"1.50","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":3,"currency":"PLN"},"text":"<strong>4,50 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6872128295,"title":{"text":"KOMPUTER PUNTO 1.2 IAW59F.M3 WYLOGOWANY CZYSTY !!!","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/0199f5/932d31064398a105685768bbea3d","url":"http://allegro.pl/komputer-punto-1-2-iaw59f-m3-wylogowany-czysty-i6872128295.html","photos":[{"small":"https://d.allegroimg.com/s64/0199f5/932d31064398a105685768bbea3d","medium":"https://d.allegroimg.com/s400/0199f5/932d31064398a105685768bbea3d","original":"https://d.allegroimg.com/original/0199f5/932d31064398a105685768bbea3d"},{"small":"https://8.allegroimg.com/s64/012e57/4872bc8d4b7287195e587681cca8","medium":"https://8.allegroimg.com/s400/012e57/4872bc8d4b7287195e587681cca8","original":"https://8.allegroimg.com/original/012e57/4872bc8d4b7287195e587681cca8"}],"location":"POZNAŃ","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":4,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"<strong>2 osoby</strong> kupiły","timingInfo":{"itemText":"","popoverText":"<strong>14 godzin</strong>"},"availabilityInfo":{"text":"<strong>4</strong> dostępne sztuki"},"price":{"normal":{"amount":"250.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":14,"currency":"PLN"},"text":"<strong>264,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":29019570}},{"id":6853900443,"title":{"text":"STEROWNIK KOMPUTER PUNTO M2 M3 E4 CZYSTY GWARANCJA","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://4.allegroimg.com/s128/01c484/2ba6b5b546c1a2f17b9079ea10c4","url":"http://allegro.pl/sterownik-komputer-punto-m2-m3-e4-czysty-gwarancja-i6853900443.html","photos":[{"small":"https://4.allegroimg.com/s64/01c484/2ba6b5b546c1a2f17b9079ea10c4","medium":"https://4.allegroimg.com/s400/01c484/2ba6b5b546c1a2f17b9079ea10c4","original":"https://4.allegroimg.com/original/01c484/2ba6b5b546c1a2f17b9079ea10c4"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":3,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"<strong>2 osoby</strong> kupiły","timingInfo":{"itemText":"","popoverText":"<strong>1 dzień</strong>"},"availabilityInfo":{"text":"<strong>3</strong> dostępne sztuki"},"price":{"normal":{"amount":"249.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>267,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4562227}},{"id":6726500305,"title":{"text":"Emulator immo off Mazda 323, 626, Premacy, MPV","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://f.allegroimg.com/s128/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","url":"http://allegro.pl/emulator-immo-off-mazda-323-626-premacy-mpv-i6726500305.html","photos":[{"small":"https://f.allegroimg.com/s64/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","medium":"https://f.allegroimg.com/s400/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","original":"https://f.allegroimg.com/original/03b513/f6e83e7a4fd2beb6bcc8562e5ebf"},{"small":"https://4.allegroimg.com/s64/012ede/5bed7a384fc7b68c856aac0c1ce4","medium":"https://4.allegroimg.com/s400/012ede/5bed7a384fc7b68c856aac0c1ce4","original":"https://4.allegroimg.com/original/012ede/5bed7a384fc7b68c856aac0c1ce4"}],"location":"Kłodawa","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":494,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"<strong>1 osoba</strong> kupiła","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"90.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":9,"currency":"PLN"},"text":"<strong>99,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":44703404}},{"id":6878434468,"title":{"text":"Moduł Telefonu Telefon MULF Bluetooth BMW Naprawa","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://2.allegroimg.com/s128/01c01e/e0cd02c54c379b49f0284abfd982","url":"http://allegro.pl/modul-telefonu-telefon-mulf-bluetooth-bmw-naprawa-i6878434468.html","photos":[{"small":"https://2.allegroimg.com/s64/01c01e/e0cd02c54c379b49f0284abfd982","medium":"https://2.allegroimg.com/s400/01c01e/e0cd02c54c379b49f0284abfd982","original":"https://2.allegroimg.com/original/01c01e/e0cd02c54c379b49f0284abfd982"}],"location":"Puławy","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":10,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>6 dni</strong>"},"availabilityInfo":{"text":"<strong>10</strong> dostępnych sztuk"},"price":{"normal":{"amount":"400.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":26,"currency":"PLN"},"text":"<strong>426,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":3061200}},{"id":6839013655,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA G 1.6 Z16XE KOMPUTER","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/010bdb/1cb919bf48b8a10901802f3d6ab5","url":"http://allegro.pl/sterownik-silnika-opel-astra-g-1-6-z16xe-komputer-i6839013655.html","photos":[{"small":"https://5.allegroimg.com/s64/010bdb/1cb919bf48b8a10901802f3d6ab5","medium":"https://5.allegroimg.com/s400/010bdb/1cb919bf48b8a10901802f3d6ab5","original":"https://5.allegroimg.com/original/010bdb/1cb919bf48b8a10901802f3d6ab5"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"150.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":45,"currency":"PLN"},"text":"<strong>195,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":5092164447,"title":{"text":"Emulator Maty do BMW E34 E36 E38 E39 E46","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://4.allegroimg.com/s128/01dcd8/7e67db3947ee80c9ce6e65213674","url":"http://allegro.pl/emulator-maty-do-bmw-e34-e36-e38-e39-e46-i5092164447.html","photos":[{"small":"https://4.allegroimg.com/s64/01dcd8/7e67db3947ee80c9ce6e65213674","medium":"https://4.allegroimg.com/s400/01dcd8/7e67db3947ee80c9ce6e65213674","original":"https://4.allegroimg.com/original/01dcd8/7e67db3947ee80c9ce6e65213674"}],"location":"Legnica","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":137,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"<strong>1 osoba</strong> kupiła","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"29.99","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":6.5,"currency":"PLN"},"text":"<strong>36,49 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":1882827}},{"id":6864259684,"title":{"text":"KOMPUTER STEROWNIK ECU SILNIKA OPEL ZAFIRA 1.4 1.6","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://6.allegroimg.com/s128/0104dd/9ab4b2664ab7b2c30cd0b0867206","url":"http://allegro.pl/komputer-sterownik-ecu-silnika-opel-zafira-1-4-1-6-i6864259684.html","photos":[{"small":"https://6.allegroimg.com/s64/0104dd/9ab4b2664ab7b2c30cd0b0867206","medium":"https://6.allegroimg.com/s400/0104dd/9ab4b2664ab7b2c30cd0b0867206","original":"https://6.allegroimg.com/original/0104dd/9ab4b2664ab7b2c30cd0b0867206"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"89.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>124,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6867377473,"title":{"text":"PASSAT B6 2.0 KOMPUTER SIEMENS KOMPLET 100 SZTUK","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://6.allegroimg.com/s128/030734/ae4aaf1e4e45b19ad5d145f24136","url":"http://allegro.pl/passat-b6-2-0-komputer-siemens-komplet-100-sztuk-i6867377473.html","photos":[{"small":"https://6.allegroimg.com/s64/030734/ae4aaf1e4e45b19ad5d145f24136","medium":"https://6.allegroimg.com/s400/030734/ae4aaf1e4e45b19ad5d145f24136","original":"https://6.allegroimg.com/original/030734/ae4aaf1e4e45b19ad5d145f24136"}],"location":"NYSA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"3999.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":0,"currency":"PLN"},"text":"wysyłka gratis","className":"badge__free-delivery","icon":"badge__icon--free-delivery","name":"freeDelivery"}],"userInfo":{"sellerId":13067157}},{"id":6858879243,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA 12212819","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://7.allegroimg.com/s128/0185e9/920cb3484070b9a29d49b86214e7","url":"http://allegro.pl/sterownik-silnika-opel-astra-12212819-i6858879243.html","photos":[{"small":"https://7.allegroimg.com/s64/0185e9/920cb3484070b9a29d49b86214e7","medium":"https://7.allegroimg.com/s400/0185e9/920cb3484070b9a29d49b86214e7","original":"https://7.allegroimg.com/original/0185e9/920cb3484070b9a29d49b86214e7"},{"small":"https://5.allegroimg.com/s64/012973/62c7d9e347028e9bb496da6baeb5","medium":"https://5.allegroimg.com/s400/012973/62c7d9e347028e9bb496da6baeb5","original":"https://5.allegroimg.com/original/012973/62c7d9e347028e9bb496da6baeb5"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>5 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"500.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>508,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6874104209,"title":{"text":"KOMPUTER PUNTO IAW 59F M2 M3 E4 CZYSTY GWARANCJA","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18","url":"http://allegro.pl/komputer-punto-iaw-59f-m2-m3-e4-czysty-gwarancja-i6874104209.html","photos":[{"small":"https://8.allegroimg.com/s64/015527/90748a464a0cb3139e13d93b3b18","medium":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","original":"https://8.allegroimg.com/original/015527/90748a464a0cb3139e13d93b3b18"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":10,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>18 dni</strong>"},"availabilityInfo":{"text":"<strong>10</strong> dostępnych sztuk"},"price":{"normal":{"amount":"249.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>267,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4562227}},{"id":6859739869,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://7.allegroimg.com/s128/01d40c/3a5dbfbe4471bc323f18001c5857","url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6859739869.html","photos":[{"small":"https://7.allegroimg.com/s64/01d40c/3a5dbfbe4471bc323f18001c5857","medium":"https://7.allegroimg.com/s400/01d40c/3a5dbfbe4471bc323f18001c5857","original":"https://7.allegroimg.com/original/01d40c/3a5dbfbe4471bc323f18001c5857"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>6 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885964245,"title":{"text":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://f.allegroimg.com/s128/019d1d/8ffbf6f34350b2919be7f4a9134f","url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885964245.html","photos":[{"small":"https://f.allegroimg.com/s64/019d1d/8ffbf6f34350b2919be7f4a9134f","medium":"https://f.allegroimg.com/s400/019d1d/8ffbf6f34350b2919be7f4a9134f","original":"https://f.allegroimg.com/original/019d1d/8ffbf6f34350b2919be7f4a9134f"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885964819,"title":{"text":"KOMPUTER SILNIKA OPEL ASTRA G CORSA 1.4 1.6 ZAFIRA","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://c.allegroimg.com/s128/01d829/b5885c0d4a4dbb95c72c43b17fac","url":"http://allegro.pl/komputer-silnika-opel-astra-g-corsa-1-4-1-6-zafira-i6885964819.html","photos":[{"small":"https://c.allegroimg.com/s64/01d829/b5885c0d4a4dbb95c72c43b17fac","medium":"https://c.allegroimg.com/s400/01d829/b5885c0d4a4dbb95c72c43b17fac","original":"https://c.allegroimg.com/original/01d829/b5885c0d4a4dbb95c72c43b17fac"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885964442,"title":{"text":"KOMPUTER SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA GWA","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://c.allegroimg.com/s128/01e6c5/9037bb2442c99886f526e1ab00fc","url":"http://allegro.pl/komputer-silnika-opel-vectra-zafira-1-6-astra-gwa-i6885964442.html","photos":[{"small":"https://c.allegroimg.com/s64/01e6c5/9037bb2442c99886f526e1ab00fc","medium":"https://c.allegroimg.com/s400/01e6c5/9037bb2442c99886f526e1ab00fc","original":"https://c.allegroimg.com/original/01e6c5/9037bb2442c99886f526e1ab00fc"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885942988,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.6 1.7","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/018be2/29066f9441678859959427b6a055","url":"http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-6-1-7-i6885942988.html","photos":[{"small":"https://5.allegroimg.com/s64/018be2/29066f9441678859959427b6a055","medium":"https://5.allegroimg.com/s400/018be2/29066f9441678859959427b6a055","original":"https://5.allegroimg.com/original/018be2/29066f9441678859959427b6a055"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885943523,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://f.allegroimg.com/s128/01dcf3/8e20944940dfad165d8a7de413df","url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885943523.html","photos":[{"small":"https://f.allegroimg.com/s64/01dcf3/8e20944940dfad165d8a7de413df","medium":"https://f.allegroimg.com/s400/01dcf3/8e20944940dfad165d8a7de413df","original":"https://f.allegroimg.com/original/01dcf3/8e20944940dfad165d8a7de413df"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885944095,"title":{"text":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/0173af/1307f5d04550a19abd9bc87cf5bd","url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885944095.html","photos":[{"small":"https://d.allegroimg.com/s64/0173af/1307f5d04550a19abd9bc87cf5bd","medium":"https://d.allegroimg.com/s400/0173af/1307f5d04550a19abd9bc87cf5bd","original":"https://d.allegroimg.com/original/0173af/1307f5d04550a19abd9bc87cf5bd"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885942601,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://8.allegroimg.com/s128/018b52/096fc60f45c0b917632c0932d038","url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942601.html","photos":[{"small":"https://8.allegroimg.com/s64/018b52/096fc60f45c0b917632c0932d038","medium":"https://8.allegroimg.com/s400/018b52/096fc60f45c0b917632c0932d038","original":"https://8.allegroimg.com/original/018b52/096fc60f45c0b917632c0932d038"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885943779,"title":{"text":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://8.allegroimg.com/s128/0181e2/17f15f0c476c984b1c2bd60b89f8","url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885943779.html","photos":[{"small":"https://8.allegroimg.com/s64/0181e2/17f15f0c476c984b1c2bd60b89f8","medium":"https://8.allegroimg.com/s400/0181e2/17f15f0c476c984b1c2bd60b89f8","original":"https://8.allegroimg.com/original/0181e2/17f15f0c476c984b1c2bd60b89f8"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6885942302,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://f.allegroimg.com/s128/01e52a/6c926f2d4b99941b0807a80cc9af","url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942302.html","photos":[{"small":"https://f.allegroimg.com/s64/01e52a/6c926f2d4b99941b0807a80cc9af","medium":"https://f.allegroimg.com/s400/01e52a/6c926f2d4b99941b0807a80cc9af","original":"https://f.allegroimg.com/original/01e52a/6c926f2d4b99941b0807a80cc9af"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>28 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":5525398419,"title":{"text":"Opel Astra Vectra Zafira 1.8 i 2.0 - X18XE1 X20XEV","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://2.allegroimg.com/s128/0172f3/4643e872420aa441c4ee44930342","url":"http://allegro.pl/opel-astra-vectra-zafira-1-8-i-2-0-x18xe1-x20xev-i5525398419.html","photos":[{"small":"https://2.allegroimg.com/s64/0172f3/4643e872420aa441c4ee44930342","medium":"https://2.allegroimg.com/s400/0172f3/4643e872420aa441c4ee44930342","original":"https://2.allegroimg.com/original/0172f3/4643e872420aa441c4ee44930342"}],"location":"Ciechanów","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"699.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":20,"currency":"PLN"},"text":"<strong>719,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":185517}},{"id":6636266449,"title":{"text":"TMS374 IMMO KILLER Renault,PSA, Fenix5, Safir SL96","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://9.allegroimg.com/s128/03eb36/12b9a54d40d2be7cc1f6cc921ca9","url":"http://allegro.pl/tms374-immo-killer-renault-psa-fenix5-safir-sl96-i6636266449.html","photos":[{"small":"https://9.allegroimg.com/s64/03eb36/12b9a54d40d2be7cc1f6cc921ca9","medium":"https://9.allegroimg.com/s400/03eb36/12b9a54d40d2be7cc1f6cc921ca9","original":"https://9.allegroimg.com/original/03eb36/12b9a54d40d2be7cc1f6cc921ca9"},{"small":"https://7.allegroimg.com/s64/01cc45/0a42abcc4934a06640289b275177","medium":"https://7.allegroimg.com/s400/01cc45/0a42abcc4934a06640289b275177","original":"https://7.allegroimg.com/original/01cc45/0a42abcc4934a06640289b275177"}],"location":"Nowogród Bobrzański","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":499,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"550.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":9,"currency":"PLN"},"text":"<strong>559,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":44703404}},{"id":6867283382,"title":{"text":"Komputer sterownik Mercedes W168, A-klasa Naprawa","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/01825b/50446ff242ae998c25d3734ebdcd","url":"http://allegro.pl/komputer-sterownik-mercedes-w168-a-klasa-naprawa-i6867283382.html","photos":[{"small":"https://d.allegroimg.com/s64/01825b/50446ff242ae998c25d3734ebdcd","medium":"https://d.allegroimg.com/s400/01825b/50446ff242ae998c25d3734ebdcd","original":"https://d.allegroimg.com/original/01825b/50446ff242ae998c25d3734ebdcd"}],"location":"Gniewkowo","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>12 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"400.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":20,"currency":"PLN"},"text":"<strong>420,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":3026616}},{"id":6859742059,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z14XE","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/018548/6cc5e95e47f494382949a30b5795","url":"http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z14xe-i6859742059.html","photos":[{"small":"https://5.allegroimg.com/s64/018548/6cc5e95e47f494382949a30b5795","medium":"https://5.allegroimg.com/s400/018548/6cc5e95e47f494382949a30b5795","original":"https://5.allegroimg.com/original/018548/6cc5e95e47f494382949a30b5795"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>6 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6855568483,"title":{"text":"Uniwersalny emulator maty BMW MERCEDES MAZDA OPEL","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/037f3b/aed578404484ac7ae72f419330c5","url":"http://allegro.pl/uniwersalny-emulator-maty-bmw-mercedes-mazda-opel-i6855568483.html","photos":[{"small":"https://5.allegroimg.com/s64/037f3b/aed578404484ac7ae72f419330c5","medium":"https://5.allegroimg.com/s400/037f3b/aed578404484ac7ae72f419330c5","original":"https://5.allegroimg.com/original/037f3b/aed578404484ac7ae72f419330c5"},{"small":"https://b.allegroimg.com/s64/014a8b/6e7a157b4cba898b3ceddd5dc00b","medium":"https://b.allegroimg.com/s400/014a8b/6e7a157b4cba898b3ceddd5dc00b","original":"https://b.allegroimg.com/original/014a8b/6e7a157b4cba898b3ceddd5dc00b"}],"location":"Kłodawa","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":500,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Nowy"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"130.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":9,"currency":"PLN"},"text":"<strong>139,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":44703404}},{"id":6865930279,"title":{"text":"KOMPUTER BSI A KLASA W169 A150 A1695456332","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://e.allegroimg.com/s128/017941/3889eff348a091ef27d8fa90221e","url":"http://allegro.pl/komputer-bsi-a-klasa-w169-a150-a1695456332-i6865930279.html","photos":[{"small":"https://e.allegroimg.com/s64/017941/3889eff348a091ef27d8fa90221e","medium":"https://e.allegroimg.com/s400/017941/3889eff348a091ef27d8fa90221e","original":"https://e.allegroimg.com/original/017941/3889eff348a091ef27d8fa90221e"}],"location":"Poznań","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>11 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"50.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":25,"currency":"PLN"},"text":"<strong>75,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":24430600}},{"id":5297363623,"title":{"text":"VW PASSAT B6 MODUŁ BORDNETZ","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://0.allegroimg.com/s128/01d3c2/f21acb28485da741080bde5bb470","url":"http://allegro.pl/vw-passat-b6-modul-bordnetz-i5297363623.html","photos":[{"small":"https://0.allegroimg.com/s64/01d3c2/f21acb28485da741080bde5bb470","medium":"https://0.allegroimg.com/s400/01d3c2/f21acb28485da741080bde5bb470","original":"https://0.allegroimg.com/original/01d3c2/f21acb28485da741080bde5bb470"}],"location":"NYSA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":43,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"30.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":20,"currency":"PLN"},"text":"<strong>50,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":13067157}},{"id":6832860796,"title":{"text":"VW TIGUAN 5N2 2.0 TDI KOMPUTER 03L907309AD","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://a.allegroimg.com/s128/01ae2a/bac9ba74488898cb04a8e746a59a","url":"http://allegro.pl/vw-tiguan-5n2-2-0-tdi-komputer-03l907309ad-i6832860796.html","photos":[{"small":"https://a.allegroimg.com/s64/01ae2a/bac9ba74488898cb04a8e746a59a","medium":"https://a.allegroimg.com/s400/01ae2a/bac9ba74488898cb04a8e746a59a","original":"https://a.allegroimg.com/original/01ae2a/bac9ba74488898cb04a8e746a59a"},{"small":"https://c.allegroimg.com/s64/01f2a8/acbc699d4c16af1cf8716104bc2c","medium":"https://c.allegroimg.com/s400/01f2a8/acbc699d4c16af1cf8716104bc2c","original":"https://c.allegroimg.com/original/01f2a8/acbc699d4c16af1cf8716104bc2c"}],"location":"Męcina","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"599.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":13,"currency":"PLN"},"text":"<strong>612,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":12068265}},{"id":5264787545,"title":{"text":"KOMPUTER OPEL ISUZU 1.7 8971891362 WZMOCNIONY","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://6.allegroimg.com/s128/01dba2/5849f4564df1a8597b4188fa0236","url":"http://allegro.pl/komputer-opel-isuzu-1-7-8971891362-wzmocniony-i5264787545.html","photos":[{"small":"https://6.allegroimg.com/s64/01dba2/5849f4564df1a8597b4188fa0236","medium":"https://6.allegroimg.com/s400/01dba2/5849f4564df1a8597b4188fa0236","original":"https://6.allegroimg.com/original/01dba2/5849f4564df1a8597b4188fa0236"}],"location":"Reda","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"999.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":0,"currency":"PLN"},"text":"wysyłka gratis","className":"badge__free-delivery","icon":"badge__icon--free-delivery","name":"freeDelivery"}],"userInfo":{"sellerId":4916665}},{"id":5671363705,"title":{"text":"OPEL 1.8 Z18XE 55351752 5WK9172 STEROWNIK KOMPUTER","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/01de55/d28c310c40ec9d77b6e2ec48ac7d","url":"http://allegro.pl/opel-1-8-z18xe-55351752-5wk9172-sterownik-komputer-i5671363705.html","photos":[{"small":"https://d.allegroimg.com/s64/01de55/d28c310c40ec9d77b6e2ec48ac7d","medium":"https://d.allegroimg.com/s400/01de55/d28c310c40ec9d77b6e2ec48ac7d","original":"https://d.allegroimg.com/original/01de55/d28c310c40ec9d77b6e2ec48ac7d"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"1300.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>1 335,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6881161187,"title":{"text":"PANDA IAW 5AF S1 S2 SM SP 6 MIESIĘCY GWARANCJI","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b","url":"http://allegro.pl/panda-iaw-5af-s1-s2-sm-sp-6-miesiecy-gwarancji-i6881161187.html","photos":[{"small":"https://b.allegroimg.com/s64/01d402/c38426bc4c34ab789ff21569884b","medium":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","original":"https://b.allegroimg.com/original/01d402/c38426bc4c34ab789ff21569884b"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":5,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>24 dni</strong>"},"availabilityInfo":{"text":"<strong>5</strong> dostępnych sztuk"},"price":{"normal":{"amount":"549.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>567,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4562227}},{"id":6881157469,"title":{"text":"PUNTO DOBLO IAW 5AF P3 P4 DE 6 MIESIĘCY GWARANCJI","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b","url":"http://allegro.pl/punto-doblo-iaw-5af-p3-p4-de-6-miesiecy-gwarancji-i6881157469.html","photos":[{"small":"https://b.allegroimg.com/s64/01d402/c38426bc4c34ab789ff21569884b","medium":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","original":"https://b.allegroimg.com/original/01d402/c38426bc4c34ab789ff21569884b"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":5,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>24 dni</strong>"},"availabilityInfo":{"text":"<strong>5</strong> dostępnych sztuk"},"price":{"normal":{"amount":"549.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>567,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4562227}},{"id":6880623516,"title":{"text":"KOMPUTER PUNTO IAW 5AF.P3 LUB P4 WYLOGOWANY CZYSTY","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://9.allegroimg.com/s128/015a1b/6a99b05e4e96b6303f72921f5ad9","url":"http://allegro.pl/komputer-punto-iaw-5af-p3-lub-p4-wylogowany-czysty-i6880623516.html","photos":[{"small":"https://9.allegroimg.com/s64/015a1b/6a99b05e4e96b6303f72921f5ad9","medium":"https://9.allegroimg.com/s400/015a1b/6a99b05e4e96b6303f72921f5ad9","original":"https://9.allegroimg.com/original/015a1b/6a99b05e4e96b6303f72921f5ad9"}],"location":"POZNAŃ","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":4,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>7 dni</strong>"},"availabilityInfo":{"text":"<strong>4</strong> dostępne sztuki"},"price":{"normal":{"amount":"360.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":14,"currency":"PLN"},"text":"<strong>374,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":29019570}},{"id":6880058647,"title":{"text":"Naprawa sterownik komputer MR PLD FR CPC GM BS","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://1.allegroimg.com/s128/01a5e9/0887c33a4d2ba9e14ae523d38101","url":"http://allegro.pl/naprawa-sterownik-komputer-mr-pld-fr-cpc-gm-bs-i6880058647.html","photos":[{"small":"https://1.allegroimg.com/s64/01a5e9/0887c33a4d2ba9e14ae523d38101","medium":"https://1.allegroimg.com/s400/01a5e9/0887c33a4d2ba9e14ae523d38101","original":"https://1.allegroimg.com/original/01a5e9/0887c33a4d2ba9e14ae523d38101"}],"location":"Wysogotowo","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>23 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"1000.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":30,"currency":"PLN"},"text":"<strong>1 030,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":17492420}},{"id":6879762140,"title":{"text":"KOMPUTER STEROWNIK SILNIKA MERCEDES ATEGO OM906","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3","url":"http://allegro.pl/komputer-sterownik-silnika-mercedes-atego-om906-i6879762140.html","photos":[{"small":"https://3.allegroimg.com/s64/01845d/79f35135481a86ec42f3dca33fc3","medium":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","original":"https://3.allegroimg.com/original/01845d/79f35135481a86ec42f3dca33fc3"}],"location":"Wysogotowo","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>23 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"2500.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":30,"currency":"PLN"},"text":"<strong>2 530,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":17492420}},{"id":6879760887,"title":{"text":"Komputer Sterownik silnika OM904","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3","url":"http://allegro.pl/komputer-sterownik-silnika-om904-i6879760887.html","photos":[{"small":"https://3.allegroimg.com/s64/01845d/79f35135481a86ec42f3dca33fc3","medium":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","original":"https://3.allegroimg.com/original/01845d/79f35135481a86ec42f3dca33fc3"}],"location":"Wysogotowo","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>23 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"2500.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":30,"currency":"PLN"},"text":"<strong>2 530,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":17492420}},{"id":5137995262,"title":{"text":"STEROWNIK SILNIKA OPEL 09158726 5WK9157 1.8 SIMTEC","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://4.allegroimg.com/s128/019666/c71fff5c49f8a3fb8eb59d8c3774","url":"http://allegro.pl/sterownik-silnika-opel-09158726-5wk9157-1-8-simtec-i5137995262.html","photos":[{"small":"https://4.allegroimg.com/s64/019666/c71fff5c49f8a3fb8eb59d8c3774","medium":"https://4.allegroimg.com/s400/019666/c71fff5c49f8a3fb8eb59d8c3774","original":"https://4.allegroimg.com/original/019666/c71fff5c49f8a3fb8eb59d8c3774"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"359.99","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>394,99 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6879328179,"title":{"text":"KOMPUTER PUNTO 1.2 IAW59F.E4 WYLOGOWANY CZYSTY !!!","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/011aeb/314895084a8f8fd0b3f8db7ca43d","url":"http://allegro.pl/komputer-punto-1-2-iaw59f-e4-wylogowany-czysty-i6879328179.html","photos":[{"small":"https://d.allegroimg.com/s64/011aeb/314895084a8f8fd0b3f8db7ca43d","medium":"https://d.allegroimg.com/s400/011aeb/314895084a8f8fd0b3f8db7ca43d","original":"https://d.allegroimg.com/original/011aeb/314895084a8f8fd0b3f8db7ca43d"}],"location":"POZNAŃ","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":5,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"250.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":14,"currency":"PLN"},"text":"<strong>264,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":29019570}},{"id":6876806433,"title":{"text":"MODUŁ STEROWNIK KASETA VIC 3 DAF XF 105 BRUTTO","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/01d045/5c6c763c418d8ec2eb83747e0345","url":"http://allegro.pl/modul-sterownik-kaseta-vic-3-daf-xf-105-brutto-i6876806433.html","photos":[{"small":"https://5.allegroimg.com/s64/01d045/5c6c763c418d8ec2eb83747e0345","medium":"https://5.allegroimg.com/s400/01d045/5c6c763c418d8ec2eb83747e0345","original":"https://5.allegroimg.com/original/01d045/5c6c763c418d8ec2eb83747e0345"},{"small":"https://9.allegroimg.com/s64/010fb6/6b288d9746948214abbc4739bb29","medium":"https://9.allegroimg.com/s400/010fb6/6b288d9746948214abbc4739bb29","original":"https://9.allegroimg.com/original/010fb6/6b288d9746948214abbc4739bb29"},{"small":"https://2.allegroimg.com/s64/014e83/56e4b6004f5cbd0c940b5d753ae2","medium":"https://2.allegroimg.com/s400/014e83/56e4b6004f5cbd0c940b5d753ae2","original":"https://2.allegroimg.com/original/014e83/56e4b6004f5cbd0c940b5d753ae2"},{"small":"https://5.allegroimg.com/s64/016fa6/5bfa014c4f48b5956f8d54930355","medium":"https://5.allegroimg.com/s400/016fa6/5bfa014c4f48b5956f8d54930355","original":"https://5.allegroimg.com/original/016fa6/5bfa014c4f48b5956f8d54930355"},{"small":"https://2.allegroimg.com/s64/011402/41e0855e4aa5908d574783b95812","medium":"https://2.allegroimg.com/s400/011402/41e0855e4aa5908d574783b95812","original":"https://2.allegroimg.com/original/011402/41e0855e4aa5908d574783b95812"},{"small":"https://9.allegroimg.com/s64/017938/a473962e4411ad83b286b9cdad69","medium":"https://9.allegroimg.com/s400/017938/a473962e4411ad83b286b9cdad69","original":"https://9.allegroimg.com/original/017938/a473962e4411ad83b286b9cdad69"},{"small":"https://6.allegroimg.com/s64/01cdd8/c4fdc540475ebd8d5860f3687e26","medium":"https://6.allegroimg.com/s400/01cdd8/c4fdc540475ebd8d5860f3687e26","original":"https://6.allegroimg.com/original/01cdd8/c4fdc540475ebd8d5860f3687e26"}],"location":"Spławie 60a","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>20 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"2706.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":29.52,"currency":"PLN"},"text":"<strong>2 735,52 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":44228191}},{"id":6875642306,"title":{"text":"Komputer Sterownik EDC MAN + PROGRAMOWANIE","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://3.allegroimg.com/s128/010362/2ed2365141fbb971980f2bc09d43","url":"http://allegro.pl/komputer-sterownik-edc-man-programowanie-i6875642306.html","photos":[{"small":"https://3.allegroimg.com/s64/010362/2ed2365141fbb971980f2bc09d43","medium":"https://3.allegroimg.com/s400/010362/2ed2365141fbb971980f2bc09d43","original":"https://3.allegroimg.com/original/010362/2ed2365141fbb971980f2bc09d43"}],"location":"Warszawa","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>3 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"2390.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":25,"currency":"PLN"},"text":"<strong>2 415,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":39342586}},{"id":6874104582,"title":{"text":"KOMPUTER IAW 59F SC M5 M7 BW E4 CZYSTY GWARANCJA","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18","url":"http://allegro.pl/komputer-iaw-59f-sc-m5-m7-bw-e4-czysty-gwarancja-i6874104582.html","photos":[{"small":"https://8.allegroimg.com/s64/015527/90748a464a0cb3139e13d93b3b18","medium":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","original":"https://8.allegroimg.com/original/015527/90748a464a0cb3139e13d93b3b18"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":10,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>18 dni</strong>"},"availabilityInfo":{"text":"<strong>10</strong> dostępnych sztuk"},"price":{"normal":{"amount":"249.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>267,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4562227}},{"id":6778828241,"title":{"text":"MODUŁ STEROWNIK EGS51 MERCEDES S KLASA W220","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://3.allegroimg.com/s128/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","url":"http://allegro.pl/modul-sterownik-egs51-mercedes-s-klasa-w220-i6778828241.html","photos":[{"small":"https://3.allegroimg.com/s64/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","medium":"https://3.allegroimg.com/s400/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","original":"https://3.allegroimg.com/original/0190e6/3ebdd2db4d19a8ae05b57e5e79c3"}],"location":"SZCZECINEK","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"30.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":18,"currency":"PLN"},"text":"<strong>48,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":43064883}},{"id":6670033688,"title":{"text":"MODUŁ BSM 96668958802 CITROEN PEUGEOT","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://3.allegroimg.com/s128/01cf13/62abdb404bb1aaa0cc395be86ac3","url":"http://allegro.pl/modul-bsm-96668958802-citroen-peugeot-i6670033688.html","photos":[{"small":"https://3.allegroimg.com/s64/01cf13/62abdb404bb1aaa0cc395be86ac3","medium":"https://3.allegroimg.com/s400/01cf13/62abdb404bb1aaa0cc395be86ac3","original":"https://3.allegroimg.com/original/01cf13/62abdb404bb1aaa0cc395be86ac3"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"50.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":15,"currency":"PLN"},"text":"<strong>65,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4508307}},{"id":5082087792,"title":{"text":"KOMPUTER FIAT STILO 1.6 16V IAW 5NF T1 T2 T9 TD","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://9.allegroimg.com/s128/037197/1adf61c64ef5aded9d0f8303b1f9","url":"http://allegro.pl/komputer-fiat-stilo-1-6-16v-iaw-5nf-t1-t2-t9-td-i5082087792.html","photos":[{"small":"https://9.allegroimg.com/s64/037197/1adf61c64ef5aded9d0f8303b1f9","medium":"https://9.allegroimg.com/s400/037197/1adf61c64ef5aded9d0f8303b1f9","original":"https://9.allegroimg.com/original/037197/1adf61c64ef5aded9d0f8303b1f9"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"300.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>335,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6868991034,"title":{"text":"Sterownik Komputer Silnika OPEL ASTRA DNHM DJTY","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://f.allegroimg.com/s128/01a4f5/a8dc678b46a6b4103740d868d27f","url":"http://allegro.pl/sterownik-komputer-silnika-opel-astra-dnhm-djty-i6868991034.html","photos":[{"small":"https://f.allegroimg.com/s64/01a4f5/a8dc678b46a6b4103740d868d27f","medium":"https://f.allegroimg.com/s400/01a4f5/a8dc678b46a6b4103740d868d27f","original":"https://f.allegroimg.com/original/01a4f5/a8dc678b46a6b4103740d868d27f"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>14 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":5794913513,"title":{"text":"STEROWNIK SILNIKA OPEL 1.8 ASTRA G KOMPUTER ZAFIRA","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://b.allegroimg.com/s128/01a59d/b840ff80497e8f4f16ec4f5b608b","url":"http://allegro.pl/sterownik-silnika-opel-1-8-astra-g-komputer-zafira-i5794913513.html","photos":[{"small":"https://b.allegroimg.com/s64/01a59d/b840ff80497e8f4f16ec4f5b608b","medium":"https://b.allegroimg.com/s400/01a59d/b840ff80497e8f4f16ec4f5b608b","original":"https://b.allegroimg.com/original/01a59d/b840ff80497e8f4f16ec4f5b608b"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"340.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":30,"currency":"PLN"},"text":"<strong>370,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":5794909334,"title":{"text":"STEROWNIK SILNIKA OPEL ZAFIRA X18XE1 1.8 1.6 Z18XE","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://a.allegroimg.com/s128/01c3ae/9c09afba476e92fd0b940a5ac0fa","url":"http://allegro.pl/sterownik-silnika-opel-zafira-x18xe1-1-8-1-6-z18xe-i5794909334.html","photos":[{"small":"https://a.allegroimg.com/s64/01c3ae/9c09afba476e92fd0b940a5ac0fa","medium":"https://a.allegroimg.com/s400/01c3ae/9c09afba476e92fd0b940a5ac0fa","original":"https://a.allegroimg.com/original/01c3ae/9c09afba476e92fd0b940a5ac0fa"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":3,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"1300.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>1 335,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6670049708,"title":{"text":"MODUŁ BSM 9664983180 CITROEN PEUGEOT","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://e.allegroimg.com/s128/0141aa/f84ff5624a58a1b462e8fede745e","url":"http://allegro.pl/modul-bsm-9664983180-citroen-peugeot-i6670049708.html","photos":[{"small":"https://e.allegroimg.com/s64/0141aa/f84ff5624a58a1b462e8fede745e","medium":"https://e.allegroimg.com/s400/0141aa/f84ff5624a58a1b462e8fede745e","original":"https://e.allegroimg.com/original/0141aa/f84ff5624a58a1b462e8fede745e"}],"location":"Łódź","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"100.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":15,"currency":"PLN"},"text":"<strong>115,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4508307}},{"id":6859742300,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z16XE","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/019a21/a722a7774109aa4ea74c715cc2cd","url":"http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z16xe-i6859742300.html","photos":[{"small":"https://d.allegroimg.com/s64/019a21/a722a7774109aa4ea74c715cc2cd","medium":"https://d.allegroimg.com/s400/019a21/a722a7774109aa4ea74c715cc2cd","original":"https://d.allegroimg.com/original/019a21/a722a7774109aa4ea74c715cc2cd"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>6 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6859740143,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.4 1.6","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://2.allegroimg.com/s128/01f327/d81852c249198015cc16676ad762","url":"http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-4-1-6-i6859740143.html","photos":[{"small":"https://2.allegroimg.com/s64/01f327/d81852c249198015cc16676ad762","medium":"https://2.allegroimg.com/s400/01f327/d81852c249198015cc16676ad762","original":"https://2.allegroimg.com/original/01f327/d81852c249198015cc16676ad762"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>6 dni</strong>"},"availabilityInfo":{"text":"<strong>2</strong> dostępne sztuki"},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":8,"currency":"PLN"},"text":"<strong>358,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6858313541,"title":{"text":"KOMPUTER SILNIKA ZESTAWA DO ODPALENIA TOYOTA AYGO","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://5.allegroimg.com/s128/01a20d/4f9c56a3451aa6685deca41ab655","url":"http://allegro.pl/komputer-silnika-zestawa-do-odpalenia-toyota-aygo-i6858313541.html","photos":[{"small":"https://5.allegroimg.com/s64/01a20d/4f9c56a3451aa6685deca41ab655","medium":"https://5.allegroimg.com/s400/01a20d/4f9c56a3451aa6685deca41ab655","original":"https://5.allegroimg.com/original/01a20d/4f9c56a3451aa6685deca41ab655"}],"location":"krzywda","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>4 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"250.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":20,"currency":"PLN"},"text":"<strong>270,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":12987055}},{"id":6858922269,"title":{"text":"KOMPUTER STEROWNIK SILNIKA FABIA 03D906033C","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://1.allegroimg.com/s128/01889e/ce281975453ea60514cda4c9bb91","url":"http://allegro.pl/komputer-sterownik-silnika-fabia-03d906033c-i6858922269.html","photos":[{"small":"https://1.allegroimg.com/s64/01889e/ce281975453ea60514cda4c9bb91","medium":"https://1.allegroimg.com/s400/01889e/ce281975453ea60514cda4c9bb91","original":"https://1.allegroimg.com/original/01889e/ce281975453ea60514cda4c9bb91"},{"small":"https://3.allegroimg.com/s64/01de8b/0502114d4248993710a4d98d6b33","medium":"https://3.allegroimg.com/s400/01de8b/0502114d4248993710a4d98d6b33","original":"https://3.allegroimg.com/original/01de8b/0502114d4248993710a4d98d6b33"}],"location":"GDYNIA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>5 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"500.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":14.5,"currency":"PLN"},"text":"<strong>514,50 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":7115530}},{"id":6856772151,"title":{"text":"KOMPUTER SILNIKA STEROWNIK DAF XF 105 BRUTTO","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://2.allegroimg.com/s128/01720b/c2fbb0984b2eb947a9798b180282","url":"http://allegro.pl/komputer-silnika-sterownik-daf-xf-105-brutto-i6856772151.html","photos":[{"small":"https://2.allegroimg.com/s64/01720b/c2fbb0984b2eb947a9798b180282","medium":"https://2.allegroimg.com/s400/01720b/c2fbb0984b2eb947a9798b180282","original":"https://2.allegroimg.com/original/01720b/c2fbb0984b2eb947a9798b180282"},{"small":"https://4.allegroimg.com/s64/015d96/c5edbafd4b3692a1e3e036f0a144","medium":"https://4.allegroimg.com/s400/015d96/c5edbafd4b3692a1e3e036f0a144","original":"https://4.allegroimg.com/original/015d96/c5edbafd4b3692a1e3e036f0a144"},{"small":"https://5.allegroimg.com/s64/0174d6/b6c0e96a47bfaf58a414e4d63055","medium":"https://5.allegroimg.com/s400/0174d6/b6c0e96a47bfaf58a414e4d63055","original":"https://5.allegroimg.com/original/0174d6/b6c0e96a47bfaf58a414e4d63055"},{"small":"https://0.allegroimg.com/s64/01d870/ee0e92454010a99afe0b750b8870","medium":"https://0.allegroimg.com/s400/01d870/ee0e92454010a99afe0b750b8870","original":"https://0.allegroimg.com/original/01d870/ee0e92454010a99afe0b750b8870"},{"small":"https://7.allegroimg.com/s64/013adf/97213d7e49589c0caaf053de11f7","medium":"https://7.allegroimg.com/s400/013adf/97213d7e49589c0caaf053de11f7","original":"https://7.allegroimg.com/original/013adf/97213d7e49589c0caaf053de11f7"}],"location":"Spławie 60a","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"<strong>3 dni</strong>"},"availabilityInfo":{"text":"<strong>1</strong> dostępna sztuka"},"price":{"normal":{"amount":"984.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":29.52,"currency":"PLN"},"text":"<strong>1 013,52 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":44228191}},{"id":6411245138,"title":{"text":"KOMPUTER VOLVO S40 V50 31272996AB 0281016590 D1.K","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://9.allegroimg.com/s128/0138eb/fb0521c2405ab5c06ea6e66565f9","url":"http://allegro.pl/komputer-volvo-s40-v50-31272996ab-0281016590-d1-k-i6411245138.html","photos":[{"small":"https://9.allegroimg.com/s64/0138eb/fb0521c2405ab5c06ea6e66565f9","medium":"https://9.allegroimg.com/s400/0138eb/fb0521c2405ab5c06ea6e66565f9","original":"https://9.allegroimg.com/original/0138eb/fb0521c2405ab5c06ea6e66565f9"},{"small":"https://f.allegroimg.com/s64/0179cd/89c908eb4ef2b0be44f234587bcf","medium":"https://f.allegroimg.com/s400/0179cd/89c908eb4ef2b0be44f234587bcf","original":"https://f.allegroimg.com/original/0179cd/89c908eb4ef2b0be44f234587bcf"}],"location":"kolo","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"1250.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[],"userInfo":{"sellerId":40163664}},{"id":5096810928,"title":{"text":"KOMPUTER SILNIKA OPEL 1.4 1.6 astra meriva zafira","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://9.allegroimg.com/s128/01c157/d15c7fa54436a1b59923895e6279","url":"http://allegro.pl/komputer-silnika-opel-1-4-1-6-astra-meriva-zafira-i5096810928.html","photos":[{"small":"https://9.allegroimg.com/s64/01c157/d15c7fa54436a1b59923895e6279","medium":"https://9.allegroimg.com/s400/01c157/d15c7fa54436a1b59923895e6279","original":"https://9.allegroimg.com/original/01c157/d15c7fa54436a1b59923895e6279"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"350.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":45,"currency":"PLN"},"text":"<strong>395,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":5118175768,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://6.allegroimg.com/s128/0133af/ea36398441e88451609baeb0ae46","url":"http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5118175768.html","photos":[{"small":"https://6.allegroimg.com/s64/0133af/ea36398441e88451609baeb0ae46","medium":"https://6.allegroimg.com/s400/0133af/ea36398441e88451609baeb0ae46","original":"https://6.allegroimg.com/original/0133af/ea36398441e88451609baeb0ae46"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"99.97","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>134,97 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6599665754,"title":{"text":"8971891360 8971891361 8971891362 8971891363 isuzu","bold":false,"standardAllegro":false},"highlight":false,"thumbnail":"https://8.allegroimg.com/s128/014bfb/fa47db2e415eb2db680e48aa40d8","url":"http://allegro.pl/8971891360-8971891361-8971891362-8971891363-isuzu-i6599665754.html","photos":[{"small":"https://8.allegroimg.com/s64/014bfb/fa47db2e415eb2db680e48aa40d8","medium":"https://8.allegroimg.com/s400/014bfb/fa47db2e415eb2db680e48aa40d8","original":"https://8.allegroimg.com/original/014bfb/fa47db2e415eb2db680e48aa40d8"}],"location":"Reda","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"297.76","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>332,76 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":4916665}},{"id":5139075594,"title":{"text":"STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8","bold":false,"standardAllegro":true},"highlight":false,"thumbnail":"https://d.allegroimg.com/s128/01dd51/5d493f844219b76b51cd6d24242d","url":"http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5139075594.html","photos":[{"small":"https://d.allegroimg.com/s64/01dd51/5d493f844219b76b51cd6d24242d","medium":"https://d.allegroimg.com/s400/01dd51/5d493f844219b76b51cd6d24242d","original":"https://d.allegroimg.com/original/01dd51/5d493f844219b76b51cd6d24242d"}],"location":"REDA","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":2,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":true,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"699.97","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":35,"currency":"PLN"},"text":"<strong>734,97 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":14204219}},{"id":6841479387,"title":{"text":"E klasa 2.2CDI sterownik silnika 0281010193","bold":true,"standardAllegro":false},"highlight":true,"thumbnail":"https://1.allegroimg.com/s128/0150b2/cbd8f4c64c3d81d22925acdc6fe1","url":"http://allegro.pl/e-klasa-2-2cdi-sterownik-silnika-0281010193-i6841479387.html","photos":[{"small":"https://1.allegroimg.com/s64/0150b2/cbd8f4c64c3d81d22925acdc6fe1","medium":"https://1.allegroimg.com/s400/0150b2/cbd8f4c64c3d81d22925acdc6fe1","original":"https://1.allegroimg.com/original/0150b2/cbd8f4c64c3d81d22925acdc6fe1"},{"small":"https://f.allegroimg.com/s64/019be8/4a99a8694ee99c8ce4530b54caaf","medium":"https://f.allegroimg.com/s400/019be8/4a99a8694ee99c8ce4530b54caaf","original":"https://f.allegroimg.com/original/019be8/4a99a8694ee99c8ce4530b54caaf"}],"location":"Wałbrzych","vendor":"allegro","type":"buynow","isEnded":false,"categoryPath":["3","620","4141","4145"],"quantity":1,"promoted":true,"emissionUnitId":null,"hideThumbnails":false,"variants":null,"cartAvailable":false,"attributes":[{"type":"string","name":"Stan","value":"Używany"}],"bidInfo":"","timingInfo":{"itemText":"","popoverText":"do wyczerpania zapasów"},"availabilityInfo":{"text":""},"price":{"normal":{"amount":"400.00","currency":"PLN"}},"label":{"text":"kup teraz","className":"buy-now"},"deliveryInfo":[{"price":{"amount":25,"currency":"PLN"},"text":"<strong>425,00 zł</strong> z dostawą","className":""}],"userInfo":{"sellerId":6835530}}]}];
window.__listing_ItemsStoreRawData = {"items":{"sponsored":{"placements":[]},"availableResultsNum":60000,"resultsNum":289122,"items":[{"itemId":6880009561,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/naprawa-pompy-wtryskowej-vp44-psg16-irlr2905z-i6880009561.html","bidCount":1,"bold":false,"buyNowPrice":1.5,"lowestShippingCost":3,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"NAPRAWA POMPY WTRYSKOWEJ VP44 PSG16- IRLR2905Z","price":0,"priceWithDelivery":4.5,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://2.allegroimg.com/s400/0174bf/5090de8548418df0f6c3167bcaa2","thumbnailUrl":"https://2.allegroimg.com/s128/0174bf/5090de8548418df0f6c3167bcaa2","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":10,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://2.allegroimg.com/s64/0174bf/5090de8548418df0f6c3167bcaa2","medium":"https://2.allegroimg.com/s400/0174bf/5090de8548418df0f6c3167bcaa2","original":"https://2.allegroimg.com/original/0174bf/5090de8548418df0f6c3167bcaa2"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6872128295,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-punto-1-2-iaw59f-m3-wylogowany-czysty-i6872128295.html","bidCount":2,"bold":false,"buyNowPrice":250,"lowestShippingCost":14,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER PUNTO 1.2 IAW59F.M3 WYLOGOWANY CZYSTY !!!","price":0,"priceWithDelivery":264,"promoted":true,"sellerId":29019570,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/0199f5/932d31064398a105685768bbea3d","thumbnailUrl":"https://d.allegroimg.com/s128/0199f5/932d31064398a105685768bbea3d","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1499782672000,"quantity":4,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"POZNAŃ","photoUrls":[{"small":"https://d.allegroimg.com/s64/0199f5/932d31064398a105685768bbea3d","medium":"https://d.allegroimg.com/s400/0199f5/932d31064398a105685768bbea3d","original":"https://d.allegroimg.com/original/0199f5/932d31064398a105685768bbea3d"},{"small":"https://8.allegroimg.com/s64/012e57/4872bc8d4b7287195e587681cca8","medium":"https://8.allegroimg.com/s400/012e57/4872bc8d4b7287195e587681cca8","original":"https://8.allegroimg.com/original/012e57/4872bc8d4b7287195e587681cca8"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6853900443,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-komputer-punto-m2-m3-e4-czysty-gwarancja-i6853900443.html","bidCount":2,"bold":true,"buyNowPrice":249,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK KOMPUTER PUNTO M2 M3 E4 CZYSTY GWARANCJA","price":0,"priceWithDelivery":267,"promoted":true,"sellerId":4562227,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://4.allegroimg.com/s400/01c484/2ba6b5b546c1a2f17b9079ea10c4","thumbnailUrl":"https://4.allegroimg.com/s128/01c484/2ba6b5b546c1a2f17b9079ea10c4","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1499848596000,"quantity":3,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://4.allegroimg.com/s64/01c484/2ba6b5b546c1a2f17b9079ea10c4","medium":"https://4.allegroimg.com/s400/01c484/2ba6b5b546c1a2f17b9079ea10c4","original":"https://4.allegroimg.com/original/01c484/2ba6b5b546c1a2f17b9079ea10c4"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6726500305,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/emulator-immo-off-mazda-323-626-premacy-mpv-i6726500305.html","bidCount":1,"bold":true,"buyNowPrice":90,"lowestShippingCost":9,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"Emulator immo off Mazda 323, 626, Premacy, MPV","price":0,"priceWithDelivery":99,"promoted":true,"sellerId":44703404,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://f.allegroimg.com/s400/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","thumbnailUrl":"https://f.allegroimg.com/s128/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":494,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Kłodawa","photoUrls":[{"small":"https://f.allegroimg.com/s64/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","medium":"https://f.allegroimg.com/s400/03b513/f6e83e7a4fd2beb6bcc8562e5ebf","original":"https://f.allegroimg.com/original/03b513/f6e83e7a4fd2beb6bcc8562e5ebf"},{"small":"https://4.allegroimg.com/s64/012ede/5bed7a384fc7b68c856aac0c1ce4","medium":"https://4.allegroimg.com/s400/012ede/5bed7a384fc7b68c856aac0c1ce4","original":"https://4.allegroimg.com/original/012ede/5bed7a384fc7b68c856aac0c1ce4"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6878434468,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/modul-telefonu-telefon-mulf-bluetooth-bmw-naprawa-i6878434468.html","bidCount":0,"bold":true,"buyNowPrice":400,"lowestShippingCost":26,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"Moduł Telefonu Telefon MULF Bluetooth BMW Naprawa","price":0,"priceWithDelivery":426,"promoted":true,"sellerId":3061200,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://2.allegroimg.com/s400/01c01e/e0cd02c54c379b49f0284abfd982","thumbnailUrl":"https://2.allegroimg.com/s128/01c01e/e0cd02c54c379b49f0284abfd982","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500276194000,"quantity":10,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Puławy","photoUrls":[{"small":"https://2.allegroimg.com/s64/01c01e/e0cd02c54c379b49f0284abfd982","medium":"https://2.allegroimg.com/s400/01c01e/e0cd02c54c379b49f0284abfd982","original":"https://2.allegroimg.com/original/01c01e/e0cd02c54c379b49f0284abfd982"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6839013655,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-g-1-6-z16xe-komputer-i6839013655.html","bidCount":0,"bold":false,"buyNowPrice":150,"lowestShippingCost":45,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA G 1.6 Z16XE KOMPUTER","price":0,"priceWithDelivery":195,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/010bdb/1cb919bf48b8a10901802f3d6ab5","thumbnailUrl":"https://5.allegroimg.com/s128/010bdb/1cb919bf48b8a10901802f3d6ab5","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://5.allegroimg.com/s64/010bdb/1cb919bf48b8a10901802f3d6ab5","medium":"https://5.allegroimg.com/s400/010bdb/1cb919bf48b8a10901802f3d6ab5","original":"https://5.allegroimg.com/original/010bdb/1cb919bf48b8a10901802f3d6ab5"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5092164447,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/emulator-maty-do-bmw-e34-e36-e38-e39-e46-i5092164447.html","bidCount":1,"bold":false,"buyNowPrice":29.99,"lowestShippingCost":6.5,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Emulator Maty do BMW E34 E36 E38 E39 E46","price":0,"priceWithDelivery":36.49,"promoted":true,"sellerId":1882827,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://4.allegroimg.com/s400/01dcd8/7e67db3947ee80c9ce6e65213674","thumbnailUrl":"https://4.allegroimg.com/s128/01dcd8/7e67db3947ee80c9ce6e65213674","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":137,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Legnica","photoUrls":[{"small":"https://4.allegroimg.com/s64/01dcd8/7e67db3947ee80c9ce6e65213674","medium":"https://4.allegroimg.com/s400/01dcd8/7e67db3947ee80c9ce6e65213674","original":"https://4.allegroimg.com/original/01dcd8/7e67db3947ee80c9ce6e65213674"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6864259684,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-ecu-silnika-opel-zafira-1-4-1-6-i6864259684.html","bidCount":0,"bold":false,"buyNowPrice":89,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER STEROWNIK ECU SILNIKA OPEL ZAFIRA 1.4 1.6","price":0,"priceWithDelivery":124,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://6.allegroimg.com/s400/0104dd/9ab4b2664ab7b2c30cd0b0867206","thumbnailUrl":"https://6.allegroimg.com/s128/0104dd/9ab4b2664ab7b2c30cd0b0867206","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://6.allegroimg.com/s64/0104dd/9ab4b2664ab7b2c30cd0b0867206","medium":"https://6.allegroimg.com/s400/0104dd/9ab4b2664ab7b2c30cd0b0867206","original":"https://6.allegroimg.com/original/0104dd/9ab4b2664ab7b2c30cd0b0867206"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6867377473,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/passat-b6-2-0-komputer-siemens-komplet-100-sztuk-i6867377473.html","bidCount":0,"bold":false,"buyNowPrice":3999,"lowestShippingCost":0,"freeShipping":true,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"SET","name":"PASSAT B6 2.0 KOMPUTER SIEMENS KOMPLET 100 SZTUK","price":0,"priceWithDelivery":3999,"promoted":true,"sellerId":13067157,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://6.allegroimg.com/s400/030734/ae4aaf1e4e45b19ad5d145f24136","thumbnailUrl":"https://6.allegroimg.com/s128/030734/ae4aaf1e4e45b19ad5d145f24136","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"NYSA","photoUrls":[{"small":"https://6.allegroimg.com/s64/030734/ae4aaf1e4e45b19ad5d145f24136","medium":"https://6.allegroimg.com/s400/030734/ae4aaf1e4e45b19ad5d145f24136","original":"https://6.allegroimg.com/original/030734/ae4aaf1e4e45b19ad5d145f24136"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6858879243,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-12212819-i6858879243.html","bidCount":0,"bold":false,"buyNowPrice":500,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA 12212819","price":0,"priceWithDelivery":508,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://7.allegroimg.com/s400/0185e9/920cb3484070b9a29d49b86214e7","thumbnailUrl":"https://7.allegroimg.com/s128/0185e9/920cb3484070b9a29d49b86214e7","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500205991000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://7.allegroimg.com/s64/0185e9/920cb3484070b9a29d49b86214e7","medium":"https://7.allegroimg.com/s400/0185e9/920cb3484070b9a29d49b86214e7","original":"https://7.allegroimg.com/original/0185e9/920cb3484070b9a29d49b86214e7"},{"small":"https://5.allegroimg.com/s64/012973/62c7d9e347028e9bb496da6baeb5","medium":"https://5.allegroimg.com/s400/012973/62c7d9e347028e9bb496da6baeb5","original":"https://5.allegroimg.com/original/012973/62c7d9e347028e9bb496da6baeb5"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6874104209,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-punto-iaw-59f-m2-m3-e4-czysty-gwarancja-i6874104209.html","bidCount":0,"bold":true,"buyNowPrice":249,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER PUNTO IAW 59F M2 M3 E4 CZYSTY GWARANCJA","price":0,"priceWithDelivery":267,"promoted":true,"sellerId":4562227,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","thumbnailUrl":"https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501304372000,"quantity":10,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://8.allegroimg.com/s64/015527/90748a464a0cb3139e13d93b3b18","medium":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","original":"https://8.allegroimg.com/original/015527/90748a464a0cb3139e13d93b3b18"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6859739869,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6859739869.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://7.allegroimg.com/s400/01d40c/3a5dbfbe4471bc323f18001c5857","thumbnailUrl":"https://7.allegroimg.com/s128/01d40c/3a5dbfbe4471bc323f18001c5857","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500279534000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://7.allegroimg.com/s64/01d40c/3a5dbfbe4471bc323f18001c5857","medium":"https://7.allegroimg.com/s400/01d40c/3a5dbfbe4471bc323f18001c5857","original":"https://7.allegroimg.com/original/01d40c/3a5dbfbe4471bc323f18001c5857"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885964245,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885964245.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://f.allegroimg.com/s400/019d1d/8ffbf6f34350b2919be7f4a9134f","thumbnailUrl":"https://f.allegroimg.com/s128/019d1d/8ffbf6f34350b2919be7f4a9134f","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189905000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://f.allegroimg.com/s64/019d1d/8ffbf6f34350b2919be7f4a9134f","medium":"https://f.allegroimg.com/s400/019d1d/8ffbf6f34350b2919be7f4a9134f","original":"https://f.allegroimg.com/original/019d1d/8ffbf6f34350b2919be7f4a9134f"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885964819,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-silnika-opel-astra-g-corsa-1-4-1-6-zafira-i6885964819.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER SILNIKA OPEL ASTRA G CORSA 1.4 1.6 ZAFIRA","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://c.allegroimg.com/s400/01d829/b5885c0d4a4dbb95c72c43b17fac","thumbnailUrl":"https://c.allegroimg.com/s128/01d829/b5885c0d4a4dbb95c72c43b17fac","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189981000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://c.allegroimg.com/s64/01d829/b5885c0d4a4dbb95c72c43b17fac","medium":"https://c.allegroimg.com/s400/01d829/b5885c0d4a4dbb95c72c43b17fac","original":"https://c.allegroimg.com/original/01d829/b5885c0d4a4dbb95c72c43b17fac"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885964442,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-silnika-opel-vectra-zafira-1-6-astra-gwa-i6885964442.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA GWA","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://c.allegroimg.com/s400/01e6c5/9037bb2442c99886f526e1ab00fc","thumbnailUrl":"https://c.allegroimg.com/s128/01e6c5/9037bb2442c99886f526e1ab00fc","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189935000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://c.allegroimg.com/s64/01e6c5/9037bb2442c99886f526e1ab00fc","medium":"https://c.allegroimg.com/s400/01e6c5/9037bb2442c99886f526e1ab00fc","original":"https://c.allegroimg.com/original/01e6c5/9037bb2442c99886f526e1ab00fc"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885942988,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-6-1-7-i6885942988.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.6 1.7","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/018be2/29066f9441678859959427b6a055","thumbnailUrl":"https://5.allegroimg.com/s128/018be2/29066f9441678859959427b6a055","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189702000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://5.allegroimg.com/s64/018be2/29066f9441678859959427b6a055","medium":"https://5.allegroimg.com/s400/018be2/29066f9441678859959427b6a055","original":"https://5.allegroimg.com/original/018be2/29066f9441678859959427b6a055"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885943523,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885943523.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://f.allegroimg.com/s400/01dcf3/8e20944940dfad165d8a7de413df","thumbnailUrl":"https://f.allegroimg.com/s128/01dcf3/8e20944940dfad165d8a7de413df","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189798000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://f.allegroimg.com/s64/01dcf3/8e20944940dfad165d8a7de413df","medium":"https://f.allegroimg.com/s400/01dcf3/8e20944940dfad165d8a7de413df","original":"https://f.allegroimg.com/original/01dcf3/8e20944940dfad165d8a7de413df"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885944095,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885944095.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/0173af/1307f5d04550a19abd9bc87cf5bd","thumbnailUrl":"https://d.allegroimg.com/s128/0173af/1307f5d04550a19abd9bc87cf5bd","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189888000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://d.allegroimg.com/s64/0173af/1307f5d04550a19abd9bc87cf5bd","medium":"https://d.allegroimg.com/s400/0173af/1307f5d04550a19abd9bc87cf5bd","original":"https://d.allegroimg.com/original/0173af/1307f5d04550a19abd9bc87cf5bd"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885942601,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942601.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://8.allegroimg.com/s400/018b52/096fc60f45c0b917632c0932d038","thumbnailUrl":"https://8.allegroimg.com/s128/018b52/096fc60f45c0b917632c0932d038","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189648000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://8.allegroimg.com/s64/018b52/096fc60f45c0b917632c0932d038","medium":"https://8.allegroimg.com/s400/018b52/096fc60f45c0b917632c0932d038","original":"https://8.allegroimg.com/original/018b52/096fc60f45c0b917632c0932d038"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885943779,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-vectra-zafira-1-6-astra-i6885943779.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL VECTRA ZAFIRA 1.6 ASTRA","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://8.allegroimg.com/s400/0181e2/17f15f0c476c984b1c2bd60b89f8","thumbnailUrl":"https://8.allegroimg.com/s128/0181e2/17f15f0c476c984b1c2bd60b89f8","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189847000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://8.allegroimg.com/s64/0181e2/17f15f0c476c984b1c2bd60b89f8","medium":"https://8.allegroimg.com/s400/0181e2/17f15f0c476c984b1c2bd60b89f8","original":"https://8.allegroimg.com/original/0181e2/17f15f0c476c984b1c2bd60b89f8"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6885942302,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-g-vectra-1-4-1-6-1-8-i6885942302.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA G VECTRA 1.4 1.6 1.8","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://f.allegroimg.com/s400/01e52a/6c926f2d4b99941b0807a80cc9af","thumbnailUrl":"https://f.allegroimg.com/s128/01e52a/6c926f2d4b99941b0807a80cc9af","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1502189608000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://f.allegroimg.com/s64/01e52a/6c926f2d4b99941b0807a80cc9af","medium":"https://f.allegroimg.com/s400/01e52a/6c926f2d4b99941b0807a80cc9af","original":"https://f.allegroimg.com/original/01e52a/6c926f2d4b99941b0807a80cc9af"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":5525398419,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/opel-astra-vectra-zafira-1-8-i-2-0-x18xe1-x20xev-i5525398419.html","bidCount":0,"bold":false,"buyNowPrice":699,"lowestShippingCost":20,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Opel Astra Vectra Zafira 1.8 i 2.0 - X18XE1 X20XEV","price":0,"priceWithDelivery":719,"promoted":true,"sellerId":185517,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://2.allegroimg.com/s400/0172f3/4643e872420aa441c4ee44930342","thumbnailUrl":"https://2.allegroimg.com/s128/0172f3/4643e872420aa441c4ee44930342","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Ciechanów","photoUrls":[{"small":"https://2.allegroimg.com/s64/0172f3/4643e872420aa441c4ee44930342","medium":"https://2.allegroimg.com/s400/0172f3/4643e872420aa441c4ee44930342","original":"https://2.allegroimg.com/original/0172f3/4643e872420aa441c4ee44930342"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6636266449,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/tms374-immo-killer-renault-psa-fenix5-safir-sl96-i6636266449.html","bidCount":0,"bold":false,"buyNowPrice":550,"lowestShippingCost":9,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"TMS374 IMMO KILLER Renault,PSA, Fenix5, Safir SL96","price":0,"priceWithDelivery":559,"promoted":true,"sellerId":44703404,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://9.allegroimg.com/s400/03eb36/12b9a54d40d2be7cc1f6cc921ca9","thumbnailUrl":"https://9.allegroimg.com/s128/03eb36/12b9a54d40d2be7cc1f6cc921ca9","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":499,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Nowogród Bobrzański","photoUrls":[{"small":"https://9.allegroimg.com/s64/03eb36/12b9a54d40d2be7cc1f6cc921ca9","medium":"https://9.allegroimg.com/s400/03eb36/12b9a54d40d2be7cc1f6cc921ca9","original":"https://9.allegroimg.com/original/03eb36/12b9a54d40d2be7cc1f6cc921ca9"},{"small":"https://7.allegroimg.com/s64/01cc45/0a42abcc4934a06640289b275177","medium":"https://7.allegroimg.com/s400/01cc45/0a42abcc4934a06640289b275177","original":"https://7.allegroimg.com/original/01cc45/0a42abcc4934a06640289b275177"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6867283382,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-mercedes-w168-a-klasa-naprawa-i6867283382.html","bidCount":0,"bold":false,"buyNowPrice":400,"lowestShippingCost":20,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Komputer sterownik Mercedes W168, A-klasa Naprawa","price":0,"priceWithDelivery":420,"promoted":true,"sellerId":3026616,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/01825b/50446ff242ae998c25d3734ebdcd","thumbnailUrl":"https://d.allegroimg.com/s128/01825b/50446ff242ae998c25d3734ebdcd","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500813851000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Gniewkowo","photoUrls":[{"small":"https://d.allegroimg.com/s64/01825b/50446ff242ae998c25d3734ebdcd","medium":"https://d.allegroimg.com/s400/01825b/50446ff242ae998c25d3734ebdcd","original":"https://d.allegroimg.com/original/01825b/50446ff242ae998c25d3734ebdcd"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6859742059,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z14xe-i6859742059.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z14XE","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/018548/6cc5e95e47f494382949a30b5795","thumbnailUrl":"https://5.allegroimg.com/s128/018548/6cc5e95e47f494382949a30b5795","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500279839000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://5.allegroimg.com/s64/018548/6cc5e95e47f494382949a30b5795","medium":"https://5.allegroimg.com/s400/018548/6cc5e95e47f494382949a30b5795","original":"https://5.allegroimg.com/original/018548/6cc5e95e47f494382949a30b5795"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6855568483,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/uniwersalny-emulator-maty-bmw-mercedes-mazda-opel-i6855568483.html","bidCount":0,"bold":false,"buyNowPrice":130,"lowestShippingCost":9,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Uniwersalny emulator maty BMW MERCEDES MAZDA OPEL","price":0,"priceWithDelivery":139,"promoted":true,"sellerId":44703404,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/037f3b/aed578404484ac7ae72f419330c5","thumbnailUrl":"https://5.allegroimg.com/s128/037f3b/aed578404484ac7ae72f419330c5","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":500,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Nowy"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Kłodawa","photoUrls":[{"small":"https://5.allegroimg.com/s64/037f3b/aed578404484ac7ae72f419330c5","medium":"https://5.allegroimg.com/s400/037f3b/aed578404484ac7ae72f419330c5","original":"https://5.allegroimg.com/original/037f3b/aed578404484ac7ae72f419330c5"},{"small":"https://b.allegroimg.com/s64/014a8b/6e7a157b4cba898b3ceddd5dc00b","medium":"https://b.allegroimg.com/s400/014a8b/6e7a157b4cba898b3ceddd5dc00b","original":"https://b.allegroimg.com/original/014a8b/6e7a157b4cba898b3ceddd5dc00b"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6865930279,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-bsi-a-klasa-w169-a150-a1695456332-i6865930279.html","bidCount":0,"bold":false,"buyNowPrice":50,"lowestShippingCost":25,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER BSI A KLASA W169 A150 A1695456332","price":0,"priceWithDelivery":75,"promoted":true,"sellerId":24430600,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://e.allegroimg.com/s400/017941/3889eff348a091ef27d8fa90221e","thumbnailUrl":"https://e.allegroimg.com/s128/017941/3889eff348a091ef27d8fa90221e","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500726899000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Poznań","photoUrls":[{"small":"https://e.allegroimg.com/s64/017941/3889eff348a091ef27d8fa90221e","medium":"https://e.allegroimg.com/s400/017941/3889eff348a091ef27d8fa90221e","original":"https://e.allegroimg.com/original/017941/3889eff348a091ef27d8fa90221e"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":5297363623,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/vw-passat-b6-modul-bordnetz-i5297363623.html","bidCount":0,"bold":false,"buyNowPrice":30,"lowestShippingCost":20,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"VW PASSAT B6 MODUŁ BORDNETZ","price":0,"priceWithDelivery":50,"promoted":true,"sellerId":13067157,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://0.allegroimg.com/s400/01d3c2/f21acb28485da741080bde5bb470","thumbnailUrl":"https://0.allegroimg.com/s128/01d3c2/f21acb28485da741080bde5bb470","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":43,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"NYSA","photoUrls":[{"small":"https://0.allegroimg.com/s64/01d3c2/f21acb28485da741080bde5bb470","medium":"https://0.allegroimg.com/s400/01d3c2/f21acb28485da741080bde5bb470","original":"https://0.allegroimg.com/original/01d3c2/f21acb28485da741080bde5bb470"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6832860796,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/vw-tiguan-5n2-2-0-tdi-komputer-03l907309ad-i6832860796.html","bidCount":0,"bold":false,"buyNowPrice":599,"lowestShippingCost":13,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"VW TIGUAN 5N2 2.0 TDI KOMPUTER 03L907309AD","price":0,"priceWithDelivery":612,"promoted":true,"sellerId":12068265,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://a.allegroimg.com/s400/01ae2a/bac9ba74488898cb04a8e746a59a","thumbnailUrl":"https://a.allegroimg.com/s128/01ae2a/bac9ba74488898cb04a8e746a59a","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Męcina","photoUrls":[{"small":"https://a.allegroimg.com/s64/01ae2a/bac9ba74488898cb04a8e746a59a","medium":"https://a.allegroimg.com/s400/01ae2a/bac9ba74488898cb04a8e746a59a","original":"https://a.allegroimg.com/original/01ae2a/bac9ba74488898cb04a8e746a59a"},{"small":"https://c.allegroimg.com/s64/01f2a8/acbc699d4c16af1cf8716104bc2c","medium":"https://c.allegroimg.com/s400/01f2a8/acbc699d4c16af1cf8716104bc2c","original":"https://c.allegroimg.com/original/01f2a8/acbc699d4c16af1cf8716104bc2c"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5264787545,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-opel-isuzu-1-7-8971891362-wzmocniony-i5264787545.html","bidCount":0,"bold":false,"buyNowPrice":999,"lowestShippingCost":0,"freeShipping":true,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER OPEL ISUZU 1.7 8971891362 WZMOCNIONY","price":0,"priceWithDelivery":999,"promoted":true,"sellerId":4916665,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://6.allegroimg.com/s400/01dba2/5849f4564df1a8597b4188fa0236","thumbnailUrl":"https://6.allegroimg.com/s128/01dba2/5849f4564df1a8597b4188fa0236","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Reda","photoUrls":[{"small":"https://6.allegroimg.com/s64/01dba2/5849f4564df1a8597b4188fa0236","medium":"https://6.allegroimg.com/s400/01dba2/5849f4564df1a8597b4188fa0236","original":"https://6.allegroimg.com/original/01dba2/5849f4564df1a8597b4188fa0236"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5671363705,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/opel-1-8-z18xe-55351752-5wk9172-sterownik-komputer-i5671363705.html","bidCount":0,"bold":false,"buyNowPrice":1300,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"OPEL 1.8 Z18XE 55351752 5WK9172 STEROWNIK KOMPUTER","price":0,"priceWithDelivery":1335,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/01de55/d28c310c40ec9d77b6e2ec48ac7d","thumbnailUrl":"https://d.allegroimg.com/s128/01de55/d28c310c40ec9d77b6e2ec48ac7d","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://d.allegroimg.com/s64/01de55/d28c310c40ec9d77b6e2ec48ac7d","medium":"https://d.allegroimg.com/s400/01de55/d28c310c40ec9d77b6e2ec48ac7d","original":"https://d.allegroimg.com/original/01de55/d28c310c40ec9d77b6e2ec48ac7d"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6881161187,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/panda-iaw-5af-s1-s2-sm-sp-6-miesiecy-gwarancji-i6881161187.html","bidCount":0,"bold":true,"buyNowPrice":549,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"PANDA IAW 5AF S1 S2 SM SP 6 MIESIĘCY GWARANCJI","price":0,"priceWithDelivery":567,"promoted":true,"sellerId":4562227,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","thumbnailUrl":"https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501839814000,"quantity":5,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://b.allegroimg.com/s64/01d402/c38426bc4c34ab789ff21569884b","medium":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","original":"https://b.allegroimg.com/original/01d402/c38426bc4c34ab789ff21569884b"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6881157469,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/punto-doblo-iaw-5af-p3-p4-de-6-miesiecy-gwarancji-i6881157469.html","bidCount":0,"bold":true,"buyNowPrice":549,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"PUNTO DOBLO IAW 5AF P3 P4 DE 6 MIESIĘCY GWARANCJI","price":0,"priceWithDelivery":567,"promoted":true,"sellerId":4562227,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","thumbnailUrl":"https://b.allegroimg.com/s128/01d402/c38426bc4c34ab789ff21569884b","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501839554000,"quantity":5,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://b.allegroimg.com/s64/01d402/c38426bc4c34ab789ff21569884b","medium":"https://b.allegroimg.com/s400/01d402/c38426bc4c34ab789ff21569884b","original":"https://b.allegroimg.com/original/01d402/c38426bc4c34ab789ff21569884b"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6880623516,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-punto-iaw-5af-p3-lub-p4-wylogowany-czysty-i6880623516.html","bidCount":0,"bold":false,"buyNowPrice":360,"lowestShippingCost":14,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER PUNTO IAW 5AF.P3 LUB P4 WYLOGOWANY CZYSTY","price":0,"priceWithDelivery":374,"promoted":true,"sellerId":29019570,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://9.allegroimg.com/s400/015a1b/6a99b05e4e96b6303f72921f5ad9","thumbnailUrl":"https://9.allegroimg.com/s128/015a1b/6a99b05e4e96b6303f72921f5ad9","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500404786000,"quantity":4,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"POZNAŃ","photoUrls":[{"small":"https://9.allegroimg.com/s64/015a1b/6a99b05e4e96b6303f72921f5ad9","medium":"https://9.allegroimg.com/s400/015a1b/6a99b05e4e96b6303f72921f5ad9","original":"https://9.allegroimg.com/original/015a1b/6a99b05e4e96b6303f72921f5ad9"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6880058647,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/naprawa-sterownik-komputer-mr-pld-fr-cpc-gm-bs-i6880058647.html","bidCount":0,"bold":false,"buyNowPrice":1000,"lowestShippingCost":30,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Naprawa sterownik komputer MR PLD FR CPC GM BS","price":0,"priceWithDelivery":1030,"promoted":true,"sellerId":17492420,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://1.allegroimg.com/s400/01a5e9/0887c33a4d2ba9e14ae523d38101","thumbnailUrl":"https://1.allegroimg.com/s128/01a5e9/0887c33a4d2ba9e14ae523d38101","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501759885000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Wysogotowo","photoUrls":[{"small":"https://1.allegroimg.com/s64/01a5e9/0887c33a4d2ba9e14ae523d38101","medium":"https://1.allegroimg.com/s400/01a5e9/0887c33a4d2ba9e14ae523d38101","original":"https://1.allegroimg.com/original/01a5e9/0887c33a4d2ba9e14ae523d38101"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6879762140,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-silnika-mercedes-atego-om906-i6879762140.html","bidCount":0,"bold":false,"buyNowPrice":2500,"lowestShippingCost":30,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER STEROWNIK SILNIKA MERCEDES ATEGO OM906","price":0,"priceWithDelivery":2530,"promoted":true,"sellerId":17492420,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","thumbnailUrl":"https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501746421000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Wysogotowo","photoUrls":[{"small":"https://3.allegroimg.com/s64/01845d/79f35135481a86ec42f3dca33fc3","medium":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","original":"https://3.allegroimg.com/original/01845d/79f35135481a86ec42f3dca33fc3"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6879760887,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-silnika-om904-i6879760887.html","bidCount":0,"bold":false,"buyNowPrice":2500,"lowestShippingCost":30,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Komputer Sterownik silnika OM904","price":0,"priceWithDelivery":2530,"promoted":true,"sellerId":17492420,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","thumbnailUrl":"https://3.allegroimg.com/s128/01845d/79f35135481a86ec42f3dca33fc3","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501746238000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Wysogotowo","photoUrls":[{"small":"https://3.allegroimg.com/s64/01845d/79f35135481a86ec42f3dca33fc3","medium":"https://3.allegroimg.com/s400/01845d/79f35135481a86ec42f3dca33fc3","original":"https://3.allegroimg.com/original/01845d/79f35135481a86ec42f3dca33fc3"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":5137995262,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-09158726-5wk9157-1-8-simtec-i5137995262.html","bidCount":0,"bold":false,"buyNowPrice":359.99,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL 09158726 5WK9157 1.8 SIMTEC","price":0,"priceWithDelivery":394.99,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://4.allegroimg.com/s400/019666/c71fff5c49f8a3fb8eb59d8c3774","thumbnailUrl":"https://4.allegroimg.com/s128/019666/c71fff5c49f8a3fb8eb59d8c3774","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://4.allegroimg.com/s64/019666/c71fff5c49f8a3fb8eb59d8c3774","medium":"https://4.allegroimg.com/s400/019666/c71fff5c49f8a3fb8eb59d8c3774","original":"https://4.allegroimg.com/original/019666/c71fff5c49f8a3fb8eb59d8c3774"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6879328179,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-punto-1-2-iaw59f-e4-wylogowany-czysty-i6879328179.html","bidCount":0,"bold":false,"buyNowPrice":250,"lowestShippingCost":14,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER PUNTO 1.2 IAW59F.E4 WYLOGOWANY CZYSTY !!!","price":0,"priceWithDelivery":264,"promoted":true,"sellerId":29019570,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/011aeb/314895084a8f8fd0b3f8db7ca43d","thumbnailUrl":"https://d.allegroimg.com/s128/011aeb/314895084a8f8fd0b3f8db7ca43d","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":5,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"POZNAŃ","photoUrls":[{"small":"https://d.allegroimg.com/s64/011aeb/314895084a8f8fd0b3f8db7ca43d","medium":"https://d.allegroimg.com/s400/011aeb/314895084a8f8fd0b3f8db7ca43d","original":"https://d.allegroimg.com/original/011aeb/314895084a8f8fd0b3f8db7ca43d"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6876806433,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/modul-sterownik-kaseta-vic-3-daf-xf-105-brutto-i6876806433.html","bidCount":0,"bold":false,"buyNowPrice":2706,"lowestShippingCost":29.52,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"MODUŁ STEROWNIK KASETA VIC 3 DAF XF 105 BRUTTO","price":0,"priceWithDelivery":2735.52,"promoted":true,"sellerId":44228191,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/01d045/5c6c763c418d8ec2eb83747e0345","thumbnailUrl":"https://5.allegroimg.com/s128/01d045/5c6c763c418d8ec2eb83747e0345","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501500642000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Spławie 60a","photoUrls":[{"small":"https://5.allegroimg.com/s64/01d045/5c6c763c418d8ec2eb83747e0345","medium":"https://5.allegroimg.com/s400/01d045/5c6c763c418d8ec2eb83747e0345","original":"https://5.allegroimg.com/original/01d045/5c6c763c418d8ec2eb83747e0345"},{"small":"https://9.allegroimg.com/s64/010fb6/6b288d9746948214abbc4739bb29","medium":"https://9.allegroimg.com/s400/010fb6/6b288d9746948214abbc4739bb29","original":"https://9.allegroimg.com/original/010fb6/6b288d9746948214abbc4739bb29"},{"small":"https://2.allegroimg.com/s64/014e83/56e4b6004f5cbd0c940b5d753ae2","medium":"https://2.allegroimg.com/s400/014e83/56e4b6004f5cbd0c940b5d753ae2","original":"https://2.allegroimg.com/original/014e83/56e4b6004f5cbd0c940b5d753ae2"},{"small":"https://5.allegroimg.com/s64/016fa6/5bfa014c4f48b5956f8d54930355","medium":"https://5.allegroimg.com/s400/016fa6/5bfa014c4f48b5956f8d54930355","original":"https://5.allegroimg.com/original/016fa6/5bfa014c4f48b5956f8d54930355"},{"small":"https://2.allegroimg.com/s64/011402/41e0855e4aa5908d574783b95812","medium":"https://2.allegroimg.com/s400/011402/41e0855e4aa5908d574783b95812","original":"https://2.allegroimg.com/original/011402/41e0855e4aa5908d574783b95812"},{"small":"https://9.allegroimg.com/s64/017938/a473962e4411ad83b286b9cdad69","medium":"https://9.allegroimg.com/s400/017938/a473962e4411ad83b286b9cdad69","original":"https://9.allegroimg.com/original/017938/a473962e4411ad83b286b9cdad69"},{"small":"https://6.allegroimg.com/s64/01cdd8/c4fdc540475ebd8d5860f3687e26","medium":"https://6.allegroimg.com/s400/01cdd8/c4fdc540475ebd8d5860f3687e26","original":"https://6.allegroimg.com/original/01cdd8/c4fdc540475ebd8d5860f3687e26"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6875642306,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-edc-man-programowanie-i6875642306.html","bidCount":0,"bold":false,"buyNowPrice":2390,"lowestShippingCost":25,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Komputer Sterownik EDC MAN + PROGRAMOWANIE","price":0,"priceWithDelivery":2415,"promoted":true,"sellerId":39342586,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://3.allegroimg.com/s400/010362/2ed2365141fbb971980f2bc09d43","thumbnailUrl":"https://3.allegroimg.com/s128/010362/2ed2365141fbb971980f2bc09d43","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500026078000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Warszawa","photoUrls":[{"small":"https://3.allegroimg.com/s64/010362/2ed2365141fbb971980f2bc09d43","medium":"https://3.allegroimg.com/s400/010362/2ed2365141fbb971980f2bc09d43","original":"https://3.allegroimg.com/original/010362/2ed2365141fbb971980f2bc09d43"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6874104582,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-iaw-59f-sc-m5-m7-bw-e4-czysty-gwarancja-i6874104582.html","bidCount":0,"bold":true,"buyNowPrice":249,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER IAW 59F SC M5 M7 BW E4 CZYSTY GWARANCJA","price":0,"priceWithDelivery":267,"promoted":true,"sellerId":4562227,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","thumbnailUrl":"https://8.allegroimg.com/s128/015527/90748a464a0cb3139e13d93b3b18","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1501304519000,"quantity":10,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://8.allegroimg.com/s64/015527/90748a464a0cb3139e13d93b3b18","medium":"https://8.allegroimg.com/s400/015527/90748a464a0cb3139e13d93b3b18","original":"https://8.allegroimg.com/original/015527/90748a464a0cb3139e13d93b3b18"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6778828241,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/modul-sterownik-egs51-mercedes-s-klasa-w220-i6778828241.html","bidCount":0,"bold":false,"buyNowPrice":30,"lowestShippingCost":18,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"MODUŁ STEROWNIK EGS51 MERCEDES S KLASA W220","price":0,"priceWithDelivery":48,"promoted":true,"sellerId":43064883,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://3.allegroimg.com/s400/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","thumbnailUrl":"https://3.allegroimg.com/s128/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"SZCZECINEK","photoUrls":[{"small":"https://3.allegroimg.com/s64/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","medium":"https://3.allegroimg.com/s400/0190e6/3ebdd2db4d19a8ae05b57e5e79c3","original":"https://3.allegroimg.com/original/0190e6/3ebdd2db4d19a8ae05b57e5e79c3"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6670033688,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/modul-bsm-96668958802-citroen-peugeot-i6670033688.html","bidCount":0,"bold":false,"buyNowPrice":50,"lowestShippingCost":15,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"MODUŁ BSM 96668958802 CITROEN PEUGEOT","price":0,"priceWithDelivery":65,"promoted":true,"sellerId":4508307,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://3.allegroimg.com/s400/01cf13/62abdb404bb1aaa0cc395be86ac3","thumbnailUrl":"https://3.allegroimg.com/s128/01cf13/62abdb404bb1aaa0cc395be86ac3","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://3.allegroimg.com/s64/01cf13/62abdb404bb1aaa0cc395be86ac3","medium":"https://3.allegroimg.com/s400/01cf13/62abdb404bb1aaa0cc395be86ac3","original":"https://3.allegroimg.com/original/01cf13/62abdb404bb1aaa0cc395be86ac3"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5082087792,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-fiat-stilo-1-6-16v-iaw-5nf-t1-t2-t9-td-i5082087792.html","bidCount":0,"bold":false,"buyNowPrice":300,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER FIAT STILO 1.6 16V IAW 5NF T1 T2 T9 TD","price":0,"priceWithDelivery":335,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://9.allegroimg.com/s400/037197/1adf61c64ef5aded9d0f8303b1f9","thumbnailUrl":"https://9.allegroimg.com/s128/037197/1adf61c64ef5aded9d0f8303b1f9","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://9.allegroimg.com/s64/037197/1adf61c64ef5aded9d0f8303b1f9","medium":"https://9.allegroimg.com/s400/037197/1adf61c64ef5aded9d0f8303b1f9","original":"https://9.allegroimg.com/original/037197/1adf61c64ef5aded9d0f8303b1f9"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6868991034,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-komputer-silnika-opel-astra-dnhm-djty-i6868991034.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"Sterownik Komputer Silnika OPEL ASTRA DNHM DJTY","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://f.allegroimg.com/s400/01a4f5/a8dc678b46a6b4103740d868d27f","thumbnailUrl":"https://f.allegroimg.com/s128/01a4f5/a8dc678b46a6b4103740d868d27f","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500974542000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://f.allegroimg.com/s64/01a4f5/a8dc678b46a6b4103740d868d27f","medium":"https://f.allegroimg.com/s400/01a4f5/a8dc678b46a6b4103740d868d27f","original":"https://f.allegroimg.com/original/01a4f5/a8dc678b46a6b4103740d868d27f"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":5794913513,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-1-8-astra-g-komputer-zafira-i5794913513.html","bidCount":0,"bold":false,"buyNowPrice":340,"lowestShippingCost":30,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL 1.8 ASTRA G KOMPUTER ZAFIRA","price":0,"priceWithDelivery":370,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://b.allegroimg.com/s400/01a59d/b840ff80497e8f4f16ec4f5b608b","thumbnailUrl":"https://b.allegroimg.com/s128/01a59d/b840ff80497e8f4f16ec4f5b608b","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://b.allegroimg.com/s64/01a59d/b840ff80497e8f4f16ec4f5b608b","medium":"https://b.allegroimg.com/s400/01a59d/b840ff80497e8f4f16ec4f5b608b","original":"https://b.allegroimg.com/original/01a59d/b840ff80497e8f4f16ec4f5b608b"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5794909334,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-zafira-x18xe1-1-8-1-6-z18xe-i5794909334.html","bidCount":0,"bold":false,"buyNowPrice":1300,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ZAFIRA X18XE1 1.8 1.6 Z18XE","price":0,"priceWithDelivery":1335,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://a.allegroimg.com/s400/01c3ae/9c09afba476e92fd0b940a5ac0fa","thumbnailUrl":"https://a.allegroimg.com/s128/01c3ae/9c09afba476e92fd0b940a5ac0fa","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":3,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://a.allegroimg.com/s64/01c3ae/9c09afba476e92fd0b940a5ac0fa","medium":"https://a.allegroimg.com/s400/01c3ae/9c09afba476e92fd0b940a5ac0fa","original":"https://a.allegroimg.com/original/01c3ae/9c09afba476e92fd0b940a5ac0fa"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6670049708,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/modul-bsm-9664983180-citroen-peugeot-i6670049708.html","bidCount":0,"bold":false,"buyNowPrice":100,"lowestShippingCost":15,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"MODUŁ BSM 9664983180 CITROEN PEUGEOT","price":0,"priceWithDelivery":115,"promoted":true,"sellerId":4508307,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://e.allegroimg.com/s400/0141aa/f84ff5624a58a1b462e8fede745e","thumbnailUrl":"https://e.allegroimg.com/s128/0141aa/f84ff5624a58a1b462e8fede745e","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Łódź","photoUrls":[{"small":"https://e.allegroimg.com/s64/0141aa/f84ff5624a58a1b462e8fede745e","medium":"https://e.allegroimg.com/s400/0141aa/f84ff5624a58a1b462e8fede745e","original":"https://e.allegroimg.com/original/0141aa/f84ff5624a58a1b462e8fede745e"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6859742300,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-zafira-x18xe1-z16xe-i6859742300.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA ZAFIRA X18XE1 Z16XE","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/019a21/a722a7774109aa4ea74c715cc2cd","thumbnailUrl":"https://d.allegroimg.com/s128/019a21/a722a7774109aa4ea74c715cc2cd","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500279865000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://d.allegroimg.com/s64/019a21/a722a7774109aa4ea74c715cc2cd","medium":"https://d.allegroimg.com/s400/019a21/a722a7774109aa4ea74c715cc2cd","original":"https://d.allegroimg.com/original/019a21/a722a7774109aa4ea74c715cc2cd"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6859740143,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-combo-corsa-1-4-1-6-i6859740143.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":8,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA COMBO CORSA 1.4 1.6","price":0,"priceWithDelivery":358,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://2.allegroimg.com/s400/01f327/d81852c249198015cc16676ad762","thumbnailUrl":"https://2.allegroimg.com/s128/01f327/d81852c249198015cc16676ad762","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500279591000,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://2.allegroimg.com/s64/01f327/d81852c249198015cc16676ad762","medium":"https://2.allegroimg.com/s400/01f327/d81852c249198015cc16676ad762","original":"https://2.allegroimg.com/original/01f327/d81852c249198015cc16676ad762"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6858313541,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-silnika-zestawa-do-odpalenia-toyota-aygo-i6858313541.html","bidCount":0,"bold":false,"buyNowPrice":250,"lowestShippingCost":20,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER SILNIKA ZESTAWA DO ODPALENIA TOYOTA AYGO","price":0,"priceWithDelivery":270,"promoted":true,"sellerId":12987055,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://5.allegroimg.com/s400/01a20d/4f9c56a3451aa6685deca41ab655","thumbnailUrl":"https://5.allegroimg.com/s128/01a20d/4f9c56a3451aa6685deca41ab655","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500150724000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"krzywda","photoUrls":[{"small":"https://5.allegroimg.com/s64/01a20d/4f9c56a3451aa6685deca41ab655","medium":"https://5.allegroimg.com/s400/01a20d/4f9c56a3451aa6685deca41ab655","original":"https://5.allegroimg.com/original/01a20d/4f9c56a3451aa6685deca41ab655"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6858922269,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-sterownik-silnika-fabia-03d906033c-i6858922269.html","bidCount":0,"bold":false,"buyNowPrice":500,"lowestShippingCost":14.5,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER STEROWNIK SILNIKA FABIA 03D906033C","price":0,"priceWithDelivery":514.5,"promoted":true,"sellerId":7115530,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://1.allegroimg.com/s400/01889e/ce281975453ea60514cda4c9bb91","thumbnailUrl":"https://1.allegroimg.com/s128/01889e/ce281975453ea60514cda4c9bb91","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500208395000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"GDYNIA","photoUrls":[{"small":"https://1.allegroimg.com/s64/01889e/ce281975453ea60514cda4c9bb91","medium":"https://1.allegroimg.com/s400/01889e/ce281975453ea60514cda4c9bb91","original":"https://1.allegroimg.com/original/01889e/ce281975453ea60514cda4c9bb91"},{"small":"https://3.allegroimg.com/s64/01de8b/0502114d4248993710a4d98d6b33","medium":"https://3.allegroimg.com/s400/01de8b/0502114d4248993710a4d98d6b33","original":"https://3.allegroimg.com/original/01de8b/0502114d4248993710a4d98d6b33"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6856772151,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-silnika-sterownik-daf-xf-105-brutto-i6856772151.html","bidCount":0,"bold":false,"buyNowPrice":984,"lowestShippingCost":29.52,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER SILNIKA STEROWNIK DAF XF 105 BRUTTO","price":0,"priceWithDelivery":1013.52,"promoted":true,"sellerId":44228191,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://2.allegroimg.com/s400/01720b/c2fbb0984b2eb947a9798b180282","thumbnailUrl":"https://2.allegroimg.com/s128/01720b/c2fbb0984b2eb947a9798b180282","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":1500035354000,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Spławie 60a","photoUrls":[{"small":"https://2.allegroimg.com/s64/01720b/c2fbb0984b2eb947a9798b180282","medium":"https://2.allegroimg.com/s400/01720b/c2fbb0984b2eb947a9798b180282","original":"https://2.allegroimg.com/original/01720b/c2fbb0984b2eb947a9798b180282"},{"small":"https://4.allegroimg.com/s64/015d96/c5edbafd4b3692a1e3e036f0a144","medium":"https://4.allegroimg.com/s400/015d96/c5edbafd4b3692a1e3e036f0a144","original":"https://4.allegroimg.com/original/015d96/c5edbafd4b3692a1e3e036f0a144"},{"small":"https://5.allegroimg.com/s64/0174d6/b6c0e96a47bfaf58a414e4d63055","medium":"https://5.allegroimg.com/s400/0174d6/b6c0e96a47bfaf58a414e4d63055","original":"https://5.allegroimg.com/original/0174d6/b6c0e96a47bfaf58a414e4d63055"},{"small":"https://0.allegroimg.com/s64/01d870/ee0e92454010a99afe0b750b8870","medium":"https://0.allegroimg.com/s400/01d870/ee0e92454010a99afe0b750b8870","original":"https://0.allegroimg.com/original/01d870/ee0e92454010a99afe0b750b8870"},{"small":"https://7.allegroimg.com/s64/013adf/97213d7e49589c0caaf053de11f7","medium":"https://7.allegroimg.com/s400/013adf/97213d7e49589c0caaf053de11f7","original":"https://7.allegroimg.com/original/013adf/97213d7e49589c0caaf053de11f7"}],"infinite":false,"currency":"PLN","vip":false,"variants":null},{"itemId":6411245138,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-volvo-s40-v50-31272996ab-0281016590-d1-k-i6411245138.html","bidCount":0,"bold":false,"buyNowPrice":1250,"lowestShippingCost":null,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER VOLVO S40 V50 31272996AB 0281016590 D1.K","price":0,"priceWithDelivery":null,"promoted":true,"sellerId":40163664,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://9.allegroimg.com/s400/0138eb/fb0521c2405ab5c06ea6e66565f9","thumbnailUrl":"https://9.allegroimg.com/s128/0138eb/fb0521c2405ab5c06ea6e66565f9","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"kolo","photoUrls":[{"small":"https://9.allegroimg.com/s64/0138eb/fb0521c2405ab5c06ea6e66565f9","medium":"https://9.allegroimg.com/s400/0138eb/fb0521c2405ab5c06ea6e66565f9","original":"https://9.allegroimg.com/original/0138eb/fb0521c2405ab5c06ea6e66565f9"},{"small":"https://f.allegroimg.com/s64/0179cd/89c908eb4ef2b0be44f234587bcf","medium":"https://f.allegroimg.com/s400/0179cd/89c908eb4ef2b0be44f234587bcf","original":"https://f.allegroimg.com/original/0179cd/89c908eb4ef2b0be44f234587bcf"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5096810928,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/komputer-silnika-opel-1-4-1-6-astra-meriva-zafira-i5096810928.html","bidCount":0,"bold":false,"buyNowPrice":350,"lowestShippingCost":45,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"KOMPUTER SILNIKA OPEL 1.4 1.6 astra meriva zafira","price":0,"priceWithDelivery":395,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://9.allegroimg.com/s400/01c157/d15c7fa54436a1b59923895e6279","thumbnailUrl":"https://9.allegroimg.com/s128/01c157/d15c7fa54436a1b59923895e6279","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://9.allegroimg.com/s64/01c157/d15c7fa54436a1b59923895e6279","medium":"https://9.allegroimg.com/s400/01c157/d15c7fa54436a1b59923895e6279","original":"https://9.allegroimg.com/original/01c157/d15c7fa54436a1b59923895e6279"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5118175768,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5118175768.html","bidCount":0,"bold":false,"buyNowPrice":99.97,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8","price":0,"priceWithDelivery":134.97,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://6.allegroimg.com/s400/0133af/ea36398441e88451609baeb0ae46","thumbnailUrl":"https://6.allegroimg.com/s128/0133af/ea36398441e88451609baeb0ae46","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://6.allegroimg.com/s64/0133af/ea36398441e88451609baeb0ae46","medium":"https://6.allegroimg.com/s400/0133af/ea36398441e88451609baeb0ae46","original":"https://6.allegroimg.com/original/0133af/ea36398441e88451609baeb0ae46"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6599665754,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/8971891360-8971891361-8971891362-8971891363-isuzu-i6599665754.html","bidCount":0,"bold":false,"buyNowPrice":297.76,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"8971891360 8971891361 8971891362 8971891363 isuzu","price":0,"priceWithDelivery":332.76,"promoted":true,"sellerId":4916665,"premiumSeller":false,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://8.allegroimg.com/s400/014bfb/fa47db2e415eb2db680e48aa40d8","thumbnailUrl":"https://8.allegroimg.com/s128/014bfb/fa47db2e415eb2db680e48aa40d8","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[],"vendor":"allegro","country":"PL","location":"Reda","photoUrls":[{"small":"https://8.allegroimg.com/s64/014bfb/fa47db2e415eb2db680e48aa40d8","medium":"https://8.allegroimg.com/s400/014bfb/fa47db2e415eb2db680e48aa40d8","original":"https://8.allegroimg.com/original/014bfb/fa47db2e415eb2db680e48aa40d8"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":5139075594,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/sterownik-silnika-opel-astra-h-g-vectra-c-1-6-1-8-i5139075594.html","bidCount":0,"bold":false,"buyNowPrice":699.97,"lowestShippingCost":35,"freeShipping":false,"freeReturn":false,"highlight":false,"itemType":"buynow","unitType":"UNIT","name":"STEROWNIK SILNIKA OPEL ASTRA H G VECTRA C 1.6 1.8","price":0,"priceWithDelivery":734.97,"promoted":true,"sellerId":14204219,"premiumSeller":true,"cartAvailable":true,"originalPrice":null,"mediumSizePhotoUrl":"https://d.allegroimg.com/s400/01dd51/5d493f844219b76b51cd6d24242d","thumbnailUrl":"https://d.allegroimg.com/s128/01dd51/5d493f844219b76b51cd6d24242d","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":2,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"REDA","photoUrls":[{"small":"https://d.allegroimg.com/s64/01dd51/5d493f844219b76b51cd6d24242d","medium":"https://d.allegroimg.com/s400/01dd51/5d493f844219b76b51cd6d24242d","original":"https://d.allegroimg.com/original/01dd51/5d493f844219b76b51cd6d24242d"}],"infinite":true,"currency":"PLN","vip":false,"variants":null},{"itemId":6841479387,"campaignId":null,"emissionUnitId":null,"url":"http://allegro.pl/e-klasa-2-2cdi-sterownik-silnika-0281010193-i6841479387.html","bidCount":0,"bold":true,"buyNowPrice":400,"lowestShippingCost":25,"freeShipping":false,"freeReturn":false,"highlight":true,"itemType":"buynow","unitType":"UNIT","name":"E klasa 2.2CDI sterownik silnika 0281010193","price":0,"priceWithDelivery":425,"promoted":true,"sellerId":6835530,"premiumSeller":false,"cartAvailable":false,"originalPrice":null,"mediumSizePhotoUrl":"https://1.allegroimg.com/s400/0150b2/cbd8f4c64c3d81d22925acdc6fe1","thumbnailUrl":"https://1.allegroimg.com/s128/0150b2/cbd8f4c64c3d81d22925acdc6fe1","brandZone":false,"shopName":null,"logotypeUrl":null,"endingTime":null,"quantity":1,"categoryPath":["3","620","4141","4145"],"hideThumbnails":false,"attributes":[{"id":"11323","name":"Stan","values":["Używany"],"type":"string","filterType":"enum"}],"vendor":"allegro","country":"PL","location":"Wałbrzych","photoUrls":[{"small":"https://1.allegroimg.com/s64/0150b2/cbd8f4c64c3d81d22925acdc6fe1","medium":"https://1.allegroimg.com/s400/0150b2/cbd8f4c64c3d81d22925acdc6fe1","original":"https://1.allegroimg.com/original/0150b2/cbd8f4c64c3d81d22925acdc6fe1"},{"small":"https://f.allegroimg.com/s64/019be8/4a99a8694ee99c8ce4530b54caaf","medium":"https://f.allegroimg.com/s400/019be8/4a99a8694ee99c8ce4530b54caaf","original":"https://f.allegroimg.com/original/019be8/4a99a8694ee99c8ce4530b54caaf"}],"infinite":true,"currency":"PLN","vip":false,"variants":null}],"searchType":"MAIN","bestmatchScenario":"base-relevance-floki-5-nga-aut-1-3-0511"},"userData":{},"renderDateTime":"2017-07-10T23:56:03.173Z","showUserSellsNothingMessage":false,"showEmitterServiceAds":true,"isGalleryView":false,"country":"pl","exchange":{"exchangeRates":null,"expectedCurrency":null},"pageUrl":"https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145?order=m","order":"m"};
window.__listing_PopoverStoreState = {"item":null,"isGalleryView":false};
window.__listing_ObservedStoreState = {"observed":{"ids":[],"pageUrl":"https://allegro.pl/kategoria/uklad-elektryczny-zaplon-sterowniki-silnika-4145?order=m"}};
window.__listing_CookieMonster = {"category":"Listing","label":"regular","customParams":{"listing":{"type":"regular","categoryPath":["954b95b6-43cf-4104-8354-dea4d9b10ddf","3","620","4141","4145"],"search":false,"category":true,"gallery":false,"isEmpty":false,"order":"m","resultsNum":60000}}};
window.__listing_CategoryData = {"id":"4145","name":"Sterowniki silnika","path":[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}],"leaf":true,"alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"};
</script></div></div><div class="pagination-bottom"><div data-box-name="pagination bottom" data-prototype-id="allegro.pagination" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.pagination" data-analytics-tags=""><a name="pagination-bottom"></a><ul class="opbox-pagination bottom" data-param="p" >
<li class="active">1</li><li><a href="#" data-page="2">2</a></li><li><a href="#" data-page="3">3</a></li><li><a href="#" data-page="4">4</a></li><li><a href="#" data-page="5">5</a></li>
<li class="suffix">z</li>
<li class="quantity"><a href="#" data-page="1000" rel="last">1000</a></li>
<li class="next"><a rel="next" href="#" data-page="2">następna</a></li>
</ul></div></div><div><div data-box-name="bottom-ads-container" data-prototype-id="layout.container" data-expand="1" class="lazyload" data-analytics-category="layout.container" data-analytics-tags=""><a name="bottom-ads-container"></a><div class="opbox-sheet-wrapper">
<div class="opbox-sheet
full-width
"
>
<div data-box-name="dbb-placement" data-prototype-id="allegro.advertisementBox" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.advertisementBox" data-analytics-tags=""><a name="dbb-placement"></a><div id="sas_32382"
class="sas-dbb-placement js-ads-holder"
data-advertisements-page-props='{"offersCount": 60000, "categoryData": {"id":"4145","name":"Sterowniki silnika","path":[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}],"leaf":true,"alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}, "query": {"order":"m"} }'
data-advertisements='{"siteId":73746, "pageId":550324, "restrictedBreakpoint":0, "id":32382, "refresh":false }'>
</div></div>
</div>
</div></div></div></div></div><div class="layout__bottom"></div></div></div>
</div>
</div></div><div data-box-name="allegro.footer" data-prototype-id="allegro.footer" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.footer" data-analytics-tags=""><a name="allegro-footer"></a><footer class="site-footer separator separator-top lang-pl">
<div class="container-fluid">
<br>
<div class="clearfix">
<div class="col-xs-12">
<div class="main-footer-logo col-xs-2 hidden-xm hidden-xs hidden-ss hidden-sm">
<a
href="https://allegro.pl/"
data-analytics-clickable
data-analytics-click-custom-type="logotype"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/"
>
<img src="//cdn.allegrostatic.com/@metrum/brand/allegro-e2b1a7f8.svg" alt="Allegro.pl - aukcje internetowe, bezpieczne zakupy" itemprop="logo">
</a>
</div>
<p class="main-footer-shortcuts text-right col-xs-10">
<a
href="https://magazyn.allegro.pl/3333-o-nas"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://magazyn.allegro.pl/3333-o-nas"
>
<span>O nas</span>
</a>
<a
href="http://biznes.allegro.pl/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="http://biznes.allegro.pl/"
>
<span>Dla firm</span>
</a>
<a
href="https://dlasprzedajacych.allegro.pl/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://dlasprzedajacych.allegro.pl/"
>
<span>Dla sprzedających</span>
</a>
<a
href="https://allegro.pl/praca"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/praca"
>
<span>Praca</span>
</a>
<a
href="http://poznaj.allegro.pl/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="http://poznaj.allegro.pl/"
>
<span>Poznaj Allegro</span>
</a>
<a
href="http://poznaj.allegro.pl/mobilne/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="http://poznaj.allegro.pl/mobilne/"
>
<span>Mobilne Allegro</span>
</a>
<a
href="https://allegro.pl/country_pages/1/0/user_agreement.php"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/country_pages/1/0/user_agreement.php"
>
<span>Regulamin</span>
</a>
<a
href="https://pomoc.allegro.pl/"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://pomoc.allegro.pl/"
>
<span>Centrum Pomocy</span>
</a>
</p>
</div>
</div>
<br>
<div class="main-footer-additional-info didascalia didascalia-color text-center">
<p>
Korzystanie z serwisu oznacza akceptację
<a
href="https://allegro.pl/country_pages/1/0/user_agreement.php"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/country_pages/1/0/user_agreement.php"
>
<span>regulaminu</span>
</a>
</p>
<p class="footer-bottom-links">
<a
href="http://allegro.pl/country_pages/1/0/cookie_policy.php"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="http://allegro.pl/country_pages/1/0/cookie_policy.php"
>
<span>Informacja o cookies</span>
</a>
<a
href="https://allegro.pl/mapa-strony"
data-analytics-clickable
data-analytics-click-custom-type="navigation_link"
data-analytics-click-opbox-custom-destination-url="https://allegro.pl/mapa-strony"
>
<span>Mapa strony</span>
</a>
</p>
</div>
</div>
</footer>
</div><div data-box-name="parallax" data-prototype-id="allegro.advertisementBox" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.advertisementBox" data-analytics-tags=""><a name="parallax"></a><div id="sas_32384"
class="parallax js-ads-holder"
data-advertisements-page-props='{"offersCount": 60000, "categoryData": {"id":"4145","name":"Sterowniki silnika","path":[{"id":"954b95b6-43cf-4104-8354-dea4d9b10ddf","name":"Allegro","alias":"/"},{"id":"3","name":"Motoryzacja","alias":"motoryzacja"},{"id":"620","name":"Części samochodowe","alias":"czesci-samochodowe-620"},{"id":"4141","name":"Układ elektryczny, zapłon","alias":"czesci-samochodowe-uklad-elektryczny-zaplon-4141"},{"id":"4145","name":"Sterowniki silnika","alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}],"leaf":true,"alias":"uklad-elektryczny-zaplon-sterowniki-silnika-4145"}, "query": {"order":"m"} }'
data-advertisements='{"siteId":73746, "pageId":550324, "restrictedBreakpoint":0, "id":32384, "refresh":false }'>
</div></div><div data-box-name="seo" data-prototype-id="allegro.listing.seo" data-expand="1" class="lazyload" data-analytics-enabled data-analytics-category="allegro.listing.seo" data-analytics-tags=""><a name="seo"></a></div>
</div>
<script src="https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/opbox.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-web/1.24.6/scripts/vendors.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-footer/1.7.3/scripts/footer.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-commons/1.0.4/vendors.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-offer/4.1.3/scripts/offers.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-container/2.8.1/scripts/script.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-advertisement-box/0.11.0/scripts/bundle-sas.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-listing/1.29.0/listing.bundle.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-pagination/1.2.1/scripts/index.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-queries-keeper-star-button/0.3.1/scripts/main.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-listing-layout/0.12.4/scripts/index.js"></script>
<script src="https://assets.allegrostatic.pl/opbox-listing-seo/1.5.1/scripts/index.js"></script>
</body>
</html> | json | 2017-07-11T00:33:24.000Z |
|
\$\{.*\#each\s+(.*)\s+in\s+(.*)\s*\}([\w.\s\S]*)\$\{\#endeach\} | <script id="name-tmpl" type="text/html" data-source="items">
<div>
${item.name}
</div>
</script> | data-repeat | 2015-11-09T23:34:57.000Z |
|
Password should have a Capital letter, a number (may or may not have special char) | ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])[-\w!$%^&*()_+|~=`{}\[\]:";'<>?,.\/]+$ | password$a1 | Password | 2017-08-22T09:36:57.000Z |
This two-step find-replace routine is intended create string vars from text like this:
original text:
This is
A block of text
I want to move
To my code
As a variable
Uncluttered | (?xsm)
(.+) # copy-past replacement to | =IFERROR(
MAX(
INDEX(
raw_wells_prod!R1,
MATCH(
1,
raw_wells_prod!R,
0
)
),
INDEX(
raw_wells_inj!R1,
MATCH(
1,
raw_wells_prod!R,
0
)
)
),
0
) | [code vba] pad string lines with space p1 | 2018-12-05T04:40:15.000Z |
(今天)?(续|延|多住|续订)(半|两|几|一|一下)?(天|晚|房间|住|房) | 啊,你好,这个房间已经延迟一天麻烦你派个人过来打扫卫生。
你好,续房。
两个那个剃须刀了一次性的继续刀。
继续刀。
嗯,麻烦你给我这边拿一个一次性继续到。
继续的。
两个继续刀。
哎,你好,那个这个继续多一次性的有,有。
继续到有没有?
帮我送两件浴袍和一个继续到。
那个舒一个继续大道六六酒店吗?
拖鞋,还有的继续要。
续房?
问一下那个我要续房的话是怎么办手续啊?
去五六副今天那个续租了去住了,但是那个没有送水送几瓶水上的好吗。
呃,继续到帮哪一个。
继续刀。
那个我想那个续两天房。
继续刀一次性的再送两瓶水,可以吗?
我这啊,我我要六一零要继续到。
嗯,没有了,你在我拿两个继续的。
继续到。
哎,你好,我那个我延迟到一点这个的吗?
延迟一点退房。
嗯,我要咨询继续怎么没有?
我要继续到。
请帮我拿两个那个剃须刀一次性继续的,还有一百牙刷。
请送两瓶矿泉水和一个继续到。
啊,你好,我想我是那个二幺零二房客,我想了解一下,嗯,那个像是多长时间打扫卫生啊,我看我已经将近四五天了,一直没有打扫卫生,我想了解一下。
老是玩的小游去终生会继续来小火之前怎么坏了吧?
啊,我想我想延迟退房延迟一会退房。
嗯,知道延迟在哪一种不是那种别的啊。
嗯,续订房间。
我要续房。
一个刮胡刀,继续到。
嗯,我想要一个继续到。
的四零七想要续住一天。
继续刀。
继续的。
我退房时间,延后到一点可以吧。
你好,我这边是房,我待会中午回来再是在再补钱写的手续好吗?
喂,我要续房,我已经订好了,我回来以后再去办手续,可以吗?
我想续住房间。
自己需要续住麻烦通知前台。
有七幺幺房间续订一天。
续住一天。
嗯,我想再续订一个晚上多少钱?
房间在延迟一天。
你都能干什么呀?你我要给我聊天吗?洗手台下方没有拖鞋的帮我把窗帘拉上窗户关上给我拿两瓶矿泉水帮我权志龙的歌给我听空调开高一点多少音乐有没有刮胡刀,我的拖鞋到哪儿来做接不在心,怎么才下班气死我了,我今天的衣服好看吗?
我说一个继续的。
好,帮我那个续住一晚吧。
就是我想问一下,就是每天都这个就是因为我前两天入住的这个房间是六百吧的房费,然后我想多钱一天,然后刚才在前台,我就定了一天是九百四的,我想问一下,就是因为我们报账每天要打碎吗?我想问一下是可以改的吗?
嗯,我要续住。
那个保单手续房间了。
有继续打扰吗?
我要两个继续到。
嗯,我要续住。
嗯,其他没有了多送两天也行。
帮我续房。
帮我幺六五幺五八继续到好吧。
你们小游戏的就行,会继续来古镇怎么欢乐的露天吧。
有没有继续刀呢。
继续刀。
要继续到要的。
继续唱歌。
给你说了好多变了,我送两个剃须刀过来,我明天要挂胡子。
我我我续房在哪哪个电话?你现在。
太小了多哪一天?
嗯,我续一天晚上那个是怎么弄。
继续的帮我拿一个。
继续刀跟绿茶好吧,所以我不要了。
嗯,继续到一厅的到过来一个。
嗯,我问一下你们这边那个啤酒多少钱一天啊。
续房怎么去?
续房?
就是许多天河北路在那边还少了我再就是个护发素啊。
什么三个一个能干什么呀?一会给我聊天吗?洗手台下方没有拖鞋的帮我把窗户拉上给我拿两瓶矿泉水空调开高一点,有没有刮胡刀,几多钱不在洗手台下班气死我了,我今天的衣服好看吗?
我说我续住。
继续刀一次性的剃须刀。
新型就是继续到刮胡这里。
已经有续房了,我去了半天房应该是不是该给我配送两瓶两瓶水呀,再重新给我送两个女生。
啊,请我拿去继续到。
我要续住。
没什么新梅是不是多少钱一天多少钱?
继续的。
我要一次性继续产品有吗?
哎,你好,我想问一下续住半天的话多少钱?
续住。
续住。
呃,她没有那个什么,一次性的那种继续到是吧?
我这个房间需要下午延续到两点退房。
继续到。
继续刀。
继续。
你好,问小游戏的救生会继续来想补救怎么欢乐的露天吧。
装里边咱们有的就二十多天二十五天到三十天,人家也有交的这个星期自己歌友会到初九的不输。
就是继续到有没有继续的。
帮我延迟退房一点钟。
我想要续住。
我想问一下我们可不可不可以延迟到一点退房啊。
我要继续到一次性的。
继续刀。
续房时间。
要七幺幺房间续住。
继续灯。
救生衣吗?出来是心眼这样,不是顺延是零八那边的依旧这边那个心动发放了吗?好评下也是吧,别的方面,我慢一百多的和。
我,我最近房还可以续房两天吗?
要续房间换房间。
嗯,能帮我续住两天吗?
我想续住。
了,小游戏会继续来镇区这么关注这几天吗?
喂,你好,唉,我们这边不是说早上八点会送到送早餐吗,怎么八点多的怎么没送吗?昨天不是说八点钟吗?
继续都呢?
想续住两天。
我想多住两天需。
嗯,我想在那个续约需要房间就是我因为我明天是应该就就时间到了吗,然后的话我还想再订订一个晚上。
多少?还有一点你那个啥是吧?拿后面我我就去办是因为那个是不是三那个我老师她明天是我不是跟他那个那个一个婚纱,我们是是在那里,那个的爸爸在那个是船山路那里,那那边的,我塌了好几趟好像我这洗下人又少的第一次办法一下岁的孩子电话给我一下么,那个打电话给我。
你好,有一次性继续打有没有?
我需要继续刀的次性的剃须刀。
我们续房,一会下去。
这个我们一会给续房,一会下去了啊。
续住一天。
嗯,那个可不可以延迟到一点钟啊。
我要那个刮胡到继续到。
要继续他。
嗯,我要续住怎么办?
啊,我想再续一天房间。
继续刀。
我需要续住。
你好,嗯,这个房今天续住。
嗯,上面那一个那个二维码,然后才可以买那个就是那个那个继续到啊。
那那个延迟到一点钟是怎么收费啊?
嗯,我需要一个继续到。
我需要一个继续到。
我想续订一下房间。
续住。
嗯,我这个房间能不能在我续两天。
我这个房间我想再续两天能不能帮我去上。
七床续房。
续房?
继续刀。
哎,你这个房间里没有继续到是吧?
我们退下不知道怎么着打开我,你听不到一个,我要我们的近还是说是继续我们打算这是没用近郊大人丝丝。
继续到哪一个。
嗯,你好,是那个我这边的话继续订房间的时间跟你们确认一下。
就是要办理这个房间的续住不是登记的那个人去办吗?还是我盒的是的,我去半一可以办续住。
帮我续住一天。
的,你这个东西大多一宿的不好,全体大就是今天。
我这个我刚刚在携程上有续了一晚到时帮我把一下我刚在携程上了一晚。
续房?
嗯,续订房间。
我的续房,不人道我电话怎么打?
要五一零需要一个继续到。
送个继续刀。
那个我想续费了,反正费事一下。
嗯,我要个继续到。
啊,就是下午两点钟退房是收多少房价半天一天。
继续刀。
你好,我想续住一天,请问前台那边说一声。
那个九幺零九幺二续房。
嗯,你好,我要续房。
好,哎,这个有提供那个那个继续刀吗?
继续刀。
我要多住两天续住。
要超额多的明天要明天。
你们为什么让机器人连续送两次空的房间吗?
续房?
那的还是回来小游戏玩的就不行,会继续来,小幅镇区怎么坏了的冬天吧。
嗯,要六零六要六零八续费。
续住。
那个我要晚一点再决定是退房还是续房,大概反证一点之前吧,好吧。
到继续到。
嘟嘟要连续到给我拿过来。
我要个继续到牙具到现在没给我拿过来。
继续到牙具?
继续他。
这个房间送的继续到费。
续房?
这个是住房费续住。
继续到。
可以延迟到一点钟退房吗?
这个房间帮我再延一天。
是另一方面的是基础,室内机那个到期啊签约的或者是或者资金新天,然后有酒店没有生意,现在,然后没钱就酒店现在多少钱,然后呢?三天我们业务的那个路就会。
酒店的一样吗,然后嗯现在酒店都没钱也很多酒店都放在关门了,反正酒店都是在提价,上海,然后呢,一方面的地位,人家体验吗,然后我们肯定要给人家延期是不是这个是业务上来叫做一个上来。要坐一个小时,只能打的起点,我们就给那些所有的用户多一样,现在比较差,一个月可能有食用的要求,两点两个啊,那这个一年期好像你等是。
我我再续订一天。
嗯,可以退房的话需要办什么手续?
续住一天。
一次性的继续到现在吗?
那个小游戏的会继续来装饰布关了吧。
啊,我刚才那个说继续到的时候那个电话挂断了还缺一个剃须刀。
哎,你好,我想问一下,我订的,是那个高级大床房,你给我的这个是不是舒适大床房啊?
嗯,我要确定是不是我要是六一九号房早上叫早七点半。
嗯,我就是定个包房吗?
省钱的手机定一价全想不到送化中心,中号房下没有音乐会话数学不能小客成像宝宝间给我。
订房间。
我已经订过了,这是换了个房间才能给我送来吗?
哎,你好,我想试订一下房间。
我订的包房今天晚上还有吗?
您好,您给定一个,你给我转一下,我要订的网上吃饭地包房。
我就是订的包房这个吃饭地包房。
我订单了,让他快一点送到房间。
嗯,续订房间。
啊,帮我取消掉取消叫的订的的三间房吗?双床房?
帮我取消另一间订房。
我想再订一间房间。
好,我想问一下那个你们二楼那个餐厅那个定山的订房间那个订房电话是多少?
我要订房。
嗯,叫服务员拿只订的房间。
哎,我刚才定了一个大床房,怎么那个两个小时标间啊,一标间啊。
我想联系那个给房订房部。
我想定间房。
我订房的时候你说的有的吗?
你好,那个我想问一下,就是我们我是幺零零六还有那个昨天我不是订了三间房,现在那个餐送来的,没说十点送过来。
我想问一下是不会弄错,房间了,我订的是豪华大床双床房,这反这么小不限啊。
嗯,我这方面是订了明天退房是吗?
请联系订房不。
您好,我订外卖填写的那个就是地址是这个大堂吗?是歌华开元大酒店的大堂吗?
我要订外卖,请问是的,只填写是北京歌华开元大酒店大堂吗?
要订房间?
我需要订书钉,就是你酒店提供那个小订书机里面那个订书机怎么可能没有呢,上次就都有啊。
那个订餐电话送房间的。
您好,您好,我刚刚刚刚就是说我这边还有个同事,我还有个朋友过来,你麻烦再帮我订一个房好吗?
我订的是双床房。
嗯,我想那个订餐可以宋城到酒店吗?
订房。
我想要订间房。
我要订房。
我我我订了点那个外卖什么的在那个酒店一楼大堂的能给送到那个房间了吗?
哎,我想知道我的订的房子有没有含早餐呢?
嗯,对,那个订一张给我们还有那个房间的空调怎么不制热。
唉,喂,唉,请问一下就是八幺八他们会订制的房间早餐没有?
我就说刚才我不是那个会议订的那个房间还有有早餐没有。
我订的是梦幻那个公主房,我这是房间错了呀。
你,你给我转到订房部,我这定房。
你看一下,就是我这个房昨天订说,只能住取,后来我有去了一下,这个房还需要条房吗?今天?
帮我联系一下订房不。
嗯规定的退房时间是几点。
哎,你好,我想定一下,下午两点钟退房。
订房间。
你反正就是你今天美国一份啊,工业是不是,所以工业什么不怎么懂房费呀,因为我要订了没如果说如果说你其他现在去玩你要那个你要是去的话,你就要是公交房费一百零九店,那你好。
我想续订一下房间。
嗯,你好,是那个我这边的话继续订房间的时间跟你们确认一下。
嗯,续订房间。
嗯,我要定个房间订了房间,晚上吃饭。
额,我订说要退房。
嗯,告诉他们一个订房。
感觉很好,强势比较熟悉,不敢三十人度假步行路线介绍,刚接手它就不敢把你不要我是比较订房时,他们不中没有第八十这的是不是就是。
嗯,我这个订购的房间有没有早餐。
帮我定一个明天的房间。
哎,你好,那个我填的我订的是两天的房今天是。
我想联系一下前台订房间。
我们订的这个房间是小孩的房间啊,在小孩问。
那个我要晚一点再决定是退房还是续房,大概反证一点之前吧,好吧。
这个我今天定了四个房间有一个房间,不要今天不要。
唉,那个就是我重新定了一个大床房,然后然后要调房吗?还是说可以,不用交款。
还请问一下,我在携程定的房间。
您好,我是在那个网上用的那个双十一的卷订房的,我想明天去一天我现在订的那个房还没有了。
你转到前台订订房了,就刚刚给我给我半的那个房房间的话,这个我想我想问一下好吧。
帮我定明天早上七点的闹钟。
帮我定明天九点闹钟。
呃,留给早餐早餐是预定九点的可以,那大进去点吧。
额,那个,呃帮我送帮一下早饭吗?我昨天晚上定的十点钟的,送现在就可以送了好吗。
定一个明天早上九点钟的闹钟。
帮我定一个八点的八点的叫醒。
帮我定一个明天早上九点钟的闹钟。
一起你到我的,你说什么,我预定明晚,请问你们酒店这个手机帮我。
嗯,我想定个叫醒服务。
叫那个说话的小孩不说现在在说话叫我一定。
我定三一首歌。
封面肯定男的,要不解决才会弹出的是。
网上不能定了我。
对呀,你不要我天天打电话叫你做卫生啊,你叫他们自己定好吗?
然后她的电视机是多大的会议室是做活动要参加如果不参加的话,说不定就没有这个的试试看根本就不知道这个就是我的。
哎你的肯定吗?
你那几天一定调低点。
那也是穿衣的那个你家还有就是你家交什么声音?为什么的一个找不到家的高速要怎么去塌了,没有的,谁肯定是的。
了,我那个是回他的,我们公司定一那个我回民。
帮我定一个闹钟。
力不从心的的好还是相对合理显示早意识关闭渴望的固定情况,恭和注定可以元的保护样式多吗?
定一个明天早上七点的闹钟,你开出的控制室激烈公寓去北京讯息。
定个闹钟,明天早晨六点半。
我不确定是安卓还是华为反证是大头的。
的话啊,这个动物的实在是太好了各种各样动物他们它们的区别是什么来决定咱们今天间打有六十观众也就是关注还有座椅垫,很多的事情,那就是帮助我们拿给场上的单位选手。
给我定个闹钟。
帮我定一个明天早上八点钟的闹钟。
帮我定一个明天早上八点钟的闹钟。
用那是稳定情况下作法有问题,但是咱们现在的什么阶段,怎么现在还回去一个稳定的阶段。
那两人也就是说对就是卫生和就是想给他肯定不便说,他说,人会自助餐,他不会对自己负责给对加很大呀,就是说生活的话,就是,就是可笑幸福,你知道的太喜欢这种小幸福小梅的。
想定一个快乐这个订。
定会议室。
你好,我想定定一间就是那个,那个会议室。
定一个下午六点半的叫醒。
定一个一点四十的闹铃儿。
帮我定一个明天早上八点的叫醒。
好不好,一定送两瓶水吧。
定个闹钟。
我需要预定一下早餐。
这个没有这里都会没有放水的吧,来得一定都没发。
请问我定明天七点半起床的闹钟。
给我定一个明天八点闹钟吧。
肯定?
定个明天几点钟的闹钟。
额定餐?
就是定个闹钟,早上五点。
定个叫醒。
什么是确定的吗?
你肯定两个牙刷就两个牙膏还个衣帽。
没有确定一下四点四点钟叫醒。
定一个明天早上七点半的闹钟。
应该县上肯定还是在线上的比较。
帮我定一个明天的房间。
酒店的一样吗,然后嗯现在酒店都没钱也很多酒店都放在关门了,反正酒店都是在提价,上海,然后呢,一方面的地位,人家体验吗,然后我们肯定要给人家延期是不是这个是业务上来叫做一个上来。要坐一个小时,只能打的起点,我们就给那些所有的用户多一样,现在比较差,一个月可能有食用的要求,两点两个啊,那这个一年期好像你等是。
这个给我这边一下有人反映了也会今天下的沟通来下就有情况我跟他的区别是早上我们都是可以贵酒店,制定一服务的。
帮我定个叫醒。
你好,我现在我先你早餐我在昨天晚上就跟你说一定是七点钟以前了,你什么时候送到?
可以,在哪里,我们开会预定啊。
能不能帮我定个会议室。
定个会议室。
你这里决定流利不到什么不冥想全部效果还是你答对广告。
啊,指定帮我送一点。
您好,哪里条预定?
那个我要晚一点再决定是退房还是续房,大概反证一点之前吧,好吧。
您好,帮我们房间确定一下。
麻烦送两条干净的预定和干净的毛巾。
预定明天早上的早餐一个。
不需要交行早餐预定一位的。
零一四需要一张预定不是毛巾啊。
小有什么解决不到的钱吗?就好了所有的打电话,因为不是应该有友谊,所以好过的的家小很小图啊,有点特别大的拉不动,没有定的比较的分配的大巴不多说在准备。
我想定间房。
帮我定明天的七点叫醒。
可以帮我定个明天的叫醒吗?
你好,你这里有没有一次性的定型夜。
帮我设定一个吗,您在七点。
定酒店。
定酒店。
我的房间预定到什么时候?
生长是不是小时的神奇的动物园才能手信街的赌场最近成功的步行街是闺蜜合体文采长裤的南极周南一直景区老虎吗吗?定型哪里包车路有什么诚诚公司的同事一起发掘动物园服务生,怎么是芬达?
我没有预定在哪两块好吗?
省钱的手机定一价全想不到送化中心,中号房下没有音乐会话数学不能小客成像宝宝间给我。
我预定一个浴巾。
主要预定。
嗯,我要确定是不是我要是六一九号房早上叫早七点半。
就是我想问一下,就是每天都这个就是因为我前两天入住的这个房间是六百吧的房费,然后我想多钱一天,然后刚才在前台,我就定了一天是九百四的,我想问一下,就是因为我们报账每天要打碎吗?我想问一下是可以改的吗?
我想预定餐厅包厢。
我刚刚说要不预定还有个沐浴露。
嗯规定的退房时间是几点。
们可能没有肯定有的吗?
哎呦,你这就是那个订书钉小定书店一盒。
帮我定一个明天早上七点的叫醒。
送上两个床位定头。
我想直接早上个月才出水怎么预定啊?
我想订下明天早餐。
你好,我想订下明天早餐。
我要订早餐。
你好,我想订一下,明天的早餐。
我想问一下是不会弄错,房间了,我订的是豪华大床双床房,这反这么小不限啊。
你给我订的那个钱还没送上来。
哎,你好,那个我填的我订的是两天的房今天是。
我转那个订餐电话。
我想再订一间房间。
我想要订间房。
帮忙订了吗,好吧。
啊,你好,刚才那个订那个火柴先别送给我送了,然后我我下楼一趟。
您好,您好,我刚刚刚刚就是说我这边还有个同事,我还有个朋友过来,你麻烦再帮我订一个房好吗?
我要订餐。
我这面我订的面呢。
我我再续订一天。
帮我订一个八点的闹钟。
感觉很好,强势比较熟悉,不敢三十人度假步行路线介绍,刚接手它就不敢把你不要我是比较订房时,他们不中没有第八十这的是不是就是。
订个明天早上十点的叫醒。
喂,我要续房,我已经订好了,我回来以后再去办手续,可以吗?
订的五点钟的闹钟。
这里有订餐吗?
日怎么订啊,我的马桶堵了,找人帮我开一下。
帮我送一个相互订枕。
没就现在送上来吗,昨天订的九点半,现在送上来。
我要订早餐。
订餐?
你好,那个我想问一下,就是我们我是幺零零六还有那个昨天我不是订了三间房,现在那个餐送来的,没说十点送过来。
嗯,叫服务员拿只订的房间。
我订了明天几点钟闹钟啊?
请问一下,我没有订早餐。
嗯,订餐。
你好,我订的外卖啊。
订餐?
额,我订一份才。
想定一个快乐这个订。
我订的是双床房。
昨天我订的是八点钟送那个,但没送来。
订房间。
哎,你好,我想问一下,我订的,是那个高级大床房,你给我的这个是不是舒适大床房啊?
那不是订好那儿那天,今天大一整间更新挺沙山。
订到临。
订闹铃儿。
订南站明天早上八点的闹钟。
嗯,我想在那个续约需要房间就是我因为我明天是应该就就时间到了吗,然后的话我还想再订订一个晚上。
我预订好的早餐还没有送到。
明天给我订七点半的闹钟。
你好,帮我查一下看见我们要八零五的早餐是试试订的什么时候送来?
啊,没有,我昨天订的是七点十五分的啊,早餐可以改的明天九点钟送过来吗?
不知道个呀,是真的订一住了。
订一个三点的闹钟。
因为我是那个可那个朋友充值是网站上订了我直接从前台,你给我电话呢。
帮我订一个。
订明天八点钟的闹铃。
订明天八点钟的闹铃。
有早餐呢,是我昨天晚上没订吗?
你好,我要修改订单。
是这样的,昨天晚上了订了一间,然后呃前台的。
你好,那个我是明天早上订了八点十五分。
订个明天早上七点。
你订个明天早上七点的闹钟。
哎,我明天早晨的早餐没订完了,我能现在点一下吗?
明天订餐。
嗯,我想订给晚餐。
嗯,帮我订一个八点和八点五十的叫醒。
嗯,帮我订一个八点五十的叫早。
现在订的话叫的士那里的啊。
我订的叫醒服务呢?
订个明天早上八点的叫醒。
喂,你好,嗯,我昨天订了九点半送早餐,好像还没有送来。
订个五点的叫醒服务。
帮我订一个二十七号下午三点的叫醒。
帮我取消另一间订房。
啊,帮我取消掉取消叫的订的的三间房吗?双床房?
嗯,订餐。
嗯,给我的订一个叫醒服务。
你反正就是你今天美国一份啊,工业是不是,所以工业什么不怎么懂房费呀,因为我要订了没如果说如果说你其他现在去玩你要那个你要是去的话,你就要是公交房费一百零九店,那你好。
你我说你能被订店伤了,你不要跟我说的话老是说那个什么。
应该能现订回答的三个人不是应该结果多变。
我想订查。
我订了怎么办?怎么?
喂,你好,能帮我查一下这个房间今天晚上订几天。
帮我订一个一室啊的闹钟。
帮我订一个十点的闹钟。
订餐?
小慧小慧帮我明天订一个七点钟起床的吗?好。
咱们这里的电话了,就是想买东西自己的可订到你们会议室有单个一个十一月。
额,我订说要退房。
嗯,我想那个订餐可以宋城到酒店吗?
护理包订家庭呢?
您好,那个我想订的餐呢?
嗯,不用了,我现在订还是你送上来。
帮我订帮我弄个叫餐服务好吗?
嗯,对,那个订一张给我们还有那个房间的空调怎么不制热。
转预订部。
订餐?
我要订午餐。
我订一个下午五点的叫醒。
我我订的餐,什么出来?
嗯,给我们拿一个方便订。
我订的包房今天晚上还有吗?
喂,唉,请问我们这可以订餐吗?
我想订全日制的餐牛排。
我订的餐,怎么现在还没有送到。
酒店里有订餐吗?
那个就是有那种订单什么的吗?
请问转预订部。
哎,我我你说刚才我们订了他说,五点半送上来,到现在没送上来。
我想问一下这个订餐怎么样旧有送餐的吗?
哎,你好,就是我我这个房间一个位吗的那个时尚电视我订了很长时间的饭了,在一直没有送是还给送,还给不给送,你报退了也可以。
七七零房间订灯无法关闭。
七七零房间订单无法关闭,请速来。
嗯,就是我的APP没订了,能不能给我一个安排的充电器。
那个订餐电话送房间的。
店才订餐电话。
订保险。
订包间。
订包间。
订餐?
嗯,请问订在几楼啊?
请帮我订一个叫醒闹钟。
订个明天早上的七点叫醒。
嗯,我这边是那个九二二房间我刚才在网上订了一瓶酒,然后忘了备注了这个给打开一下送来的时候,谢谢。
我想订闹钟。
我刚才订的画面能不能到。
嗯,麻烦问一下我刚才订的方便筷到。
您好,请问一下怎么订订怎么付款?
嗯,订餐。
我刚才一个订单,什么时候能送来。
我们那个幺二零七没有,没订外卖机器人给我送的一盒外卖的啊。
我就想找个人工的呀,都我们没没订外卖他给我送了一个外卖啊。
我的房间订到什么时候?
嗯,今天晚上订餐江南中餐厅。
我想续订一下房间。
订餐这三种。
订餐电话。
你好,我想问一下,我通过这个订餐服务的这个餐跟你们哪个部门联系。
我就说刚才我不是那个会议订的那个房间还有有早餐没有。
唉,喂,唉,请问一下就是八幺八他们会订制的房间早餐没有?
嗯,订餐是怎么订的,可以开发票吗?
给我接一下订不。
嗯,接一下预订部。
给我接一下预订部。
呃,请帮我拿个订书器盒橡皮。
喂,你好,我想问一下那个餐厅的订餐电话。
我要的水果刀,到现在没送来,还有订书钉。
我需要订书钉,就是你酒店提供那个小订书机里面那个订书机怎么可能没有呢,上次就都有啊。
哎呦,你这就是那个订书钉小定书店一盒。
预订部。
嗯,订餐。 | 续住1.0.0.0503 | 2020-05-03T08:32:33.000Z |
|
-(\w*).html | Extraire sku URL | 2014-12-19T17:10:28.000Z |
||
^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)(?:\.(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)*(?:\.(?:[a-z\x{00a1}-\x{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$ | Full URL | 2015-12-27T06:59:43.000Z |
||
Ideal for filter Domain with or without subdomain, and length less than 256. | ^(?=.{3,256}$)((?:[a-z0-9-]{2,65}\.)?[a-z0-9-]{2,256}\.[a-z\.]{2,6})$ | mydomain.com
www.domain.com
www.mydom-ain-.com.uk
bad_domain.com
bad:domain.com
http://only.domains.com | DNS and lenght | 2016-04-18T12:36:49.000Z |
"([^"]*)"|(?<=,|^)([^,]*)(?=,|$) | 45235g4tgd3453452,89789dsjfhwf897897fsd9sd,123456789-82638273-92DA5F569,2016-06-12 06:10:03,4000,"{ref_action:'3000',result:'500',pfx:'gb'}","{'1000':5,'34567':10}",10 | Or regex field | 2016-08-10T19:47:09.000Z |
|
([^\/]+$) | http://regex101.com/r/mH1fN5
http://regex101.com/r/fW0vZ2 | Select ID from regex101 URL | 2014-04-15T04:39:44.000Z |
|
Used on "http://adi.sunyconnect.suny.edu:4610/adi_new_book.html" to get the URL, Call Number, Title, and Author of all the new books listed. | <td><a href="(http:\/\/adi.sunyconnect.suny.edu:4610\/F\/\?request=\d{6,6}&func=find-b&find_code=sys&local_base=adi01pub)">(.*?)<b><br>(.*?) \/ (.*?)<\/b> | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<link rel="stylesheet" type="text/css" href="/app/exlibris/sny_scripts/new_items_list/new_items.css" />
<title>Adirondack Community College Library - New Titles List</title>
<script type="text/javascript" src="http://www.sunyconnect.suny.edu/gbs_cover_art/gbs_covers.js"></script>
</head>
<body>
<a name="top"></a>
<table width="90%" align="center" border="0" cellpadding="0" cellspacing="0">
<table id="Table_01" width="100%" height="48" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#006500">
<td class="topbar" valign="bottom" align="right">
<a href="http://www.sunyacc.edu/go.php?page=academics/library.html" class="blue" target=new title="link to the library
home page">
<img src="http://adi.sunyconnect.suny.edu:4610/aleph/prod/adi/alephe/www_f_eng/icon/logo.gif" border="0" alt="Library
Logo" align="left"></a>
</td>
<!-- <td class="topbar" valign="middle" align="center">
</td> -->
</tr>
</table>
<center><h2>
Adirondack Community College Library<br>
New Titles List
</h2></center>
<p>
<center>
<font color="#006500"><b><i>
This list shows the most recent additions to the library collection. Items are in call number order.
<br>
Click on the title to get to the full catalog record.</i></b></font>
</center>
</td></tr></table>
<!-- Close table opened in header_2 -->
</table>
<table align="center" cellspacing="20">
<tr><td>
<a href="#A">A - General Works, Encyclopedias, Dictionaries<br>
<a href="#B">B - Philosophy, Psychology, Religion<br>
<a href="#C">C - History of Civilization, Archeology, Chronologies,<br>
Genealogy, Biography<br>
<a href="#D">D - History: General and World History<br>
<a href="#E">E - History: America<br>
<a href="#F">F - History: America - Regional, State<br>
<a href="#G">G - Geography, Environmental Sciences, Anthropology,<br>
Folklore, Recreation, Sports<br>
<a href="#H">H - Social Sciences<br>
<a href="#J">J - Political Science<br>
<a href="#K">K - Law<br>
</td><td>
<a href="#L">L - Education <br>
<a href="#M">M - Music, books about Music<br>
<a href="#N">N - Fine Arts<br>
<a href="#P">P - Language and Literature<br>
<a href="#Q">Q - Science<br>
<a href="#R">R - Medicine, Nursing, Pharmacology, Psychiatry<br>
<a href="#S">S - Agriculture<br>
<a href="#T">T - Technology, Engineering, Aeronautics,<br>
Photography, Handicrafts<br>
<a href="#U">U - Military Science<br>
<a href="#V">V - Naval Science<br>
<a href="#Z">Z - Library Science, Bibliography<br>
</td></tr>
</table>
<table width="75%" align="center" border="0" cellpadding="0" cellspacing="0"><tr><td>
<h4>LC Call Number:</h4>
<font color="#000000" size="1"><a href="http://www.loc.gov/catdir/cpso/lcco/lcco.html" target="_new">
Guide to LC Classification</a> - (click for more information on the call letters for a subject)
</font></p>
[<b><a HREF="#A">A</a></b>] [<b><a HREF="#B">B</a></b>]
[<b><a HREF="#C">C</a></b>] [<b><a HREF="#D">D</a></b>] [<b><a HREF="#E">E</a></b>]
[<b><a HREF="#F">F</a></b>] [<b><a HREF="#G">G</a></b>] [<b><a HREF="#H">H</a></b>]
[<b><a HREF="#J">J</a></b>] [<b><a HREF="#K">K</a></b>]
[<b><a HREF="#L">L</a></b>] [<b><a HREF="#M">M</a></b>] [<b><a HREF="#N">N</a></b>]
[<b><a HREF="#P">P</a></b>] [<b><a HREF="#Q">Q</a></b>]
[<b><a HREF="#R">R</a></b>] [<b><a HREF="#S">S</a></b>] [<b><a HREF="#T">T</a></b>]
[<b><a HREF="#U">U</a></b>] [<b><a HREF="#V">V</a></b>] [<b><a HREF="#Z">Z</a></b>]
<br>
</td></tr></table>
<table width=80%><tr><td> </td></tr><tr><td align=right>
<font size=1>Last updated: Mon 01-25-2016</font>
</td></tr></table>
<table width=90% align=center border=0 cellpadding=0 cellspacing=0>
<tr><td> <A NAME="A"> </A><b><font size=+3>A</font></b></a></td><td> </td></tr>
<tr><td> <A NAME="B"> </A><b><font size=+3>B</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233654&func=find-b&find_code=sys&local_base=adi01pub">BX1751.3 .C377 2015 Adirondack Community College Circulating<b><br>The Catholic Church / Michael Ruth, book editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="C"> </A><b><font size=+3>C</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="D"> </A><b><font size=+3>D</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233656&func=find-b&find_code=sys&local_base=adi01pub">DK508.852 .U39 2016 Adirondack Community College Circulating<b><br>Ukraine / Michael Ruth, book editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="E"> </A><b><font size=+3>E</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="F"> </A><b><font size=+3>F</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="G"> </A><b><font size=+3>G</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="H"> </A><b><font size=+3>H</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233657&func=find-b&find_code=sys&local_base=adi01pub">HC110.I5 I477 2016 Adirondack Community College Circulating<b><br>Income inequality / Noël Merino, Book Editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233652&func=find-b&find_code=sys&local_base=adi01pub">HQ766 .B4794 2016 Adirondack Community College Circulating<b><br>Birth control / Jack Lasky, book editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233655&func=find-b&find_code=sys&local_base=adi01pub">HV9471 .A49 2016 Adirondack Community College Circulating<b><br>America's prisons / Jack Lasky, book editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="J"> </A><b><font size=+3>J</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="K"> </A><b><font size=+3>K</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="L"> </A><b><font size=+3>L</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="M"> </A><b><font size=+3>M</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="N"> </A><b><font size=+3>N</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="P"> </A><b><font size=+3>P</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233650&func=find-b&find_code=sys&local_base=adi01pub">PC2129.E5 R59 2009 Adirondack Community College Circulating<b><br>Easy French step-by-step : master high-frequency grammar for French proficiency--fast! / Myrna Bell</b></a></td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233648&func=find-b&find_code=sys&local_base=adi01pub">PF3271 .H39 2011 Adirondack Community College Circulating<b><br>German verb drills / Astrid Henschel.</b></a></td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233658&func=find-b&find_code=sys&local_base=adi01pub">PN1997.2 .I54 2015 Adirondack Community College DVD<b><br>Infinitely polar bear / a Sony Pictures Classics release ; Paper Street Films and Park Pictures pres</b></a></td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233649&func=find-b&find_code=sys&local_base=adi01pub">PR830.W6 P45 2014 Adirondack Community College Circulating<b><br>Women's fiction : from 1945 to today / Deborah Philips.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="Q"> </A><b><font size=+3>Q</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="R"> </A><b><font size=+3>R</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233647&func=find-b&find_code=sys&local_base=adi01pub">RB115 .B823 2016 Adirondack Community College Reference<b><br>2016 ICD-10-CM for physicians professional edition / Carol J. Buck.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="S"> </A><b><font size=+3>S</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233651&func=find-b&find_code=sys&local_base=adi01pub">S596.7 .V57 2015 Adirondack Community College Circulating<b><br>Visual soil evaluation : realizing potential crop production with minimum environmental impact / edi</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="T"> </A><b><font size=+3>T</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> </td><td><a href="http://adi.sunyconnect.suny.edu:4610/F/?request=233653&func=find-b&find_code=sys&local_base=adi01pub">TK5105.8855 .I58 2016 Adirondack Community College Circulating<b><br>The Internet / Jack Lasky, Book Editor.</b></a></td></tr><tr><td> </td></tr>
<tr><td> <A NAME="U"> </A><b><font size=+3>U</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="V"> </A><b><font size=+3>V</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
<tr><td> <A NAME="Z"> </A><b><font size=+3>Z</font></b></td><td><a HREF="#top">Back to top</a> </td></tr><tr><td> </td></tr>
</table>
</body>
</html>
| Library, New Books | 2016-01-26T01:43:33.000Z |
(?<!\d|-|\/|to|\$)(?<!\$(\d)\.)([1-9][0-9]{0,2}(\.\d{0,2})?\s?)(lbs|lb|LBS|LB|KG|kg|G|g|L|l+)(?!\d|\w) | 10lb Potato bag
Apples Gld Delicious 3lb
Grandfer Rocha Pear2.5lbs
CHIN.MAND.5LB
Batata Veg (10LB)
SIG 170LB99 Legging SzB 1ea
ARJO CDA1450035 SupBlk 400LB1ea
AHC EB205L
DRI 10220-1 Bariatric500lb 1 ea
TILDA SONA MASOORI 20 LBS
OVAL ROASTER 9 - 12 LBS
ORGANIC TRIPACK FRUIT 1.2 KG
KGF5KT2404 PEPLUM T, PURPLE
AIR 1773LB-XL 15-20 KnXL 1ea
PLUM BAG 1KG US
NEXT XTRA 100G
SUDOCREM 60G
EGGPLANT GRILLED IN OIL (3KG)
CORONATION GRAPE 2L CA
MEAT DEAL $11.00 KG
LIVE LOBSTER- 2.00-3.00 LB-MSC
PC MAGIC GROW 20-20-20 3.55KG
KGF7W3409 KGVELCROWB,GREY
TZATZIKI 500G
2+1 LEAD MIX | Retailer Regex | 2020-04-21T19:52:01.000Z |
|
\/collections\/((hand-knit-dolls)|(gift-bundles)|(inspirational-prints)|(.*upsell)|(all))\/products\/ | ERROR: type should be string, got "https://cuddleandkind.com\nhttps://cuddleandkind.com/collections/hand-knit-dolls\nhttps://cuddleandkind.com/collections/gift-bundles\nhttps://cuddleandkind.com/collections/inspirational-prints\nhttps://cuddleandkind.com/collections/all\nhttps://cuddleandkind.com/collections/harlow-upsell\nhttps://cuddleandkind.com/collections/hand-knit-dolls/products/harlow-the-swan\nhttps://cuddleandkind.com/collections/gift-bundles/products/dreamy-easter-bundle\nhttps://cuddleandkind.com/collections/gift-bundles/products/somebunny-loves-you-bundle\nhttps://cuddleandkind.com/collections/inspirational-prints/products/harlows-print\nhttps://cuddleandkind.com/collections/harlow-upsell/products/harlows-print\nhttps://cuddleandkind.com/collections/harlow-print-upsell/products/harlow-the-swan\nhttps://cuddleandkind.com/collections/all/products/chloe-the-bunny?variant=12747230969968\n\n" | CKD - PLP Regex | 2019-08-21T18:52:52.000Z |
|
(<.*>)(.*)(<.*>)(.*) | <html>
<head>
<title>Sample site</title>
</head>
<body>
<div>text<div>more text</div>and more...</div>in body
</body>
</html> | task6 | 2017-05-05T14:34:16.000Z |
|
^.*reddit\.com\/?(?!(?:message|comments)\/).*?$ | https://www.reddit.com/r/MechanicalKeyboards/comments/7xtvwj/black_like_my_soul/
https://www.reddit.com/message/inbox/
https://www.reddit.com/r/allcomments/asdf
https://www.reddit.com/r/MechanicalKeyboards
https://www.reddit.com/r/MechanicalKeyboards/
https://www.reddit.com/r/hearthstone/?count=25&after=t3_7y194s | mvr wip | 2018-02-17T16:05:26.000Z |
|
(?:https?:\/\/)?(?:www.)?instagram.com\/?([a-zA-Z0-9\.\_\-]+)?\/([p]+)?([reel]+)?([tv]+)?([stories]+)?\/([a-zA-Z0-9\-\_\.]+)\/?([0-9]+)? | (?:https?:\/\/)?(?:www.)?instagram.com\/?([a-zA-Z0-9\.\_\-]+)?\/([p]+)?([reel]+)?([tv]+)?([stories]+)?\/([a-zA-Z0-9\-\_\.]+)\/?([0-9]+)? | // Group 2
https://www.instagram.com/p/CKYJRXVnwMO/?utm_source=ig_web_copy_link
instagram.com/p/CKYJRXVnwMO
www.instagram.com/p/CKYJRXVnwMO
https://www.instagram.com/taiga765/p/CYS-O2Gr8xZ/?utm_medium=copy_link
https://www.instagram.com/y.uuno/p/CXR5ATPls5M/?utm_medium=copy_link
// Group 3
http://www.instagram.com/reel/CRftq6QgG89/?utm_source=ig_web_copy_link
instagram.com/reel/CRftq6QgG89/
www.instagram.com/reel/CRftq6QgG89/
https://www.instagram.com/reel/CXR2xvbgCKW/?utm_medium=copy_link
// Group 4
https://www.instagram.com/tv/CN4RZWGn5wS/?utm_source=ig_web_copy_link
instagram.com/tv/CN4RZWGn5wS/
www.instagram.com/tv/CN4RZWGn5wS/
// Group 5
https://www.instagram.com/stories/sintha_tatha/2725190842360050880/
https://www.instagram.com/stories/urkawaiibae/2725982322342818754/
https://www.instagram.com/stories/willypangestu_/2725773180739197900/
https://www.instagram.com/stories/atrisna477769/
https://www.instagram.com/stories/highlights/17910460144693951/
www.instagram.com/stories/highlights/17879710684406193/
instagram.com/stories/highlights/17879710684406193/ | all instagram regex | 2023-05-09T10:41:39.000Z |
(.+RCY.+) | JMBXLCW6W8Z003361
JMBSRCY2ABU009349
JMBSNCY2A8U009128
Z8TXTCW5WAM901204
Z8TXTGF3WDM016996
Z8TXLGF4WHM028314
JMBXTGA3WFE709982
JMBXTCW4WAZ000734
| vin match | 2019-09-06T20:19:07.000Z |
|
This is used to parse Address text.
**TEST DATA:**
39 w. 38th Street, 10th Floor, NY, NY 10018
39 w. 38th Street, NY, NY 10018 | (?<Street>\d.+(?:court|ct|street|st|drive|dr|lane|ln|road|rd|blvd))(?:,\W*)((?<Suite>\w.+?)(?:,\W*))?(?<City>\w.+?)(?:,\W*)(?<State>[a-z]+)(?:\W*)(?<Zipcode>\d{5}) | 39 w. 38th Street, 10th Floor, NY, NY 10018
39 w. 38th Street, NY, NY 10018 | Address Parser | 2019-01-18T18:39:53.000Z |
\w*[@]\w+[.]\w{0,4} | [email protected]
[email protected]
[email protected]
hello.com
@.com
[email protected]
glsica.org
[email protected]
[email protected] | Email Regex | 2018-11-25T05:43:49.000Z |
|
This expression will be useful to distinct group of Special characters making a blocker while creating the sheet though code
e.g IF sheet name is given XXX/[abc]/YYY name through code.It must be renamed as such naming is not allowed in XLS. | ([\\\/\?\[\]\*]+) | aeb//\sderr/?*/68897/[]?*555 | XLS Sheet :replacement with Regex | 2016-06-23T08:46:25.000Z |
(?si)^(?:(?:\s?pol)|"|''|\x60|'|´|”)?(?:\b(?:[4-5])(?:(?:\.|\,)(?:[0-9])+)?)$ | 5,3 | Celulares - Tamanho de tela | 2018-05-28T18:11:51.000Z |
|
\/\/::\s?([^\r\n]+?)[\r\n] | div
//:: Welcome to stuff!
h1=T['welcome'] | Single-line comment extraction | 2015-06-25T12:58:57.000Z |
|
\/api\/v1\/memberships\/(?<membershipId>[^\?\/$]+)\/persons(?<queryparams>\?.*|$) | ttps://stg-hc-002.services.hambs.com.au/servicerouter/api/v1/memberships/328268/persons | membership persons url | 2016-08-02T06:57:39.000Z |
|
^http[s]{0,1}:\/\/(.*?)(?:[\/?&#]|$) | http://abc.com#
http://abc.com.asdoasd&sds
http://abc.com.co
http://abc.com.co?&xp=wer
http://abc.com.co/p
http://abc.com?p
https://abc.com?p | Match domain part in Http(s) URLs | 2015-05-01T04:06:26.000Z |
|
^((u|is|has)\-[a-z0-9][a-zA-Z0-9]*|([A-Z][a-zA-Z0-9]*(__[a-z0-9][a-zA-Z0-9]*)?(--[a-z0-9][a-zA-Z0-9]*)?))$ | is-state
is-State
is-stateActive2
u-utility
u-Utility
u-utilityClass2
has-child
has-Child
has-childClass2
his-child
a-child
1-child
A-child
js-test
Block
Block--mod
Block__el
Block__el--mod
BlockBox
BlockBox--modMod
BlockBox__elEl
BlockBox__elEl--modMod
block-box
Block-box
blockBox
5block
B__m--e
B__M--E
B__m--E
B__M--e
b__M--E
b__m--E
b__M--e
b__m--e
B__m__e
B--m--e
B--m__e
B_m-e
B-m_e
| BEM for css | 2015-08-17T10:10:13.000Z |
|
I need regular expression for the string WC_AUTHENTICATION_1343459084. Here WC_AUTHENTICATION_ remains fixed and the number keeps changing.
I have written the below logic.
var re = new RegExp('[; ]'+"WC_PERSISTENT"+'[0-9]');
Please help | RegExp([0-9]) | 1
| I need some one to generate an regexp please | 2014-10-24T16:58:17.000Z |
u'([^']+)': u'([^']+)' | dep14.cap1-infra.gsnetcloud.corp', u'srvcap101cnodep24.cap1-infra.gsnetcloud.corp', u'srvcap101cnodep21.cap1-infra.gsnetcloud.corp', u'srvcap101cnodep23.cap1-infra.gsnetcloud.corp']" id="4" name="local_disks_host_aggregate" properties="{u'cpu_allocation_ratio': u'1.0', u'disks.local': u'true', u'ram_allocation_ratio': u'1.0', u'ephem.ssd': u'false', u'disks.max': u'9'}" updated_at="None" region=CAP1
| Aggregates | 2016-03-04T11:53:20.000Z |
|
^[A-Za-z\u00C1\u00C9\u00CD\u00D3\u00DA\u00DC\u00E1\u00E9\u00ED\u00F3\u00FA\u00FC\u00D1\u00F1]{1}[A-Za-z0-9\u00C1\u00C9\u00CD\u00D3\u00DA\u00DC\u00E1\u00E9\u00ED\u00F3\u00FA\u00FC\u00D1\u00F1\,\;\:\.@\#\$\%\&\* \-]+$ | Éste es un regular expression creado para validar oraciones con caracteres de oraciones escritas en español. Puede ser utilizado para validar oraciones con vocales con acentos áéíóú, ÁÉÍÓÚ y u con diéresis Üü. No valida enters o líneas múltiples y tampoco oraciones con un espacio en el principio... por ejemplo. Aqui de romple la línea y se crea otra oración que parea con el regular expression...
ésta es la nueva línea.
El guión - es otro caracter que está permitido en el regular expression, y las comas , como pueden ver también. Ojo, de la misma manera que no se permite el uso del espacio al inicio de una oración tampoco se permite el uso de comas , o quipnes al inigio de la oración ejemplos que no parean con el regexp a continuación...
- esta oracion no hace match
ésta oración tampoco hace match
, ésta oración tampoco
por el con trario... ésta - otra horación sí parea con el regex.
José Manuel Rivera
El güiro mágico
La máquina de guerra.
ÁÉÍÓÚÜ áéíóúü
para que éste regex paree con párrafos, dene modificarlo cambiando el match del espacio por el scape character de los end of lines
- \s.
De esa manera el RegExp. parea con parrafos y multiples lineas igual que con tabs y otros tipos de end of line characters. | Regular expression to validate sentences with characters used in spanish. | 2020-05-07T00:29:39.000Z |
|
<script.*src.*edge.*<\/script> | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>Untitled</title>
<!--Adobe Edge Runtime-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script src="//ad.adverticum.net/scripts/goa-helper.js"></script>
<script type="text/javascript" charset="utf-8" src="http://animate.adobe.com/runtime/5.0.0/edge.5.0.0.min.js"></script>
<style>
.edgeLoad-EDGE-20744748 { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('MM_Gyor_Huawei_1112-1114_HTML5_720x250', 'EDGE-20744748', {
scaleToFit: "none",
centerStage: "both",
minW: "0",
maxW: "undefined",
width: "720px",
height: "250px"
}, {"dom":{}}, {"dom":{}});
</script>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage" class="EDGE-20744748"></div>
</body>
</html> | Detect Adobe Edge file | 2015-11-12T13:55:40.000Z |
|
Capitalized, with "O'","Mc","Mc " and "0" for some European names | (?![\!@#\$%\^&\*\(\)\:\"\<\>\?\/,] [a-z][1-9])^(([A-Z]{1}[a-z0.']+)+( ?[A-Z]{1}[a-z0.]+))* | Smith
S0resen
O'Smith
Sm#ith
Smi3th
S0mith
smith
Mc Smith
Smith
Mc Muffin
McMutton
Mc Mutton
Mc mutton
O'riley
O'Riley | Names in America | 2016-09-15T12:20:24.000Z |
^([Aa]{2,})r{1}o{1}n{1}$ | AAron
aaron
aaaaaaaaaron
aaaaaaaaaronnnn
aaaaaaaaaroooon
aaaaaaaaarrrron
aron | name match | 2018-10-30T13:16:08.000Z |
|
(([\s]*)(\/\/[\s]*\<debug\>)([\r\n\s]*))?Ext\.Logger\.(error|warn|log)\(\s*['"](.*)['"]\s*\)\;(([\n\s]*)(\/\/[\s]*\<[\/]?debug\>)([\r\n\s]*))? | // <debug>
Ext.Logger.error('form returns no value');
// </debug> | Search Ext.Logger with <debug> tag | 2016-03-10T04:47:13.000Z |
|
Matches PHP define("CONSTANT", "VALUE) | define+\(["' ](.*)["' ], ["' ](.*)[ "']\); | define("CONSTANT", "VALUE");
| Match PHP define | 2015-06-12T10:10:40.000Z |
Parses exchanges rates offical from Turkish Central Bank TCMB
Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html | \((\w{0,3})\)\s([A-Z,a-z,\s]+)\((.*)\)?\s+([\d,.].*) | Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html
05-02-2016
(AUD) Avustralya Dolari (Doviz Alis) 2.08800
(AUD) Avustralya Dolari (Doviz Satis 2.10170
(BEF) Belcika Frangi (Doviz Alis) ..
(BEF) Belcika Frangi (Doviz Satis) ..
(BGN) Bulgar Levasi (Doviz Alis) 1.64750
(BGN) Bulgar Levasi (Doviz Satis) 1.66900
(CHF) Isvicre Frangi (Doviz Alis) 2.89220
(CHF) Isvicre Frangi (Doviz Satis) 2.91070
(EUR) Euro (Doviz Alis) 3.24060
(EUR) Euro (Doviz Satis) 3.24640
(RUB) Rus Rublesi (Doviz Alis) 0.03767
(RUB) Rus Rublesi (Doviz Satis) 0.03817
(USD) ABD Dolari (Doviz Alis) 2.90440
(USD) ABD Dolari (Doviz Satis) 2.90960 | TCMB Evds döviz kurları | 2016-02-04T16:02:07.000Z |
From https://raw.githubusercontent.com/SpiderLabs/owasp-modsecurity-crs/v3.0/master/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf | ((?:[\~\!\@\#\$\%\^\&\*\(\)\-\+\=\{\}\[\]\|\:\;\"\'\\xc2\xb4\\xe2\x80\x99\\xe2\x80\x98\`\<\>][^\~\!\@\#\$\%\^\&\*\(\)\-\+\=\{\}\[\]\|\:\;\"\'\\xc2\xb4\\xe2\x80\x99\\xe2\x80\x98\`\<\>]*?){12}) | %7B%22CIA%22:0,%22MM%22:0,%22Fixed%22:0,%22Mortgage%22:0,%22CdnEq%22:50,%22USEq%22:50,%22IntlEq%22:0,%22GlobalEq%22:0,%22RealEstate%22:0,%22Balanced%22:0,%22M10%22:0,%22M15%22:0,%22M20%22:0,%22M25%22:0,%22M30%22:0,%22M35%22:0,%22M40%22:0,%22M45%22:0,%22M50%22:0%7D | ModSecurity 942430 | 2018-03-09T00:52:38.000Z |
[^.?!]*(?<=[.?\s!])was exactly(?=[\s.?!])[^.?!]*[.?!] | As she did so, a most extraordinary thing happened. The bed-clothes gathered themselves together, leapt up suddenly into a sort of peak, and then jumped headlong over the bottom rail.
It was exactly as if a hand had clutched them in the centre and flung them aside .
Immediately after, ......... | find sentance with certain phrase | 2016-08-30T14:23:57.000Z |
|
ezres tagolás | \B(?=(\d{3})+(?!\d)) | 102635645959595 | thousand separator | 2020-04-16T10:37:46.000Z |
unit tests | ^[A-Z]{2},[A-Z0-9\W]*,[A-Z]{1},[A-Z0-9\W]*,[a-z\W]{6},[A-Za-z]*,[0-9\W]{11},[0-9]{10},[a-zA-Z0-9\W]*,[a-zA-Z0-9\W]*,[a-zA-Z0-9\W]*$ | NS,FHS1,A,SHAMSTABRIZI AMIRHOSSEIN,en-usa,Create,33749-07305,9028356191,Message: closed.completed.all,Passed,Wed May 02 08:00:37 ADT 2018 | step 1 test | 2018-05-15T17:09:34.000Z |
(.) | ÀÁÂÃÄÅ
àáâãäåÒÓÔÕÕÖØòóôõöøÈÉÊËèéêëěðÇČčçÐÌÍÎÏìíîïÙÚÛÜùúûüÑñŠšŸÿýŽž
AAAAAAaaaaaaOOOOOOOooooooEEEEeeeeeeCCccDIIIIiiiiUUUUuuuuNnSsYyyZz | prekladanie pismen znakmi | 2020-08-25T17:05:01.000Z |
|
Validates DateTime in format 'yyyy-M-d-HH-mm-ss'(.NET) in mind with possible zeros, minimal values, maximal values and infinite year | (?'Year'[0-9]+)-(?'Month'0{0,1}[1-9]|10|11|12)-(?'Day'[0-2]{0,1}[1-9]|10|20|30|31)-(?'Hour'[01]{0,1}[0-9]|2[0-3])-(?'Minute'[0-5]{0,1}[0-9])-(?'Second'[0-5]{0,1}[0-9]) | 2015-12-05-23-59-59 | DateTime: yyyy-M-d-HH-mm-ss (.NET) | 2015-07-31T21:50:14.000Z |
czfb | ham |
asdsadasfasdfhamSFSASEFASFASDFSDAF
| sdfgedgesrgere | 2015-10-05T19:29:59.000Z |
Matches email with groups for username and domain. | ^([\w\-\.]+)@((?:[\w\.]+)(?:\.[a-zA-Z]{2,3}))$ | Mail With Groups | 2015-06-18T11:02:07.000Z |
|
Test for all ISO 8601 date formats and only accept valid dates, e.g. 2016-02-29, but not 2016-02-30 or 2017-02-29. | ^[+-]?(\d{4,10}-((00[1-9]|0[1-9]\d|[12]\d\d|3[0-5]\d|36[0-5])|(0[1-9]|1[0-2])-(0[1-9]|1\d|2[0-8])|(0[13-9]|1[0-2])-(29|30)|(0[13578]|1[02])-31|W(0[1-9]|[1-4]\d|5[0-2])-[1-7]))|((\d{2,8}([13579][26]|[2468][048]|0[48])|(\d{0,6}([13579][26]|[02468][048])00))-(366|02-29))|(\+?\d{0,6}(([02468][048]|[13579][26])([26]0|71|[38]2|[49]3|[05]4|15|[27]6|37|[48]8|[09]9)|([02468][159]|[13579][37])(50|[16]1|[27]2|33|[48]4|[09]5|[15]6|67|[27]8|[38]9)|([02468][26]|[13579][048])([48]0|[09]1|[15]2|63|[27]4|[38]5|[49]6|[05]7|[16]8|29)|([02468][37]|[13579][159])([27]0|[38]1|[49]2|[05]3|[16]4|25|[37]6|87|[049]8|[5]9))|-\d{0,6}(([02468][048]|[13579][26])(0[28]|1[39]|24|3[06]|4[17]|5[28]|6[49]|75|8[06]|9[27])|([02468][159]|[13579][37])(0[49]|15|2[06]|3[27]|4[38]|54|6[05]|7[16]|8[28]|9[39])|([02468][26]|[13579][048])(0[51]|16|2[28]|3[39]|44|5[06]|6[17]|7[28]|8[49]|95)|([02468][37]|[13579][159])(0[17]|1[28]|2[49]|35|4[06]|5[27]|6[38]|74|8[05]|9[16])))-W53-[1-7]$ | 2015-08-10
2015-10-08
12015-08-10
-2015-08-10
+2015-08-10
0015-08-10
1582-10-10
2015-02-28
2016-02-29
2000-02-29
0000-02-29
-2000-02-29
-2016-02-29
200000-02-29
2016-366
2000-366
0000-366
-2016-366
-2000-366
2015-081
2015-W33-1
2015-W53-7
2015-08-10
| ISO 8601 date formats incl. validation | 2016-04-06T09:13:36.000Z |
/*
-- This is a RegEx for validating one Italian ATECO code.
-- For original specification visit: http://www.istat.it/it/archivio/17888
-- Valid:
*/
1
01
01.2
01.02
01.02.3
01.02.03
// Not Valid:
a
asc
0123
012.3
013.456
123456
01/02/03 | ^\d\d?(?:\.\d\d?)?(?:\.\d\d?)?$ | Validation of code ATECO Italian | 2015-08-19T12:09:41.000Z |
|
gets a postgis tablename from a mapfile with the given layer name, may not work depending on your mapfile layout | name\s+?z155e4d1dde106c_point_test.+?(?<!meta)data\s*".+?from\s+([^\s]+?)" | MAP
CONFIG "MS_ERRORFILE" "/srv/mapservices/mapfiles/tmp/155e4d1dde106c.log"
DEBUG 5
IMAGETYPE PNG
SIZE 1600 800
STATUS ON
WEB
METADATA
"wms_title" "Generated_Mapfile"
"wms_onlineresource" "http://142.207.151.5/cgi-bin/mapserv?map=/srv/portal/www/Mapservices/mapfiles/TSAZones.map&version=1.0.0&service=wms"
"wms_srs" "EPSG:3005 EPSG:4269 EPSG:3857"
"wms_enable_request" "*"
"wms_feature_info_mime_type" "text/html"
END
QUERYFORMAT text/html
END
PROJECTION
"init=epsg:3005"
END
OUTPUTFORMAT
NAME png
DRIVER AGG/PNG
MIMETYPE "image/png"
IMAGEMODE RGBA
EXTENSION "png"
FORMATOPTION "GAMMA=0.75"
TRANSPARENT ON
END
LAYER
DEBUG 5
NAME z155e4d1dde106c_point_test
DUMP TRUE
TEMPLATE "querytemplate.html"
PROJECTION
"init=epsg:3005"
END
METADATA
"wms_srs" "EPSG:3005"
"title" "TSA Zones"
"wms_title" "TSA Zones"
"wms_include_items" "all"
"gml_include_items" "all"
END
TYPE POINT
CONNECTIONTYPE POSTGIS
CONNECTION "host=127.0.0.1 dbname=stewardship user=portal_readwrite password=portal_readwrite"
DATA "wkb_geometry from z155e4d1dde106c_point_test"
CLASS
STYLE
COLOR 59 189 57
OUTLINECOLOR 147 155 48
OPACITY 100
END
END
END
LAYER
DEBUG 5
NAME z155e4d1dde106c_poly_test1
DUMP TRUE
TEMPLATE "querytemplate.html"
PROJECTION
"init=epsg:3005"
END
METADATA
"wms_srs" "EPSG:3005"
"title" "TSA Zones"
"wms_title" "TSA Zones"
"wms_include_items" "all"
"gml_include_items" "all"
END
TYPE POLYGON
CONNECTIONTYPE POSTGIS
CONNECTION "host=127.0.0.1 dbname=stewardship user=portal_readwrite password=portal_readwrite"
DATA "wkb_geometry from z155e4d1dde106c_poly_test1"
CLASS
STYLE
COLOR 121 71 143
OUTLINECOLOR 96 133 94
OPACITY 100
END
END
END
END | get table name from mapfile | 2015-09-01T15:38:16.000Z |
This would *appear* to violate the premise of [this famous StackOverflow answer](https://stackoverflow.com/a/1732454/211827), however this is not _parsing_ as such, only matching or heuristic identification.
Technically, all text is HTML if served to a browser in such a way that the browser chooses to interpret it that way, e.g. using a `text/html` Content-Type. | <!DOCTYPE html>|</?\s*[a-z-][^>]*\s*>|(\&(?:[\w\d]+|#\d+|#x[a-f\d]+);|<!--[\s\S\n]*?-->) |
# Above is a blank line, no match.
foo bar baz
this is a string
Testing
<>
Hello, World
This is less than <, this is greater than >.
a < 3 && b > 3
<<Important Text>>
# Not HTML-like.
<p>fizz buzz</p>
<a>this is a string</a>
this is a <b>string</b>
<p>Testing</p>
<img src="hello.jpg">
<a>Foo</a>
<input type='submit' value='Ok' />
<input type='submit' value='Ok'>
<br/>
<br>
<!-- comment -- doesn't work! -->
<hr>
Foo & bar
# These one-line samples are totally HTML-like.
<file-upload>
<absurd example>
<closed example></closed>
# Custom tags.
<a>
# Not matched by others, but actually valid.
My < weird > string
# Not actually a false positive; this is valid HTML!
# Sample "smallest complete HTML document":
<!DOCTYPE html>
<title>testing</title>
<p>This is a test.</p>
<strange>This is strange.</strange>
# And yes, <strange> IS VALID HTML.
résume
résume
rÉsume
r&x00C9;sume
# Entities
# List Tricks
<ul><li>Foo</li
><li>Bar</li
></ul>
# From https://stackoverflow.com/a/51325984/211827
Hello, World
This is less than <, this is greater than >.
a < 3 && b > 3
<<Important Text>>
<a> # This actually is HTML, not a false positive.
<a>Foo</a>
<input type='submit' value='Ok' /> # XHTML, not HTML...
<br/> # XHTML again...
<br> # These didn't work with that answer.
Foo & bar
<input type='submit' value='Ok'>
# From https://regex101.com/r/cX0eP2/1
<a href=bla>sdfsdf</a>
<div>something</div>
<br>
<span>mayhem</div>
<hr />
<input name=bla / >
<div>some<span>thing</span>here</div>
# Prepare your eye bleach.
<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Notre spécialité : offrir de l’assistance à plus d’un million de Québécois. Nous sommes fiers d’aider! Participez vous aussi à cette mission en réalisant les rêves d’aventure, de détente et de découverte de nos membres et clients au sein de notre agence de voyages.</span></span></p>\r\n\r\n<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Joignez-vous à nous! Vous bénéficierez de nombreux avantages : </span></span></p>\r\n\r\n<ul style="line-height:normal">\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Salaire fixe, et primes lorsque vous dépassez vos objectifs.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">20 jours de congé après une année.</span></span></li>\r\n\t<li><span style="font-size:12px"><span style="font-family:Arial">Régime de retraite - CAA-Québec égale votre mise!</span></span></li>\r\n\t<li><span style="font-size:12px"><span style="font-family:Arial">Assurance collective complète (soins médicaux et paramédicaux, invalidité, etc.).</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Rabais trippants chez nos partenaires, dans nos centres Voyages et pour vos assurances.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Plus de 1,2 million de membres comme clients potentiels.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Soutien administratif pour vous concentrer sur la vente de voyages.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Allocation généreuse pour les éducotours.</span></span></li>\r\n</ul>\r\n\r\n<p style="line-height:normal; margin-bottom:0px; margin-top:0px"> </p>\r\n\r\n<p style="line-height:normal; margin-bottom:0px; margin-top:0px"><img class="largeimage" src="https://gestiondestalents.caaquebec.com/caa/login/caa/_attachments/news_files/activex/image%20conseiller%20en%20voyage.JPG" style="line-height:normal; width:100%" /></p>\r\n\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t <br/><br/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">En tant que conseiller en voyages, vos principales tâches et responsabilités seront celles-ci :</span></span></p>\r\n\r\n<ul style="line-height:normal">\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Réaliser une analyse des besoins des clients et leur fournir des renseignements précis et utiles.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Effectuer les réservations et achats (forfaits, croisières, circuits, hôtels, automobiles et assurances voyage).</span></span></li>\r\n</ul>\r\n\r\n<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Vous occuperez un poste régulier à temps plein (35 heures par semaine). L’horaire sera variable et vous devrez parfois travailler le soir et la fin de semaine afin de bien servir les voyageurs.</span></span></p>\r\n\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t <br/><br/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Nous sommes toujours à la recherche de personnes de talent. Mais vous devrez avoir un profil précis pour ce poste!</span></span></p>\r\n\r\n<ul style="line-height:normal">\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Diplôme d’études collégiales en tourisme ou formation d’agent de voyages.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">2 à 3 années d’expérience comme conseiller en voyages.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Certificat de conseiller en voyages de l’Office de la protection du consommateur, ou être en mesure de l’obtenir.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Connaissance des systèmes de délivrance de billets : GDS, Galileo/Apollo, PcVoyages et SIREV (un atout).</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Maîtrise du français et de l’anglais.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Professionnalisme, attention aux besoins des clients et volonté d’offrir un service de qualité.</span></span></li>\r\n\t<li style="line-height: normal;"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal">Souci d’atteindre les objectifs de vente.</span></span></li>\r\n</ul>\r\n\r\n<p style="line-height:normal; margin-top:0px"><span style="font-size:12px; line-height:normal"><span style="font-family:Arial; line-height:normal"><span style="line-height:normal">Si explorer de nouveaux horizons vous passionne, et que vous aimez aider d’autres personnes à découvrir le monde, vous serez heureux à Voyages CAA-Québec. Postulez dès aujourd’hui. Nous vous attendons avec impatience!</span></span></span></p> | TH̘Ë͖́̉ ͠P̯͍̭O̚N̐Y̡ H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ | 2023-06-15T18:56:26.000Z |
Will match all fixed and mobile phone numbers with 9 or 10 digit NSN
Resource used:
https://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom | ^(0(1|2|3|7|8|9)\d{9})|(0(1|55|56)\d{8})|(0800\d{6})$ |
01222222224
02111111111
03888888888
05544448888
05699995555
05899996666
07752300794
08585458745
09555888574
0169778888
0125478596
0163546835
0800222555
| UK fixed and mobile phones | 2021-06-28T15:41:35.000Z |
Subsets and Splits