.product-list {
    margin-top: 20px;
    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: #0073aa;
}


.product-list a {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.05px;
}