.thulir-preorder-float{position:fixed;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom));z-index:6;display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:var(--thulir-charcoal);color:var(--thulir-cream);cursor:pointer;box-shadow:0 6px 18px #2a374366,0 2px 6px #0000002e;transition:transform .3s var(--thulir-ease),box-shadow .3s var(--thulir-ease),background .3s var(--thulir-ease)}.thulir-preorder-float:hover,.thulir-preorder-float:focus-visible{transform:translateY(-2px);background:var(--thulir-charcoal-deep);box-shadow:0 10px 24px #2a374380,0 3px 8px #00000038}.thulir-preorder-float:focus-visible{outline:2px solid var(--thulir-gold);outline-offset:3px}.thulir-preorder-float__icon{display:flex;align-items:center;justify-content:center}.thulir-preorder-float__icon .thulir-icon{width:30px;height:auto}@media screen and (min-width:750px){.thulir-preorder-float{left:max(28px,env(safe-area-inset-left));bottom:max(28px,env(safe-area-inset-bottom));width:60px;height:60px}.thulir-preorder-float__icon .thulir-icon{width:32px}}body.thulir-no-scroll .thulir-preorder-float{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.thulir-preorder-wrapper{font-family:var(--thulir-font-body)}.thulir-preorder-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;width:100vw;height:100vh;height:100dvh;max-width:100vw;max-height:100vh;max-height:100dvh;margin:0;padding:0;border:0;background:transparent;overflow:visible}.thulir-preorder-drawer[open]{display:block}.thulir-preorder-drawer::backdrop{background:transparent}.thulir-preorder-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.thulir-preorder-drawer.is-open .thulir-preorder-drawer__backdrop{opacity:1}.thulir-preorder-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:100vw;background:var(--thulir-cream);display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .4s ease}@media(min-width:750px){.thulir-preorder-drawer__panel{width:94vw;max-width:600px;box-shadow:1px 0 #2a37432e}}.thulir-preorder-drawer.is-open .thulir-preorder-drawer__panel{transform:translate(0)}.thulir-preorder-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 20px 16px}.thulir-preorder-drawer__heading-wrap{min-width:0}.thulir-preorder-drawer__title{font-family:var(--thulir-font-display);font-size:24px;font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--thulir-charcoal);margin:0}.thulir-preorder-drawer__subtitle{font-size:14px;line-height:1.45;color:var(--thulir-charcoal-soft);margin:8px 0 0}.thulir-preorder-drawer__close{flex-shrink:0;width:40px;height:40px;background:var(--thulir-cream-soft);border:0;border-radius:50%;color:var(--thulir-charcoal);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.thulir-preorder-drawer__close:hover{background:var(--thulir-charcoal);color:var(--thulir-cream)}.thulir-preorder-drawer__close .thulir-icon{width:18px;height:18px}.thulir-preorder-drawer__body{flex:1;padding:8px 20px 32px}@media(min-width:600px){.thulir-preorder-drawer__head{padding:32px 32px 16px}.thulir-preorder-drawer__body{padding:8px 32px 40px}.thulir-preorder-drawer__title{font-size:28px}}.thulir-preorder-form__product{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:10px;border:1px solid rgba(42,55,67,.18);border-radius:10px;background:var(--thulir-cream-soft)}.thulir-preorder-form__product[hidden]{display:none}.thulir-preorder-form__product-img{flex-shrink:0;width:48px;height:60px;object-fit:cover;border-radius:6px;background:#2a37430f}.thulir-preorder-form__product-text{display:flex;flex-direction:column;gap:2px;min-width:0}.thulir-preorder-form__product-label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#2a374399}.thulir-preorder-form__product-name{font-size:15px;font-weight:600;line-height:1.3;color:var(--thulir-charcoal)}.thulir-preorder-form__grid{display:grid;grid-template-columns:1fr;gap:22px 16px;margin-bottom:26px}@media(min-width:560px){.thulir-preorder-form__grid{grid-template-columns:1fr 1fr}.thulir-preorder-form__field--full{grid-column:1 / -1}}.thulir-preorder-form__field{position:relative;min-width:0}.thulir-preorder-form__input,.thulir-preorder-form__textarea{width:100%;box-sizing:border-box;font-family:inherit;font-size:16px;letter-spacing:.01em;color:var(--thulir-charcoal);background:transparent;border:1px solid rgba(42,55,67,.25);border-radius:8px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.thulir-preorder-form__input{height:56px;padding:0 16px}.thulir-preorder-form__textarea{padding:18px 16px;min-height:124px;resize:vertical;line-height:1.5}.thulir-preorder-form__input:hover,.thulir-preorder-form__textarea:hover{border-color:#2a374380}.thulir-preorder-form__input:focus,.thulir-preorder-form__textarea:focus{border-color:var(--thulir-charcoal);box-shadow:inset 0 0 0 1px var(--thulir-charcoal)}.thulir-preorder-form__input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--thulir-cream) inset;-webkit-text-fill-color:var(--thulir-charcoal);caret-color:var(--thulir-charcoal)}.thulir-preorder-form__label{position:absolute;top:50%;left:12px;transform:translateY(-50%);max-width:calc(100% - 24px);padding:0 5px;font-size:16px;line-height:1;color:var(--thulir-charcoal-soft);background:var(--thulir-cream);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;transition:top .15s ease,font-size .15s ease,color .15s ease}.thulir-preorder-form__input:focus~.thulir-preorder-form__label,.thulir-preorder-form__input:not(:placeholder-shown)~.thulir-preorder-form__label,.thulir-preorder-form__textarea:focus~.thulir-preorder-form__label,.thulir-preorder-form__textarea:not(:placeholder-shown)~.thulir-preorder-form__label,.thulir-preorder-form__field--float .thulir-preorder-form__label{top:0;font-size:12px}.thulir-preorder-form__field--occasion .thulir-preorder-form__input{padding-right:42px}.thulir-preorder-form__occasion-caret{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:var(--thulir-charcoal-soft);background:none;border:0;cursor:pointer;transition:transform .2s ease,color .15s ease}.thulir-preorder-form__occasion-caret svg{width:10px;height:6px}.thulir-preorder-form__field--occasion.is-open .thulir-preorder-form__occasion-caret{transform:translateY(-50%) rotate(180deg);color:var(--thulir-charcoal)}.thulir-occasion-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;max-height:248px;overflow-y:auto;margin:0;padding:6px;list-style:none;background:var(--thulir-cream);border:1px solid rgba(42,55,67,.16);border-radius:10px;box-shadow:0 12px 28px #2a37432e,0 4px 10px #00000014}.thulir-occasion-option{padding:11px 12px;border-radius:6px;font-size:15px;color:var(--thulir-charcoal);cursor:pointer;transition:background .15s ease}.thulir-occasion-option[hidden]{display:none}.thulir-occasion-option:hover{background:var(--thulir-cream-deep)}.thulir-occasion-empty{padding:11px 12px;font-size:13px;color:var(--thulir-charcoal-soft)}.thulir-preorder-form__input:focus~.thulir-preorder-form__label,.thulir-preorder-form__textarea:focus~.thulir-preorder-form__label,.thulir-preorder-form__field--float:focus-within .thulir-preorder-form__label{color:var(--thulir-charcoal)}.thulir-preorder-form__field--textarea .thulir-preorder-form__label{top:18px;transform:none}.thulir-preorder-form__field--textarea .thulir-preorder-form__textarea:focus~.thulir-preorder-form__label,.thulir-preorder-form__field--textarea .thulir-preorder-form__textarea:not(:placeholder-shown)~.thulir-preorder-form__label{top:0;transform:translateY(-50%)}.thulir-preorder-form__input--date::-webkit-datetime-edit{color:var(--thulir-charcoal)}.thulir-preorder-form__input--date::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.55}.thulir-preorder-form__field--qty{display:flex;align-items:center;height:56px;border:1px solid rgba(42,55,67,.25);border-radius:8px;transition:border-color .18s ease,box-shadow .18s ease}.thulir-preorder-form__field--qty:hover{border-color:#2a374380}.thulir-preorder-form__field--qty:focus-within{border-color:var(--thulir-charcoal);box-shadow:inset 0 0 0 1px var(--thulir-charcoal)}.thulir-preorder-form__step{flex-shrink:0;width:48px;height:100%;border:0;border-radius:8px;background:transparent;color:var(--thulir-charcoal);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease}.thulir-preorder-form__step:hover{background:var(--thulir-cream-deep)}.thulir-preorder-form__step .thulir-icon{width:14px;height:14px}.thulir-preorder-form__qty-input{flex:1;width:auto;height:100%;min-width:0;text-align:center;font-family:inherit;font-size:16px;font-weight:600;color:var(--thulir-charcoal);background:transparent;border:0;outline:none;padding:0;-moz-appearance:textfield}.thulir-preorder-form__qty-input::-webkit-outer-spin-button,.thulir-preorder-form__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.thulir-preorder-form__field--phone{display:flex;align-items:stretch;height:56px;border:1px solid rgba(42,55,67,.25);border-radius:8px;transition:border-color .18s ease,box-shadow .18s ease}.thulir-preorder-form__field--phone:hover{border-color:#2a374380}.thulir-preorder-form__field--phone:focus-within{border-color:var(--thulir-charcoal);box-shadow:inset 0 0 0 1px var(--thulir-charcoal)}.thulir-cc{position:relative;flex-shrink:0;display:flex}.thulir-cc__toggle{display:inline-flex;align-items:center;gap:8px;height:100%;padding:0 12px 0 14px;font-family:inherit;font-size:16px;font-weight:600;color:var(--thulir-charcoal);background:transparent;border:0;border-right:1px solid rgba(42,55,67,.18);border-radius:8px 0 0 8px;cursor:pointer;outline:none}.thulir-cc__flag{display:block;width:20px;height:15px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #2a37431f}.thulir-cc__caret{width:10px;height:6px;color:var(--thulir-charcoal-soft);transition:transform .18s ease}.thulir-cc.is-open .thulir-cc__caret{transform:rotate(180deg)}.thulir-cc__list{position:absolute;top:calc(100% + 8px);left:0;z-index:20;min-width:240px;max-height:320px;overflow-y:auto;margin:0;padding:6px;list-style:none;background:var(--thulir-cream);border:1px solid rgba(42,55,67,.16);border-radius:10px;box-shadow:0 12px 28px #2a37432e,0 4px 10px #00000014}.thulir-cc__search-wrap{position:sticky;top:0;z-index:1;padding:2px 2px 6px;margin-bottom:2px;background:var(--thulir-cream)}.thulir-cc__search{width:100%;height:36px;padding:0 12px;font-size:14px;color:var(--thulir-charcoal);background:#fff;border:1px solid rgba(42,55,67,.16);border-radius:6px;outline:none}.thulir-cc__search:focus{border-color:var(--thulir-charcoal)}.thulir-cc__empty{padding:10px 12px;font-size:14px;color:var(--thulir-charcoal-soft);text-align:center}.thulir-cc__option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;font-size:14px;color:var(--thulir-charcoal);cursor:pointer;transition:background .15s ease}.thulir-cc__option[hidden]{display:none}.thulir-cc__option:hover{background:var(--thulir-cream-deep)}.thulir-cc__option[aria-selected=true]{background:var(--thulir-cream-deep);font-weight:600}.thulir-cc__name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thulir-cc__opt-code{flex-shrink:0;font-weight:600;color:var(--thulir-charcoal-soft)}.thulir-preorder-form__input--phone{flex:1;height:auto;border:0;border-radius:0 8px 8px 0;background:transparent}.thulir-preorder-form__input--phone:hover{border:0}.thulir-preorder-form__input--phone:focus{border:0;box-shadow:none}.thulir-preorder-form__submit{width:100%;height:56px;border:0;border-radius:8px;background:var(--thulir-charcoal);color:var(--thulir-cream);font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,transform .2s ease}.thulir-preorder-form__submit:hover{background:var(--thulir-charcoal-deep)}.thulir-preorder-form__submit:active{transform:translateY(1px)}.thulir-preorder-form__legal{margin:14px 0 0;font-size:11px;line-height:1.5;color:var(--thulir-charcoal-soft);text-align:center}.thulir-preorder-form__legal a{color:var(--thulir-charcoal);text-decoration:underline}#shop-hcaptcha-badge-container,.grecaptcha-badge{visibility:hidden!important}.thulir-preorder-form__error{margin-bottom:20px;padding:14px 16px;font-size:14px;line-height:1.45;color:#8a1c1c;background:#8a1c1c0f;border:1px solid rgba(138,28,28,.25);border-radius:8px}.thulir-preorder-drawer.is-success .thulir-preorder-drawer__subtitle,.thulir-preorder-drawer.is-success .thulir-preorder-form__grid,.thulir-preorder-drawer.is-success .thulir-preorder-form__submit,.thulir-preorder-drawer.is-success .thulir-preorder-form__legal,.thulir-preorder-drawer.is-success .thulir-preorder-form__error{display:none}.thulir-preorder-drawer.is-success .thulir-preorder-drawer__body{display:flex;flex-direction:column}.thulir-preorder-drawer.is-success .thulir-preorder-form{flex:1;display:flex}.thulir-preorder-form__success{display:none}.thulir-preorder-drawer.is-success .thulir-preorder-form__success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:24px 8px 32px}.thulir-preorder-form__success-mark{display:inline-flex;margin-bottom:4px}.thulir-preorder-form__success-svg{width:72px;height:72px}.thulir-preorder-form__success-ring{stroke:var(--thulir-green);stroke-width:2.5;stroke-dasharray:151;stroke-dashoffset:151;animation:thulir-success-ring .5s var(--thulir-ease) forwards}.thulir-preorder-form__success-tick{stroke:var(--thulir-green);stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:thulir-success-tick .3s var(--thulir-ease) .45s forwards}@keyframes thulir-success-ring{to{stroke-dashoffset:0}}@keyframes thulir-success-tick{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.thulir-preorder-form__success-ring,.thulir-preorder-form__success-tick{animation:none;stroke-dashoffset:0}}.thulir-preorder-form__success-title{font-family:var(--thulir-font-display);font-size:26px;font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--thulir-charcoal);margin:0}.thulir-preorder-form__success-text{font-size:16px;line-height:1.55;color:var(--thulir-charcoal-soft);margin:0;max-width:34ch}.thulir-preorder-form__success-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:16px;width:100%;max-width:280px}.thulir-preorder-form__success-done{width:100%;height:52px;border:0;border-radius:8px;background:var(--thulir-charcoal);color:var(--thulir-cream);font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,transform .2s ease}.thulir-preorder-form__success-done:hover{background:var(--thulir-charcoal-deep)}.thulir-preorder-form__success-done:active{transform:translateY(1px)}.thulir-preorder-form__success-browse{font-size:14px;font-weight:500;color:var(--thulir-charcoal);text-decoration:none;border-bottom:1px solid rgba(42,55,67,.35);padding-bottom:1px;transition:border-color .2s ease,color .2s ease}.thulir-preorder-form__success-browse:hover{color:var(--thulir-green);border-bottom-color:var(--thulir-green)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/thulir-preorder-drawer.css.map */
