.order-product {
  padding-bottom: 20px;
}
.order-product__image {}
.order-product__image img {
  max-width: 100%;
  height: auto;
}
.order-product__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-product__name {
  font-family: var(--font_secondary);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 18px;
}
.order-product__features {
  font-size: 13px;
  padding-top: 5px;
}
.order-form__system--field {
  padding-top: 7px;
  font-size: 13px;
}
.order-product__quantity {
  padding: 0 !important;
  display: flex !important;
  overflow: hidden;
}
.order-product__quantity input {
  width: 60px;
  text-align: center;
  border: inherit;
  border-top: 0;
  border-bottom: 0;
  outline: none;
  font-weight: bold;
}
.order-product__quantity button {
  width: 30px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  background: #f4f4f4;
  border: none;
  outline: none;
}
.order-product__price {
  font-size: 18px;
  font-weight: bold;
}
.order-form__files--list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.order-form__files--list a {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  flex: 0 0 20%;
  border-radius: 5px;
  margin-top: 12px;
}