.bonn-product-component {
  height: 100%;
  .bonn-product-card-wrapper {
    .card {
      background-color: #fff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      overflow: hidden;
      box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);

      .card__inner {
        height: 32rem;
      }

      .card__content {
        justify-content: center;
        padding: 0px 3vw;

        .card__information {
          text-align: center;
          .card-information {
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 8px;
          }

          .bonn-product-collection {
            font-size: var(--FONT-SIZE-BTN);
            font-weight: 700;
          }

          .bonn-product-short-description {
            color: var(--COLOR_BLACK_700);
            font-size: var(--FONT-SIZE-TEXT-SM);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            min-height: 2.8em;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
          }

          .bonn-product-title-pricing {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 8px;
            font-size: 1.8rem !important;
            color: var(--COLOR_BLACK_700);
            font-weight: 800;
            justify-content: center;

            .price {
              font-size: 1.8rem !important;
              color: var(--COLOR_BLACK_700);
              font-weight: 800;
              text-align: right;
              white-space: nowrap;

              .price__sale {
                .price-item--regular {
                  display: none;
                }
              }
            }
          }
        }

        /*     font-size: var(--FONT-SIZE-TEXT);
    font-weight: 700; */
      }
    }

    .bonn-card-product-btn-container {
      background: var(--bonn-primary-color);
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center;

      padding: 16px;

      .btn-label {
        color: white;
        font-size: var(--FONT-SIZE-TEXT);
        font-weight: 700;
      }
    }
  }
}
