/* cart, checkout and order pages (includes/shop.php) — sits on top of gx.css */
.sh-hero .gx-pagehero-in{padding:30px 0 24px}
.sh-hero h1{font-size:clamp(30px,4vw,46px);margin:8px 0 8px}
.sh-hero .gx-lede{font-size:15.5px;max-width:640px}
.sh-sec{padding:28px 0 56px;background:var(--gx-bg)}
.sh-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
@media(max-width:900px){.sh-grid{grid-template-columns:1fr}.sh-co .sh-sum{order:-1}}
.sh-card{background:#fff;border:1px solid var(--gx-line);border-radius:16px;padding:20px 22px}
.sh-card + .sh-card{margin-top:12px}
.sh-grid > .sh-card + .sh-card{margin-top:0}
.sh-h2{font-size:18px;font-weight:800;letter-spacing:-.02em;color:var(--gx-ink);margin:0 0 14px}
.sh-kind{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gx-blue);margin-bottom:3px}
.sh-item{display:flex;gap:18px;justify-content:space-between;align-items:flex-start}
.sh-item h3,.sh-suggest h3{font-size:18px;font-weight:800;letter-spacing:-.02em;color:var(--gx-ink);margin:0 0 4px}
.sh-item p,.sh-suggest p{margin:0;color:var(--gx-muted);font-size:13.5px;line-height:1.45}
.sh-item .sh-note{margin-top:10px;color:var(--gx-text)}
.sh-price{text-align:right;flex:none;max-width:210px}
.sh-price b{display:block;font-size:24px;font-weight:900;letter-spacing:-.03em;color:var(--gx-ink)}
.sh-price small{display:block;font-size:12.5px;color:var(--gx-muted);margin-top:2px}
.sh-pay{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.sh-pay label{display:flex;gap:8px;align-items:center;border:1px solid #CFD9E6;border-radius:10px;padding:9px 12px;font-size:13.5px;cursor:pointer;background:#fff;color:var(--gx-text)}
.sh-pay label.on{border-color:var(--gx-blue);background:var(--gx-sky2);box-shadow:inset 0 0 0 1px var(--gx-blue)}
.sh-pay input{accent-color:var(--gx-blue);margin:0}
.sh-link{appearance:none;background:none;border:0;padding:0;font:inherit;font-size:13px;font-weight:600;color:var(--gx-muted);cursor:pointer;text-decoration:underline;margin-top:10px}
.sh-link:hover{color:#C0392B}
.sh-suggest{display:flex;gap:16px;align-items:center;justify-content:space-between;background:var(--gx-sky2);border-color:#CFE3FF}
.sh-suggest h3{font-size:16px}
.sh-more{margin:14px 0 0;font-size:14px}
.sh-more a{color:var(--gx-blue);font-weight:600;text-decoration:none}
.sh-sum{position:sticky;top:90px}
.sh-sum h2{font-size:17px;font-weight:800;margin:0 0 10px;color:var(--gx-ink)}
.sh-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:6px 0;color:var(--gx-text)}
.sh-row small{color:var(--gx-muted);font-size:12px}
.sh-row span:last-child{font-weight:700;white-space:nowrap}
.sh-row.muted{color:var(--gx-muted);font-size:13px}
.sh-row.muted span:last-child{font-weight:600}
.sh-total{border-top:1px solid var(--gx-line);margin-top:8px;padding-top:12px;display:flex;justify-content:space-between;align-items:baseline;font-weight:700;color:var(--gx-ink)}
.sh-total b{font-size:28px;font-weight:900;letter-spacing:-.03em}
.sh-sum .gx-btn{width:100%;margin-top:14px}
.sh-secure{display:flex;gap:7px;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center;font-size:12.5px;color:var(--gx-muted);margin:12px 0 0}
.sh-secure a{color:var(--gx-blue);text-decoration:none;font-weight:600}
.sh-flash{padding:12px 16px;border-radius:12px;font-weight:600;font-size:14px;margin:0 0 12px}
.sh-flash a{color:inherit}
.sh-flash.ok{background:#E3F6EC;color:#157347}
.sh-flash.err{background:#FDEAEA;color:#B42318}
.sh-empty{text-align:center;padding:44px 22px}
.sh-empty h2{margin:0 0 8px;font-size:22px;color:var(--gx-ink)}
.sh-empty p{margin:0 auto 18px;color:var(--gx-muted);max-width:440px}
.sh-co .gx-field textarea{min-height:90px}
.sh-opt{font-weight:500;color:var(--gx-muted)}
.sh-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5;color:var(--gx-text);margin:2px 0 16px;cursor:pointer}
.sh-check input{margin:2px 0 0;accent-color:var(--gx-blue);width:16px;height:16px;flex:none}
.sh-co .gx-form .gx-btn,.sh-co form .gx-btn{width:100%}
.sh-err{display:none;background:#FDEAEA;color:#B42318;border-radius:10px;padding:10px 12px;font-size:13.5px;font-weight:600;margin:10px 0 0}
.sh-ordhead{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.sh-status{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px}
.sh-status.paid{background:#E3F6EC;color:#157347}
.sh-status.review{background:#FDF3D7;color:#8A6A00}
.sh-status.pending,.sh-status.cancelled{background:#EEF2F7;color:var(--gx-muted)}
.sh-steps{margin:0;padding-left:20px;font-size:14px;line-height:1.6;color:var(--gx-text)}
.sh-steps li + li{margin-top:6px}
@media(max-width:600px){
  .sh-item,.sh-suggest{flex-direction:column;align-items:stretch;gap:10px}
  .sh-price{text-align:left;max-width:none}
  .sh-sum{position:static}
  .sh-card{padding:18px 16px}
  .sh-co .gx-form .row{grid-template-columns:1fr}
}

/* "Referred by Rapid Printing" — a connected site sent this customer */
.sh-ref{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;background:#fff;border:1px solid var(--gx-line);border-left:4px solid var(--gx-blue);border-radius:12px;padding:11px 14px;font-size:13.5px;line-height:1.45;color:var(--gx-text);margin:0 0 12px}
.sh-ref a{margin-left:auto;color:var(--gx-blue);font-weight:700;text-decoration:none;white-space:nowrap}
.sh-sec > .gx-wrap + .gx-wrap{margin-top:0}
