/* 定义Calibriz字体 */
@font-face {
    font-family: 'Calibriz';
    src: url('../css/open.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 确保文本可见性 */
}
body,html,*{
    font-family: 'Calibriz', -apple-system, BlinkMacSystemFont, 
                 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
                 sans-serif;
    /* 添加备用字体栈确保兼容性 */
}
footer{
background:#9ec2be!important;
}
.recommendation-image img{
	max-width:100%;
}
.secondary-categories a{
font-weight:bold;
}
.page-num.page-num-current{
color:#fff;
background:#89b6af;
}
.page-num{
    padding: 2px 10px;
    border: 1px solid #fefefe;
    background: #fff;
    float: left;
    margin-left: 5px;
}
.product-image {
background:#fff;}
.product-image img{
	max-width:80%;
}
.main-image img{
	max-width:100%;
}
.pagination span{
float:left;
margin-right:10px;
}

.pagination span a{
float:left;
margin-right:10px;
}