@font-face{
  font-family:'Varsity';
  src:url('/wp-content/uploads/fonts/varsity.woff2') format('woff2');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Sportjersey';
  src:url('/wp-content/uploads/fonts/sportsjersey.woff2') format('woff2');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'SportsWorld';
  src:url('/wp-content/uploads/fonts/SportsWorld-Regular.woff2') format('woff2');
  font-weight:normal;
  font-style:normal;
}
.teamkit-wrap{max-width:1280px;margin:0 auto;display:flex;gap:32px;align-items:flex-start;font-family:Arial,sans-serif;color:#1f2937}
.teamkit-main{flex:1 1 68%;min-width:0}
.teamkit-side{flex:0 0 360px;position:sticky;top:30px;align-self:flex-start}
.teamkit-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:22px;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.teamkit-title{font-size:32px;line-height:1.15;font-weight:700;margin:0 0 10px;color:#0f172a}
.teamkit-subtitle{font-size:15px;color:#475569;margin:0}
.teamkit-step{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-weight:700;margin-bottom:10px}
.teamkit-section-title{font-size:22px;font-weight:700;margin:0 0 16px;color:#0f172a}
.teamkit-includes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.teamkit-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;text-align:center;font-weight:600;font-size:14px}
.teamkit-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.teamkit-jersey{border:2px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;cursor:pointer;transition:.18s ease;text-align:center}
.teamkit-jersey:hover{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.teamkit-jersey.active{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.teamkit-jersey img{width:100%;height:150px;object-fit:contain;margin-bottom:10px;background:#f8fafc;border-radius:10px}
.teamkit-jersey strong{display:block;font-size:15px;color:#0f172a;margin-bottom:4px}
.teamkit-muted{color:#64748b;font-size:13px}
.teamkit-field{margin-bottom:16px}
.teamkit-label{display:block;font-size:14px;font-weight:700;margin-bottom:8px;color:#0f172a}
.teamkit-input,
.teamkit-qty{
  width:100%;
  min-height:46px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  padding:0 14px;
  font-size:14px;
  background:#fff;
  box-sizing:border-box;
  display:flex;
  align-items:center;
}

.teamkit-file{
  display:none;
}

.teamkit-upload-box{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:88px;
  border:2px dashed #2563eb;
  border-radius:16px;
  background:#eff6ff;
  color:#0f172a;
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  text-align:center;
  cursor:pointer;
  transition:.18s ease;
  box-sizing:border-box;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.18);
}

.teamkit-upload-box:hover{
  background:#dbeafe;
  transform:translateY(-1px);
}

.teamkit-order-lines{
  margin-top:24px;
}

.teamkit-order-line{
  display:grid;
  grid-template-columns:1.1fr .8fr .7fr;
  gap:8px;
  margin-bottom:8px;
}

.teamkit-add-line-btn{
  width:100%;
  min-height:40px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  color:#0f172a;
  font-weight:700;
  cursor:pointer;
  margin-top:4px;
}

.teamkit-add-line-btn:hover{
  border-color:#2563eb;
  background:#eff6ff;
}

.teamkit-color-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}

.teamkit-color-thumb{
  border:2px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  padding:8px;
  cursor:pointer;
  transition:.18s ease;
  text-align:center;
}

.teamkit-color-thumb.active{
  border-color:#2563eb;
  background:#eff6ff;
}

.teamkit-color-thumb img{
  width:100%;
  height:92px;
  object-fit:contain;
  display:block;
}

.teamkit-color-thumb span{
  display:block;
  margin-top:6px;
  font-size:12px;
  font-weight:700;
  color:#0f172a;
}
.teamkit-info{background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;padding:16px;font-size:14px;color:#334155;line-height:1.5}
.teamkit-warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:12px 14px;font-size:14px;margin-top:12px}
.teamkit-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:12px;padding:12px 14px;font-size:14px;margin-top:12px}

/* Intentionally left out to reduce CSS size and avoid confusion */overflow-x:auto;border:1px solid #e5e7eb;border-radius:14px}
.teamkit-roster{width:100%;border-collapse:collapse;min-width:860px;background:#fff}
.teamkit-roster th,.teamkit-roster td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px;vertical-align:middle}
.teamkit-roster th{background:#f8fafc;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#475569}
.teamkit-roster tr:last-child td{border-bottom:none}
.teamkit-roster input,.teamkit-roster select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px;font-size:14px;box-sizing:border-box}
.teamkit-roster input:disabled,.teamkit-roster select:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}
.teamkit-extra-row{display:grid;grid-template-columns:1fr 120px 130px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}
.teamkit-extra-row:last-child{border-bottom:none}
.teamkit-extra-name{font-weight:700;font-size:15px}
.teamkit-preview-box{
  position:relative;
  width:100%;
  max-width:760px;
  margin:0 auto;
  background:#f5f7fa;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:24px;
  text-align:center;
  box-sizing:border-box;
  overflow:hidden;
  min-height:660px;

  display:flex;
  align-items:center;
  justify-content:center;
}

.teamkit-thumb-label{
  display:none;
}

.teamkit-color-picker{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:nowrap;
}

.teamkit-color{
  width:30px;
  height:30px;
  border-radius:50%;
  cursor:pointer;
  transition:.15s ease;
  box-shadow:0 0 0 2px #e5e7eb;
  flex:0 0 30px;
}

.teamkit-color:hover{
  transform:scale(1.08);
}

.teamkit-color.active{
  box-shadow:
    0 0 0 2px #2563eb,
    0 0 0 4px #dbeafe;
}

.teamkit-color:hover{
  transform:scale(1.08);
}

.teamkit-color.active{
  box-shadow:
    0 0 0 3px #2563eb,
    0 0 0 6px #dbeafe;
}

.uploadedLogoPreview{
  display:none;
  position:absolute;
  object-fit:contain;
  pointer-events:none;
  z-index:99;
}

.imprintTextPreview{
  display:none;
  position:absolute;
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:100;
  font-family:Arial,sans-serif;
  font-weight:800;
  text-transform:uppercase;
  color:#111827;
  text-align:center;
  white-space:nowrap;
}

.imprint-front-heart{
  top:31%;
  left:42%;
  width:13%;
  max-width:105px;
  transform:translate(-50%,-50%);
}

.imprint-front-opposite{
  top:31%;
  left:58%;
  width:13%;
  max-width:105px;
  transform:translate(-50%,-50%);
}

.imprint-front-center{
  top:34%;
  left:50%;
  width:24%;
  max-width:185px;
  transform:translate(-50%,-50%);
}

.imprint-back{
  top:32%;
  left:50%;
  width:22%;
  max-width:170px;
  transform:translate(-50%,-50%);
}

.imprint-left-sleeve{
  top:36%;
  left:50%;
  width:16%;
  max-width:120px;
  transform:translate(-50%,-50%);
}

.imprint-right-sleeve{
  top:36%;
  left:50%;
  width:16%;
  max-width:120px;
  transform:translate(-50%,-50%);
}

.teamkit-product-builder-layout{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:30px;
  align-items:stretch;
}

.teamkit-custom-panel{
  border-right:1px solid #e5e7eb;
  padding-right:26px;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.teamkit-preview-panel{
  min-width:0;
}

.teamkit-preview-title{
  text-align:center;
  margin-bottom:12px;
  font-weight:800;
  font-size:18px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0f172a;
}

.teamkit-preview-area{
  display:block;
}

.teamkit-preview-box{
  max-width:none;
  min-height:620px;
  padding:18px;
}

#selectedJerseyPreview{
  width:100%;
  max-width:780px;
  height:590px;
  object-fit:contain;
  object-position:center center;
}

.teamkit-view-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:620px;
  margin:16px auto 0;
}

.teamkit-thumb-btn span{
  display:block;
  margin-top:5px;
  font-size:10px;
  font-weight:700;
  color:#0f172a;
  line-height:1.1;
  white-space:nowrap;
}

.teamkit-thumb-btn[data-shirt-view="RightSleeve"] img{
  transform:scaleX(-1);
}

.teamkit-color-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:620px;
  width:100%;
  margin:16px auto 0;
}

.teamkit-order-table{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  margin-top:18px;
}

.teamkit-order-head,
.teamkit-order-line{
  display:grid;
  grid-template-columns:1fr .8fr 70px 38px;
  gap:0;
  align-items:center;
}

.teamkit-order-head{
  background:#f8fafc;
  border-bottom:1px solid #e5e7eb;
}

.teamkit-order-head span{
  padding:10px 8px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#475569;
}

.teamkit-order-line{
  margin:0;
  border-bottom:1px solid #e5e7eb;
}

.teamkit-order-line:last-child{
  border-bottom:none;
}

.teamkit-order-line select,
.teamkit-order-line input{
  border:none;
  border-radius:0;
  min-height:44px;
  padding:0 8px;
  background:#fff;
}

.teamkit-remove-line{
  width:28px;
  height:28px;
  border:none;
  border-radius:8px;
  background:#f1f5f9;
  color:#64748b;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}

.teamkit-remove-line:hover{
  background:#fee2e2;
  color:#991b1b;
}

.teamkit-add-line-btn{
  margin-top:10px;
  min-height:42px;
  border-style:dashed;
}

.teamkit-thumb-btn{
  border:2px solid #e5e7eb;
  background:#fff;
  border-radius:14px;
  padding:10px;
  cursor:pointer;
  transition:.18s ease;
}

.teamkit-thumb-btn.active{
  border-color:#2563eb;
  background:#eff6ff;
}

.teamkit-thumb-btn img{
  width:100%;
  height:74px;
  object-fit:contain;
  object-position:center center;
  display:block;
}

.teamkit-thumb-label{
  display:none;
}
.teamkit-approval{display:flex;gap:10px;align-items:flex-start;margin-top:18px;font-size:14px;font-weight:600;line-height:1.4}
.teamkit-side .teamkit-card{padding:22px}
.teamkit-summary-title{font-size:22px;font-weight:700;margin:0 0 8px;color:#0f172a}
.teamkit-summary-sub{font-size:14px;color:#64748b;margin-bottom:18px}
.teamkit-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e5e7eb;font-size:14px}
.teamkit-line span:first-child{color:#334155}
.teamkit-line span:last-child{font-weight:700;color:#0f172a;white-space:nowrap;text-align:right}
.teamkit-total{display:flex;justify-content:space-between;gap:14px;padding-top:18px;margin-top:8px;font-size:22px;font-weight:800;color:#0f172a}
.teamkit-btn{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:52px;border:none;border-radius:12px;background:#111827;color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:.18s ease;margin-top:18px}
.teamkit-btn:hover{background:#000}
.teamkit-helper{font-size:13px;color:#64748b;margin-top:8px}
.teamkit-alert{display:none;margin-top:12px;padding:12px 14px;border-radius:10px;font-size:14px}
.teamkit-alert.error{display:block;background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.teamkit-mini{font-size:12px;color:#64748b}
@media(max-width:1100px){.teamkit-wrap{flex-direction:column}.teamkit-side{position:static;width:100%;flex:1 1 auto}}
@media(max-width:800px){.teamkit-grid-4,.teamkit-includes{grid-template-columns:1fr 1fr}.teamkit-extra-row{grid-template-columns:1fr}}
@media(max-width:520px){.teamkit-grid-4,.teamkit-includes{grid-template-columns:1fr}}

.teamkit-roster-summary{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
  margin-top:18px;
  background:#fff;
}

.teamkit-roster-summary-row{
  display:grid;
  grid-template-columns:60px 1fr;
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
  color:#475569;
}

.teamkit-roster-summary-row:last-child{
  border-bottom:none;
}

.teamkit-modal-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.55);
  z-index:99999;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.teamkit-modal{
  width:min(1120px,100%);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.teamkit-modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:18px;
}

.teamkit-modal-title{
  font-size:22px;
  font-weight:800;
  color:#0f172a;
}

.teamkit-modal-close{
  border:none;
  background:transparent;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}

.teamkit-roster-table{
  width:100%;
  border-collapse:collapse;
  min-width:960px;
}

.teamkit-roster-table th,
.teamkit-roster-table td{
  padding:8px;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
}

.teamkit-roster-table th{
  text-align:left;
  color:#334155;
  font-weight:700;
}

.teamkit-roster-table input,
.teamkit-roster-table select{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:8px;
  padding:9px 10px;
  box-sizing:border-box;
}

.teamkit-modal-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:20px;
}

.teamkit-secondary-btn{
  min-height:48px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  color:#0f172a;
  font-weight:700;
  padding:0 18px;
  cursor:pointer;
}

.teamkit-yellow-btn{
  min-height:48px;
  border:none;
  border-radius:10px;
  background:#facc15;
  color:#111827;
  font-weight:800;
  padding:0 26px;
  cursor:pointer;
}

.teamkit-imprint-panel{
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  margin-top:18px;
}

.teamkit-imprint-row{
  display:grid;
  grid-template-columns:26px 1fr auto;
  gap:10px;
  align-items:center;
  padding:12px;
  border-bottom:1px solid #e5e7eb;
  cursor:pointer;
}

.teamkit-imprint-row:last-child{
  border-bottom:none;
}

.teamkit-imprint-row.active{
  background:#eff6ff;
}

.teamkit-imprint-row strong{
  font-size:14px;
  color:#0f172a;
}

.teamkit-imprint-price{
  font-size:13px;
  font-weight:800;
  color:#2563eb;
}

.teamkit-imprint-config{
  margin-top:18px;
  padding:16px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#f8fafc;
}

.teamkit-imprint-config-title{
  font-size:15px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:14px;
}

.teamkit-toggle-group{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:14px;
}

.teamkit-toggle-btn{
  min-height:38px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.teamkit-toggle-btn.active{
  border-color:#2563eb;
  background:#eff6ff;
  color:#1d4ed8;
}

.teamkit-imprint-upload-box{
  min-height:68px;
  border:2px dashed #2563eb;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  padding:12px;
}

.teamkit-imprint-upload-box:hover{
  background:#eff6ff;
}

.teamkit-imprint-status{
  font-size:12px;
  color:#64748b;
  margin-top:8px;
  line-height:1.35;
}

.teamkit-imprint-summary{
  margin-top:14px;
  border-top:1px solid #e5e7eb;
  padding-top:12px;
  font-size:13px;
  color:#475569;
  line-height:1.55;
}

.teamkit-imprint-summary strong{
  color:#0f172a;
}

.teamkit-imprint-group-title{
  padding:12px 12px 8px;
  background:#f8fafc;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#334155;
  border-bottom:1px solid #e5e7eb;
}

.teamkit-imprint-row.is-child{
  padding-left:28px;
  grid-template-columns:26px 1fr auto;
}

.teamkit-imprint-row.is-child strong{
  font-size:13px;
}

.teamkit-imprint-row.is-child::before{
  content:'';
  position:absolute;
}

.teamkit-imprint-divider{
  height:10px;
  background:#f8fafc;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}