* { position: relative; z-index: 1; }
.ag-gallery {
order: 1;
background: rgba(251, 253, 255, 0.95);
border: 4px solid var(--ag-ink);
padding: 14px;
position: relative;
box-shadow:
0 0 0 1px var(--ag-neon-violet),
8px 8px 0 rgba(91, 140, 222, 0.2);
}
.ag-gallery::after {
content: "";
position: absolute;
inset: 8px;
border: 1px solid rgba(94, 196, 182, 0.55);
pointer-events: none;
z-index: 1;
}
.ag-buy__kicker {
display: inline-flex;
align-items: center;
gap: 8px;
width: fit-content;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ag-ice-deep);
border: 2px solid var(--ag-ink);
padding: 6px 12px;
background: linear-gradient(90deg, rgba(91, 140, 222, 0.15), rgba(94, 196, 182, 0.18));
box-shadow: 0 0 0 1px var(--ag-neon-ice);
}
.ag-buy__title {
font-size: clamp(1.5rem, 3vw, 2.15rem);
margin: 0;
letter-spacing: -0.03em;
}
.ag-buy__meta {
display: flex;
flex-wrap: wrap;
gap: 12px 18px;
font-size: 13px;
color: var(--ag-muted);
}
.ag-buy__rating {
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: 700;
color: var(--ag-ink);
}
.ag-price-glass {
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
padding: 14px 16px;
margin: 2px 0;
background: linear-gradient(135deg, rgba(91, 140, 222, 0.12), rgba(139, 107, 181, 0.1) 50%, rgba(94, 196, 182, 0.12));
border: 3px solid var(--ag-ink);
box-shadow:
inset 0 0 0 1px var(--ag-neon-mint),
0 0 16px rgba(91, 140, 222, 0.12);
}
.ag-price-glass__now {
font-family: var(--ag-font-display);
font-size: 2rem;
font-weight: 700;
color: var(--ag-ice-deep);
letter-spacing: -0.02em;
}
.ag-price-glass__old {
font-size: 1rem;
color: var(--ag-muted);
text-decoration: line-through;
}
.ag-price-glass__tag {
margin-left: auto;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ag-violet);
border: 1px solid var(--ag-violet);
padding: 4px 8px;
}
.ag-installment {
font-size: 13px;
color: var(--ag-muted);
margin: 0;
line-height: 1.5;
padding: 10px 12px;
border-left: 3px solid var(--ag-mint);
background: rgba(94, 196, 182, 0.08);
box-shadow: inset 1px 0 0 var(--ag-neon-mint);
}
.ag-installment strong { color: var(--ag-ink); }
.ag-installment a {
margin-left: 4px;
text-decoration: underline;
text-underline-offset: 2px;
font-weight: 700;
}
.ag-add-form button[type="submit"] {
width: 100%;
padding: 15px 24px;
background: var(--ag-ice);
color: #fff;
border: 3px solid var(--ag-ink);
border-radius: 0;
font-family: var(--ag-font-display);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
min-height: 52px;
box-shadow:
0 0 0 1px var(--ag-neon-mint),
5px 5px 0 var(--ag-violet);
transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}
.ag-add-form button[type="submit"]:hover {
background: var(--ag-violet);
box-shadow:
0 0 12px rgba(94, 196, 182, 0.45),
3px 3px 0 var(--ag-mint);
transform: translateY(-1px);
}
.ag-info {
background: #fff;
border: 4px solid var(--ag-ink);
padding: 12px 22px 26px;
margin-bottom: 36px;
box-shadow:
0 0 0 1px var(--ag-neon-ice),
6px 6px 0 rgba(91, 140, 222, 0.15);
position: relative;
}
.ag-info::before {
content: "";
position: absolute;
top: 10px; left: 10px; right: 10px; bottom: 10px;
border: 1px solid rgba(139, 107, 181, 0.35);
pointer-events: none;
}
.ag-reviews, .ag-recommend { margin-bottom: 36px; }
.ag-footer {
background: var(--ag-ink);
color: rgba(240, 247, 255, 0.9);
padding: 56px 24px 28px;
border-top: 6px solid var(--ag-ice);
box-shadow: inset 0 1px 0 var(--ag-neon-mint);
}
.ag-footer a { color: rgba(240, 247, 255, 0.92); }
.ag-footer a:hover { color: var(--ag-mint); }
.ag-footer__grid {
max-width: var(--ag-max);
margin: 0 auto 36px;
display: grid;
gap: 32px;
}
.ag-footer__brand h3 {
font-size: 1.45rem;
color: #fff;
margin-bottom: 12px;
}
.ag-footer__brand p {
font-size: 14px;
line-height: 1.7;
margin: 0 0 18px;
color: rgba(240, 247, 255, 0.65);
font-family: var(--ag-font-body);
font-weight: 400;
}
.ag-footer__social { display: flex; gap: 8px; flex-wrap: wrap; }
.ag-footer__social a {
display: flex; align-items: center; justify-content: center;
width: 40px; height: 40px;
border: 2px solid rgba(240, 247, 255, 0.3);
border-radius: 0;
box-shadow: 0 0 0 1px rgba(94, 196, 182, 0.2);
}
.ag-footer__social a:hover {
background: var(--ag-ice);
border-color: var(--ag-mint);
color: #fff;
box-shadow: 0 0 10px rgba(94, 196, 182, 0.4);
}
.ag-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.ag-footer h4 {
font-family: var(--ag-font-display);
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ag-mint);
margin-bottom: 14px;
font-weight: 700;
}
.ag-footer__links { list-style: none; margin: 0; padding: 0; }
.ag-footer__links li { margin-bottom: 10px; }
.ag-footer__links a { font-size: 14px; }
.ag-footer address { font-style: normal; font-size: 14px; line-height: 1.85; }
.ag-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; }
.ag-footer__subscribe input[type="email"] {
flex: 1; min-width: 200px; padding: 12px 14px;
border: 2px solid rgba(240, 247, 255, 0.3);
border-radius: 0; background: transparent; color: #fff;
font-family: var(--ag-font-body); font-size: 14px;
}
.ag-footer__subscribe input::placeholder { color: rgba(240, 247, 255, 0.4); }
.ag-footer__subscribe button {
padding: 12px 20px; background: var(--ag-ice); color: #fff;
border: 2px solid #fff; border-radius: 0;
font-weight: 700; font-size: 13px; letter-spacing: 0.08em;
text-transform: uppercase; cursor: pointer; min-height: 44px;
font-family: var(--ag-font-display);
box-shadow: 0 0 0 1px var(--ag-neon-mint);
}
.ag-footer__subscribe button:hover { background: var(--ag-violet); }
.ag-footer__payments {
max-width: var(--ag-max); margin: 0 auto 28px;
display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
.ag-footer__payments svg { height: 28px; width: auto; }
.ag-footer__bottom {
max-width: var(--ag-max); margin: 0 auto; padding-top: 24px;
border-top: 1px solid rgba(240, 247, 255, 0.2);
font-size: 12px; text-align: center;
color: rgba(240, 247, 255, 0.45); line-height: 1.8;
}
.ag-footer__bottom a { margin: 0 4px; }
@media (min-width: 750px) {
.ag-menu-toggle { display: none; }
.ag-desktop-only { display: inline-flex; }
.ag-header__search { display: block; }
.ag-main-nav { display: flex; }
.ag-hero-band { min-height: 200px; }
.ag-stage {
grid-template-columns: 0.92fr 1.08fr;
gap: 28px;
}
.ag-buy { order: 1; }
.ag-gallery { order: 2; position: sticky; top: 18px; }
.ag-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
@media (max-width: 749px) {
.ag-header { padding: 10px 12px 14px; }
.ag-hero-band { min-height: 136px; }
.ag-hero-band__label { left: 14px; bottom: 14px; font-size: 1.3rem; }
.ag-main { padding: 18px 14px 56px; }
.ag-buy { padding: 18px 16px 22px; box-shadow: 0 0 0 1px var(--ag-neon-ice), 4px 4px 0 rgba(139, 107, 181, 0.2); }
.ag-gallery { box-shadow: 0 0 0 1px var(--ag-neon-violet), 4px 4px 0 rgba(91, 140, 222, 0.18); }
.ag-price-glass__tag { width: 100%; margin-left: 0; margin-top: 4px; text-align: center; }
.ag-info { padding: 8px 16px 22px; }
.ag-add-form button[type="submit"] { width: 100%; box-shadow: 0 0 0 1px var(--ag-neon-mint), 3px 3px 0 var(--ag-violet); }
}
Home /
/
collana lovebird Colore:Oro rosa Dimensioni perline: circa 3 24401-bracelets-ring-drop Dimensioni dell anello di Colore:Purple 25492-Ring-Glam-Gold-54
collana lovebird Colore:Oro rosa Dimensioni perline: circa 3 24401-bracelets-ring-drop Dimensioni dell anello di Colore:Purple 25492-Ring-Glam-Gold-54
EUR35.90
EUR79.90
Aurora rate
Pay in 4 interest-free payments of $8.97
Learn more
Shipping Estimate
Ships within 48 hours · Estimated delivery Sep 25 - Sep 30
Description
collana lovebird Colore:Oro rosa Dimensioni perline: circa 3 24401 bracelets ring drop Dimensioni dell anello di Colore:Purple 25492 Ring Glam Gold 54 Dimensioni perline: circa 3 "2":{"5":1}}{"1":17}' data sheets userformat='{"2":769
Exchange/Return Notes
We offer a 30-day return/exchange service after receiving.
Final sale items are not eligible for returns or exchanges.
To process your return/exchange, please contact us at [email protected]
Please click here for more details>>> Return & Exchange Policy
{{{explore_related_edits_fragment}}}