.wcvc-carousel {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.wcvc-video-container {
    position: relative;
    padding-bottom: 56.25%;
}
.wcvc-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wcvc-buy-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff3366;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    z-index: 10;
}
