<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 270px;
    margin: 15px auto 40px;
    position: relative;
}
.products-list .cover:after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.products-list .box:hover .cover:after{
    width: 100%;
    opacity: 1;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;   
}
.products-list .box.new:before {
    content: 'NEW';
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 24px;
    position: absolute;
    z-index: 10;
    left: -4px;
    top: 8px;
    background: linear-gradient(to right, #FF4E50 0%, #F9D423 51%, #FF4E50 100%);
    background-size: 200% auto;
    transition: all .3s ease-in-out;
    line-height: 24px;
}
.products-list .box.new:hover:before{
    background-position: right center;
}

.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .pic:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 1;
}
.products-list .box:hover .pic:before{
    opacity: 1;
}
.products-list .pic:after{
    content: '+';
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
    background: rgba(68, 68, 68, 0.8);
    color: #fbfbfb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: translate(0,30px) rotateY(180deg);
    z-index: 2;
}
.products-list .box:hover .pic:after{
    transform: translate(0,0) rotateY(0deg);
    opacity: 1;
}

.products-list .pic img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.products-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products-list .txt {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    z-index: 3;
}





.products-list .name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover .name {
    color: #050601;
}

.products-list .description {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}

.products-list .box:hover .description {
    color: #383838;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
    border-radius: 0;
    transition: all .3s ease-in-out;
    display: none;
}
.products-list .btn.detail {
    background: #999999;
}
.products-list a:hover .btn.detail {
    background: #333333;
}
.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.products-list .btn.detail .icon {
     background-position: -60px -87px;
}
/***�𤩎����𡑒”1�𧢲�雴����***/
.products-list .item_one {
    width: 100%;
}
.products-list .box {
    max-width: 600px;
    margin: 0px auto 25px;
    position: relative;
    background: #fbfbfb;
padding: 8px;
border: solid 1px #e3e1d9;
    transition: all .3s ease-in-out;
}
.products-list .box:hover{
    background: #fff;
    border-color: #999999;
}
/**********************/
/***�𤩎����𡑒”2�𧢲�雴����***/
.products-list .item_two {
    width: 50%;
    padding: 0 10px;
}
.products-list .item_two:nth-child(2n+1) {
    clear: left;
}
.products-list .item_two .box {
    max-width: 490px;
    margin: 0 auto 40px;
    position: relative;
}
/**********************/
/***�𤩎����𡑒”����鍦�誩�蠘�踝�䔶�𧢲�厰�詨鱓頝蠘�𦠜�𥕦�𡑒”撠箏站��撠誩��***/
.sort_box{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.control-label{
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.control-box{
    float: left;
}
.form-control {
    margin-bottom: 0px;
}
.form-group {
    float: left;
    padding: 5px 0;
}
.form-group:after{
    content: '';
    display: block;
    
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon{
    float: left;
    line-height: 30px;
    padding: 5px 0;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active{
    background-position: 0 100%;
}
/***************************/
.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 53%;
    max-width: 600px;
}
.gallery .pic {
    background: #fff;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 45%;
}
.no-pic .pd-intro,
.no-pic .thumbnails {
    float: none;
    width: 100%;
}
.pd-id {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
}
.pd-name {
    border: 1px dashed #DDD;
    border-width: 1px 0;
    color: #3d3d3d;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 8px 0;
    line-height: 27px;
    margin: 0;
}
.pd-description {
    font-size: 15px;
    letter-spacing: 0.035em;
    line-height: 1.7;
    margin: 1.4em 0;

}
.pd-info {
    margin: 12px 0;
}
.pd-info b {
    color: #2862B2;
    font-size: 20px;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    border-color: #ccc;
    border-radius: 0;
}
.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pd-intro .btn-group {
    margin: 25px -7px 0;
}
.pd-intro .btn-group .col {
    float: left;
    width: 50%;
    padding: 0 7px;
}
.pd-intro .btn-group .btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.pd-intro .btn-group .btn.addcart {
    background: #1B7292;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.wish {
    background: #FBCFC7;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.soldout {
    background: #EEE;
    color: #C6C6C6;
    cursor: not-allowed;
}
.pd-intro .btn-group .btn.arrival {
    border: 1px solid #C6C6C6;
    color: #B4B4B4;
    line-height: 38px;
}
.pd-intro .btn-group .btn.arrival:hover {
    color: #2E4665;
}
.pd-intro .btn-group .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 8px 5px 0;
}
.pd-intro .btn-group .btn.addcart .icon {
    background-position: -20px -87px;
}
.pd-intro .btn-group .btn.wish .icon {
    background-position: -40px -87px;
}
.pd-intro .share_box {
    margin: 0px 0 10px 0;
}
.pd-intro .share_box .share .btn{
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}
.pd-intro .share_box .share .btn.facebook,
.pd-intro .share_box .share .btn.google,
.pd-intro .share_box .share .btn.twitter,
.pd-intro .share_box .share .btn.line{ 
    color: #0f214e; 
}

.pd-intro .share_box .share .btn.facebook:hover { color: #405D9A; }
.pd-intro .share_box .share .btn.google:hover { color: #F34537; }
.pd-intro .share_box .share .btn.twitter:hover { color: #39A0CE; }
.pd-intro .share_box .share .btn.line:hover { color: #00C300; }

.thumbnails ul {
    margin: 0 -7px;
}
.thumbnails li {
    width: 33.33%;
    padding: 7px;
}
.thumbnails a {
    display: block;
    max-width: 155px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(89, 87, 87, 0.8);
    opacity: 0;
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}

.products-detail {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 40px 0;
    position: relative;
}
.products-detail .title {
    background: #999999;
    width: 136px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    line-height: 30px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -68px;
    padding-bottom: 2px;
}

@media screen and (max-width: 1300px) {
    /*.products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }*/
}
@media screen and (max-width: 1200px) {
    .gallery,
    .pd-intro,
    .thumbnails{
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }

    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item,
    .products-list .item_two{
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .gallery {
        margin-bottom: 5px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        padding: 5px;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
@media screen and (max-width: 560px) {
    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}</pre></body></html>