

.dropdown--store {
  width: 380px;
  top: calc(var(--total-header) + 6px);
  right: 120px;
}


.store-placeholder {
  padding: 40px 20px;
  text-align: center;
  direction: rtl;
  color: var(--color-text-dim);
}

.store-placeholder i {
  font-size: 2.5rem;
  color: var(--color-border-light);
  margin-bottom: 12px;
}

.store-placeholder p {
  font-size: 0.8rem;
}
