.fpb-acc,.fpb-modal,.fpb-reorder-scope{--fpb-purple:#f4c239;--fpb-teal:#62a5a7;--fpb-ink:#3a2a2f;--fpb-line:#e7e2de;--fpb-bg:#f7f5f9}.fpb-acc *,.fpb-modal *{box-sizing:border-box}.fpb-acc{padding:16px 0;color:var(--fpb-ink)}.fpb-crumbs{font-size:.85rem;color:#7a7480;margin:4px 0 14px}.fpb-crumbs a{color:var(--fpb-purple);text-decoration:none}.fpb-crumbs a:hover{text-decoration:underline}.fpb-crumbs span{margin:0 6px;color:#b7b1bd}.fpb-acc__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:0 0 20px}.fpb-acc__title{font-size:1.6rem;font-weight:700;margin:0}.fpb-acc__title span{color:inherit}.fpb-acc__nav{display:flex;gap:8px;flex-wrap:wrap}.fpb-acc__nav a{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:999px;border:1.5px solid var(--fpb-line);text-decoration:none;color:var(--fpb-ink);font-weight:600;font-size:.9rem;background:#fff;transition:.15s}.fpb-acc__nav a:hover{border-color:var(--fpb-purple);color:var(--fpb-purple)}.fpb-acc__nav a.is-active{background:var(--fpb-purple);color:#fff;border-color:var(--fpb-purple)}.fpb-acc__nav a.is-active:hover{background:transparent;color:var(--fpb-purple)}.fpb-orders{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:760px){.fpb-orders{grid-template-columns:1fr 1fr}}.fpb-order{border:1px solid var(--fpb-line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000a}.fpb-order__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 16px;border-bottom:1px solid var(--fpb-line)}.fpb-order__no{font-weight:700;font-size:1.05rem}.fpb-order__no a{color:var(--fpb-purple);text-decoration:none}.fpb-order__date{font-size:.82rem;color:#7a7480}.fpb-badge{font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap;text-transform:capitalize}.fpb-badge--paid{background:#e6f4ea;color:#1e7a46}.fpb-badge--other{background:#fdecec;color:#a32020}.fpb-badge--ship{background:#eef2f7;color:#1f3a5f}.fpb-order__body{display:flex;gap:12px;padding:14px 16px;flex:1}.fpb-order__thumb{width:64px;height:64px;flex:0 0 64px;border-radius:10px;object-fit:cover;background:var(--fpb-bg);border:1px solid var(--fpb-line)}.fpb-order__items{flex:1;min-width:0}.fpb-order__item{font-size:.9rem;line-height:1.35}.fpb-order__item b{font-weight:600}.fpb-order__qty{color:#7a7480;font-size:.82rem}.fpb-order__proof{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:.78rem;color:#1e7a46}.fpb-order__proof img{width:64px;height:64px;border-radius:6px;object-fit:cover;border:1px solid var(--fpb-line)}.fpb-order__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border-top:1px solid var(--fpb-line);background:var(--fpb-bg)}.fpb-order__total{font-weight:700}.fpb-btn{cursor:pointer;border-radius:10px;padding:10px 16px;font-weight:700;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:7px;justify-content:center;transition:.15s;border:1.5px solid var(--fpb-purple)}.fpb-btn--primary{background:var(--fpb-purple);color:#fff}.fpb-btn--primary:hover,.fpb-btn--ghost{background:transparent;color:var(--fpb-purple)}.fpb-btn--ghost:hover{background:var(--fpb-purple);color:#fff}.fpb-btn--block{width:100%}.fpb-reorder-scope .fpb-btn,.fpb-modal .fpb-btn{cursor:pointer;border-radius:10px;padding:10px 16px;font-weight:700;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:7px;justify-content:center;transition:.15s;border:1.5px solid var(--fpb-purple)}.fpb-reorder-scope .fpb-btn--primary,.fpb-modal .fpb-btn--primary{background:var(--fpb-purple);color:#fff}.fpb-reorder-scope .fpb-btn--primary:hover,.fpb-modal .fpb-btn--primary:hover,.fpb-reorder-scope .fpb-btn--ghost,.fpb-modal .fpb-btn--ghost{background:transparent;color:var(--fpb-purple)}.fpb-reorder-scope .fpb-btn--ghost:hover,.fpb-modal .fpb-btn--ghost:hover{background:var(--fpb-purple);color:#fff}.fpb-modal .fpb-btn--block{width:100%}.fpb-empty{text-align:center;padding:48px 16px;border:1px dashed var(--fpb-line);border-radius:14px;background:#fff}.fpb-empty p{color:#7a7480;margin:8px 0 16px}.fpb-pagination{display:flex;gap:8px;justify-content:center;margin:22px 0;flex-wrap:wrap}.fpb-pagination a,.fpb-pagination span{padding:8px 12px;border-radius:8px;border:1px solid var(--fpb-line);text-decoration:none;color:var(--fpb-ink)}.fpb-pagination .is-current{background:var(--fpb-purple);color:#fff;border-color:var(--fpb-purple)}.fpb-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e14198c;display:none;align-items:center;justify-content:center;z-index:9999;padding:16px;color:var(--fpb-ink)}.fpb-modal.is-open{display:flex}.fpb-modal__box{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:92vh;overflow:auto;padding:22px}.fpb-modal__title{font-size:1.2rem;font-weight:700;margin:0 0 4px;color:var(--fpb-purple)}.fpb-modal__sub{color:#7a7480;font-size:.88rem;margin:0 0 16px}.fpb-modal__actions{display:flex;gap:10px;margin-top:18px}.fpb-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}@media(max-width:480px){.fpb-choice{grid-template-columns:1fr}}.fpb-choice button{border:1.5px solid var(--fpb-line);background:#fff;border-radius:12px;padding:16px 12px;cursor:pointer;text-align:left;transition:.15s;color:var(--fpb-ink)}.fpb-choice button:hover{border-color:var(--fpb-purple)}.fpb-choice button.is-sel{border-color:var(--fpb-purple);background:#f4c23912;box-shadow:0 0 0 3px #f4c2391a}.fpb-choice b{display:block;font-size:.98rem;margin-bottom:3px}.fpb-choice button.is-sel b{color:var(--fpb-purple)}.fpb-choice small{color:#7a7480;font-size:.8rem;line-height:1.3;display:block}.fpb-upload{margin:6px 0 4px}.fpb-upload label{font-weight:600;font-size:.88rem;display:block;margin-bottom:6px}.fpb-upload input[type=file]{width:100%;font-size:.85rem}.fpb-upload__status{font-size:.8rem;margin-top:6px;min-height:1.1em}.fpb-upload__status.ok{color:#1e7a46}.fpb-upload__status.err{color:#a32020}.fpb-note{background:var(--fpb-bg);border-radius:10px;padding:10px 12px;font-size:.82rem;color:#5a5560;margin-top:12px}.fpb-note--fee{border-left:3px solid var(--fpb-purple);background:#f4c2390d;color:var(--fpb-ink);font-weight:600}.fpb-spin{display:none}.fpb-btn.is-busy .fpb-spin{display:inline-block;animation:fpbspin 1s linear infinite}.fpb-btn.is-busy .fpb-btn__label{opacity:.7}@keyframes fpbspin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fp-account.css.map */
