/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 16:55:48 */
/* 通用版：所有“最新产品”里出现的链接都变色 */
.latest-products a,
.widget a,
li a {
    color: #000 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}
.latest-products a:hover,
.widget a:hover,
li a:hover {
    color: #0073e6 !important;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

