* { position: relative; z-index: 1; }
.nt-buy__admit {
display: inline-flex;
align-items: center;
gap: 8px;
width: fit-content;
font-family: var(--nt-font-display);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--nt-primary);
padding: 5px 10px;
border: 1px solid rgba(107, 63, 160, 0.4);
background: rgba(107, 63, 160, 0.06);
box-shadow: var(--nt-neon);
}
.nt-buy__admit i {
width: 6px; height: 6px;
border-radius: 50%;
background: var(--nt-lime);
box-shadow: 0 0 6px rgba(184, 240, 0, 0.9);
font-style: normal;
}
.nt-price {
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
padding: 14px 16px;
background: var(--nt-ink);
color: #F4F0FF;
border-radius: 2px;
border: 1px solid rgba(184, 240, 0, 0.55);
box-shadow: 0 0 16px rgba(184, 240, 0, 0.15);
}
.nt-price__now {
font-family: var(--nt-font-display);
font-size: 1.75rem;
font-weight: 800;
letter-spacing: 0.02em;
color: var(--nt-lime);
text-shadow: 0 0 12px rgba(184, 240, 0, 0.45);
}
.nt-price__old {
font-size: 0.95rem;
opacity: 0.55;
text-decoration: line-through;
}
.nt-buy__title {
font-size: clamp(1.25rem, 2.4vw, 1.75rem);
margin: 0;
line-height: 1.2;
}
.nt-buy__meta-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 16px;
font-size: 12px;
font-weight: 600;
color: var(--nt-muted);
}
.nt-buy__rating {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--nt-ink);
padding: 4px 8px;
border: 1px solid rgba(107, 63, 160, 0.3);
background: rgba(107, 63, 160, 0.05);
}
.nt-installment {
margin: 0;
font-size: 13px;
color: var(--nt-muted);
line-height: 1.45;
padding: 10px 0;
border-top: 1px solid rgba(107, 63, 160, 0.2);
border-bottom: 1px solid rgba(107, 63, 160, 0.2);
}
.nt-installment strong { color: var(--nt-ink); }
.nt-installment a {
margin-left: 4px;
color: var(--nt-primary-deep);
text-decoration: underline;
text-underline-offset: 2px;
font-weight: 600;
}
.nt-buy__form button[type="submit"] {
width: 100%;
padding: 14px 20px;
background: var(--nt-accent);
color: #fff;
border: 1px solid var(--nt-accent-deep);
border-radius: 2px;
font-family: var(--nt-font-display);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
min-height: 52px;
box-shadow: 0 0 0 1px rgba(255, 46, 99, 0.3), 0 0 18px rgba(255, 46, 99, 0.35);
transition: background 0.15s, box-shadow 0.15s, transform 0.1s;
}
.nt-buy__form button[type="submit"]:hover {
background: var(--nt-accent-deep);
box-shadow: 0 0 0 1px rgba(184, 240, 0, 0.5), 0 0 20px rgba(184, 240, 0, 0.25);
transform: translateY(-1px);
}
/* info band with neon hairline */
.nt-info {
margin-bottom: 36px;
background: var(--nt-panel);
border: 1px solid rgba(107, 63, 160, 0.4);
box-shadow: var(--nt-neon);
overflow: hidden;
}
.nt-info__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 22px;
background: linear-gradient(90deg, var(--nt-primary) 0%, var(--nt-primary-deep) 100%);
color: #fff;
border-bottom: 1px solid rgba(184, 240, 0, 0.5);
}
.nt-info__head h2 {
color: #fff;
font-size: 1.1rem;
margin: 0;
}
.nt-info__badge {
font-family: var(--nt-font-display);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--nt-ink);
background: var(--nt-lime);
padding: 5px 10px;
border-radius: 2px;
box-shadow: 0 0 10px rgba(184, 240, 0, 0.5);
}
.nt-info__body { padding: 8px 22px 24px; }
.nt-band {
margin-bottom: 36px;
padding-top: 4px;
}
.nt-band__label {
font-family: var(--nt-font-display);
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 16px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(107, 63, 160, 0.45);
box-shadow: 0 1px 0 rgba(184, 240, 0, 0.35);
display: inline-block;
letter-spacing: 0.06em;
}
.nt-reviews, .nt-recommend { margin-bottom: 36px; }
/* footer */
.nt-footer {
background: var(--nt-ink);
color: rgba(244, 240, 255, 0.88);
padding: 56px 24px 28px;
border-top: 1px solid rgba(107, 63, 160, 0.6);
box-shadow: 0 -1px 0 rgba(184, 240, 0, 0.25), inset 0 1px 0 rgba(255, 46, 99, 0.2);
}
.nt-footer a { color: #C4A8F0; }
.nt-footer a:hover { color: var(--nt-lime); }
.nt-footer__grid {
max-width: var(--nt-max);
margin: 0 auto 36px;
display: grid;
gap: 32px;
}
.nt-footer__brand h3 {
font-size: 1.4rem;
color: #fff;
margin-bottom: 12px;
}
.nt-footer__brand p {
font-size: 14px;
line-height: 1.7;
margin: 0 0 18px;
color: rgba(244, 240, 255, 0.65);
}
.nt-footer__social { display: flex; gap: 8px; flex-wrap: wrap; }
.nt-footer__social a {
display: flex; align-items: center; justify-content: center;
width: 40px; height: 40px;
border: 1px solid rgba(107, 63, 160, 0.5);
border-radius: 2px;
color: #F4F0FF;
box-shadow: 0 0 8px rgba(107, 63, 160, 0.2);
}
.nt-footer__social a:hover {
background: var(--nt-primary);
border-color: var(--nt-lime);
color: #fff;
}
.nt-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.nt-footer h4 {
font-family: var(--nt-font-display);
font-size: 10px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--nt-lime);
margin-bottom: 14px;
font-weight: 700;
}
.nt-footer__links { list-style: none; margin: 0; padding: 0; }
.nt-footer__links li { margin-bottom: 10px; }
.nt-footer__links a { font-size: 14px; }
.nt-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(244, 240, 255, 0.88); }
.nt-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; }
.nt-footer__subscribe input[type="email"] {
flex: 1; min-width: 200px; padding: 12px 14px;
border: 1px solid rgba(107, 63, 160, 0.45);
border-radius: 2px 0 0 2px; background: transparent; color: #fff;
font-family: var(--nt-font-body); font-size: 14px;
}
.nt-footer__subscribe input::placeholder { color: rgba(244, 240, 255, 0.4); }
.nt-footer__subscribe button {
padding: 12px 20px; background: var(--nt-accent); color: #fff;
border: 1px solid var(--nt-accent-deep); border-radius: 0 2px 2px 0;
font-weight: 700; font-size: 11px; letter-spacing: 0.1em;
text-transform: uppercase; cursor: pointer; min-height: 44px;
font-family: var(--nt-font-display);
}
.nt-footer__subscribe button:hover { background: var(--nt-primary); border-color: var(--nt-primary); }
.nt-footer__payments {
max-width: var(--nt-max); margin: 0 auto 28px;
display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
.nt-footer__payments svg { height: 28px; width: auto; }
.nt-footer__bottom {
max-width: var(--nt-max); margin: 0 auto; padding-top: 24px;
border-top: 1px solid rgba(107, 63, 160, 0.35);
font-size: 12px; text-align: center;
color: rgba(244, 240, 255, 0.45); line-height: 1.8;
}
.nt-footer__bottom a { margin: 0 4px; }
@media (min-width: 750px) {
.nt-menu-toggle { display: none; }
.nt-desktop-only { display: inline-flex; }
.nt-search { display: block; }
.nt-steps { display: block; }
.nt-rail-layout {
grid-template-columns: 160px minmax(0, 1.2fr) minmax(280px, 0.95fr);
gap: 20px;
}
.nt-stub {
order: 0;
position: sticky;
top: 120px;
}
.nt-stub__rail {
flex-direction: column;
overflow-x: visible;
}
.nt-stub__thumb {
width: 100%;
height: 48px;
}
.nt-stage { order: 0; }
.nt-buy {
order: 0;
position: sticky;
top: 120px;
}
.nt-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
@media (max-width: 749px) {
.nt-header__top { padding-left: 12px; padding-right: 12px; }
.nt-logo { font-size: 1.05rem; }
.nt-main { padding: 18px 14px 56px; }
.nt-stub {
clip-path: none;
border-left: 4px solid var(--nt-primary);
}
.nt-buy {
clip-path: none;
border-top: 3px solid var(--nt-accent);
}
.nt-stage { padding: 10px; }
.nt-info__body { padding: 4px 16px 20px; }
.nt-buy__form button[type="submit"] { width: 100%; }
}
Home /
/
Vintage Gold Feiner Zirkonia Ring aalborg-modehus20241129 Aus diesem Grund gehört "Leyennae Warm und Komfortabel Das Lux349100Vogue Used-Look Farbr:Grün
Neon ticket · Gallery rail
Admit one
EUR32.99
EUR53.99
Vintage Gold Feiner Zirkonia Ring aalborg-modehus20241129 Aus diesem Grund gehört "Leyennae Warm und Komfortabel Das Lux349100Vogue Used-Look Farbr:Grün
Pay in 4 interest-free payments of $8.25
Learn more
Shipping Estimate
Ships within 48 hours · Estimated delivery Sep 24 - Sep 29
Ticket notes
Neon hairline
Description
Vintage Gold Feiner Zirkonia Ring aalborg modehus20241129 Aus diesem Grund gehört "Leyennae Warm und Komfortabel Das Lux349100Vogue Used Look Farbr:Grün Aus diesem Grund gehört "Leyennae Grauer Strick Cardigan mit offener Vorderseite" in Ihren Kleiderschrank: %3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 52 52' data name='Layer 1' xmlns='http: www
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
Discover