.h001PhoneItemActions {
  align-items: center;
  bottom: 12px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  left: 122px;
  position: absolute;
  right: 12px;
}

.h001PhoneItemActions b {
  color: #ff4b0b;
  font-size: 0.84rem;
  line-height: 1;
  white-space: nowrap;
}

.h001PhoneQty {
  align-items: center;
  background: #fff7ed;
  border: 1px solid rgba(255, 90, 10, 0.35);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 24px 22px 24px;
  min-height: 28px;
  overflow: hidden;
}

.h001PhoneQty button {
  background: transparent;
  border: 0;
  color: #ff4b0b;
  cursor: default;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

.h001PhoneQty strong {
  color: #111827;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 560px) {
  .h001PhoneItemActions {
    left: 96px;
    right: 10px;
  }

  .h001PhoneItemActions b { font-size: 0.72rem; }

  .h001PhoneQty {
    grid-template-columns: 20px 18px 20px;
    min-height: 25px;
  }
}
