:root{--uzuri-primary: #422566;--uzuri-primary-hover: #5a3485;--uzuri-primary-ring: rgba(66, 37, 102, .1);--uzuri-primary-light: rgba(66, 37, 102, .06);--uzuri-font-family: inherit}#prescription-consultation-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none;font-family:var(--uzuri-font-family)}#prescription-consultation-drawer.is-open{visibility:visible;pointer-events:auto}.drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}#prescription-consultation-drawer.is-open .drawer-overlay{background:#00000080}.drawer-panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:560px;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001a}#prescription-consultation-drawer.is-open .drawer-panel{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e5e5;background:#fff}.drawer-title{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}.drawer-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;border-radius:50%;transition:background .2s}.drawer-close:hover{background:#f5f5f5}.drawer-close svg{width:24px;height:24px;stroke:#666}.drawer-body{flex:1;overflow-y:auto;padding:0}.consultation-form{height:100%;display:flex;flex-direction:column}.consultation-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.loading-spinner{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:var(--uzuri-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.consultation-loading p{margin-top:16px;color:#666}.consultation-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.consultation-error svg{color:#dc2626;margin-bottom:16px}.consultation-error p{color:#666;margin-bottom:24px}.consultation-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.consultation-success svg{color:#16a34a;margin-bottom:16px}.consultation-success h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.consultation-success p{color:#666;margin-bottom:24px}.consultation-header{padding:24px;border-bottom:1px solid #e5e5e5}.consultation-header h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.consultation-progress{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:4px;background:#e5e5e5;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--uzuri-primary);border-radius:2px;transition:width .3s ease}.progress-text{font-size:13px;color:#666;white-space:nowrap}.consultation-body{flex:1;padding:24px;overflow-y:auto}.form-section h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.section-description{font-size:14px;color:#666;margin:0 0 24px}.form-fields{display:flex;flex-direction:column;gap:20px}.form-field{display:flex;flex-direction:column}.form-field label{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:6px}.form-field .required{color:#dc2626;margin-left:2px}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=date],.form-field input[type=file],.form-field textarea,.form-field select{width:100%;padding:12px 14px;font-size:15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1a1a1a;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--uzuri-primary);box-shadow:0 0 0 3px var(--uzuri-primary-ring)}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field.has-error input,.form-field.has-error textarea,.form-field.has-error select{border-color:#dc2626}.form-field.has-error input:focus,.form-field.has-error textarea:focus,.form-field.has-error select:focus{box-shadow:0 0 0 3px #dc26261a}.form-field fieldset{border:none;padding:0;margin:0}.form-field fieldset legend{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:10px}.form-field fieldset.has-error{padding:12px;border-radius:8px;background:#fef2f2}.radio-option,.checkbox-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .2s}.radio-option:hover,.checkbox-option:hover{background:#f9fafb}.radio-option input,.checkbox-option input{width:18px;height:18px;margin-top:2px;accent-color:var(--uzuri-primary);cursor:pointer}.radio-option span,.checkbox-option span{font-size:14px;color:#374151;line-height:1.5}.consent-checkbox{background:#f9fafb;border:1px solid #e5e5e5;border-radius:8px}.consent-checkbox span{font-size:13px}.field-help{font-size:13px;color:#6b7280;margin:6px 0 0}.photo-preview{margin-top:12px}.photo-preview img{max-width:200px;max-height:200px;border-radius:8px;border:1px solid #e5e5e5}.validation-error,.submission-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.review-section{max-height:none}.review-card{background:#f9fafb;border-radius:12px;padding:20px;margin-bottom:16px}.review-card h4{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.review-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #e5e5e5}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-label{font-size:14px;color:#6b7280;flex-shrink:0;max-width:40%}.review-value{font-size:14px;color:#1a1a1a;font-weight:500;text-align:right;word-break:break-word}.consultation-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e5e5e5;background:#fff}.consultation-footer .btn{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:15px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.btn--primary{background:var(--uzuri-primary);color:#fff}.btn--primary:hover{background:var(--uzuri-primary-hover)}.btn--primary:disabled{background:#9ca3af;cursor:not-allowed}.btn--secondary{background:#f3f4f6;color:#374151}.btn--secondary:hover{background:#e5e7eb}.btn--secondary:disabled{color:#9ca3af;cursor:not-allowed}.prescription-blocker{text-align:center;padding:24px;background:var(--uzuri-primary-light);border:1px solid #e9d5ff;border-radius:12px;margin:16px 0}.prescription-blocker__icon{width:48px;height:48px;margin:0 auto 16px;color:var(--uzuri-primary)}.prescription-blocker__title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.prescription-blocker__text{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.5}.prescription-blocker__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;font-size:15px;font-weight:500;background:var(--uzuri-primary);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.prescription-blocker__btn:hover{background:var(--uzuri-primary-hover)}.prescription-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;background:var(--uzuri-primary-light);color:var(--uzuri-primary);border-radius:4px}.prescription-badge svg{width:14px;height:14px}@media (max-width: 640px){.drawer-panel{max-width:100%}.drawer-header{padding:12px 16px}.consultation-header,.consultation-body{padding:16px}.consultation-footer{padding:12px 16px}.form-fields{gap:16px}.review-card{padding:16px}}body.overflow-hidden{overflow:hidden}.product-selection-section{padding-bottom:20px}.product-list{display:flex;flex-direction:column;gap:12px}.products-divider{font-size:14px;color:#6b7280;margin:16px 0 8px;padding-top:16px;border-top:1px solid #e5e7eb}.product-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease}.product-card:hover{border-color:#c4b5fd;background:var(--uzuri-primary-light)}.product-card--selected,.product-card--primary{border-color:var(--uzuri-primary);background:var(--uzuri-primary-light)}.product-card__checkbox{flex-shrink:0}.product-card__checkbox input[type=checkbox]{width:20px;height:20px;accent-color:var(--uzuri-primary);cursor:pointer}.product-card__checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.7}.product-card__image{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background:#f3f4f6}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{flex:1;min-width:0}.product-card__title{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 2px;line-height:1.3}.product-card__variant{font-size:12px;color:#6b7280;margin:0 0 4px}.product-card__price{font-size:14px;font-weight:600;color:var(--uzuri-primary);margin:0}.product-card__badge{flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:var(--uzuri-primary);color:#fff;border-radius:4px}.collection-picker-field>label{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px;display:block}.collection-picker-field>.field-help{margin-bottom:12px}.collection-picker-field .product-list{margin-top:12px}.product-card__quantity{display:flex;align-items:center;flex-shrink:0}.qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d1d5db;background:#fff;font-size:16px;font-weight:600;color:#374151;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none;line-height:1}.qty-minus{border-radius:6px 0 0 6px}.qty-plus{border-radius:0 6px 6px 0}.qty-btn:hover:not(:disabled){background:#f3f4f6;border-color:var(--uzuri-primary);color:var(--uzuri-primary)}.qty-btn:disabled{opacity:.35;cursor:not-allowed}.qty-value{display:flex;align-items:center;justify-content:center;width:36px;height:32px;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;font-size:14px;font-weight:600;color:#1a1a1a;background:#fff}.review-total{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb}@media (max-width: 640px){.product-card{padding:10px 12px;gap:10px}.product-card__image{width:50px;height:50px}.product-card__title,.product-card__price{font-size:13px}.product-card__badge{padding:3px 8px;font-size:10px}.qty-btn{width:28px;height:28px;font-size:14px}.qty-value{width:30px;height:28px;font-size:13px}}.photo-upload-field .photo-upload-area{position:relative}.photo-upload-field .photo-file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.photo-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;border:2px dashed #d1d5db;border-radius:10px;background:#f9fafb;text-align:center;transition:border-color .2s,background .2s}.photo-upload-area:hover .photo-upload-placeholder{border-color:var(--uzuri-primary);background:var(--uzuri-primary-light)}.photo-upload-placeholder svg{color:#9ca3af}.photo-upload-placeholder p{font-size:14px;color:#6b7280;margin:0}.photo-upload-hint{font-size:12px!important;color:#9ca3af!important}.photo-preview{position:relative;border-radius:10px;overflow:hidden;border:2px solid #e5e7eb}.photo-preview img{display:block;width:100%;max-height:240px;object-fit:cover;border-radius:8px}.photo-remove-btn{position:absolute;top:8px;right:8px;padding:4px 12px;font-size:12px;font-weight:500;background:#0009;color:#fff;border:none;border-radius:6px;cursor:pointer;z-index:3;transition:background .2s}.photo-remove-btn:hover{background:#000c}.review-item--photo{flex-direction:column;align-items:flex-start}.review-photo-thumb{width:120px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;margin-top:4px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/prescription-consultation.css.map */
