.section__lot {
  padding: 20px 0;
  position: relative;
}
.section__lot::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -170px;
  width: 401px;
  height: 401px;
  z-index: -1;
  border-radius: 401px;
  background: rgba(51, 153, 248, 0.1);
  -webkit-filter: blur(72px);
  filter: blur(72px);
}
.section__lot::after {
  content: "";
  position: absolute;
  top: 162px;
  right: -80px;
  width: 342px;
  height: 342px;
  z-index: -1;
  border-radius: 342px;
  background: rgba(95, 120, 250, 0.15);
  -webkit-filter: blur(72px);
  filter: blur(72px);
}
.section__lot__body {
  display: grid;
  grid-template-columns: auto 340px;
  align-items: start;
  gap: 16px;
}
.section__lot__inner {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #e9f0fb;
  background: #fff;
}
.section__lot__head__background {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  filter: blur(1px);
  opacity: 0.1;
  background-size: cover;
  background-position: center;
  left: -20px;
  top: -20px;
  z-index: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.section__lot__head {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.section__lot__head .btn__wishlist {
  margin-left: auto;
}
.section__lot__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.section__lot__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section__lot__classes {
  display: flex;
  gap: 8px;
}
.section__lot__classes .itemcard__class {
  position: static;
}
.section__lot__link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  padding-left: 24px;
  padding-right: 8px;
  border-radius: 58px;
  border: 1px solid #e9f0fb;
  background: #f9fbfe;
}
.section__lot__link .btn__small {
  margin-left: auto;
}
.section__lot__link__text {
  color: #717184;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.08px;
}
.section__lot__link__link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08px;
}
.section__lot__info {
  display: flex;
  padding: 24px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(233, 240, 251, 0.5);
  padding-bottom: 0;
}
.section__lot__info > div {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.095px;
}
.section__lot__info__created {
  padding-left: 12px;
  border-left: 1px solid rgba(233, 240, 251, 0.5);
}
.section__lot__buy {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section__lot__price {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  display: flex;
  gap: 6px;
}
.section__lot__price span {
  color: #5f78fa;
}
.section__lot__description {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(233, 240, 251, 0.5);
  border-bottom: 1px solid rgba(233, 240, 251, 0.5);
  color: #717184;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.section__lot__description ul {
  margin: 20px 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section__lot__description ul li {
  list-style-type: disc;
}
.section__lot__created {
  color: #717184;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.section__lot__seller {
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid #e9f0fb;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section__lot__seller__account {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.section__lot__seller__account img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.section__lot__seller__account__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.section__lot__seller__account__info__text {
  color: #717184;
  font-size: 13px;
}
.section__lot__seller__account__info__name {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09px;
}
.section__lot__seller__link {
  padding: 0 24px;
  height: 50px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e9f0fb;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.07px;
}
.section__lot__seller__link img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section__lot__bid__history {
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid #e9f0fb;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
  background: linear-gradient(180deg, rgba(255, 128, 0, 0.2) 0%, rgba(255, 85, 0, 0.2) 50%);
}

.section__lot__bid__history__title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09px;
}

.bid-history__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  color: #717184;
}
.bid-history__row + .bid-history__row {
  margin-top: 8px;
}

.bid-history__row-inner {
  display: flex;
  align-items: center;
}

.bid-history__col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bid-history__col--vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}


.bid-history__user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bid-history__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.bid-history__name {
  font-weight: 500;
  color: #333;
}

.bid-history__amount {
  font-size: 18px;
  font-weight: 900;
  color: #999;
}

.bid-history__amount__sign {
  font-size: 18px;
  font-weight: 900;
  color: #999;
}

.bid-history__row.first .bid-history__amount {
  color: #1b1b1d;
  font-weight: 900;
}

.bid-history__row.first .bid-history__amount__sign {
  color: #1d1ddd;
  font-weight: 900;
}

.bid-history__date {
  color: #999;
  font-size: 13px;
  white-space: nowrap;
}

.btn__bid__history {
  border-radius: 58px;
  background: linear-gradient(90deg, #ff8000 0%, #ff5500 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn__bid__history:after {
  border-radius: 58px;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #20a6f7 0, #5f78fa 100%);
}

.bid-history__actions {
  margin-left: 5px;
  display: flex;
  gap: 8px;
}

.btn__accept,
.btn__decline {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}

.btn__accept:hover {
  color: green;
}

.btn__decline:hover {
  color: red;
}

.section__featured {
  padding-top: 40px;
}
.section__featured__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section__featured__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.section__mycontent__lot__image .lot__image {
  height: 154px;
}
@media (max-width: 1024px) {
  .section__lot__body {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section__lot__inner {
    padding: 12px;
    border-radius: 16px;
  }
  .section__lot__head {
    gap: 12px;
  }
  .section__lot__img {
    width: 75px;
    height: 75px;
  }
  .section__lot__name h3 {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.16px;
  }
  .section__lot__link {
    margin-top: 12px;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 12px;
    border-radius: 12px;
    gap: 4px;
  }
  .section__lot__link .btn__small {
    display: none;
  }
  .section__lot__link__text {
    font-size: 12px;
  }
  .section__lot__link__link {
    font-size: 12px;
  }
  .section__lot__info {
    padding: 12px 0;
    margin: 12px 0;
  }
  .section__lot__info > div {
    font-size: 13px;
  }
  .section__lot__info__created {
    border: none;
  }
  .section__lot__buy {
    justify-content: space-between;
  }
  .section__lot__buy .btn__buy {
    font-size: 12px;
    height: 40px;
  }
  .section__lot__price {
    padding: 12px 0;
    font-size: 16px;
  }
  .section__lot__description {
    padding: 12px 0;
    margin: 12px 0;
    font-size: 12px;
  }
  .section__lot__description ul {
    margin: 12px 0;
    padding-left: 16px;
  }
  .section__lot__created {
    font-size: 12px;
  }
  .section__lot__seller {
    padding: 12px;
  }
  .section__featured__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .section__mycontent__lot__image .lot__image {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .section__featured__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .section__featured__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
