.header-logo-img {
    max-height: 60px;
    height: auto;
    max-width: 220px;
	border-radius: 15px;
}

#product-list img.product-card__image {
  border: 2px solid #ffd400;
  box-sizing: border-box;
	border-radius: var(--corner_15);
}