@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-video-spinner{--cmp-video-spinner-icon-play:url("https://ds-assets.cupra.com/icons/cupra-diagonal/play.svg");--cmp-video-spinner-icon-pause:url("https://ds-assets.cupra.com/icons/cupra-diagonal/pause.svg")}
.cmp-video-spinner{right:16px;bottom:16px;max-width:32px}
.cmp-video-spinner__icon{width:16px;height:16px}
.cmp-video-spinner--paused .cmp-video-spinner__icon{left:50%}
@media(min-width:768px){.cmp-video-spinner{max-width:40px}
.cmp-video-spinner__icon{width:20px;height:20px}
}
@media(min-width:1024px){.cmp-video-spinner{right:32px;bottom:32px}
}
@media(min-width:1920px){.cmp-video-spinner{max-width:48px}
.cmp-video-spinner__icon{width:24px;height:24px}
}
.cmp-video-v2__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}