#wrap h2.pag_tit { font-size: 30px; }
/* product_list */
#product_list li .clip { margin: 0 auto 10px; }
#product_list li .h3 { height: 28px; font-size: 17px; z-index: 22; position: relative; margin-top: 60px; color: #363636; }
#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 .info_box { display: flex; flex-direction: column; align-items: center; margin-top: 16px; gap: 10px; justify-content: space-between; }
#product_list li .info_box .h3 { height: auto; font-size: 17px; margin: 0; }
#product_list li .info_box p { font-weight: 300; font-size: 15px; width: 60%; border-left: 2px solid white; line-height: 1; height: auto; padding-left: 15px; color: white; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#product_list li .clip img { aspect-ratio: 1/1; }
/* productdetail */
#productdetail { margin: 50px 0 80px; }
/* imglist */
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); aspect-ratio: 1/1; }
#imglist .clip img { object-fit: contain; }
/* productinfo */
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 24px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo h1 { margin: 10px 0 20px; line-height: 1.2; }
#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; color: #000000; }
article.txt_gray_6 {   }
#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:980px) and (min-width:551px) {
  #imglist .clip { -webkit-clip-path: url(#clip_product_detail_m); clip-path: url(#clip_product_detail_m); }
  #imglist .clip svg { width: 45vw; }
}
@media screen and (max-width:980px) {
  #productinfo { margin-top: 5vw; }
}
@media screen and (min-width:761px) {
  #product_list li .clip { width: 80%; aspect-ratio: 1/1; overflow: visible; }
  #product_list li img { z-index: 1; -webkit-transform: scale(1); }
  #product_list li .clip img { border-radius: 0 0 0 100px; box-shadow: 1px 1px 17px rgb(181 181 181/60%); }
  #product_list li .clip:after { content: ''; position: absolute; width: 100%; height: 110%; top: 20px; left: 30px; background: linear-gradient(20deg,var(--primary),var(--triadic2)); z-index: 0; }
}
@media screen and (max-width:768px) {
  #product_list li .info_box p { color: #2b2b2b; width: 100%; }
  #content_wrap #product_list li .info_box { gap: 10px; margin-top: 10px; padding: 0; margin: 5px 0 0; }
}
@media screen and (max-width:640px) {
  #content_wrap #product_list li { border: #601983 1px solid; border-radius: 20px; overflow: hidden; padding: 15px 10px; }
}
