.product-user-row-wrapper {
    width: 100%;
    height: 293px;
    direction: rtl;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(117, 117, 117, 0.1);
  }
  .elevator {
    position: absolute;
    left: 8px;
    top: 0;
    color: #457e96;
  }
  .elevator svg {
    width: 16px;
    text-align: center;
  }
  .product-user-row-wrapper .special-seller {
    width: 70px;
    height: 21px;
    background: #d9b600;
    position: absolute;
    z-index: 4;
    left: -1px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    top: 0;
    text-align: center;
    color: #fff !important;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
    padding: 6px 12px 6px 4px;
    border-top-left-radius: 8px;
  }
  .product-user-top-contents {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .product-user-top-contents .product-user-image {
    position: relative;
    height: 113px;
    margin-bottom: 16px;
    background-color: #404b55;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .product-user-top-contents .product-user-image .image-counts {
    width: 28px;
    height: 17px;
    font-size: 1rem;
    position: absolute;
    bottom: 5px;
    z-index: 5;
    right: 5px;
    color: #ffffff;
    background: rgba(117, 117, 117, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 2px;
  }
  .product-user-top-contents .product-user-image .hide-image {
    opacity: 0;
  }
  .product-user-top-contents .product-user-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
  }
  .product-user-row-wrapper .media-icon {
    position: absolute;
    right: 7.621px;
    bottom: 8px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: rgba(117, 117, 117, 0.60);
    backdrop-filter: blur(2px);
    z-index: 2;
  }
  .product-user-row-wrapper .media-icon svg {
    width: 20px;
    height: 20px;
  }
  .product-user-top-contents .product-user-content {
    position: relative;
    padding-right: 8px;
    flex-direction: column;
    color: #757575;
    font-size: 1.4rem;
  }
  .product-user-top-contents .product-user-content .icon {
    display: flex;
    align-items: center;
  }
  .product-user-top-contents .product-user-content .icon svg {
    width: 16px;
    height: 16px;
  }
  .product-user-top-contents .product-user-content .product-user-name {
    display: inline-block;
    color: #030303;
    font-size: 1.6rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 155px;
    white-space: nowrap;
  }
  .product-user-top-contents .product-user-content .location {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 170px;
    white-space: nowrap;
    padding-right: 8px;
  }
  .product-user-top-contents .product-user-content .unit-amount {
    padding-right: 8px;
  }
  .product-user-top-contents .product-user-content > div {
    margin-bottom: 8px;
    height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .product-user-top-contents .product-user-content > div:last-child {
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
  }
  .product-user-content .verified-user {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    cursor: pointer;
  }
  .product-user-content .verified-user svg {
    width: 14px;
  }
  .product-user-content .verified-user span {
    background-color: #deebf0;
    color: rgba(30, 159, 189, 0.8);
    padding: 0 4px;
    border-radius: 8px;
    font-size: 1rem;
  }
  .product-user-footer {
    display: flex;
    margin-top: 8px;
    padding: 8px;
  }
  .product-user-footer .unit {
    color: #979797;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .product-user-footer .currency {
    color: #979797;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
  }
  .product-user-footer .price {
    color: #030303;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 24px;
  }
  .product-user-footer.is-login {
    padding: 16px 8px;
    display: flex;
    justify-content: left;
  }
  .product-user-footer button {
    max-width: 100%;
    border-radius: 8px;
    color: #ff8603;
    font-size: 1.4rem;
    padding: 7px 6px;
  }
  .spinner-border {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    color: #FFFFFF;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border-width: 0.35rem;
  }
  @media (min-width: 1010px) and (max-width: 1400px) {
    .product-user-top-contents .product-user-content .product-user-name {
      width: 145px;
    }
  }
  @media(max-width: 768px) {
    .spinner-border {
      left: calc(50% - 10px);
      top: calc(50% - 10px);
      width: 2rem;
      height: 2rem;
    }
  }
  
  @media all and (display-mode: standalone) {
    .product-user-content .verified-user span{
      width: 80px;
    }
  }