.product-list {
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
}

.product-name {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 7px;
    margin-bottom: 7px;
}



.product-name:last-child {
    border-bottom: none; 
}

.product-name a:hover {
    color: #E40000;
}


.product-list a {
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: white;
}