.showshop_btn{
    width: max-content;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #CF5D2C;
    padding: 6px 22px;
    border-radius: 18px;
    margin: 0 auto;
}

.showshop_title{
    font-weight: 700;
    font-size: 24px;
    color: #482B20;
}


.showshop{
    background-color: #f4f0ec;
    padding: 80px 0;
}

.showshop_container{
    display: flex;
    gap: 3vw;
    
}
.showshop__gallery{
    position: sticky;
    height: max-content;
    /* height: calc(100vh - 80px); */
    top: 40px;
    display: flex;
    gap: 16px;
}

.showshop__gallery-main{
    background-color: #EBE5DF;
    /* padding: 40px; */
    margin-bottom: 20px;
}

.showshop__gallery-main img{
    width: 500px;
    height: 500px;
    object-fit: contain;
}



.showshop__gallery-thumb{
    width: 66px;
    height: 66px;
    background-color: #EBE5DF;
    margin-bottom: 16px;
    cursor: pointer;
}

.showshop__gallery-thumb.active{
    border: 2px solid #CF5D2C;
}

.showshop__gallery-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.showshop_summary{
    border-bottom: 1px solid #D2CAC4;
    margin-bottom: 30px;
}

.goods__price p{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    color: #CF5D2C;
    margin-bottom: 22px;
}

.goods__actions{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
}

/* .showshop_btn{
    margin-bottom: 23px;
} */

.goods__meta--place{
    margin-bottom: 10px;
}

.goods__meta p{
    font-weight: 400;
    display: grid;
    grid-template-columns: 100px 1fr;
    font-size: 16px;
}


.goods__meta p strong{
    color: #482B20;
    padding-right: 25px;
}

.goods__meta--blessing-time{
    margin-bottom: 30px;
}

.goods__params-list{
    background-color: #EBE5DF;
    padding: 22px 33px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 24px;
    margin-bottom:30px;
}

.goods__params-item{
    margin-bottom: 10px;
}


.goods__params-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.goods__params-item p{
    display:grid;
    grid-template-columns: 70px 1fr;
    gap: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4
}


.goods__btn{
    display: block;
    font-weight: 400;
    font-size: 16px;
    /* color: #fff; */
    padding: 10px 24px;
    /* background-color: #CF5D2C; */
    border-radius: 30px;
}

.goods__btn--buy{
    background-color: #CF5D2C;
    color: #fff;
}

.goods__btn--add{
    border: 1px solid #CF5D2C;
    background-color:transparent;
    color:#CF5D2C;
}

.goods__btn--end,
.goods__btn--soldout{
    color: #482B20;
    background-color: #EBE5DF;
}

.goods__title{
    margin-top: 20px;
}

.goods__title span{
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #5C5C5C;
}

.goods__title h2{
    font-weight: 700;
    font-size: 32px;
    font-weight: bold;
    color: #482B20;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* .goods__info{
    margin-bottom: 24px;
} */


/* .showshop .showshop_container .showshop_main .showshop_desc{
    margin-bottom: 60px;
}

.showshop .showshop_container .showshop_main .showshop_desc h2{
    margin-bottom: 20px;
} */


.showshop .showshop_container .showshop_main .showshop_related h2{
    margin-bottom: 30px;
}

/* 
.showshop .showshop_container .showshop_main .showshop_desc img{
    max-width: 100%;
} */

/* .showshop .showshop_container .showshop_main .showshop_desc ul,
.showshop .showshop_container .showshop_main .showshop_desc ol{
    margin-top: 0;
    margin-bottom: 9px;
} */

.showshop_main .showshop__panels .showshop__panel ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.showshop_main .showshop__panels .showshop__panel li{
    display: list-item;
      list-style-type: disc;
    unicode-bidi: isolate;
}

.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list{
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 26px;
}

.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list .showshop_related_item{
    background-color: #ECE5DF;
    padding: 20px 20px 26px;
    text-align: center;
}

.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list .showshop_related_item img{
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    /* width: 160px;
    height: 162px; */
    object-fit: contain;
    margin-bottom: 6px;
}


.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list .showshop_related_item h3{
    font-weight: 700;
    font-size: 18px;
    color: #482B20;
    margin-bottom: 10px;
}

.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list .showshop_related_item p{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #CF5D2C;
}

.showshop .showshop_container .showshop_main .showshop_related .showshop_related_list .showshop_related_item a{
    margin: 0 auto;
}

.showshop__tabs{
    display: flex;
    gap: 40px;
    margin-bottom:30px;
}

.showshop__tab a{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 1.4;
    color:#482B20;
    opacity: .6
}
.showshop__tab a:hover,
.showshop__tab.active a{
    opacity:1
}

.showshop__panel{
    display:none;
    margin-bottom:40px
}
.showshop__panel.active{
    display:block
}


@media (max-width:1439px) {
    /* .showshop .showshop_container .showshop_pic img{
        width: 400px;
        height: 400px;
    } */

    /* .showshop .showshop_container .showshop_main .showshop_related .showshop_related_list{
         grid-template-columns: repeat(2,1fr);
    }

    .showshop_related_item:last-child{
        display: none;
    } */
}

@media (max-width:1199px) {
    /* .showshop .showshop_container .showshop_pic img{
        width: 350px;
        height: 350px;
    } */
}

@media (max-width:1024px) {
    /* .showshop{
        padding: 40px 0;
    }

    .showshop .showshop_container{
        flex-direction: column;
        gap: 30px;
    } */

    /* .showshop .showshop_container .showshop_pic{
        position: static;
    } */

    /* .showshop .showshop_container .showshop_pic img{
        width: 100%;
        height: 500px;
    } */

    /* .goods__info{
        display: flex;
        justify-content: space-between;
    }

    .goods__price{
        margin-bottom: 0;
    } */

    

   
}

@media (max-width:768px) {
    /* .showshop .showshop_container .showshop_pic img{
        height: 100%;
    }

    .showshop .showshop_container .showshop_main .showshop_related .showshop_related_list{
        grid-template-columns: repeat(1, 1fr);
    }
     .goods__info{
        flex-direction: column;
        gap: 20px;
    }

    .showshop .showshop_container .showshop_pic{
        padding: 20px;
    } */
}