/* ============================================================
   TryPokeCard Elementor Addon – Global Stylesheet
   Mirrors the original HTML source exactly.
   All widget-specific CSS is also here so it loads once.
   ============================================================ */

/* Reset inside widget wrappers */
.tpce-widget *, .tpce-widget *::before, .tpce-widget *::after {
  box-sizing: border-box;
}
.tpce-widget { font-family: 'Barlow', sans-serif; color: #111; line-height: 1.5; }
.tpce-widget a { text-decoration: none; color: inherit; }
.tpce-widget button { cursor: pointer; font-family: inherit; }
.tpce-widget ul { list-style: none; padding: 0; margin: 0; }

/* ==================== ANNOUNCEMENT BAR ==================== */
.tpce-announce-bar {
  background: #000; color: #fff;
  font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 500;
  text-align: center; padding: 9px 16px;
  display: flex; align-items: center; justify-content: space-between;
  letter-spacing: 0.3px; position: sticky; top: 0; z-index: 200;
}
.tpce-announce-bar .tpce-ab-center { flex: 1; text-align: center; }
.tpce-announce-bar .tpce-ab-right {
  font-size: 11px; color: #aaa; white-space: nowrap;
  display: flex; align-items: center; gap: 4px;
}

/* ==================== NAV / HEADER ==================== */
.tpce-header {
  background: #fff; border-bottom: 1px solid #e5e7eb;
  position: sticky; top: 37px; z-index: 199;
}
.tpce-nav-inner {
  max-width: 1440px; margin: 0 auto;
  padding: 0 24px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  position: relative;
}
.tpce-nav-hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.tpce-nav-hamburger span { width: 20px; height: 1.5px; background: #111; border-radius: 1px; display: block; transition: all .2s; }
.tpce-nav-logo {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 0;
}
.tpce-nav-logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 800; color: #111; letter-spacing: 2px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; line-height: 1;
}
.tpce-nav-logo-text .tpce-try  { font-size: 10px; letter-spacing: 4px; color: #666; }
.tpce-nav-logo-text .tpce-poke { font-size: 22px; color: #111; }
.tpce-nav-logo-text .tpce-card { font-size: 14px; letter-spacing: 3px; color: #666; }
.tpce-nav-right { display: flex; align-items: center; gap: 18px; }
.tpce-nav-icon-btn { background: none; border: none; padding: 4px; display: flex; align-items: center; justify-content: center; }
.tpce-nav-icon-btn svg { width: 20px; height: 20px; stroke: #111; fill: none; stroke-width: 1.5; }
.tpce-nav-cart { position: relative; }
.tpce-nav-cart-badge {
  position: absolute; top: -6px; right: -6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #111; color: #fff; font-size: 9px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ==================== HERO ==================== */
.tpce-hero {
  position: relative; overflow: hidden;
  background: #000; min-height: 540px;
  display: flex; align-items: stretch;
}
.tpce-hero-bg-canvas { position: absolute; inset: 0; z-index: 0; }
.tpce-hero-bg-img {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(80,20,120,0.85) 0%, transparent 65%),
    radial-gradient(ellipse 35% 50% at 15% 55%, rgba(150,30,80,0.7) 0%, transparent 55%),
    radial-gradient(ellipse 35% 50% at 85% 30%, rgba(180,20,150,0.6) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 50% 20%, rgba(40,10,100,0.9) 0%, transparent 70%),
    linear-gradient(180deg,#050010 0%,#0a0025 40%,#080018 100%);
}
.tpce-hero-content {
  position: relative; z-index: 10;
  max-width: 1440px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 60px 48px; gap: 0;
}
.tpce-hero-left-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: #f5a623; margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.tpce-hero-left-tag::before { content: ''; width: 24px; height: 1px; background: #f5a623; }
.tpce-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(68px,6.5vw,96px); font-weight: 900; line-height: 0.88;
  color: #fff; text-transform: uppercase; letter-spacing: -1px;
}
.tpce-hero-h1 .tpce-line2 {
  color: #f5a623; text-shadow: 0 0 40px rgba(245,166,35,0.5); display: block;
}
.tpce-hero-h1-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 5px;
  color: #60cfff; text-transform: uppercase; margin-top: 14px;
}
.tpce-hero-center {
  display: flex; flex-direction: column; align-items: center;
  position: relative; width: 340px;
}
.tpce-hero-product-box {
  background: linear-gradient(160deg,rgba(20,5,50,0.95),rgba(5,0,30,0.98));
  border: 1px solid rgba(140,60,255,0.35); border-radius: 16px;
  padding: 28px 24px 24px; text-align: center;
  box-shadow: 0 0 0 1px rgba(140,60,255,0.15), 0 0 60px rgba(100,40,200,0.4), 0 0 120px rgba(50,20,150,0.3), inset 0 1px 0 rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
  animation: tpce-heroFloat 5s ease-in-out infinite;
}
.tpce-hero-product-box::before {
  content: ''; position: absolute;
  top: -40px; left: -40px; right: -40px; height: 120px;
  background: radial-gradient(ellipse,rgba(160,80,255,0.25),transparent 70%);
  pointer-events: none;
}
.tpce-hero-box-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(150,200,255,0.6); margin-bottom: 6px;
}
.tpce-hero-box-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px; font-weight: 900; line-height: 0.9;
  color: #fff; text-transform: uppercase; letter-spacing: 1px;
}
.tpce-hero-box-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase;
  color: #60cfff; margin-top: 6px;
}
.tpce-hero-box-img-area {
  width: 220px; height: 220px; margin: 16px auto 12px;
  position: relative; display: flex; align-items: center; justify-content: center;
}
.tpce-hero-box-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle,rgba(100,40,255,0.5) 0%,rgba(0,150,255,0.2) 40%,transparent 70%);
  animation: tpce-glowPulse 3s ease-in-out infinite; border-radius: 50%;
}
.tpce-hero-box-pokemon {
  font-size: 110px; position: relative; z-index: 2;
  filter: drop-shadow(0 0 20px rgba(160,80,255,0.8)) drop-shadow(0 0 40px rgba(0,150,255,0.4));
  animation: tpce-pokemonFloat 4s ease-in-out infinite;
}
.tpce-hero-box-underline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(150,200,255,0.5); border-top: 1px solid rgba(140,60,255,0.2);
  padding-top: 10px; margin-top: 4px;
}
/* Flying cards */
.tpce-flying-cards { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.tpce-fcard {
  position: absolute; width: 66px; height: 92px; border-radius: 8px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6), 0 0 16px rgba(140,60,255,0.4);
  border: 1px solid rgba(180,120,255,0.3);
}
.tpce-fcard .tpce-fcard-img {
  width: 100%; height: 100%;
  background: linear-gradient(135deg,#1a0a3e,#0d1a4e);
  display: flex; align-items: center; justify-content: center; font-size: 36px;
}
.tpce-fcard:nth-child(1){top:8%;left:4%;transform:rotate(-15deg);animation:tpce-flyCard1 6s ease-in-out infinite}
.tpce-fcard:nth-child(2){top:2%;right:8%;transform:rotate(12deg);animation:tpce-flyCard2 7s 0.5s ease-in-out infinite}
.tpce-fcard:nth-child(3){bottom:10%;left:8%;transform:rotate(8deg);animation:tpce-flyCard3 5.5s 1s ease-in-out infinite}
.tpce-fcard:nth-child(4){bottom:4%;right:4%;transform:rotate(-10deg);animation:tpce-flyCard4 6.5s 0.3s ease-in-out infinite}
.tpce-fcard:nth-child(5){top:30%;left:-2%;transform:rotate(20deg) scale(0.85);animation:tpce-flyCard2 8s 1.5s ease-in-out infinite}
.tpce-fcard:nth-child(6){top:35%;right:-1%;transform:rotate(-18deg) scale(0.85);animation:tpce-flyCard1 7.5s 0.8s ease-in-out infinite}
.tpce-hero-right { text-align: right; }
.tpce-hero-right-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: #60cfff; margin-bottom: 8px;
}
.tpce-hero-preorder-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(64px,6vw,90px); font-weight: 900; line-height: 0.85;
  color: #f5a623; text-transform: uppercase; letter-spacing: -1px;
  text-shadow: 0 0 50px rgba(245,166,35,0.45);
}
.tpce-hero-preorder-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 5px;
  color: rgba(255,255,255,0.6); text-transform: uppercase; margin-top: 10px;
}
.tpce-hero-preorder-btn {
  display: inline-block; margin-top: 20px;
  background: #f5a623; color: #000;
  font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 32px; border-radius: 4px; border: none;
  transition: background .18s, transform .12s;
  box-shadow: 0 4px 24px rgba(245,166,35,0.35);
}
.tpce-hero-preorder-btn:hover { background: #e09a1a; transform: translateY(-2px); }
.tpce-hero-lightning-wrap {
  position: absolute; inset: 0; z-index: 8; pointer-events: none; overflow: hidden;
}
.tpce-hero-lightning-wrap svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.12; }

/* ==================== SECTION SHARED ELEMENTS ==================== */
.tpce-section-eyebrow {
  font-family: 'Barlow', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: #e53e3e; margin-bottom: 6px; display: flex; align-items: center; gap: 8px;
}
.tpce-section-eyebrow::before { content: ''; width: 16px; height: 1px; background: #e53e3e; }
.tpce-section-h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 28px; font-weight: 800; color: #111; letter-spacing: -0.5px; margin-bottom: 4px;
}
.tpce-section-sub { font-size: 13px; color: #888; margin-bottom: 24px; }

/* ==================== PRODUCT TABS ==================== */
.tpce-product-tabs { display: flex; gap: 4px; margin-bottom: 28px; flex-wrap: wrap; }
.tpce-ptab {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 7px 18px; border-radius: 4px; border: 1px solid #e2e4e9;
  background: #fff; color: #666; cursor: pointer; transition: all .15s;
}
.tpce-ptab.active, .tpce-ptab:hover { background: #111; color: #fff; border-color: #111; }

/* ==================== PRODUCT GRID / CARDS ==================== */
.tpce-pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tpce-pc {
  border: 1px solid #e8eaef; border-radius: 10px; overflow: hidden;
  background: #fff; position: relative;
  transition: box-shadow .2s, transform .2s;
}
.tpce-pc:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.09); transform: translateY(-3px); }
.tpce-pc-badges { position: absolute; top: 10px; left: 10px; z-index: 5; display: flex; gap: 4px; flex-wrap: wrap; }
.tpce-b { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 7px; border-radius: 3px; }
.tpce-b-new    { background: #111; color: #fff; }
.tpce-b-sale   { background: #e53e3e; color: #fff; }
.tpce-b-sold   { background: #6b7280; color: #fff; }
.tpce-b-num    { background: #111; color: #fff; }
.tpce-b-want   { background: #f59e0b; color: #000; }
.tpce-b-msrp   { background: #e6f6ea; color: #16803a; border: 1px solid #c3ecd0; }
.tpce-b-preorder { background: #111; color: #fff; }
.tpce-b-count {
  position: absolute; top: 10px; right: 10px; z-index: 5;
  width: 26px; height: 26px; border-radius: 50%; background: #111; color: #fff;
  font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.tpce-pc-img {
  background: #f7f8fb; height: 196px;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px; position: relative; overflow: hidden;
}
.tpce-pc-img img { width: 100%; height: 100%; object-fit: cover; }
.tpce-pc-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.tpce-pc-body { padding: 14px; }
.tpce-pc-name { font-size: 12.5px; font-weight: 600; color: #111; line-height: 1.35; margin-bottom: 3px; }
.tpce-pc-brand { font-size: 10.5px; color: #9ca3af; margin-bottom: 11px; display: flex; align-items: center; gap: 4px; }
.tpce-pc-brand::before { content: ''; width: 12px; height: 1px; background: #e5e7eb; }
.tpce-pc-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.tpce-pc-price { font-size: 17px; font-weight: 800; color: #111; letter-spacing: -0.5px; }
.tpce-pc-price-old { font-size: 12px; color: #9ca3af; text-decoration: line-through; font-weight: 400; display: block; }
.tpce-pc-stock { font-size: 10px; color: #9ca3af; margin-top: 2px; }
.tpce-pc-stock.green { color: #16803a; }
.tpce-btn-cart {
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 14px; border-radius: 4px; border: none;
  background: #111; color: #fff; transition: background .15s, transform .1s; white-space: nowrap;
}
.tpce-btn-cart:hover { background: #e53e3e; transform: scale(1.02); }
.tpce-btn-view {
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 8px 14px; border-radius: 4px; border: 1px solid #dde0e8;
  background: #fff; color: #555; transition: all .15s; white-space: nowrap;
}
.tpce-btn-view:hover { border-color: #111; color: #111; }
.tpce-btn-soldout {
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 8px 14px; border-radius: 4px; border: 1px solid #e5e7eb;
  background: #f9fafb; color: #bbb; cursor: not-allowed; white-space: nowrap;
}

/* ==================== FEATURED PRODUCTS SECTION ==================== */
.tpce-products-section { padding: 56px 0 64px; background: #fff; }
.tpce-products-inner { max-width: 1440px; margin: 0 auto; padding: 0 48px; }

/* ==================== NEW RELEASES ==================== */
.tpce-releases-section { background: #f9f9fb; padding: 60px 0; }
.tpce-releases-inner { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.tpce-releases-header { margin-bottom: 36px; }
.tpce-rel-main {
  display: grid; grid-template-columns: 45% 1fr;
  border-radius: 12px; overflow: hidden; background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  margin-bottom: 20px; transition: box-shadow .2s;
}
.tpce-rel-main:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08), 0 8px 32px rgba(0,0,0,0.07); }
.tpce-rel-img {
  position: relative; overflow: hidden;
  background: linear-gradient(140deg,#040d2a,#0a1540,#040d2a);
  min-height: 320px; display: flex; align-items: center; justify-content: center;
}
.tpce-rel-img-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 32px; text-align: center;
}
.tpce-rel-img-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(0,160,255,0.15), transparent);
  pointer-events: none;
}
.tpce-rel-img-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px,3vw,52px); font-weight: 900;
  text-transform: uppercase; letter-spacing: 2px;
  color: #fff; line-height: 0.9;
  text-shadow: 0 2px 20px rgba(0,160,255,0.4);
}
.tpce-rel-img-title .sub { font-size: 0.4em; letter-spacing: 6px; color: rgba(100,200,255,0.7); display: block; margin-top: 6px; }
.tpce-rel-img-emoji { font-size: 80px; margin-bottom: 12px; filter: drop-shadow(0 4px 20px rgba(0,160,255,0.5)); }
.tpce-rel-body { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.tpce-rel-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 3px; margin-bottom: 14px; width: fit-content;
}
.tpce-rs-pre    { background: #fce8e8; color: #cc2222; border: 1px solid #f5c6c6; }
.tpce-rs-pre::before   { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #cc2222; }
.tpce-rs-stock  { background: #e8f5e8; color: #166534; border: 1px solid #c6e8c6; }
.tpce-rs-stock::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #16a34a; }
.tpce-rs-back   { background: #fff8e8; color: #92400e; border: 1px solid #f5dfa0; }
.tpce-rs-back::before  { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #d97706; }
.tpce-rel-title { font-family: 'Barlow', sans-serif; font-size: 24px; font-weight: 800; color: #111; margin-bottom: 4px; letter-spacing: -0.3px; }
.tpce-rel-date { font-size: 11px; color: #9ca3af; margin-bottom: 14px; }
.tpce-rel-desc { font-size: 12.5px; color: #555; line-height: 1.75; margin-bottom: 18px; }
.tpce-rel-tags { display: flex; gap: 6px; margin-bottom: 20px; flex-wrap: wrap; }
.tpce-rel-tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; padding: 4px 10px; border-radius: 3px; background: #f3f4f6; color: #666; border: 1px solid #e5e7eb; }
.tpce-btn-preorder-main {
  display: inline-block; background: #f5a623; color: #000;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 32px; border-radius: 4px; border: none;
  box-shadow: 0 2px 12px rgba(245,166,35,0.3);
  transition: background .15s, transform .1s; width: fit-content;
}
.tpce-btn-preorder-main:hover { background: #e09a1a; transform: translateY(-1px); }
.tpce-rel-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tpce-rel-mini {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 12px; overflow: hidden; background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
}
.tpce-rel-mini-img {
  position: relative; min-height: 200px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 20px; text-align: center;
}
.tpce-rel-mini-img-glow { position: absolute; inset: 0; pointer-events: none; }
.tpce-rmi-emoji { font-size: 48px; margin-bottom: 8px; position: relative; z-index: 2; }
.tpce-rmi-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase;
  letter-spacing: 1px; line-height: 1.2; position: relative; z-index: 2;
}
.tpce-rel-mini-body { padding: 20px; display: flex; flex-direction: column; justify-content: center; }

/* ==================== WHY US ==================== */
.tpce-why-section { background: #fff; padding: 72px 0; }
.tpce-why-inner { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.tpce-why-header { margin-bottom: 48px; }
.tpce-big-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(48px,5vw,72px); font-weight: 900; line-height: 0.9; color: #111; text-transform: uppercase; letter-spacing: -1px; }
.tpce-why-desc { font-size: 14px; color: #666; margin-top: 12px; }
.tpce-why-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
.tpce-why-item { display: flex; gap: 20px; align-items: flex-start; }
.tpce-why-num {
  font-family: 'Barlow Condensed', sans-serif; font-size: 40px; font-weight: 900;
  color: #e8e8e8; line-height: 1; flex-shrink: 0; width: 52px;
}
.tpce-why-text .title { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 6px; }
.tpce-why-text .desc  { font-size: 13px; color: #555; line-height: 1.75; }

/* ==================== EMAIL SIGNUP ==================== */
.tpce-email-section { background: #111; padding: 72px 24px; }
.tpce-email-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.tpce-email-label {
  font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase; color: #f5a623; margin-bottom: 12px;
}
.tpce-email-h {
  font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px,4vw,52px); font-weight: 900;
  line-height: 0.92; color: #fff; text-transform: uppercase; margin-bottom: 14px;
}
.tpce-email-sub { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 28px; line-height: 1.7; }
.tpce-email-form { display: flex; gap: 8px; max-width: 460px; margin: 0 auto 20px; }
.tpce-email-input {
  flex: 1; padding: 14px 18px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06); color: #fff; font-family: 'Barlow', sans-serif;
  font-size: 13px; border-radius: 4px; outline: none;
}
.tpce-email-input::placeholder { color: rgba(255,255,255,0.3); }
.tpce-email-input:focus { border-color: rgba(245,166,35,0.5); }
.tpce-email-btn {
  background: #f5a623; color: #000; font-family: 'Barlow', sans-serif;
  font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 14px 24px; border: none; border-radius: 4px;
  transition: background .15s, transform .1s; white-space: nowrap;
}
.tpce-email-btn:hover { background: #e09a1a; transform: translateY(-1px); }
.tpce-email-fine {
  display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;
  font-size: 11px; color: rgba(255,255,255,0.35);
}
.tpce-email-fine span::before { content: '✓ '; color: #f5a623; }

/* ==================== FOOTER ==================== */
.tpce-footer { background: #000; padding: 48px 0 0; }
.tpce-footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.tpce-footer-grid { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; gap: 48px; padding-bottom: 40px; }
.tpce-footer-logo-area { display: flex; flex-direction: column; align-items: flex-start; }
.tpce-footer-logo-box { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tpce-footer-logo-icon {
  width: 40px; height: 40px; background: linear-gradient(135deg,#cc2200,#f5a623);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.tpce-footer-logo-label { font-family: 'Barlow Condensed', sans-serif; line-height: 1.1; }
.tpce-footer-logo-label .sub  { font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #6b7280; display: block; }
.tpce-footer-logo-label .main { font-size: 16px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #fff; display: block; }
.tpce-footer-desc { font-size: 12px; color: #6b7280; line-height: 1.75; margin-bottom: 20px; }
.tpce-footer-social { display: flex; gap: 8px; }
.tpce-fsocial-btn {
  width: 32px; height: 32px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s, border-color .2s, color .2s;
  color: #6b7280; font-size: 11px; font-weight: 700; text-decoration: none;
}
.tpce-fsocial-btn:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: #fff; }
.tpce-footer-col h4 { font-size: 10px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.tpce-footer-col ul li { margin-bottom: 10px; }
.tpce-footer-col ul li a { font-size: 13px; color: #6b7280; transition: color .18s; display: inline-block; }
.tpce-footer-col ul li a:hover { color: #fff; }
.tpce-footer-follow { text-align: center; padding-bottom: 18px; }
.tpce-follow-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #5b4fe8; color: #fff; font-size: 12px; font-weight: 700;
  padding: 9px 18px; border-radius: 20px; border: none;
}
.tpce-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.tpce-footer-bottom-left { font-size: 11.5px; color: #6b7280; }
.tpce-footer-payments { display: flex; gap: 6px; align-items: center; }
.tpce-pay {
  font-size: 9px; font-weight: 700; letter-spacing: 1px; padding: 5px 9px; border-radius: 4px;
  background: rgba(255,255,255,0.06); color: #9ca3af; border: 1px solid rgba(255,255,255,0.1);
}
.tpce-footer-country { font-size: 11.5px; color: #6b7280; }
.tpce-footer-country-box {
  border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 8px 14px;
  font-size: 12px; color: #9ca3af; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px;
}
.tpce-footer-country-label { font-size: 11px; color: #6b7280; margin-bottom: 6px; }
.tpce-scroll-top-btn {
  width: 36px; height: 36px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  border: none; transition: transform .15s;
}
.tpce-scroll-top-btn:hover { transform: translateY(-2px); }
.tpce-scroll-top-btn svg { width: 14px; height: 14px; stroke: #111; fill: none; stroke-width: 2.4; }
.tpce-footer-copy { padding: 14px 0; font-size: 11px; color: #4b5563; }

/* ==================== PRODUCT DETAIL PAGE ==================== */
.tpce-pdp-section { max-width: 1320px; margin: 0 auto; padding: 0 48px 56px; }
.tpce-page-top-space { height: 32px; }
.tpce-pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.tpce-pdp-gallery { position: sticky; top: 120px; }
.tpce-pdp-main-img {
  background: #fafafa; border-radius: 12px; aspect-ratio: 1/1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 16px; border: 1px solid #f0f0f4;
  transition: transform .35s ease; cursor: zoom-in;
}
.tpce-pdp-main-img:hover { transform: scale(1.02); }
.tpce-pdp-main-img img { width: 88%; height: 88%; object-fit: contain; transition: transform .35s ease; }
.tpce-pdp-main-img:hover img { transform: scale(1.04); }
.tpce-pdp-thumbs { display: flex; gap: 10px; }
.tpce-pdp-thumb {
  width: 64px; height: 64px; border-radius: 8px;
  border: 1.5px solid #e5e7eb; overflow: hidden;
  cursor: pointer; transition: border-color .15s;
  display: flex; align-items: center; justify-content: center; background: #fafafa;
}
.tpce-pdp-thumb.active { border-color: #111; }
.tpce-pdp-thumb:hover { border-color: #999; }
.tpce-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tpce-pdp-thumb .tpce-ph { font-size: 26px; }
.tpce-pdp-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.tpce-stars { display: flex; gap: 1px; color: #f5a623; font-size: 14px; }
.tpce-pdp-rating-text { font-size: 12.5px; color: #6b7280; }
.tpce-pdp-title { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 12px; letter-spacing: -0.3px; }
.tpce-pdp-price { font-size: 26px; font-weight: 800; color: #111; margin-bottom: 4px; }
.tpce-pdp-shipping-note { font-size: 12px; color: #9ca3af; margin-bottom: 18px; }
.tpce-pdp-shipping-note a { color: #374151; text-decoration: underline; }
.tpce-pdp-meta-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.tpce-pdp-meta-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #374151; }
.tpce-pdp-meta-item svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; stroke: #374151; fill: none; stroke-width: 1.6; }
.tpce-pdp-meta-item.tpce-stock { color: #e08a1e; }
.tpce-pdp-meta-item.tpce-stock svg { stroke: #e08a1e; fill: #e08a1e; }
.tpce-pdp-info-icon {
  width: 14px; height: 14px; border-radius: 50%; border: 1px solid #b0b3ba;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; color: #9ca3af; flex-shrink: 0; margin-left: 2px;
}
.tpce-btn-add-cart {
  width: 100%; padding: 15px; background: #111; color: #fff;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  border: none; border-radius: 6px; margin-bottom: 18px; transition: background .15s;
}
.tpce-btn-add-cart:hover { background: #2a2a2a; }
.tpce-pdp-ship-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0; border-top: 1px solid #eee; font-size: 12.5px; color: #374151;
}
.tpce-pdp-ship-row .tpce-dot { width: 7px; height: 7px; border-radius: 50%; background: #16a34a; display: inline-block; margin-right: 6px; }
.tpce-pdp-ship-row .tpce-pay-link { color: #6b7280; display: flex; align-items: center; gap: 4px; cursor: pointer; }
.tpce-pdp-ship-row .tpce-pay-link svg { width: 12px; height: 12px; stroke: #6b7280; fill: none; stroke-width: 2; }
.tpce-pdp-desc-block { border-top: 1px solid #eee; padding-top: 24px; margin-top: 6px; }
.tpce-pdp-desc-title { font-size: 17px; font-weight: 700; color: #111; margin-bottom: 12px; }
.tpce-pdp-desc-text { font-size: 13px; color: #4b5563; line-height: 1.85; margin-bottom: 18px; }
.tpce-pdp-desc-text b { color: #111; font-weight: 700; }
.tpce-pdp-contains-label { font-size: 13px; color: #111; font-weight: 600; margin-bottom: 8px; }
.tpce-pdp-contains-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; padding: 0; }
.tpce-pdp-contains-list li { font-size: 13px; color: #4b5563; padding-left: 16px; position: relative; list-style: none; }
.tpce-pdp-contains-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: #c7c9d1; }
.tpce-pdp-social-strip {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid #eef0f4; border-radius: 8px;
  padding: 12px 16px; margin-bottom: 20px; background: #fafbfc;
}
.tpce-pdp-avatars { display: flex; }
.tpce-pdp-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid #fff; margin-left: -8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #fff;
}
.tpce-pdp-avatar:first-child { margin-left: 0; }
.tpce-pdp-social-text { font-size: 12.5px; color: #4b5563; }
.tpce-pdp-social-text b { color: #111; font-weight: 700; }
.tpce-pdp-verified-badge { color: #3b82f6; display: inline-flex; vertical-align: -2px; }
.tpce-pdp-accordion { border-top: 1px solid #eee; }
.tpce-pdp-accordion-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; cursor: pointer;
}
.tpce-pdp-accordion-head span { font-size: 14px; font-weight: 700; color: #111; }
.tpce-pdp-accordion-head svg { width: 16px; height: 16px; stroke: #111; fill: none; stroke-width: 2; transition: transform .2s; }
.tpce-pdp-accordion.open .tpce-pdp-accordion-head svg { transform: rotate(180deg); }
.tpce-pdp-accordion-body {
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  font-size: 12.5px; color: #6b7280; line-height: 1.8;
}
.tpce-pdp-accordion.open .tpce-pdp-accordion-body { max-height: 300px; padding-bottom: 16px; }

/* ==================== DISCOVER COLLECTION ==================== */
.tpce-discover-section { max-width: 1440px; margin: 0 auto; padding: 56px 48px; }

/* ==================== SHIPPING & GUARANTEE ==================== */
.tpce-sg-section { max-width: 1440px; margin: 0 auto; padding: 0 48px 56px; }
.tpce-sg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px; }
.tpce-sg-card {
  border: 1px solid #eceef2; border-radius: 10px; padding: 24px; text-align: center;
  transition: box-shadow .2s;
}
.tpce-sg-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.tpce-sg-icon { font-size: 26px; margin-bottom: 10px; }
.tpce-sg-title { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 6px; }
.tpce-sg-desc { font-size: 12px; color: #6b7280; line-height: 1.7; }

/* ==================== REVIEWS ==================== */
.tpce-reviews-section { max-width: 1440px; margin: 0 auto; padding: 0 48px 56px; }
.tpce-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }
.tpce-review-card { border: 1px solid #eceef2; border-radius: 10px; padding: 20px; }
.tpce-review-stars { color: #f5a623; font-size: 12px; margin-bottom: 10px; }
.tpce-review-text { font-size: 12.5px; color: #4b5563; line-height: 1.75; margin-bottom: 16px; min-height: 95px; }
.tpce-review-author { display: flex; align-items: center; gap: 10px; }
.tpce-review-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
.tpce-review-name { font-size: 12.5px; font-weight: 700; color: #111; }
.tpce-review-role { font-size: 11px; color: #9ca3af; }
.tpce-review-pagination { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.tpce-rp-track { flex: 1; height: 3px; background: #eee; border-radius: 2px; position: relative; max-width: 120px; }
.tpce-rp-fill { position: absolute; left: 0; top: 0; height: 100%; width: 15%; background: #e53e3e; border-radius: 2px; }
.tpce-rp-text { font-size: 11.5px; color: #9ca3af; }
.tpce-rp-arrows { display: flex; gap: 8px; margin-left: auto; }
.tpce-rp-arrow {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid #e5e7eb;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: border-color .15s;
}
.tpce-rp-arrow:hover { border-color: #111; }
.tpce-rp-arrow svg { width: 13px; height: 13px; stroke: #111; fill: none; stroke-width: 2; }
.tpce-rating-summary {
  display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center;
  border: 1px solid #eceef2; border-radius: 12px; padding: 32px 40px;
}
.tpce-rs-score { text-align: center; }
.tpce-rs-score .num { font-size: 44px; font-weight: 800; color: #f5a623; letter-spacing: -1px; }
.tpce-rs-score .stars { justify-content: center; margin: 4px 0; }
.tpce-rs-score .based { font-size: 11px; color: #9ca3af; }
.tpce-rs-bars { display: flex; flex-direction: column; gap: 8px; }
.tpce-rs-bar-row { display: flex; align-items: center; gap: 10px; font-size: 11.5px; color: #6b7280; }
.tpce-rs-bar-row .label { width: 26px; }
.tpce-rs-bar-track { flex: 1; height: 6px; background: #f0f0f4; border-radius: 3px; overflow: hidden; }
.tpce-rs-bar-fill { height: 100%; background: #f5a623; border-radius: 3px; }
.tpce-rs-bar-row .pct { width: 32px; text-align: right; }
.tpce-rs-happy { text-align: center; }
.tpce-rs-happy .num { font-size: 32px; font-weight: 800; color: #e53e3e; }
.tpce-rs-happy .label { font-size: 12px; color: #111; font-weight: 600; margin-top: 2px; }
.tpce-rs-happy .sub { font-size: 11px; color: #9ca3af; margin-top: 2px; }

/* ==================== SCROLL REVEAL ==================== */
.tpce-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.tpce-reveal.in { opacity: 1; transform: none; }
.tpce-pdp-gallery { animation: tpce-fadeIn 0.5s ease both; }
.tpce-pdp-info    { animation: tpce-fadeUp 0.5s 0.08s ease both; }

/* ==================== KEYFRAMES ==================== */
@keyframes tpce-heroFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes tpce-glowPulse {
  0%,100% { opacity: 0.7; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.08); }
}
@keyframes tpce-pokemonFloat {
  0%,100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-10px) rotate(3deg); }
}
@keyframes tpce-flyCard1 {
  0%,100% { transform: rotate(-15deg) translateY(0); }
  50%      { transform: rotate(-12deg) translateY(-12px); }
}
@keyframes tpce-flyCard2 {
  0%,100% { transform: rotate(12deg) translateY(0); }
  50%      { transform: rotate(9deg) translateY(-10px); }
}
@keyframes tpce-flyCard3 {
  0%,100% { transform: rotate(8deg) translateY(0); }
  50%      { transform: rotate(5deg) translateY(-14px); }
}
@keyframes tpce-flyCard4 {
  0%,100% { transform: rotate(-10deg) translateY(0); }
  50%      { transform: rotate(-7deg) translateY(-8px); }
}
@keyframes tpce-fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes tpce-fadeIn { from { opacity:0; } to { opacity:1; } }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1100px) {
  .tpce-hero-content { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 32px; padding: 40px 24px; }
  .tpce-hero-right { text-align: center; }
  .tpce-hero-center { width: 300px; }
  .tpce-why-items { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .tpce-pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .tpce-pdp-gallery { position: static; }
  .tpce-pgrid, .tpce-review-grid { grid-template-columns: repeat(2,1fr); }
  .tpce-sg-grid { grid-template-columns: 1fr; }
  .tpce-footer-grid { grid-template-columns: 1fr 1fr; }
  .tpce-rel-main { grid-template-columns: 1fr; }
  .tpce-rel-mini-grid { grid-template-columns: 1fr; }
  .tpce-rating-summary { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .tpce-pdp-section, .tpce-discover-section, .tpce-reviews-section, .tpce-footer-inner { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 640px) {
  .tpce-pgrid, .tpce-review-grid { grid-template-columns: 1fr; }
  .tpce-footer-grid { grid-template-columns: 1fr; }
  .tpce-email-form { flex-direction: column; }
  .tpce-releases-inner, .tpce-products-inner, .tpce-why-inner { padding-left: 20px; padding-right: 20px; }
}
