/* 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(100% - 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);color: white;padding: 3px 11px;display: flex;align-items: center;}
.list_product ul li .info .price font {margin: 6px 15px;display: inline-block;font-weight: 300;color: #fff;font-size: 1.3rem;font-weight: 500;}
.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; }
#productdetail .row { margin-left: 0; margin-right: 0; width: 40%; display: inline-block; }
#productdetail #imglist { margin-right: 10%; width: 32%; }
#productdetail #imglist img { width: 100%; height: 400px; object-fit: cover; }
#productdetail #imglist .slider-nav { margin-top: 40px; }
#productdetail #imglist .slider-nav img { margin: 0 10px 0 0; width: 100px; height: 100px; border: 1px #ddd solid; }

#productinfo {max-width: 960px;margin: 0 auto 48px auto;padding: 32px 32px 36px;background-color: #fffdf9;border-left: 4px solid #A68B5B;border-radius: 8px;box-shadow: 0 1px 3px rgba(0,0,0,0.1);}
#productinfo .cat {margin: 0 0 12px 0;}
#productinfo .cat a {display: inline-block;padding: 4px 12px;font-size: 0.875rem;letter-spacing: 0.08em;color: #A68B5B;border: 1px solid rgba(166,139,91,0.6);border-radius: 999px;text-decoration: none;background-color: rgba(166,139,91,0.08);}
#productinfo h2 {margin: 0 0 12px 0;font-size: 1.5rem;font-weight: 600;color: #2c2418;letter-spacing: 0.05em;}
#productinfo article {margin: 0 0 24px 0;font-size: 1rem;line-height: 2;color: #8b7d6b;max-width: 680px;}
#productinfo .price {display: flex;align-items: baseline;gap: 12px;margin-bottom: 20px;}
#productinfo .price .offer {font-size: 1.75rem;font-weight: 600;color: #2c2418;letter-spacing: 0.03em;}
#productinfo .price .old {font-size: 0.95rem;color: #b0a18f;text-decoration: line-through;}
#productinfo .shopbox {padding-top: 16px;border-top: 1px solid rgba(166,139,91,0.3);}
#productinfo .shopbox p {margin: 8px 0;color: #8b7d6b;font-size: 0.95rem;}

#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) / 2); background: #1f1f1f; display: inline-block; text-align: center; color: #fff; }
#productdetail #productinfo .buyBtns a.ask { margin-left: 15px; background: #f0f4f7; color: #1f1f1f; }

/* 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: #1f1f1f; transform: skewX(-10deg); }
#productTabs ul.tabs li.active a { color: #fff; transform: skewX(10deg); }

@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; }
	#productinfo {padding: 24px 20px 28px;}
    #productinfo h2 {font-size: 1.25rem;}
    #productinfo article {font-size: 0.95rem;line-height: 1.9;}
    #productinfo .price .offer {font-size: 1.5rem;}
}
@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; }
}