<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PrdListBlk {
    max-width: 1100px;
    margin-top: 25px;
}
body .PrdList .divCell {
    width: calc(32% - 1%);
    margin: 10px 1% 30px;
    padding: 0;
    height: 350px;
}

/*å•†å“å¤–å±¤*/
body .PrdList .liCell {
    border: 0;
    padding: 0;
}

/*å•†å“åœ–åŒ…å±¤*/
.divCell .PrdImg {
    height: 200px;
    overflow: hidden;
    width: 200px;
}
.divCell:hover .PrdImg {
    /*height: 200px;*/
    overflow: hidden;
    /*width: 200px;*/
    /*opacity: 0.5;*/
}


.rtPrdImgWrap {
    position: relative;
    //background: #fff;
}
/*å•†å“åœ–*/
.PrdImg img {
    height: 100%;
    object-fit: cover;
}

/*å•†å“æ–‡å­—åŒ…å±¤*/
.PrdList .PrdCell .PrdContent {
    margin-top: 5px;
}

/*ä½œè€…ã€å•†å“æ¨™é¡ŒåŒ…å±¤*/
.PrdTxt {
    /*height: 45px;*/
    /*overflow: hidden;*/
}

/*å•†å“æ¨™é¡Œ*/
body .PrdList .PrdCell .PrdTitle {
    line-height: 130%;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
}
.PrdList .PrdCell .PrdBtn {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    width: 30px;
}

body .PrdList .SaleBtn1, body .PrdList .SaleBtn2, body .PrdList .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.4s;
    background: #D3C9AC;
    color: #585757;
    width: 90%;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: none;
}
.PrdList .divCell:hover .SaleBtn1 ,
.PrdList .divCell:hover .SaleBtn2 ,
.PrdList .divCell:hover .SaleBtn3 ,
.PrdList .divCell:hover .SaleBtn7{ display: block; }
.PrdList .SaleBtn1:hover, .PrdList .SaleBtn2:hover, .PrdList .SaleBtn3:hover {
    background: #D3C9AC;
    color: #585757;
}
.PrdList .SaleBtn7 {
    white-space: nowrap;
    cursor: pointer;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.4s;
    background: #d4d4d4;
    color: #333;
    width: 90%;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: none;
}

.rtBuyNowMob { display: none; }
.rtBuyNowMob .SaleBtn1,.rtBuyNowMob .SaleBtn2{
    margin: 10px 0 0;    
    border-radius: 3px;
    height: 32px;
    color: transparent;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/cartIcon20241007_20241007_15194796.png) no-repeat center #f7f7f7;
    background-size: auto 21px;
}



/*åƒ¹éŒ¢$*/
body .PrdList .PrdCell .DollarSign {
    color: #000;
    margin-right: 5px; 
}


/*å»ºè­°å”®åƒ¹åç¨± éš±è—*/
.PriceHintName {
    display: none;
}
/*å»ºè­°å”®åƒ¹*/
.PrdPriceHint {
    text-decoration: line-through;
    color: #777;
    font-weight: bold;
}
.PrdList .PrdCell .PrdPriceHint .PriceHintAmt:before {
    content: 'NT$';
    font-weight: bold;
    padding-right: 0px;
    color: #777;
}
.PrdList .PrdCell .PrdPriceHint .DollarSign {
    font-weight: normal;
    padding-right: 0px;
    color: #777;
    display: none;
}


/*å•†å“åƒ¹éŒ¢*/
.PrdPrice {
}

.PrdList .PrdCell .PrdPriceAmt{
color: #000;
}
.PrdList .PrdCell .PrdPriceAmt, .PrdList .PrdCell .PrdPrice {
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    vertical-align: baseline;
    line-height: 150%;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 0.9rem;
    display: none;
}

.PrdList .PrdCell a.rtBuyNow {
    float: right; display: none;
}

.btn {
    white-space: nowrap;
    background: transparent;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #c3dff0;
    color: #fff;
    background-color: #c3dff0;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s linear 0s;
    font-weight: bold;
    float: left;
}

.btn a { color: #130e3a; }
#PageCtrl {
    margin: 0 0 50px;
}
#PageCtrl .OtherPage {
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#PageCtrl .ThisPage {
    cursor: initial;
    font-weight: normal;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
}
#PageCtrl .txt_CountNumR, #PageCtrl .txt_CountNumL, #PageCtrl .RecCount, #PageCtrl .spPageCtrl, #PageCtrl .txt_PageNum {display: none; }
#PageCtrl .txt_BtnNext, #PageCtrl .txt_BtnLast {
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#PageCtrl .OtherPage:hover, #PageCtrl .txt_BtnNext:hover, #PageCtrl .txt_BtnLast:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #232A32;
}
#PageCtrl .txt_BtnFirst, #PageCtrl .txt_BtnEnd { display: none; }
/*ç¶²è·¯å”®åƒ¹åç¨± éš±è—*/
body .PrdList .PrdCell .PriceName {
    display: none;
}

/*NoDiscount color*/
.PrdList .PrdCell .PrdPrice.noDiscount .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice.noDiscount .DollarSign { color: #333; } 

.PrdList .PrdCell .PrdDesc {
    line-height: 133%;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 38px;
    display: none;
}
/*ç´…é…ç¶&nbsp;*/
.spanPrdExPrice.cssç´…æ¨™ {
    display: block;
}
.spanPrdExPrice.cssç´…æ¨™, .spanPrdExPrice.cssç´…æ¨™ .DollarSign {
    color: #D35873;
}
.PrdList .PrdCell.cssç´…æ¨™ .rtPrdImgWrap:before {
    content: 'ç´…';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #D35873;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.spanPrdExPrice.cssç¶&nbsp;æ¨™ {
    display: block;
}
.spanPrdExPrice.cssç¶&nbsp;æ¨™, .spanPrdExPrice.cssç¶&nbsp;æ¨™ .DollarSign {
    color: #5CB85C;
}
.PrdList .PrdCell.cssç¶&nbsp;æ¨™ .rtPrdImgWrap:before {
    content: 'ç¶&nbsp;';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #5CB85C;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/*=================PAD version begin===================*/


@media (max-width: 1024px) {
.rtBuyNow { display: none; }
.rtBuyNowMob { display: block; }
.PrdList .PrdCell .PrdBtn {
    float: none;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}


body .divCell:hover .PrdImg {
    max-height: unset;
    /*height: auto;*/
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

.PrdList .rtBuyNowMob .SaleBtn1, .PrdList .rtBuyNowMob .SaleBtn2, .PrdList .rtBuyNowMob .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    transform: unset;
    transition: 0.4s;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 3px;
    position: static;
    border: 0;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 10px 0 0;
    border-radius: 3px;
    color: transparent;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/cartIcon20241007_20241007_15194796.png) no-repeat center #f7f7f7;
    background-size: auto 21px;
}

}

@media (max-width: 810px) {
body .PrdList .divCell {
    width: calc(48% - 2%);
    margin: 10px 2% 20px !important;
    height: auto;
}

.PrdList .PrdCell .PrdTitle {
    height: 36px;
    margin-bottom: 0;
}
.PrdList .PrdCell .PrdContent {
    margin: 15px 0 5px;
}

}

/*=================PAD version end===================*/

/*==============mobile version begin===================*/

@media (max-width: 490px) {
.PrdList .divCell { width: 40%; margin: 20px 10px 20px; }
.divCell .PrdImg {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.btn {
    width: 100%;
}
}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}


</pre></body></html>