header h4 span::before { content: "Más de un millón de productos de segunda mano"; }
header .button::before { content: "Visitar la tienda"; }
header p b::before { content: "Empresa eco-responsable"; }
header p span::before { content: ", hasta un 15% del precio de venta donado a bibliotecas y asociaciones"; }
.reassurance h2::before { content: "La garantía Ammareal"; }
.reassurance .bloc:nth-of-type(1) b:before { content: "Envío en 24h"; }
.reassurance .bloc:nth-of-type(1) small:before { content: "Productos enviados dentro de las 24 horas hábiles posteriores a su pedido."; }
.reassurance .bloc:nth-of-type(2) b:before { content: "Devoluciones"; }
.reassurance .bloc:nth-of-type(2) small:before { content: "Tiene 30 días para devolver su compra."; }
.reassurance .bloc:nth-of-type(3) b:before { content: "Servicio al cliente"; }
.reassurance .bloc:nth-of-type(3) small:before { content: "Respondemos dentro de las 24h durante la semana"; }
.reassurance .bloc:nth-of-type(4) b:before { content: "Comprometido"; }
.reassurance .bloc:nth-of-type(4) small:before { content: "Hasta un 15% del precio de venta donado a bibliotecas y asociaciones"; }

.product-type.BOOK:before { content: "Libro de Segunda Mano"; }
.product-type.AUDIO_CD:before { content: "CD de Audio de Segunda Mano"; }
.product-type.MOVIE:before { content: "DVD/Blu-Ray de Segunda Mano"; }

.state-description.ES { display: inline; }

.info-publishYear:before { content: "Año de edición"; }
.info-publisher:before { content: "Editor"; }
.info-binding:before { content: "Formato"; }
.info-artist:before { content: "Artista"; }
.info-label:before { content: "Etiqueta"; }
.info-ean:before { content: "EAN"; }
.info-discType:before { content: "Tipo de disco"; }
.info-format:before { content: "Formato"; }
.info-edition:before { content: "Edición"; }
.info-region:before { content: "Región/Zona"; }
.info-studio:before { content: "Estudio/Etiqueta"; }
.info-director:before { content: "Director"; }
.info-releaseDate:before { content: "Fecha de lanzamiento"; }
.info-isbn:before { content: "ISBN"; }
.info-sku:before { content: "SKU"; }
.info-condition th:before { content: "Estado"; }
.info-condition.USED_ACCEPTABLE td:before { content: "Estado aceptable"}
.info-condition.USED_GOOD td:before { content: "Buen estado"}
.info-condition.USED_VERY_GOOD td:before { content: "Muy buen estado"}
.info-condition.LIKE_NEW td:before { content: "Como nuevo"}

.binding-Softcover:before { content: "Tapa blanda"; }
.binding-Hardcover:before { content: "Tapa dura"; }
.binding-None:before { content: "Sin cubierta"; }

.typologies .bloc:nth-of-type(1) b:before { content: "Libros"; }
.typologies .bloc:nth-of-type(1) li:nth-of-type(1) a:before { content: "Cómics y novelas gráficas"; }
.typologies .bloc:nth-of-type(1) li:nth-of-type(2) a:before { content: "Juvenil"; }
.typologies .bloc:nth-of-type(1) li:nth-of-type(3) a:before { content: "Ficción"; }
.typologies .bloc:nth-of-type(2) b:before { content: "DVD"; }
.typologies .bloc:nth-of-type(2) li:nth-of-type(1) a:before { content: "Comedia"; }
.typologies .bloc:nth-of-type(2) li:nth-of-type(2) a:before { content: "Animación"; }
.typologies .bloc:nth-of-type(2) li:nth-of-type(3) a:before { content: "Ciencia ficción"; }
.typologies .bloc:nth-of-type(3) b:before { content: "CD"; }
.typologies .bloc:nth-of-type(3) li:nth-of-type(1) a:before { content: "Blues"; }
.typologies .bloc:nth-of-type(3) li:nth-of-type(2) a:before { content: "Hip Hop"; }
.typologies .bloc:nth-of-type(3) li:nth-of-type(3) a:before { content: "Rock"; }
.typologies .bloc:nth-of-type(4) b:before { content: "Vinilos"; }
.typologies .bloc:nth-of-type(4) li:nth-of-type(1) a:before { content: "Clásica"; }
.typologies .bloc:nth-of-type(4) li:nth-of-type(2) a:before { content: "Jazz"; }
.typologies .bloc:nth-of-type(4) li:nth-of-type(3) a:before { content: "Reggae"; }
.typologies .bloc:nth-of-type(1) li:nth-of-type(4):before,.typologies .bloc:nth-of-type(2) li:nth-of-type(4):before,.typologies .bloc:nth-of-type(3) li:nth-of-type(4):before,.typologies .bloc:nth-of-type(4) li:nth-of-type(4):before{ content: "... y muchos más"; }

.questions-layout h2::before { content: "Preguntas frecuentes"; }
.categories:nth-of-type(1) h3:before{content:"Producto";}
.categories:nth-of-type(1) details:nth-of-type(1) > summary:before{content:"¿Cómo describen el estado del producto?";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(1) :before{content:"Como nuevo";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(1):after{content:" : Producto visiblemente nuevo, sin signos de desgaste, como si acabara de comprarse.";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(2) :before{content:"Muy buen estado";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(2):after{content:" : Puede presentar ligeras marcas de uso o manipulación (micro arañazos, esquinas ligeramente desgastadas, pequeñas marcas en la carátula o cubierta). También puede incluir un ligero equipamiento de biblioteca.";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(3) :before{content:"Buen estado";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(3):after{content:" : Presenta signos de uso más visibles (arañazos leves en un disco, cubierta o caja marcada, páginas dobladas, anotaciones o sellos). También puede incluir equipamiento de biblioteca.";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(4) :before{content:"Ex producto de biblioteca / mediateca";}
.categories:nth-of-type(1) details:nth-of-type(1) li:nth-of-type(4):after{content:" : Los libros y medios procedentes del descarte de bibliotecas y mediatecas se indican con la mención “Ex producto de biblioteca / mediateca con equipamiento” en su ficha. Pueden tener una película protectora, etiquetas, sellos, marcas de almacenamiento o refuerzos adhesivos destinados al uso público.";}
.categories:nth-of-type(1) details:nth-of-type(2) > summary:before{content:"¿Qué significa “equipamiento de biblioteca”?";}
.categories:nth-of-type(1) details:nth-of-type(2) > p:before{content:"Los libros pueden tener una película adhesiva transparente que cubre toda la cubierta, etiquetas de referencia y almacenamiento en la cubierta y/o en el interior, sellos y marcas en el interior del libro y en los bordes, así como refuerzos adhesivos entre la cubierta y el bloque de páginas, para adaptarlos a la lectura pública.";}
.categories:nth-of-type(1) details:nth-of-type(3) > summary:before{content:"¿La imagen corresponde exactamente al producto que recibiré?";}
.categories:nth-of-type(1) details:nth-of-type(3) > p:before{content:"Las imágenes son orientativas y pueden diferir del producto real (edición, cubierta, ilustraciones…).";}
.categories:nth-of-type(1) details:nth-of-type(4) > summary:before{content:"¿Qué significa “cubierta diferente”?";}
.categories:nth-of-type(1) details:nth-of-type(4) > p:before{content:"El producto puede tener una cubierta alternativa a la mostrada en la imagen. La cubierta real puede variar ligeramente.";}
.categories:nth-of-type(1) details:nth-of-type(5) > summary:before{content:"¿Cómo saber si es un CD o un vinilo?";}
.categories:nth-of-type(1) details:nth-of-type(5) > p:before{content:"El formato se indica en la sección “Descripción del artículo”";}
.categories:nth-of-type(1) details:nth-of-type(6) > summary:before{content:"¿En qué idioma está el libro?";}
.categories:nth-of-type(1) details:nth-of-type(6) > p:before{content:"El idioma se especifica en la sección “Características del producto”";}
.categories:nth-of-type(1) details:nth-of-type(7) > summary:before{content:"¿Puedo negociar el precio?";}
.categories:nth-of-type(1) details:nth-of-type(7) > p:before{content:"Los precios indicados son fijos y no negociables.";}

.categories:nth-of-type(2) h3:before {content: "Envío";}
.categories:nth-of-type(2) details:nth-of-type(1) > summary:before{content:"¿Cuánto cuestan los gastos de envío?";}
.categories:nth-of-type(2) details:nth-of-type(1) > p:before{content:"Los gastos de envío se calculan automáticamente en el carrito según el peso y el destino. Para varios artículos, el total se recalculará automáticamente.";}
.categories:nth-of-type(2) details:nth-of-type(2) > summary:before{content:"¿Qué métodos de envío están disponibles?";}
.categories:nth-of-type(2) details:nth-of-type(2) > p:before{content:"Ofrecemos entrega a domicilio y recogida en punto Mondial Relay, para que pueda elegir la opción más conveniente para usted.";}

.categories:nth-of-type(3) h3:before {content: "Devolución";}
.categories:nth-of-type(3) details:nth-of-type(1) > summary:before{content:"Quiero devolver un artículo. ¿Cómo hacerlo?";}
.categories:nth-of-type(3) details:nth-of-type(1) > p:before{content:"Tiene 30 días para devolver su artículo por cualquier motivo. Simplemente contáctenos a través de eBay para iniciar el proceso de devolución. Una vez recibido el producto en nuestras instalaciones, procederemos a su reembolso.";}
.categories:nth-of-type(3) details:nth-of-type(2) > summary:before{content:"¿Quién cubre los gastos de devolución?";}
.categories:nth-of-type(3) details:nth-of-type(2) > p:before{content:"Los gastos de devolución corren a cargo del comprador.";}