.card-extras {
  position: relative;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
  margin: 4px;
  box-shadow: 0px 0.874317px 1.74863px rgba(5, 5, 61, 0.08),
    0px 2px 10px rgba(5, 5, 61, 0.08);
  width: 160px;
  height: 242px;
  .bullet {
    background-color: #f6d300;
    height: 20px;
    border-radius: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #101010;
    padding: 2px 8px;
    float: right;
    margin: 12px 12px 0px 12px;
    text-align: right;
  }
  .product {
    width: 136px;
    height: 118px;
    margin: 40px 12px 0px 12px;
    overflow: hidden;
    > img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .title {
    text-align: left;
    overflow: hidden;
    height: fit-content;
    max-height: 60px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #343639;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    white-space: normal;
    margin: 8px 12px 0px 12px;
    position: absolute;
    top: 58%;
    &.add-space {
      top: 65%;
    }
  }
  .expiracy {
    height: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #69698b;
    top: 90%;
    position: absolute;
    left: 7%;
  }
}
