/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
body{
    font-family: "PingFang SC", "Noto Sans SC", sans-serif;
}
p{
    font-family: "PingFang SC", "Noto Sans SC", sans-serif;
}

.text-dark{
    color:#2250fc !important;
}

.home-hr{
    border-top:1px solid #fff;
    padding:1rem 0;
}

.icon-box.effect .icon i:after {
    box-shadow: 0 0 0 3px #2250fc;
}

.shop-bg{
    background-size:cover;
    padding-bottom:240px!important;
    background-position-y: 60%;
}
.line2{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#slider .flickity-button{
    display: none!important;
}
.portfolio-attributes{
    text-transform:unset;
}
/*#shopColumns .product-image{*/
/*    height: 684px;*/
/*}*/
#shopColumns .product-title{
    min-height: 60px;
}
/*#shopColumns .product-image img{*/
/*    object-fit: cover;*/
/*}*/
/*.portfolio-attributes{*/
/*    font-size: 1rem;*/
/*}*/
/*.portfolio-attributes .attribute strong{*/
/*    font-size: 1rem;*/
/*}*/