body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.a-links {
    padding: 1.1rem;
    text-decoration: none;
    color: black;
}

.a-links:hover {
    background-color: lightgray;
    border-radius: 30px;
    transition: all 0.1s;
}

ul .bi {
    margin-right: 10px;
    height: 100%;
}
.image-box{
height:220px;
width:100%;
background:#f2f4f5;

display:flex;
justify-content:center;
align-items:center;

overflow:hidden;
}

.product-img{
max-width:100%;
max-height:100%;

width:auto;
height:auto;

object-fit:contain;

display:block;
}.image-box{
height:220px;
width:100%;
background:#f2f4f5;

display:flex;
justify-content:center;
align-items:center;

overflow:hidden;
}

.product-img{
max-width:100%;
max-height:100%;

width:auto;
height:auto;

object-fit:contain;

display:block;
}