.ostriym-video-reviews {
    margin: 40px 0;
    position: relative;
    overflow-x: clip;
}

.ostriym-video-reviews-title {
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.ostriym-video-reviews-wrap {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.ostriym-video-reviews .swiper {
    overflow: visible;
    touch-action: pan-y;
}

.ostriym-video-reviews .swiper-wrapper {
    align-items: stretch;
}

.ostriym-video-reviews .swiper-slide {
    height: auto;
    width: min(var(--jc-base-w, 260px), 88vw);
}

@media (min-width: 992px) {
    .ostriym-video-reviews .swiper-slide {
        width: min(var(--jc-base-w, 260px), 340px);
    }
}

.ostriym-video-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ostriym-video-frame {
    width: 100%;
    position: relative;
}

.ostriym-video-frame-inner {
    width: 100%;
    aspect-ratio: 3 / 5;
    max-height: var(--jc-active-h, 500px);
    background: #000;
    overflow: hidden;
    position: relative;
    transform-origin: top center;
    transform: translateY(10px) scale(0.92);
    transition: transform 220ms ease;
    will-change: transform;
}

.ostriym-video-reviews .swiper-slide-active .ostriym-video-frame-inner {
    transform: translateY(calc(var(--jc-active-shift, 14px) * -1)) scale(1);
}

.ostriym-video-player {
    position: absolute;
    inset: 0;
}

.ostriym-video-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    border: 0;
    display: block;
    pointer-events: none;
}

.ostriym-video-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 160ms ease;
    pointer-events: none;
    background: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ostriym-video-preview.is-hidden {
    opacity: 0;
}

.ostriym-video-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    image-rendering: auto;
}

.ostriym-video-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ostriym-video-product-img {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex: 0 0 auto;
}

.ostriym-video-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    user-drag: none;
}

.ostriym-video-product-info {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ostriym-video-product-name {
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: underline;
}

.ostriym-video-product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 22px;
}

.ostriym-video-price-old {
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #747474;
    text-decoration: line-through;
}

.ostriym-video-price-new,
.ostriym-video-price-regular {
    font-family: Unbounded, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.ostriym-video-reviews-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 6;
    pointer-events: none;
}

.ostriym-video-reviews .swiper-button-prev,
.ostriym-video-reviews .swiper-button-next {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    padding: 8px;
    pointer-events: auto;
    color: #000;
    border: 2px solid #000;
}

.ostriym-video-reviews .swiper-pagination {
    position: static;
    width: auto;
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ostriym-video-reviews .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    background: #e6e6e6;
}

.ostriym-video-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.ostriym-video-reviews-spacer {
    height: 48px;
}

@media (max-width: 575px) {
    .ostriym-video-reviews-title {
        font-size: 24px;
        line-height: 32px;
    }
}
