.pp-product-detail__request-note {
  max-width: 640px;
  color: #6b7787;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.pp-product-detail__quantity {
  display: inline-grid;
  gap: 5px;
  min-width: 112px;
}

.pp-product-detail__quantity span {
  color: #6b7787;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pp-product-detail__quantity input {
  width: 112px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d4dde7;
  border-radius: 5px;
  background: #fff;
  color: var(--pp-ink);
  font-size: 15px;
  font-weight: 900;
  outline: 0;
}

.pp-product-detail__quantity input:focus {
  border-color: rgba(226, 0, 15, .45);
  box-shadow: 0 0 0 3px rgba(226, 0, 15, .08);
}

.pp-product-detail__aside-cart {
  display: grid;
  gap: 8px;
}

.pp-product-detail__quantity--aside,
.pp-product-detail__quantity--aside input {
  width: 100%;
}

.pp-product-detail__aside .pp-product-detail__aside-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pp-red);
  border-radius: 5px;
  border-color: var(--pp-red);
  background: var(--pp-red);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pp-product-detail__aside .pp-product-detail__aside-action:hover,
.pp-product-detail__aside .pp-product-detail__aside-action:focus-visible {
  border-color: var(--pp-red-dark);
  background: var(--pp-red-dark);
  color: #fff;
}

.pp-product-detail__aside-list {
  display: grid;
  gap: 8px;
  margin: 4px 0 8px;
  padding: 12px 0;
  border-top: 1px solid #dbe3eb;
  border-bottom: 1px solid #dbe3eb;
  color: var(--pp-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.pp-product-detail__aside-list li {
  position: relative;
  padding-left: 14px;
}

.pp-product-detail__aside-list li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pp-red);
  content: "";
}

.pp-product-detail__aside-phones {
  display: grid;
  gap: 8px;
}

@media (max-width: 640px) {
  .pp-product-detail__quantity,
  .pp-product-detail__quantity input {
    width: 100%;
  }
}
