.pop-wrap {
  position: absolute;
  .pop-item {
    position: absolute;

    .product-hover {
      font-size: 0;
      display: flex;
      align-items: center;
      position: relative;
      height: 100%;

      .product-image {
        font-size: 0;
        padding-left: 10px;
      }
    }
  }
}
