:root{
    --color-primary: #CA3525;
}
.like-product-line{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
    margin-top: 20px;
}
.like-product-line .name{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 34px;
}
.product-item{

}
.product-line .row{
    margin: -10px;
}
.product-col{
    padding: 10px;
}

.product-item .main-img{
    aspect-ratio: 1;
    width: 100%;
    position: relative;
}
.product-item .main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item .main-img .tags{
    display: flex;
    position: absolute;
    left: 14px;
    top: 14px;
    flex-wrap: wrap;
}
.product-item .main-img .tags div{
    background: #F5F5F5;
    padding: 4px 8px;
    font-size: 14px;
    color: #333333;
    height: fit-content;
    line-height: 20px;
}
.product-item .info{
    padding-top: 10px;
}
.product-item .info .name{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
    height: 25px;
}
.product-item .info .price{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.product-item .info .ask-btn{
    background: #F5F5F5;
    border-radius: 30px 30px 30px 30px;
    padding: 9px 18px;
    font-size: 16px;
    color: #E21818;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.product-item .info .ask-btn:hover{
    background:#E21818;
    color: #fff;
}
.card-col:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.zhixiao .like-product-line .name{
    font-size: 18px;}

.zhixiao .product-col:hover .shop-hover-box{
    display: block;}
.zhixiao  .product-col{overflow: hidden}
@media (max-width: 600px) {
    .zhixiao .product-col:hover .shop-hover-box{
        display: none;}
    .product-item .info .price{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .product-item .info .ask-btn{
        font-size: 14px;}
}
