.product-review * {
    word-wrap: normal;
}

.mp-form-title-text {
    color: #fff;
}

.mp-modal .close-mp-modal {
    color: #ffffff;
    font-size: 2em;
    margin-top: 1em;
}

.bank .product__gift {
    background: #fff;
    border: 1px solid #8693a2;
    padding: 8px 16px 8px 10px;
}

.bank .product__gift .gift__img {
    width: 35px;
    height: 35px;
}

@media (min-width: 992px) {
    .bank .product__gift .gift__price-wrap {
        width: auto;
    }
}

.bank .product__gift .gift__title {
    font-size: 14px;
    font-weight: 700;
}

.bank .product__gift .gift__price .price__amount {
    text-decoration-line: none;
}

.js-video-ctrl.play .play-btn,
.js-video-ctrl.play .slide-video__img {
    opacity: 0;
    visibility: hidden;
}

.js-video-ctrl.play .slide-video__wrapper {
    display: block;
}

.slide-video .play-btn {
    background-color: #fff;
    border-radius: 50%;
    border: none;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-video .icon-play-rich {
    font-size: 34px;
    padding-left: 5px;
}

.slide-video__body {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slide-video__img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 0 auto;
}

.slide-video__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

@media (min-width: 768px) {
    .js-video-ctrl.play {
        max-height: 450px;
    }
}

@media (min-width: 992px) {
    .js-video-ctrl.play {
        max-height: 500px;
    }
}

.slide-video__wrapper .video_card {
    height: 100%;
}

.order-btn,
.preorder-btn {
    height: auto !important;
}

.more-btn {
    background: #c28005;
    border: 1px solid #c28005;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 22px;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}