.box-pcat .image-cover {
    padding-top: 88%;
}

.icon-box.benefit .box-text {
    font-size: 16px;
}

.frame-lens-view {
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}

.frame-lens-view .bg-view {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    display: flex;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.frame-lens-view .bg-view img {
    width: 100%;
}

.frame-lens-view.outside .bg-view {
    transform: translateX(-100%);
}

.frame-lens-view .bg-view > div {
    flex: 0 0 100%;
}

.frame-lens-view.outside .btn-go-outside {
    display: none;
}

.frame-lens-view:not(.outside) .btn-go-inside {
    display: none;
}

.btn-go-outside {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-go-inside {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.frame-lens-view button {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border: none;
    background-color: transparent;
}

.frame-lens-view .glass {
    position: relative;
    width: 800px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.frame-lens-view .glass img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.frame-lens-view .glass .lens {
    opacity: 0;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in;
}

.frame-lens-view.outside .glass .lens {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .frame-lens-view {
        height: 240px;
    }

    .frame-lens-view .bg-view img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .btn-go-outside {
        right: 0;
    }

    .btn-go-inside {
        left: 0;
    }

    .icon-box.benefit .box-text {
        font-size: 14px;
    }
}

/* single product */

.product-gallery .swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.product-gallery .swiper .swiper-slide {
    height: 400px;
}

.product-gallery .swiper .slider-item {
    width: 100%;
    height: 100%;
}

.product-gallery .swiper .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 150% */
}

.product-price.discount .original-price {
    text-decoration: line-through;
    font-size: 28px;
    margin-left: 8px;
}

.product-price.discount .discount-price,
.product-price:not(.discount) .original-price {
    color: var(--primary-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-related {
    background-color: #e2e2e2;
    padding-block: 70px;
}

#video-preview {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .product-gallery .swiper {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .product-gallery .swiper .swiper-slide {
        height: auto;
    }

    .product-title {
        font-size: 24px;
        line-height: 35px;
    }

    .product-price.discount .discount-price,
    .product-price:not(.discount) .original-price {
        font-size: 28px;
    }

    .product-price.discount .original-price {
        font-size: 24px;
    }

    .product-related {
        padding-block: 35px;
    }

    .product-summary {
        margin-top: 20px;
    }
}
