.mori-popup[hidden],.mori-popup [hidden]{display:none}.mori-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;color:#333;font-family:var(--font-body-family, "Noto Sans TC", sans-serif)}.mori-popup,.mori-popup *,.mori-popup *:before,.mori-popup *:after{box-sizing:border-box}.mori-popup__backdrop{display:grid;width:100%;height:100%;padding:16px;place-items:center;overflow-y:auto;background:#18231f7a;opacity:0;transition:opacity .18s ease}.mori-popup.is-visible .mori-popup__backdrop{opacity:1}.mori-popup__dialog{position:relative;width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);padding:44px;overflow-y:auto;border-radius:16px;background:#fafaf6;box-shadow:0 18px 48px #14211d29;opacity:0;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease}.mori-popup.is-visible .mori-popup__dialog{opacity:1;transform:translateY(0)}.mori-popup__dialog:focus-visible,.mori-popup__close:focus-visible,.mori-popup__input:focus-visible,.mori-popup__primary:focus-visible,.mori-popup__coupon:focus-visible,.mori-popup-preview-button:focus-visible{outline:3px solid rgba(40,88,74,.3);outline-offset:3px}.mori-popup__close{position:absolute;top:10px;right:10px;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:50%;color:#333;background:transparent;cursor:pointer}.mori-popup__close:hover{background:#28584a12}.mori-popup__close svg{width:20px;height:20px}.mori-popup__close path,.mori-popup__copy-icon path,.mori-popup__copy-icon rect{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.mori-popup__form,.mori-popup__panel{width:100%}.mori-popup__panel{text-align:center}.mori-popup__eyebrow{display:inline-flex;min-height:28px;margin:0 0 18px;padding:5px 14px;align-items:center;border-radius:8px;color:#28584a;background:#dde66f;font-size:13px;font-weight:600;line-height:1.3;letter-spacing:.06em}.mori-popup__title{margin:0;color:#28584a;font-family:var(--font-heading-family, "Noto Sans TC", sans-serif);font-size:clamp(24px,3vw,30px);font-weight:650;line-height:1.35;letter-spacing:.025em}.mori-popup__description{max-width:430px;margin:12px auto 0;color:#333;font-size:15px;line-height:1.75}.mori-popup__field{margin-top:28px}.mori-popup__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mori-popup__input{width:100%;min-height:52px;padding:13px 16px;border:1px solid #cfd3cd;border-radius:8px;color:#333;background:#fff;font:inherit;font-size:16px;line-height:1.5;-webkit-appearance:none;appearance:none}.mori-popup__input::placeholder{color:#777b76;opacity:1}.mori-popup__input:hover{border-color:#aeb6ae}.mori-popup__input:focus{border-color:#28584a}.mori-popup__input[aria-invalid=true]{border-color:#a45146}.mori-popup__primary{display:inline-flex;width:100%;min-height:52px;margin-top:14px;padding:13px 20px;align-items:center;justify-content:center;gap:10px;border:1px solid #28584a;border-radius:999px;color:#fff;background:#28584a;font:inherit;font-size:16px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.mori-popup__primary:hover{border-color:#1f463b;color:#fff;background:#1f463b}.mori-popup__primary:disabled{cursor:wait;opacity:.72}.mori-popup__primary--link{margin-top:22px}.mori-popup__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:mori-popup-spin .7s linear infinite}.mori-popup__note,.mori-popup__copy-status{margin:12px 0 0;color:#646963;font-size:13px;line-height:1.6}.mori-popup__message{margin:14px 0 0;padding:11px 13px;border-radius:8px;font-size:14px;line-height:1.55;text-align:left}.mori-popup__message--error{color:#7d3f38;background:#f7ece9}.mori-popup__message--success{color:#28584a;background:#eef2ed}.mori-popup__panel--success .mori-popup__message{margin-top:22px}.mori-popup__coupon{display:flex;width:100%;min-height:58px;margin-top:16px;padding:12px 16px;align-items:center;justify-content:center;gap:14px;border:1px dashed #b6c1b8;border-radius:8px;color:#28584a;background:#f5f7f2;cursor:pointer}.mori-popup__coupon:hover{border-color:#28584a;background:#f0f4ed}.mori-popup__coupon-code{font-size:clamp(19px,4vw,24px);font-weight:700;line-height:1.2;letter-spacing:.12em;overflow-wrap:anywhere}.mori-popup__copy-icon{display:inline-flex;width:21px;height:21px;flex:0 0 21px}.mori-popup__copy-icon svg{width:100%;height:100%}.mori-popup-scroll-locked{overflow:hidden}.mori-popup-preview-button{position:fixed;right:16px;bottom:16px;z-index:119;min-height:44px;padding:10px 16px;border:1px solid #28584a;border-radius:999px;color:#28584a;background:#fafaf6;font:inherit;font-size:14px;cursor:pointer}@keyframes mori-popup-spin{to{transform:rotate(360deg)}}@media(max-width:767px){.mori-popup__backdrop{padding:24px;align-items:center}.mori-popup__dialog{width:calc(100vw - 48px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:48px 24px 24px}.mori-popup__eyebrow{margin-bottom:14px}.mori-popup__title{font-size:24px}.mori-popup__description{margin-top:10px;font-size:14px}.mori-popup__field{margin-top:22px}.mori-popup__input,.mori-popup__primary{min-height:50px}}@media(prefers-reduced-motion:reduce){.mori-popup__backdrop,.mori-popup__dialog,.mori-popup__primary{transition:none}.mori-popup__spinner{animation-duration:1.4s}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/mori-popup.css.map */
