.shop-avatar[data-v-60e8755d] {
  position: absolute;
  bottom: -60px;
  left: 50px;
  width: 180px;
  height: 180px;
  border-radius: var(--border-radius-md);
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.shop-avatar img[data-v-60e8755d] {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-md);
  object-fit: cover;
}
@media (max-width: 900px) {
.shop-avatar[data-v-60e8755d] {
    display: none;
}
}