/* PsiDruk — minimalny, neutralny wygląd pól personalizacji. Motyw może to swobodnie nadpisać. */
.psi-fields { display: grid; gap: 1rem; margin: 0 0 1.25rem; width: 100%; }
.psi-field { display: grid; gap: .35rem; }
.psi-label { font-weight: 600; }
.psi-optional { font-weight: 400; opacity: .7; }
.psi-add { font-weight: 400; opacity: .8; white-space: nowrap; }
.psi-input, .psi-select { width: 100%; max-width: 28rem; padding: .5em .65em; font: inherit; box-sizing: border-box; }
.psi-help { margin: 0; font-size: .875em; opacity: .75; }
.psi-swatches { display: flex; flex-wrap: wrap; gap: .5rem; }
.psi-swatch { position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: .25rem; cursor: pointer; font-size: .8em; }
.psi-swatch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.psi-swatch-dot { width: 2rem; height: 2rem; border-radius: 50%; background: var(--c, #ccc); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2); }
.psi-swatch input:checked + .psi-swatch-dot { box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor; }
.psi-swatch input:focus-visible + .psi-swatch-dot { outline: 2px solid currentColor; outline-offset: 4px; }
.psi-swatch-name { max-width: 5.5rem; text-align: center; line-height: 1.2; }
.psi-total { margin: 0; }
.psi-free-shipping { margin: 0 0 1rem; padding: .75em 1em; border-radius: 4px; background: rgba(0, 0, 0, .04); }
.psi-free-shipping.is-free { background: rgba(36, 80, 63, .1); }
.psi-photo-notice { margin: 1rem 0; padding: 1em; border-left: 4px solid currentColor; background: rgba(0, 0, 0, .04); }
