.price-card {
  .price-head {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 60px 60px;
    padding: 20px;
    text-align: center;
    margin: 15px 15px 30px;
    padding-bottom: 30px;
    position: relative;

    &.v3 {
      margin: 0 0 25px;
      padding: 0;
    }
  }

  .price-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;

    span {
      margin-top: 8px;
      font-weight: 400;
      font-size: 0.875rem;
      opacity: 0.8;
    }
  }

  .card-body.v3 {
    display: flex;
    flex-direction: column;
  }

  .product-list.v3 {
    flex: 1 1 auto;

    .list-group-item {
      &:before {
        display: none;
      }
      padding: 4px 0 4px 25px;
      padding-left: 0;
      background: transparent;
      border: none;
    }
  }
}
