﻿.detail-product {
}

.detail-product-banner {
    height: auto;
}

.detail-product-picture {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

    .detail-product-picture .pic-swiper {
        width: 100%;
    }

        .detail-product-picture .pic-swiper .item {
            max-height: 440px;
            overflow: hidden;
        }

            .detail-product-picture .pic-swiper .item:hover img {
                transform: scale(1.02);
                overflow: hidden;
            }

            .detail-product-picture .pic-swiper .item img {
                transition: all .3s;
            }

.detail-product-item:hover::before {
    opacity: 1;
}

.detail-product-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3333338f;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
    pointer-events: none;
}

.detail-product-item {
    /* height: 610px; */
    width: 100%;
    margin: 10px 0;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 600px;
}

    .detail-product-item img {
        transition: all .3s;
    }

    .detail-product-item:hover img {
        transform: scale(1.02);
    }

    .detail-product-item span {
        position: absolute;
        bottom: 30px;
        color: #f1f1f1;
        font-size: 18px;
        line-height: 170%;
        text-align: center;
        padding: 0 45px;
        transform: translateY(30px);
        opacity: 0;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        display: none;
    }

    .detail-product-item:hover span {
        transform: translateY(0);
        opacity: 1;
    }

    .detail-product-item:nth-child(1) {
        margin-bottom: 14px;
        margin-top: 0;
    }

    .detail-product-item:nth-child(2) {
        width: calc(50% - 10px);
    }

.detail-pro-price {
    margin-top: 8px;
    display: flex;
    align-items: center;
    color: #232c41c4;
    font-size: 18px;
    font-family: monM;
}

    .detail-pro-price strong {
        color: var(--default-color-2);
        font-size: 26px;
    }

    .detail-pro-price p {
        margin: 0;
        margin-left: 7px;
    }

.detail-product-item:nth-child(3) {
    width: calc(50% - 10px);
}

.detail-product-detail .grid.wide {
    max-width: 1230px !important;
}

.detail-product .grid.wide {
    max-width: 1440px;
}

.detail-product-banner .grid.wide {
    padding-right: 0;
}

.detail-product .detail-product-banner .container {
    padding-bottom: 60px;
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.detail-product .container {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.detail-product .container-left {
    width: 70%;
    padding-right: 50px;
    float: left;
}

.detail-product .container-right {
    width: 363px;
    float: right;
}

    .detail-product .container-right .table {
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding: 8px;
    }

    .detail-product .container-right .table-item:last-child {
        margin-bottom: 0;
    }

    .detail-product .container-right .table-item:last-child {
        border-bottom: 0;
    }

    .detail-product .container-right .table-item {
        padding: 16px 12px;
        border-bottom: 1px solid #33333326;
    }

    .detail-product .container-right h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: monB;
        font-size: 16px;
        font-weight: 100;
        color: var(--default-color-1);
    }

    .detail-product .container-right span {
        font-size: 15px;
        color: var(--default-color-1);
        display: block;
        margin-top: 7px;
    }

        .detail-product .container-right span a {
            text-decoration: underline;
            width: fit-content;
            color: var(--default-color-2);
        }

.detail-product-detail section {
    font-size: 16px;
    line-height: 173%;
    color: var(--default-color-1);
    width: 100%;
}

    .detail-product-detail section p:first-child {
        margin-top: 0;
    }

    .detail-product-detail section p:last-child {
        margin-bottom: 0;
    }

.detail-product .container .detailswiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: unset;
    padding: 10px;
    overflow: hidden;
    transform: translateX(73px);
}

.detail-left-swiper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    margin-top: 22px;
}

.detail-product .detail-left-swiper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F1F1F1;
    transform: translateX(73px);
    border-radius: 50px;
}

.detail-product-banner .left {
    width: 45%;
    padding: 0 42px;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    transform: translateY(20px);
}

.detail-product-social {
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    height: 1px;
    position: absolute;
    top: 361px;
    left: 20px;
    width: 1px;
    display: none;
}

    .detail-product-social a:hover {
        color: var(--default-color-2);
    }

    .detail-product-social a::before {
        content: '';
        position: absolute;
        right: -18px;
        width: 8px;
        height: 8px;
        background-color: #232c416b;
        transform: rotate(45deg);
    }

    .detail-product-social a:last-child::before {
        display: none;
    }

    .detail-product-social a {
        color: #232c4170;
        font-family: 'monM';
        opacity: 1;
        margin: 0 14px;
        transition: all .3s;
        position: relative;
        display: flex;
        align-items: center;
    }

.detail-product-banner .top {
    padding-left: 90px;
    padding-right: 20px;
}

.detail-product-banner .left h1 {
    margin: 0;
    color: var(--default-color-1);
    font-size: 22px;
    font-family: 'MonEB';
    text-align: justify;
}

.detail-product-banner .left h2 {
    font-weight: 100;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: 'monM';
    margin-top: 14px;
    line-height: 150%;
    text-align: justify;
}

.detail-product-banner .left .left-img:hover {
    opacity: .6;
}

.detail-product-banner .left .left-img {
    height: 126px;
    box-shadow: 0 0 10px 0 #33333385;
    opacity: .5;
    transition: all .3s;
    cursor: pointer;
}

.detail-product-banner .left .swiper-slide-thumb-active .left-img {
    opacity: 1;
}

.detail-left-swiper .right-btn-item {
    width: 40px;
    height: 40px;
    border: 1px solid var(--default-color-2);
    border-radius: 50%;
    color: var(--default-color-2);
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
    transition: all .3s;
    pointer-events: all;
    background-color: #ffffff8a;
    backdrop-filter: blur(3px);
}

    .detail-left-swiper .right-btn-item:hover {
        background-color: var(--default-color-2);
        color: #fff;
    }

.detail-left-swiper .right-btn {
    position: absolute;
    right: 30px;
    display: flex;
    z-index: 3;
    user-select: none;
    pointer-events: none;
    width: 100%;
    justify-content: space-between;
    transform: translateX(102px);
}

.detail-product-detail {
    background-color: #f2f4fa;
    display: none;
}

.detail-product-same {
}

    .detail-product-same .container {
        padding: 50px 0;
        display: block;
        height: auto;
    }

    .detail-product-same .same-title {
        margin: 0;
        text-transform: uppercase;
        font-family: monB;
        color: var(--default-color-2);
        font-size: 26px;
        font-weight: 100;
    }

    .detail-product-same .same-wrap {
        margin-top: 30px;
    }

.detail-product-banner .right {
    width: 55%;
    height: 100%;
    position: relative;
}

    .detail-product-banner .right .swiper {
        height: 100%;
    }

    .detail-product-banner .right .img {
        height: 100%;
        height: auto;
        max-height: 500px;
    }

        .detail-product-banner .right .img img {
            height: 100%;
        }

    .detail-product-banner .right .swiper-button-next {
    }

    .detail-product-banner .right .swiper-button-prev {
    }
/*RS*/
@media(max-width:1023px) {
    .detail-product .container {
        flex-direction: column-reverse;
    }

    .detail-product-banner .grid.wide {
        padding: 0 10px;
    }

    .detail-product-banner .left,
    .detail-product-banner .right {
        width: 100%;
    }

    .detail-product-banner .left {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 30px;
    }

    .detail-product-banner {
        height: auto;
    }

    .detail-product-same {
        padding-bottom: 80px;
    }

    .detail-product {
        padding-top: 25px;
    }

    .detail-product-banner .left {
        transform: translateY(0);
    }

    .detail-product-banner .top {
        padding-top: 20px;
    }

    .detail-product .container {
        padding: 30px 0 !important;
    }

    .detail-product-item {
        height: auto;
        max-height: 320px;
    }

    .detail-left-swiper .right-btn {
        right: 0;
        width: 91%;
        transform: translateX(0);
    }

    .detail-product-social {
        top: unset;
        bottom: 0;
    }

    .detail-product-detail .container {
        flex-direction: column-reverse;
        display: flex;
    }

    .detail-product .container-right,
    .detail-product .container-left {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .detail-product .container-right {
        margin-bottom: 25px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-product-picture .pic-swiper .item {
        overflow: hidden;
        max-height: 303px;
    }
}

@media(max-width:739px) {
    .detail-product-banner .grid.wide {
        padding: 0;
    }

    .detail-product-banner .right {
    }

    .detail-left-swiper .right-btn-item {
        margin: 0 6px;
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .detail-left-swiper {
        padding: 0 0;
        margin-top: 0;
    }

    .detail-product-banner .left {
        padding: 16px 0px;
    }

    .detail-product-social {
        transform: rotate(0);
        bottom: 7px;
        top: unset;
        height: auto;
        width: auto;
        right: 0;
        left: unset;
        font-size: 14px;
        display: none;
    }

        .detail-product-social .item {
        }

    .detail-product-banner .left .left-img {
        height: auto;
        max-height: 80px;
    }

    .detail-product-banner .top {
        padding: 0 10px;
        padding-top: 20px;
    }

    .detail-product-banner .left h1 {
        font-size: 20px;
    }

    .detail-product-banner .left h2 {
        font-size: 15px;
        margin-top: 7px;
    }

    .detail-product .container .detailswiper {
        transform: translateX(0);
        padding: 20px 10px;
    }

    .detail-product-social a::before {
        width: 5px;
        height: 5px;
    }

    .detail-product-detail .container {
        padding: 20px 0 !important;
    }

    .detail-product-item {
        width: 100% !important;
    }

        .detail-product-item span {
            bottom: 20px;
            font-size: 16px;
            padding: 0 15px;
        }

    .detail-product-same .same-title {
        font-size: 20px;
    }

    .detail-pro-price strong {
        font-size: 22px;
    }

    .detail-product-detail section {
        font-size: 15px;
    }

    .detail-product-item {
        height: 340px;
    }

    .detail-left-swiper .right-btn {
        width: 100%;
        padding: 0 20px;
    }

    .detail-product-banner .right .img {
        height: auto;
    }

    .detail-product-item:nth-child(1) {
        margin-bottom: 10px;
        height: auto;
        max-height: unset;
    }

    .detail-product .container {
        padding: 20px 0 !important;
    }

    .detail-product .container-right {
        margin-bottom: 20px;
    }

    .detail-product-picture .pic-swiper .item {
        height: auto;
        overflow: hidden;
        max-height: unset;
    }

    .detail-product .container-right h3 {
        font-size: 15px;
    }

    .detail-product .container-right span {
        font-size: 14px;
    }
}