.product-img-bg {
  height: 200px;
  filter: blur(2px);
  border-radius: initial;
}

.product-img-fg {
  padding: 1px;
  height: 200px;
  position: absolute;
  object-fit: contain;
}

.product-card {
  min-width: 300px;
  max-width: 300px;
}

.top-bar {
  min-width: 100%;
}

.order-by-select {
  min-width: 250px;
}
