.tn-quick-form,.tn-quick-form__modal{--tnq-bg: #f5f1e8;--tnq-header: #2c5f7c;--tnq-header-text: #f5f1e8;--tnq-text: #3d4244;--tnq-muted: #6b6f70;--tnq-border: #e8dcc8;--tnq-accent: #b8975a;--tnq-accent-hover: #a17f45;--tnq-green: #2f7d4f;--tnq-amber: #9a6a12;--tnq-red: #b3261e;--tnq-placeholder: #b5ab9b}.tn-quick-form{position:relative;display:block;width:100%;margin-block:8px 12px;border-radius:8px;overflow:hidden;background:var(--tnq-bg);color:var(--tnq-text);font-size:14px;line-height:1.45}.tn-quick-form[aria-busy=true] .tn-quick-form__body{opacity:.7;pointer-events:none}.tn-quick-form__header{padding:16px;background:var(--tnq-header);color:var(--tnq-header-text)}.tn-quick-form__heading{margin:0;color:inherit;font-size:18px;line-height:1.25}.tn-quick-form__description{margin:6px 0 0;color:inherit;font-size:13px;opacity:.9}.tn-quick-form__body{display:flex;flex-direction:column;gap:12px;padding:16px}.tn-quick-form__field{display:flex;flex-direction:column;gap:5px;min-width:0}.tn-quick-form__label{font-weight:600;font-size:13px;color:var(--tnq-text)}.tn-quick-form__req{color:var(--tnq-accent-hover)}.tn-quick-form__help{margin:-2px 0 0;font-size:11.5px;line-height:1.4;color:var(--tnq-muted)}.tn-quick-form__input{box-sizing:border-box;width:100%;min-height:40px;padding:8px 12px;border:1px solid var(--tnq-border);border-radius:6px;background:#fff;color:var(--tnq-text);font:inherit;font-size:16px;-webkit-appearance:none;appearance:none}.tn-quick-form__input::placeholder{color:var(--tnq-placeholder);opacity:1}.tn-quick-form__input::-webkit-input-placeholder{color:var(--tnq-placeholder);opacity:1}.tn-quick-form__input:focus{outline:none;border-color:var(--tnq-accent);box-shadow:0 0 0 2px #b8975a40}.tn-quick-form__input[aria-invalid=true]{border-color:var(--tnq-red)}.tn-quick-form__textarea{min-height:80px;resize:vertical}.tn-quick-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tn-quick-form__photo{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tn-quick-form__picked{display:flex;flex:1 1 200px;gap:10px;align-items:center;min-width:0;padding:8px 12px;border:1px solid var(--tnq-border);border-radius:8px;background:#fff}.tn-quick-form__thumb{flex:0 0 45px;width:45px;height:60px;border-radius:4px;overflow:hidden;background:var(--tnq-border)}.tn-quick-form__thumb img{display:block;width:100%;height:100%;object-fit:cover}.tn-quick-form__picked-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.tn-quick-form__picked-info .tn-quick-form__link{padding:0;font-size:12px}.tn-quick-form__file{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}.tn-quick-form__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 20px;border:0;font-family:inherit;border-radius:100px;background:var(--tnq-accent);color:var(--tnq-text);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s,color .15s}.tn-quick-form__button:hover{background:var(--tnq-accent-hover);color:#fff}.tn-quick-form__file:focus-visible+.tn-quick-form__button{outline:2px solid var(--tnq-header);outline-offset:2px}.tn-quick-form__status{margin:0;font-size:13px;color:var(--tnq-muted)}.tn-quick-form__status:empty{display:none}.tn-quick-form__status.is-error{color:var(--tnq-red)}.tn-quick-form__badge{display:inline-block;margin:0;padding:3px 10px;border-radius:100px;font-size:12px;font-weight:600;color:#fff;background:var(--tnq-amber)}.tn-quick-form__badge.is-green{background:var(--tnq-green)}.tn-quick-form__badge.is-red{background:var(--tnq-red)}.tn-quick-form__detail{margin:0;font-size:12px;color:var(--tnq-muted)}.tn-quick-form__warning{margin:0;padding:8px 10px;border-left:3px solid var(--tnq-red);background:#b3261e12;color:var(--tnq-red);font-size:13px}.tn-quick-form [hidden]{display:none!important}.tn-quick-form__place{position:relative;flex:1 1 auto;min-width:0}.tn-quick-form__options{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:260px;margin:0;padding:4px 0;overflow-y:auto;list-style:none;background:#fff;border:1px solid var(--tnq-border);border-radius:6px;box-shadow:0 8px 24px #0000001f}.tn-quick-form__option{display:flex;flex-direction:column;padding:10px 12px;cursor:pointer}.tn-quick-form__option:hover,.tn-quick-form__option[aria-selected=true]{background:var(--tnq-bg)}.tn-quick-form__option-name{font-size:14px;color:var(--tnq-text)}.tn-quick-form__option-context{font-size:12px;color:var(--tnq-muted)}.tn-quick-form__stops{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.tn-quick-form__stop{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.tn-quick-form__stop>.tn-quick-form__error{flex-basis:100%}.tn-quick-form__remove{flex:0 0 40px;width:40px;height:40px;padding:0;border:1px solid var(--tnq-border);border-radius:6px;background:#fff;color:var(--tnq-muted);font-size:20px;line-height:1;cursor:pointer}.tn-quick-form__link{align-self:flex-start;padding:4px 0;border:0;background:none;color:var(--tnq-header);font:inherit;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.tn-quick-form__more{border-top:1px solid var(--tnq-border);padding-top:12px}.tn-quick-form__more-toggle{color:var(--tnq-header);font-weight:600;cursor:pointer}.tn-quick-form__more-body{display:flex;flex-direction:column;gap:12px;padding-top:12px}.tn-quick-form__error{margin:0;font-size:12px;color:var(--tnq-red)}.tn-quick-form__banner{padding:10px 12px;border-radius:6px;background:#b3261e14;color:var(--tnq-red);font-size:13px}.tn-quick-form__banner a{color:inherit;font-weight:600}.tn-quick-form__progress{margin:0;font-size:13px;font-weight:600;color:var(--tnq-header)}.tn-quick-form__hint{margin:0;font-size:12px;color:var(--tnq-muted);text-align:center}.tn-quick-form__hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media screen and (min-width:750px){.tn-quick-form__input{font-size:14px}.tn-quick-form__header{padding:20px 24px}.tn-quick-form__heading{font-size:20px}.tn-quick-form__body{padding:20px 24px}}.tn-quick-form__stars{display:flex;gap:4px;min-height:44px;align-items:center}.tn-quick-form__star{padding:0 2px;border:0;background:none;color:var(--tnq-border);font-size:26px;line-height:1;cursor:pointer}.tn-quick-form__star.is-on{color:var(--tnq-accent)}.tn-quick-form__star:focus-visible{outline:2px solid var(--tnq-header);outline-offset:2px;border-radius:4px}html.tnq-no-scroll{overflow:hidden}.tn-quick-form__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px;color:var(--tnq-text);font-size:14px;line-height:1.45}.tn-quick-form__modal[hidden]{display:none}.tn-quick-form__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;animation:tnq-fade .2s ease}.tn-quick-form__modal-box{position:relative;display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;max-height:92vh;overflow-y:auto;box-sizing:border-box;padding:16px;border-radius:16px;background:#fff;box-shadow:0 20px 60px #0000004d;animation:tnq-rise .25s ease}.tn-quick-form__modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.tn-quick-form__modal-title{margin:0;font-size:16px;font-weight:700;color:var(--tnq-text)}.tn-quick-form__modal-close{padding:2px 8px;border:0;border-radius:6px;background:none;color:var(--tnq-text);font-size:24px;line-height:1;opacity:.6;cursor:pointer}.tn-quick-form__modal-close:hover{opacity:1;background:#0000000f}.tn-quick-form__crop{position:relative;align-self:center;width:min(100%,max(200px,calc((92vh - 300px)*.75)));aspect-ratio:3 / 4;overflow:hidden;border:2px solid #e6e6e6;border-radius:6px;background:#f5f5f5;touch-action:none;cursor:grab;box-sizing:border-box}.tn-quick-form__crop.is-dragging{cursor:grabbing}.tn-quick-form__crop:focus-visible{outline:2px solid var(--tnq-header);outline-offset:2px}.tn-quick-form__crop-canvas{display:block;width:100%;height:100%}.tn-quick-form__crop-hint{margin:-4px 0 0;font-size:11.5px;color:var(--tnq-muted);text-align:center}.tn-quick-form__zoom{display:flex;align-items:center;gap:10px}.tn-quick-form__zoom-label,.tn-quick-form__zoom-value{flex:0 0 auto;font-size:13px;font-weight:600}.tn-quick-form__zoom-value{min-width:38px;text-align:right;font-weight:400}.tn-quick-form__zoom-slider{flex:1 1 auto;min-width:0;height:6px;border-radius:3px;background:#e6e6e6;outline:none;-webkit-appearance:none;appearance:none}.tn-quick-form__zoom-slider::-webkit-slider-thumb{width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;background:var(--tnq-accent);cursor:pointer;-webkit-appearance:none;appearance:none}.tn-quick-form__zoom-slider::-moz-range-thumb{width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;background:var(--tnq-accent);cursor:pointer}.tn-quick-form__quality{margin:0;padding:10px 12px;border-radius:8px;font-size:12.5px;line-height:1.4}.tn-quick-form__quality.is-green{background:#e8f5e9;color:#2e7d32}.tn-quick-form__quality.is-amber{background:#fff8e1;color:#8a6508}.tn-quick-form__quality.is-red{background:#ffebee;color:#c62828}.tn-quick-form__crop-done{align-self:stretch}@keyframes tnq-fade{0%{opacity:0}}@keyframes tnq-rise{0%{opacity:0;transform:translateY(14px) scale(.97)}}@media(prefers-reduced-motion:reduce){.tn-quick-form__modal-overlay,.tn-quick-form__modal-box{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/tn-quick-form.css.map */
