.poi-goods-goods{
    padding: 0px 0;
    position: relative;
    z-index: 0;
    text-align: center;
}

.poi-goods .ph{
    margin: 40px auto 16px auto;
}

.poi-goods .ph .ph-group {

    display: flex;
    margin: 0px auto 80px auto;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    gap: 16px;
    padding: 16px 0;
    align-items: center;

}

.poi-goods .ph .ph-group .ph-group-content {
    border-radius: 10px;
    padding: 16px 16px 45px 16px;
    position: relative;
    width: 100%;
    transition: 0.3s;
    justify-content: center;
  
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
   

}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-photo {

    display: block;
    overflow: hidden;
    width: 50%;
}
.poi-goods .ph .ph-group .ph-group-content .ph-group-content-photo img{
    width: 100%;
}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;

}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-text {

        width: 50%;
        flex-shrink: 1;
        background: #333333;
        padding: 24px;
        transform: translateX(-24px);
}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
        padding: 0;
        margin: 8px auto;
        color: #fff;
        background: unset;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
        display: block;

}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
        margin: 8px auto;
        color: #fff;
        background: unset;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
}
.poi-goods .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a{
        color: #fff;
        background: unset;
}

.poi-goods .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
        position: static;
        /* right: 16px;
        bottom: 16px; */
        letter-spacing: 0.2px;
        font-family: "Montserrat", "Noto Sans TC";
        color: #fff387;
        background: unset;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
        width: 100%;
        text-align: right;
     

}

.poi-goods .ph .ph-group .ph-group-content  .ph-group-content-text .ph-group-content-text-price span{
        vertical-align: baseline !important;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
 }
 .poi-goods .ph .ph-group .ph-group-content  .ph-group-content-text .ph-group-content-text-sale {

        color: #FFF;
        background: #bf842b;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;

    }
 .poi-goods .ph .ph-group .ph-group-content  .ph-group-content-text .ph-group-content-text-sale a {
        padding: 8px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
 }


 .poi-goods.hide-poi-menu .ph-menu {
    display: none;
 }

 .poi-goods.hide-ph-group-title .ph-group-title{
    display: none;
 }
   
 @media only screen and (max-width: 992px) {

    .poi-goods .ph .ph-group .ph-group-content {

        flex-wrap: wrap;

        width: 100%;
    }
    
    .poi-goods .ph .ph-group .ph-group-content .ph-group-content-photo {

        width: 100%;
    }
    .poi-goods .ph .ph-group .ph-group-content .ph-group-content-text {
    
        transform: unset;
        width: 100%;
    }
 }