.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family, system-ui, -apple-system, "Segoe UI", sans-serif)}.quote-modal[hidden]{display:none}.quote-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1714a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.quote-modal__panel{position:relative;width:min(640px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow-y:auto;background:#fbf8f1;border-radius:8px;box-shadow:0 30px 80px -20px #0006;padding:32px 28px;color:#1a1714}@media(min-width:640px){.quote-modal__panel{padding:40px 44px}}.quote-modal__close{position:absolute;top:14px;right:14px;background:transparent;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#6e6661;cursor:pointer;border-radius:6px;transition:background .2s,color .2s}.quote-modal__close:hover{background:#ede6d8;color:#1a1714}.quote-modal__header{margin-bottom:24px}.quote-modal__eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#6e6661;margin:0 0 10px}.quote-modal__title{font-family:var(--font-heading-family, "Fraunces", Georgia, serif);font-size:30px;font-weight:500;line-height:1.05;letter-spacing:-.02em;margin:0 0 6px;color:#1a1714}.quote-modal__title em{font-style:italic;color:#b45309;font-weight:400}.quote-modal__subtitle{font-size:14px;color:#6e6661;margin:0}.quote-form{display:flex;flex-direction:column;gap:20px}.quote-form[hidden]{display:none}.quote-form__section{display:flex;flex-direction:column;gap:10px}.quote-form__section-title{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#3d3733;margin:0;padding-bottom:4px;border-bottom:1px solid #DFD7C8}.quote-form__items-list{display:flex;flex-direction:column;gap:6px;font-size:14px}.quote-form__item{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid rgba(223,215,200,.5)}.quote-form__item:last-child{border-bottom:none}.quote-form__item-name{color:#1a1714;flex:1}.quote-form__item-qty{color:#6e6661;font-variant-numeric:tabular-nums;white-space:nowrap}.quote-form__item-price{color:#1a1714;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:60px;text-align:right}.quote-form__items-total{display:flex;justify-content:space-between;margin-top:6px;padding-top:8px;font-size:13px;color:#6e6661;border-top:1px solid #DFD7C8}.quote-form__items-total strong{font-family:var(--font-heading-family, "Fraunces", serif);color:#b45309;font-size:16px;font-weight:500;font-variant-numeric:tabular-nums}.quote-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form__field{display:flex;flex-direction:column;gap:4px}.quote-form__field--full{grid-column:1 / -1}.quote-form__field span{font-size:12px;font-weight:500;color:#3d3733}.quote-form__field input,.quote-form__field textarea{font:inherit;font-size:14px;padding:9px 11px;border:1px solid #D2C9BB;background:#fff;border-radius:5px;color:#1a1714;transition:border-color .15s,box-shadow .15s}.quote-form__field input:focus,.quote-form__field textarea:focus{outline:none;border-color:#b45309;box-shadow:0 0 0 3px #b4530926}.quote-form__field input:invalid:not(:placeholder-shown),.quote-form__field input.quote-form__field--error{border-color:#9b2a22}.quote-form__field textarea{resize:vertical;min-height:70px}.quote-form__radio-group{display:flex;flex-direction:column;gap:8px}.quote-form__radio{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #D2C9BB;border-radius:5px;background:#fff;cursor:pointer;font-size:14px;transition:border-color .15s,background .15s}.quote-form__radio:has(input:checked){border-color:#b45309;background:#fae5d0}.quote-form__radio input{width:16px;height:16px;accent-color:#B45309}.quote-form__address{margin-top:8px;padding:14px;background:#ede6d8;border-radius:6px}.quote-form__feedback{padding:10px 12px;border-radius:5px;font-size:13.5px;font-weight:500}.quote-form__feedback--error{background:#fbe5dd;color:#9b2a22;border:1px solid rgba(155,42,34,.3)}.quote-form__feedback--info{background:#dce7e0;color:#43614f;border:1px solid rgba(67,97,79,.3)}.quote-form__actions{display:flex;gap:10px;margin-top:8px;padding-top:16px;border-top:1px solid #DFD7C8}.quote-form__btn{flex:1;font:inherit;font-size:14px;font-weight:500;padding:11px 18px;border-radius:5px;cursor:pointer;transition:all .15s}.quote-form__btn--primary{background:#1a1714;color:#f5f1e8;border:1px solid #1A1714}.quote-form__btn--primary:hover{background:#3d3733}.quote-form__btn--primary:disabled{opacity:.5;cursor:not-allowed}.quote-form__btn--ghost{background:transparent;color:#3d3733;border:1px solid #D2C9BB}.quote-form__btn--ghost:hover{background:#ede6d8}.quote-modal__success{text-align:center;padding:40px 20px}.quote-modal__success[hidden]{display:none}.quote-modal__success-icon{width:72px;height:72px;border-radius:50%;background:#dce7e0;color:#43614f;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.quote-modal__success h3{font-family:var(--font-heading-family, "Fraunces", serif);font-size:24px;font-weight:500;margin:0 0 6px;color:#1a1714}.quote-modal__success p{font-size:14px;color:#6e6661;margin:0 0 20px}.quote-cta-button{display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.01em;padding:14px 20px;border-radius:4px;background:#1a1714;color:#f5f1e8!important;border:1px solid #1A1714;cursor:pointer;transition:background .15s}.quote-cta-button:hover{background:#3d3733}.quote-cta-button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:640px){.quote-modal__panel{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0;padding:22px 18px 28px}.quote-modal__close{top:8px;right:8px;width:40px;height:40px}.quote-modal__title{font-size:26px}.quote-modal__subtitle{font-size:13.5px}.quote-modal__header{margin-bottom:18px;padding-right:36px}.quote-form__grid:not(.quote-form__grid--inline){grid-template-columns:1fr;gap:10px}.quote-form__field input,.quote-form__field textarea{font-size:16px;padding:11px 12px}.quote-form__radio{padding:12px 14px;font-size:15px}.quote-form__btn{padding:13px 16px;font-size:15px}.quote-form__item{flex-wrap:wrap;gap:6px}.quote-form__item-name{flex:1 1 100%}.quote-form__section-title{font-size:11px}.quote-form__address{padding:12px;margin-top:4px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/quote-form.css.map */
