.most-played{background:radial-gradient(62.3% 70.64% at 48.68% 51.46%,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,0) 100%),rgba(244,254,252,.8);background-blend-mode:screen,normal;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);position:relative;z-index:2;display:flex;gap:var(--sp-constant-150,12px);flex-direction:column;width:fit-content;max-width:100%;padding:var(--sp-dynamic-200,16px);border-radius:var(--cr-body-md-container);overflow:hidden;box-shadow:0 4px 10px 0 rgba(29,71,87,.1),0 8px 24px 0 rgba(29,71,87,.1)}@media (min-width:768px){.most-played{gap:var(--sp-constant-200,16px)}}.most-played__title{font-weight:700;font-family:Pangram Sans,Arial,Helvetica,sans-serif;font-size:var(--tp-headline-s-fs,14px);line-height:var(--tp-headline-s-lh,18px)}.most-played__cards{display:flex;gap:var(--sp-constant-150,12px);align-items:flex-end;margin:calc(var(--sp-constant-500, 40px)*-1);padding:var(--sp-constant-500,40px);overflow-x:visible;overflow-y:auto}@media (min-width:1024px){.most-played__cards .ds-product-card{--ds-product-card-width:118px}}@media (min-width:1680px){.most-played__cards .ds-product-card{--ds-product-card-width:150px}}.most-played__cards .ds-product-card__inner{overflow:visible}.most-played__cards .ds-product-card__link{border-radius:var(--cr-body-md-container)}.most-played__cards .ds-product-card__link:focus-visible{outline:none}.most-played__cards .ds-product-card__link:focus-visible:before{border-radius:var(--cr-body-md-container);outline:4px solid #27e2cc}.most-played__cards .ds-product-card-tag__wrapper{text-wrap:nowrap}.most-played-card{position:relative}.most-played-card--last-played .ds-product-card__inner{outline:4px solid #27e2cc;overflow:visible}.most-played-card--skeleton{pointer-events:none}.most-played-card--skeleton:after,.most-played-card--skeleton:before{content:"";position:absolute;bottom:0;left:0;z-index:1}.most-played-card--skeleton:before{top:0;right:0;border-radius:var(--cr-body-md-container);background:linear-gradient(90deg,rgba(0,0,0,.05) 25%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 75%);background-size:200%;animation:most-played-shimmer 2s infinite}.most-played-card--skeleton:after{width:60%;height:14px;margin:var(--sp-dynamic-200,16px);border-radius:8px;background:rgba(0,0,0,.1)}.most-played-card__wrapper--skeleton:nth-child(n+6){display:none}@media (max-width:479.98px){.most-played-card__wrapper--skeleton:nth-child(n+4){display:none}}@media (max-width:767.98px){.most-played-card__wrapper--skeleton:nth-child(n+5){display:none}}.most-played-card__wrapper--few-with-last-played{margin-top:var(--sp-constant-150,12px)}.most-played-card__badge{font-weight:400;font-family:Roboto Condensed,Roboto Condensed-fallback,Arial,Helvetica,sans-serif;font-size:var(--tp-body-xs-fs,8px);line-height:var(--tp-body-xs-lh,8px);position:absolute;bottom:calc(100% - 20px + var(--sp-constant-100, 8px));left:50%;padding:var(--sp-constant-100,8px) var(--sp-dynamic-100,8px) 20px;border-radius:12px 12px 0 0;background:#27e2cc;color:#1d4757;white-space:nowrap;text-transform:uppercase;translate:-50% 0}@media (min-width:768px){.most-played-card__badge{font-size:10px;line-height:10px}}@keyframes most-played-shimmer{to{background-position:-200% 0}}