.ode-btn-request{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;padding:1.6rem 2rem;font-family:"EB Garamond",var(--font-heading-family),serif!important;font-size:1.2rem!important;font-weight:400!important;text-transform:uppercase;letter-spacing:.15em;line-height:1.2;color:rgb(var(--color-foreground))!important;background:transparent!important;background-color:transparent!important;border:1px solid rgb(var(--color-foreground))!important;border-radius:0!important;cursor:pointer;overflow:hidden;z-index:0;margin:0;transition:color .4s ease,border-color .4s ease}.ode-btn-request:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-button-tertiary-text));transform:translate(-101%);transition:transform .4s ease;z-index:-1}.ode-btn-request:hover:before,.ode-btn-request:focus-visible:before{transform:translate(0)}.ode-btn-request:hover,.ode-btn-request:focus-visible{color:rgb(var(--color-background))!important;border-color:rgb(var(--color-button-tertiary-text))!important}.ode-btn-request span{position:relative;z-index:1;display:inline-block}.ode-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-foreground),.5);z-index:10000;align-items:center;justify-content:center}.ode-popup-overlay.is-open{display:flex}.ode-popup-panel{background:rgb(var(--color-background));width:48rem;max-width:calc(100vw - 4rem);max-height:90vh;overflow-y:auto;padding:4.8rem 4rem;position:relative}.ode-popup-close{position:absolute;top:1.6rem;right:2rem;width:3rem;height:3rem;font-size:2.4rem;line-height:1;color:rgba(var(--color-foreground),.3);background:none;border:none;cursor:pointer;transition:color .3s}.ode-popup-close:hover,.ode-popup-close:focus-visible{color:rgb(var(--color-foreground));outline:none}.ode-popup-title{font-family:var(--font-body-family);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;line-height:1.4;color:rgba(var(--color-foreground),.6);margin:0 0 2.4rem}.ode-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:1.6rem;padding:1rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.ode-summary-label{font-family:var(--font-body-family);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.6);flex:0 0 auto}.ode-summary-value{font-family:var(--font-body-family);font-size:1.3rem;font-weight:300;color:rgb(var(--color-foreground));text-align:right;word-break:break-word}.ode-popup-fields{margin-top:2.4rem}.ode-popup-field{margin-bottom:1.6rem}.ode-popup-field-label{font-family:var(--font-body-family);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.6);margin-bottom:.4rem}.ode-popup-input{font-family:var(--font-body-family)!important;font-size:1.3rem!important;font-weight:300!important;color:rgb(var(--color-foreground))!important;background:transparent!important;border:none!important;border-bottom:1px solid rgba(var(--color-foreground),.3)!important;border-radius:0!important;padding:.8rem 0!important;margin:0!important;outline:none!important;width:100%;box-shadow:none!important;transition:border-color .3s!important;-webkit-appearance:none;appearance:none}.ode-popup-input:focus{border-bottom-color:rgb(var(--color-button-tertiary-text))!important}.ode-popup-input::placeholder{color:rgba(var(--color-foreground),.3)!important;opacity:1}.ode-confirm-row{display:flex;align-items:flex-start;gap:1rem;margin:2.4rem 0;cursor:pointer}.ode-confirm-checkbox{width:1.4rem;height:1.4rem;min-width:1.4rem;border:1px solid rgba(var(--color-foreground),.3);background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:.2rem;transition:border-color .3s}.ode-confirm-tick{width:1rem;height:1rem;display:block;stroke:rgb(var(--color-button-tertiary-text));stroke-width:1.25;stroke-linecap:square;stroke-linejoin:miter;fill:none;opacity:0;transition:opacity .2s ease}.ode-confirm-checkbox[aria-checked=true]{border-color:rgb(var(--color-button-tertiary-text))}.ode-confirm-checkbox[aria-checked=true] .ode-confirm-tick{opacity:1}.ode-confirm-label{font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;color:rgb(var(--color-foreground));line-height:1.5}.ode-btn-submit{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:1.6rem 2rem;font-family:"EB Garamond",var(--font-heading-family),serif;font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;line-height:1.2;color:rgb(var(--color-foreground));background:transparent;border:1px solid rgb(var(--color-foreground));cursor:pointer;overflow:hidden;z-index:0;transition:color .4s ease,border-color .4s ease}.ode-btn-submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-button-tertiary-text));transform:translate(-101%);transition:transform .4s ease;z-index:-1}.ode-btn-submit:hover:not(:disabled):before,.ode-btn-submit:focus-visible:not(:disabled):before{transform:translate(0)}.ode-btn-submit:hover:not(:disabled),.ode-btn-submit:focus-visible:not(:disabled){color:rgb(var(--color-background));border-color:rgb(var(--color-button-tertiary-text))}.ode-btn-submit:disabled{color:rgba(var(--color-foreground),.3);border-color:rgba(var(--color-foreground),.1);cursor:not-allowed}.ode-btn-submit:disabled:before{display:none}.ode-btn-submit span{position:relative;z-index:1;display:inline-block}.ode-confirm-msg{display:none;text-align:center;padding:6rem 0}.ode-confirm-msg.is-visible{display:block}.ode-confirm-msg h3{font-family:var(--font-body-family);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;line-height:1.4;color:rgba(var(--color-foreground),.6);margin:0 0 1.2rem}.ode-confirm-msg p{font-family:var(--font-body-family);font-size:1.3rem;font-weight:300;color:rgba(var(--color-foreground),.6);margin:0;line-height:1.6}.ode-confirm-msg__sub{margin-top:1.2rem!important;font-size:1.1rem!important}.ode-summary-empty{font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;font-style:italic;color:rgba(var(--color-foreground),.5);padding:1rem 0}body.ode-quote-open .breadcrumbs-wrapper,body.ode-quote-open .shopify-section-header,body.ode-quote-open .studio-ode-desktop-header{visibility:hidden}@media(max-width:749px){.ode-popup-panel{width:calc(100vw - 4rem);max-width:calc(100vw - 4rem);height:auto;max-height:calc(100vh - 8rem);padding:4rem 2.4rem 3.2rem;margin:4rem 2rem;border-radius:0;overflow-y:auto}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-ode-bespoke-quote.css.map */
