@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap";.pokemontemp-landing{--pokemontemp-bg: #FFFBEA;--pokemontemp-water: #EAF4FB;--pokemontemp-water-deep: #D5ECFA;--pokemontemp-red: #E8353A;--pokemontemp-red-dark: #C02B2F;--pokemontemp-yellow: #F5C518;--pokemontemp-yellow-light: #FFF3C4;--pokemontemp-blue: #3A7DC9;--pokemontemp-ink: #1A2340;--pokemontemp-ink-soft: #566080;--pokemontemp-line: #E2EAF4;--pokemontemp-white: #FFFFFF;background:linear-gradient(160deg,var(--pokemontemp-bg) 0%,var(--pokemontemp-water) 100%);color:var(--pokemontemp-ink);font-family:Inter,sans-serif;padding:56px 0 72px}.pokemontemp-landing__wrap{max-width:1180px}.pokemontemp-landing__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start}.pokemontemp-landing__gallery{position:sticky;top:24px}.pokemontemp-frame{position:relative;background:var(--pokemontemp-white);border-radius:18px;padding:22px;box-shadow:0 1px #1a23400d,0 24px 48px -20px #1a234029;border:1px solid var(--pokemontemp-line)}.pokemontemp-frame__ball{position:absolute;top:-22px;left:50%;transform:translate(-50%);width:48px;height:48px;z-index:2;filter:drop-shadow(0 4px 8px rgba(26,35,64,.28))}.pokemontemp-frame__ball svg{width:100%;height:100%;display:block}.pokemontemp-frame__media{border-radius:10px;overflow:hidden;background:var(--pokemontemp-water-deep)}.pokemontemp-frame__img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.pokemontemp-frame__badge{position:absolute;top:18px;right:4px;background:var(--pokemontemp-red);color:var(--pokemontemp-white);font-family:Nunito,sans-serif;font-weight:900;font-size:14px;letter-spacing:.02em;padding:7px 14px 7px 16px;border-radius:999px 0 0 999px;box-shadow:0 6px 14px -4px #e8353a8c}.pokemontemp-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.pokemontemp-thumbs__item{width:64px;height:64px;border-radius:10px;border:2px solid transparent;background:var(--pokemontemp-white);padding:3px;cursor:pointer;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.pokemontemp-thumbs__item img{width:100%;height:100%;object-fit:cover;border-radius:7px}.pokemontemp-thumbs__item:hover{transform:translateY(-2px)}.pokemontemp-thumbs__item.is-active{border-color:var(--pokemontemp-red)}.pokemontemp-eyebrow{display:flex;align-items:center;gap:7px;font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--pokemontemp-red-dark);letter-spacing:.03em;margin:0 0 10px}.pokemontemp-eyebrow__icon{flex-shrink:0;color:var(--pokemontemp-yellow)}.pokemontemp-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(32px,4vw,46px);line-height:1.05;letter-spacing:.015em;margin:0 0 12px;color:var(--pokemontemp-ink)}.pokemontemp-tagline{font-size:14.5px;color:var(--pokemontemp-ink-soft);line-height:1.55;margin:0 0 18px}.pokemontemp-rating{display:flex;align-items:center;gap:10px;margin-bottom:18px}.pokemontemp-rating__stars{color:var(--pokemontemp-yellow);letter-spacing:2px;font-size:16px;text-shadow:0 1px 0 rgba(26,35,64,.16)}.pokemontemp-rating__text{font-size:14px;color:var(--pokemontemp-ink-soft);font-weight:600}.pokemontemp-price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:4px}.pokemontemp-price{font-family:Nunito,sans-serif;font-weight:900;font-size:38px;letter-spacing:.01em;color:var(--pokemontemp-red-dark)}.pokemontemp-price--compare{font-size:18px;color:var(--pokemontemp-ink-soft);text-decoration:line-through;font-weight:600}.pokemontemp-price__save{background:var(--pokemontemp-water-deep);color:var(--pokemontemp-red-dark);font-size:12.5px;font-weight:700;padding:4px 10px;border-radius:999px}.pokemontemp-price__tax{font-size:13px;color:var(--pokemontemp-ink-soft);margin:0 0 16px}.pokemontemp-price__tax a{color:var(--pokemontemp-red)}.pokemontemp-bulk-pill{display:inline-block;background:#f2b70533;color:#8a6604;font-weight:700;font-size:13.5px;padding:7px 14px;border-radius:999px;margin-bottom:18px;border:1px solid rgba(242,183,5,.45)}.pokemontemp-description{font-size:16px;line-height:1.6;color:var(--pokemontemp-ink-soft);margin-bottom:24px}.pokemontemp-form{margin-bottom:28px}.pokemontemp-design-picker{margin-bottom:22px}.pokemontemp-design-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px}.pokemontemp-design-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--pokemontemp-white);border:2px solid var(--pokemontemp-line);border-radius:14px;padding:8px 6px 10px;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.pokemontemp-design-card:hover{transform:translateY(-2px);border-color:var(--pokemontemp-red)}.pokemontemp-design-card.is-selected{border-color:var(--pokemontemp-red);box-shadow:0 8px 18px -8px #e8353a66}.pokemontemp-design-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:9px;background:var(--pokemontemp-water-deep)}.pokemontemp-design-card__label{font-family:Inter,sans-serif;font-weight:700;font-size:12.5px;color:var(--pokemontemp-ink);text-align:center;line-height:1.2}.pokemontemp-design-card__check{position:absolute;top:6px;right:6px;width:20px;height:20px;background:var(--pokemontemp-red);color:var(--pokemontemp-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;opacity:0;transform:scale(.7);transition:opacity .15s ease,transform .15s ease}.pokemontemp-design-card.is-selected .pokemontemp-design-card__check{opacity:1;transform:scale(1)}.pokemontemp-option{margin-bottom:18px}.pokemontemp-option__label{display:block;font-family:Nunito,sans-serif;font-weight:800;font-size:16px;letter-spacing:.01em;margin-bottom:8px;color:var(--pokemontemp-ink)}.pokemontemp-option__values{display:flex;gap:8px;flex-wrap:wrap}.pokemontemp-option__pill{font-family:Inter,sans-serif;font-weight:700;font-size:14px;background:var(--pokemontemp-white);border:2px solid var(--pokemontemp-line);color:var(--pokemontemp-ink);border-radius:999px;padding:9px 18px;cursor:pointer;transition:all .15s ease}.pokemontemp-option__pill:hover{border-color:var(--pokemontemp-red)}.pokemontemp-option__pill.is-selected{background:var(--pokemontemp-ink);border-color:var(--pokemontemp-ink);color:var(--pokemontemp-white)}.pokemontemp-buybox{display:flex;gap:12px;margin-bottom:12px}.pokemontemp-quantity{display:flex;align-items:center;background:var(--pokemontemp-white);border:2px solid var(--pokemontemp-line);border-radius:999px;overflow:hidden;flex-shrink:0}.pokemontemp-quantity__btn{width:40px;height:52px;background:transparent;border:none;font-size:18px;font-weight:700;color:var(--pokemontemp-ink);cursor:pointer}.pokemontemp-quantity__btn:hover{background:var(--pokemontemp-water)}.pokemontemp-quantity__input{width:36px;height:52px;border:none;text-align:center;font-weight:700;font-size:15px;background:transparent;color:var(--pokemontemp-ink);-moz-appearance:textfield}.pokemontemp-quantity__input::-webkit-outer-spin-button,.pokemontemp-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pokemontemp-add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;height:52px;background:var(--pokemontemp-red);color:var(--pokemontemp-white);border:none;border-radius:999px;font-family:Nunito,sans-serif;font-weight:900;font-size:17px;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 22px -8px #e8353a80;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.pokemontemp-add-btn:hover{transform:translateY(-1px);background:var(--pokemontemp-red-dark);box-shadow:0 14px 26px -8px #e8353a8c}.pokemontemp-add-btn:disabled{background:var(--pokemontemp-ink-soft);box-shadow:none;cursor:not-allowed;opacity:.6}.pokemontemp-add-btn__icon{font-size:17px}.pokemontemp-recap-price{text-align:center;font-size:14px;color:var(--pokemontemp-ink-soft);font-weight:600;margin:0 0 14px}.pokemontemp-recap-price__amount{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;letter-spacing:.01em;color:var(--pokemontemp-red-dark);margin-left:4px}.pokemontemp-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;width:100%;background:var(--pokemontemp-water);color:var(--pokemontemp-red-dark);text-decoration:none;border-radius:999px;font-weight:700;font-size:14.5px;margin-bottom:8px;transition:background .15s ease}.pokemontemp-whatsapp-btn:hover{background:var(--pokemontemp-water-deep)}.pokemontemp-tagcard-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none;margin:28px 0;padding:0}.pokemontemp-tagcard{position:relative;background:var(--pokemontemp-white);border:1px solid var(--pokemontemp-line);border-radius:12px;padding:16px 10px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.pokemontemp-tagcard__icon{font-size:22px;margin-bottom:2px}.pokemontemp-tagcard__title{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;letter-spacing:.01em;color:var(--pokemontemp-ink);line-height:1.2}.pokemontemp-tagcard__text{font-size:11.5px;color:var(--pokemontemp-ink-soft);line-height:1.3}.pokemontemp-payments{background:var(--pokemontemp-white);border-radius:14px;padding:18px 20px;margin-bottom:24px;border:1px solid var(--pokemontemp-line)}.pokemontemp-payments__label{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;margin:0 0 12px}.pokemontemp-payments__row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.pokemontemp-payment-chip{display:flex;align-items:center;gap:7px;background:var(--pokemontemp-water);color:var(--pokemontemp-ink);font-weight:700;font-size:13px;padding:8px 12px;border-radius:10px}.pokemontemp-payment-chip svg{color:var(--pokemontemp-red-dark);flex-shrink:0}.pokemontemp-payments__note{font-size:12.5px;color:var(--pokemontemp-ink-soft);margin:0}.pokemontemp-accordions{border-top:1px solid var(--pokemontemp-line)}.pokemontemp-accordion{border-bottom:1px solid var(--pokemontemp-line)}.pokemontemp-accordion summary{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;letter-spacing:.01em;padding:16px 4px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--pokemontemp-ink)}.pokemontemp-accordion summary::-webkit-details-marker{display:none}.pokemontemp-accordion summary:after{content:"+";font-size:20px;font-weight:400;color:var(--pokemontemp-red-dark);transition:transform .2s ease}.pokemontemp-accordion[open] summary:after{content:"\2212"}.pokemontemp-accordion__content{padding:0 4px 18px;font-size:14.5px;color:var(--pokemontemp-ink-soft);line-height:1.7}.pokemontemp-accordion__content ul{margin:0;padding-left:20px}.pokemontemp-accordion__content li{margin-bottom:6px}.pokemontemp-accordion__content strong{color:var(--pokemontemp-ink)}@media screen and (max-width:990px){.pokemontemp-landing__grid{grid-template-columns:1fr;gap:32px}.pokemontemp-landing__gallery{position:static}}@media screen and (max-width:600px){.pokemontemp-landing{padding:32px 0 48px}.pokemontemp-tagcard-row{grid-template-columns:1fr;gap:8px}.pokemontemp-buybox{flex-direction:column}.pokemontemp-quantity{justify-content:center}.pokemontemp-title{font-size:28px}}@media screen and (max-width:380px){.pokemontemp-design-picker__grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:7px}.pokemontemp-design-card__label{font-size:11px}}.pokemontemp-option__pill:focus-visible,.pokemontemp-add-btn:focus-visible,.pokemontemp-whatsapp-btn:focus-visible,.pokemontemp-quantity__btn:focus-visible,.pokemontemp-design-card:focus-visible,.pokemontemp-thumbs__item:focus-visible{outline:3px solid var(--pokemontemp-red);outline-offset:2px}@media(prefers-reduced-motion:reduce){.pokemontemp-add-btn,.pokemontemp-thumbs__item,.pokemontemp-option__pill,.pokemontemp-design-card{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pokemontemp.css.map */
