.ref-product {
  flex-basis: 33.33333%;
  padding: 0.5rem;
}

.ref-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ref-media {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.logo-text {
  text-decoration: none;
}

