.best_seller-container {
  z-index: 1;
  width: 100%;
  background-color: var(--simify-orange);
  height: max-content;
  position: absolute;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid var(--simify-primary);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 4px 0;
  line-height: 21px;
}
