/* Final profile preview/cart cleanup: loaded AFTER style.css so global hardcoded button backgrounds cannot win. */










/* Final remixer profile layout fix: uses Website Style Settings variables and does not reset uploaded icons. */






















/* Remix Pack Album on remixer profile */
html body.remixer-profile-page .profile-pack-grid.front-pack-layout{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card{
  position:relative!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  background-size:cover!important;
  background-position:center!important;
  border-radius:var(--er-pack-radius,var(--er-card-radius,0px))!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main{
  position:relative!important;
  z-index:3!important;
  padding:0 44px 0 0!important;
  margin:0 0 40px 0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-title,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-meta,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-price,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main span,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main div{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-title{
  color:var(--er-text,#fff)!important;
  font-weight:900!important;
  line-height:1.1!important;
  margin:0 0 6px!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-meta{
  color:var(--er-muted,#b8b8b8)!important;
  gap:7px!important;
  line-height:1.25!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-price{
  color:var(--er-orange,#ff8a00)!important;
  margin-top:6px!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-actions{
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  z-index:45!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-view{display:none!important;}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart{
  width:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  height:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  min-width:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  min-height:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  padding:var(--er-icon-remix-cart-padding,0px)!important;
  margin:var(--er-icon-remix-cart-margin,0px)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart>svg{display:none!important;}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart::before{
  content:""!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  background-image:var(--er-icon-pack-cart,var(--er-icon-remix-cart,var(--er-icon-cart)))!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  background-color:transparent!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart:hover::before{
  background-image:var(--er-icon-pack-cart-hover,var(--er-icon-pack-cart,var(--er-icon-remix-cart-hover,var(--er-icon-remix-cart,var(--er-icon-cart)))))!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart.is-added::before,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart.in-cart::before{
  background-image:var(--er-icon-pack-cart-added,var(--er-icon-remix-cart-added,var(--er-icon-pack-cart,var(--er-icon-remix-cart,var(--er-icon-cart)))))!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge{
  display:block!important;
  position:absolute!important;
  left:12px!important;
  bottom:12px!important;
  width:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  height:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  min-width:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  min-height:var(--er-icon-remix-cart-size,var(--er-icon-cart-size,34px))!important;
  z-index:45!important;
  overflow:hidden!important;
  border-radius:50%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
@media (max-width:980px){html body.remixer-profile-page .profile-pack-grid.front-pack-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:620px){
  html body.remixer-profile-page .profile-pack-grid.front-pack-layout{grid-template-columns:1fr!important;}
  
  
  
  
}


/* ==========================================================
   FINAL PROFILE PACK CATEGORY BACKGROUND PATCH
   Remixer profile pack albums use category/admin background, with clean text,
   small remixer avatar bottom-left and cart bottom-right.
   ========================================================== */
html body.remixer-profile-page .profile-pack-grid.front-pack-layout{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card{
  position:relative!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  padding:14px!important;
  overflow:hidden!important;
  border-radius:0!important;
  border:0!important;
  display:block!important;
  background-size:cover!important;
  background-position:center!important;
  cursor:pointer!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  top:14px!important;
  z-index:3!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-title,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-meta,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-price,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main span,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main div{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  text-shadow:0 2px 6px rgba(0,0,0,.9)!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  font-size:16px!important;
  line-height:1.12!important;
  color:#fff!important;
  margin:0 0 7px!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:4px 9px!important;
  font-size:12px!important;
  color:#fff!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-price{
  color:#ffc800!important;
  font-size:15px!important;
  margin-top:7px!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-actions{
  position:absolute!important;
  right:12px!important;
  bottom:10px!important;
  z-index:7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-view{display:none!important;}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart::before{
  width:32px!important;
  height:32px!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart svg,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-cart .ap-ico{
  width:32px!important;
  height:32px!important;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.85))!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge{
  display:block!important;
  position:absolute!important;
  left:12px!important;
  bottom:11px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  z-index:7!important;
  border-radius:50%!important;
  overflow:hidden!important;
  border:0!important;
  background:#111!important;
  box-shadow:0 2px 8px rgba(0,0,0,.8)!important;
  pointer-events:none!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:50%!important;
}
@media (max-width:980px){html body.remixer-profile-page .profile-pack-grid.front-pack-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:620px){html body.remixer-profile-page .profile-pack-grid.front-pack-layout{grid-template-columns:1fr!important;}}


/* FORCE: Remixer Profile Remix Packs must show category/default background image */
html body.remixer-profile-page .profile-pack-card.pack-square-card{
  background-image:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.28) 45%,rgba(0,0,0,.82) 100%),var(--profile-pack-bg,var(--pack-bg,linear-gradient(135deg,#151515,#060606)))!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-color:#060606!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-bg-layer{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  display:block!important;
  z-index:0!important;
  opacity:1!important;
  pointer-events:none!important;
  border:0!important;
  border-radius:0!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.28) 45%,rgba(0,0,0,.82) 100%)!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-actions,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge,
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-search-matches{
  position:absolute!important;
  z-index:5!important;
}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-main{left:14px!important;right:14px!important;top:14px!important;}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-actions{right:12px!important;bottom:10px!important;left:auto!important;top:auto!important;}
html body.remixer-profile-page .profile-pack-card.pack-square-card .profile-pack-avatar-badge{left:12px!important;bottom:11px!important;right:auto!important;top:auto!important;}


/* Remove yellow/orange active row opacity on remixer profile playlist. */




/* Mobile rule: remove profile pictures from track LIST rows only. Keep the small remixer profile header/avatar. */
@media  (max-width: 768px){
  html body.remixer-profile-page .profile-pack-search-avatar{
    display:none!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    padding:0!important;
    margin:0!important;
  }
  
}

html body .er-unified-track-table,html body table.er-unified-track-table,html body .er-unified-track-table tbody{display:block!important;width:100%!important;max-width:100%!important;border-collapse:collapse!important;table-layout:auto!important;box-sizing:border-box!important}html body .er-unified-track-table thead{display:none!important}html body .er-unified-track-table tr.track-row,html body .er-unified-search-row{display:flex!important;flex-flow:row nowrap!important;gap:8px!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:58px!important;margin:0!important;padding:0 10px!important;box-sizing:border-box!important;position:relative!important;inset:auto!important;transform:none!important;float:none!important;overflow:visible!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:#111!important}html body .er-unified-track-table tr.track-row>td,html body .er-unified-search-row>*{display:block!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:8px 0!important;box-sizing:border-box!important;position:static!important;inset:auto!important;transform:none!important;float:none!important;overflow:visible!important;border:0!important;background:transparent!important;vertical-align:middle!important}html body .er-unified-track-table td.col-num,html body .er-unified-search-row .er-search-col-num{flex:0 0 28px!important;width:28px!important;text-align:center!important;color:#fff!important;font-size:11px!important;font-weight:400!important;white-space:nowrap!important}html body .er-unified-track-table td.track-avatar-cell,html body .er-unified-track-table tr.track-row>td:nth-child(2),html body .er-unified-search-row>.er-track-avatar-link{flex:0 0 44px!important;width:44px!important}html body .er-track-avatar-link{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:40px!important;padding:0!important;margin:0!important;position:static!important;transform:none!important}html body .er-track-avatar,html body .er-track-avatar img{display:block!important;width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;min-height:38px!important;max-height:38px!important;border-radius:3px!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important}html body .er-track-info-cell{flex:1 1 auto!important;width:auto!important;min-width:0!important;overflow:hidden!important}html body .er-track-title-line,html body .er-track-title-line *{color:#fff!important;font-size:13px!important;font-weight:400!important;line-height:1.25!important;letter-spacing:0!important;margin:0!important;padding:0!important;text-shadow:none!important}html body .er-track-title-line{white-space:normal!important;overflow-wrap:anywhere!important;margin-bottom:4px!important}html body .er-track-meta-line,html body .er-track-meta-line *{color:#b9b9b9!important;font-size:11px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:0!important;text-shadow:none!important}html body .er-track-meta-line{white-space:normal!important;overflow-wrap:anywhere!important}html body .er-track-meta-line .key-badge,html body .er-track-meta-line .track-key,html body .er-track-meta-line .key-pill{display:inline-block!important;padding:2px 5px!important;border-radius:2px!important;font-size:10px!important;line-height:1.1!important}html body .er-unified-track-table td.er-track-buy-cell,html body .er-unified-search-row>.er-track-buy-cell{flex:0 0 130px!important;width:130px!important;min-width:130px!important;max-width:130px!important;justify-self:end!important;overflow:visible!important;position:relative!important;z-index:3!important;margin:0!important}html body .er-track-buy-action,html body .track-buy-action{all:unset!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:92px 38px!important;width:130px!important;min-width:130px!important;max-width:130px!important;height:30px!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important;border-radius:4px!important;background:#141414!important}html body .er-track-buy-price,html body .track-buy-price{all:unset!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:92px!important;height:30px!important;padding:0 5px!important;background:#1c1c1f!important;color:#fff!important;font-size:11px!important;font-weight:500!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}html body .er-track-buy-price *,html body .track-buy-price *{all:unset!important;display:inline!important;color:#fff!important;font-size:11px!important;font-weight:500!important;line-height:1!important;white-space:nowrap!important}html body .er-track-buy-price .er-pack-label{display:none!important}html body .track-old-price{display:none!important}html body .er-track-buy-action .cart-btn,html body .er-track-buy-action .pack-cart-btn,html body .track-buy-action .cart-btn,html body .track-buy-action .pack-cart-btn{all:unset!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:30px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#050505!important;color:#fff!important;cursor:pointer!important;position:relative!important;inset:auto!important;transform:none!important;overflow:hidden!important}html body .er-track-buy-action .cart-btn>*,html body .er-track-buy-action .pack-cart-btn>*,html body .track-buy-action .cart-btn>*,html body .track-buy-action .pack-cart-btn>*{display:none!important}html body .er-track-buy-action .cart-btn::before,html body .er-track-buy-action .pack-cart-btn::before,html body .track-buy-action .cart-btn::before,html body .track-buy-action .pack-cart-btn::before{content:""!important;display:block!important;width:17px!important;height:17px!important;background:#fff!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2ZM1 2v2h2l3.6 7.59-1.35 2.45A2 2 0 0 0 7 17h12v-2H7.42a.25.25 0 0 1-.22-.37L8.1 13h7.45a2 2 0 0 0 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2Z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2ZM1 2v2h2l3.6 7.59-1.35 2.45A2 2 0 0 0 7 17h12v-2H7.42a.25.25 0 0 1-.22-.37L8.1 13h7.45a2 2 0 0 0 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2Z'/%3E%3C/svg%3E") center/contain no-repeat!important}html body .er-track-buy-action.is-in-cart .er-track-buy-price,html body .track-buy-action.is-in-cart .track-buy-price,html body .er-track-buy-action:has(.cart-btn.in-cart) .er-track-buy-price,html body .er-track-buy-action:has(.cart-btn.is-added) .er-track-buy-price,html body .track-buy-action:has(.cart-btn.in-cart) .track-buy-price,html body .track-buy-action:has(.cart-btn.is-added) .track-buy-price{background:#626878!important}html body .er-track-buy-action .cart-btn.in-cart,html body .er-track-buy-action .cart-btn.is-added,html body .er-track-buy-action .pack-cart-btn.in-cart,html body .er-track-buy-action .pack-cart-btn.is-added,html body .track-buy-action .cart-btn.in-cart,html body .track-buy-action .cart-btn.is-added,html body .track-buy-action .pack-cart-btn.in-cart,html body .track-buy-action .pack-cart-btn.is-added{background:#ff5d6c!important}html body .er-track-buy-action .cart-btn.in-cart::before,html body .er-track-buy-action .cart-btn.is-added::before,html body .er-track-buy-action .pack-cart-btn.in-cart::before,html body .er-track-buy-action .pack-cart-btn.is-added::before,html body .track-buy-action .cart-btn.in-cart::before,html body .track-buy-action .cart-btn.is-added::before,html body .track-buy-action .pack-cart-btn.in-cart::before,html body .track-buy-action .pack-cart-btn.is-added::before{width:14px!important;height:14px!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12Zm3.5-8h1v7h-1v-7Zm4 0h1v7h-1v-7ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12Zm3.5-8h1v7h-1v-7Zm4 0h1v7h-1v-7ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat!important}html body .er-unified-track-table td.er-track-play-cell,html body .er-unified-search-row>.preview-btn:last-child{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;justify-self:end!important;text-align:center!important;overflow:visible!important;position:relative!important;z-index:1!important;margin:0!important}html body .er-unified-track-table .preview-btn[data-track-id],html body .er-unified-search-row>.preview-btn[data-track-id]:last-child{all:unset!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#000!important;color:#fff!important;cursor:pointer!important;position:relative!important;inset:auto!important;transform:none!important;float:none!important;overflow:hidden!important;z-index:1!important}html body .er-unified-track-table .preview-btn[data-track-id]>*,html body .er-unified-search-row>.preview-btn[data-track-id]:last-child>*{display:none!important}html body .er-unified-track-table .preview-btn[data-track-id]::before,html body .er-unified-search-row>.preview-btn[data-track-id]:last-child::before{content:""!important;display:block!important;width:0!important;height:0!important;margin-left:3px!important;border-top:7px solid transparent!important;border-bottom:7px solid transparent!important;border-left:11px solid #fff!important;background:transparent!important;position:static!important;transform:none!important}html body .er-unified-track-table .preview-btn[data-track-id].playing::before,html body .er-unified-track-table .preview-btn[data-track-id].is-playing::before,html body .er-unified-track-table .preview-btn[data-track-id][aria-pressed="true"]::before,html body .er-unified-search-row>.preview-btn[data-track-id].playing:last-child::before,html body .er-unified-search-row>.preview-btn[data-track-id].is-playing:last-child::before,html body .er-unified-search-row>.preview-btn[data-track-id][aria-pressed="true"]:last-child::before{width:12px!important;height:14px!important;margin-left:0!important;border:0!important;background:linear-gradient(90deg,#fff 0 4px,transparent 4px 8px,#fff 8px 12px)!important}html body .pack-search-remix-row.er-unified-search-row,html body .profile-pack-search-row.er-unified-search-row{display:flex!important;flex-flow:row nowrap!important;gap:8px!important}html body .er-unified-track-table tr.track-row>.er-track-buy-cell,html body .er-unified-search-row>.er-track-buy-cell{order:4!important;flex-shrink:0!important}html body .er-unified-track-table tr.track-row>.er-track-play-cell,html body .er-unified-search-row>.preview-btn:last-child{order:5!important;flex-shrink:0!important;margin-left:0!important}html body .er-unified-track-table tr.track-row>.er-track-info-cell,html body .er-unified-search-row>.er-track-info-cell{order:3!important}html body .er-unified-track-table tr.track-row>.track-avatar-cell,html body .er-unified-track-table tr.track-row>td:nth-child(2),html body .er-unified-search-row>.er-track-avatar-link{order:2!important}html body .er-unified-track-table tr.track-row>.col-num,html body .er-unified-search-row>.er-search-col-num{order:1!important}@media (max-width:720px){html body .er-unified-track-table tr.track-row,html body .er-unified-search-row{display:flex!important;flex-flow:row nowrap!important;gap:6px!important;padding:0 6px!important}html body .er-unified-track-table td.track-avatar-cell,html body .er-unified-track-table tr.track-row>td:nth-child(2),html body .er-unified-search-row>.er-track-avatar-link{display:none!important}html body .er-unified-track-table td.col-num,html body .er-unified-search-row .er-search-col-num{flex:0 0 24px!important;width:24px!important}html body .er-track-info-cell{flex:1 1 auto!important}html body .er-unified-track-table td.er-track-buy-cell,html body .er-unified-search-row>.er-track-buy-cell{flex:0 0 112px!important;width:90px!important;min-width:90px!important;max-width:90px!important}html body .er-track-buy-action,html body .track-buy-action{grid-template-columns:76px 36px!important;width:90px!important;min-width:90px!important;max-width:90px!important}html body .er-track-buy-price,html body .track-buy-price{width:76px!important}html body .er-track-buy-action .cart-btn,html body .er-track-buy-action .pack-cart-btn,html body .track-buy-action .cart-btn,html body .track-buy-action .pack-cart-btn{width:36px!important;min-width:36px!important;max-width:36px!important}html body .er-unified-track-table td.er-track-play-cell,html body .er-unified-search-row>.preview-btn:last-child{flex:0 0 38px!important;width:38px!important;min-width:38px!important;max-width:38px!important}html body .er-unified-track-table .preview-btn[data-track-id],html body .er-unified-search-row>.preview-btn[data-track-id]:last-child{width:36px!important;min-width:36px!important;max-width:36px!important;height:34px!important;min-height:34px!important;max-height:34px!important}html body .er-track-title-line,html body .er-track-title-line *{font-size:12px!important}html body .er-track-meta-line,html body .er-track-meta-line *{font-size:10px!important}}html body.browse-page .er-unified-track-table td.er-track-buy-cell,html body.browse-page .er-unified-search-row>.er-track-buy-cell{box-sizing:border-box!important;flex:0 0 148px!important;width:132px!important;min-width:132px!important;max-width:132px!important;padding-left:8px!important;padding-right:10px!important;overflow:visible!important;z-index:4!important}html body.browse-page .er-track-buy-action,html body.browse-page .track-buy-action{box-sizing:border-box!important;grid-template-columns:94px 38px!important;width:132px!important;min-width:132px!important;max-width:132px!important;margin-left:auto!important;margin-right:0!important;overflow:hidden!important}html body.browse-page .er-track-buy-price,html body.browse-page .track-buy-price{width:94px!important;min-width:94px!important;max-width:94px!important}html body.browse-page .er-track-buy-action .cart-btn,html body.browse-page .er-track-buy-action .pack-cart-btn,html body.browse-page .track-buy-action .cart-btn,html body.browse-page .track-buy-action .pack-cart-btn{width:38px!important;min-width:38px!important;max-width:38px!important}html body.browse-page .er-unified-track-table td.er-track-play-cell,html body.browse-page .er-unified-search-row>.preview-btn:last-child{box-sizing:border-box!important;flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;padding-left:8px!important;padding-right:6px!important;overflow:visible!important;z-index:1!important}html body.browse-page .er-unified-track-table tr.track-row>.er-track-buy-cell + .er-track-play-cell{border-left:0!important}html body.browse-page .pack-search-remix-row.er-unified-search-row,html body.browse-page .profile-pack-search-row.er-unified-search-row{display:grid!important;grid-template-columns:28px 44px minmax(0,1fr) 148px 48px!important;column-gap:8px!important;align-items:center!important;overflow:visible!important}html body.browse-page .er-unified-search-row>.er-track-buy-cell{justify-self:stretch!important}html body.browse-page .er-unified-search-row>.preview-btn:last-child{justify-self:center!important;margin:0!important}@media (max-width:900px){html body.browse-page .er-unified-track-table td.er-track-buy-cell,html body.browse-page .er-unified-search-row>.er-track-buy-cell{flex-basis:142px!important;width:142px!important;min-width:142px!important;max-width:142px!important;padding-left:8px!important;padding-right:12px!important}html body.browse-page .er-track-buy-action,html body.browse-page .track-buy-action{grid-template-columns:90px 38px!important;width:128px!important;min-width:128px!important;max-width:128px!important}html body.browse-page .er-track-buy-price,html body.browse-page .track-buy-price{width:90px!important;min-width:90px!important;max-width:90px!important}html body.browse-page .pack-search-remix-row.er-unified-search-row,html body.browse-page .profile-pack-search-row.er-unified-search-row{grid-template-columns:28px 44px minmax(0,1fr) 142px 48px!important}}html body.browse-page .er-unified-track-table td.er-track-buy-cell,html body.browse-page .er-unified-search-row>.er-track-buy-cell{flex:0 0 126px!important;width:118px!important;min-width:118px!important;max-width:118px!important;padding-left:4px!important;padding-right:4px!important}html body.browse-page .er-track-buy-action,html body.browse-page .track-buy-action{grid-template-columns:72px 38px!important;width:110px!important;min-width:110px!important;max-width:110px!important}html body.browse-page .er-track-buy-price,html body.browse-page .track-buy-price{width:72px!important;min-width:72px!important;max-width:72px!important;padding-left:5px!important;padding-right:5px!important}html body.browse-page .pack-search-remix-row.er-unified-search-row,html body.browse-page .profile-pack-search-row.er-unified-search-row{grid-template-columns:28px 44px minmax(0,1fr) 126px 48px!important}@media (max-width:900px){html body.browse-page .er-unified-track-table td.er-track-buy-cell,html body.browse-page .er-unified-search-row>.er-track-buy-cell{flex-basis:122px!important;width:114px!important;min-width:114px!important;max-width:114px!important;padding-left:3px!important;padding-right:3px!important}html body.browse-page .er-track-buy-action,html body.browse-page .track-buy-action{grid-template-columns:68px 38px!important;width:106px!important;min-width:106px!important;max-width:106px!important}html body.browse-page .er-track-buy-price,html body.browse-page .track-buy-price{width:68px!important;min-width:68px!important;max-width:68px!important}html body.browse-page .pack-search-remix-row.er-unified-search-row,html body.browse-page .profile-pack-search-row.er-unified-search-row{grid-template-columns:28px 44px minmax(0,1fr) 122px 48px!important}}html body.browse-page .pack-search-remix-row.er-unified-search-row,html body.browse-page .profile-pack-search-row.er-unified-search-row{display:flex!important;flex-flow:row nowrap!important;grid-template-columns:none!important;gap:8px!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 10px!important;overflow:visible!important}html body.browse-page .pack-search-remix-row.er-unified-search-row>.er-track-avatar-link,html body.browse-page .profile-pack-search-row.er-unified-search-row>.er-track-avatar-link{order:2!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important}html body.browse-page .pack-search-remix-row.er-unified-search-row>.er-track-info-cell,html body.browse-page .profile-pack-search-row.er-unified-search-row>.er-track-info-cell{order:3!important;flex:1 1 auto!important;width:auto!important;min-width:0!important}html body.browse-page .pack-search-remix-row.er-unified-search-row>.er-track-buy-cell,html body.browse-page .profile-pack-search-row.er-unified-search-row>.er-track-buy-cell{order:4!important;flex:0 0 126px!important;width:118px!important;min-width:118px!important;max-width:118px!important;padding-left:4px!important;padding-right:4px!important}html body.browse-page .pack-search-remix-row.er-unified-search-row>.preview-btn:last-child,html body.browse-page .profile-pack-search-row.er-unified-search-row>.preview-btn:last-child{order:5!important;flex:0 0 48px!important;width:38px!important;min-width:38px!important;max-width:38px!important;margin:0 5px!important;justify-self:auto!important}html body.browse-page .pack-search-remix-row .er-search-col-num,html body.browse-page .profile-pack-search-row .er-search-col-num{display:none!important}html body .er-track-title-line .er-track-title-version.is-clean{color:#18e56b!important;background:transparent!important}html body .er-track-title-line .er-track-title-version.is-dirty{color:#ff4d57!important;background:transparent!important}html body .er-track-meta-line .er-key-chip,html body .er-track-meta-line .key-badge,html body .er-track-meta-line .track-key,html body .er-track-meta-line .key-pill{color:var(--er-key-color,#b8b8b8)!important;background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;padding:0!important;border-radius:0!important;font-weight:400!important}@media (max-width:900px){html body.browse-page .pack-search-remix-row.er-unified-search-row>.er-track-buy-cell,html body.browse-page .profile-pack-search-row.er-unified-search-row>.er-track-buy-cell{flex-basis:122px!important;width:114px!important;min-width:114px!important;max-width:114px!important;padding-left:3px!important;padding-right:3px!important}}html body .er-track-title-line,html body .er-track-title-line .er-track-title-text,html body .er-track-title-line .er-track-title-bpm{font-weight:500!important}html body .er-track-title-line .er-track-title-version{font-weight:500!important}html body .er-track-meta-line .er-track-meta-separator{display:inline!important;color:#8d8d8d!important;font-size:11px!important;font-weight:400!important;margin:0 4px!important;white-space:nowrap!important}html body .er-track-meta-line .er-track-main-key,html body .er-track-meta-line .er-track-main-key .er-key-chip{white-space:nowrap!important}@media (max-width:720px){html body.browse-page main.container{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}html body.browse-page .main-layout,html body.browse-page .main-content,html body.browse-page #ajax-results-area,html body.browse-page .table-wrapper,html body.browse-page .opm-table-wrapper{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}html body.browse-page .table-wrapper,html body.browse-page .opm-table-wrapper{overflow-x:hidden!important}html body.browse-page .er-unified-track-table{width:100%!important;max-width:100%!important;margin:0!important}html body.browse-page .er-unified-track-table tr.track-row,html body.browse-page .er-unified-search-row{padding-left:2px!important;padding-right:2px!important}}@media (max-width:720px){html body.remixer-profile-page .er-unified-track-table td.er-track-buy-cell{flex:0 0 112px!important;width:112px!important;min-width:112px!important;max-width:112px!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}html body.remixer-profile-page .er-track-buy-action,html body.remixer-profile-page .track-buy-action{grid-template-columns:76px 36px!important;width:112px!important;min-width:112px!important;max-width:112px!important;overflow:hidden!important}html body.remixer-profile-page .er-track-buy-price,html body.remixer-profile-page .track-buy-price{width:76px!important;min-width:76px!important;max-width:76px!important}html body.remixer-profile-page .er-track-buy-action .cart-btn,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn,html body.remixer-profile-page .track-buy-action .cart-btn,html body.remixer-profile-page .track-buy-action .pack-cart-btn{display:flex!important;visibility:visible!important;opacity:1!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:30px!important;overflow:visible!important}html body.remixer-profile-page .er-track-buy-action .cart-btn::before,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn::before,html body.remixer-profile-page .track-buy-action .cart-btn::before,html body.remixer-profile-page .track-buy-action .pack-cart-btn::before{display:block!important}}@media (max-width:720px){html body.remixer-profile-page main.container{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}html body.remixer-profile-page .remixer-layout{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;gap:0!important}html body.remixer-profile-page .remixer-main{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}html body.remixer-profile-page .table-wrapper,html body.remixer-profile-page .er-unified-table-wrap{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;border-left:0!important;border-right:0!important;box-sizing:border-box!important}html body.remixer-profile-page .er-unified-track-table,html body.remixer-profile-page .tracks-table{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}html body .er-track-meta-line{color:#686868!important}html body .er-track-meta-line .er-track-remix-version,html body .er-track-meta-line .er-track-genres,html body .er-track-meta-line .er-track-meta-separator{color:#686868!important;font-weight:400!important;text-shadow:none!important}html body .er-track-meta-line .er-track-main-key{color:var(--er-key-color,#b8b8b8)!important}html body .er-track-meta-line .er-track-main-key .er-key-chip,html body .er-track-meta-line .er-key-chip{color:var(--er-key-color,#b8b8b8)!important;opacity:1!important}@media (max-width:768px){html body.remixer-profile-page .sidebar-account-mini,html body.remixer-profile-page .remixer-list-mobile-hide{display:none!important}}@media (max-width:720px){html body.remixer-profile-page .er-unified-track-table td.er-track-buy-cell,html body.remixer-profile-page .profile-pack-search-row .er-track-buy-cell{flex:0 0 112px!important;width:112px!important;min-width:112px!important;max-width:112px!important;padding-left:0!important;padding-right:0!important;overflow:visible!important;position:relative!important;z-index:5!important}html body.remixer-profile-page .er-track-buy-action,html body.remixer-profile-page .track-buy-action{display:grid!important;grid-template-columns:76px 36px!important;width:112px!important;min-width:112px!important;max-width:112px!important;overflow:visible!important}html body.remixer-profile-page .er-track-buy-price,html body.remixer-profile-page .track-buy-price{width:76px!important;min-width:76px!important;max-width:76px!important}html body.remixer-profile-page .er-track-buy-action .cart-btn,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn,html body.remixer-profile-page .track-buy-action .cart-btn,html body.remixer-profile-page .track-buy-action .pack-cart-btn{display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:30px!important;padding:0!important;margin:0!important;background:#050505!important;color:#fff!important;overflow:hidden!important;position:relative!important;z-index:6!important}html body.remixer-profile-page .er-track-buy-action .cart-btn:not(.in-cart):not(.is-added)::before,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn:not(.in-cart):not(.is-added)::before,html body.remixer-profile-page .track-buy-action .cart-btn:not(.in-cart):not(.is-added)::before,html body.remixer-profile-page .track-buy-action .pack-cart-btn:not(.in-cart):not(.is-added)::before{content:none!important;display:none!important;-webkit-mask:none!important;mask:none!important}html body.remixer-profile-page .er-track-buy-action .cart-btn:not(.in-cart):not(.is-added)>svg.ap-ico-cart,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn:not(.in-cart):not(.is-added)>svg.ap-ico-cart,html body.remixer-profile-page .track-buy-action .cart-btn:not(.in-cart):not(.is-added)>svg.ap-ico-cart,html body.remixer-profile-page .track-buy-action .pack-cart-btn:not(.in-cart):not(.is-added)>svg.ap-ico-cart{display:block!important;visibility:visible!important;opacity:1!important;width:17px!important;height:17px!important;color:#fff!important;fill:currentColor!important;flex:0 0 17px!important}html body.remixer-profile-page .er-track-buy-action .cart-btn>svg.ap-ico-plus,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn>svg.ap-ico-plus,html body.remixer-profile-page .track-buy-action .cart-btn>svg.ap-ico-plus,html body.remixer-profile-page .track-buy-action .pack-cart-btn>svg.ap-ico-plus{display:none!important}html body.remixer-profile-page .er-track-buy-action .cart-btn.in-cart,html body.remixer-profile-page .er-track-buy-action .cart-btn.is-added,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.in-cart,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.is-added,html body.remixer-profile-page .track-buy-action .cart-btn.in-cart,html body.remixer-profile-page .track-buy-action .cart-btn.is-added,html body.remixer-profile-page .track-buy-action .pack-cart-btn.in-cart,html body.remixer-profile-page .track-buy-action .pack-cart-btn.is-added{background:#ff5d6c!important}html body.remixer-profile-page .er-track-buy-action .cart-btn.in-cart>svg,html body.remixer-profile-page .er-track-buy-action .cart-btn.is-added>svg,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.in-cart>svg,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.is-added>svg,html body.remixer-profile-page .track-buy-action .cart-btn.in-cart>svg,html body.remixer-profile-page .track-buy-action .cart-btn.is-added>svg,html body.remixer-profile-page .track-buy-action .pack-cart-btn.in-cart>svg,html body.remixer-profile-page .track-buy-action .pack-cart-btn.is-added>svg{display:none!important}html body.remixer-profile-page .er-track-buy-action .cart-btn.in-cart::before,html body.remixer-profile-page .er-track-buy-action .cart-btn.is-added::before,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.in-cart::before,html body.remixer-profile-page .er-track-buy-action .pack-cart-btn.is-added::before,html body.remixer-profile-page .track-buy-action .cart-btn.in-cart::before,html body.remixer-profile-page .track-buy-action .cart-btn.is-added::before,html body.remixer-profile-page .track-buy-action .pack-cart-btn.in-cart::before,html body.remixer-profile-page .track-buy-action .pack-cart-btn.is-added::before{content:""!important;display:block!important;width:14px!important;height:14px!important;background:#fff!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12Zm3.5-8h1v7h-1v-7Zm4 0h1v7h-1v-7ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12Zm3.5-8h1v7h-1v-7Zm4 0h1v7h-1v-7ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat!important}}@media (max-width:768px){.track-row[data-track-id],.er-unified-search-row[data-track-id]{cursor:pointer!important;touch-action:manipulation!important}}.production-packs-section{margin-top:28px}.production-packs-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.production-packs-title{margin:0;font-size:22px}.production-packs-subtitle{color:#aaa;font-size:12px;margin-top:3px}.production-packs-section .table-wrapper{overflow:visible!important}.production-pack-table{width:100%!important;min-width:0!important;background:transparent!important}html body.browse-page .production-pack-table tr.production-pack-row>td.track-avatar-cell{margin-right:6px!important}html body.browse-page .production-pack-table tr.production-pack-row>td.production-pack-info-cell{position:relative!important;padding-left:0!important;padding-right:56px!important}html body.browse-page .production-pack-table .production-pack-title-row{display:block!important;min-width:0!important}html body.browse-page .production-pack-table .production-pack-toggle{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;align-self:auto!important}html body.browse-page .production-pack-table .production-pack-toggle[aria-expanded="true"]{transform:translateY(-50%)!important}html body.browse-page .production-pack-table .production-pack-title-row .er-track-title-line{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;margin:0!important}html body.browse-page .production-pack-table .production-pack-genres-line{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;color:#686868!important;margin-top:4px!important}.production-pack-toggle{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:3px;width:48px;height:28px;cursor:pointer;color:#fff;border-radius:3px;background:#1b1b1b}.production-pack-toggle:hover{background:#262626}.production-pack-toggle svg{display:block;width:16px;height:16px;fill:currentColor;transition:transform .18s ease}.production-pack-toggle[aria-expanded="true"] svg{transform:rotate(90deg)}.production-version-count{font-size:10px;color:#aaa;font-weight:600;line-height:1}.production-version-details-row[hidden]{display:none!important}.production-version-details-row{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:#090909!important}.production-version-details-row>td{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:#090909!important}.production-version-container{display:block!important;width:100%!important;padding:0!important;background:#090909!important}.production-version-list{padding:5px 52px 9px 96px}.production-version-row{display:grid;grid-template-columns:44px minmax(0,1fr) 130px 42px;align-items:center;gap:8px;min-height:58px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.08)}.production-version-row:last-child{border-bottom:0}.production-version-no{color:#777;font-size:11px;text-align:center;font-weight:500}.production-version-info{min-width:0;overflow:hidden}.production-version-title{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0 0 4px!important}.production-version-title .er-track-title-text{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.production-version-meta{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.production-version-buy{width:130px;min-width:130px;justify-self:end}.production-version-row .preview-btn{justify-self:end!important}.production-version-row .production-version-cart-btn,.production-version-row .preview-btn{visibility:visible!important;opacity:1!important}html body.browse-page .production-version-title .er-track-title-version.is-clean{color:#18e56b!important;background:transparent!important}html body.browse-page .production-version-title .er-track-title-version.is-dirty{color:#ff4d57!important;background:transparent!important}html body.browse-page .production-version-meta .er-key-chip{color:var(--er-key-color,#b8b8b8)!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}html body.browse-page .production-pack-row .er-track-buy-cell,html body.browse-page .production-pack-row .er-track-play-cell,html body.browse-page .production-pack-row .production-pack-cart-btn,html body.browse-page .production-pack-row .preview-btn{visibility:visible!important;opacity:1!important}@media(max-width:768px){.production-packs-title{font-size:19px}html body.browse-page .production-pack-table tr.production-pack-row>td.track-avatar-cell{margin-right:4px!important}html body.browse-page .production-pack-table tr.production-pack-row>td.production-pack-info-cell{padding-right:47px!important}.production-pack-toggle{width:42px;height:26px}.production-version-list{padding:4px 8px 8px 36px}.production-version-row{grid-template-columns:34px minmax(0,1fr) 130px 42px;gap:6px}.production-version-meta{font-size:10px!important}}@media(max-width:560px){.production-version-list{padding-left:8px}.production-version-row{grid-template-columns:30px minmax(0,1fr) 42px;grid-template-rows:auto auto;align-items:center}.production-version-no{grid-column:1;grid-row:1 / span 2}.production-version-info{grid-column:2 / span 2;grid-row:1}.production-version-buy{grid-column:2;grid-row:2;justify-self:start;margin-top:2px}.production-version-row>.preview-btn{grid-column:3;grid-row:2;justify-self:end!important}}html body.remixer-profile-page .production-packs-section{margin-top:26px;margin-bottom:30px}html body.remixer-profile-page .production-pack-table tr.production-pack-row>td.track-avatar-cell{margin-right:6px!important}html body.remixer-profile-page .production-pack-table tr.production-pack-row>td.production-pack-info-cell{position:relative!important;padding-left:0!important;padding-right:56px!important}html body.remixer-profile-page .production-pack-table .production-pack-title-row{display:block!important;min-width:0!important}html body.remixer-profile-page .production-pack-table .production-pack-toggle{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;align-self:auto!important}html body.remixer-profile-page .production-pack-table .production-pack-toggle[aria-expanded="true"]{transform:translateY(-50%)!important}html body.remixer-profile-page .production-pack-table .production-pack-title-row .er-track-title-line{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;margin:0!important}html body.remixer-profile-page .production-pack-table .production-pack-genres-line{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;color:#686868!important;margin-top:4px!important}html body.remixer-profile-page .production-version-title .er-track-title-version.is-clean{color:#18e56b!important;background:transparent!important}html body.remixer-profile-page .production-version-title .er-track-title-version.is-dirty{color:#ff4d57!important;background:transparent!important}html body.remixer-profile-page .production-version-meta .er-key-chip{color:var(--er-key-color,#b8b8b8)!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}html body.remixer-profile-page .production-pack-row .er-track-buy-cell,html body.remixer-profile-page .production-pack-row .er-track-play-cell,html body.remixer-profile-page .production-pack-row .production-pack-cart-btn,html body.remixer-profile-page .production-pack-row .preview-btn{visibility:visible!important;opacity:1!important}@media(max-width:768px){html body.remixer-profile-page .production-pack-table tr.production-pack-row>td.track-avatar-cell{margin-right:4px!important}html body.remixer-profile-page .production-pack-table tr.production-pack-row>td.production-pack-info-cell{padding-right:47px!important}}


.profile-content-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:26px 0 12px;padding-top:4px;border-top:1px solid #252525}
.profile-content-section-head h2{margin:18px 0 0;font-size:22px}
.profile-content-section-head p{margin:4px 0 0;color:#aaa;font-size:12px}
.profile-packs-section{margin-top:18px;margin-bottom:30px}
.profile-packs-section+.profile-single-remixes-section{margin-top:8px}
.profile-single-remixes-section{scroll-margin-top:90px}
