#smr-video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}

.smr-popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.smr-popup-left {
    flex: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

#popup-video {
    width: 90%;
    height: auto;
    max-height: 80vh;
    border-radius: 10px;
}

.smr-popup-right {
    flex: 3;
    background: #fff;
    padding: 20px;
    overflow-y: auto;
    position: relative;
}

.smr-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 100;
}

.smr-popup-gallery img {
    width: 100%;
    border-radius: 5px;
}

.smr-product-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.smr-product-price {
    color: #d33;
    font-size: 18px;
    margin-bottom: 10px;
}

.smr-product-description {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.swiper-pagination-bullets {
    text-align: center;
    margin-top: 10px;
}
