* { position: relative; z-index: 1; }
.nb-buy__title {
font-size: clamp(1.3rem, 2.5vw, 1.85rem);
margin: 0;
line-height: 1.18;
}
.nb-buy__meta-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 14px;
font-size: 12px;
font-weight: 600;
color: var(--nb-muted);
}
.nb-buy__rating {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--nb-ink);
padding: 4px 9px;
border: 1px solid rgba(107, 63, 160, 0.35);
background: rgba(107, 63, 160, 0.06);
box-shadow: var(--nb-neon);
}
.nb-buy__booth {
display: inline-flex;
align-items: center;
gap: 8px;
width: fit-content;
font-family: var(--nb-font-display);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--nb-accent);
padding: 5px 10px;
border: 1px solid rgba(255, 46, 99, 0.45);
background: rgba(255, 46, 99, 0.06);
box-shadow: var(--nb-neon-accent);
}
.nb-buy__booth i {
width: 6px; height: 6px;
border-radius: 50%;
background: var(--nb-accent);
box-shadow: 0 0 8px rgba(255, 46, 99, 0.9);
font-style: normal;
}
.nb-price {
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
padding: 14px 16px;
background: linear-gradient(135deg, var(--nb-primary) 0%, var(--nb-primary-deep) 100%);
color: #F4F0FF;
border-radius: 0;
border: 1px solid rgba(255, 46, 99, 0.55);
box-shadow: 0 0 18px rgba(107, 63, 160, 0.35);
}
.nb-price__now {
font-family: var(--nb-font-display);
font-size: 1.7rem;
font-weight: 800;
letter-spacing: 0.02em;
color: #fff;
text-shadow: 0 0 14px rgba(255, 46, 99, 0.55);
}
.nb-price__old {
font-size: 0.95rem;
opacity: 0.55;
text-decoration: line-through;
}
.nb-installment {
margin: 0;
font-size: 13px;
color: var(--nb-muted);
line-height: 1.45;
padding: 10px 0;
border-top: 1px solid rgba(107, 63, 160, 0.22);
border-bottom: 1px solid rgba(107, 63, 160, 0.22);
}
.nb-installment strong { color: var(--nb-ink); }
.nb-installment a {
margin-left: 4px;
color: var(--nb-primary-deep);
text-decoration: underline;
text-underline-offset: 2px;
font-weight: 600;
}
.nb-buy__form button[type="submit"] {
width: 100%;
padding: 14px 20px;
background: var(--nb-ink);
color: #fff;
border: 1px solid var(--nb-accent);
border-radius: 0;
font-family: var(--nb-font-display);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
min-height: 52px;
box-shadow: var(--nb-neon-accent);
transition: background 0.15s, box-shadow 0.15s, transform 0.1s;
}
.nb-buy__form button[type="submit"]:hover {
background: var(--nb-accent);
box-shadow: 0 0 0 1px rgba(107, 63, 160, 0.5), 0 0 22px rgba(255, 46, 99, 0.4);
transform: translateY(-1px);
}
.nb-info {
margin-bottom: 36px;
background: var(--nb-panel);
border: 1px solid rgba(107, 63, 160, 0.4);
box-shadow: var(--nb-neon);
overflow: hidden;
}
.nb-info__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 22px;
background: var(--nb-ink);
color: #fff;
border-bottom: 1px solid rgba(255, 46, 99, 0.55);
}
.nb-info__head h2 {
color: #fff;
font-size: 1.05rem;
margin: 0;
}
.nb-info__badge {
font-family: var(--nb-font-display);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #fff;
background: var(--nb-accent);
padding: 5px 10px;
box-shadow: 0 0 12px rgba(255, 46, 99, 0.45);
}
.nb-info__body { padding: 8px 22px 24px; }
.nb-band {
margin-bottom: 36px;
padding-top: 4px;
}
.nb-band__label {
font-family: var(--nb-font-display);
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 16px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 46, 99, 0.4);
box-shadow: 0 1px 0 rgba(107, 63, 160, 0.25);
display: inline-block;
letter-spacing: 0.06em;
}
.nb-reviews, .nb-recommend { margin-bottom: 36px; }
.nb-footer {
background: var(--nb-ink);
color: rgba(244, 240, 255, 0.88);
padding: 56px 24px 28px;
border-top: 1px solid rgba(255, 46, 99, 0.45);
box-shadow: 0 -1px 0 rgba(107, 63, 160, 0.35), inset 0 1px 0 rgba(255, 46, 99, 0.2);
}
.nb-footer a { color: #C4A8F0; }
.nb-footer a:hover { color: var(--nb-accent); }
.nb-footer__grid {
max-width: var(--nb-max);
margin: 0 auto 36px;
display: grid;
gap: 32px;
}
.nb-footer__brand h3 {
font-size: 1.4rem;
color: #fff;
margin-bottom: 12px;
}
.nb-footer__brand p {
font-size: 14px;
line-height: 1.7;
margin: 0 0 18px;
color: rgba(244, 240, 255, 0.65);
}
.nb-footer__social { display: flex; gap: 8px; flex-wrap: wrap; }
.nb-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: 0;
color: #F4F0FF;
box-shadow: 0 0 8px rgba(107, 63, 160, 0.2);
}
.nb-footer__social a:hover {
background: var(--nb-primary);
border-color: var(--nb-accent);
color: #fff;
}
.nb-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.nb-footer h4 {
font-family: var(--nb-font-display);
font-size: 10px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--nb-accent);
margin-bottom: 14px;
font-weight: 700;
}
.nb-footer__links { list-style: none; margin: 0; padding: 0; }
.nb-footer__links li { margin-bottom: 10px; }
.nb-footer__links a { font-size: 14px; }
.nb-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(244, 240, 255, 0.88); }
.nb-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; }
.nb-footer__subscribe input[type="email"] {
flex: 1; min-width: 200px; padding: 12px 14px;
border: 1px solid rgba(107, 63, 160, 0.45);
border-radius: 0; background: transparent; color: #fff;
font-family: var(--nb-font-body); font-size: 14px;
}
.nb-footer__subscribe input::placeholder { color: rgba(244, 240, 255, 0.4); }
.nb-footer__subscribe button {
padding: 12px 20px; background: var(--nb-accent); color: #fff;
border: 1px solid var(--nb-accent-deep); border-radius: 0;
font-weight: 700; font-size: 11px; letter-spacing: 0.1em;
text-transform: uppercase; cursor: pointer; min-height: 44px;
font-family: var(--nb-font-display);
}
.nb-footer__subscribe button:hover { background: var(--nb-primary); border-color: var(--nb-primary); }
.nb-footer__payments {
max-width: var(--nb-max); margin: 0 auto 28px;
display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
.nb-footer__payments svg { height: 28px; width: auto; }
.nb-footer__bottom {
max-width: var(--nb-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;
}
.nb-footer__bottom a { margin: 0 4px; }
@media (min-width: 750px) {
.nb-menu-toggle { display: none; }
.nb-desktop-only { display: inline-flex; }
.nb-search { display: block; }
.nb-steps { display: block; }
.nb-rail-layout {
grid-template-columns: 168px minmax(0, 1.25fr) minmax(290px, 0.95fr);
gap: 22px;
}
.nb-stub {
order: 0;
position: sticky;
top: 124px;
}
.nb-stub__rail {
flex-direction: column;
overflow-x: visible;
}
.nb-stub__thumb {
width: 100%;
height: 46px;
}
.nb-stage { order: 0; }
.nb-buy {
order: 0;
position: sticky;
top: 124px;
}
.nb-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
@media (max-width: 749px) {
.nb-header__top { padding-left: 12px; padding-right: 12px; }
.nb-logo { font-size: 1.05rem; }
.nb-main { padding: 18px 14px 56px; }
.nb-stub {
clip-path: none;
border-bottom: 4px solid var(--nb-primary);
}
.nb-buy {
clip-path: none;
padding-left: 20px;
border-left: 4px solid var(--nb-accent);
}
.nb-bazaar-tag { clip-path: none; }
.nb-stage { padding: 10px; }
.nb-info__body { padding: 4px 16px 20px; }
.nb-buy__form button[type="submit"] { width: 100%; }
}
Home /
/
balance boucle doreille 70825 "2":{"5":1}}{"1":17}' data-sheets-userformat='{"2":769 bridesmaids The delicate bracelet surrounds Taille:48-52 L250801-Set-Lei-Natural-Grace-Rosegold-M-L
Neon bazaar · Stall lane
Stall notes
Neon hairline
Description
balance boucle doreille 70825 "2":{"5":1}}{"1":17}' data sheets userformat='{"2":769 bridesmaids The delicate bracelet surrounds Taille:48 52 L250801 Set Lei Natural Grace Rosegold M L "2":{"5":1}}{"1":17}' data sheets userformat='{"2":769 The delicate bracelet surrounds your wrist with its small plates and is pleasantly light to wear
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