.darms-product-grid__actions {
  display: flex;
  justify-content: center;
  margin: 28px 0 12px;
}

.darms-product-grid__more {
  min-width: 180px;
  max-width: 100%;
  padding: 12px 24px;
  border: 1px solid #555;
  border-radius: 2px;
  background: #fff;
  color: #333;
  font: inherit;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.darms-product-grid__more:hover { background: #f4f4f4; }
.darms-product-grid__more:focus-visible { outline: 2px solid #2271b1; outline-offset: 3px; }
.darms-product-grid__more:disabled { opacity: .65; cursor: wait; }
.darms-product-grid__more[hidden] { display: none; }
.darms-product-grid__status { text-align: center; font-size: 13px; }
.darms-product-grid__status:empty { display: none; }
