.bulk-order-form{max-width:680px;margin:0 auto;font-family:var(--font-primary--family, inherit)}.bulk-order-form__title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.bulk-order-form__description{color:var(--color-foreground-secondary, #666);margin-bottom:2rem;font-size:.95rem;line-height:1.5}.bulk-order-form__steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.bulk-order-form__step-indicator{display:flex;align-items:center;gap:.5rem;opacity:.4;transition:opacity .3s}.bulk-order-form__step-indicator.active{opacity:1}.bulk-order-form__step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-weight:700;font-size:.85rem;transition:background .3s,color .3s}.bulk-order-form__step-indicator.active .bulk-order-form__step-number{background:#002d71;color:#fff}.bulk-order-form__step-indicator.completed .bulk-order-form__step-number{background:#059669;color:#fff}.bulk-order-form__step-label{font-size:.85rem;font-weight:600;color:#374151}.bulk-order-form__step-connector{width:60px;height:2px;background:#e5e7eb;margin:0 .75rem;border-radius:999px;position:relative;overflow:hidden}@media(max-width:767px){.bulk-order-form__steps{display:none}}.bulk-order-form__step{display:none}.bulk-order-form__step.active{display:block;animation:fadeInStep .3s ease}@keyframes fadeInStep{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bulk-order-form__form{display:flex;flex-direction:column;gap:1.5rem}.bulk-order-form__row{display:flex;gap:1rem}@media(max-width:599px){.bulk-order-form__row{flex-direction:column}.bulk-order-form{padding-left:10px;padding-right:10px}}.bulk-order-form__group{display:flex;flex-direction:column;gap:.35rem;flex:1}.bulk-order-form__label{font-weight:600;font-size:.9rem}.bulk-order-form__label--required:after{content:" *";color:#e53e3e}.bulk-order-form__input,.bulk-order-form__select,.bulk-order-form__textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--color-input-border, #d1d5db);border-radius:8px;font-size:.9rem;color:var(--color-input-text, #1a1a2e);background:var(--color-input-background, #fff);transition:border-color .2s;font-family:inherit}.bulk-order-form__input:focus,.bulk-order-form__select:focus,.bulk-order-form__textarea:focus{outline:none;border-color:#002d71;box-shadow:0 0 0 3px #002d711f}.bulk-order-form__input::placeholder{color:#9ca3af}.bulk-order-form__textarea{resize:vertical;min-height:90px}.bulk-order-form__dropzone{border:2px dashed #a8c4f9;border-radius:12px;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;transition:border-color .2s,background .2s;background:#fafaff;text-align:center}.bulk-order-form__dropzone:hover,.bulk-order-form__dropzone.drag-over{border-color:#002d71;background:#f2f5fd}.bulk-order-form__dropzone-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e4ecfc;color:#002d71;margin-bottom:.35rem}.bulk-order-form__dropzone-icon svg{width:22px;height:22px}.bulk-order-form__dropzone-title{font-weight:700;font-size:1rem;color:#002d71}.bulk-order-form__dropzone-sub{font-size:.82rem;color:#9ca3af}.bulk-order-form__upload-hint{font-size:.78rem;color:#002d71;margin-top:.15rem}.bulk-order-form__file-input{display:none}.bulk-order-form__file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.bulk-order-form__file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.bulk-order-form__file-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#f3f4f6}.bulk-order-form__file-name{flex:1;font-size:.85rem;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bulk-order-form__file-size{font-size:.8rem;color:#9ca3af;flex-shrink:0}.bulk-order-form__file-delete{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:6px;transition:color .2s,background .2s;display:flex;align-items:center;flex-shrink:0}.bulk-order-form__file-delete:hover{color:#ef4444;background:#fef2f2}.bulk-order-form__file-delete svg{width:18px;height:18px}.bulk-order-form__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#002d71,#001f4f);cursor:pointer;transition:opacity .2s,transform .15s;align-self:center;margin-top:.5rem}.bulk-order-form__submit-btn:hover{opacity:.92;transform:translateY(-1px)}.bulk-order-form__submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.bulk-order-form__progress{width:100%;display:none;flex-direction:column;gap:.35rem;margin-top:.5rem}.bulk-order-form__progress.active{display:flex}.bulk-order-form__progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bulk-order-form__progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#002d71,#6292f0);border-radius:999px;transition:width .3s ease}.bulk-order-form__progress-text{font-size:.78rem;color:#002d71;text-align:center}.bulk-order-form__success{display:none;align-items:center;gap:.5rem;padding:1rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;color:#065f46;font-size:.9rem}.bulk-order-form__success.active{display:flex}.bulk-order-form__error{display:none;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;font-size:.9rem}.bulk-order-form__error.active{display:flex}.bulk-order-form__total{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f2f5fd;border:1px solid #a8c4f9;border-radius:10px}.bulk-order-form__total-label{font-weight:600;font-size:.95rem;color:#002d71}.bulk-order-form__total-value{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.bulk-order-form__discounted-price{font-weight:700;font-size:1.25rem;color:#002d71}.bulk-order-form__divider{border:none;border-top:1px solid #e5e7eb;margin:.5rem 0}.bulk-order-form__qty-error{color:#dc2626;font-size:.85rem;font-weight:500;margin-top:.35rem}.bulk-order-form__summary{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:2rem;box-shadow:0 1px 3px #0000000f}.bulk-order-form__summary-title{font-size:1.35rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a2e;display:flex;align-items:center;gap:.5rem}.bulk-order-form__summary-title:before{content:"\1f4cb";font-size:1.2rem}.bulk-order-form__summary-grid{display:flex;flex-direction:column;gap:0}.bulk-order-form__summary-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.bulk-order-form__summary-row:last-child{border-bottom:none}.bulk-order-form__summary-label{font-size:.88rem;color:#6b7280;font-weight:500;flex-shrink:0}.bulk-order-form__summary-value{font-size:.88rem;color:#1a1a2e;font-weight:600;text-align:right;max-width:60%;word-break:break-word}.bulk-order-form__summary-value--highlight{color:#002d71;font-size:1.1rem;font-weight:700}.bulk-order-form__summary-actions{display:flex;gap:1rem;margin-top:1.75rem;justify-content:center;flex-wrap:wrap}.bulk-order-form__edit-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;border:1.5px solid #d1d5db;border-radius:10px;background:#fff;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s}.bulk-order-form__edit-btn:hover{border-color:#9ca3af;background:#f9fafb}.bulk-order-form__checkout-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 2rem;border:none;border-radius:10px;background:linear-gradient(135deg,#002d71,#001f4f);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s}.bulk-order-form__checkout-btn:hover{opacity:.92;transform:translateY(-1px)}.bulk-order-form__modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.bulk-order-form__modal.active{display:flex;align-items:flex-end;justify-content:center}.bulk-order-form__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bulk-order-form__modal-content{position:relative;z-index:1;background:#fff;border-radius:20px 20px 0 0;padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));width:100%;max-width:480px;max-height:85vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 -4px 20px #0000001f}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bulk-order-form__modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .2s,color .2s}.bulk-order-form__modal-close:hover{background:#e5e7eb;color:#1f2937}@media(min-width:768px){.bulk-order-form__modal{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/bulk-order-form.css.map */
