.rewards-section {
  margin-top: 2% !important;
  width: 100%;

  .reward-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    height: 75vh;
    overflow-y: overlay;
    overflow-x: hidden;

    .reward {
      /* width: 22.5rem; */
      /* width: 96vw; */
      width: 90%;
      /* height: 18.625rem; */
      height: max-content;

      border-radius: 0.875rem;
      border: 0.5px solid #ebe4e3;
      background: #ebe4e3;
      box-shadow: 0 5px 10px 0 rgba(229, 229, 229, 0.5);
      padding: 0.44rem;
      position: relative;

      .outline {
        width: 4.0625rem;
        height: 4.5rem;
        transform: rotate(90deg);
        position: absolute;
        background: 0px 0px / 100% 100% no-repeat;
        right: 2px;
        bottom: -4px;
        border-radius: 0.875rem;
      }

      .reward-description {
        display: flex;
        margin-inline: 1rem;
        min-height: 8rem;
      }

      .reward-content {
        position: relative;
        /* top: 3%; */

        .reward-info {
          margin-block: 0.72rem;
          width: 100%;

          .logo {
            /* border-radius: 0.75rem; */
            width: 6.375rem;
            height: 2.193rem;
            flex-shrink: 0;
            aspect-ratio: 125 / 43;
            object-fit: contain;
          }

          .title {
            color: #794d1f;

            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-block: 0.1rem;
          }

          .description {
            color: #492d10;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 300;
            line-height: 14px;
            letter-spacing: -0.02113rem;
            margin-block: 0.1rem;
          }

          .additional-description {
            color: #644527;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 700;
            line-height: 0.8125rem;
            margin-block: 0.1rem;
          }
        }

        .discount-section {
          /* margin-block: 1.5rem; */
          display: flex;
          position: relative;

          .discount {

            color: #644527;
            width: 6rem;
            margin-top: 1rem;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 1rem;
            letter-spacing: -0.02113rem;
            text-align: end;

          }

          .lottie-animation {
            /* width: 24vw;
            position: absolute;
            top: 25%; */
            /* width: 26vw; */
            width: 100px;
            position: absolute;
            top: 2vh;
            right: -8px;
            height: 87px;
          }
        }
      }

      .reward-image {
        /* width: 21.57575rem; */
        width: 100%;
        /* height: 9.1875rem; */
        height: auto;

        border-radius: 0.75rem;
        /* background: linear-gradient(168deg, #f4f0ef 11.22%, #e5dcda 91.39%); */
      }
    }
  }
}

.search-input-container {
  display: flex;
  align-items: center;
  border: 0.5px solid #794d1f;
  border-radius: 8px;
  padding: 6px 14px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 9.125rem;
  align-self: center;
  width: 90%;
  gap: 1rem;

  .search-logo {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #794d1f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1.12em;
    color: #794d1f;
    background: transparent;
    padding: 4px 0;
    line-height: 1.5rem;
    letter-spacing: -0.03156rem;
  }

  .search-input::placeholder {
    color: #794d1f;
    opacity: 1;
    font-weight: 500;
  }
}

.additional-description {
  color: #644527;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8125rem;
  margin-block: 0.1rem;
}

.timing-section {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin-top: 8px;
}

.clock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.timing-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #492D10;
  font-size: 14px;
  line-height: 20px;
}