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

Taxa de câmbio: US$ 1,00

Compras Paraguai R$ 5,75
Compras Paraguai G$ 7910
Compras Paraguai $ 1.120,00

Spigen Samsung S25 Plus Screen Protector Glas.TR AGL07430 2PCS

Disponível desde 20 de Março de 2025

Última listagem em 04 de Abril de 2025

Logo Mobile Zone
(5 opiniões da loja)

código: #970938

Por:

US$ 27,00
Preço em real R$ 155,25
Preço em peso argentino $ 30.240,00

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

INFORMAÇÕES DO PRODUTO
.smartwatch-container {
font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
width: 100%;
margin: 0 auto;
background-color: #f8fafc;
color: #0f172a;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
}

.smartwatch-section {
padding: 60px 40px;
position: relative;
}

.smartwatch-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 80px 40px;
background: linear-gradient(135deg, #f8fafc, #ffffff);
position: relative;
overflow: hidden;
}


.parallax-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 30% 50%, #3b82f610 5%, transparent 30%),
radial-gradient(circle at 70% 70%, #f9731610 5%, transparent 30%);
opacity: 0.6;
z-index: 1;
}


.smartwatch-content {
position: relative;
z-index: 2;
width: 100%;
}

.smartwatch-logo {
max-width: 180px;
margin-bottom: 30px;
animation: fadeIn 1s ease-out;
}

.smartwatch-title {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 15px;
background: linear-gradient(to right, #0f172a, #3b82f6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: slideUp 0.8s ease-out;
}

.smartwatch-tagline {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 30px;
opacity: 0.9;
animation: slideUp 1s ease-out;
}

.smartwatch-description {
max-width: 700px;
margin: 0 auto 40px;
line-height: 1.6;
font-size: 1.1rem;
opacity: 0.8;
animation: fadeIn 1.2s ease-out;
}

.smartwatch-main-image {
max-width: 100%;
height: auto;
margin: 20px 0;
border-radius: 10px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
animation: scaleIn 1.2s ease-out;
}

.smartwatch-video-container {
width: 100%;
max-width: 800px;
margin: 40px auto;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
animation: scaleIn 1.2s ease-out;
}

.smartwatch-video {
width: 100%;
height: 450px;
border: none;
}

.smartwatch-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
padding: 60px 40px;
background-color: #ffffff;
}

.feature-card {
background: linear-gradient(145deg, #f8fafc80, #ffffff);
border-radius: 12px;
padding: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid #e2e8f0;
transition: all 0.3s ease;
animation: fadeInUp 0.8s ease-out;
animation-fill-mode: both;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
border-color: #3b82f680;
}

.feature-icon {
width: 60px;
height: 60px;
background-color: #3b82f6;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
font-size: 24px;
color: #f8fafc;
box-shadow: 0 10px 20px #3b82f640;
}

.feature-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 15px;
color: #3b82f6;
}

.feature-description {
font-size: 1rem;
line-height: 1.6;
opacity: 0.8;
}

.smartwatch-gallery {
padding: 60px 40px;
background: linear-gradient(135deg, #f8fafc, #ffffff80);
}

.gallery-title {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
color: #3b82f6;
animation: fadeIn 0.8s ease-out;
}

.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}

.gallery-item {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
animation: fadeIn 1s ease-out;
animation-fill-mode: both;
}

.gallery-item:hover {
transform: scale(1.03);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.gallery-image {
width: 100%;
height: auto;
display: block;
}

.gallery-video {
width: 100%;
height: 200px;
border: none;
}

.gallery-caption {
padding: 15px;
background-color: #ffffff;
font-size: 0.9rem;
text-align: center;
}

.smartwatch-specs {
padding: 60px 40px;
background-color: #f8fafc;
}

.specs-title {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
color: #3b82f6;
animation: fadeIn 0.8s ease-out;
}

.specs-table {
width: 100%;
max-width: 800px;
margin: 0 auto;
border-collapse: collapse;
animation: fadeIn 1s ease-out;
}

.specs-table tr {
border-bottom: 1px solid #e2e8f0;
transition: all 0.3s ease;
}

.specs-table tr:hover {
background-color: #ffffff50;
}

.specs-table th,
.specs-table td {
padding: 15px 20px;
text-align: left;
}

.specs-table th {
font-weight: 600;
color: #3b82f6;
width: 40%;
}

.smartwatch-price {
padding: 80px 40px;
text-align: center;
background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.price-tag {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 30px;
color: #0f172a;
animation: pulseScale 2s infinite;
}

.price-currency {
font-size: 2rem;
vertical-align: super;
margin-right: 5px;
opacity: 0.8;
}

.cta-button {
display: inline-block;
padding: 15px 40px;
background: linear-gradient(to right, #3b82f6, #f97316);
color: #0f172a;
font-size: 1.2rem;
font-weight: 600;
text-decoration: none;
border-radius: 50px;
box-shadow: 0 10px 30px #3b82f640;
transition: all 0.3s ease;
border: none;
cursor: pointer;
animation: pulseLight 2s infinite;
}

.cta-button:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px #3b82f660;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes slideUp {
from { transform: translateY(30px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}

@keyframes scaleIn {
from { transform: scale(0.9); opacity: 0; }
to { transform: scale(1); opacity: 1; }
}

@keyframes fadeInUp {
from { transform: translateY(20px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}

@keyframes pulseScale {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}

@keyframes pulseLight {
0% { box-shadow: 0 10px 30px #3b82f640; }
50% { box-shadow: 0 10px 30px #3b82f670; }
100% { box-shadow: 0 10px 30px #3b82f640; }
}

@media (max-width: 768px) {
.smartwatch-section {
padding: 40px 20px;
}

.smartwatch-hero {
padding: 60px 20px;
}

.smartwatch-title {
font-size: 2.5rem;
}

.smartwatch-tagline {
font-size: 1.2rem;
}

.smartwatch-video {
height: 300px;
}

.feature-card {
padding: 20px;
}

.price-tag {
font-size: 2.5rem;
}
}

@media (max-width: 480px) {
.smartwatch-title {
font-size: 1.8rem;
}

.smartwatch-tagline {
font-size: 1rem;
}

.smartwatch-description {
font-size: 0.9rem;
}

.smartwatch-section {
padding: 30px 15px;
}

.feature-card {
padding: 15px;
}

.feature-icon {
width: 50px;
height: 50px;
}

.feature-title {
font-size: 1.2rem;
}

.specs-table th, .specs-table td {
padding: 10px;
font-size: 0.9rem;
}

.smartwatch-title {
font-size: 2rem;
}

.smartwatch-video {
height: 200px;
}

.gallery-grid {
grid-template-columns: 1fr;
}
}

/* Mejoras de responsividad */
* {
box-sizing: border-box;
}

img {
max-width: 100%;
height: auto;
}








SPIGEN
SCREEN PROTECTOR GLAS.TR AGL07430
Sé un héroe. Protege tu pantalla y tu tiempo. EZ Fit facilita la instalación de un protector de pantalla. Usa la bandeja para alinear el protector a tu Samsung Galaxy S25, presiona hacia abajo y listo. Así de fácil.














Galería














Nueva imagen
fechar