.video-showcase{background:#19191c;overflow-x:hidden}.video-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.video-showcase__head-text{display:flex;flex-direction:column;gap:24px;max-width:583px}.video-showcase__title{margin:0;font-family:var(--font-family-secondary);font-size:48px;line-height:56px;color:#fff;font-weight:400}.video-showcase__desc{font-family:var(--font-family-primary);font-size:16px;line-height:26px;color:#d1d5d8}.video-showcase__btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:56px;padding:0 32px;border-radius:8px;background:#f5f6f7;font-family:var(--font-family-secondary);font-size:18px;color:#19191c;text-decoration:none;white-space:nowrap}.video-showcase__body{display:flex;align-items:flex-start;gap:24px;width:100%}.video-showcase__player-wrap{position:relative;flex:947 1 0;min-width:480px}.video-showcase__player{display:none;position:relative;width:100%;aspect-ratio:947 / 533;border-radius:16px;overflow:hidden;background:#000}.video-showcase__player.active{display:block}.video-showcase__player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.video-showcase__poster-btn{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer;text-align:left;transition:opacity .3s ease}.video-showcase__player.is-playing .video-showcase__poster-btn{opacity:0;pointer-events:none}.video-showcase__poster-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-showcase__poster-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:#19191c33;pointer-events:none}.video-showcase__gradient{position:absolute;left:0;right:0;bottom:0;height:190px;background:linear-gradient(to top,#19191cd9,#19191c00);pointer-events:none}.video-showcase__poster-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(6px);box-shadow:1.8px 2.2px .5px -1.6px #fffc inset,-2.1px -2.2px .5px -1.6px #fff6 inset,2px 3px 2px #ffffff0d inset,10px 15px 10px #ffffff0d inset,-10px -15px 10px #ffffff05 inset}.video-showcase__poster-info{position:absolute;left:32px;right:32px;bottom:32px;display:flex;align-items:flex-start;gap:16px;text-align:left}.video-showcase__poster-title{font-family:var(--font-family-secondary);font-size:18px;line-height:26px;color:#fff}.video-showcase__poster-text{display:flex;flex-direction:column;gap:16px;min-width:0}.video-showcase__poster-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.video-showcase__poster-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;object-fit:cover}.video-showcase__poster-channel-name{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-family-secondary);font-size:14px;line-height:24px;color:#fff}.video-showcase__btn.mobile{display:none}.video-showcase__poster-dot{flex-shrink:0;width:4px;height:4px;border-radius:50%;background:#d1d5d8}.video-showcase__poster-channel-sub{font-family:var(--font-family-primary);font-size:12px;line-height:18px;color:#fff;white-space:nowrap}.video-showcase__list-wrap{position:relative;flex:460 1 0;min-width:460px}.video-showcase__list{display:flex;flex-direction:column;gap:16px;width:100%;overflow-y:auto;scrollbar-width:none}.video-showcase__list::-webkit-scrollbar{display:none}.video-showcase__scrollbar{position:absolute;top:0;right:-12px;width:4px;height:100%;pointer-events:none;display:none}.video-showcase__scrollbar.is-visible{display:block}.video-showcase__scrollbar-thumb{position:absolute;left:0;top:0;width:4px;border-radius:999px;background:#d9d9d9}.video-showcase__card{display:flex;gap:16px;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:none;cursor:pointer;text-align:left;color:inherit;transition:all .3s ease}.video-showcase__card:hover{border-color:#62686f}.video-showcase__card.active{border-color:#fff}.video-showcase__card-thumb{position:relative;flex-shrink:0;width:142px;height:80px;border-radius:12px;overflow:hidden;background:#fff;isolation:isolate;contain:paint}.video-showcase__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-showcase__card-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(6px);-webkit-mask-image:-webkit-radial-gradient(white,black);box-shadow:1.8px 2.2px .5px -1.6px #fffc inset,-2.1px -2.2px .5px -1.6px #fff6 inset,2px 3px 2px #ffffff0d inset,10px 15px 10px #ffffff0d inset,-10px -15px 10px #ffffff05 inset}.video-showcase__card-icon--pause,.video-showcase__card.is-playing .video-showcase__card-icon--play{display:none}.video-showcase__card.is-playing .video-showcase__card-icon--pause{display:flex}.video-showcase__card-text{display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:0}.video-showcase__card-title{font-family:var(--font-family-secondary);font-size:16px;line-height:26px;color:#fff}.video-showcase__card-channel{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-family-secondary);font-size:14px;line-height:24px;color:#d1d5d8}.video-showcase__card-avatar{flex-shrink:0;width:24px;height:24px;border-radius:50%;object-fit:cover}.video-showcase__card-channel-name{display:inline-flex;align-items:center;gap:4px}@media only screen and (max-width:1279px){.video-showcase__head{margin-bottom:40px}.video-showcase__title{font-size:36px;line-height:44px}.video-showcase__body{flex-direction:column;width:auto}.video-showcase__player-wrap,.video-showcase__list-wrap{flex:none;width:100%;min-width:0}.video-showcase__scrollbar{display:none!important}.video-showcase__list{overflow:unset}}@media only screen and (max-width:799px){.video-showcase__head{flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:40px}.video-showcase__head-text{align-items:center;max-width:none;gap:16px}.video-showcase__title{font-size:30px;line-height:36px}.video-showcase__card-thumb{width:116px;height:65px;border-radius:8px}.video-showcase__card-icon{width:32px;height:32px}.video-showcase__poster-icon{width:40px;height:40px}.video-showcase__card-title{font-size:.875rem;line-height:21px}.video-showcase__card-channel{font-size:.75rem;line-height:18px}.video-showcase__card{padding:12px;border-radius:12px}.video-showcase__card-avatar{display:none}.video-showcase__list{gap:12px}.video-showcase__poster-info{left:12px;right:12px;bottom:12px;top:auto;gap:12px}.video-showcase__poster-text{gap:4px}.video-showcase__player{aspect-ratio:358/201;border-radius:12px}.video-showcase__gradient{height:150px}.video-showcase__poster-title{font-size:14px;line-height:21px}.video-showcase__poster-meta{gap:8px}.video-showcase__poster-channel-name{font-size:12px;line-height:18px;color:#d1d5d8}.video-showcase__poster-dot{width:2px;height:2px}.video-showcase__poster-channel-sub{color:#d1d5d8}.video-showcase__btn.mobile{display:flex;margin:32px auto 0;max-width:fit-content}.video-showcase__btn.desktop{display:none}}
/*# sourceMappingURL=/cdn/shop/t/129/assets/desk_video-showcase.css.map */
