
.hotsale-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #ff09f5;
  padding: 20px;
  width: 100%;
  max-width: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.hotsale-card .hit-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 270px;
  margin-left: 215px;
}

.hotsale-card .hit-circle p {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.hotsale-card .fire-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 190px;
  margin-left: 215px;
}

.hotsale-card .percent-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 270px;
  margin-right: 215px;
}

.hotsale-card .percent-circle p {
  font-size: 10px;
  color: white;
  font-weight: 500;
}

.hotsale-card .stars {
  width: 120px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.hotsale-card .buy-card-block {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hotsale-card .buy-button {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  font-weight: 500;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 48px;
  font-size: 22px;
}

.hotsale-card .price-card-block {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.hotsale-card .card-oldprice {
  font-size: 20px;
  color: #e32020;
  font-weight: 600;
  text-decoration: line-through;
}

.hotsale-card .card-price {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.hotsale-cards-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.block-small-description {
  margin-bottom: 20px;
}

.hotsale-cards-two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.hotsale-cards-two:not(:last-child) {
  margin-bottom: 20px;
}

.hotsale-cards {
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 1319px) {
  .hotsale-cards-four {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }

  .hotsale-cards-two {
    justify-content: center;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .hotsale-cards-two {
    flex-direction: column;
  }
  .hotsale-cards-two .hotsale-card:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.hotsale-desc {
  margin-left: 278px;
}

@media screen and (max-width: 1835px) {
  .hotsale-desc {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .hotsale-desc {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1319px) {
  .hotsale-desc {
    margin-left: 0;
  }
}

@media screen and (max-width: 680px) {
  .hotsale-cards-four {
    display: flex
    ;
            align-items: center;
            justify-content: center;
            flex-direction: column;
  }
}
