.final-price,.price-without-discount{
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "Kalameh";
    font-weight: 600 !important;
    /* flex-direction: row-reverse; */
}
.card-holder{
    /* margin: 22px 0; */
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0px;
    flex-wrap: wrap;
    /* padding: 0 1vw; */
}
.card{
    width: 100%;
    /* width: 250px; */
    height: fit-content;
    overflow: hidden;
            background-color: var(--white);

    border-radius: 0px;
    border-left: 1px solid var( --low-mid-red);
    border-bottom: 1px solid var( --low-mid-red);
    padding: 20px;
    flex: 0 0 20%;
    height: 425px;
}
.card:hover{
cursor: pointer;
}
/* .product-image:hover  #main-card-img{
    display: none;
} */
#card-hover-img{
    visibility: hidden;
    transform: scale(1);
    transition: opacity 2000ms,visibility 2000ms,transform 15000ms;
}
.product-image:hover  #card-hover-img{
    visibility: visible;
    opacity: 1;
    transform: scale(1.2);
    display: block;
}
.card:hover .product-image img{
    transform: scale(1.1);
}
/* .card:hover .product-image{
    display: flex;
    flex-direction: column-reverse;
align-items: center;
justify-content: center;
} */
#card-hover-img{
    opacity: 1;
    visibility: hidden;
    transform: scale(1);
    display: none;
}
.product-brand{
transition: all 550ms;
}
.card:hover .product-brand{
    color: var(--black);
}
.product-image{
    width: 100%;
    height: 250px;
        border-radius: var(--border-r);
overflow: hidden;

}
.product-image img{
    transition: all 250ms ;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-name{
    text-align: center;
    color: var(--main);
    margin-top: 12px;
    font-family: 13px;
}
.product-brand{
    font-size: clamp(11px,2vw,13px);
    /* width: 200px; */
}
.product-model{
        font-size: 12px;

}
.product-price{
    font-family: "Dana";
       display: block;
       margin-top: 32px;
           margin-bottom: 2px;

    /* align-items: self-end;
    justify-content: center;
    flex-direction: column; */
}
.final-price{
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 4px;
}
.toman{
    font-size: 13px;
    font-weight: 800;
    
}
.price-without-discount{
    color: var(--gray);
    font-size: 14px;
    text-decoration: line-through;
    font-family: "Kalameh";
}
.off-percent{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IranYekan";
    border-radius: 12px;
    padding: 0px 5px;
    font-size: 13px;
    color: var(--white);
    background-color: var(--main);
}
.main-price-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.price-without-discount{
    display: flex;
    justify-content: left;
}

@media screen and (max-width:1360px) {
    .product-image{
    height: 150px;

}
.product-brand{
    font-size: 9px;
}
.product-model{
    font-size: 11px;
}
.card{
         height: 325px;
    }
}
@media screen and (max-width:1020px) {
    .product-brand{
    font-size: 15px;
}
    .card{
        flex: 0 0 50%;
         height: 415px;
    }
    .product-image{
    height: 250px;

}

}
@media screen and (max-width:768px) {
       .card{
        flex: 0 0 100%;
        height: 165px;
        box-shadow: none;
        border-radius: 0;
border-bottom: 1px solid var( --low-mid-red);
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        overflow: hidden;
        /* justify-content: space-between; */
    }
    .card-holder{
        margin: 0;
    }
    .card-holder{
        gap: 0;
    }

.card-left-section{
display: flex;
flex-direction: column;
width: 100%;
}
.product-price{
    justify-self: left;
}
.product-name{
    justify-self: right;
    text-align: right;
}
/* .product-price{
width: 100%;
display: flex;
flex-direction: column;
position: absolute;
left: 10px;
   
} */
.product-image{
    width: 280px;
    height: 100%;
margin-left: 15px;
border-radius: 0;
overflow: hidden;

}

.card{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}



.product-brand{
    font-size: 11px;
}
.product-model{
       font-size: 10px;
 
}
}