:root {
  --pce-ink: #111b2a;
  --pce-ink-700: #233a53;
  --pce-blue: #2f78a5;
  --pce-sky: #e1f3fa;
  --pce-paper: #f7fafb;
  --pce-coral: #ff7c3e;
  --pce-coral-hover: #e96229;
  --pce-green: #168a64;
  --pce-slate: #526b79;
  --pce-line: #d5e5eb;
  --pce-shadow: 0 24px 64px rgba(17, 27, 42, .12);
  --pce-radius: 22px;
}

.pce-ordering-page #heading-area.no-bg { background: var(--pce-sky); padding-bottom: 54px; }
.pce-ordering-page #heading-area h1 { color: var(--pce-ink); font-size: clamp(35px, 5vw, 64px); letter-spacing: -.045em; line-height: 1.02; max-width: 780px; }
.pce-page-kicker { color: var(--pce-blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; margin: 34px 0 10px; text-transform: uppercase; }
.pce-page-intro { color: var(--pce-ink-700); font-size: clamp(16px, 2vw, 20px); line-height: 1.6; max-width: 680px; }
.pce-ordering-page__content { background: var(--pce-paper); overflow: visible; padding: 22px 0 1px; }

.pce-order { color: var(--pce-ink); font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif; margin: 38px auto 80px; max-width: 1180px; }
.pce-order *, .pce-order *::before, .pce-order *::after { box-sizing: border-box; }
.pce-order [hidden] { display: none !important; }
.pce-order__progress { align-items: center; display: flex; gap: 0; margin: 0 0 24px; overflow-x: auto; }
.pce-order__progress > span { align-items: center; color: var(--pce-slate); display: flex; flex: 1 0 160px; font-size: 13px; font-weight: 600; gap: 9px; position: relative; }
.pce-order__progress > span:not(:last-child)::after { background: var(--pce-line); content: ''; height: 1px; margin: 0 14px; flex: 1; }
.pce-order__progress b { align-items: center; background: white; border: 1px solid var(--pce-line); border-radius: 50%; display: inline-flex; height: 30px; justify-content: center; width: 30px; }
.pce-order__progress .is-active { color: var(--pce-ink); }
.pce-order__progress .is-active b { background: var(--pce-ink); border-color: var(--pce-ink); color: white; }
.pce-order__progress-copy { display: inline-flex; font: inherit; }
.pce-order__progress-copy small { display: none; }
.pce-order__progress-copy strong { color: inherit; font: inherit; }
.pce-order__notice { background: var(--pce-sky); border: 1px solid #bdd9e3; border-radius: 12px; color: var(--pce-ink); margin-bottom: 18px; padding: 14px 18px; }
.pce-order__notice.is-error { background: #fff2ef; border-color: #edc5bb; color: #7d3023; }
.pce-order__layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 360px; }
.pce-order__panel, .pce-order__summary { background: #fff; border: 1px solid var(--pce-line); border-radius: var(--pce-radius); box-shadow: 0 12px 42px rgba(17, 27, 42, .07); padding: clamp(24px, 4vw, 46px); }
.pce-order__panel h2, .pce-order__summary h2 { color: var(--pce-ink); font-size: clamp(27px, 3.4vw, 42px); letter-spacing: -.035em; line-height: 1.12; margin: 0 0 14px; }
.pce-order__panel h3 { color: var(--pce-ink); font-size: 20px; margin: 32px 0 14px; }
.pce-order__panel > p:not(.pce-eyebrow) { color: var(--pce-slate); line-height: 1.75; margin-bottom: 30px; max-width: 680px; }
.pce-eyebrow { color: var(--pce-blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; }
.pce-field { margin: 0 0 20px; }
.pce-field label, .pce-extras legend { color: var(--pce-ink); display: block; font-size: 13px; font-weight: 700; margin: 0 0 8px; }
.pce-field label span { color: var(--pce-slate); font-size: 11px; font-weight: 400; }
.pce-field__hint { color: var(--pce-slate); display: block; font-size: 10px; line-height: 1.45; margin-top: 7px; }
.pce-field input, .pce-field select, .pce-field textarea, .pce-proof textarea { appearance: none; background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 12px; color: var(--pce-ink); font: inherit; min-height: 52px; outline: none; padding: 12px 14px; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; width: 100%; }
.pce-field select { background-image: linear-gradient(45deg, transparent 50%, var(--pce-ink) 50%), linear-gradient(135deg, var(--pce-ink) 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 42px; }
.pce-field input:focus, .pce-field select:focus, .pce-field textarea:focus, .pce-proof textarea:focus { background-color: #fff; border-color: var(--pce-blue); box-shadow: 0 0 0 4px rgba(47, 120, 165, .13); }
.pce-field textarea { min-height: 118px; resize: vertical; }
.pce-field select:disabled { cursor: not-allowed; opacity: .55; }
.pce-fields { display: grid; gap: 0 18px; }
.pce-fields--two { grid-template-columns: 1fr 1fr; }
.pce-field--wide { grid-column: 1 / -1; }
.pce-field--honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.pce-order__product-preview { align-items: center; background: var(--pce-sky); border-radius: 15px; display: flex; gap: 16px; margin: -5px 0 22px; padding: 12px; }
.pce-order__product-preview img { border-radius: 10px; height: 72px; object-fit: cover; width: 96px; }
.pce-order__product-preview strong, .pce-order__product-preview a { display: block; }
.pce-order__product-preview p { color: var(--pce-ink); font-size: 11px; line-height: 1.5; margin: 4px 0; }
.pce-order__product-preview small { color: #087a58; display: block; font-size: 10px; font-weight: 700; margin: 5px 0 0; }
.pce-order__product-preview a, .pce-order__product-details-link { color: var(--pce-blue); font: 700 12px/1.35 'Plus Jakarta Sans', sans-serif; margin-top: 7px; }
.pce-order__product-details-link { background: transparent; border: 0; cursor: pointer; padding: 0; text-align: left; text-decoration: underline; text-underline-offset: 2px; }
.pce-order__product-details-link:hover { color: var(--pce-ink); }
.pce-extras { border: 0; margin: 28px 0; padding: 0; }
.pce-extra, .pce-order__choices label { align-items: start; background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 14px; cursor: pointer; display: flex; gap: 12px; margin: 0 0 10px; padding: 14px; transition: border-color .18s ease, transform .18s ease; }
.pce-extra:hover, .pce-order__choices label:hover { border-color: #a8c6d5; transform: translateY(-1px); }
.pce-extra input, .pce-order__choices input, .pce-order__terms input { accent-color: var(--pce-blue); flex: 0 0 auto; margin-top: 4px; }
.pce-extra span, .pce-order__choices span { display: flex; flex: 1; justify-content: space-between; gap: 15px; }
.pce-extra small, .pce-order__choices small { color: var(--pce-slate); font-size: 11px; }
.pce-extra { flex-wrap: wrap; }
.pce-extra__controls { display: flex; flex: 1 0 100%; gap: 8px; padding-left: 28px; }
.pce-extra__controls select { background: #fff; border: 1px solid var(--pce-line); border-radius: 9px; color: var(--pce-ink); font: 600 11px/1.2 'Plus Jakarta Sans', sans-serif; min-height: 36px; padding: 0 9px; }
.pce-extra__controls select:focus { border-color: var(--pce-blue); box-shadow: 0 0 0 3px rgba(47,120,165,.13); outline: 0; }
.pce-extra:has(input:disabled) { cursor: not-allowed; opacity: .55; }
.pce-order__choices { margin: 26px 0; }
.pce-order__choices span { display: block; }
.pce-order__choices strong, .pce-order__choices small { display: block; }
.pce-order__quote-only { background: #fff4f1; border: 1px solid #edc9c0; border-radius: 16px; margin: 22px 0; padding: 22px; }
.pce-order__quote-only p { color: var(--pce-slate); margin: 7px 0 16px; }
.pce-button { align-items: center; background: var(--pce-coral); border: 1px solid var(--pce-coral); border-radius: 999px; color: #fff !important; cursor: pointer; display: inline-flex; font: 700 13px/1 'Plus Jakarta Sans', sans-serif; justify-content: center; min-height: 48px; padding: 0 24px; text-decoration: none !important; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pce-button:hover { background: var(--pce-coral-hover); border-color: var(--pce-coral-hover); box-shadow: 0 10px 24px rgba(255, 124, 62, .27); transform: translateY(-2px); }
.pce-button:focus-visible { box-shadow: 0 0 0 4px rgba(255, 124, 62, .25); outline: 2px solid transparent; }
.pce-button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.pce-button--secondary { background: transparent; border-color: var(--pce-ink); color: var(--pce-ink) !important; }
.pce-button--secondary:hover { background: var(--pce-ink); border-color: var(--pce-ink); color: #fff !important; }
.pce-button--text { background: transparent; border-color: transparent; color: var(--pce-ink) !important; }
.pce-button--text:hover { background: var(--pce-sky); border-color: var(--pce-sky); box-shadow: none; }
.pce-order__actions { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-top: 30px; }
.pce-order__summary { box-shadow: var(--pce-shadow); max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px; position: sticky; top: 20px; }
.pce-order__summary h2 { font-size: 26px; }
.pce-order__summary h3 { color: var(--pce-ink); font-size: 18px; margin: 0 0 12px; }
.pce-order__current-configuration { background: var(--pce-sky); border: 1px solid #c6dce5; border-radius: 14px; margin: -1px 0 22px; padding: 16px; }
.pce-order__current-configuration .pce-eyebrow { margin-bottom: 6px; }
.pce-order__current-configuration h2 { font-size: 18px; margin-bottom: 12px; }
.pce-order__current-configuration strong, .pce-order__current-configuration span { display: block; }
.pce-order__current-configuration span, .pce-order__current-configuration .pce-order__empty { color: var(--pce-slate); font-size: 12px; margin: 4px 0 0; }
.pce-order__current-breakdown { border-top: 1px solid var(--pce-line); font-size: 13px; margin: 16px 0 0; padding-top: 12px; }
.pce-order__current-breakdown div { display: flex; justify-content: space-between; margin: 6px 0; }
.pce-order__current-breakdown dt, .pce-order__current-breakdown dd { margin: 0; }
.pce-order__current-breakdown dd { font-weight: 700; }
.pce-order__current-total { align-items: end; border-top: 1px solid var(--pce-line); display: flex; justify-content: space-between; margin-top: 12px; padding-top: 12px; }
.pce-order__current-total span { color: var(--pce-navy); font-size: 13px; font-weight: 800; }
.pce-order__current-total b { color: var(--pce-coral); font-size: 25px; letter-spacing: -.03em; line-height: 1; }
.pce-order__production-times { background: #f5f9fb; border: 1px solid var(--pce-line); border-radius: 14px; margin: 0 0 22px; padding: 16px; }
.pce-order__production-times > strong { color: var(--pce-ink); display: block; font-size: 13px; }
.pce-order__production-times p { color: var(--pce-slate); font-size: 11px; line-height: 1.55; margin: 8px 0 0; }
.pce-order__production-times b { color: var(--pce-ink); }
.pce-order__support { background: var(--pce-ink); border-radius: 14px; color: #fff; margin: 22px 0 0; padding: 18px; }
.pce-order__support strong, .pce-order__support span { display: block; }
.pce-order__support strong { color: #fff; font-size: 13px; }
.pce-order__support span { color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.5; margin-top: 4px; }
.pce-order__support div { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 9px; }
.pce-order__support a { color: #fff; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.pce-order__support a:hover { color: var(--pce-sky); }
.pce-product-details-dialog { border: 0; border-radius: 20px; box-shadow: 0 28px 90px rgba(17,27,42,.35); color: var(--pce-ink); max-height: min(760px, calc(100vh - 42px)); max-width: min(720px, calc(100vw - 32px)); padding: 0; width: 100%; }
.pce-product-details-dialog::backdrop { background: rgba(17,27,42,.68); }
.pce-product-details-dialog__head { align-items: center; background: var(--pce-ink); display: flex; justify-content: space-between; padding: 19px 23px; }
.pce-product-details-dialog__head .pce-eyebrow { color: #c8efff; margin: 0; }
.pce-product-details-dialog__head form { margin: 0; }
.pce-product-details-dialog__head button { align-items: center; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; cursor: pointer; display: inline-flex; font-size: 23px; height: 34px; justify-content: center; line-height: 1; padding: 0; width: 34px; }
.pce-product-details-dialog__head button:hover { background: rgba(255,255,255,.12); }
.pce-product-details-dialog__body { align-items: start; display: grid; gap: 24px; grid-template-columns: 190px minmax(0, 1fr); padding: 26px; }
.pce-product-details-dialog__body > img { border-radius: 13px; max-width: 100%; width: 190px; }
.pce-product-details-dialog h2 { font-size: 28px; margin: 0 0 11px; }
.pce-product-details-dialog h3 { font-size: 14px; margin: 21px 0 8px; }
.pce-product-details-dialog p { color: var(--pce-slate); font-size: 13px; line-height: 1.65; margin: 0 0 12px; }
.pce-product-details-dialog__material { color: #087a58 !important; font-weight: 750; }
.pce-product-details-dialog ul { color: var(--pce-slate); font-size: 13px; line-height: 1.7; margin: 0; padding-left: 20px; }
.pce-save-basket-dialog { border: 0; border-radius: 20px; box-shadow: 0 28px 90px rgba(17,27,42,.35); color: var(--pce-ink); max-width: min(620px, calc(100vw - 32px)); padding: 0; width: 100%; }
.pce-save-basket-dialog::backdrop { background: rgba(17,27,42,.68); }
.pce-save-basket-dialog form { padding: 26px; }
.pce-save-basket-dialog__head { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.pce-save-basket-dialog__head .pce-eyebrow { margin: 0 0 5px; }
.pce-save-basket-dialog__head h2 { font-size: 28px; margin: 0; }
.pce-save-basket-dialog__head button { align-items: center; background: transparent; border: 1px solid var(--pce-line); border-radius: 50%; color: var(--pce-ink); cursor: pointer; display: inline-flex; flex: 0 0 auto; font-size: 22px; height: 34px; justify-content: center; line-height: 1; padding: 0; width: 34px; }
.pce-save-basket-dialog > form > p { color: var(--pce-slate); font-size: 13px; line-height: 1.65; margin: 18px 0; }
.pce-order__basket-summary { border-top: 1px solid var(--pce-line); padding-top: 20px; }
.pce-order__summary [data-summary-product] { background: var(--pce-sky); border-radius: 14px; margin: 20px 0; padding: 16px; }
.pce-order__summary [data-summary-product] strong, .pce-order__summary [data-summary-product] span { display: block; }
.pce-order__summary [data-summary-product] span { color: var(--pce-slate); font-size: 12px; margin-top: 4px; }
.pce-order__empty { color: var(--pce-slate); font-size: 12px; margin: 0; }
.pce-order__summary dl { margin: 0; }
.pce-order__summary dl div { display: flex; font-size: 13px; justify-content: space-between; padding: 8px 0; }
.pce-order__summary dt { color: var(--pce-slate); font-weight: 400; }
.pce-order__summary dd { color: var(--pce-ink); font-weight: 600; margin: 0; }
.pce-order__summary .pce-order__grand { border-top: 1px solid var(--pce-line); font-size: 18px; margin-top: 8px; padding-top: 17px; }
.pce-order__summary .pce-order__grand dt, .pce-order__summary .pce-order__grand dd { color: var(--pce-ink); font-weight: 700; }
.pce-order__summary > small { color: var(--pce-slate); display: block; font-size: 10px; margin-top: 16px; }
.pce-review-card { background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 16px; padding: 22px; }
.pce-review-card h3 { font-size: 16px; margin: 0 0 5px; }
.pce-review-card h3:not(:first-child) { border-top: 1px solid var(--pce-line); margin-top: 18px; padding-top: 18px; }
.pce-review-card p { color: var(--pce-slate); margin: 0; }
.pce-order__terms { align-items: start; display: flex; gap: 10px; margin: 24px 0; }
.pce-order__terms span { color: var(--pce-slate); font-size: 12px; line-height: 1.6; }
.pce-order__success { padding-bottom: 60px; padding-top: 60px; text-align: center; }
.pce-order__success > p { margin-left: auto; margin-right: auto; }
.pce-order__success-mark { align-items: center; background: var(--pce-green); border-radius: 50%; color: white; display: flex; font-size: 28px; height: 62px; justify-content: center; margin: 0 auto 20px; width: 62px; }
.pce-order-status { display: grid; gap: 24px; }
.pce-order-status__timeline { border-left: 1px solid var(--pce-line); list-style: none; margin: 28px 0 0 7px; padding: 0 0 0 26px; }
.pce-order-status__timeline li { margin-bottom: 22px; position: relative; }
.pce-order-status__timeline li::before { background: var(--pce-blue); border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--pce-line); content: ''; height: 13px; left: -33px; position: absolute; top: 3px; width: 13px; }
.pce-order-status__timeline strong, .pce-order-status__timeline time { display: block; }
.pce-order-status__timeline time { color: var(--pce-slate); font-size: 11px; margin-top: 3px; }
.pce-order-status form { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.pce-proof { background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 14px; margin-top: 12px; padding: 18px; }
.pce-proof > span { color: var(--pce-slate); float: right; font-size: 12px; }
.pce-proof textarea { margin: 16px 0; min-height: 100px; }
.pce-proof .pce-button { margin: 0 8px 8px 0; }
.pce-customer-orders__list { display: grid; gap: 12px; }
.pce-customer-orders__list article { align-items: center; background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 15px; display: grid; gap: 18px; grid-template-columns: minmax(0,1fr) auto auto; padding: 17px; }
.pce-customer-orders__list article strong, .pce-customer-orders__list article span { display: block; }
.pce-customer-orders__list article span { color: var(--pce-slate); font-size: 11px; margin-top: 3px; }
.pce-customer-order__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.pce-customer-order__actions .pce-button { margin: 0; white-space: nowrap; }

/* Product-led shop and basket flow */
.pce-option-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pce-quantity-stepper { align-items: stretch; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; }
.pce-quantity-stepper input { appearance: textfield; border-radius: 0; min-width: 0; text-align: center; }
.pce-quantity-stepper input::-webkit-inner-spin-button, .pce-quantity-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.pce-quantity-stepper button { background: var(--pce-sky); border: 1px solid var(--pce-line); color: var(--pce-ink); cursor: pointer; font: 700 21px/1 'Plus Jakarta Sans', sans-serif; }
.pce-quantity-stepper button:first-child { border-radius: 10px 0 0 10px; }
.pce-quantity-stepper button:last-child { border-radius: 0 10px 10px 0; }
.pce-quantity-stepper button:hover { background: #d8eaf1; color: var(--pce-blue); }
.pce-quantity-guide { display: grid; gap: 5px; margin-top: 10px; }
.pce-quantity-guide span { background: #fff; border: 1px solid var(--pce-line); border-radius: 8px; color: var(--pce-slate); font-size: 11px; padding: 7px 9px; }
.pce-quantity-guide span.is-active { background: var(--pce-sky); border-color: var(--pce-blue); color: var(--pce-ink); font-weight: 750; }
.pce-option-grid .pce-extra { margin: 0; }
[data-extra-options].pce-option-grid { gap: 9px; }
[data-extra-options] .pce-extra { align-items: start; background: #fff; border-color: #dce5e9; border-radius: 14px; display: grid; gap: 0 10px; grid-template-columns: 18px minmax(0, 1fr); min-height: 0; padding: 12px 13px; }
[data-extra-options] .pce-extra:hover { border-color: #96b6c8; box-shadow: 0 7px 18px rgba(21, 53, 75, .06); transform: translateY(-1px); }
[data-extra-options] .pce-extra:has(input:checked) { background: var(--pce-sky); border-color: var(--pce-blue); box-shadow: 0 7px 18px rgba(47, 120, 165, .09); }
[data-extra-options] .pce-extra > input { height: 18px; margin: 3px 0 0; width: 18px; }
[data-extra-options] .pce-extra__copy { align-items: start; display: grid; flex: initial; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; justify-content: initial; min-width: 0; }
[data-extra-options] .pce-extra__details { display: grid; flex: initial; gap: 2px; justify-content: initial; min-width: 0; }
[data-extra-options] .pce-extra__details strong { color: var(--pce-ink); font-size: 13px; line-height: 1.32; }
[data-extra-options] .pce-extra__details em { color: var(--pce-slate); font-size: 11px; font-style: normal; line-height: 1.35; }
[data-extra-options] .pce-extra__copy > small { color: var(--pce-slate); font-size: 11px; line-height: 1.3; margin: 2px 0 0; text-align: right; white-space: nowrap; }
[data-extra-options] .pce-extra__controls { flex: initial; flex-wrap: wrap; gap: 7px; grid-column: 2; margin-top: 9px; padding: 0; }
[data-extra-options] .pce-extra__controls select { flex: 0 1 142px; }
.pce-quote-summary { background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 16px; margin: 22px 0 26px; padding: 18px; }
.pce-quote-summary > strong { color: var(--pce-ink); display: block; font-size: 17px; margin-bottom: 10px; }
.pce-quote-summary .pce-eyebrow { margin-bottom: 6px; }
.pce-quote-summary ul { display: grid; gap: 7px; list-style: none; margin: 0; padding: 0; }
.pce-quote-summary li { display: grid; gap: 8px; grid-template-columns: 108px minmax(0, 1fr); }
.pce-quote-summary li strong { color: var(--pce-ink); font-size: 12px; }
.pce-quote-summary li span { color: var(--pce-slate); font-size: 12px; line-height: 1.45; }
.pce-artwork-layout { align-items: stretch; display: grid; gap: 24px; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); }
.pce-artwork-options { display: grid; gap: 10px; }
.pce-artwork-options label { background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 16px; cursor: pointer; display: grid; gap: 3px 12px; grid-template-columns: 44px 1fr; padding: 15px; position: relative; }
.pce-artwork-options label:has(input:checked) { background: var(--pce-sky); border-color: var(--pce-blue); box-shadow: 0 0 0 3px rgba(47,120,165,.1); }
.pce-artwork-options input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.pce-artwork-options strong, .pce-artwork-options small { grid-column: 2; }
.pce-artwork-options small { color: var(--pce-slate); }
.pce-artwork-icon { align-items: center; background: #fff; border: 1px solid var(--pce-line); border-radius: 12px; color: var(--pce-coral); display: flex; font-size: 24px; grid-row: 1 / span 2; height: 44px; justify-content: center; width: 44px; }
.pce-card-visualizer { background: #edf3f5; border: 1px solid var(--pce-line); border-radius: 20px; overflow: hidden; text-align: center; }
.pce-card-visualizer__toolbar, .pce-card-visualizer__views, .pce-card-visualizer__fit { align-items: center; display: flex; gap: 5px; padding: 10px; }
.pce-card-visualizer__toolbar { background: #fff; border-bottom: 1px solid var(--pce-line); justify-content: center; }
.pce-card-visualizer--file-preview .pce-artwork-file-preview { align-items: center; background: #edf4f6; display: grid; min-height: 315px; padding: 18px; position: relative; }
.pce-card-visualizer--file-preview .pce-artwork-file-preview__item { align-items: center; color: var(--pce-slate); display: none; font-size: 13px; font-weight: 650; justify-content: center; min-height: 279px; padding: 14px; }
.pce-card-visualizer--file-preview[data-side="front"] [data-card-preview="front"], .pce-card-visualizer--file-preview[data-side="back"] [data-card-preview="back"], .pce-card-visualizer--file-preview[data-side="both"] [data-card-preview="both"] { display: flex; }
.pce-card-visualizer--file-preview .pce-artwork-file-preview__item img { background: #fff; box-shadow: 0 8px 22px rgba(17,27,42,.14); height: auto; max-height: 279px; max-width: 100%; object-fit: contain; width: auto; }
.pce-card-visualizer--file-preview .pce-artwork-file-preview__item span { max-width: 250px; padding: 18px; text-align: center; }
.pce-card-visualizer__views { background: #fff; border-top: 1px solid var(--pce-line); justify-content: center; }
.pce-card-visualizer__fit { background: #fff; border-top: 1px solid var(--pce-line); justify-content: center; padding-bottom: 8px; padding-top: 8px; }
.pce-card-visualizer__fit > span { color: var(--pce-slate); font-size: 9px; font-weight: 700; margin-right: 4px; text-transform: uppercase; }
.pce-card-visualizer button { background: transparent; border: 1px solid transparent; border-radius: 999px; color: var(--pce-slate); cursor: pointer; font: 650 10px/1 'Plus Jakarta Sans', sans-serif; min-height: 34px; padding: 0 13px; }
.pce-card-visualizer button:hover, .pce-card-visualizer button.is-active { background: var(--pce-sky); border-color: #c6dce5; color: var(--pce-ink); }
.pce-card-scene { align-items: center; background: radial-gradient(circle at 25% 12%, #fff 0, #edf4f6 44%, #dce8ec 100%); display: flex; justify-content: center; min-height: 315px; overflow: hidden; perspective: 1100px; position: relative; transition: background-image .2s ease; }
.pce-card-visualizer[data-view="studio-dark"] .pce-card-scene, .pce-card-visualizer[data-view="studio-light"] .pce-card-scene { background-position: center; background-size: cover; }
.pce-card-visualizer[data-view="studio-dark"] .pce-card-scene { background-image: linear-gradient(rgba(11,23,34,.04), rgba(11,23,34,.04)), url('../images/mockup-studio-dark.jpg'); }
.pce-card-visualizer[data-view="studio-light"] .pce-card-scene { background-image: url('../images/mockup-studio-light.jpg'); }
.pce-card-shell { aspect-ratio: var(--pce-artwork-ratio, 1.586) / 1; position: relative; transform: rotateX(4deg) rotateY(-12deg) rotateZ(-2deg); transform-style: preserve-3d; transition: transform .6s cubic-bezier(.2,.75,.2,1), width .35s ease; width: 82%; }
.pce-card-shell::before { background: linear-gradient(135deg, #f5f7f8, #dce2e5); border: 0; border-radius: 15.5px; bottom: -1px; box-shadow: 0 12px 24px rgba(11,29,43,.2); content: ''; left: .5px; position: absolute; right: -1px; top: .5px; transform: translateZ(0); }
.pce-card-shell::after { background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,.42) 48%, transparent 58%); border-radius: 16px; content: ''; inset: 0; pointer-events: none; transform: translateZ(2px); }
.pce-card-face { align-items: center; backface-visibility: hidden; background: linear-gradient(145deg, var(--pce-ink), var(--pce-blue)); border: 1px solid rgba(255,255,255,.46); border-radius: 15px; color: #fff; display: flex; inset: 0; justify-content: center; overflow: hidden; position: absolute; transform: translateZ(1px); }
.pce-card-face--back { background: linear-gradient(145deg, #2b5269, var(--pce-ink)); transform: rotateY(180deg) translateZ(1px); }
.pce-card-face img { background: #fff; height: 100%; object-fit: cover; width: 100%; }
.pce-card-visualizer[data-fit="contain"] .pce-card-face img { background-color: #f5f6f6; background-image: linear-gradient(45deg, #eceff0 25%, transparent 25%), linear-gradient(-45deg, #eceff0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eceff0 75%), linear-gradient(-45deg, transparent 75%, #eceff0 75%); background-position: 0 0, 0 6px, 6px -6px, -6px 0; background-size: 12px 12px; object-fit: contain; }
.pce-card-face span { font-size: 17px; font-weight: 700; padding: 20px; }
.pce-card-visualizer[data-side="back"] .pce-card-shell { transform: rotateX(4deg) rotateY(168deg) rotateZ(2deg); }
.pce-card-visualizer[data-view="studio-dark"] .pce-card-shell { transform: rotateX(52deg) rotateY(-4deg) rotateZ(-17deg); width: 61%; }
.pce-card-visualizer[data-view="studio-dark"][data-side="back"] .pce-card-shell { transform: rotateX(52deg) rotateY(176deg) rotateZ(17deg); }
.pce-card-visualizer[data-view="studio-light"] .pce-card-shell { transform: rotateX(49deg) rotateY(-8deg) rotateZ(13deg); width: 64%; }
.pce-card-visualizer[data-view="studio-light"][data-side="back"] .pce-card-shell { transform: rotateX(49deg) rotateY(172deg) rotateZ(-13deg); }
.pce-card-visualizer[data-view="studio-dark"] .pce-card-shell::before, .pce-card-visualizer[data-view="studio-light"] .pce-card-shell::before { box-shadow: 0 4px 7px rgba(6,16,24,.18); }
.pce-card-visualizer__feedback { background: #fff8ed; border-top: 1px solid #f1d6ad; color: #68491c; font-size: 10px; line-height: 1.55; margin: 0; padding: 10px 16px; text-align: left; }
.pce-card-visualizer__feedback.is-good { background: #eff8f3; border-color: #c8e4d4; color: #285a3c; }
.pce-card-visualizer__feedback.is-error { background: #fff0ee; border-color: #efc4bd; color: #8b3025; }
.pce-card-visualizer > small { background: #fff; color: var(--pce-slate); display: block; font-size: 9px; line-height: 1.5; padding: 0 18px 13px; }
.pce-artwork-uploads { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; margin-top: 22px; }
.pce-artwork-uploads .pce-field { margin: 0; }
.pce-artwork-uploads [data-id-template-fields] { display: contents; }
.pce-artwork-uploads [data-id-template-fields][hidden] { display: none; }
.pce-id-artwork-options { border: 1px solid var(--pce-line); border-radius: 14px; display: grid; gap: 10px; grid-column: 1 / -1; margin: 0; padding: 14px; }
.pce-id-artwork-options legend { color: var(--pce-ink); font-size: 13px; font-weight: 750; padding: 0 6px; }
.pce-id-artwork-options label { align-items: flex-start; display: flex; gap: 10px; }
.pce-id-artwork-options input { accent-color: var(--pce-blue); margin-top: 4px; }
.pce-id-artwork-options strong, .pce-id-artwork-options small { display: block; }
.pce-id-artwork-options small { color: var(--pce-slate); font-size: 10px; line-height: 1.45; margin-top: 3px; }
.pce-artwork-file-list { display: grid; gap: 8px; list-style: none; margin: 12px 0 0; padding: 0; }
.pce-artwork-file-list li { align-items: center; background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 10px; color: var(--pce-slate); display: flex; font-size: 10px; gap: 10px; min-height: 44px; overflow: hidden; padding: 7px 10px; }
.pce-artwork-file-list img { border-radius: 5px; height: 30px; object-fit: cover; width: 42px; }
.pce-artwork-uploads .pce-field > small { color: var(--pce-slate); display: block; font-size: 10px; margin-top: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pce-artwork-remove { background: transparent; border: 0; color: var(--pce-blue); cursor: pointer; display: block; font: 700 11px/1.35 'Plus Jakarta Sans', 'Segoe UI', sans-serif; margin: 6px 0 0; padding: 0; text-decoration: underline; text-underline-offset: 2px; }
.pce-artwork-remove:hover { color: var(--pce-ink); }
.pce-artwork-remove:focus-visible { border-radius: 3px; outline: 2px solid var(--pce-blue); outline-offset: 3px; }
.pce-artwork-uploads > p { color: var(--pce-slate); font-size: 10px; grid-column: 1 / -1; margin: -7px 0 0; }
.pce-artwork-uploads > p a, .pce-card-visualizer__feedback a { color: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.pce-artwork-uploads--compact { grid-template-columns: 1fr 1fr; }
.pce-artwork-design-brief { background: #eef7fb; border-left: 3px solid var(--pce-blue); color: var(--pce-ink); margin-top: 20px; padding: 14px 16px; }
.pce-artwork-design-brief p { color: var(--pce-ink); font-size: 12px; line-height: 1.55; margin: 0 0 8px; }
.pce-artwork-design-brief p:last-child { margin-bottom: 0; }
.pce-artwork-help-drawer { background: #fff; border: 1px solid var(--pce-line); border-radius: 18px; margin-top: 20px; scroll-margin-top: 120px; }
.pce-artwork-help-drawer summary { align-items: center; cursor: pointer; display: flex; list-style: none; min-height: 70px; padding: 15px 54px 15px 20px; position: relative; }
.pce-artwork-help-drawer summary::-webkit-details-marker { display: none; }
.pce-artwork-help-drawer summary::after { align-items: center; background: var(--pce-sky); border-radius: 50%; color: var(--pce-blue); content: '+'; display: flex; font-size: 21px; height: 34px; justify-content: center; position: absolute; right: 18px; top: 18px; transition: transform .25s ease; width: 34px; }
.pce-artwork-help-drawer[open] summary::after { transform: rotate(45deg); }
.pce-artwork-help-drawer summary strong, .pce-artwork-help-drawer summary small { display: block; }
.pce-artwork-help-drawer summary strong { color: var(--pce-ink); font-size: 13px; }
.pce-artwork-help-drawer summary small { color: var(--pce-slate); font-size: 10px; margin-top: 3px; }
.pce-artwork-help-drawer__body { border-top: 1px solid var(--pce-line); display: grid; gap: 24px; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); padding: 24px; }
.pce-artwork-mini-diagram { align-items: center; aspect-ratio: 91 / 60; background: #fff; border: 2px solid var(--pce-coral); border-radius: 16px; display: flex; padding: 3.3%; }
.pce-artwork-mini-diagram > div { align-items: center; border: 2px solid var(--pce-blue); border-radius: 13px; display: flex; height: 100%; padding: 3.5%; width: 100%; }
.pce-artwork-mini-diagram > div > div { align-items: center; border: 2px dashed var(--pce-ink); border-radius: 11px; display: flex; height: 100%; justify-content: center; text-align: center; width: 100%; }
.pce-artwork-mini-diagram span { color: var(--pce-slate); font-size: 10px; line-height: 1.5; }
.pce-artwork-mini-diagram b { color: var(--pce-ink); font-size: 15px; }
.pce-artwork-mini-diagram--format { aspect-ratio: var(--pce-artwork-ratio, 1.586) / 1; }
.pce-artwork-mini-diagram--format > div > div { flex-direction: column; gap: 5px; padding: 12px; }
.pce-artwork-help-drawer__body h3 { color: var(--pce-ink); font-size: 19px; margin: 0 0 10px; }
.pce-artwork-help-drawer__body ul { color: var(--pce-slate); font-size: 10px; line-height: 1.7; margin: 0; padding-left: 18px; }
.pce-artwork-help-drawer__body p { color: var(--pce-slate); font-size: 10px; line-height: 1.65; }
.pce-artwork-help-drawer__links { display: flex; flex-wrap: wrap; gap: 8px; }
.pce-artwork-help-drawer__links a { background: var(--pce-sky); border: 1px solid #c6dce5; border-radius: 999px; color: var(--pce-ink); font-size: 9px; font-weight: 750; padding: 9px 13px; text-decoration: none; }
.pce-basket-item { align-items: center; border-bottom: 1px solid var(--pce-line); display: grid; gap: 16px; grid-template-columns: 76px minmax(0,1fr) auto auto; padding: 18px 0; }
.pce-basket-item img { border-radius: 12px; height: 62px; object-fit: cover; width: 76px; }
.pce-basket-item strong, .pce-basket-item span, .pce-basket-item small { display: block; }
.pce-basket-item span, .pce-basket-item small { color: var(--pce-slate); font-size: 11px; margin-top: 3px; }
.pce-basket-item__actions { align-items: flex-end; display: flex; flex-direction: column; gap: 7px; }
.pce-basket-item button { background: transparent; border: 0; color: var(--pce-blue); cursor: pointer; font: 600 11px 'Plus Jakarta Sans', sans-serif; padding: 0; }
.pce-basket-item button[data-remove-line] { color: var(--pce-coral); }
.pce-basket-empty { background: var(--pce-paper); border: 1px dashed #b9cdd6; border-radius: 15px; padding: 24px; text-align: center; }
.pce-basket-empty p { color: var(--pce-slate); margin: 4px 0 0; }

/* Compact configurator embedded on card product pages */
.pce-product-builder { background: var(--pce-paper); border-bottom: 1px solid var(--pce-line); border-top: 1px solid var(--pce-line); color: var(--pce-ink); font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif; padding: 88px max(24px, calc((100vw - 1190px) / 2)); }
.pce-product-builder *, .pce-product-builder *::before, .pce-product-builder *::after { box-sizing: border-box; }
.pce-product-builder [hidden] { display: none !important; }
.pce-product-builder__intro { max-width: 780px; }
.pce-product-builder__intro h2 { color: var(--pce-ink); font-size: clamp(34px,4vw,54px); font-weight: 800; letter-spacing: -.045em; }
.pce-product-builder__intro > p:last-child { color: var(--pce-slate); line-height: 1.7; }
.pce-product-builder__intro .pce-product-builder__production-time { background: #f5f9fb; border-left: 3px solid var(--pce-blue); color: var(--pce-ink); font-size: 12px; margin-top: 16px; padding: 11px 13px; }
.pce-product-builder__guidance { background: #e8f6ef; border-left: 3px solid #0a845f; color: var(--pce-ink); font-size: 13px; line-height: 1.6; margin-top: 22px; padding: 14px 16px; }
.pce-product-builder__guidance p { margin: 0; }
.pce-product-builder__guidance small { color: #087a58; display: block; font-size: 11px; font-weight: 750; margin-top: 7px; }
.pce-product-builder__grid { align-items: start; display: grid; gap: 42px; grid-template-columns: minmax(0,1fr) 390px; margin-top: 38px; }
.pce-product-builder__options, .pce-product-builder__preview { background: #fff; border: 1px solid var(--pce-line); border-radius: 22px; box-shadow: 0 14px 44px rgba(17,27,42,.07); padding: 30px; }
.pce-product-builder__preview { position: sticky; top: 24px; }
.pce-product-builder__preview .pce-card-scene { min-height: 250px; }
.pce-product-builder__preview .pce-artwork-file-preview { min-height: 250px; }
.pce-product-builder__preview .pce-artwork-file-preview__item { min-height: 214px; }
.pce-product-builder__preview .pce-artwork-file-preview__item img { max-height: 214px; }
.pce-product-builder__price { border-bottom: 1px solid var(--pce-line); border-top: 1px solid var(--pce-line); margin: 25px 0 18px; padding: 18px 0; }
.pce-product-builder__price span, .pce-product-builder__price strong, .pce-product-builder__price small { display: block; }
.pce-product-builder__price span, .pce-product-builder__price small { color: var(--pce-slate); font-size: 10px; }
.pce-product-builder__price strong { color: var(--pce-coral); font-size: 32px; margin: 3px 0; }
.pce-product-builder__preview .pce-button { width: 100%; }
.pce-basket-link { display: block; font-size: 11px; font-weight: 600; margin-top: 13px; text-align: center; }
.pce-product-builder .pce-order__notice { font-size: 11px; margin: 14px 0 0; }

/* Customer account */
.pce-account-login { align-items: stretch; display: grid; gap: 28px; grid-template-columns: minmax(0,1fr) 360px; }
.pce-account-login form p { margin-bottom: 16px; }
.pce-account-login form label { color: var(--pce-ink); display: block; font-size: 12px; font-weight: 700; margin-bottom: 5px; }
.pce-account-login form input[type=text], .pce-account-login form input[type=password] { background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 11px; min-height: 50px; padding: 12px; width: 100%; }
.pce-account-login form input[type=submit] { background: var(--pce-coral); border: 0; border-radius: 999px; color: #fff; font-weight: 700; padding: 13px 25px; }
.pce-account-benefits { background: var(--pce-ink); border-radius: var(--pce-radius); color: #fff; padding: 34px; }
.pce-account-benefits h3 { color: #fff; font-size: 24px; }
.pce-account-benefits li, .pce-account-benefits p { color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.7; }
.pce-account-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 24px; }
.pce-account-heading h2 { font-size: clamp(34px,4vw,54px); margin: 0; }
.pce-account-heading p { color: var(--pce-slate); margin: 7px 0 0; }
.pce-order-files { border-top: 1px solid var(--pce-line); margin-top: 26px; padding-top: 20px; }
.pce-order-files h3 { margin-top: 0; }
.pce-order-files a { align-items: center; background: var(--pce-paper); border: 1px solid var(--pce-line); border-radius: 12px; display: flex; justify-content: space-between; margin-top: 8px; padding: 13px; }
.pce-order-files small { color: var(--pce-slate); }

@media (max-width: 900px) {
  .pce-order { margin-left: 18px; margin-right: 18px; }
  .pce-order__layout { grid-template-columns: 1fr; }
  .pce-order__summary { grid-row: 1; max-height: none; position: static; }
  .pce-product-builder__grid, .pce-account-login { grid-template-columns: 1fr; }
  .pce-product-builder__preview { position: static; }
	.pce-product-details-dialog__body { grid-template-columns: 1fr; }
	.pce-product-details-dialog__body > img { width: 100%; }
}

@media (max-width: 600px) {
  .pce-order { margin-top: 22px; }
  .pce-order__panel, .pce-order__summary { border-radius: 17px; padding: 23px 18px; }
  .pce-order__progress { background: #fff; border: 1px solid var(--pce-line); border-radius: 16px; box-shadow: 0 8px 28px rgba(17,27,42,.06); margin: 0 0 18px; overflow: visible; padding: 12px 14px; }
  .pce-order__progress > span { display: none; }
  .pce-order__progress > span.is-active { display: flex; flex: 1 1 auto; font-size: 13px; gap: 11px; }
  .pce-order__progress > span.is-active::after { display: none; }
  .pce-order__progress b { flex: 0 0 34px; font-size: 12px; height: 34px; width: 34px; }
  .pce-order__progress-copy { align-items: flex-start; display: flex; flex-direction: column; gap: 1px; }
  .pce-order__progress-copy small { color: var(--pce-blue); display: block; font-size: 9px; font-weight: 750; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
  .pce-order__progress-copy strong { color: var(--pce-ink); font-size: 13px; font-weight: 700; line-height: 1.3; }
  .pce-fields--two { grid-template-columns: 1fr; }
  .pce-extra span { display: block; }
  .pce-extra small { display: block; margin-top: 3px; }
  [data-extra-options] .pce-extra__copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  [data-extra-options] .pce-extra__details { display: grid; }
  [data-extra-options] .pce-extra__copy > small { display: block; margin-top: 2px; }
  .pce-quote-summary li { grid-template-columns: 86px minmax(0, 1fr); }
  .pce-order__actions { align-items: stretch; flex-direction: column-reverse; }
  .pce-order__actions .pce-button { width: 100%; }
  .pce-customer-orders__list article { grid-template-columns: 1fr auto; }
  .pce-customer-orders__list article .pce-button { grid-column: 1 / -1; }
  .pce-option-grid, .pce-artwork-layout, .pce-product-builder__grid { grid-template-columns: 1fr; }
  .pce-artwork-help-drawer__body { grid-template-columns: 1fr; padding: 18px; }
  .pce-artwork-uploads { grid-template-columns: 1fr; }
  .pce-artwork-uploads > p { grid-column: 1; }
  .pce-card-scene { min-height: 270px; }
  .pce-product-builder { padding: 58px 18px; }
  .pce-product-builder__options, .pce-product-builder__preview { padding: 22px 18px; }
  .pce-basket-item { grid-template-columns: 58px minmax(0,1fr); }
  .pce-basket-item img { height: 48px; width: 58px; }
  .pce-basket-item > b, .pce-basket-item__actions { grid-column: 2; justify-self: start; }
  .pce-basket-item__actions { align-items: flex-start; flex-direction: row; }
  .pce-account-heading { align-items: start; flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .pce-order *, .pce-order *::before, .pce-order *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
