custom-request-drawer{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:10000}custom-request-drawer.drawer{position:fixed;z-index:10000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;visibility:hidden;background-color:#11111152;transition:opacity var(--duration-default, .3s) var(--ds-ease, ease),visibility 0s linear var(--duration-default, .3s)}custom-request-drawer.drawer.active{opacity:1;pointer-events:auto;visibility:visible;transition:opacity var(--duration-default, .3s) var(--ds-ease, ease),visibility 0s linear 0s}.custom-request-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.custom-request-drawer__overlay:empty{display:block}.ds-custom-request-drawer{position:relative;height:100%;width:var(--ds-drawer-width);max-width:calc(100vw - var(--ds-gutter));padding:0;background:var(--ds-surface, #fff);border:none;border-left:var(--ds-border-hairline, 1px solid rgba(17, 17, 17, .08));overflow:hidden;display:flex;flex-direction:column;transform:translate3d(100%,0,0);transition:transform var(--duration-default, .3s) var(--ds-ease, ease);box-shadow:-8px 0 32px #1111110f;will-change:transform}custom-request-drawer.drawer.active .ds-custom-request-drawer{transform:translateZ(0)}@media(prefers-reduced-motion:reduce){custom-request-drawer.drawer,custom-request-drawer.drawer.active,.ds-custom-request-drawer{transition:none}}.ds-custom-request-drawer__header{position:relative;flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ds-space-sm);padding:var(--ds-space-lg) 3.6rem var(--ds-space-sm) var(--ds-gutter);border-bottom:none}.ds-custom-request-drawer__header-text{min-width:0}.ds-custom-request-drawer__title{margin:0;font-family:var(--font-heading-family);font-size:var(--ds-text-h3);font-weight:var(--ds-weight-medium);letter-spacing:var(--ds-tracking-snug);line-height:var(--ds-leading-tight);color:var(--ds-ink)}.ds-custom-request-drawer__close{position:absolute;top:var(--ds-space-sm);right:calc(var(--ds-gutter) * .65);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;min-width:4.4rem;min-height:4.4rem;margin:0;color:var(--ds-ink);background:transparent;border:none;cursor:pointer}.ds-custom-request-drawer__close .svg-wrapper{height:2rem;width:2rem}@media screen and (max-width:749px){.ds-custom-request-drawer{width:100vw;max-width:100vw;border-left:none;box-shadow:none}.ds-custom-request-drawer__header{align-items:center;padding:var(--ds-space-md) var(--ds-gutter) var(--ds-space-sm)}.ds-custom-request-drawer__close{position:static;margin:0;flex-shrink:0;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.ds-custom-request-drawer__close .svg-wrapper{display:flex;width:20px;height:20px}.ds-custom-request-drawer__close .icon-close{width:20px;height:20px}.ds-custom-request-drawer__close:focus-visible{outline:2px solid rgba(17,17,17,.35);outline-offset:2px;border-radius:4px}.ds-custom-request-drawer__type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.ds-custom-request-drawer__type-card{aspect-ratio:1 / 1;padding:4px 2px;border-radius:6px}.ds-custom-request-drawer__type-label{font-size:1rem;line-height:1.15}}.ds-custom-request-drawer__progress{flex-shrink:0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:var(--ds-space-md) var(--ds-gutter) var(--ds-space-lg);list-style:none;border-bottom:var(--ds-border-hairline, 1px solid rgba(17, 17, 17, .08))}.ds-custom-request-drawer__progress-step{display:flex;flex-direction:column;align-items:center;gap:var(--ds-space-2xs);min-width:0}.ds-custom-request-drawer__progress-marker{display:flex;align-items:center;width:100%}.ds-custom-request-drawer__progress-marker:before,.ds-custom-request-drawer__progress-marker:after{content:"";flex:1 1 auto;height:1px;background:#e5e5e5;transition:background var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__progress-step:first-child .ds-custom-request-drawer__progress-marker:before,.ds-custom-request-drawer__progress-step:last-child .ds-custom-request-drawer__progress-marker:after{background:transparent}.ds-custom-request-drawer__progress-step.is-complete .ds-custom-request-drawer__progress-marker:after,.ds-custom-request-drawer__progress-step.is-active:not(:first-child) .ds-custom-request-drawer__progress-marker:before,.ds-custom-request-drawer__progress-step.is-complete:not(:first-child) .ds-custom-request-drawer__progress-marker:before{background:#2d94cc}.ds-custom-request-drawer__progress-circle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#e5e5e5;color:#9a9a9a;transition:background var(--ds-duration-fast) var(--ds-ease),color var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__progress-number{font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--ds-weight-medium);line-height:1}.ds-custom-request-drawer__progress-check{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;color:#fff}.ds-custom-request-drawer__progress-check .icon-checkmark{width:12px;height:12px}.ds-custom-request-drawer__progress-check[hidden],.ds-custom-request-drawer__progress-number[hidden]{display:none}.ds-custom-request-drawer__progress-step.is-active .ds-custom-request-drawer__progress-circle,.ds-custom-request-drawer__progress-step.is-complete .ds-custom-request-drawer__progress-circle{background:linear-gradient(to bottom right,#81bfe0,#2d94cc);color:#fff}.ds-custom-request-drawer__progress-step.is-active .ds-custom-request-drawer__progress-circle,.ds-custom-request-drawer__progress-step.is-complete .ds-custom-request-drawer__progress-circle{background:linear-gradient(to bottom right,#81bfe0,#2d94cc)}.ds-custom-request-drawer__progress-name{max-width:100%;padding:0 var(--ds-space-3xs);font-family:var(--font-body-family);font-size:1.2rem;font-weight:var(--ds-weight-regular);line-height:1.3;text-align:center;color:#b0b0b0;transition:color var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__progress-step.is-active .ds-custom-request-drawer__progress-name,.ds-custom-request-drawer__progress-step.is-complete .ds-custom-request-drawer__progress-name{font-weight:var(--ds-weight-medium);color:var(--ds-ink)}.ds-custom-request-drawer__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--ds-space-lg) var(--ds-gutter) var(--ds-space-xl);-webkit-overflow-scrolling:touch}.ds-custom-request-drawer__panel[hidden]{display:none}.ds-custom-request-drawer__step-fields{display:flex;flex-direction:column;gap:var(--ds-space-xl)}.ds-custom-request-drawer__panel-title{margin:0 0 var(--ds-space-lg);font-family:var(--font-body-family);font-size:var(--ds-text-sm);font-weight:var(--ds-weight-medium);line-height:var(--ds-leading-body);letter-spacing:var(--ds-tracking-glass);text-transform:uppercase;color:var(--ds-ink-soft)}.ds-custom-request-drawer__section{display:flex;flex-direction:column;gap:var(--ds-space-sm)}.ds-custom-request-drawer__section-label{margin:0;font-family:var(--font-body-family);font-size:1.5rem;font-weight:var(--ds-weight-medium);line-height:1.35;letter-spacing:var(--ds-tracking-snug);color:var(--ds-ink)}.ds-custom-request-drawer__fields{display:flex;flex-direction:column;gap:var(--ds-space-sm)}.ds-custom-request-drawer__name-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-xs)}.ds-custom-request-drawer__field{display:flex;flex-direction:column;gap:var(--ds-space-2xs)}.ds-custom-request-drawer__label{display:inline-flex;align-items:center;gap:var(--ds-space-2xs);font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--ds-weight-medium);line-height:1.3;color:var(--ds-ink)}.ds-custom-request-drawer__optional{font-size:1.1rem;font-weight:var(--ds-weight-regular);letter-spacing:var(--ds-tracking-normal);text-transform:none;color:var(--ds-ink-soft)}.ds-custom-request-drawer__input.field__input,.ds-custom-request-drawer__textarea.field__input{width:100%;border:1px solid transparent;border-radius:999px;background:#f5f5f5;color:#111;font-family:var(--font-body-family);font-size:1.5rem;font-weight:400;line-height:1.2;letter-spacing:normal;box-shadow:none;-webkit-text-fill-color:#111111;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.ds-custom-request-drawer__input.field__input{height:40px;min-height:40px;padding:0 1.2rem}.ds-custom-request-drawer__textarea.field__input{min-height:140px;padding:var(--ds-space-sm) var(--ds-space-md);border-radius:16px;resize:vertical;line-height:1.5}.ds-custom-request-drawer__textarea--compact.field__input{min-height:96px}.ds-custom-request-drawer__input.field__input::placeholder,.ds-custom-request-drawer__textarea.field__input::placeholder{color:#a3a3a3;opacity:1}.ds-custom-request-drawer__input.field__input:hover,.ds-custom-request-drawer__textarea.field__input:hover{background:#fff;border-color:#d1d5db}.ds-custom-request-drawer__input.field__input:focus,.ds-custom-request-drawer__textarea.field__input:focus{outline:0;background:#f0f0f0;border-color:transparent;box-shadow:0 0 0 2px #1111111f}.ds-custom-request-drawer__input.field__input:invalid:not(:placeholder-shown),.ds-custom-request-drawer__textarea.field__input:invalid:not(:placeholder-shown){box-shadow:0 0 0 2px #b428282e}.ds-custom-request-drawer__hint{margin:var(--ds-space-3xs) 0 0;font-size:1.2rem;line-height:1.45;color:var(--ds-ink-soft)}.ds-custom-request-drawer__type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--ds-space-2xs)}.ds-custom-request-drawer__type-card{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;padding:8px;border:1.5px solid transparent;border-radius:8px;background:#f5f5f5;cursor:pointer;transition:background var(--ds-duration-fast) var(--ds-ease),border-color var(--ds-duration-fast) var(--ds-ease),box-shadow var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__type-card:hover{background:#fff;border-color:#d1d5db}.ds-custom-request-drawer__type-card.is-selected{background:#fff;border-color:var(--ds-ink);box-shadow:0 0 0 1px var(--ds-ink)}.ds-custom-request-drawer__type-input{position:absolute;opacity:0;pointer-events:none}.ds-custom-request-drawer__type-label{font-family:var(--font-body-family);font-size:1.2rem;font-weight:var(--ds-weight-medium);line-height:1.2;text-align:center;color:var(--ds-ink)}.ds-custom-request-drawer__link-chips{display:flex;flex-wrap:wrap;gap:var(--ds-space-2xs);margin-top:var(--ds-space-xs)}.ds-custom-request-drawer__link-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 10px;border-radius:999px;background:#f0f0f0;font-size:1.2rem;line-height:1.3;color:var(--ds-ink)}.ds-custom-request-drawer__link-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-custom-request-drawer__link-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--ds-ink-soft);cursor:pointer}.ds-custom-request-drawer__link-chip-remove:hover{color:var(--ds-ink);background:#1111110f}.ds-custom-request-drawer__upload{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ds-space-2xs);min-height:120px;padding:var(--ds-space-lg) var(--ds-space-sm);border:1.5px dashed #d1d5db;border-radius:16px;background:#fafafa;text-align:center;cursor:pointer;transition:border-color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__upload:hover,.ds-custom-request-drawer__upload.is-dragover{border-color:var(--ds-ink);background:#f5f5f5}.ds-custom-request-drawer__upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.ds-custom-request-drawer__upload-title{margin:0;font-size:1.4rem;font-weight:var(--ds-weight-medium);color:var(--ds-ink)}.ds-custom-request-drawer__upload-subtitle{margin:0;font-size:1.2rem;color:var(--ds-ink-soft)}.ds-custom-request-drawer__upload-list{display:flex;flex-direction:column;gap:var(--ds-space-2xs);width:100%;margin-top:var(--ds-space-xs);text-align:left}.ds-custom-request-drawer__upload-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#f0f0f0;font-size:1.2rem;color:var(--ds-ink)}.ds-custom-request-drawer__upload-item button{flex-shrink:0;padding:0;border:none;background:transparent;color:var(--ds-ink-soft);cursor:pointer}.ds-custom-request-drawer__deposit-card{padding:var(--ds-space-md);border-radius:12px;background:#f8f8f8;border:1px solid rgba(17,17,17,.06)}.ds-custom-request-drawer__deposit-amount{margin:0 0 var(--ds-space-2xs);font-size:2.4rem;font-weight:var(--ds-weight-medium);line-height:1.1;color:var(--ds-ink)}.ds-custom-request-drawer__deposit-lead{margin:0 0 var(--ds-space-sm);font-size:1.4rem;line-height:1.5;color:var(--ds-ink-soft)}.ds-custom-request-drawer__deposit-list{margin:0;padding-left:1.2rem;font-size:1.3rem;line-height:1.55;color:var(--ds-ink)}.ds-custom-request-drawer__deposit-list li+li{margin-top:var(--ds-space-2xs)}.ds-custom-request-drawer__deposit-note{margin:var(--ds-space-sm) 0 0;font-size:1.2rem;line-height:1.45;color:var(--ds-ink-soft)}.ds-custom-request-drawer__summary{padding-top:var(--ds-space-md);border-top:var(--ds-border-hairline, 1px solid rgba(17, 17, 17, .08))}.ds-custom-request-drawer__summary-row{display:flex;justify-content:space-between;gap:var(--ds-space-xs);font-size:1.3rem;line-height:1.4;color:var(--ds-ink-soft)}.ds-custom-request-drawer__summary-row+.ds-custom-request-drawer__summary-row{margin-top:var(--ds-space-2xs)}.ds-custom-request-drawer__summary-row strong{color:var(--ds-ink);font-weight:var(--ds-weight-medium)}.ds-custom-request-drawer__footer{flex-shrink:0;display:flex;flex-direction:column;gap:var(--ds-space-md);padding:var(--ds-space-md) var(--ds-gutter) calc(var(--ds-space-md) + env(safe-area-inset-bottom,0px));border-top:var(--ds-border-hairline, 1px solid rgba(17, 17, 17, .08));background:var(--ds-surface, #fff)}.ds-custom-request-drawer__agreements{display:flex;flex-direction:column;gap:var(--ds-space-sm);padding-bottom:var(--ds-space-md);border-bottom:var(--ds-border-hairline, 1px solid rgba(17, 17, 17, .08))}.ds-custom-request-drawer__agreements[hidden]{display:none}.ds-custom-request-drawer__agreement{display:flex;align-items:flex-start;gap:var(--ds-space-xs);cursor:pointer}.ds-custom-request-drawer__agreement-input{flex-shrink:0;width:16px;height:16px;margin:2px 0 0;accent-color:var(--ds-ink);cursor:pointer}.ds-custom-request-drawer__agreement-text{font-family:var(--font-body-family);font-size:1.3rem;font-weight:var(--ds-weight-regular);line-height:1.45;color:var(--ds-ink-soft)}.ds-custom-request-drawer__footer-actions{display:flex;align-items:center;gap:var(--ds-space-xs)}.ds-custom-request-drawer__back{flex:0 0 auto;height:48px;padding:0 20px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--ds-weight-medium);color:var(--ds-ink);cursor:pointer;transition:background var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__back:hover{background:#f5f5f5}.ds-custom-request-drawer__back[hidden]{display:none}.ds-custom-request-drawer__continue.ds-btn--glass-dark.button{flex:1 1 auto;width:100%;max-width:none;min-width:0;min-height:48px;margin:0;padding:12px 24px;border:none;border-radius:8px;background:linear-gradient(135.34deg,#000,#262626,#000);color:#fff;font-family:var(--font-body-family);font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;text-transform:none;box-shadow:none;justify-content:center;transition:opacity var(--ds-duration-fast) var(--ds-ease),transform var(--ds-duration-fast) var(--ds-ease)}.ds-custom-request-drawer__continue.ds-btn--glass-dark.button:before,.ds-custom-request-drawer__continue.ds-btn--glass-dark.button:after{content:none;display:none;box-shadow:none}.ds-custom-request-drawer__continue.ds-btn--glass-dark.button:not([disabled]):hover:after{box-shadow:none}.ds-custom-request-drawer__continue:disabled{opacity:.45;cursor:not-allowed}.ds-custom-request-drawer__continue:not(:disabled):active{transform:scale(.98)}.ds-custom-request-drawer__status{margin:0 0 var(--ds-space-xs);font-size:1.3rem;line-height:1.45;color:#b42828}.ds-custom-request-drawer__status[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-custom-request-drawer.css.map */
