/* 225 Records — Player estilo vinylfuture */
#t25-bar{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#0d0d0f;color:#fff;display:none;align-items:center;gap:14px;padding:8px 16px;box-shadow:0 -4px 18px rgba(0,0,0,.5);font-family:inherit}
#t25-bar.t25-on{display:flex}
#t25-bar *{box-sizing:border-box}
.t25-disc{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid #222;flex:0 0 auto;animation:t25spin 2.2s linear infinite;animation-play-state:paused}
#t25-bar.t25-playing .t25-disc{animation-play-state:running}
@keyframes t25spin{to{transform:rotate(360deg)}}
.t25-ctrl{display:flex;gap:6px;align-items:center;flex:0 0 auto}
.t25-ctrl button{background:#1c1c22;border:1px solid #333;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}
.t25-ctrl button:hover{background:#2a2a33}
.t25-info{min-width:150px;max-width:220px;flex:0 1 auto;overflow:hidden}
.t25-info a{color:#fff;text-decoration:none}
.t25-title{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.t25-track{font-size:12px;color:#b8a6ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#t25-wave{flex:1 1 auto;min-width:120px;height:44px;cursor:pointer}
.t25-pitch{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;font-size:10px;color:#aaa;gap:2px}
.t25-pitch input[type=range]{width:90px;accent-color:#a78bfa}
.t25-pitch .t25-pitch-val{color:#a78bfa;font-weight:700;font-size:11px}
.t25-pitch .t25-pitch-range{cursor:pointer;text-decoration:underline dotted}
.t25-vol{display:flex;align-items:center;gap:4px;flex:0 0 auto}
.t25-vol input[type=range]{width:70px;accent-color:#a78bfa}
.t25-buy{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.t25-price{font-weight:800;font-size:15px;color:#fff;white-space:nowrap}
.t25-cart{background:#a78bfa;color:#111;border:none;border-radius:6px;padding:9px 14px;font-weight:800;cursor:pointer;font-size:13px;white-space:nowrap}
.t25-cart:hover{background:#c4b5fd}
.t25-cart.t25-added{background:#22c55e;color:#fff}
.t25-close{background:none;border:none;color:#666;font-size:18px;cursor:pointer;flex:0 0 auto}
/* Boton play en la grilla */
li.product{position:relative}
.t25-play-btn{position:absolute;top:10px;left:10px;z-index:5;width:42px;height:42px;border-radius:50%;border:none;background:rgba(13,13,15,.85);color:#a78bfa;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.t25-play-btn:hover{background:#a78bfa;color:#111}
@media(max-width:768px){#t25-bar{flex-wrap:wrap;gap:8px;padding:8px 10px}.t25-pitch,.t25-vol{order:5}.t25-info{max-width:45%}#t25-wave{min-width:100%;order:4;height:36px}}
body.admin-bar #t25-bar{z-index:99999}

.t25-bpm{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;line-height:1.1}
.t25-bpm-val{font-weight:800;font-size:16px;color:#fff;font-variant-numeric:tabular-nums}
.t25-bpm small{font-size:9px;color:#888;letter-spacing:1px}

/* Tracklist en pagina de producto */
.t25-tracklist{margin:16px 0;display:flex;flex-direction:column;gap:4px}
.t25-tl-item{display:flex;align-items:center;gap:12px;background:none;border:none;padding:7px 0;cursor:pointer;text-align:left;font-size:15px;color:#1d1d1f}
.t25-tl-play{width:32px;height:32px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;flex:0 0 auto;padding-left:2px;transition:background .15s}
.t25-tl-item:hover .t25-tl-play,.t25-tl-item.t25-active .t25-tl-play{background:#a78bfa;color:#111}
.t25-tl-label{line-height:1.2}
.t25-tl-item.t25-active .t25-tl-label{color:#7c5cff;font-weight:600}
