.frido-b2b-form{--b2b-form-border: #eaeaea;--b2b-form-card-border: rgba(221, 221, 221, .87);--b2b-form-placeholder: #ddd;--b2b-form-ink: #101820;display:flex;flex-direction:column;gap:20px;padding:24px 20px;background:#fff;border:1px solid var(--b2b-form-card-border);border-radius:24px;font-family:Outfit,sans-serif}.frido-b2b-form__heading{margin:0;font-size:24px;font-weight:600;line-height:30px;color:#000}.frido-b2b-form__field{display:flex;flex-direction:column;gap:10px}.frido-b2b-form__label{display:block;margin:0;font-size:14px;font-weight:400;line-height:10px;color:#131313}.frido-b2b-form__input,.frido-b2b-form__select{box-sizing:border-box;width:100%;min-width:0;height:50px;margin:0;padding:0 20px;background:#fff;border:1px solid var(--b2b-form-border);border-radius:10px;font-family:inherit;font-size:14px;color:var(--b2b-form-ink);appearance:none;-webkit-appearance:none}.frido-b2b-form__input::placeholder{color:var(--b2b-form-placeholder)}.frido-b2b-form__input:focus,.frido-b2b-form__select:focus{outline:none;border-color:var(--b2b-form-ink)}.frido-b2b-form__select{padding-right:44px;background-image:url(frido-b2b-chevron.svg);background-repeat:no-repeat;background-position:right 20px center;background-size:20px 20px;cursor:pointer}.frido-b2b-form__select--native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%)}.frido-b2b-combo{position:relative;width:100%}.frido-b2b-combo__button{display:flex;align-items:center;text-align:left;text-transform:none;letter-spacing:normal;background-image:none;transition:border-color .15s ease}.frido-b2b-combo__button:after{content:"";position:absolute;top:50%;right:20px;width:20px;height:20px;margin-top:-10px;background:url(frido-b2b-chevron.svg) no-repeat center / 20px 20px;transition:transform .2s ease;pointer-events:none}.frido-b2b-combo--open .frido-b2b-combo__button{border-color:var(--b2b-form-ink)}.frido-b2b-combo--open .frido-b2b-combo__button:after{transform:rotate(180deg)}.frido-b2b-combo__value{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.frido-b2b-combo__panel{position:fixed;z-index:1000;max-height:240px;margin:0;padding:6px;list-style:none;overflow-y:auto;background:#fff;border:1px solid var(--b2b-form-border);border-radius:12px;box-shadow:0 12px 32px #0000001f;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.frido-b2b-combo--up .frido-b2b-combo__panel{transform:translateY(6px)}.frido-b2b-combo--open .frido-b2b-combo__panel{opacity:1;transform:translateY(0);pointer-events:auto}.frido-b2b-combo__option{padding:11px 14px;border-radius:8px;font-size:14px;line-height:1.2;color:var(--b2b-form-ink);cursor:pointer}.frido-b2b-combo__option--active{background:#f4f4f4}.frido-b2b-combo__option[aria-selected=true]{font-weight:600}.frido-b2b-form__code .frido-b2b-combo{width:auto;height:100%;display:flex}.frido-b2b-form__code .frido-b2b-combo__button{height:100%}.frido-b2b-form__code .frido-b2b-combo__button:after{right:10px}@media(prefers-reduced-motion:reduce){.frido-b2b-combo__panel,.frido-b2b-combo__button:after{transition:none}}.frido-b2b-form__phone{display:flex;align-items:stretch;height:50px;border:1px solid var(--b2b-form-border);border-radius:10px;overflow:hidden}.frido-b2b-form__phone .frido-b2b-form__select:not(.frido-b2b-form__select--native),.frido-b2b-form__phone .frido-b2b-form__input{height:100%;border:0;border-radius:0}.frido-b2b-form__code{flex:0 0 auto;border-right:1px solid var(--b2b-form-border)}.frido-b2b-form__code .frido-b2b-form__select:not(.frido-b2b-form__select--native){width:auto;min-width:88px;padding:0 30px 0 20px;border:0;border-radius:0;background-position:right 10px center}.frido-b2b-form__input--phone{flex:1 1 auto;min-width:0;padding-left:10px;border:0;border-radius:0}.frido-b2b-form__verify{flex:0 0 auto;align-self:stretch;padding:0 16px;border:0;border-left:1px solid var(--b2b-form-border);background:none;font-family:inherit;font-size:13px;font-weight:600;color:#131313;cursor:pointer;white-space:nowrap}.frido-b2b-form__verify[hidden]{display:none}.frido-b2b-form__verified{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:0 16px;font-size:13px;font-weight:600;color:#1c8c6a;white-space:nowrap}.frido-b2b-form__verified[hidden]{display:none}.frido-b2b-form__verified:before{content:"\2713"}.frido-b2b-form__otp{display:flex;flex-direction:column;gap:10px;margin-top:10px}.frido-b2b-form__otp[hidden]{display:none}.frido-b2b-form__otp-actions{display:flex;gap:10px}.frido-b2b-form__otp-confirm{flex:1 1 auto;height:44px;border:0;border-radius:10px;background:#131313;color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.frido-b2b-form__otp-resend{flex:0 0 auto;height:44px;padding:0 16px;border:1px solid var(--b2b-form-border);border-radius:10px;background:#fff;font-family:inherit;font-size:14px;color:#131313;cursor:pointer}.frido-b2b-form__otp-confirm[disabled],.frido-b2b-form__otp-resend[disabled],.frido-b2b-form__verify[disabled]{opacity:.6;cursor:default}.frido-b2b-form__otp-status{margin:0;font-size:12px;line-height:1.3}.frido-b2b-form__otp-status--error{color:#d23c3c}.frido-b2b-form__otp-status--ok{color:#1c8c6a}.frido-b2b-form__row{display:flex;gap:20px}.frido-b2b-form__field--quantity{flex:0 0 120px;width:120px}.frido-b2b-form__field--furniture{flex:1 1 auto;min-width:0}.frido-b2b-form__field--quantity .frido-b2b-form__select{padding:0 44px 0 20px}.frido-b2b-form__submit{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:56px;padding:14px;background:#131313;border:0;border-radius:12px;filter:drop-shadow(0 3px 1.5px rgba(0,0,0,.12));color:#fff;font-family:inherit;font-size:18px;font-weight:600;line-height:1;cursor:pointer}.frido-b2b-form__submit[disabled]{opacity:.6;cursor:default}.frido-b2b-form__error{display:none;margin:0;font-size:12px;line-height:1.2;color:#d23c3c}.frido-b2b-form__field--invalid .frido-b2b-form__error,.frido-b2b-form__field--invalid+.frido-b2b-form__error{display:block}.frido-b2b-form__field--invalid .frido-b2b-form__input,.frido-b2b-form__field--invalid .frido-b2b-form__phone{border-color:#d23c3c}.frido-b2b-form__status{display:none;margin:0;font-size:14px;line-height:1.3;text-align:center}.frido-b2b-form__status--visible{display:block}.frido-b2b-form__status--error{color:#d23c3c}.frido-b2b-form__status--success{color:#1c8c6a}.frido-b2b-form--sent .frido-b2b-form__field,.frido-b2b-form--sent .frido-b2b-form__row,.frido-b2b-form--sent .frido-b2b-form__submit{display:none}.frido-b2b-form__trap{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media screen and (min-width:990px){.frido-b2b-form{--b2b-form-card-border: #f0f0f0;box-shadow:1px 2px 20px #0000000d}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/frido-b2b-form.css.map */
