:root{
  --primary:#111111;--accent:#b91c1c;--bg:#f4f5f7;--card:#ffffff;--text:#151515;--muted:#6b7280;--radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1400px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}.header-row{min-height:74px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.3rem}.brand img{width:42px;height:42px;object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:16px;color:var(--muted)}.nav a:hover{color:var(--text)}.search-mini{display:flex;gap:6px}.search-mini input{min-width:180px;border:1px solid #ddd;border-radius:999px;padding:10px 14px;background:#fff}.search-mini button{border:0;border-radius:999px;padding:10px 14px;background:var(--primary);color:#fff}.hero{min-height:440px;display:flex;align-items:flex-end;padding:72px 0 50px;background-size:cover;background-position:center;position:relative}.hero.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.12))}.hero-inner{position:relative;max-width:780px}.hero.has-image .hero-inner{color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:800;color:var(--accent)}.hero.has-image .eyebrow{color:#fff}.hero h1{font-size:clamp(3rem,8vw,7rem);line-height:.9;letter-spacing:-.065em;margin:12px 0}.hero p{font-size:1.1rem;line-height:1.6;max-width:660px}.section{padding:52px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.05em;margin:0}.section-head p{color:var(--muted);max-width:620px}.team-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.team-card{background:var(--card);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius);padding:20px;text-align:center;transition:.2s;box-shadow:0 2px 12px rgba(0,0,0,.03)}.team-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(0,0,0,.09)}.team-logo{width:120px;height:120px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#f0f1f3;overflow:hidden;font-size:2rem;font-weight:900}.team-logo img{width:100%;height:100%;object-fit:contain;padding:10px}.team-card h3{margin:0;font-size:1rem}.team-card p{font-size:.82rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{background:var(--card);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(0,0,0,.08)}.product-cover{aspect-ratio:1/1;background:#eceef1;overflow:hidden}.product-cover img{width:100%;height:100%;object-fit:cover;transition:.25s}.product-card:hover .product-cover img{transform:scale(1.025)}.product-body{padding:16px}.badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;margin-bottom:10px}.product-body h3{margin:0;font-size:1rem;line-height:1.35}.product-meta{color:var(--muted);font-size:.82rem;margin-top:7px}.price{font-size:1.1rem;font-weight:900;margin-top:12px}.old-price{text-decoration:line-through;color:var(--muted);font-weight:500;margin-left:6px}.breadcrumbs{padding-top:30px;color:var(--muted);font-size:.9rem}.category-banner,.team-banner{margin-top:26px;border-radius:var(--radius);overflow:hidden;max-height:360px}.category-banner img,.team-banner img{width:100%;height:360px;object-fit:cover}.team-hero{padding:44px 0 30px}.team-title{display:flex;align-items:center;gap:22px}.team-title .team-logo{margin:0;width:110px;height:110px}.team-title h1{font-size:clamp(2.4rem,6vw,5rem);letter-spacing:-.06em;margin:0}.filter-box{width:100%;max-width:500px;padding:14px 16px;border:1px solid #ddd;border-radius:14px;background:#fff;margin:20px 0}.product-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;padding:34px 0 70px}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gallery img{width:100%;border-radius:var(--radius);background:#eee}.product-info{position:sticky;top:100px;align-self:start}.product-info h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:.95;letter-spacing:-.055em;margin:12px 0}.description{white-space:pre-line;line-height:1.7;color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 20px;border-radius:13px;background:var(--primary);color:#fff;font-weight:850;border:0;cursor:pointer}.button.accent{background:var(--accent)}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.site-footer{padding:40px 0 60px;border-top:1px solid rgba(0,0,0,.08);color:var(--muted)}.empty{padding:40px;background:var(--card);border-radius:var(--radius);color:var(--muted)}
@media(max-width:1100px){.team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.container{width:min(100% - 22px,1400px)}.nav{display:none}.hero{min-height:370px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-layout{grid-template-columns:1fr}.product-info{position:static}.gallery{grid-template-columns:1fr}.team-title{align-items:flex-start}.team-title .team-logo{width:80px;height:80px}.product-body{padding:12px}}

/* Selector de tallas y pedido por WhatsApp */
.stock-status{color:var(--muted);font-size:.95rem;margin-top:8px}
.product-price{font-size:1.7rem;margin-top:18px}
.size-picker{margin-top:24px}
.size-label{font-size:.86rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:11px}
.size-options{display:flex;gap:9px;flex-wrap:wrap}
.size-button{min-width:48px;height:46px;border:1.5px solid #cfd2d8;border-radius:11px;background:#fff;color:var(--text);font:inherit;font-weight:850;cursor:pointer;transition:.18s ease}
.size-button:hover{border-color:var(--text);transform:translateY(-1px)}
.size-button.selected{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 7px 18px rgba(0,0,0,.13)}
.size-help{margin:9px 0 0;color:var(--muted);font-size:.82rem}
.whatsapp-button{background:var(--whatsapp,#25D366);color:#fff;min-width:210px}
.whatsapp-button:hover:not(:disabled){filter:brightness(.94);transform:translateY(-1px)}
.whatsapp-button:disabled{opacity:.42;cursor:not-allowed}
@media(max-width:760px){.product-actions .button{width:100%}.size-button{flex:1;min-width:52px}}

/* Personalizador de nombre y dorsal */
.personalize-entry{margin-top:18px;padding-top:4px}
.personalize-button{background:#fff;color:var(--text);border:1.5px solid var(--text);min-width:210px}
.personalize-button:hover{background:#f2f3f5;transform:translateY(-1px)}
.personalize-button.personalization-applied{background:var(--primary);color:#fff;border-color:var(--primary)}
.personalization-summary{margin:9px 0 0;color:var(--muted);font-size:.84rem}
.personalization-modal{width:min(1080px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:0;border:0;border-radius:24px;background:transparent;overflow:visible}
.personalization-modal::backdrop{background:rgba(8,10,14,.74);backdrop-filter:blur(5px)}
.personalization-modal-card{position:relative;background:#fff;border-radius:24px;padding:26px;max-height:calc(100vh - 28px);overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.3)}
.personalization-close{position:absolute;right:18px;top:15px;width:42px;height:42px;border:0;border-radius:50%;background:#eef0f3;color:#111;font-size:26px;line-height:1;cursor:pointer;z-index:2}
.personalization-modal-head{padding-right:48px;margin-bottom:20px}
.personalization-modal-head h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.05em;margin:8px 0}
.personalization-modal-head p{margin:0;color:#6b7280}
.personalization-public-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(310px,.88fr);gap:24px;align-items:start}
.personalization-public-canvas,.personalization-admin-canvas{position:relative;container-type:inline-size;overflow:hidden;background:#eceef1;border-radius:20px;isolation:isolate}
.personalization-public-canvas img,.personalization-admin-canvas img{display:block;width:100%;height:auto;position:relative;z-index:1}
.personalization-overlay-name,.personalization-overlay-number{position:absolute;z-index:3;left:calc(var(--name-x)*1%);top:calc(var(--name-y)*1%);transform:translate(-50%,-50%);width:max-content;max-width:94%;color:var(--text-color);font-family:var(--personalization-font),"Arial Black",Impact,sans-serif;font-weight:900;text-align:center;white-space:nowrap;line-height:.9;-webkit-text-stroke:calc(var(--outline-width)*1cqw) var(--outline-color);paint-order:stroke fill;pointer-events:none}
.personalization-overlay-name{font-size:calc(var(--name-size)*1cqw);letter-spacing:calc(var(--name-spacing)*1cqw)}
.personalization-overlay-number{left:calc(var(--number-x)*1%);top:calc(var(--number-y)*1%);font-size:calc(var(--number-size)*1cqw);letter-spacing:-.045em}
.personalization-public-controls{background:#f7f8fa;border:1px solid #e1e3e7;border-radius:18px;padding:20px}
.field-public{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.field-public label{font-weight:850}
.field-public input{width:100%;padding:14px;border:1px solid #cfd3d9;border-radius:12px;background:#fff;color:#111;font:inherit;font-size:1.05rem;text-transform:none}
.field-public small{color:#6b7280}
.personalization-modal-actions{display:grid;gap:10px;margin-top:20px}
.personalization-modal-actions .button{width:100%}
.secondary-public{background:#fff;color:#111;border:1px solid #cfd3d9}
.text-button{border:0;background:transparent;color:#6b7280;text-decoration:underline;padding:9px;cursor:pointer;font:inherit}
.personalization-note{font-size:.79rem;line-height:1.5;color:#6b7280;margin:16px 0 0}
@media(max-width:820px){.personalization-public-grid{grid-template-columns:1fr}.personalization-modal-card{padding:18px}.personalization-modal{width:calc(100% - 16px);max-height:calc(100vh - 16px)}.personalize-button{width:100%}}

/* ===== Catálogo Studio Pro: diseño editable ===== */
.container{width:min(var(--content-width,1400px),calc(100% - 32px))}
.hero{min-height:var(--hero-height,440px)}
.hero.has-image:before{background:rgba(0,0,0,calc(var(--hero-overlay,35%)/100))}
.hero-align-center .hero-inner{text-align:center;margin-inline:auto}.hero-align-center .hero p{margin-inline:auto}
.hero-align-right .hero-inner{text-align:right;margin-left:auto}.hero-align-right .hero p{margin-left:auto}
.button,.search-mini button{border-radius:var(--button-radius,13px)}
.team-grid{grid-template-columns:repeat(var(--team-columns,6),minmax(0,1fr))}
.product-grid{grid-template-columns:repeat(var(--product-columns,4),minmax(0,1fr))}
.team-card,.product-card{box-shadow:var(--card-shadow,none)}
.product-cover img{object-fit:var(--card-image-fit,cover)}

/* Tarjetas de equipo con escudo movible */
.team-card{padding:18px;text-align:center;overflow:hidden}
.team-logo-stage{position:relative;width:100%;height:var(--logo-stage-height,140px);margin:0 auto 14px;background:var(--logo-background,#f0f1f3);overflow:hidden;border-radius:18px}
.team-logo-stage.shape-circle{border-radius:999px;aspect-ratio:1/1;width:min(100%,var(--logo-stage-height,140px));height:var(--logo-stage-height,140px)}
.team-logo-stage.shape-rounded{border-radius:22px}
.team-logo-stage.shape-square{border-radius:0}
.team-logo-stage.shape-none{background:transparent;border-radius:0;overflow:visible}
.team-logo-stage img,.team-logo-stage .team-initials{position:absolute;left:calc(var(--logo-x,50)*1%);top:calc(var(--logo-y,50)*1%);transform:translate(-50%,-50%);width:var(--logo-size,112px);height:var(--logo-size,112px);object-fit:contain;padding:0;max-width:none}
.team-logo-stage .team-initials{display:grid;place-items:center;font-size:2rem;font-weight:900;color:var(--text)}
.team-title .team-logo{width:110px;height:110px}

/* Selector de jugador y personalización simple */
.player-selector-section{margin-top:22px;max-height:150px;opacity:1;transform:translateY(0);overflow:hidden;transition:max-height .38s cubic-bezier(.22,1,.36,1),opacity .24s ease,transform .38s cubic-bezier(.22,1,.36,1),margin-top .38s ease}.player-selector-section.is-soft-hidden{max-height:0;opacity:0;transform:translateY(-10px);margin-top:0;pointer-events:none}
.player-selector{width:100%;min-height:50px;padding:0 14px;border:1.5px solid #cfd2d8;border-radius:12px;background:#fff;color:var(--text);font:inherit;font-weight:700}
.simple-customization{margin-top:16px;border:1px solid rgba(0,0,0,.1);border-radius:14px;background:var(--card);overflow:hidden}
.simple-customization-toggle{display:flex;align-items:center;gap:11px;padding:15px 16px;font-weight:800;cursor:pointer}
.simple-customization-toggle input{width:20px;height:20px;accent-color:var(--primary)}
.simple-customization-fields{padding:0 16px 16px;display:grid;grid-template-columns:1fr 150px;gap:12px}
.simple-customization-fields[hidden]{display:none}
.simple-field{display:flex;flex-direction:column;gap:7px}.simple-field label{font-size:.82rem;font-weight:850}.simple-field input{width:100%;padding:13px 14px;border:1px solid #cfd2d8;border-radius:11px;background:#fff;color:#111;font:inherit}
.simple-customization-fields .size-help{grid-column:1/-1;margin:0}

/* Ventana emergente inicial */
body.popup-open{overflow:hidden}.site-popup[hidden]{display:none}.site-popup{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}.site-popup-backdrop{position:absolute;inset:0;background:rgba(8,10,14,.72);backdrop-filter:blur(6px)}.site-popup-card{position:relative;z-index:1;width:min(920px,100%);max-height:calc(100vh - 40px);display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(300px,.95fr);overflow:auto;background:var(--card);color:var(--text);border-radius:calc(var(--radius) + 8px);box-shadow:0 35px 100px rgba(0,0,0,.35)}.site-popup-media{min-height:330px;background:#111}.site-popup-media img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover}.site-popup-content{padding:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.site-popup-content h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:.95;letter-spacing:-.05em}.site-popup-content p{color:var(--muted);font-size:1.05rem;line-height:1.65;margin:0 0 22px}.site-popup-close{position:absolute;right:14px;top:14px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#111;font-size:26px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12)}

@media(max-width:1100px){.team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.container{width:min(100% - 22px,var(--content-width,1400px))}.team-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-customization-fields{grid-template-columns:1fr}.site-popup-card{grid-template-columns:1fr}.site-popup-media,.site-popup-media img{min-height:220px;max-height:280px}.site-popup-content{padding:26px}.team-logo-stage{height:min(var(--logo-stage-height,140px),130px)}}
@media(max-width:410px){.team-grid,.product-grid{grid-template-columns:1fr}}

/* Actualización: posición real del escudo en la página del equipo */
.team-title .team-header-logo{
  position:relative;
  flex:0 0 140px;
  width:140px !important;
  height:140px !important;
  min-width:140px;
  margin:0;
  border-radius:18px !important;
  background:var(--logo-background,var(--card,#fff));
  border:1px solid rgba(0,0,0,.09);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  overflow:hidden;
}
.team-title .team-header-logo img,
.team-title .team-header-logo .team-initials{
  position:absolute;
  left:calc(var(--logo-x,50)*1%);
  top:calc(var(--logo-y,50)*1%);
  transform:translate(-50%,-50%);
  width:var(--logo-size,112px);
  height:var(--logo-size,112px);
  max-width:none;
  object-fit:contain;
  padding:0;
}
.team-title .team-header-logo .team-initials{
  display:grid;
  place-items:center;
  font-size:2rem;
  font-weight:900;
}
@media(max-width:760px){
  .team-title .team-header-logo{
    flex-basis:96px;
    width:96px !important;
    height:96px !important;
    min-width:96px;
    border-radius:14px !important;
  }
  .team-title .team-header-logo img,
  .team-title .team-header-logo .team-initials{
    width:min(var(--logo-size,112px),88px);
    height:min(var(--logo-size,112px),88px);
  }
}

/* Confirmación responsable del nombre y dorsal */
.customization-acceptance{
  grid-column:1/-1;
  margin-top:2px;
}
.customization-acceptance-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 15px;
  border:1px solid #d8dbe0;
  border-radius:12px;
  background:#f7f8fa;
  color:var(--text);
  font-size:.76rem;
  font-weight:800;
  line-height:1.45;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.customization-acceptance-check:hover{
  border-color:#aeb3bb;
  background:#f2f3f5;
}
.customization-acceptance-check:has(input:checked){
  border-color:#86d49d;
  background:#eefaf1;
  box-shadow:0 0 0 3px rgba(37,211,102,.10);
}
.customization-acceptance-check input{
  flex:0 0 auto;
  width:21px;
  height:21px;
  margin:0;
  accent-color:var(--whatsapp,#25D366);
  cursor:pointer;
}
.simple-customization-confirm-row{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:2px;
}
.customization-confirm-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border:0;
  border-radius:var(--button-radius,13px);
  background:var(--primary);
  color:#fff;
  font:inherit;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.035em;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  transition:transform .18s ease,filter .18s ease,opacity .18s ease;
}
.customization-confirm-button:hover:not(:disabled){
  transform:translateY(-1px);
  filter:brightness(.94);
}
.customization-confirm-button:disabled{
  opacity:.38;
  cursor:not-allowed;
  box-shadow:none;
}
.customization-confirmed-text{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 13px;
  border-radius:999px;
  background:#eaf8ee;
  color:#18823b;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.045em;
}
.customization-confirmed-text[hidden]{
  display:none;
}
.simple-customization.is-confirmed{
  border-color:#74c98d;
  box-shadow:0 0 0 4px rgba(37,211,102,.08);
}
.simple-customization.is-confirmed .simple-field input{
  border-color:#74c98d;
  background:#f1fbf4;
}
.simple-customization.is-confirmed .customization-confirm-button{
  background:#111;
}
@media(max-width:760px){
  .customization-confirm-button{
    width:100%;
  }
  .customization-confirmed-text{
    width:100%;
    justify-content:center;
  }
}

/* ================================================================
   OPTIMIZACIÓN PARA SMARTPHONES — CLUB 13
   Escritorio conserva su diseño actual.
   ================================================================ */

/* Único cambio visible también en computadora: volver arriba. */
.product-top-nav{
  padding-top:20px;
}
.product-back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 13px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:999px;
  background:var(--card,#fff);
  color:var(--text);
  font-size:.86rem;
  font-weight:850;
  box-shadow:0 5px 16px rgba(0,0,0,.04);
  transition:transform .18s ease,background .18s ease;
}
.product-back-link:hover{
  transform:translateX(-2px);
  background:#f0f1f3;
}
.gallery-wrap{
  position:relative;
  min-width:0;
}
.mobile-gallery-status,
.mobile-menu-toggle,
.mobile-nav-panel{
  display:none;
}

@media(max-width:760px){
  /* 1. Navegación móvil real y accesible. */
  .site-header{
    min-height:62px;
  }
  .header-row{
    min-height:62px;
  }
  .brand{
    font-size:1.08rem;
  }
  .brand img{
    width:34px;
    height:34px;
  }
  .nav{
    display:none;
  }
  .mobile-menu-toggle{
    display:flex;
    width:44px;
    height:44px;
    margin-left:auto;
    padding:0;
    border:0;
    border-radius:12px;
    background:var(--primary);
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }
  .mobile-menu-toggle span{
    width:19px;
    height:2px;
    border-radius:999px;
    background:#fff;
    transition:transform .2s ease,opacity .2s ease;
  }
  .mobile-menu-toggle.is-open span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }
  .mobile-menu-toggle.is-open span:nth-child(2){
    opacity:0;
  }
  .mobile-menu-toggle.is-open span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }
  .mobile-nav-panel{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:10px 0 15px;
    background:rgba(255,255,255,.98);
    border-top:1px solid rgba(0,0,0,.06);
    border-bottom:1px solid rgba(0,0,0,.1);
    box-shadow:0 18px 30px rgba(0,0,0,.12);
    backdrop-filter:blur(16px);
  }
  .mobile-nav-panel[hidden]{
    display:none;
  }
  .mobile-nav-inner{
    display:grid;
    gap:4px;
  }
  .mobile-nav-inner>a{
    min-height:46px;
    display:flex;
    align-items:center;
    padding:0 13px;
    border-radius:11px;
    font-weight:800;
  }
  .mobile-nav-inner>a:active{
    background:#f0f1f3;
  }
  .mobile-search{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:7px;
    margin-top:7px;
  }
  .mobile-search input{
    min-width:0;
    height:46px;
    padding:0 13px;
    border:1px solid #d5d8de;
    border-radius:12px;
    background:#fff;
    font:inherit;
  }
  .mobile-search button{
    min-width:82px;
    border:0;
    border-radius:12px;
    background:var(--primary);
    color:#fff;
    font-weight:850;
  }
  body.mobile-menu-open{
    overflow:hidden;
  }

  /* 2. Portada inicial y páginas de equipos mucho más compactas. */
  .hero{
    min-height:300px;
    padding:54px 0 38px;
  }
  .hero h1{
    max-width:100%;
    font-size:clamp(2.75rem,13vw,4.45rem);
    line-height:.91;
    letter-spacing:-.06em;
  }
  .hero p{
    margin-bottom:0;
    font-size:1rem;
  }
  .section{
    padding:36px 0;
  }
  .section-head{
    align-items:flex-end;
    gap:12px;
    margin-bottom:18px;
  }
  .section-head h2{
    font-size:2.45rem;
  }
  .section-head .button{
    min-width:96px;
    padding:13px 15px;
  }
  .category-banner{
    max-height:155px;
    margin-top:14px;
    border-radius:14px;
    background:#eceef1;
  }
  .category-banner img{
    height:155px;
    object-fit:contain;
  }
  /* El banner del equipo es redundante en móvil porque ya está su escudo. */
  .team-banner{
    display:none;
  }
  .breadcrumbs{
    padding-top:18px;
    font-size:.82rem;
  }
  .team-hero{
    padding:22px 0 18px;
  }
  .team-title{
    align-items:center;
    gap:13px;
  }
  .team-title .team-header-logo{
    flex-basis:76px;
    width:76px !important;
    height:76px !important;
    min-width:76px;
    border-radius:14px !important;
  }
  .team-title .team-header-logo img,
  .team-title .team-header-logo .team-initials{
    width:min(var(--logo-size,112px),68px);
    height:min(var(--logo-size,112px),68px);
  }
  .team-title h1{
    font-size:clamp(2.15rem,11vw,3.2rem);
    line-height:.95;
  }
  .team-title p{
    margin:8px 0 0;
    font-size:.92rem;
  }
  .filter-box{
    margin:16px 0 8px;
    max-width:none;
  }

  /* Tarjetas más compactas y cómodas para el pulgar. */
  .team-card{
    padding:12px 10px 14px;
  }
  .team-logo-stage{
    height:92px !important;
    margin-bottom:10px;
    border-radius:14px;
  }
  .team-logo-stage.shape-circle{
    width:92px;
    height:92px !important;
  }
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:min(var(--logo-size,112px),82px);
    height:min(var(--logo-size,112px),82px);
  }
  .team-card p{
    margin-bottom:0;
    line-height:1.35;
  }
  .product-card{
    border-radius:14px;
  }
  .product-body{
    padding:11px;
  }
  .product-body h3{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:.92rem;
  }
  .product-meta{
    font-size:.75rem;
  }

  /* 3. Detalle del producto: una foto deslizable, no una columna eterna. */
  .product-page .product-top-nav{
    position:sticky;
    top:62px;
    z-index:24;
    margin-inline:-11px;
    padding:8px 11px;
    background:rgba(244,245,247,.94);
    border-bottom:1px solid rgba(0,0,0,.06);
    backdrop-filter:blur(14px);
  }
  .product-page .product-back-link{
    min-height:40px;
    padding:0 12px;
    background:#fff;
  }
  .product-page .breadcrumbs{
    display:none;
  }
  .product-layout{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:12px 0 34px;
  }
  .gallery-wrap{
    order:1;
  }
  .gallery{
    display:flex;
    width:100%;
    gap:0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    overscroll-behavior-inline:contain;
    border-radius:16px;
    background:#eceef1;
    scrollbar-width:none;
  }
  .gallery::-webkit-scrollbar{
    display:none;
  }
  .gallery img{
    flex:0 0 100%;
    width:100%;
    height:min(56vh,520px);
    min-height:360px;
    object-fit:contain;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    border-radius:0;
    background:#eceef1;
  }
  .gallery .empty{
    flex:0 0 100%;
  }
  .mobile-gallery-status{
    display:block;
    position:absolute;
    right:10px;
    bottom:10px;
    z-index:4;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(17,17,17,.78);
    color:#fff;
    font-size:.68rem;
    font-weight:850;
    letter-spacing:.045em;
    pointer-events:none;
    backdrop-filter:blur(8px);
  }
  .product-info{
    order:2;
    position:static;
    padding:18px 15px 20px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:var(--card,#fff);
  }
  .product-info h1{
    font-size:clamp(2rem,10vw,3rem);
    line-height:.98;
    overflow-wrap:anywhere;
    margin:10px 0;
  }
  .product-info .description:empty,
  .product-info .product-meta:empty{
    display:none;
  }
  .size-picker,
  .player-selector-section{
    margin-top:20px;
  }
  .size-options{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:7px;
  }
  .size-button{
    min-width:0;
    width:100%;
    height:48px;
  }
  .simple-customization-toggle{
    align-items:flex-start;
    padding:15px;
    line-height:1.3;
  }
  .simple-customization-toggle input{
    flex:0 0 auto;
    margin-top:1px;
  }

  /* 4. Acción de compra siempre al alcance del pulgar. */
  body.product-page{
    padding-bottom:88px;
  }
  .product-page .whatsapp-button{
    position:fixed;
    left:11px;
    right:11px;
    bottom:max(10px,env(safe-area-inset-bottom));
    z-index:40;
    width:auto !important;
    min-height:56px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.23);
    font-size:1rem;
  }
  .product-page .product-actions>a{
    display:none;
  }
  .product-page .product-actions{
    margin-top:18px;
  }

  /* 5. Mejor lectura y zonas táctiles sin alterar escritorio. */
  .button,
  .size-button,
  .player-selector,
  .simple-field input{
    min-height:48px;
  }
  .player-selector{
    font-size:.94rem;
  }
  .customization-acceptance-check{
    font-size:.72rem;
  }
  .site-footer{
    padding:30px 0 105px;
  }
}

@media(max-width:390px){
  .container{
    width:calc(100% - 18px);
  }
  .gallery img{
    min-height:320px;
    height:52vh;
  }
  .size-options{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .product-grid{
    gap:9px;
  }
}

/* ================================================================
   CLUB 13 — SIMETRÍA MÓVIL V2
   Solo modifica pantallas de hasta 760 px.
   ================================================================ */
@media(max-width:760px){

  /* 1. Encabezados de sección simétricos y botón Ver todo bien ubicado. */
  .section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:start;
    gap:10px;
    margin-bottom:18px;
  }
  .section-head>div{
    min-width:0;
  }
  .section-head h2{
    margin:0;
    font-size:clamp(2rem,10.5vw,2.75rem);
    line-height:.95;
  }
  .section-head p{
    margin:9px 0 0;
    max-width:none;
    font-size:.92rem;
    line-height:1.45;
  }
  .section-head>.button{
    width:100%;
    min-height:48px;
    margin-top:2px;
    padding:0 16px;
    border-radius:13px;
    font-size:.9rem;
  }

  /* 2. Equipos siempre en cuadros de dos por fila. */
  .team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .team-card{
    min-width:0;
    min-height:214px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:12px 8px 13px;
    border-radius:15px;
  }
  .team-logo-stage{
    flex:0 0 86px;
    width:100%;
    height:86px !important;
    margin:0 0 10px;
    border-radius:13px !important;
  }
  .team-logo-stage.shape-circle{
    width:86px;
    height:86px !important;
  }
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:min(var(--logo-size,112px),76px);
    height:min(var(--logo-size,112px),76px);
  }
  .team-card h3{
    width:100%;
    margin:0;
    font-size:.9rem;
    line-height:1.2;
    text-align:center;
    overflow-wrap:anywhere;
  }
  .team-card p{
    width:100%;
    margin:8px 0 0;
    font-size:.72rem;
    line-height:1.32;
    text-align:center;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  /* 3. Camisetas siempre dos por fila y tarjetas de igual tamaño. */
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .product-card{
    min-width:0;
    height:100%;
    display:flex;
    flex-direction:column;
    border-radius:15px;
    overflow:hidden;
  }
  .product-cover{
    flex:0 0 auto;
    width:100%;
    aspect-ratio:1/1;
  }
  .product-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .product-body{
    flex:1;
    min-height:105px;
    display:flex;
    flex-direction:column;
    padding:10px;
  }
  .product-body h3{
    margin:0;
    min-height:2.45em;
    font-size:.82rem;
    line-height:1.23;
    -webkit-line-clamp:2;
    overflow-wrap:anywhere;
  }
  .product-meta{
    margin-top:auto;
    padding-top:7px;
    font-size:.7rem;
    line-height:1.25;
  }
  .product-body .badge{
    align-self:flex-start;
    margin-bottom:7px;
    padding:5px 7px;
    font-size:.62rem;
  }
  .price{
    margin-top:7px;
    font-size:.9rem;
  }

  /* 4. Estructura simétrica del área de compra. */
  .product-info{
    padding:14px;
  }
  .size-picker,
  .player-selector-section,
  .simple-customization{
    width:100%;
    margin-top:14px;
    border:1px solid rgba(0,0,0,.09);
    border-radius:14px;
    background:#f8f9fa;
  }
  .size-picker{
    padding:14px;
  }
  .player-selector-section{
    max-height:190px;
    padding:14px;
  }
  .player-selector-section.is-soft-hidden{
    max-height:0;
    padding-top:0;
    padding-bottom:0;
    border-color:transparent;
  }
  .size-label,
  .player-selector-section>.size-label{
    display:block;
    width:100%;
    margin:0 0 9px;
    font-size:.78rem;
    font-weight:900;
    line-height:1.2;
    letter-spacing:.08em;
    text-align:left;
  }
  .player-selector{
    width:100%;
    min-height:50px;
    padding:0 38px 0 13px;
    border:1.5px solid #cfd3d9;
    border-radius:11px;
    background-color:#fff;
    font-size:.82rem;
    line-height:1.2;
    text-overflow:ellipsis;
  }
  .size-options{
    gap:7px;
  }
  .size-button{
    height:46px;
    border-radius:11px;
    font-size:.88rem;
  }
  .size-help{
    margin:9px 0 0;
    font-size:.74rem;
    line-height:1.3;
  }
  .simple-customization{
    overflow:hidden;
    background:#fff;
  }
  .simple-customization-toggle{
    min-height:64px;
    padding:13px 14px;
    gap:10px;
    font-size:.82rem;
    line-height:1.3;
  }
  .simple-customization-toggle input{
    width:21px;
    height:21px;
  }
  .simple-customization-fields{
    grid-template-columns:1fr 1fr;
    gap:9px;
    padding:0 13px 13px;
  }
  .simple-field{
    min-width:0;
  }
  .simple-field label{
    font-size:.72rem;
    letter-spacing:.06em;
  }
  .simple-field input{
    min-width:0;
    padding:11px 10px;
    font-size:.86rem;
  }
  .customization-acceptance,
  .simple-customization-confirm-row{
    grid-column:1/-1;
  }

  /* 5. WhatsApp vuelve al flujo normal, debajo de la configuración. */
  body.product-page{
    padding-bottom:0 !important;
  }
  .product-page .product-actions{
    display:block;
    width:100%;
    margin-top:14px;
  }
  .product-page .whatsapp-button{
    position:static !important;
    inset:auto !important;
    z-index:auto;
    width:100% !important;
    min-height:54px;
    margin:0;
    border-radius:14px;
    box-shadow:none;
    font-size:.94rem;
  }
  .product-page .site-footer{
    padding-bottom:38px;
  }

  /* Espaciado global uniforme. */
  .section{
    padding:30px 0;
  }
  .filter-box{
    height:48px;
    margin:14px 0 20px;
  }
  .team-hero{
    padding-bottom:16px;
  }
}

/* Mantener dos columnas incluso en iPhone pequeños. */
@media(max-width:410px){
  .team-grid,
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .team-grid,
  .product-grid{
    gap:8px !important;
  }
  .team-card{
    min-height:202px;
    padding-inline:7px;
  }
  .team-logo-stage{
    height:78px !important;
    flex-basis:78px;
  }
  .team-logo-stage.shape-circle{
    width:78px;
    height:78px !important;
  }
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:min(var(--logo-size,112px),70px);
    height:min(var(--logo-size,112px),70px);
  }
  .team-card h3{
    font-size:.82rem;
  }
  .team-card p{
    font-size:.66rem;
  }
  .product-body{
    min-height:98px;
    padding:9px 8px;
  }
  .product-body h3{
    font-size:.76rem;
  }
  .product-meta{
    font-size:.65rem;
  }
  .simple-customization-fields{
    grid-template-columns:1fr 108px;
  }
}

/* ================================================================
   CLUB 13 — SIMETRÍA COMPACTA Y POPUP V3
   ================================================================ */

/* El GIF nunca se recorta. */
.site-popup-media{
  display:grid;
  place-items:center;
  background:#0d0d0d;
  overflow:hidden;
}
.site-popup-media img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  background:#0d0d0d;
}
.site-popup-media.media-error{
  display:none;
}

/* Modo solamente GIF: cuadrado, sin bloque blanco ni textos. */
.site-popup-card.is-gif-only{
  display:block;
  width:min(560px,calc(100vw - 36px));
  max-height:calc(100vh - 36px);
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:24px;
  background:#0d0d0d;
}
.site-popup-card.is-gif-only .site-popup-media{
  width:100%;
  height:100%;
  min-height:0;
  aspect-ratio:1/1;
}
.site-popup-card.is-gif-only .site-popup-close{
  background:rgba(255,255,255,.94);
}

/* En el modo completo el GIF sigue siendo el elemento principal. */
.site-popup-card.has-welcome .site-popup-media{
  aspect-ratio:1/1;
  min-height:0;
}
.site-popup-card.has-welcome .site-popup-content{
  padding:28px;
}
.site-popup-card.has-welcome .site-popup-content h2{
  font-size:clamp(1.75rem,3.2vw,2.8rem);
}

@media(max-width:760px){
  /* Menos aire entre la sección, tarjetas y pie de página. */
  .section{
    padding:22px 0 !important;
  }
  .section-head{
    margin-bottom:13px !important;
    gap:8px !important;
  }
  .site-footer{
    padding:24px 0 34px !important;
  }

  /* Tarjetas de equipos compactas, iguales y sin descripción redundante. */
  .team-grid{
    align-items:start;
    grid-auto-rows:auto;
    column-gap:8px !important;
    row-gap:8px !important;
  }
  .team-card{
    height:172px !important;
    min-height:0 !important;
    padding:10px 8px 11px !important;
    justify-content:center !important;
    border-radius:14px !important;
  }
  .team-logo-stage{
    flex:0 0 78px !important;
    width:100%;
    height:78px !important;
    margin:0 0 9px !important;
  }
  .team-logo-stage.shape-circle{
    width:78px !important;
    height:78px !important;
  }
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:min(var(--logo-size,112px),70px) !important;
    height:min(var(--logo-size,112px),70px) !important;
  }
  .team-card h3{
    min-height:2.35em;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:.84rem !important;
    line-height:1.17 !important;
  }
  .team-card p{
    display:none !important;
  }

  /* Cuando queda un equipo solo, se centra en vez de dejarlo pegado a la izquierda. */
  .team-grid>.team-card:last-child:nth-child(odd){
    grid-column:1/-1;
    width:calc(50% - 4px);
    justify-self:center;
  }

  /* Reducir el aire de la página Ver todo. */
  .category-page .section,
  .category-page main,
  .category-page .container{
    min-height:0;
  }

  /* Popup móvil: GIF 1:1 completo. */
  .site-popup{
    padding:14px;
  }
  .site-popup-card.is-gif-only{
    width:min(92vw,540px);
    max-height:min(92vw,calc(100vh - 28px));
    border-radius:22px;
  }
  .site-popup-card.has-welcome{
    width:min(92vw,560px);
    max-height:calc(100vh - 28px);
    grid-template-columns:1fr;
    border-radius:22px;
  }
  .site-popup-card.has-welcome .site-popup-media,
  .site-popup-card.has-welcome .site-popup-media img{
    width:100%;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:1/1;
  }
  .site-popup-card.has-welcome .site-popup-content{
    padding:18px 20px 21px;
  }
  .site-popup-card.has-welcome .site-popup-content h2{
    margin-bottom:8px;
    font-size:1.75rem;
  }
  .site-popup-card.has-welcome .site-popup-content p{
    margin-bottom:15px;
    font-size:.9rem;
    line-height:1.45;
  }
  .site-popup-close{
    right:10px;
    top:10px;
    width:42px;
    height:42px;
  }
}

@media(max-width:410px){
  .team-card{
    height:164px !important;
  }
  .team-logo-stage{
    flex-basis:72px !important;
    height:72px !important;
  }
  .team-logo-stage.shape-circle{
    width:72px !important;
    height:72px !important;
  }
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:min(var(--logo-size,112px),65px) !important;
    height:min(var(--logo-size,112px),65px) !important;
  }
}

/* CLUB 13 — CENTRADO PERFECTO DE EQUIPOS EN MÓVIL V4 */
/* ================================================================
   CLUB 13 — CENTRADO PERFECTO DE EQUIPOS EN MÓVIL V4
   En móvil ignora las posiciones X/Y de escritorio.
   ================================================================ */
@media(max-width:760px){

  .team-grid{
    align-items:stretch !important;
  }

  .team-card{
    display:grid !important;
    grid-template-rows:88px 44px !important;
    align-content:center !important;
    justify-items:center !important;
    height:158px !important;
    min-height:158px !important;
    padding:12px 9px !important;
    gap:4px !important;
    text-align:center !important;
  }

  .team-logo-stage,
  .team-logo-stage.shape-circle,
  .team-logo-stage.shape-rounded,
  .team-logo-stage.shape-square,
  .team-logo-stage.shape-none{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:88px !important;
    min-height:88px !important;
    margin:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    overflow:visible !important;
  }

  /* Centro móvil fijo: no utiliza logo_x ni logo_y configurados para PC. */
  .team-logo-stage img,
  .team-logo-stage .team-initials{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    width:76px !important;
    height:76px !important;
    max-width:76px !important;
    max-height:76px !important;
    padding:0 !important;
    margin:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .team-card h3{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 2px !important;
    font-size:.84rem !important;
    font-weight:850 !important;
    line-height:1.14 !important;
    text-align:center !important;
    overflow-wrap:anywhere !important;
  }

  .team-card p{
    display:none !important;
  }

  /* La última tarjeta impar conserva exactamente el ancho de una columna. */
  .team-grid>.team-card:last-child:nth-child(odd){
    grid-column:1/-1 !important;
    width:calc(50% - 4px) !important;
    justify-self:center !important;
  }
}

@media(max-width:390px){
  .team-card{
    grid-template-rows:80px 42px !important;
    height:146px !important;
    min-height:146px !important;
    padding:10px 7px !important;
  }

  .team-logo-stage,
  .team-logo-stage.shape-circle,
  .team-logo-stage.shape-rounded,
  .team-logo-stage.shape-square,
  .team-logo-stage.shape-none{
    height:80px !important;
    min-height:80px !important;
  }

  .team-logo-stage img,
  .team-logo-stage .team-initials{
    width:69px !important;
    height:69px !important;
    max-width:69px !important;
    max-height:69px !important;
  }

  .team-card h3{
    height:42px !important;
    min-height:42px !important;
    font-size:.78rem !important;
  }
}
/* FIN CLUB 13 — CENTRADO PERFECTO V4 */

/* MOBILE_EDITOR_PUBLIC_V5_START */
@media(max-width:760px){
  .container{width:calc(100% - (var(--mobile-page-padding) * 2)) !important}
  .section{padding:var(--mobile-section-spacing) 0 !important}
  .team-grid{column-gap:var(--mobile-team-column-gap) !important;row-gap:var(--mobile-team-row-gap) !important;align-items:stretch !important}
  .team-card{height:var(--mobile-team-card-height) !important;min-height:var(--mobile-team-card-height) !important;display:grid !important;grid-template-rows:1fr var(--mobile-team-name-height) !important;align-content:center !important;justify-items:center !important;padding:10px 8px !important;gap:0 !important;border-radius:var(--mobile-team-card-radius) !important;text-align:center !important}
  .team-logo-stage,.team-logo-stage.shape-circle,.team-logo-stage.shape-rounded,.team-logo-stage.shape-square,.team-logo-stage.shape-none{position:relative !important;width:100% !important;height:auto !important;min-height:0 !important;margin:0 !important;border-radius:0 !important;background:transparent !important;overflow:visible !important}
  .team-logo-stage img,.team-logo-stage .team-initials{position:absolute !important;left:50% !important;top:50% !important;transform:translate(calc(-50% + var(--mobile-team-logo-x)),calc(-50% + var(--mobile-team-logo-y))) !important;width:var(--mobile-team-logo-size) !important;height:var(--mobile-team-logo-size) !important;max-width:var(--mobile-team-logo-size) !important;max-height:var(--mobile-team-logo-size) !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:center !important}
  .team-card h3{width:100% !important;height:var(--mobile-team-name-height) !important;min-height:var(--mobile-team-name-height) !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 2px !important;transform:translate(var(--mobile-team-name-x),var(--mobile-team-name-y)) !important;text-align:center !important;line-height:1.14 !important;overflow-wrap:anywhere !important}
  body.mobile-hide-team-descriptions .team-card p{display:none !important}
  body.mobile-center-last-team .team-grid>.team-card:last-child:nth-child(odd){grid-column:1/-1 !important;width:calc(50% - (var(--mobile-team-column-gap)/2)) !important;justify-self:center !important}
}
/* MOBILE_EDITOR_PUBLIC_V5_END */

/* CLUB 13 — SOLO PERSONALIZAR NOMBRE Y DORSAL */
.player-selector-section{
  display:none !important;
}
.simple-customization{
  margin-top:16px;
}
.simple-customization-toggle{
  min-height:66px;
}
.simple-customization-toggle span{
  line-height:1.25;
}
@media(max-width:760px){
  .simple-customization-toggle{
    min-height:62px;
    padding:14px;
  }
}
/* FIN CLUB 13 — SOLO PERSONALIZAR NOMBRE Y DORSAL */
