.cateDes *{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

/* product_list */
#product_list li .probox{position: relative;background: #f7f7f7;padding: 30px;will-change: transform;}
#product_list li .clip {background: white;padding: 35px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#product_list li .clip img {aspect-ratio: 1/1;display: block;width: 100%;height: auto;object-fit: contain;padding: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#product_list li .info_box {margin: 0 15px 15px;}
#product_list li .info_box .h3 {height: auto;font-size: 22px;font-weight: 500;letter-spacing: 1px;}
#product_list li:hover .info_box .h3{color:var(--primary)}
#product_list li .info_box p { font-weight: 300; }

/* productdetail */
#productdetail {margin: 50px 0 80px;display: grid;grid-template-columns: 45% 50%;justify-content: space-between;}
#tabSp h2{font-size:20px;margin-bottom: 10px;}
#tabSp li{list-style: circle;text-align:justify}
#tabSp p{line-height:2;text-align:justify;}
#tabSp .btnn{display:flex;gap:10px;flex-wrap: wrap;}
#tabSp .btnn a{background:var(--primary);padding: 9px 30px;width: 200px;text-align: center;color: white;display: inline-block;border-radius: 8px;}

/* imglist */
#imglist .img_box{border-radius:0;background: white;border: 1px solid #ddd;margin-bottom: 20px;}
#imglist a{display: flex;aspect-ratio: 1/1;align-items: center;justify-content: center;}
#imglist img {height: 460px;aspect-ratio: 1/1;object-fit: contain;}
#imglist .img_nav img {margin: 0 10px 0 0;width: 100px;height: 100px;border: 1px solid #ddd;padding: 15px;}

/* 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; }
#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: 30px; padding-bottom: 15px; border-bottom: 1px rgba(var(--primary-rgb), .6) dashed; font-weight: 300; font-size: 14px; }
#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; }
#productinfo .buyBtns a { padding: 10px 0; }

/* 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%; }

@media screen and (max-width: 1024px){
	#imglist img{height:auto;}
}
@media screen and (max-width: 980px) {
	#productdetail{display:block;}
    #imglist{margin-bottom:30px}
}
@media screen and (max-width: 640px){
}