.vc-product-play-page {
    background-color: #111 !important;
}

.vc-product-play-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.vc-product-play-video-feed-section-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.vc-product-play-video-feed-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.vc-product-play-feed-card {
    width: 100%;
    margin: 0 auto;
}

.vc-product-play-feed-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.vc-product-profile-link {
    text-decoration: none;
    color: inherit;
}

.vc-product-play-feed-card__profile {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.vc-product-play-feed-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    background: #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.vc-product-play-feed-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-product-video-feed-card__name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc-product-play-feed-card-header-actions {
    flex: 0 0 auto;
}

.vc-product-play-feed-card .vc-product-feed-view-info-btn {
    background: transparent;
    text-transform: capitalize;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
}

.vc-product-play-feed-card .vc-product-feed-view-info-btn:hover {
    background-color: #e0e0e0;
    color: #111;
}

.vc-product-play-feed-card__thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 26px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 18px 40px rgba(17, 24, 39, 0.12);
    cursor: pointer;
}

.vc-product-play-feed-card__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-product-video-feed-card-thumb-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.vc-product-video-feed-card__title {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.45;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.vc-product-video-feed-card-bottom-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vc-product-video-feed-card-bottom-action-btns .vc-product-feed-video-like-button,
.vc-product-video-feed-card-bottom-action-btns .vc-product-feed-video-share-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: 0.9;
    transition: all 0.2s ease;
    min-height: fit-content;
}

.vc-product-video-feed-card-bottom-action-btns .vc-product-feed-video-like-button:hover,
.vc-product-video-feed-card-bottom-action-btns .vc-product-feed-video-share-button:hover {
    opacity: 1;
    transform: translateY(-1px);
    background-color: transparent;
    color: #fff;
}

.vc-product-feed-video-like-button i, .vc-product-feed-video-share-button i {
    font-size: 14px;
}

.vc-product-feed-video-like-count, .vc-product-feed-video-share-count {
    font-size: 11px;
    opacity: 0.85;
}

.vc-product-video-feed-card__views-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 23px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.52);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vc-product-video-feed-card__views-badge i {
    font-size: 13px;
    line-height: 1;
}

.vc-product-video-feed-card .vc-product-video-feed-card__mute,
.vc-product-play-wrap .vc-product-video-feed-card__mute {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.58);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: none;
    padding: 0;
}

/* =========================
   Product Play Section
========================= */

.vc-product-play-view-section {
    position: relative;
    height: 100%;
}

.vc-product-play-view-content {
    position: relative;
    width: 100%;
    height: 95vh;
    height: 95dvh;
    max-height: 95vh;
    max-height: 95dvh;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset,
        0 18px 40px rgba(17, 24, 39, 0.12);
    touch-action: pan-y;
    background: #000;
}

.vc-product-play-view-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0;
    box-sizing: border-box;
    pointer-events: none;
}

.vc-product-play-view-header > * {
    pointer-events: auto;
}

.vc-product-play-view-header .vc-product-play-back-btn {
    background: transparent;
    border-radius: 0;
    padding: 0;
    min-height: fit-content;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.vc-product-play-back-btn i {
    font-size: 24px;
    line-height: 1;
}

.vc-product-play-view-header .vc-product-play-back-btn:hover,
.vc-product-play-view-header .vc-product-play-back-btn:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-product-play-header-views {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 23px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.52);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vc-product-play-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vc-product-play-swiper .swiper-wrapper {
    height: 100%;
}

.vc-product-play-swiper .swiper-slide {
    display: block;
    height: 100%;
    flex-shrink: 0;
}

.vc-product-play-slide,
.vc-product-play-slide-inner,
.vc-product-play-video-box {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.vc-product-play-video-box {
    position: relative;
    overflow: hidden;
    background: #000;
}

.vc-product-play-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #000;
}

.vc-product-play-slide-inner .vc-product-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 35;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(0.92);
    background: rgba(17, 24, 39, 0.46);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease,
        background 0.22s ease;
}

.vc-product-play-slide-inner .vc-product-play-overlay i {
    font-size: 24px;
    line-height: 1;
}

.vc-product-play-slide-inner .vc-product-play-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.vc-product-play-slide-inner .vc-product-play-overlay:hover,
.vc-product-play-slide-inner .vc-product-play-overlay:focus {
    background: rgba(17, 24, 39, 0.68);
    color: #fff;
    outline: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.vc-product-play-video-actions {
    position: absolute;
    right: 12px;
    bottom: 32%;
    z-index: 36;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.vc-product-play-video-actions button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #fff;
    padding: 0;
    min-height: auto;
    box-shadow: none;
}

.vc-product-play-video-actions button:hover,
.vc-product-play-video-actions button:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.vc-product-play-video-actions i {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-product-play-like-count, .vc-product-play-share-count {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.vc-product-play-bottom-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 36;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
}

.vc-product-play-product-details {
    padding: 15px;
}

.vc-product-play-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.vc-product-play-progress {
    width: 0%;
    height: 100%;
    border-radius: 999px;
    background: #fff;
}

@media (max-width: 767px) {
    .vc-product-play-wrap {
        width: 100%;
        max-width: 100%;
    }
    
    .vc-product-play-video-feed-section {
        padding: 20px 15px;
    }
    
    .vc-product-play-video-feed-list {
        gap: 18px;
    }
    
    .vc-product-play-view-content {
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
}