﻿.productBox{width:100%;text-align:left;overflow-x:auto;}@media(max-width:600px){.productBox{padding-bottom:15px;}}.productBox img{display:block;width:100%;}.productBox a,.productBox a:link,.productBox a:visited,.productBox a:hover,.productBox a:active{text-decoration:none;}.productBox::-webkit-scrollbar{height:8px;width:6px;}.productBox::-webkit-scrollbar-track{background:transparent;border-radius:8px;}.productBox::-webkit-scrollbar-track-piece:start{background:#f0f0f0;margin-left:500px;border-radius:8px;}@media(max-width:600px){.productBox::-webkit-scrollbar-track-piece:start{margin-left:100px;}}.productBox::-webkit-scrollbar-track-piece:end{background:#f0f0f0;margin-right:500px;border-radius:8px;}@media(max-width:600px){.productBox::-webkit-scrollbar-track-piece:end{margin-right:100px;}}.productBox::-webkit-scrollbar-thumb{background:#1f81c4;border-radius:12px;}.productBox::-webkit-scrollbar-thumb:hover{background-color:#1f81c4;}.productBox .productLoader{width:100%;height:100%;background:rgba(1,1,1,.1);display:flex;justify-content:center;align-items:center;}.productBox .productLoader .productLoadAni{width:300px;height:300px;filter:drop-shadow(0 2px 4px rgba(1,1,1,.1));opacity:1;}.productBox .productSearchEmpty{width:100%;height:100%;background:#f3f3f3;display:flex;flex-direction:column;justify-content:center;align-items:center;}.productBox .productSearchEmpty .productEmptyImage{width:15%;margin-bottom:3%;}.productBox .productSearchEmpty .productEmptyTitle{display:flex;}.productBox .productBoxFlex{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;}@media(max-width:600px){.productBox .productBoxFlex{width:max-content;flex-wrap:nowrap;}}.productBox .productBoxFlex .productCard{background:#fff;box-shadow:0 2px 16px 0 rgba(61,60,60,.16);width:calc((100% - 40px)/3);}@media(max-width:600px){.productBox .productBoxFlex .productCard{width:calc(((100vw*.84) - 20px)*.85);}}.productBox .productBoxFlex .productCard .productImageBox{width:100%;aspect-ratio:1.77777778;overflow:hidden;}.productBox .productBoxFlex .productCard .productImageBox .productImage{height:100%;object-fit:cover;object-position:center;}.productBox .productBoxFlex .productCard .productDetail{margin:14px;}.productBox .productBoxFlex .productCard .productDetail .productTitle{color:rgba(61,60,60,.87);font-size:1.3vw;margin-bottom:15px;font-weight:bold;height:calc(1.3vw*1.5*2);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productTitle{font-size:16px;height:48px;}}.productBox .productBoxFlex .productCard .productDetail .productLocation{color:rgba(61,60,60,.54);font-size:.9vw;height:calc(.9vw*1.5);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productLocation{font-size:12px;height:18px;}}.productBox .productBoxFlex .productCard .productDetail .productPrice{font-weight:bold;margin:6px 0 9px;color:#fd665a;font-size:1.5vw;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productPrice{font-size:20px;}}.productBox .productBoxFlex .productCard .productDetail .productPrice .NTD{font-size:.8vw;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productPrice .NTD{font-size:12px;}}.productBox .productBoxFlex .productCard .productDetail .productLine{margin:0 0 13px;background:#ccc;height:1px;}.productBox .productBoxFlex .productCard .productDetail .productTag{display:flex;margin:0 0 10px;}.productBox .productBoxFlex .productCard .productDetail .productTag .PTagImage{width:25px;aspect-ratio:1;margin-right:5px;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productTag .PTagImage{width:20px;}}.productBox .productBoxFlex .productCard .productDetail .productTag .PTag{color:#80c6f6;font-size:.9vw;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media(max-width:600px){.productBox .productBoxFlex .productCard .productDetail .productTag .PTag{font-size:12px;}}