/* 匯入共用產品列表樣式CSS */
@import url(../style_product/style_product_list.css); 

/* 匯入共用產品內頁樣式CSS */
@import url(../style_product/style_product_info.css);


/* ==================================================================================== */
/* 隱藏產品內頁 */
/* ==================================================================================== */




.productIn_detail{
    display: flex;
    flex-direction: column;
    gap: clamp(.4375rem,0.7813vw,.9375rem);
    line-height: 1.5;
}
.productIn_nameEN{
    display: block;
    padding: 0;
}
.productIn_brandName{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
/*產品中文名*/
.productIn_nameTW{
    font-size: clamp(1rem,1.1458vw,1.375rem);
    line-height: 1.5;
    
}
.product_list{
    width: 100%;
}











/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
    .pageContent .wrap{
        max-width: 56.25rem;
    }
}

/* =============================== */
/* 輪播商品列表 */
/* =============================== */


.productIn_rebuyListArea .product_name a .product_nameTW{
    width: 100%;
    max-width: unset;
}
.productIn_likeListIn .product_name a .product_nameTW{
    width: 100%;
    max-width: unset;
}