.product-status {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 6px;
  color: #AEB6BE;
  font-size: 12px; }
  .product-status span {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: inherit;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center; }
  .product-status__content {
    white-space: nowrap;
    font-weight: 600; }
  @media (max-width: 575px) {
    .product-status {
      gap: 4px;
      font-size: 10px; } }

.product-control .product-status {
  font-size: inherit;
  font-weight: 600;
  gap: 8px; }
  .product-control .product-status span {
    width: 8px;
    height: 8px; }
