COTAÇÃO
R$ 5,52
Dólar Dólar

Taxa de câmbio: US$ 1,00

Compras Paraguai R$ 5,52
Compras Paraguai G$ 7480
Compras Paraguai $ 1.120,00

Jogo para Nintendo Switch Pokemon Violet + The Hidden Treasure Of Area Zero

Disponível desde 15 de Junho de 2024

Última listagem em 25 de Junho de 2024

Logo Mobile Zone
(4 opiniões da loja)

código: #576772

Por:

US$ 88,75
Preço em real R$ 489,90
Preço em peso argentino $ 99.400,00

* Os preços e a disponibilidade estão
sujeitos a alterações sem aviso prévio.

DETALHES DO PRODUTO
INFORMAÇÕES BÁSICAS
PlataformaNintendo Switch
INFORMAÇÕES DO PRODUTO
Juego-Nintedo

article {
position: relative;
width: 250px;
transition: all 0.3s ease;
}

/* Estilo para la primera imagen dentro del artículo */
article img:first-child {

border-radius: 4px;
object-fit: cover;
width: 100%;
}

/* Estilo al pasar el mouse sobre el artículo */
article:hover {
transform:
perspective(250px)
rotateX(10deg)
translateY(-5%)
translateZ(0);
}

/* Estilo para el pseudo-elemento ::before */
article::before {
content: '';
position: absolute;
bottom: 0;
height: 100%;
width: 100%;
background-image:
linear-gradient(
to bottom,
transparent 10%
);
opacity: 0;
transition: all .3s ease;
}

/* Estilo para el pseudo-elemento ::before al pasar el mouse */
article:hover::before {
opacity: 1;
}

/* Estilo para la segunda imagen dentro del artículo */
article img:nth-child(2) {
position: absolute;
width: 300px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transform: translateY(25%);
transition: .3s ease;
opacity: 0;
}

/* Estilo para la segunda imagen dentro del artículo al pasar el mouse */
article:hover img:nth-child(2) {
opacity: 1;
transform: translateY(10%);
}

/* Estilo para la tercera imagen dentro del artículo */
article img:nth-child(3) {
position: absolute;
width: 300px;
border-radius: 10px;
bottom: 30px;
left: 0.5;
margin-left: 10px; /* Cambiado de right a margin-left */
margin-right: 10px; /* Cambiado de right a margin-right */
transform: translateY(25%);
transition: 0.3s ease;
opacity: 0;
}

/* Estilo para la tercera imagen dentro del artículo al pasar el mouse */
article:hover img:nth-child(3) {
opacity: 1;
transform: translateY(25%);
}

/* Estilo para la cuarta imagen dentro del artículo */
article img:nth-child(4) {
position: absolute;
width: 300px;
border-radius: 10px;
bottom: 30px; /* Ajustado el valor de bottom */
left: -9px; /* Ajustado el valor de left */
margin-left: -305px; /* Ajustado el valor de margin-left */
transition: 0.3s ease;
opacity: 0;
}

/* Estilo para la cuarta imagen dentro del artículo al pasar el mouse */
article:hover img:nth-child(4) {
opacity: 1;
transform: translateY(25%);
fechar