.vp-product-fields,
.vp-product-fields * {
  box-sizing: border-box;
}

.vp-product-fields--card {
  width: 100%;
  min-width: 0;
  margin: 10px 0 12px;
  color: #6f6b5e;
  font-size: 12px;
  line-height: 1.55;
}

.vp-product-fields__top {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.vp-product-ref,
.vp-product-ref-line {
  color: #1c1b1a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vp-product-status {
  display: inline-block;
  max-width: 100%;
  padding: 3px 8px;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: normal;
}

.vp-product-status--instock {
  background: #5c7a5c;
}

.vp-product-status--reserved {
  background: #b3833f;
}

.vp-product-status--sold {
  background: #9a5a52;
}

.vp-product-details {
  overflow-wrap: anywhere;
}

.vp-product-country {
  margin-top: 5px;
  color: #b3833f;
  overflow-wrap: anywhere;
}

.vp-product-country span {
  color: #6f6b5e;
}

.vp-product-spec {
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.vp-product-spec .vp-product-status {
  margin-left: 4px;
  vertical-align: middle;
}

button.vp-product-buy-disabled,
button.vp-product-buy-disabled:hover,
button.vp-product-buy-disabled:focus {
  cursor: not-allowed;
  opacity: .62;
}

@media (max-width: 767px) {
  .vp-product-fields--card {
    margin-top: 8px;
  }

  .vp-product-fields__top {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .vp-product-status {
    font-size: 9px;
  }
}
