.price {
  display: grid;
  gap: 0.4rem;
}

.price ins {
  color: rgb(var(--color-primary-900));
  text-decoration: none;
  line-height: 1;
}

.price del,
.price small {
  color: rgb(var(--color-neutral-800));
}

.price__sale {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
