#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list li .clip {border-radius: 500px;}
#product_list li h3 {height: auto;font-size: 20px;font-weight: 500;letter-spacing: 1px;}
#product_list li .price_box p { margin: 0 10px; min-height: 28px; }
#product_list li .price_box p:first-letter { margin-right: 3px; font-weight: 300; font-size: 12px; }
#product_list li .price_box p.old { text-decoration: line-through; }

#product_list li {margin:0 25px;border-radius: 500px;overflow: hidden;}
#product_list li .clip img{aspect-ratio: 3/4;filter: saturate(60%);}
#product_list li .info_box {bottom: 0;left: 0;background: rgb(12 12 12 / 70%);display: flex;flex-direction: column;align-items: center;padding: 30px 60px 60px;margin: 0;}
#product_list li:hover .info_box{padding-bottom:120px;}
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box h3 {height: auto;font-size: 22px;margin-bottom: 10px;font-weight: 400;letter-spacing: 1px;}
#product_list li .info_box p {font-weight: 300;font-size: 15px;-webkit-line-clamp: 3;height: 77px;text-align: center;}
#product_list li:hover .info_box p{-webkit-line-clamp: 5;height:auto;}


/* productdetail */
#productdetail {margin: 10vw 0 50px;}
.more_btn{font-family: 'Noto Sans TC';}

/* imglist */
#imglist .clip {border-radius: 400px;}

/* productinfo */
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo h1 {margin: 10px 0 20px;line-height: 1.7;color: var(--info);}
#productinfo .txt { margin-bottom: 15px; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-weight: 600; font-size: 25px; }
#productinfo article {margin-bottom: 80px;padding-bottom: 15px;border-bottom: 1px rgb(199 199 199 / 60%) dashed;font-weight: 400;font-size: 16px;color: var(--info);}
#productinfo .sell_box >* { line-height: 100%; font-size: 17px; vertical-align: baseline; }
#productinfo .sell_box span { margin: 0 3px 0 15px; }
#productinfo .sell_box b { font-size: 36px; }
#productinfo .buyBtns { margin-top: 30px; }

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--secondary-rgb), .3); border-radius: 5px; line-height: 30px; font-weight: 600; font-size: 28px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 27px; font-size: 33px; }
#orderfunction input { margin: 0 5px; width: 30px; border-width: 0 0 1px; }
#orderfunction .addcar { float: right; }

/* productTabs */
#productTabs .tabs { margin-bottom: 30px; background: rgba(var(--black-rgb), .08); }
#productTabs .tabs li a { padding: 15px 30px; }
#productTabs .tabs li a:before { position: absolute; width: 0; height: 3px; background: var(--primary); display: block; bottom: 0; left: 0; content: ""; }
#productTabs .tabs li.active a:before { width: 100%; }
#productTabs .shopbox .buyBtns {margin: 20px 0 0;text-align: center;}


@media screen and (max-width: 1500px) {
	#product_list{margin-top: 10vw;}
}
@media screen and (max-width: 980px){
    #product_list li .info_box{padding: 30px 35px 60px;}
	#productdetail{margin-top: 18vw;}
	#product_list{margin-top: 20vw;}
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
	#productdetail{margin-top: 30vw;}
}