@charset "UTF-8";

#product-single-header-mount .product-info{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#product-single-header-mount .buy {
    display: flex;
    gap: 16px;
}

#product-single-header-mount .entry-title {
    margin: 0;
}

#product-single-header-mount .fun-button {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0;
}

#product-single-header-mount{
    background: #ffffff;
    padding: 24px;
    margin-bottom: 0;
}

.product-single{
    /*padding: 16px 24px 0 24px;*/
}


    /*产品页面模块*/
.product-module{
    padding: 24px;
    background: #ffffff;
}

.product-module  .entry-header {
    margin-bottom: 0;
    padding-bottom: 16px;
}



.product-module .introduction-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
}

.product-module .header-top{
    padding: 24px;
    background: #ffffff;
}

#product-single-header-mount .product-spec{
    flex: 1;
}

#product-single-header-mount .price-large {
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    color: #e62828;
    margin-right: 10px;
    font-weight: bold;
}

#product-single-header-mount .yuan {
    font-size: 16px;
    font-weight: 500;
}

#product-single-header-mount .price-desc {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 28px;
    color: #e62828;
}

#product-single-header-mount .line-through {
    text-decoration: line-through;
    font-size: 16px;
    color: #999999;
}

#product-single-header-mount .over-container {
    margin: 10px 0;
}

#product-single-header-mount .original-price{
    color: #999999;
    display: flex;
    gap: 24px;
    margin: 16px 0;
}

#product-single-header-mount .original-price .currency{
    display: flex;
    text-decoration: line-through;
}

#product-single-header-mount .current-price{
    color: #e62828;
    display: flex;
    gap: 24px;
    margin: 16px 0;
}

#product-single-header-mount .product-desc{
    margin: 10px 0;
    color: #999999;
}

/*商品购买*/
.goodsBuy {
    max-width: 400px;
    width: 100%;
}

.goodsBuy .ordersItems{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 16px 0;
}

.goodsBuy .goods-line-left{
    max-width: 100px;
    max-height: 100px;
    flex-shrink: 0;  /* 防止图片被压缩 */
}

.goodsBuy .goods-line-right {
    flex-shrink: 1;
    margin: 0 10px;
    font-size: 12px;
    overflow: hidden;
}


.goodsBuy .goods{
    display: flex;
}

.goodsBuy .goods img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    min-width: 100px;
    min-height: 100px;
    background: #f5f5f5;
    transition: transform 0.3s ease;
}


.goodsBuy .p-dialog-title{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.goodsBuy .goods-line-right .vip{
    margin: 5px 0;
    color: #F56C6C;
    display: inline-block;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
}

.goodsBuy .goods-line-right .received-price{
    color: #d20404;
    font-size: 16px;
    font-weight: bold;
}

.goodsBuy .goods-line-right .original-price{
    color: #ffffff;
    font-size: 13px;
    background: #d20404;
    border-radius: 10px;
    padding: 0 10px;
}


.goodsBuy .specs .p-card {
    background: #f5f5f5;
    border-radius: 5px;
    color: #333333;
}

.goodsBuy .goods-line-right .selected-option,
.goodsBuy .specs .p-card .sku-name{
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodsBuy .specs .p-card.active {
    border: 1px solid #d20404;
    background: #feeeea;
}

.goodsBuy .specs .card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 12px;
}

.goodsBuy .specs .p-card-body {
    padding: 10px;
}

.goodsBuy .specs .p-card-content{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.goodsBuy .buy-num{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}



.goodsBuy .delivery .contact{
    display: flex;
    gap: 10px;
    color: #666666;
}

.goodsBuy .buy-address {
    margin-top: 10px;
    color: #666666;
}

.goodsBuy .delivery .edit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.goodsBuy .delivery .edit-address{
    font-size: 12px;
    cursor: pointer;
    color: #2d67cb;
}

.goodsBuy .order-notes{
    margin-top: 10px;
}

.goodsBuy .order-notes input{
    margin-top: 10px;
}

.goodsBuy .pay-submit{
    margin-top: 10px;
    height: 48px;
}

.goodsBuy .payment-amount{
    margin-top: 10px;
}

.goodsBuy .payment-amount .total-price{
    margin-top: 10px;
    color: #d20404;
    font-weight: bold;
    margin-left: 10px;
}
/* --------------------响应式-------------------------------- */
@media screen and (max-width:768px){
    #product-single-header-mount .post-gallery{
        max-width: 100%;
    }
    .product-single{
        /*padding: 16px 0 0 0;*/
    }
}