pre-checkout-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;--inputs-radius: .6rem;--inputs-radius-outset: .6rem;--buttons-radius: .6rem;--buttons-radius-outset: .6rem}pre-checkout-modal[hidden]{display:none}@media screen and (min-width:750px){pre-checkout-modal{align-items:center}}.pre-checkout-modal [hidden],.pre-checkout-modal__body [hidden]{display:none!important}.pre-checkout-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.pre-checkout-modal__overlay:empty{display:block!important}.pre-checkout-modal__dialog{position:relative;width:100%;max-height:85dvh;display:flex;flex-direction:column;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:.6rem .6rem 0 0;box-shadow:0 1.6rem 4rem #00000040;transform:translateY(16px);opacity:0;transition:opacity .2s ease,transform .2s ease;overflow:hidden}pre-checkout-modal.is-open .pre-checkout-modal__dialog{transform:translateY(0);opacity:1}@media screen and (min-width:750px){.pre-checkout-modal__dialog{width:min(640px,100%);max-height:min(85dvh,760px);border-radius:.6rem}}.pre-checkout-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;padding:1.8rem 2rem 1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.pre-checkout-modal__title{margin:0 0 .4rem;font-size:1.8rem}.pre-checkout-modal__subtitle{margin:0;color:rgba(var(--color-foreground),.7);font-size:1.3rem}.pre-checkout-modal__close{background:none;border:0;cursor:pointer;padding:.6rem;color:rgb(var(--color-foreground));flex:0 0 auto;border-radius:.6rem}.pre-checkout-modal__close:hover{background:rgba(var(--color-foreground),.06)}.pre-checkout-modal__close .icon{width:1.6rem;height:1.6rem}.pre-checkout-modal__form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.pre-checkout-modal__body{padding:1.4rem 1.8rem;overflow-y:auto;flex:1 1 auto}.pre-checkout-modal__shared,.pre-checkout-modal__item{border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.6rem;padding:1.4rem;margin-bottom:1.2rem;background:rgb(var(--color-background))}.pre-checkout-modal__shared{background:rgba(var(--color-foreground),.025);border-color:rgba(var(--color-foreground),.12)}.pre-checkout-modal__shared-title,.pre-checkout-modal__item-title{margin:0 0 1rem;font-size:1.4rem}.pre-checkout-modal__shared-toggle{display:flex;align-items:center;gap:.6rem;margin-top:1rem;font-size:1.3rem;cursor:pointer;color:rgba(var(--color-foreground),.85)}.pre-checkout-modal__shared-toggle input[type=checkbox]{accent-color:rgb(var(--color-button));width:1.4rem;height:1.4rem}.pre-checkout-modal__item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:.1rem dashed rgba(var(--color-foreground),.1)}.pre-checkout-modal__item-image{width:4.8rem;height:4.8rem;object-fit:cover;border-radius:.6rem;flex:0 0 auto}.pre-checkout-modal__item-title{margin:0;font-size:1.4rem;line-height:1.3}.pre-checkout-modal__item-variant{margin:.2rem 0 0;color:rgba(var(--color-foreground),.75);font-size:1.2rem;line-height:1.3}.pre-checkout-modal__item-qty{margin:.2rem 0 0;color:rgba(var(--color-foreground),.6);font-size:1.2rem}.pre-checkout-modal__traveler{border-top:.1rem dashed rgba(var(--color-foreground),.12);padding-top:1rem;margin-top:1rem}.pre-checkout-modal__traveler-title{margin:0 0 .8rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.6)}.pre-checkout-modal__field-row+.pre-checkout-modal__field-row{margin-top:.8rem}.pre-checkout-modal__field-error{margin:.4rem .2rem 0;font-size:1.2rem;line-height:1.3;color:#eb001b}.pre-checkout-modal__error{margin:0 1.8rem 1rem;padding:.8rem 1.2rem;background:#eb001b14;color:#eb001b;border-radius:.6rem;font-size:1.3rem}.pre-checkout-modal__footer{padding:1rem 1.8rem 1.4rem;border-top:.1rem solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background));display:flex;flex-direction:column;gap:.6rem}.pre-checkout-modal__footer .button{margin:0}.pre-checkout-modal__submit.loading{pointer-events:none;opacity:.85}.pre-checkout-modal__submit>.loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pre-checkout-modal__submit>.loading__spinner .spinner{width:1.8rem;height:1.8rem}.pre-checkout-modal__submit>.loading__spinner .path{stroke:rgb(var(--color-button-text))}@media screen and (min-width:750px){.pre-checkout-modal__footer{flex-direction:row-reverse}.pre-checkout-modal__footer .button{flex:1 1 0}}.pre-checkout-modal__places-dropdown{position:absolute;z-index:10;list-style:none;margin:0;padding:.4rem 0;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.15);border-radius:var(--inputs-radius, .6rem);box-shadow:0 .6rem 1.6rem #00000024;max-height:22rem;overflow-y:auto;font-family:inherit;font-size:1.3rem}.pre-checkout-modal__places-option{display:flex;flex-direction:column;gap:.2rem;padding:.8rem 1.4rem;cursor:pointer;line-height:1.3}.pre-checkout-modal__places-option:hover,.pre-checkout-modal__places-option.is-active{background:rgba(var(--color-foreground),.06)}.pre-checkout-modal__places-option-main{color:rgb(var(--color-foreground));font-size:1.4rem}.pre-checkout-modal__places-option-secondary{color:rgba(var(--color-foreground),.6);font-size:1.2rem}.pre-checkout-modal__loading-skeleton{display:flex;justify-content:center;align-items:center;padding:4rem 0}.pre-checkout-modal__loading-skeleton:after{content:"";width:2.8rem;height:2.8rem;border:.25rem solid rgba(var(--color-foreground),.12);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:pcm-spin .7s linear infinite}@keyframes pcm-spin{to{transform:rotate(360deg)}}.pre-checkout-edit-fab{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:999;display:flex;align-items:center;justify-content:flex-end;gap:0;overflow:hidden;white-space:nowrap;width:auto;max-width:4rem;height:4rem;padding:1rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:2rem;box-shadow:0 .2rem .6rem #00000024;font-family:inherit;font-size:1.3rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:max-width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,opacity .2s ease}.pre-checkout-edit-fab:hover,.pre-checkout-edit-fab:focus-visible{max-width:22rem;padding:.8rem 1.2rem .8rem 1.6rem;gap:.7rem;box-shadow:0 .4rem 1.4rem #00000038}.pre-checkout-edit-fab .icon{flex:0 0 1.6rem;width:1.6rem;height:1.6rem;order:2}.pre-checkout-edit-fab__label{order:1;overflow:hidden}.pre-checkout-edit-fab.loading{opacity:.75;pointer-events:none}.pre-checkout-edit-fab[disabled],.pre-checkout-edit-fab.is-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}@media screen and (max-width:749px){.pre-checkout-edit-fab{right:1.2rem}}.pre-checkout-product-hint{display:flex;align-items:center;gap:.6rem;margin-top:1rem;padding:.7rem 1rem;background:rgba(var(--color-foreground),.04);border-left:.2rem solid rgba(var(--color-foreground),.18);border-radius:0 .4rem .4rem 0;color:rgba(var(--color-foreground),.72);font-size:1.2rem;line-height:1.35;margin-bottom:0}.pre-checkout-product-hint .icon{width:1.4rem;height:1.4rem;flex:0 0 auto;stroke:rgba(var(--color-foreground),.5)}.pre-checkout-cart-edit{display:inline-flex;align-items:center;gap:.4rem;margin-top:.8rem;padding:0;background:none;border:none;font-family:inherit;font-size:1.2rem;cursor:pointer;text-decoration:underline;text-underline-offset:.2rem;color:rgba(var(--color-foreground),.85)}.pre-checkout-cart-edit:hover{color:rgb(var(--color-foreground))}.pre-checkout-cart-edit .icon{width:1.2rem;height:1.2rem;flex:0 0 auto}
/*# sourceMappingURL=/cdn/shop/t/4/assets/pre-checkout-modal.css.map */
