.latest-product{
    height: auto;
    width: 280px;
    padding: 10px;
    margin-top: 10px;

    box-sizing: border-box;
}
.latest-product-ul{
    height: 100px;
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
}
.latest-product-image{

height: 100%;
width: 40%;
}
.latest-product-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.latest-product-titre {
font-size: 14px;
margin-top: 8px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: start;
color: #454545;
}
.latest-product-info{
margin-left: 20px;
height: 100%;
width: 60%;
}
.latest-product-rating{
margin-top: 5px;
display: flex;
gap: 5px;
}
.latest-product-rating i{
color: #FBBC04;
}
/* Style de la Price */
.inner-price{
display: flex;
height: 50px;
margin-top: -5px;
}
.inner-prix {
font-size: 17px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #15A6DD;
margin-top: 12px;
margin-left: 10px;
}
.inner-old-price{
color: #ff0000;
text-decoration: line-through;

margin-top: 15px;
}
a{
    text-decoration: none;
}
.flex-lastest-product{
    display: flex;
}
.product-category{
    width: 1000px;
    margin-left: 20px;
    margin-top: 20px;

}
.product-category-text{
    margin-left: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #545454;
}
.Lastest-product-h3{
    margin-left: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #545454;

}