.pc-bundle{display:flex;flex-direction:column;gap:20px;margin:8px 0 28px;max-width:480px;width:100%;min-width:0}.pc-pokeselect{display:flex;flex-direction:column;gap:10px;min-width:0}.pc-pokeselect__label{font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin:0;color:var(--pc-ink-soft)}.pc-pokeselect__count{font-size:12px;font-weight:500;color:#9a9aa2;margin:-4px 0 0}.pc-pokeselect__strip{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;padding:2px 2px 8px;min-width:0}.pc-pokeselect__strip::-webkit-scrollbar{display:none}.pc-pokeswatch{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:66px;background:var(--pc-surface);border:1px solid var(--pc-line);border-radius:16px;padding:8px 6px 9px;cursor:pointer;font-family:inherit;color:inherit;transition:border-color .3s var(--pc-ease),transform .3s var(--pc-ease),box-shadow .3s var(--pc-ease),opacity .3s var(--pc-ease)}.pc-pokeswatch:focus-visible{outline:2px solid var(--pc-accent);outline-offset:2px}.pc-pokeselect__scrubber{display:none}@media(min-width:750px){.pc-pokeselect__scrubber{display:block;position:relative;height:4px;border-radius:100px;background:var(--pc-line);margin:2px 4px 0;cursor:pointer}.pc-pokeselect__scrubber-fill{position:absolute;top:50%;left:0;width:16px;height:16px;border-radius:50%;background:var(--pc-accent);box-shadow:0 2px 8px #00000038;transform:translate(-50%,-50%);transition:background .2s ease}.pc-pokeselect__scrubber:hover .pc-pokeselect__scrubber-fill{background:var(--pc-accent-dark)}}.pc-pokeswatch:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0a0a0a0f}.pc-pokeswatch__ring{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;overflow:hidden;background:var(--pc-gray);margin-bottom:6px}.pc-pokeswatch__ring img{width:100%;height:100%;object-fit:cover;display:block}.pc-pokeswatch.is-selected{border-color:var(--pc-accent);box-shadow:0 0 0 3px var(--pc-accent-soft)}.pc-pokeswatch__name{font-size:10px;font-weight:600;text-align:center;line-height:1.2;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.7}.pc-pokeswatch.is-selected .pc-pokeswatch__name{opacity:1;color:var(--pc-accent)}.pc-pokeswatch[data-soldout]{opacity:.4;cursor:not-allowed}.pc-pokeswatch[data-soldout] .pc-pokeswatch__soldout{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;background:#0a0a0a8c;color:#fff;font-size:8.5px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}.pc-bundle__tiers{display:flex;flex-direction:column;gap:10px}.pc-tier{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;border:1px solid var(--pc-line);background:var(--pc-surface);cursor:pointer;text-align:left;transition:border-color .3s var(--pc-ease),transform .3s var(--pc-ease),box-shadow .3s var(--pc-ease);width:100%;color:var(--pc-ink);font-family:inherit}.pc-tier:hover{transform:translateY(-2px)}.pc-tier.is-selected{border-color:var(--pc-accent);background:var(--pc-accent-tint);box-shadow:0 8px 24px var(--pc-accent-soft)}.pc-tier__radio{flex:none;width:19px;height:19px;border-radius:50%;border:1.5px solid #c7c7cc;position:relative}.pc-tier.is-selected .pc-tier__radio{border-color:var(--pc-accent)}.pc-tier.is-selected .pc-tier__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--pc-accent)}.pc-tier__main{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.pc-tier__title{font-weight:600;font-size:14px}.pc-tier__save{font-size:12px;font-weight:600;color:#1a9e4c}.pc-tier__price{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pc-tier__current{font-weight:700;font-size:17px}.pc-tier__compare{font-size:12px;opacity:.5}.pc-tier__ribbon{position:absolute;top:-11px;left:16px;background:var(--pc-ink);color:#fff;font-size:10px;font-weight:600;letter-spacing:.03em;padding:4px 10px;border-radius:100px}.pc-tier__ribbon--best{background:var(--pc-accent)}.pc-bundle__qty{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.pc-qty{display:inline-flex;align-items:center;gap:0;border-radius:100px;border:1px solid var(--pc-line);background:var(--pc-surface);overflow:hidden;height:50px}.pc-qty__btn{width:42px;height:100%;border:none;background:transparent;color:var(--pc-ink);font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.pc-qty__btn:hover{background:var(--pc-gray)}.pc-qty__btn:active{background:var(--pc-line)}.pc-qty__input{width:36px;height:100%;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--pc-line);border-right:1px solid var(--pc-line);background:transparent;color:var(--pc-ink);text-align:center;font-size:15px;font-weight:700;-webkit-user-select:none;user-select:none}.pc-bundle__add{flex:1;min-width:180px;height:50px;background:var(--pc-accent);color:#fff}.pc-bundle__add:hover{box-shadow:0 20px 50px var(--pc-accent-soft)}.pc-cta .pc-bundle{margin-left:auto;margin-right:auto}.pc-cta .pc-tier__main{text-align:left}.pc-cta .pc-pokeselect__strip{justify-content:center}.pc-cta .pc-pokeselect__label{color:#fff;opacity:.8}@media(max-width:480px){.pc-tier{padding:14px}.pc-tier__current{font-size:15px}.pc-pokeswatch{width:64px}.pc-pokeswatch__ring{width:46px;height:46px}.pc-pokeselect__strip{padding:2px 30vw 8px 4px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/pc-bundle.css.map */
