/* productlsit */
#productlist ul { font-size: 0; }
#productlist ul li { position: relative; width: calc(100% / 3); display: inline-block; vertical-align: top; }
#productlist ul li a { position: absolute; width: 100%; height: 100%; z-index: 2; }
#productlist ul li .info { padding: 10px; }
#productlist ul li .img { margin-bottom: 30px; background: no-repeat 50% / cover; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3); }
#productlist ul li .price font { margin-right: 10px; display: inline-block; font-size: 15px; }
#productlist ul li .price font.old { color: #a3a3a3; }
#productlist ul li h3 { margin-bottom: 10px; height: 34px; font-size: 20px; -webkit-line-clamp: 1; }
#productlist ul li article { height: 50px; font-weight: 400; font-size: 14px; color: #393939; -webkit-line-clamp: 2; }

/* productdetail */
#productdetail { margin-bottom: 30px; font-size: 0;}
#productdetail .row { margin-bottom: 0; width: 63%; display: inline-block; }
#productdetail #imglist >div a.photo { position: relative; }
#productdetail #imglist >div a.photo img { width: 100%; }
#productdetail #imglist >div a.photo img:first-child { position: absolute; height: 100%; top: 0; left: 0; opacity: 0; z-index: -999; }
#productdetail #productinfo { margin-left: 3%; width: 34%; }
#productdetail #productinfo h2 { margin-bottom: 10px; font-size: 40px; }
#productdetail #productinfo .price { margin-bottom: 20px; }
#productdetail #productinfo .price font { display: inline-block; vertical-align: bottom; line-height: 100%; font-size: 28px; }
#productdetail #productinfo .price font.offer { color: #d21a20; }
#productdetail #productinfo .price font.old { margin-left: 10px; font-size: 15px; opacity: .6; }
#productdetail #productinfo .price font:nth-child(2) { text-decoration: line-through; }
#productdetail #productinfo .txt { overflow: hidden; margin: 5px 0; text-align: right; font-size: 0; }
#productdetail #productinfo .txt label { float: left; display: inline-block; line-height: 33px; font-size: 16px; color: #898989; }
#productdetail #productinfo .txt a , #productdetail #productinfo .txt b { color: #212121; }
#productdetail #productinfo .info { margin: 15px 0; }
#productdetail #productinfo .info .txt { margin: 0; padding: 5px 15px; border-bottom: 1px #e2e2e2 solid; }
#productdetail #productinfo .info .txt label { color: #0f2942; }
#productdetail #productinfo .info .txt a , #productdetail #productinfo .info .txt b { display: inline-block; font-weight: 400; color: #141212; vertical-align: middle; }
#productdetail #productinfo article { font-size: 14px; color: #616161; }
#productdetail #orderfunction a { padding: 5px 15px; border: 1px #222 solid; display: inline-block; color: #000; vertical-align: middle; }
#productdetail #orderfunction input { padding: 5px 15px; width: 40px; border: #262555 solid; border-width: 1px 0; text-align: center; vertical-align: middle; }
#productdetail #productinfo .btns { margin: 20px 0; text-align: right; }
#productdetail #productinfo .btns a { margin: 5px 0 5px 20px; padding: 5px 15px; display: inline-block; color: #0f2942; }
#productdetail #productinfo .btns a.addcar { background: #0f2942; color: #fff; }
#productdetail #productinfo .btns a.ask { border: 1px #0f2942 solid; }

/* productTabs */
#productTabs ul.tabs { margin: 50px 0 35px; padding: 0 15px; border-bottom: 1px #e5e5e5 solid; text-align: center; font-size: 0; }
#productTabs ul.tabs li { display: inline-block; vertical-align: top; }
#productTabs ul.tabs li a { padding: 10px 25px; background: #fff; border: #eee solid; border-width: 1px 1px 0 0; display: inline-block; color: #8a8d91; }
#productTabs ul.tabs li:first-child a { border-left-width: 1px; }
#productTabs ul.tabs li.active a { background: #ad9c8f; border-width: 0 1px 1px; border-color: #ad9c8f; color: #fff; }


@media screen and (min-width:1281px) {
	#productTabs ul.tabs li:hover a { background: #ad9c8f; border-color: #ad9c8f; color: #fff; }
}
@media screen and (max-width:1280px) {
	#productdetail .row { width: 55%; }
	#productdetail #productinfo { width: 42%; }
}
@media screen and (max-width:1024px) {
    #productdetail { margin-bottom: 30px; font-size: 0;display: flex;flex-direction: column;align-items: center; }
	#productdetail .row { width: 95%; }
	#productdetail #productinfo { margin-left:0;width: 95%;}
}
@media screen and (max-width:980px) {
	#productlist ul li { width: 50%; }
	#productTabs ul.tabs { padding: 0; border-bottom: 0; }
	#productTabs ul.tabs li a , productTabs ul.tabs li.active a { margin: 5px; border-width: 1px; }
}
@media screen and (max-width:500px) {
	#productlist ul { text-align: center; }
	#productlist ul li { width: 70%; }
}
@media screen and (max-width:450px) {
	#productlist ul li { width: 100%; }
}



    #thor-demo-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url('https://lshglass.com/thorimg/info_bg.webp');
      background-size: cover;
      background-position: center;
      filter: blur(10px);
      -webkit-filter: blur(10px);
      z-index: 0;
    }

    @media screen and (max-width: 768px) {
      #thor-demo-section::before {
        background-image: url('https://lshglass.com/thorimg/info_bgm.webp');
      }
      .thor-demo-title {
      font-size: 18px !important;
    }
    }

    .thor-demo-content {
      position: relative;
      z-index: 1;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .thor-demo-title {
      text-align: center;
      color: #fff;
      font-size: 2rem;
      margin-bottom: 30px;
      font-weight: bold;
      text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    }

    .thor-demo-iframe-wrap {
      aspect-ratio: 16 / 9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    }

    .thor-demo-iframe-wrap iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
