#amazon-random {
  margin: 24px 0;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  #amazon-random {
    padding: 0;
  }
}
#amazon-random h4 {
  margin: 0 0 16px;
  padding: 4px 8px;
  color: #fff;
  background-color: #ff9900;
  border: none;
}
#amazon-random .items {
  overflow-x: auto;
  margin: auto;
  padding-bottom: 8px;
  display: flex;
  width: fit-content;
  max-width: 100%;
}
#amazon-random .items li {
  margin-right: 16px;
}
#amazon-random .items li:last-child {
  margin-right: 0;
}
#amazon-random .items a {
  display: flex;
  flex-direction: column;
  width: 160px;
  color: #131A22;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
#amazon-random .items .cover-img {
  flex-shrink: 0;
  margin-bottom: 4px;
  width: 160px;
  height: 160px;
}
#amazon-random .items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#amazon-random .items .text {
  display: flex;
  flex-direction: column;
}
#amazon-random .items .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 8px;
  min-height: 48px;
  line-height: 16px;
}
#amazon-random .items .info {
  margin: auto 0 8px;
  display: flex;
  align-items: center;
}
#amazon-random .items .per {
  padding: 0 4px;
  color: #fff;
  background-color: #CC0C39;
  border-radius: 3px;
}
#amazon-random .items .price {
  margin-left: auto;
  color: #ff9900;
}
#amazon-random .items .btn {
  padding: 4px;
  text-align: center;
  color: #fff;
  background-color: #ff9900;
  border-radius: 3px;
}
