* { position: relative; z-index: 1; } body.drawer-open { overflow: hidden; } img { max-width: 100%; height: auto; display: block; } a { color: var(--ol-orchid); text-decoration: none; } a:hover { color: var(--ol-sage); } h1, h2, h3, h4 { font-family: var(--ol-font-display); font-weight: 600; line-height: 1.2; margin: 0 0 0.4em; color: var(--ol-ink); } .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .ol-announce { background: linear-gradient(90deg, var(--ol-orchid-deep), var(--ol-orchid) 48%, #7A5AAB); color: #FBF9FC; text-align: center; padding: 9px 16px; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 2px solid var(--ol-petal); } .ol-announce a { color: #F5E6F0; text-decoration: underline; text-underline-offset: 2px; } /* editorial-masthead: thin tools + centered big store name + underlined nav */ .ol-masthead { background: rgba(251, 249, 252, 0.92); border-bottom: 1px solid var(--ol-line); backdrop-filter: blur(6px); } .ol-tools { max-width: var(--ol-max); margin: 0 auto; padding: 2px 20px; display: flex; align-items: center; gap: 8px; min-height: 44px; border-bottom: 1px solid var(--ol-line); } .ol-tools__search { display: none; flex: 1; max-width: 270px; position: relative; } .ol-tools__search input { width: 100%; padding: 7px 36px 7px 10px; border: none; border-bottom: 1px solid var(--ol-orchid); border-radius: 0; font-family: var(--ol-font-body); font-size: 12px; background: transparent; color: var(--ol-ink); } .ol-tools__search input:focus { outline: none; border-bottom-color: var(--ol-sage); } .ol-tools__search button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; padding: 8px; min-width: 36px; min-height: 36px; color: var(--ol-ink); } .ol-tools__actions { display: flex; align-items: center; gap: 2px; margin-left: auto; } .ol-icon-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 10px; border: none; background: none; cursor: pointer; color: var(--ol-ink); text-decoration: none; font-family: var(--ol-font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; } .ol-icon-btn:hover { color: var(--ol-orchid); background: var(--ol-petal-soft); } .ol-icon-btn svg { width: 20px; height: 20px; } .ol-menu-toggle { display: flex; } .ol-desktop-only { display: none; } .ol-brand-block { position: relative; text-align: center; padding: 26px 20px 12px; overflow: hidden; } .ol-brand-block::before, .ol-brand-block::after { content: ""; position: absolute; top: 52%; width: 16%; height: 1px; background: linear-gradient(90deg, transparent, var(--ol-petal), transparent); } .ol-brand-block::before { left: 8%; } .ol-brand-block::after { right: 8%; } .ol-logo { display: inline-block; font-family: var(--ol-font-display); font-size: clamp(2rem, 4.4vw, 2.9rem); font-weight: 600; font-style: italic; color: var(--ol-orchid-deep); letter-spacing: 0.01em; line-height: 1.05; } .ol-logo:hover { color: var(--ol-sage); } .ol-brand-rule { width: min(200px, 40%); height: 2px; margin: 12px auto 0; background: linear-gradient(90deg, var(--ol-petal), var(--ol-orchid), var(--ol-sage)); border-radius: 2px; } .ol-brand-kicker { display: block; margin-top: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ol-sage); } .ol-nav-row { max-width: var(--ol-max); margin: 0 auto; padding: 0 20px 6px; } .ol-main-nav { display: none; list-style: none; margin: 0; padding: 0; justify-content: center; gap: 2px 4px; flex-wrap: wrap; } .ol-main-nav a { display: block; padding: 12px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ol-ink); border-bottom: 2px solid transparent; min-height: 44px; } .ol-main-nav a:hover { color: var(--ol-orchid); border-bottom-color: var(--ol-petal); } #drawer-overlay { position: fixed; inset: 0; background: rgba(42, 36, 51, 0.5); z-index: 200; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; } #drawer-overlay.is-visible { opacity: 1; visibility: visible; } #mobile-drawer { position: fixed; top: 0; left: 0; width: min(340px, 90vw); height: 100dvh; background: var(--ol-panel); z-index: 201; transform: translateX(-100%); transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); display: flex; flex-direction: column; overflow: hidden; border-right: 2px solid var(--ol-orchid); box-shadow: 8px 0 0 var(--ol-petal); } #mobile-drawer.is-open { transform: translateX(0); } .ol-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--ol-line); background: var(--ol-orchid); color: #FBF9FC; flex-shrink: 0; } .ol-drawer__title { font-family: var(--ol-font-display); font-size: 1.35rem; font-weight: 600; font-style: italic; } .ol-drawer__close { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; background: var(--ol-sage); border: none; border-radius: 999px; cursor: pointer; color: #fff; } .ol-drawer__body { flex: 1; overflow-y: auto; padding: 18px 16px 28px; } .ol-drawer__search { margin-bottom: 18px; } .ol-drawer__search form { display: flex; gap: 0; } .ol-drawer__search input { flex: 1; padding: 12px; border: 1px solid var(--ol-line); border-radius: 999px 0 0 999px; font-family: var(--ol-font-body); font-size: 14px; background: #fff; } .ol-drawer__search button { min-width: 44px; min-height: 44px; background: var(--ol-orchid); color: #fff; border: 1px solid var(--ol-orchid); border-left: none; border-radius: 0 999px 999px 0; cursor: pointer; } .ol-drawer__nav { list-style: none; margin: 0 0 20px; padding: 0; } .ol-drawer__nav li { border-bottom: 1px solid var(--ol-line); } .ol-drawer__nav a { display: block; padding: 14px 2px; font-size: 15px; font-weight: 500; color: var(--ol-ink); min-height: 44px; } .ol-drawer__account { display: flex; flex-direction: column; gap: 2px; padding-top: 10px; border-top: 2px solid var(--ol-petal); } .ol-drawer__account a { display: block; padding: 14px 2px; font-weight: 700; font-size: 14px; color: var(--ol-orchid-deep); min-height: 44px; letter-spacing: 0.05em; text-transform: uppercase; } /* tabs-under-gallery */ .ol-main { max-width: var(--ol-max); margin: 0 auto; padding: 26px 18px 72px; } .ol-breadcrumb { font-size: 12px; color: var(--ol-muted); margin-bottom: 16px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; } .ol-breadcrumb a { color: var(--ol-muted); } .ol-breadcrumb a:hover { color: var(--ol-orchid); } .ol-breadcrumb span { margin: 0 8px; } .ol-lane-mark { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; } .ol-lane-mark__bloom { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50% 50% 50% 0; background: linear-gradient(135deg, var(--ol-petal), var(--ol-orchid)); transform: rotate(-36deg); box-shadow: 8px -2px 0 -4px rgba(58, 107, 90, 0.45); } .ol-lane-mark__label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ol-orchid); white-space: nowrap; } .ol-lane-mark__rule { flex: 1; height: 1px; background: linear-gradient(90deg, var(--ol-petal), transparent); } .ol-compact { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 28px 36px; align-items: start; margin-bottom: 8px; } .ol-gallery { position: relative; background: var(--ol-panel); border: 1px solid var(--ol-line); border-radius: 4px 28px 4px 28px; padding: 14px; box-shadow: 0 18px 40px rgba(107, 76, 154, 0.08); } .ol-gallery__tag { position: absolute; top: 18px; left: 18px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ol-orchid-deep); background: rgba(251, 249, 252, 0.92); border: 1px solid var(--ol-petal); padding: 6px 10px; border-radius: 999px; } .ol-buy { padding: 4px 2px 0; } .ol-buy__title { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 600; font-style: italic; color: var(--ol-orchid-deep); margin-bottom: 8px; } .ol-buy__meta { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ol-muted); margin-bottom: 14px; } .ol-price-lane { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 14px 16px; margin-bottom: 12px; background: linear-gradient(105deg, rgba(212, 165, 201, 0.22), rgba(107, 76, 154, 0.08)); border-left: 3px solid var(--ol-orchid); border-radius: 0 12px 12px 0; } .ol-price-lane__now { font-family: var(--ol-font-display); font-size: 2rem; font-weight: 700; color: var(--ol-orchid-deep); } .ol-price-lane__old { font-size: 14px; color: var(--ol-muted); text-decoration: line-through; } .ol-buy__rating { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px; font-size: 13px; font-weight: 600; color: var(--ol-sage); } .ol-installment { margin: 0 0 14px; font-size: 13px; color: var(--ol-muted); line-height: 1.5; } .ol-installment strong { color: var(--ol-ink); } .ol-installment a { margin-left: 4px; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .ol-add-form { margin-top: 16px; } .ol-add-form button { width: 100%; min-height: 52px; padding: 14px 22px; border: none; border-radius: 999px; background: linear-gradient(120deg, var(--ol-orchid), var(--ol-orchid-deep)); color: #fff; font-family: var(--ol-font-body); font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; box-shadow: 0 10px 0 var(--ol-petal); transition: transform 0.15s, box-shadow 0.15s; } .ol-add-form button:hover { transform: translateY(2px); box-shadow: 0 8px 0 var(--ol-petal); } .ol-add-form button:active { transform: translateY(6px); box-shadow: 0 4px 0 var(--ol-petal); } /* wave-divider */ .ol-wave { color: rgba(107, 76, 154, 0.14); height: 40px; margin: 10px 0 0; line-height: 0; } .ol-wave svg { width: 100%; height: 100%; display: block; } .ol-wave--sage { color: rgba(58, 107, 90, 0.16); margin-top: 6px; } .ol-tabs { position: relative; background: var(--ol-panel); border: 1px solid var(--ol-line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 32px rgba(42, 36, 51, 0.05); } .ol-tabs::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.035; background-image: var(--ol-noise); background-size: 140px 140px; mix-blend-mode: multiply; } .ol-tabs__list { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 1px solid var(--ol-line); background: linear-gradient(180deg, rgba(212, 165, 201, 0.18), transparent); } .ol-tabs__btn { flex: 1; min-width: 120px; min-height: 48px; padding: 14px 16px; border: none; border-right: 1px solid var(--ol-line); background: transparent; font-family: var(--ol-font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ol-muted); cursor: pointer; position: relative; z-index: 1; } .ol-tabs__btn:last-child { border-right: none; } .ol-tabs__btn:hover { color: var(--ol-orchid); background: rgba(107, 76, 154, 0.06); } .ol-tabs__btn[aria-selected="true"] { color: var(--ol-orchid-deep); background: rgba(251, 249, 252, 0.9); box-shadow: inset 0 -3px 0 var(--ol-sage); } .ol-tabs__panel { display: none; padding: 22px 22px 28px; position: relative; z-index: 1; } .ol-tabs__panel.is-active { display: block; } .ol-discover, .ol-random, .ol-recommend { margin-top: 36px; } .ol-footer { background: linear-gradient(180deg, #EDE8F3 0%, #E4DCEC 100%); border-top: 1px solid var(--ol-line); padding: 48px 18px 28px; color: var(--ol-ink); } .ol-footer__grid { max-width: var(--ol-max); margin: 0 auto 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px 24px; } .ol-footer h3, .ol-footer h4 { font-family: var(--ol-font-display); font-size: 1.25rem; margin-bottom: 12px; color: var(--ol-orchid-deep); } .ol-footer p, .ol-footer address { font-style: normal; font-size: 14px; color: var(--ol-muted); line-height: 1.7; margin: 0; } .ol-footer__social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; } .ol-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; min-width: 44px; min-height: 44px; border-radius: 50%; background: rgba(107, 76, 154, 0.1); color: var(--ol-orchid-deep); } .ol-footer__social a:hover { background: var(--ol-orchid); color: #fff; } .ol-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .ol-footer__links { list-style: none; margin: 0; padding: 0; } .ol-footer__links a { display: inline-block; padding: 6px 0; min-height: 36px; color: var(--ol-muted); font-size: 14px; } .ol-footer__links a:hover { color: var(--ol-orchid); } .ol-footer__subscribe { max-width: var(--ol-max); margin: 0 auto 24px; padding: 20px 22px; background: var(--ol-panel); border: 1px solid var(--ol-line); border-radius: 16px; } .ol-footer__subscribe h4 { margin-bottom: 10px; } .ol-footer__subscribe form { display: flex; flex-wrap: wrap; gap: 8px; } .ol-footer__subscribe input { flex: 1; min-width: 200px; padding: 12px 14px; border: 1px solid var(--ol-line); border-radius: 999px; font-family: var(--ol-font-body); font-size: 14px; } .ol-footer__subscribe button { min-height: 44px; padding: 10px 22px; border: none; border-radius: 999px; background: var(--ol-sage); color: #fff; font-family: var(--ol-font-body); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; } .ol-footer__payments { max-width: var(--ol-max); margin: 0 auto 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } .ol-footer__payments svg { width: 38px; height: 24px; } .ol-footer__bottom { max-width: var(--ol-max); margin: 0 auto; padding-top: 16px; border-top: 1px solid var(--ol-line); font-size: 12px; color: var(--ol-muted); line-height: 1.7; } .ol-footer__bottom a { color: var(--ol-muted); text-decoration: underline; text-underline-offset: 2px; } .ol-footer__bottom a:hover { color: var(--ol-orchid); } @media (min-width: 750px) { .ol-menu-toggle { display: none; } .ol-desktop-only { display: inline-flex; } .ol-tools__search { display: block; } .ol-main-nav { display: flex; } } @media (max-width: 749px) { .ol-compact { grid-template-columns: 1fr; gap: 20px; } .ol-gallery { border-radius: 4px 18px 4px 18px; padding: 10px; } .ol-price-lane__now { font-size: 1.7rem; } .ol-add-form button { width: 100%; } .ol-tabs__btn { min-width: 33%; font-size: 11px; padding: 12px 8px; letter-spacing: 0.04em; } .ol-tabs__panel { padding: 14px 14px 20px; } .ol-wave { height: 32px; } .ol-footer__grid { grid-template-columns: 1fr; gap: 22px; } .ol-brand-block::before, .ol-brand-block::after { display: none; } .ol-footer__subscribe form { flex-direction: column; } .ol-footer__subscribe button { width: 100%; } }
Orchid lane edit · Soft petal restocks · Free shipping over $85
Orchid Lane Atelier

🧥 50% RABATT! 🔥 Herren Stehkragen-Jacke – Warmes & Gemütliches Karomuster-Futter, Strapazierfähig & Perfekt Für Kühle Tage 🧣 Größe:L EINFACHE INSTALLATION UND KOMPATIBILITÄT: Dank LH10332920LVS42D Workouts oder heiße Sommertage kitchen Farbe:Gold (Farbe)

SKU: 4832685309
EUR25.99 EUR58.99
4.8

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

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 27 - Oct 2

Description

🧥 50% RABATT! 🔥 Herren Stehkragen Jacke – Warmes & Gemütliches Karomuster Futter, Strapazierfähig & Perfekt Für Kühle Tage 🧣 Größe:L EINFACHE INSTALLATION UND KOMPATIBILITÄT: Dank LH10332920LVS42D Workouts oder heiße Sommertage kitchen Farbe:Gold (Farbe) EINFACHE INSTALLATION UND KOMPATIBILITÄT: Dank des 1 4" Schnellanschlusses kann diese Düse ohne zusätzliches Werkzeug an den meisten Druckwaschanlagen angebracht werden 'c8KWP8OJw44='

You may also like

recommand products

{{{explore_related_edits_fragment}}}