*:not(.cp-blob):not(.cp-tape) { position: relative; z-index: 1; } .cp-buy__folio { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cp-gold); } .cp-buy__title { font-size: clamp(1.55rem, 3vw, 2.2rem); margin: 0; letter-spacing: -0.01em; font-style: italic; } .cp-buy__meta { display: flex; flex-wrap: wrap; gap: 12px 18px; font-size: 13px; color: var(--cp-muted); padding-bottom: 10px; border-bottom: 1px solid var(--cp-line); } .cp-buy__rating { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--cp-ink); } .cp-price-block { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 14px 16px; margin: 2px 0; background: linear-gradient(135deg, rgba(107, 29, 42, 0.08), rgba(196, 163, 90, 0.12)); border: 1.5px solid rgba(107, 29, 42, 0.18); border-left: 4px solid var(--cp-crimson); } .cp-price-block__now { font-family: var(--cp-font-display); font-size: 2rem; font-weight: 700; color: var(--cp-crimson); letter-spacing: -0.02em; } .cp-price-block__old { font-size: 1rem; color: var(--cp-muted); text-decoration: line-through; } .cp-price-block__tag { margin-left: auto; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cp-ink); background: var(--cp-gold-soft); border: 1px solid rgba(196, 163, 90, 0.5); padding: 4px 10px; } .cp-installment { font-size: 13px; color: var(--cp-muted); margin: 0; line-height: 1.5; padding: 10px 12px; border-left: 3px solid var(--cp-gold); background: rgba(196, 163, 90, 0.08); } .cp-installment strong { color: var(--cp-ink); } .cp-installment a { margin-left: 4px; text-decoration: underline; text-underline-offset: 2px; font-weight: 700; } .cp-add-form button[type="submit"] { width: 100%; padding: 15px 24px; background: var(--cp-crimson); color: #F7F1E8; border: none; border-radius: 2px; font-family: var(--cp-font-body); font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; min-height: 52px; box-shadow: 3px 3px 0 var(--cp-gold); transition: background 0.15s, transform 0.12s, box-shadow 0.12s; } .cp-add-form button[type="submit"]:hover { background: var(--cp-crimson-deep); transform: translateY(-1px); box-shadow: 4px 4px 0 var(--cp-gold); } .cp-gallery { order: 1; position: relative; overflow: hidden; background: var(--cp-panel); border: 1.5px solid var(--cp-line); padding: 18px 14px 14px; box-shadow: 0 12px 32px rgba(28, 25, 23, 0.06); } .cp-gallery > *:not(.cp-blob):not(.cp-tape) { position: relative; z-index: 1; } .cp-gallery__plate { position: relative; background: var(--cp-bg); border: 1px solid rgba(28, 25, 23, 0.08); padding: 8px; } .cp-gallery__caption { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 10px; border-top: 1px dashed rgba(107, 29, 42, 0.25); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cp-muted); } .cp-gallery__caption span:last-child { color: var(--cp-crimson); } .cp-info { position: relative; overflow: hidden; background: var(--cp-panel); border: 1.5px solid var(--cp-line); padding: 22px 22px 26px; margin-bottom: 36px; box-shadow: 0 8px 24px rgba(107, 29, 42, 0.05); } .cp-info > *:not(.cp-blob) { position: relative; z-index: 1; } .cp-info__label { font-family: var(--cp-font-display); font-size: 1.35rem; font-style: italic; color: var(--cp-crimson); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--cp-gold); } .cp-reviews, .cp-recommend, .cp-band { margin-bottom: 36px; } .cp-band__label { font-family: var(--cp-font-display); font-size: 1.25rem; font-style: italic; margin-bottom: 14px; color: var(--cp-ink); } /* footer */ .cp-footer { background: var(--cp-ink); color: rgba(247, 241, 232, 0.9); padding: 56px 24px 28px; border-top: 4px solid var(--cp-crimson); box-shadow: inset 0 2px 0 var(--cp-gold); } .cp-footer a { color: #E8D5A8; } .cp-footer a:hover { color: var(--cp-gold); } .cp-footer__grid { max-width: var(--cp-max); margin: 0 auto 36px; display: grid; gap: 28px; } .cp-footer__brand h3 { font-family: var(--cp-font-display); font-size: 1.4rem; font-style: italic; color: #F7F1E8; margin-bottom: 10px; } .cp-footer__brand p { font-size: 14px; line-height: 1.7; color: rgba(247, 241, 232, 0.72); margin: 0 0 16px; max-width: 36ch; } .cp-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .cp-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(196, 163, 90, 0.35); border-radius: 8px; color: #F7F1E8; } .cp-footer__social a:hover { background: var(--cp-crimson); border-color: var(--cp-crimson); color: #F7F1E8; } .cp-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .cp-footer h4 { font-family: var(--cp-font-body); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cp-gold); margin-bottom: 14px; } .cp-footer__links { list-style: none; margin: 0; padding: 0; } .cp-footer__links li { margin-bottom: 10px; } .cp-footer__links a { font-size: 14px; } .cp-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(247, 241, 232, 0.88); } .cp-footer__subscribe { max-width: var(--cp-max); margin: 0 auto 28px; } .cp-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .cp-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1.5px solid rgba(247, 241, 232, 0.25); border-radius: 2px 0 0 2px; background: rgba(247, 241, 232, 0.06); color: #F7F1E8; font-family: var(--cp-font-body); font-size: 14px; } .cp-footer__subscribe input::placeholder { color: rgba(247, 241, 232, 0.4); } .cp-footer__subscribe button { padding: 12px 20px; background: var(--cp-crimson); color: #F7F1E8; border: 1.5px solid var(--cp-crimson); border-radius: 0 2px 2px 0; font-weight: 800; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--cp-font-body); } .cp-footer__subscribe button:hover { background: var(--cp-crimson-deep); } .cp-footer__payments { max-width: var(--cp-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .cp-footer__payments svg { height: 28px; width: auto; } .cp-footer__bottom { max-width: var(--cp-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(247, 241, 232, 0.18); font-size: 12px; text-align: center; color: rgba(247, 241, 232, 0.45); line-height: 1.8; } .cp-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .cp-menu-toggle { display: none; } .cp-desktop-only { display: inline-flex; } .cp-topbar__search { display: block; } .cp-chips { display: flex; } .cp-stage { grid-template-columns: 0.92fr 1.08fr; gap: 28px; } .cp-buy { order: 1; } .cp-gallery { order: 2; position: sticky; top: 64px; } .cp-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .cp-topbar__inner { padding-left: 12px; padding-right: 12px; } .cp-logo { font-size: 1.2rem; } .cp-chipbar { display: none; } .cp-main { padding: 18px 14px 56px; } .cp-buy { padding: 22px 16px 22px; } .cp-gallery { padding: 16px 12px 12px; } .cp-price-block__tag { width: 100%; margin-left: 0; margin-top: 4px; text-align: center; } .cp-info { padding: 18px 16px 22px; } .cp-add-form button[type="submit"] { width: 100%; } .cp-tape--gold { display: none; } }
Crimson press · Letterpress edits · Free shipping over $80
Letterpress folio · Dual buy-left

✨Schönes Geschenk! "Ich liebe dich" Halskette Color:Golden IHRE PROFESSIONELLE LÖSUNG IN ZWEI Dank dieses funktionalen Designelements Car Cleaning LF60338986REDM Stil:Stil A⭐

SKU: 73669901265
4.9
EUR23.00 EUR52.00 Ink rate

Pay in 4 interest-free payments of $5.75 Learn more

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 23 - Sep 28

Folio notes

Description

✨Schönes Geschenk! "Ich liebe dich" Halskette Color:Golden IHRE PROFESSIONELLE LÖSUNG IN ZWEI Dank dieses funktionalen Designelements Car Cleaning LF60338986REDM Stil:Stil A⭐ IHRE PROFESSIONELLE LÖSUNG IN ZWEI EINFACHEN SCHRITTEN – Kein Aufwand 'UQfCrsKXwrLCmDY='

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

Random picks

You may also like

Recommended

recommand products