.vcs-wrapper-6cd6d08a {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: transparent;
}

.swiper-container-6cd6d08a {
    width: 100%;
    padding: 20px 0 !important;
}

/* Ensure slide dimensions are set exactly and center-aligned */
.swiper-slide-6cd6d08a {
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.vcs-slide-inner-6cd6d08a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
    will-change: transform;
}

/* Coverflow-like 3D feel: scale down inactive ones */
.swiper-slide-6cd6d08a:not(.swiper-slide-active) .vcs-slide-inner-6cd6d08a {
    transform: scale(0.88);
    opacity: 0.65;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.swiper-slide-active .vcs-slide-inner-6cd6d08a {
    box-shadow: 0 15px 40px rgba(0,0,0,0.45);
}

/* Media styling */
.vcs-video-6cd6d08a,
.vcs-poster-only-6cd6d08a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: auto;
    cursor: pointer;
}

.vcs-placeholder-6cd6d08a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888888;
    background-color: #111111;
    font-size: 14px;
}

/* Progress bar tracking autoplay */
.vcs-progress-container-6cd6d08a {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
}

.vcs-progress-bar-6cd6d08a {
    height: 100%;
    width: 0%;
    background-color: #ffffff;
    transition: width 0.05s linear;
}

/* Product Badge (Bottom-Left overlay) */
.vcs-badge-6cd6d08a {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    z-index: 5;
    transition: transform 0.2s ease, opacity 0.2s ease;
    max-width: calc(100% - 32px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.vcs-badge-6cd6d08a:hover {
    transform: scale(1.05);
}

.vcs-badge-thumb-6cd6d08a {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    background-color: #eaeaea;
}

.vcs-badge-meta-6cd6d08a {
    display: flex;
    flex-direction: column;
}

.vcs-badge-name-6cd6d08a {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
}

.vcs-badge-price-6cd6d08a {
    font-family: sans-serif;
    font-size: 11px;
    opacity: 0.9;
    margin-top: 1px;
}

/* Custom Navigation Arrows */
.vcs-arrow-6cd6d08a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 20;
    transition: background-color 0.2s ease, transform 0.2s ease;
    user-select: none;
}

.vcs-arrow-6cd6d08a:hover {
    transform: translateY(-50%) scale(1.08);
}

.vcs-arrow-prev-6cd6d08a {
    left: 20px;
}

.vcs-arrow-next-6cd6d08a {
    right: 20px;
}

/* Mute Feedback indicator */
.vcs-mute-overlay-6cd6d08a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s;
    z-index: 8;
}

.vcs-mute-overlay-6cd6d08a.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
