<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.archive .cabecera{
	width: 100%;
	width: 1400px;
	height: 254px;
	background: url(./img/Juguetes_700016792_Cabeceras-web-Pinypon_1400x364px.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: #fff 4px solid;
	margin: auto;
	margin-top: -50px;
}

@media screen and (max-width: 640px) {
	.archive .cabecera{
		width: 100%;
		height: 254px;
		background: url(./img/Juguetes_700016792_Cabeceras-web-Pinypon_600x600px.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
		border-bottom: #fff 4px solid;
		margin: auto;
	}
	
}

.archive.EL .cabecera{
	width: 100%;
	width: 1400px;
	height: 345px;
	background: url(./img/cabecera_juguetes_el.png) top center no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: #fff 4px solid;
	margin: auto;
	margin-top: -50px;
}

.archive .site-content{
	margin-top: 165px;
}

.archive .cabecera .borde-rosa{
	background: #e71096;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.archive .cabecera h1.titulo{
	width: 600px;
	height: 252px;
	background: url(./img/titulo_seccion_juguetes_ES.png);
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	z-index: 200;
	margin: auto;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -300px;
	/*margin-top: 90px;*/
}

.archive.BR .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_br.png) no-repeat;
	margin-left: -400px;
}

.archive.FR .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_fr.png) no-repeat;
	margin-left: -400px;
}

.archive.PT .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_pt.png) no-repeat;
	margin-left: -400px;
}

.archive.EL .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_gr1.png) no-repeat;
	margin-left: -400px;
}

.archive.NL .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_nl.png) no-repeat;
	margin-left: -400px;
}

.archive.IT .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_it.png) no-repeat;
	margin-left: -400px;
}

.archive.GB .cabecera h1.titulo{
	width: 800px;
	height: 252px;
	background: url(./img/tit_juguetes_uk.png) no-repeat;
	margin-left: -400px;
}


.site-main{
	margin-top: 100px;
}

.producto{
	width: 360px;
	height: 360px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
	float: left;
	position: relative;
}

/*.producto .enlace{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
	text-indent: -10000px;
	overflow: hidden;
}*/

.producto .ovalo img{
	margin-top: -33px;
}

.producto .ovalo {
	display: block;
	margin: 50px auto;
	width: 350px;
	height: 285px;
	overflow: hidden;
	-moz-border-radius: 175px / 143px;
	-webkit-border-radius: 175px / 143px;
	border-radius: 175px / 143px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 10px 10px #b90d80;
	box-shadow: 10px 10px #b90d80, -10px -10px #b90d80;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
}
.producto .ovalo:hover {
	box-shadow: -10px 10px 0px 0px #06a1e4, 10px -10px 0px 0px #06a1e4;
}

Body.piny .producto .ovalo, Body.piny-single .producto .ovalo {
	display: block;
	margin: 50px auto;
	width: 350px;
	height: 285px;
	overflow: hidden;
	-moz-border-radius: 175px / 143px;
	-webkit-border-radius: 175px / 143px;
	border-radius: 175px / 143px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 10px 10px #e3226c;
	box-shadow: 10px 10px #e3226c, -10px -10px #e3226c;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
}
Body.piny .producto .ovalo:hover, Body.piny-single .producto .ovalo:hover {
	box-shadow: -10px 10px 0px 0px #fdd341, 10px -10px 0px 0px #fdd341;
}

.producto .datos{
	width: 172px;
	height: 114px;
	background: #fff;
	-moz-border-radius: 86px / 57px;
	-webkit-border-radius: 86px / 57px;
	border-radius: 86px / 57px;
	color: #62b22f;
	position: absolute;
	z-index: 300;
	bottom: -50px;
	right: -20px;
	padding: 0px 25px 20px 25px;
	text-align: center;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

Body.piny .producto .datos, Body.piny-single .producto .datos{
	color: #e3226c;
}

.producto .datos.sel{
	background: #5bc5f2;
}

Body.piny .producto .datos.sel, Body.piny-single .producto .datos.sel{
	background: #fde784;
}



.producto .datos h1{
	font-size: 15px;
	color: #62b22f; 
}

Body.piny .producto .datos h1, Body.piny-single .producto .datos h1{
	color: #e3226c;
}

.producto .datos.sel h1{
	color: #fff; 
}

Body.piny .producto .datos.sel h1, Body.piny-single .producto .datos.sel h1{
	color: #694139;
}

.producto .datos .ovalo {
	position: absolute;
	top: -54px;
	left: 0px;
	display: block;
	background: transparent;
	width: 172px;
	height: 114px;
	overflow: hidden;
	-moz-border-radius: 86px / 57px;
	-webkit-border-radius: 86px / 57px;
	border-radius: 86px / 57px;
	-webkit-box-shadow: 5px 5px #62b22f;
	box-shadow: 5px 5px #62b22f, -5px -5px #62b22f;
}

.producto .datos.sel .ovalo{
	-webkit-box-shadow: 5px 5px #009fe3;
	box-shadow: 5px 5px #009fe3, -5px -5px #009fe3;
}

.producto .datos.sel .ovalo.action{
	-webkit-box-shadow: 5px 5px #009fe3;
	box-shadow: 5px 5px #009fe3, -5px -5px #009fe3;
}

Body.piny .producto .datos .ovalo, Body.piny-single .producto .datos .ovalo {
	position: absolute;
	top: -54px;
	left: 0px;
	display: block;
	background: transparent;
	width: 172px;
	height: 114px;
	overflow: hidden;
	-moz-border-radius: 86px / 57px;
	-webkit-border-radius: 86px / 57px;
	border-radius: 86px / 57px;
	-webkit-box-shadow: 5px 5px #e3226c;
	box-shadow: 5px 5px #e3226c, -5px -5px #e3226c;
}

Body.piny .producto .datos.sel .ovalo, Body.piny-single .producto .datos.sel .ovalo{
	-webkit-box-shadow: 5px 5px #fdd341;
	box-shadow: 5px 5px #fdd341, -5px -5px #fdd341;
}
</pre></body></html>