.video-showcase{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:hidden}.video-showcase__outer{display:flex;flex-direction:column;gap:1rem}.video-showcase__heading-wrap{margin-bottom:1rem}.video-showcase__heading{margin:0 auto;padding:2rem 0 0;text-align:center;text-wrap:balance}.video-showcase__cards-track{flex-direction:row;display:flex;width:100%;flex-wrap:nowrap;gap:1rem;padding-inline:1.5rem}@media screen and (min-width: 1000px){.video-showcase__cards-track{flex-direction:column;padding-inline:0}.video-showcase__heading{flex-direction:row;gap:1rem}}.video-showcase__cards-row{display:flex;gap:1rem}.video-showcase-bar{height:3px;background:var(--border-color);margin-inline:1.5rem;margin-top:1.5rem;position:relative;overflow:hidden}.video-showcase-progress{position:absolute;width:0;height:100%;background:rgb(var(--color-button));left:0;top:0}.video-showcase__cards-slider{position:relative;overflow:hidden}.video-showcase__cards-slider:before,.video-showcase__cards-slider:after{content:"";position:absolute;top:0;bottom:0;width:32px;pointer-events:none;background:linear-gradient(to right,rgb(var(--color-background)),transparent);opacity:0;transition:opacity .2s ease}.video-showcase__cards-slider:before{left:0}.video-showcase__cards-slider:after{right:0;transform:scaleX(-1)}.video-showcase__cards-slider:not(.is-start):before{opacity:1}.video-showcase__cards-slider:not(.is-end):after{opacity:1}@media screen and (max-width: 999px){.video-showcase__cards-row.page-width{padding:0!important;flex-shrink:0;width:fit-content}}.video-showcase__card{width:80vw;flex:1 0 80vw}@media screen and (min-width: 1000px){.video-showcase__cards-row{flex-direction:row;flex-wrap:nowrap}.video-showcase-bar{display:none}.video-showcase__card{width:auto;flex:1 1 0;min-width:0;transition:flex .35s ease}}.video-showcase__card-inner{position:relative;width:100%;height:var(--mobile-height);border-radius:16px;overflow:hidden;background:rgba(var(--color-foreground),.1)}@media screen and (min-width: 1000px){.video-showcase__card.is-active{flex:0 0 50%;max-width:50%}.video-showcase__card-inner{height:var(--desktop-height)}}.video-showcase__card-inner:after{position:absolute;content:"";z-index:0;pointer-events:none;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0,0,0,.5),transparent 30%)}.video-showcase__card-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.video-showcase__card-poster{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.video-showcase__card-poster--placeholder{background:rgba(var(--color-foreground),.15);transition:transform .35s ease}@media screen and (min-width: 1000px){.video-showcase__card:not(.is-playing):hover .video-showcase__card-poster,.video-showcase__card:not(.is-playing):hover .video-showcase__card-poster--placeholder{transform:scale(1.05)}}.video-showcase__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.video-showcase__video-wrap:not([hidden]){display:block}.video-showcase__video-wrap[hidden]{display:none!important}.video-showcase__video{width:100%;height:100%;object-fit:contain;display:block}.video-showcase__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;transition:opacity .35s ease}.video-showcase__card.is-playing .video-showcase__play-overlay{opacity:0;pointer-events:none}@media screen and (min-width: 1000px){.video-showcase__card .video-showcase__play-overlay{opacity:0}.video-showcase__card:hover .video-showcase__play-overlay,.video-showcase__card.is-active .video-showcase__play-overlay{opacity:1}.video-showcase__card.is-playing .video-showcase__play-overlay{opacity:0;pointer-events:none}.video-showcase__card.is-playing:hover .video-showcase__play-overlay{opacity:1;pointer-events:auto}}@media screen and (max-width: 999px){.video-showcase__card .video-showcase__play-overlay{opacity:1}}.video-showcase__play-btn{position:relative;width:4rem;height:4rem;border-radius:50%;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease;padding:0}.video-showcase__play-btn:hover{transform:scale(1.05)}.video-showcase__play-icon{position:absolute;box-sizing:border-box}.video-showcase__play-icon--play{width:0;height:0;border-style:solid;border-width:8px 0 8px 14px;border-color:transparent transparent transparent currentColor;margin-left:4px}.video-showcase__card .video-showcase__play-icon--pause,.video-showcase__card.is-playing .video-showcase__play-icon--play{display:none}.video-showcase__card.is-playing .video-showcase__play-icon--pause{display:block;width:6px;height:18px;background:currentColor;border-radius:1px;margin-left:-9px;box-shadow:10px 0 0 0 currentColor}.video-showcase__card-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:1rem;pointer-events:none}.video-showcase__play-overlay,.video-showcase__play-btn{pointer-events:auto}.video-showcase__badge{display:inline-block;padding:.35rem .6rem;font-size:.875rem;font-weight:700;letter-spacing:0;border:1px solid rgb(var(--color-foreground),.1);background:rgb(var(--color-background),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgb(var(--color-foreground));border-radius:.3rem;font-family:var(--font-wide)}.video-showcase__card-info{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.video-showcase__card-title{margin:0;font-family:var(--font-wide);font-weight:500;letter-spacing:0;font-size:1.25rem;line-height:1.3;color:rgb(var(--color-foreground))}.video-showcase__card-subtitle{margin:0;font-size:.95rem;letter-spacing:0;font-weight:400;color:rgba(var(--color-foreground),.6)}.video-showcase__averages{margin-top:.5rem}.video-showcase__averages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media screen and (min-width: 1000px){.video-showcase__averages-grid{grid-template-columns:repeat(4,1fr)}}.video-showcase__average{padding:1rem;border:2px solid rgba(71,85,105,.25);border-radius:.5rem}.video-showcase__average-text{font-family:var(--font-sans);font-size:1.5rem;font-weight:700;line-height:1.2;color:rgb(var(--color-foreground));margin-bottom:1rem;letter-spacing:0}@media screen and (min-width: 768px){.video-showcase__average-text{font-size:1.75rem}}.video-showcase__average-subtext{margin:0;font-size:1rem;font-weight:400;letter-spacing:0;color:rgba(var(--color-foreground))}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-video-showcase.css.map */
