.product_img {
  // background-color: var(--_base-white);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  // border: 1px solid var(--_gray-200);
  overflow: hidden;
  img {
    max-height: 100%;
    object-fit: contain;
    // padding: 4px;
  }
  .no_image {
    padding: 16px;
    svg {
      width: 100%;
      height: 100%;
    }
  }
}
