/* list_product */
.list_product ul { font-size: 0; }
.list_product ul li { position: relative; margin-bottom: 20px; width: calc(100% / 3); display: inline-block; }
.list_product ul li a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
.list_product ul li >div { overflow: hidden; position: relative; margin: 0 20px; }
.list_product ul li .img:before { position: absolute; width: 100%; height: 100%; background: rgba(31, 31, 31, .6); display: block; top: 0; left: 0; opacity: 0; z-index: 2; content: ""; }
.list_product ul li .img img { position: relative; width: 100%; height: 315px; object-fit: cover; z-index: 1; }
.list_product ul li .info { overflow: visible; position: relative; margin-top: -55px; padding: 40px; width: calc(85% - 120px); background: #fff; z-index: 2; }
.list_product ul li .info .price { position: absolute; background: rgb(0 0 0 / .6); top: -39px; left: 0; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.list_product ul li .info .price font { margin: 6px 15px; display: inline-block; font-weight: 300; color: #fff; }
.list_product ul li .info .price font.old { color: rgb(255 255 255 / .4); }
.list_product ul li .info h3 { margin-bottom: 10px; height: 37px; font-weight: 400; font-size: 22px; color: #1f1f1f; }
.list_product ul li .info article { height: 43px; font-weight: 400; font-size: 14px; color: #2c2c2c; -webkit-line-clamp: 2; }

/* productdetail */
#productdetail {font-size: 0;display: grid;grid-template-columns: 400px 1fr;gap: 100px;}
#productdetail .row {margin-left: 0;margin-right: 0;display: flex;flex-direction: column;justify-content: center;}
#productdetail #imglist {
    width: 100%;
}
#productdetail #imglist img {width: 100%;height: 400px;object-fit: cover;}
#productdetail #imglist .slider-nav {margin-top: 40px;display: none;}
#productdetail #imglist .slider-nav img { margin: 0 10px 0 0; width: 100px; height: 100px; border: 1px #ddd solid; }
#productdetail #productinfo .cat a { font-size: 14px; color: #9b9b9b; }
#productdetail #productinfo h2 {margin: 5px 0 15px;font-weight: 600;font-size: max(2.5*(1vw + 1vh) / 2, 27px);color: #59321D;}
#productdetail #productinfo article {font-size: 13px;color: #696969;margin-bottom: 40px;}
#productdetail #productinfo #community { margin-bottom: 15px; border-bottom: 1.5px #ccc dashed; }
#productdetail #productinfo #community ul { margin: 35px 0 10px; }
#productdetail #imglist , #productdetail #imglist *{
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
#productdetail .shopbox p { margin: 20px 0; font-size: 0; }
#productdetail .shopbox p label { margin-right: 15px; display: inline-block; font-weight: 300; font-size: 15px; color: #5d5d5d; }
#productdetail .shopbox p select { padding: 5px; border: 1px #e5e5e5 solid; display: inline-block; }

#productdetail #orderfunction a , #productdetail #orderfunction input { padding: 2px 13px; border: 1px #e5e5e5 solid; display: inline-block; color: #000; vertical-align: middle; }
#productdetail #orderfunction input { width: 30px; border-width: 1px 0; text-align: center; }

#productdetail .price font { margin-right: 10px; display: inline-block; line-height: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; color: #565656; vertical-align: text-bottom; }
#productdetail .price font.offer { font-size: 18px; color: #262626; }
#productdetail .price font.old { text-decoration: line-through; }

#productdetail #productinfo .buyBtns { text-align: center; font-size: 0; }
#productdetail #productinfo .buyBtns a {padding: 6px 0;width: calc((100% - 15px) / 1);background: #1f1f1f;display: inline-block;text-align: center;color: #fff;}
#productdetail #productinfo .buyBtns a.ask {margin-left: 0;background: #8F6849;}

/* productTabs */
#productTabs ul.tabs { margin: 70px 0 35px; border-bottom: 1px #ddd solid; font-size: 0; }
#productTabs ul.tabs li { display: inline-block; vertical-align: top; }
#productTabs ul.tabs li a { padding: 7px 40px; display: inline-block; color: #1f1f1f; }
#productTabs ul.tabs li.active {background: #59321D;transform: skewX(0deg);}
#productTabs ul.tabs li.active a {color: #fff;transform: skewX(0deg);}

@media screen and (max-width: 1440px){
	.list_product >.info { margin: 0 5%; }
	.list_product ul li >div { margin: 0 10px; }
	.list_product ul li .info { padding: 25px 15px 40px; width: calc(85% - 30px); }
}
@media screen and (min-width: 1281px){
	.list_product ul li:hover .img:before { opacity: 1; }
	.list_product ul li:hover .img img { -webkit-filter: blur(4px); filter: blur(4px); }
}
@media screen and (max-width: 1160px){
	.list_product ul li { width: 50%; }
	#productdetail .row { width: 40vw; }
	#productdetail #imglist { margin-right: 5vw; width: 45vw; }
}
@media screen and (max-width: 768px){
	#productdetail { text-align: center; }
	#productdetail .row , #productdetail #imglist { margin-right: 0; width: 100%; }
	#productdetail #imglist img { height: 300px; }
	#productdetail #productinfo { margin-top: 5vw; }
}
@media screen and (max-width: 640px){
	.list_product ul li { width: 100%; }
	.list_product ul li .info { margin: -55px auto 0; padding: 25px 30px 40px; width: calc(85% - 60px); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background: rgb(255 255 255 / .4); }
	#productdetail #imglist img { height: 60vw; }
}
@media screen and (max-width: 480px){
	.list_product ul li .img img { height: 60vw; }
}