:root{--plx-ink: #14161C;--plx-ink-2: #1B1E26;--plx-gold: #D9A419;--plx-gold-bright: #F2C94C;--plx-teal: #2AA5B8;--plx-teal-deep: #17505C;--plx-cream: #F4ECDB;--plx-red: #E3350D;--plx-card-border: rgba(20, 22, 28, .08);--plx-radius: 16px}.card-wrapper{position:relative;background:#fff;border:1px solid var(--plx-card-border);border-radius:var(--plx-radius);box-shadow:0 6px 18px #14161c0d;padding:1rem 1rem 1.3rem;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.card-wrapper:hover{transform:translateY(-5px);box-shadow:0 18px 38px #14161c21;border-color:#d9a41980}.card-wrapper .card,.card-wrapper .card__inner{background:transparent;border:none;box-shadow:none}.card-wrapper .card__media,.card-wrapper .card__inner{border-radius:10px;overflow:hidden}.card__media .media img{transition:transform .35s ease}.card-wrapper:hover .card__media .media img{transform:scale(1.06)}.card__heading{font-size:1.3rem;line-height:1.4}.card__heading a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-information .price{font-weight:700;font-size:1.5rem;color:var(--plx-ink)}.quick-add__submit.button{background:var(--plx-ink);color:#fff;border-radius:999px;font-size:1.25rem;font-weight:700;letter-spacing:.03em;padding-top:1rem;padding-bottom:1rem;box-shadow:none;transition:background .2s ease,color .2s ease,transform .16s ease}.quick-add__submit.button:after{box-shadow:none}.quick-add__submit.button:hover:not([disabled]){background:var(--plx-gold);color:var(--plx-ink);transform:translateY(-1px)}.quick-add__submit.button[disabled]{background:#b9bdc4;color:#fff;opacity:.75}.card__badge .badge{border:none;border-radius:999px;font-weight:700;font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1.1rem;box-shadow:0 4px 12px #14161c2e}.plx-wish{position:absolute;top:12px;right:12px;z-index:4;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(20,22,28,.12);box-shadow:0 2px 10px #14161c24;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .18s ease,background .18s ease,border-color .18s ease}.plx-wish svg{width:17px;height:17px;fill:none;stroke:var(--plx-ink);stroke-width:1.8;stroke-linejoin:round;pointer-events:none}.plx-wish:hover{transform:scale(1.12);border-color:var(--plx-gold)}.plx-wish.is-active{background:var(--plx-gold);border-color:var(--plx-gold)}.plx-wish.is-active svg{fill:var(--plx-ink)}.plx-wish--pop{animation:plx-wish-pop .32s ease}@keyframes plx-wish-pop{50%{transform:scale(1.35)}}.plx-wish-head{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));padding:0}.plx-wish-head svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:1.6}.plx-wish-head__count{position:absolute;top:.2rem;right:.1rem;min-width:1.7rem;height:1.7rem;border-radius:999px;background:var(--plx-gold);color:var(--plx-ink);font-size:1.05rem;font-weight:700;line-height:1.7rem;text-align:center;padding:0 .3rem}.plx-wish-head__count.is-empty{display:none}.plx-wishdrawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;pointer-events:none}.plx-wishdrawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161c8c;opacity:0;transition:opacity .3s ease}.plx-wishdrawer__panel{position:absolute;top:0;right:0;height:100%;width:min(42rem,92vw);background:#fff;transform:translate(105%);transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:-12px 0 40px #14161c40}.plx-wishdrawer.is-open{pointer-events:auto}.plx-wishdrawer.is-open .plx-wishdrawer__overlay{opacity:1}.plx-wishdrawer.is-open .plx-wishdrawer__panel{transform:none}.plx-wishdrawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem;background:var(--plx-ink);color:#fff}.plx-wishdrawer__title{font-family:var(--font-heading-family);font-size:1.9rem;font-weight:700;margin:0}.plx-wishdrawer__close{background:none;border:none;color:#fff;font-size:2.6rem;line-height:1;cursor:pointer;padding:.2rem .6rem}.plx-wishdrawer__list{list-style:none;margin:0;padding:1.2rem 1.6rem;overflow-y:auto;flex:1}.plx-wishdrawer__item{display:grid;grid-template-columns:6.4rem 1fr auto;gap:1.2rem;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(20,22,28,.08)}.plx-wishdrawer__img{width:6.4rem;height:6.4rem;object-fit:contain;border-radius:8px;background:#f6f5f2}.plx-wishdrawer__link{text-decoration:none;color:var(--plx-ink)}.plx-wishdrawer__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.35rem;line-height:1.4;margin:0 0 .2rem}.plx-wishdrawer__price{font-weight:700;font-size:1.35rem}.plx-wishdrawer__remove{background:none;border:1px solid rgba(20,22,28,.15);border-radius:50%;width:3rem;height:3rem;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--plx-ink);transition:background .18s ease,color .18s ease}.plx-wishdrawer__remove:hover{background:var(--plx-ink);color:#fff}.plx-wishdrawer__empty{padding:3rem 2rem;text-align:center;font-size:1.4rem;opacity:.65}.collection{position:relative}.slider-button{width:4rem;height:4rem;border:1px solid rgba(20,22,28,.16);border-radius:50%;background:#fff;color:var(--plx-ink);transition:background .2s ease,color .2s ease,border-color .2s ease}.slider-button:hover:not([disabled]){background:var(--plx-gold);border-color:var(--plx-gold);color:var(--plx-ink)}.slider-button[disabled]{opacity:.3}.slider-button .icon{width:1.2rem}@media screen and (min-width:750px){.collection .slider-buttons{position:absolute;top:1rem;right:1.5rem;gap:.8rem}.collection .slider-buttons .slider-counter{display:none}}.product__info-wrapper .product__info-container{background:#fff;border:1px solid var(--plx-card-border);border-radius:18px;padding:2.6rem 2.4rem;box-shadow:0 12px 32px #14161c0f}@media screen and (max-width:749px){.product__info-wrapper .product__info-container{padding:1.8rem 1.4rem}}.product__media-list .product__media{border-radius:14px;overflow:hidden}.product__media-list .product__media:after{content:"";position:absolute;right:14px;bottom:12px;width:96px;height:25px;background:url(/cdn/shop/files/pokelix_logo_neu_text.png?v=1770903189) right bottom / contain no-repeat;opacity:.32;pointer-events:none;z-index:2}.product-form__input--pill{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;max-width:none}.product-form__input--pill label{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;margin:0;padding:1.1rem 1.3rem;border-radius:12px;border:1px solid rgba(20,22,28,.16);background:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,transform .16s ease}.product-form__input--pill label:hover{border-color:#14161c73;transform:translateY(-1px)}.product-form__input--pill input[type=radio]:checked+label{background:#fff;color:var(--plx-ink);border:2px solid var(--plx-ink);padding:calc(1.1rem - 1px) calc(1.3rem - 1px);box-shadow:0 6px 16px #14161c1a}.product-form__input--pill input[type=radio]:focus-visible+label{box-shadow:0 0 0 3px #d9a41973}.pokelix-vprice{display:block;font-weight:700;font-size:1.5rem;letter-spacing:0;text-transform:none;color:var(--plx-ink)}.product-form__submit.button{background:var(--plx-ink);color:#fff;border-radius:999px;font-weight:700;font-size:1.4rem;letter-spacing:.05em;text-transform:uppercase;box-shadow:none;transition:background .2s ease,transform .16s ease}.product-form__submit.button:after{box-shadow:none}.product-form__submit.button:hover:not([disabled]){background:#262b36;transform:translateY(-1px)}.shopify-payment-button__button--unbranded{background:var(--plx-gold)!important;color:var(--plx-ink)!important;border-radius:999px!important;font-weight:700!important;font-size:1.4rem!important;letter-spacing:.05em;text-transform:uppercase;transition:background .2s ease!important}.shopify-payment-button__button--unbranded:hover{background:var(--plx-gold-bright)!important}.product-form__input .quantity{border-radius:999px;border:1px solid rgba(20,22,28,.16);overflow:hidden}.product__description{background:#fbfaf7;border:1px solid var(--plx-card-border);border-left:3px solid var(--plx-gold);border-radius:14px;padding:2rem 2.2rem}.related-products>h2,.related-products .title{position:relative;padding-left:5.6rem}.related-products>h2:before,.related-products .title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4rem;height:3px;background:var(--plx-gold);border-radius:2px}@media(prefers-reduced-motion:no-preference){.plx-fade-up{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.plx-fade-up.is-inview{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/pokelix-v3.css.map */
