product-form-popup{--pfp-accent: #9cc253;--pfp-accent-text: #ffffff;--pfp-body-bg: #edf3da;--pfp-dialog-bg: #ffffff;--pfp-track: #d9d9d9;--pfp-border: #c9c9c9;--pfp-radius: 2rem;--pfp-content-text-color: #191919;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}product-form-popup[open]{display:flex;justify-content:center;background:#00000080}.pfp__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.pfp__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:calc(100% - 3.2rem);max-width:68.2rem;max-height:calc(100vh - 4rem);margin:2rem auto;overflow:hidden auto;background:var(--pfp-dialog-bg);border-radius:var(--pfp-radius);box-shadow:0 1rem 4rem #0003}.pfp__dialog--compact{max-width:54rem;margin:auto}.pfp__close{position:absolute;top:1.4rem;inset-inline-end:1.4rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:0;color:rgb(var(--color-foreground));cursor:pointer;background:none;border:0}.pfp__close svg{width:1.8rem;height:1.8rem}.pfp__input::-webkit-outer-spin-button,.pfp__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.pfp__input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.pfp__header{padding:3.2rem 3rem 2.4rem;text-align:center;background:var(--pfp-dialog-bg)}.pfp__icon{display:block;width:6.3rem;height:6.3rem;margin:0 auto 1.6rem;object-fit:contain;border-radius:1rem;box-shadow:0 4px 20px #9cc25333}.pfp__title{margin:0 0 1.2rem;font-size:2.4rem;font-weight:600;line-height:1.3;color:var(--pfp-content-text-color)}.pfp__intro{margin:0 auto;max-width:46rem;font-size:1.4rem;line-height:1.6;color:var(--pfp-content-text-color)}.pfp__intro>*:last-child{margin-bottom:0}.pfp__progress{display:flex;gap:.8rem;justify-content:center;margin-top:2.4rem}.pfp__progress-item{width:6.6rem;max-width:100%;height:.4rem;background:var(--pfp-track);border-radius:.4rem;transition:background var(--duration-short, .15s) ease}.pfp__progress-item.is-done{background:var(--pfp-accent)}.pfp__step-count{margin:1.2rem 0 0;font-size:1.4rem;color:var(--pfp-content-text-color)}.pfp__body{padding:2.4rem 1.6rem;background:var(--pfp-body-bg)}.pfp__step[hidden]{display:none}.pfp__step-title{margin:0 0 .6rem;font-size:1.6rem;font-weight:600;text-align:center;color:var(--pfp-content-text-color)}.pfp__step-sub{margin:0 0 2.4rem;font-size:1.6rem;text-align:center;font-weight:400;color:var(--pfp-content-text-color)}.pfp__fields{display:flex;flex-wrap:wrap;gap:1.6rem;row-gap:2.3rem}.pfp__field{flex:1 1 100%;min-width:0}.pfp__field--half{flex:1 1 calc(50% - .8rem)}.pfp__field[hidden]{display:none}.pfp__label{display:block;margin-bottom:.6rem;font-size:1.6rem;font-weight:400;color:var(--pfp-content-text-color)}.pfp__required{color:#c0392b}.pfp__input,.pfp__textarea,.pfp__select{width:100%;min-height:4rem;padding:.9rem 1.2rem;font-family:inherit;font-size:1.4rem;color:rgb(var(--color-foreground));background:#fff;border:.1rem solid transparent;border-radius:1rem;-webkit-appearance:none;appearance:none}.pfp__textarea{min-height:9rem;resize:vertical}.pfp__input::placeholder,.pfp__textarea::placeholder{color:var(--pfp-content-text-color);opacity:.45}.pfp__input:focus,.pfp__textarea:focus,.pfp__select:focus{border-color:var(--pfp-accent);outline:0}.pfp__choices{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.pfp__choice input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.pfp__choice label{display:flex;align-items:center;justify-content:center;min-width:17.3rem;min-height:4.7rem;padding:.8rem 1.6rem;font-size:1.6rem;font-weight:400;text-align:center;cursor:pointer;background:#fff;border:.1rem solid var(--pfp-border);border-radius:1rem;transition:border-color var(--duration-short, .15s) ease;color:var(--pfp-content-text-color)}.pfp__choice input:checked+label{border-width:.2rem;border-color:var(--pfp-accent);box-shadow:0 4px 20px #9cc25380}.pfp__choice input:focus-visible+label{box-shadow:0 0 0 .2rem #00000026}.pfp__control{position:relative}.pfp__input-mask{position:absolute;top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;display:flex;align-items:center;padding:.9rem 1.2rem;font-size:1.4rem;color:rgb(var(--color-foreground));background:#fff;border-radius:.9rem;pointer-events:none}.pfp__input-mask[hidden]{display:none}.pfp__field-error{display:none;margin:.5rem 0 0;font-size:1.2rem;color:#c0392b}.pfp__field.has-error .pfp__field-error{display:block}.pfp__field.has-error .pfp__input,.pfp__field.has-error .pfp__textarea,.pfp__field.has-error .pfp__select{border-color:#c0392b}.pfp__form-error{margin:1.6rem 0 0;font-size:1.3rem;color:#c0392b}.pfp__form-error[hidden]{display:none}.pfp__actions{display:flex;gap:1.2rem;align-items:center;margin-top:2.6rem}.pfp__actions [data-pfp-next]{margin-inline-start:auto}.pfp__button{min-width:14.9rem;min-height:3.5rem;padding:.8rem 2.4rem;font-family:inherit;font-size:1.6rem;font-weight:500;cursor:pointer;border:.1rem solid var(--pfp-accent);border-radius:2rem;transition:opacity var(--duration-short, .15s) ease}.pfp__button:hover{opacity:.85}.pfp__button--primary{color:var(--pfp-accent-text);background:var(--pfp-accent)}.pfp__button--secondary{color:rgb(var(--color-foreground));background:var(--pfp-dialog-bg)}.pfp__button[hidden]{display:none}.pfp__button[aria-disabled=true]{cursor:not-allowed;opacity:.6}.pfp__actions .pfp__spinner{width:1.8rem;height:1.8rem;border:.2rem solid rgba(0,0,0,.15);border-top-color:var(--pfp-accent);border-radius:50%;animation:pfp-spin .7s linear infinite}.pfp__spinner[hidden]{display:none}@keyframes pfp-spin{to{transform:rotate(360deg)}}.pfp__disclaimer{padding:2rem 3rem 2.4rem;font-size:1.4rem;line-height:2.1rem;font-weight:400;text-align:center;color:var(--pfp-content-text-color);background:var(--pfp-body-bg);border-top:.1rem solid #D9D9D9}.pfp__disclaimer>*:last-child{margin-bottom:0}.pfp__result{padding:4rem 3rem;text-align:center}.pfp__result[hidden],.pfp__result-panel[hidden]{display:none}.pfp__result-title{margin:0 0 1rem;font-size:2rem;font-weight:600}.pfp__result-text{margin:0 0 2.4rem;font-size:1.4rem;line-height:1.6;font-weight:400;color:var(--pfp-content-text-color)}.pfp__result .pfp__button{min-width:12rem}@media screen and (min-width:750px){.pfp__progress-item{width:9.4rem}.pfp__choice label{min-width:17.8rem}product-form-popup[open]{align-items:flex-start}.pfp__step[data-pfp-step="4"]{max-width:60rem}.pfp__step{max-width:42rem;margin:0 auto}.pfp__actions{margin-top:4rem}.pfp__body{padding:3.2rem 2rem 1.6rem}.pfp__disclaimer{padding:2.4rem 2.3rem}}@media screen and (max-width:749px){product-form-popup[open]{align-items:flex-end}.pfp__dialog{width:100%;max-height:100vh;margin:0;border-radius:2rem 2rem 0 0}.pfp__dialog--compact{width:calc(100% - 3.2rem);max-height:calc(100vh - 4rem);margin:auto;border-radius:var(--pfp-radius)}.pfp__header{padding:3.2rem 1.6rem 2rem;border-bottom:.1rem solid #D9D9D9}.pfp__title{font-size:1.9rem;color:var(--pfp-content-text-color)}.pfp__body,.pfp__disclaimer{padding-inline:1.6rem}.pfp__disclaimer{display:none}.pfp__progress-item{flex:1 1 0;width:auto}.pfp__field--half{flex:1 1 calc(100% - .8rem)}.pfp__actions{flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-form-popup.css.map */
