﻿.sam-product-main-detail {
    display: flex;
    column-gap: 0.2rem;
    justify-content: space-between;
}

.sam-product-main-detail #product-detail {
    width: 6.57rem;
    /* height: 4.98rem; */
    margin-bottom: 0.08rem;
}

.sam-product-main-detail #product-detail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sam-product-main-detail #thumbs {
    width: 6.57rem;
    /* margin-top: -0.3rem; */
}
.sam-product-main-detail #thumbs .swiper-slide {
    display: flex;
    border: 1px solid transparent;
 }
.sam-product-main-detail #thumbs .swiper-slide-thumb-active {
   border: 1px solid #2C63A0;
}

.sam-product-main-detail #thumbs .swiper-slide img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    cursor: pointer;
}

.sam-product-main-detail #thumbs .slide-thumb-active {
    border: solid 1px #2C63A0;
}

.sam-product-main-detail .product-info .info-list .list-row {
    border: 1px solid rgba(44, 99, 160, 0.28);
    border-bottom: 0;
}

.sam-product-main-detail .product-info .info-list .list-row:last-child {
    border-bottom: 1px solid rgba(44, 99, 160, 0.28);
}

.sam-product-main-detail .product-info .info-list .label {
    width: 42%;
    /* height: 0.5rem; */
    padding: 0 0.18rem;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: max(0.16rem, 14px);
    color: #000000;
    background: rgba(224, 239, 255, 0.67);
    word-break:keep-all;
    display: flex;
    align-items: center;
    line-height: 0.36rem;

}

.sam-product-main-detail .product-info .info-list .content {
    width: 48%;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: max(0.16rem, 14px);
    line-height: 0.36rem;
    color: #000000;
    padding-left: 0.45rem;
    line-height: 0.5rem;
    background: rgba(220, 237, 255, 0.24);
    word-break: keep-all;
}

.sam-product-main-detail .product-info .info-list .list-row:nth-child(even) .content {
    background-color: #fff;
}

.sam-product-main-detail .product-info .info-list .list-row {
    display: flex;
}

.sam-product-main-detail .product-info .product-description {
    margin-top: 0.4rem;
    margin-bottom: 0.22rem;
    font-family: 'Roboto';
    font-style: normal;
    font-size: max(0.18rem, 16px);
    line-height: 1.5;
    color: #000000;
    padding: 0;
}

.sam-product-main-detail .product-info .related-products {
    margin-bottom: 0.45rem;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.18rem;
    line-height: 0.32rem;
}

.sam-main-product-wrapper .swiper-pagination {
    display: none;
}

.sam-product-main-detail .product-info .atc-button:hover {
    cursor: pointer;
}

.sam-product-main-detail .product-info .atc-button:hover .atc-icon {
    display: none;
}

.sam-product-main-detail .product-info .atc-button:hover .atc-icon-hover {
    display: block;
}

.sam-product-main-detail .product-info .atc-button .atc-icon-hover {
    display: none;
}

.sam-product-main-detail .product-info .atc-button .atc-icon {
    width: 3.77rem;
    cursor: pointer;
}

.sam-main-product-title {
    display: none;
}
.sam-table-wrapper {
    overflow-x: auto;
}
.powder-product-detail-main-product-title{
    display: block;
    display: flex;
}
.powder-product-detail-main-product-title-mobile{
    display:none;
}
.powder-product-detail-main-product-title .product-info{
    margin-left: 0.3rem;
}
@media screen and (max-width: 1025px) {
    .sam-product-main-detail {
        flex-direction: column;
    }
    .powder-product-detail-main-product-title{
        display: none;
    }
    .powder-product-detail-main-product-title-mobile{
        display:block;
    }
    .powder-product-detail-main-product-title-mobile .product-info{
        margin-bottom: 0.3rem;
    }
    .sam-product-main-detail #product-detail {
        width: 100%;
        /* height: 5.76rem; */
    }

    .sam-main-product-wrapper {
        padding: 0 0.34rem;
    }

    .sam-main-product-wrapper .swiper-pagination {
        display: block;
    }

    .sam-product-main-detail .product-images {
        margin-bottom: 0.2rem;
    }

    .sam-product-main-detail #thumbs {
        display: none;
    }

    .sam-product-main-detail .swiper-pagination-bullet {
        background-color: rgba(210, 210, 210, 0.6);
    }

    .sam-product-main-detail .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #A4A4A4;
    }

    .sam-product-main-detail .product-info .atc-button .atc-icon {
        object-fit: cover;
        height: 0.73rem;
    }

    .sam-main-product-title {
        display: block;
        color: #505A60;
        /* text-align: center; */
        font-size: 0.48rem;
        font-family: Anton;
        font-family: Anton;
        color: #333333;
    }
    .sam-product-main-detail .product-info .info-list .content{
        width: 45%;
    }
}
