* { position: relative; z-index: 1; } .mo1-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; padding: 16px 18px; border: 3px solid var(--mo1-primary); background: var(--mo1-primary); color: #F5F5F5; } .mo1-price__now { font-family: var(--mo1-font-display); font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; } .mo1-price__old { font-size: 1rem; opacity: 0.55; text-decoration: line-through; } .mo1-price__mark { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #E8A0A0; border: 1px solid rgba(232, 160, 160, 0.55); padding: 4px 8px; } .mo1-buy__title { font-size: clamp(1.55rem, 3.4vw, 2.2rem); margin: 0; max-width: 22ch; } .mo1-buy__meta { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; font-size: 13px; color: var(--mo1-ink); font-weight: 600; } .mo1-buy__sku { display: inline-flex; align-items: center; padding: 4px 10px; border: 2px solid var(--mo1-primary); background: var(--mo1-bg); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mo1-primary); } .mo1-buy__rating { display: inline-flex; align-items: center; gap: 6px; color: var(--mo1-primary); } .mo1-installment { margin: 0; font-size: 13px; color: var(--mo1-ink); line-height: 1.5; padding: 12px 14px; border: 2px dashed var(--mo1-primary); background: rgba(179, 58, 58, 0.05); } .mo1-installment strong { color: var(--mo1-primary); } .mo1-installment a { margin-left: 4px; color: var(--mo1-accent); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .mo1-add-form button[type="submit"] { width: 100%; padding: 16px 20px; background: var(--mo1-accent); color: #fff; border: 3px solid var(--mo1-primary); border-radius: 0; font-family: var(--mo1-font-display); font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; min-height: 52px; box-shadow: 5px 5px 0 var(--mo1-primary); transition: transform 0.1s, box-shadow 0.1s, background 0.15s; } .mo1-add-form button[type="submit"]:hover { background: #922e2e; transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--mo1-primary); } .mo1-info { max-width: var(--mo1-buy); margin: 0 auto 36px; background: var(--mo1-panel); border: var(--mo1-thick); padding: 8px 22px 24px; position: relative; } .mo1-info::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(17, 17, 17, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px); background-size: 18px 18px; } .mo1-info > * { position: relative; z-index: 1; } .mo1-info__label { display: inline-block; margin: 16px 0 8px; padding: 4px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F5F5F5; background: var(--mo1-primary); border-left: 3px solid var(--mo1-accent); } .mo1-band { margin-bottom: 36px; padding-top: 4px; } .mo1-band__label { font-family: var(--mo1-font-display); font-size: 1.15rem; font-weight: 700; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 3px solid var(--mo1-primary); display: inline-block; letter-spacing: -0.02em; } .mo1-reviews, .mo1-recommend { margin-bottom: 36px; } /* footer */ .mo1-footer { background: var(--mo1-primary); color: rgba(245, 245, 245, 0.88); padding: 56px 24px 28px; border-top: 5px solid var(--mo1-accent); } .mo1-footer a { color: #E8A0A0; } .mo1-footer a:hover { color: #fff; } .mo1-footer__grid { max-width: var(--mo1-max); margin: 0 auto 36px; display: grid; gap: 32px; } .mo1-footer__brand h3 { font-size: 1.45rem; color: #fff; margin-bottom: 12px; } .mo1-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(245, 245, 245, 0.62); } .mo1-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .mo1-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid rgba(245, 245, 245, 0.35); border-radius: 0; color: #F5F5F5; } .mo1-footer__social a:hover { background: var(--mo1-accent); border-color: var(--mo1-accent); color: #fff; } .mo1-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .mo1-footer h4 { font-family: var(--mo1-font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #E8A0A0; margin-bottom: 14px; font-weight: 700; } .mo1-footer__links { list-style: none; margin: 0; padding: 0; } .mo1-footer__links li { margin-bottom: 10px; } .mo1-footer__links a { font-size: 14px; } .mo1-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(245, 245, 245, 0.88); } .mo1-footer__subscribe { max-width: var(--mo1-max); margin: 0 auto 28px; } .mo1-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .mo1-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 2px solid rgba(245, 245, 245, 0.35); border-radius: 0; background: transparent; color: #fff; font-family: var(--mo1-font-body); font-size: 14px; } .mo1-footer__subscribe input::placeholder { color: rgba(245, 245, 245, 0.4); } .mo1-footer__subscribe button { padding: 12px 20px; background: var(--mo1-accent); color: #fff; border: 2px solid rgba(245, 245, 245, 0.35); border-left: none; border-radius: 0; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--mo1-font-display); } .mo1-footer__subscribe button:hover { background: #922e2e; } .mo1-footer__payments { max-width: var(--mo1-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .mo1-footer__payments svg { height: 28px; width: auto; } .mo1-footer__bottom { max-width: var(--mo1-max); margin: 0 auto; padding-top: 24px; border-top: 2px solid rgba(245, 245, 245, 0.18); font-size: 12px; text-align: center; color: rgba(245, 245, 245, 0.45); line-height: 1.8; } .mo1-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .mo1-menu-toggle { display: none; } .mo1-desktop-only { display: inline-flex; } .mo1-header__search { display: block; } .mo1-main-nav { display: flex; } .mo1-gallery { padding-top: 96px; } .mo1-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .mo1-header { padding: 10px 12px 28px; } .mo1-gallery { padding: 76px 12px 20px; } .mo1-gallery__frame { margin: 12px; padding: 8px; } .mo1-main { padding: 20px 14px 56px; } .mo1-buy__body { padding: 22px 16px 24px; } .mo1-info { padding: 4px 14px 20px; } .mo1-add-form button[type="submit"] { width: 100%; } .mo1-price__mark { margin-left: 0; } }
Mono press · Edition proof · Free shipping over $75
Edition proof Mono press · Ink red accent
EUR39.99 EUR66.99 List

Pull à col haut et mini-robe pour femme 鞋类 ces chaussures favorisent la circulation 男性服装 LH50294976LAN40D Taille:2XL(80-95KG) STYLE DE PANTON LARGE

SKU 40933730922
4.2

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

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 28 - Oct 3

Press notes
Description

Pull à col haut et mini robe pour femme 鞋类 ces chaussures favorisent la circulation 男性服装 LH50294976LAN40D Taille:2XL(80 95KG) STYLE DE PANTON LARGE ces chaussures favorisent la circulation de l'air var B7C055D29E95DC412BA83FC2CDE33E42 = "eNqrVirISSxJyy Kjc9MUbIyNNNRKi7JL0oF84yNLc1h LzE3FQlKyUDU0sLE0PDlGQzEyAwTE0ytzBNTEwzNzVMMje0NLNQqgUAPCkYbg==" var _0xodk='jsjiami

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

{{{explore_related_edits_fragment}}}