*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.cr-wrap{max-width:640px;margin:0 auto;padding:2rem 1rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111}.cr-badge-row{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem;flex-wrap:wrap}.cr-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;padding:4px 12px;border-radius:6px}.cr-badge--verified{background:#e6f4ee;color:#1a6641;border:1px solid #b5dfc7}.cr-badge--uid{background:#f5f5f4;color:#555;border:1px solid #e0ddd8;font-family:Menlo,Courier New,monospace;font-size:11px}.cr-badge--required{background:#fff0ef;color:#c0392b;border:1px solid #f5c0bc;font-size:10px;padding:2px 8px;margin-left:6px}.cr-store-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:1.5rem}.cr-logo{height:40px;width:auto;object-fit:contain;flex-shrink:0}.cr-page-title{font-size:20px;font-weight:600;line-height:1.3;margin-bottom:4px}.cr-page-sub{font-size:14px;color:#666;line-height:1.55}.cr-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1rem}.cr-meta-cell{background:#f7f6f3;border-radius:8px;padding:10px 14px}.cr-meta-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:3px}.cr-meta-val{font-size:14px;font-weight:500;color:#111}.cr-timestamp-bar{display:flex;align-items:center;gap:8px;background:#f7f6f3;border-radius:8px;padding:10px 14px;font-size:13px;color:#555;margin-bottom:1.25rem}.cr-ts{color:#111}.cr-card{background:#fff;border:1px solid #e8e6e1;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.cr-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#666;margin-bottom:14px;display:flex;align-items:center;gap:7px}.cr-section-hint{font-size:13px;color:#666;margin-bottom:14px;line-height:1.55}.cr-field{margin-bottom:14px}.cr-field:last-child{margin-bottom:0}.cr-label{display:block;font-size:13px;color:#444;margin-bottom:6px;font-weight:500}.cr-req{color:#c0392b;margin-left:2px}.cr-input{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:14px;color:#111;background:#fafaf9;transition:border-color .15s,box-shadow .15s;font-family:inherit;outline:none}.cr-input:focus{border-color:#111;background:#fff;box-shadow:0 0 0 3px #1111110f}.cr-textarea{min-height:100px;resize:vertical;line-height:1.6}.cr-err{display:none;font-size:12px;color:#c0392b;margin-top:5px}.cr-err.visible{display:block}.cr-checks{display:flex;flex-direction:column;gap:12px}.cr-check-item{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;line-height:1.5;position:relative}.cr-check-item input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.cr-checkmark{width:18px;height:18px;border:1.5px solid #ccc;border-radius:4px;flex-shrink:0;margin-top:2px;transition:all .15s;background:#fff;display:flex;align-items:center;justify-content:center}.cr-check-item input:checked~.cr-checkmark{background:#1a6641;border-color:#1a6641}.cr-check-item input:checked~.cr-checkmark:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);display:block}.cr-check-item input:focus-visible~.cr-checkmark{box-shadow:0 0 0 3px #1a664133}.cr-stars{display:flex;gap:6px;margin-bottom:4px}.cr-star{font-size:30px;cursor:pointer;color:#ddd;transition:color .1s,transform .1s;line-height:1;-webkit-user-select:none;user-select:none}.cr-star.active{color:#e8a020}.cr-star:hover{transform:scale(1.12)}.cr-upload-zone{border:2px dashed #ddd;border-radius:10px;padding:2rem 1rem;text-align:center;cursor:pointer;position:relative;transition:border-color .2s,background .2s}.cr-upload-zone:hover,.cr-upload-zone.dragover{border-color:#999;background:#f7f6f3}.cr-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.cr-upload-zone svg{color:#aaa;margin-bottom:10px;display:block;margin-inline:auto}.cr-upload-zone p{font-size:14px;color:#555;margin-bottom:4px}.cr-upload-zone small{font-size:12px;color:#999}.cr-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.cr-thumb{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e0ddd8}.cr-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cr-thumb-remove{position:absolute;top:3px;right:3px;background:#0009;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;color:#fff;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.cr-photo-count{display:block;font-size:12px;color:#888;margin-top:8px}.cr-submit-btn{width:100%;padding:15px;background:#111;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s,transform .1s;margin-top:.5rem;font-family:inherit}.cr-submit-btn:hover{opacity:.85}.cr-submit-btn:active{transform:scale(.99)}.cr-submit-btn:disabled{opacity:.45;cursor:not-allowed}.cr-mono{font-family:Menlo,Courier New,monospace}.cr-success{max-width:640px;margin:0 auto;padding:3rem 1rem 4rem;text-align:center}.cr-success[hidden]{display:none}.cr-success-icon{color:#1a6641;margin-bottom:1rem;display:block}.cr-success h2{font-size:22px;font-weight:600;margin-bottom:8px}.cr-success>p{font-size:15px;color:#555;margin-bottom:2rem}.cr-proof-box{background:#fff;border:1px solid #e8e6e1;border-radius:12px;padding:1.25rem;text-align:left}.cr-proof-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#666;margin-bottom:14px}.cr-proof-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;border-bottom:1px solid #f0ede8;font-size:13px}.cr-proof-row:last-child{border-bottom:none}.cr-proof-row span:first-child{color:#666;flex-shrink:0}.cr-proof-row span:last-child{font-weight:500;text-align:right}.cr-confirm{color:#1a6641!important}@media(max-width:480px){.cr-meta-grid{grid-template-columns:1fr}.cr-store-header{flex-direction:column;gap:10px}.cr-page-title{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/customer-review.css.map */
