.card-detail {
  margin: auto 16px 30px 16px;
  .product-image {
    margin: auto;
    width: fit-content;
    max-width: 328px;
    height: 184px;
    > img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .ready-to-redeem {
    background-color: #d6f1ed;
    text-align: center;
    padding: 7px 12px 0px 12px;
    height: 32px;
    border-radius: 12px;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #004b42;
    margin-top: 24px;
    > label {
      margin-left: 9px;
    }
  }
  .title {
    margin-top: 20px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #05053d;
  }
  .description {
    margin-top: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #05053d;
  }
  progress {
    margin-top: 16px;
    height: 15px !important;
    border-radius: 50px !important;
    &::-webkit-progress-bar {
      height: 15px !important;
      border-radius: 50px !important;
    }
    &::-webkit-progress-value {
      height: 15px !important;
      border-radius: 50px !important;
    }
    &::-moz-progress-bar {
      height: 15px !important;
      border-radius: 50px !important;
    }
  }
  .progress-text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-top: 10px;
  }
  .progress-summary {
    text-align: center;
    color: #101010;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  > .bullet {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ffe458;
    border-radius: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #101010;
    margin-top: 24px;
  }
}
