.luth-po{--luth-navy: #1c3d5a;--luth-coral: #fe876f;--luth-bg: #f3f6f9;--luth-surface: #ffffff;--luth-line: #d5dee8;--luth-muted: #5c6b7a;box-sizing:border-box;width:100%;max-width:100%;background:var(--luth-bg);border:1px solid var(--luth-line);border-radius:12px;padding:14px 14px 16px;margin:.35rem 0 .85rem}.luth-po *,.luth-po *:before,.luth-po *:after{box-sizing:border-box}.luth-po-heading{margin:0 0 12px;font-size:15px;font-weight:650;letter-spacing:-.02em;color:var(--luth-navy)}.luth-po__fields{display:flex;flex-direction:column;gap:14px;width:100%}.luth-po__field{position:relative;width:100%;min-width:0;max-width:100%}.luth-po__upload-wrap{position:relative;width:100%;min-width:0}.luth-po__label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:#152536}.luth-po__req{color:var(--luth-coral);margin-left:2px}.luth-po__input,.luth-po__textarea{width:100%;border:1px solid var(--luth-line);border-radius:8px;background:var(--luth-surface);font-size:14px;padding:10px 12px;color:#152536;transition:border-color .15s ease,box-shadow .15s ease}.luth-po__input:focus,.luth-po__textarea:focus{outline:none;border-color:var(--luth-coral);box-shadow:0 0 0 3px #fe876f47}.luth-po__textarea{min-height:72px;max-height:140px;resize:vertical;line-height:1.45}.luth-po input.luth-po__file[type=file]{position:absolute!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;max-width:1px!important;max-height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;border:0!important;opacity:0!important;pointer-events:none!important;white-space:nowrap!important}.luth-po__field[data-field-type=image]{display:flex;flex-direction:column;width:100%}.luth-po__upload-wrap{display:block;width:100%;max-width:100%}.luth-po__drop{position:relative;z-index:1;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%!important;max-width:100%!important;min-width:0;min-height:132px;padding:18px 16px;border:1.5px dashed #b8c5d4;border-radius:10px;background:var(--luth-surface);cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.luth-po__drop:hover,.luth-po__drop.is-dragover{border-color:var(--luth-coral);background:#fe876f0f;box-shadow:0 0 0 3px #fe876f2e}.luth-po__drop[hidden]{display:none!important}.luth-po__drop-icon{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#1c3d5a14;color:var(--luth-navy)}.luth-po__drop-icon svg{width:20px;height:20px}.luth-po__drop-title{margin:0;font-size:14px;font-weight:600;color:var(--luth-navy)}.luth-po__drop-title span{color:var(--luth-coral);text-decoration:underline;text-underline-offset:2px}.luth-po__drop-sub{margin:0;font-size:12px;color:var(--luth-muted)}.luth-po__urls{display:none}.luth-po__error{margin:8px 0 0;font-size:12.5px;font-weight:500;color:#b42318;width:100%}.luth-po__previews{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0;margin-top:10px;overflow:hidden}.luth-po__preview-card{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;max-width:100%;min-width:0;padding:10px;border:1px solid var(--luth-line);border-radius:10px;background:var(--luth-surface);overflow:hidden}.luth-po__preview-img{width:72px!important;height:72px!important;min-width:72px!important;max-width:72px!important;object-fit:cover;border-radius:8px;border:1px solid var(--luth-line);background:#e8eef4;flex:none!important}.luth-po__preview-meta{min-width:0;max-width:100%;overflow:hidden}.luth-po__preview-name{display:block;font-size:13px;font-weight:600;color:#152536;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.luth-po__preview-ok{display:block;margin-top:2px;font-size:12px;color:#1f7a4d}.luth-po__clear{border:1px solid var(--luth-line);background:#fff;color:#b42318;font-size:12.5px;font-weight:600;cursor:pointer;border-radius:8px;min-height:36px;padding:0 12px;flex:none!important;float:none!important;width:auto!important;max-width:none!important;margin:0!important;white-space:nowrap;justify-self:end}.luth-po__clear:hover{background:#fef3f2}.luth-po.is-uploading .luth-po__drop{opacity:.65;pointer-events:none}.luth-po__drop.is-busy .luth-po__drop-title:after{content:"\2026"}.luth-po__progress{width:100%;max-width:200px;height:4px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:4px;display:none}.luth-po.is-uploading .luth-po__progress{display:block}.luth-po__progress>span{display:block;height:100%;width:40%;background:var(--luth-coral);animation:luth-po-indeterminate 1s ease-in-out infinite}@keyframes luth-po-indeterminate{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media(prefers-reduced-motion:reduce){.luth-po__progress>span{animation:none;width:70%}}@media(max-width:480px){.luth-po__preview-card{grid-template-columns:56px minmax(0,1fr);grid-template-rows:auto auto}.luth-po__preview-img{width:56px;height:56px;min-width:56px;max-width:56px}.luth-po__clear{grid-column:1 / -1;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/luth-product-options.css.map */
