.shop-mug{
    display: flex;
    align-items: center;
    border-bottom: 2px solid black;
}
.shop-mug img{
    max-width: 100%;
    max-height: 300px;
    background-color: dimgray;
    margin-right: 1vw;
}




