.dokan-event-product-store__shell {
  display: grid;
  gap: 1.5rem;
}

.dokan-event-product-store__controls {
  display: flex;
  justify-content: flex-start;
}

.dokan-event-product-store__controls[hidden] {
  display: none !important;
}

.dokan-event-product-store__groups {
  display: grid;
  gap: 1.5rem;
}

.dokan-event-product-store__groups:empty {
  display: none;
}

.dokan-event-product-group {
  display: grid;
  gap: 0.75rem;
}

.dokan-event-product-group__label {
  margin: 0;
}

.dokan-event-product-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dokan-event-product-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
}

.dokan-event-product-item + .dokan-event-product-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dokan-event-product-item__title {
  font-weight: 600;
  min-width: 0;
  flex; 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dokan-event-product-item__meta {
  display: flex;
  gap: 1.5rem;
}

.dokan-event-product-item__price {
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.dokan-event-product-item__stock {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.dokan-event-product-store__controls button[hidden],
.dokan-event-product-store__button--hidden {
  display: none !important;
}
