.p3d{--ink:#121212;--soft:#5b5b57;--paper:#ffffff;--line:#e5e5e5;--field:#f6f6f4;--stage1:#9E9A90;--stage2:#B9B5AC;color:var(--ink);font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased}.p3d *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.p3d button{touch-action:manipulation;font-family:inherit}.p3d .p3d-wrap{max-width:1140px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}.p3d .p3d-head{margin-bottom:34px}.p3d .p3d-k{font-size:11px;letter-spacing:.16em;color:var(--soft);font-weight:600;display:block;margin-bottom:10px}.p3d h1.p3d-title{font-weight:300;font-size:clamp(30px,5vw,48px);line-height:1.06;letter-spacing:.01em;margin:0 0 12px;text-wrap:balance}.p3d .p3d-lede{color:var(--soft);font-weight:300;font-size:clamp(15px,1.6vw,17px);max-width:60ch;margin:0}.p3d .p3d-app{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:26px 44px;align-items:start;grid-template-areas:"ctrl stage" "ctrl order"}.p3d .p3d-controls{grid-area:ctrl}.p3d .p3d-stagewrap{grid-area:stage;display:flex;flex-direction:column;gap:14px}.p3d .p3d-orderwrap{grid-area:order}@media(max-width:840px){.p3d .p3d-app{grid-template-columns:1fr;gap:26px;grid-template-areas:"stage" "ctrl" "order"}.p3d .p3d-stagewrap{position:sticky;top:0;z-index:5;background:var(--paper);padding:8px 0 10px}.p3d .p3d-stage{min-height:34vh;max-height:44vh}.p3d .p3d-stage svg{max-height:44vh}.p3d .p3d-toggle button,.p3d .p3d-ghost{padding:8px 12px;font-size:12.5px}.p3d .p3d-seg button{padding:14px 8px;min-height:48px}.p3d .p3d-seg.p3d-scripts button{padding:14px 4px}.p3d .p3d-order{flex-direction:column;align-items:stretch;text-align:center}}.p3d .p3d-field{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.p3d .p3d-field:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.p3d .p3d-lab{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;letter-spacing:.06em;color:var(--soft);font-weight:600;margin-bottom:11px}.p3d input[type=text]{width:100%;font-family:inherit;font-weight:300;font-size:22px;padding:12px 0;border:0;border-bottom:1.5px solid var(--ink);background:none;color:var(--ink);letter-spacing:.01em;border-radius:0;box-shadow:none}.p3d input[type=text]:focus{outline:none;border-color:var(--ink);box-shadow:none}.p3d input.p3d-kw{font-size:16px}.p3d .p3d-seg{display:flex;gap:0;border:1px solid var(--line)}.p3d .p3d-seg button{flex:1 1 0;font:inherit;font-weight:500;font-size:14px;padding:11px 6px;border:0;border-right:1px solid var(--line);background:#fff;cursor:pointer;color:var(--ink);transition:.12s;border-radius:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p3d .p3d-seg button:last-child{border-right:0}.p3d .p3d-seg button[aria-pressed=true]{background:var(--ink);color:#fff}.p3d .p3d-seg button:hover:not([aria-pressed=true]){background:var(--field)}.p3d .p3d-seg.p3d-scripts button{font-size:22px;line-height:1;padding:13px 4px}.p3d .p3d-seg.p3d-scripts .s1{font-family:GrandHotel}.p3d .p3d-seg.p3d-scripts .s2{font-family:Cookie}.p3d .p3d-seg.p3d-scripts .s3{font-family:Dancing;font-weight:700;font-size:19px}.p3d .p3d-tip{font-size:12.5px;line-height:1.5;color:var(--soft);font-weight:300;margin:10px 0 0}.p3d .p3d-tip b{color:var(--ink);font-weight:600}.p3d .p3d-notice{margin:14px 0 0;padding:12px 14px;border-left:2px solid var(--ink);background:var(--field);font-size:12.5px;line-height:1.55;color:var(--soft);font-weight:300}.p3d .p3d-notice p{margin:0}.p3d .p3d-notice strong{color:var(--ink);font-weight:600}.p3d .p3d-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.p3d .p3d-toggle{display:inline-flex;border:1px solid var(--line)}.p3d .p3d-toggle button{font:inherit;font-size:13px;font-weight:500;padding:9px 18px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;border-radius:0}.p3d .p3d-toggle button:last-child{border-right:0}.p3d .p3d-toggle button[aria-pressed=true]{background:var(--ink);color:#fff}.p3d .p3d-ghost{font:inherit;font-size:13px;font-weight:500;color:var(--soft);background:none;border:1px solid var(--line);padding:9px 14px;cursor:pointer;border-radius:0}.p3d .p3d-ghost:hover{border-color:var(--ink);color:var(--ink)}.p3d .p3d-stage{position:relative;overflow:hidden;background:radial-gradient(130% 130% at 50% 12%,var(--stage2),var(--stage1));min-height:400px;display:flex;align-items:center;justify-content:center}.p3d .p3d-stage svg{width:100%;height:auto;display:block;touch-action:none}.p3d .p3d-name{cursor:move}.p3d .p3d-hbox{fill:none;stroke:var(--ink);stroke-width:2;stroke-dasharray:6 5;opacity:.45}.p3d .p3d-hdot{fill:#fff;stroke:var(--ink);stroke-width:2.5}.p3d .p3d-hbody{fill:transparent;cursor:move}.p3d .p3d-hint{position:absolute;left:16px;bottom:13px;font-size:11.5px;color:#ffffffbf;pointer-events:none;letter-spacing:.02em}.p3d .p3d-stagetag{position:absolute;right:16px;top:13px;font-size:10px;letter-spacing:.16em;color:#ffffffb8;font-weight:600}.p3d .p3d-order{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:20px}.p3d .p3d-price{font-size:12px;color:var(--soft);letter-spacing:.04em}.p3d .p3d-price b{display:block;font-weight:600;font-size:26px;color:var(--ink);line-height:1.15;font-variant-numeric:tabular-nums}.p3d .p3d-price b span{font-size:15px;font-weight:400}.p3d .p3d-price .p3d-spec{display:block;margin-top:5px;font-size:12.5px;color:var(--soft);font-weight:300;letter-spacing:0}.p3d product-form{display:block;flex:0 1 auto;min-width:min(100%,320px)}.p3d .product-form__submit{margin:0}.p3d .product-form__error-message-wrapper{margin:10px 0 0;font-size:13px}.p3d .p3d-note{font-size:12px;color:var(--soft);font-weight:300;margin-top:16px;line-height:1.6}.p3d .p3d-note b{color:var(--ink);font-weight:600}.p3d .p3d-gallery{margin-top:34px;padding-top:24px;border-top:1px solid var(--line)}.p3d .p3d-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.p3d .p3d-gallery-grid img{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover;background:var(--field)}@media(max-width:840px){.p3d .p3d-gallery-grid{grid-template-columns:1fr}}.p3d .p3d-desc{margin-top:40px;padding-top:28px;border-top:1px solid var(--line);max-width:70ch;font-weight:300;color:var(--soft)}.p3d .p3d-desc h2{font-weight:300;font-size:22px;color:var(--ink);margin:0 0 12px}.p3d .p3d-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%) translateY(20px);background:var(--ink);color:#fff;padding:14px 22px;font-size:14px;opacity:0;pointer-events:none;transition:.28s;z-index:99;max-width:90vw}.p3d .p3d-toast.on{opacity:1;transform:translate(-50%) translateY(0)}@media(prefers-reduced-motion:reduce){.p3d *{transition:none!important}}.p3d :focus-visible{outline:2px solid var(--ink);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/prenom-3d.css.map */
