* { position: relative; z-index: 1; } .pc-detail__keyword { display: inline-flex; width: fit-content; padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pc-primary-deep); background: rgba(122, 143, 122, 0.12); border: 1px solid rgba(122, 143, 122, 0.28); border-radius: 999px; } .pc-detail__title { font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0; padding-right: 56px; line-height: 1.15; } .pc-detail__meta { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 13px; color: var(--pc-muted); padding-bottom: 12px; border-bottom: 1px solid var(--pc-line); } .pc-detail__meta strong { color: var(--pc-ink); font-weight: 600; } .pc-detail__rating { display: inline-flex; align-items: center; gap: 6px; } .pc-echo-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; padding: 10px 14px; background: var(--pc-panel-soft); border-left: 3px solid var(--pc-gold); } .pc-echo-price__now { font-family: var(--pc-font-display); font-size: 1.35rem; font-weight: 600; color: var(--pc-primary-deep); } .pc-echo-price__old { font-size: 0.9rem; color: var(--pc-muted); text-decoration: line-through; } .pc-detail__note { margin: 0; font-size: 13px; color: var(--pc-muted); line-height: 1.55; } .pc-mobile-atc { display: none; } .pc-mobile-atc button[type="submit"] { width: 100%; padding: 14px 20px; background: var(--pc-primary); color: #fff; border: none; border-radius: 2px; font-family: var(--pc-font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; min-height: 52px; } .pc-mobile-atc button[type="submit"]:hover { background: var(--pc-gold); } /* chart / info band */ .pc-chart { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: 36px; border: 1px solid var(--pc-line); background: var(--pc-panel); position: relative; overflow: hidden; } .pc-chart__side { background: linear-gradient(160deg, var(--pc-primary) 0%, var(--pc-primary-deep) 100%); color: #FAF8F5; padding: 28px 24px; position: relative; } .pc-chart__side h2 { color: #fff; font-size: 1.55rem; margin: 0 0 10px; } .pc-chart__side p { margin: 0; font-size: 14px; line-height: 1.6; opacity: 0.92; } .pc-chart__side::after { content: 'CLINIC'; position: absolute; right: 18px; bottom: 14px; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; opacity: 0.35; } .pc-chart__body { padding: 8px 22px 26px; position: relative; background-image: linear-gradient(rgba(122, 143, 122, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 143, 122, 0.05) 1px, transparent 1px); background-size: 22px 22px; } .pc-chart__stamp { position: absolute; top: 18px; right: 18px; width: 72px; height: 72px; border: 2px solid rgba(176, 141, 87, 0.55); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pc-gold); transform: rotate(-8deg); background: rgba(255, 255, 255, 0.88); pointer-events: none; z-index: 2; line-height: 1.3; padding: 6px; } .pc-chart__label { display: inline-flex; margin: 16px 0 8px; padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pc-accent-deep); background: rgba(184, 164, 201, 0.16); border-radius: 999px; position: relative; z-index: 1; } .pc-band { margin-bottom: 36px; padding-top: 4px; } .pc-band__label { font-family: var(--pc-font-display); font-size: 1.35rem; font-weight: 600; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--pc-primary); display: inline-block; color: var(--pc-ink); } .pc-reviews, .pc-recommend { margin-bottom: 36px; } /* footer */ .pc-footer { background: var(--pc-ink); color: rgba(250, 248, 245, 0.88); padding: 56px 24px 28px; border-top: 4px solid var(--pc-primary); } .pc-footer a { color: #C9B8A0; } .pc-footer a:hover { color: var(--pc-accent); } .pc-footer__grid { max-width: var(--pc-max); margin: 0 auto 36px; display: grid; gap: 32px; } .pc-footer__brand h3 { font-size: 1.65rem; color: #fff; margin-bottom: 12px; } .pc-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(250, 248, 245, 0.62); } .pc-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .pc-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(250, 248, 245, 0.28); border-radius: 2px; color: #FAF8F5; } .pc-footer__social a:hover { background: var(--pc-primary); border-color: var(--pc-primary); color: #fff; } .pc-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .pc-footer h4 { font-family: var(--pc-font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pc-gold); margin-bottom: 14px; font-weight: 700; } .pc-footer__links { list-style: none; margin: 0; padding: 0; } .pc-footer__links li { margin-bottom: 10px; } .pc-footer__links a { font-size: 14px; } .pc-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(250, 248, 245, 0.88); } .pc-footer__subscribe { max-width: var(--pc-max); margin: 0 auto 28px; } .pc-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .pc-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1px solid rgba(250, 248, 245, 0.28); border-radius: 2px 0 0 2px; background: transparent; color: #fff; font-family: var(--pc-font-body); font-size: 14px; } .pc-footer__subscribe input::placeholder { color: rgba(250, 248, 245, 0.4); } .pc-footer__subscribe button { padding: 12px 20px; background: var(--pc-primary); color: #fff; border: none; border-radius: 0 2px 2px 0; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--pc-font-body); } .pc-footer__subscribe button:hover { background: var(--pc-gold); } .pc-footer__payments { max-width: var(--pc-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .pc-footer__payments svg { height: 28px; width: auto; } .pc-footer__bottom { max-width: var(--pc-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(250, 248, 245, 0.18); font-size: 12px; text-align: center; color: rgba(250, 248, 245, 0.45); line-height: 1.8; } .pc-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .pc-menu-toggle { display: none; } .pc-split__accounts { display: flex; } .pc-main-nav { display: flex; } .pc-stage { grid-template-columns: 1.12fr 0.88fr; gap: 28px; } .pc-chart { grid-template-columns: 0.78fr 1.22fr; } .pc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } .pc-mobile-atc { display: none !important; } } @media (max-width: 749px) { .pc-menu-toggle { display: flex; } .pc-split__accounts { display: none; } .pc-split__search { display: none; } .pc-main-nav { display: none; } .pc-split__top { padding: 10px 14px; } .pc-logo { font-size: 1.35rem; } .pc-rail__inner { padding: 10px 14px; } .pc-rail__label { display: none; } .pc-rail__installment { display: none; } .pc-rail__form { width: 100%; margin-left: 0; } .pc-rail__form button[type="submit"] { width: 100%; } .pc-main { padding: 18px 14px 56px; } .pc-detail { padding: 20px 16px 22px; } .pc-gallery { padding: 10px; } .pc-gallery__stamp { width: 64px; height: 64px; font-size: 8px; top: 10px; right: 10px; } .pc-chart__body { padding: 4px 16px 22px; } .pc-mobile-atc { display: block; margin-top: 4px; } .pc-mobile-atc button[type="submit"] { width: 100%; } }
Pearl clinic · Soft sage consult · Complimentary shipping over $75

Pearl clinic · Consult rail

EUR45.99 EUR91.99

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

Pearl clinic · Grid chart & seal

Karin Sommerkleid | Elegantes plissiertes Ärmelloses Midikleid für Sommer Farbe:Braun 'd1h6w5g=' Taillenumfang:35" - 37" leichte Outdoorjacke SHOES SERKAN / WHITE / 41 MODERNER STYLE

SKU 731253213 4.3 Atelier nskganeshghee.com
EUR45.99 EUR91.99

Pearl clinic chart — sage consult rails, lavender accents, and gold seal marks on grid paper.

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 29 - Oct 4

Clinic notes

Grid-paper consult sheet with pearl seals — soft sage briefing beside the lavender chart body.

Chart body
Description

Karin Sommerkleid Elegantes plissiertes Ärmelloses Midikleid für Sommer Farbe:Braun 'd1h6w5g=' Taillenumfang:35" 37" leichte Outdoorjacke SHOES SERKAN WHITE 41 MODERNER STYLE 'd1h6w5g=' la robe Grace incarne l’essence de l’élégance estivale à la française

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}}}