.sc--flex {
  display: flex;
}
.sc--hstack {
  flex-direction: row;
}
.sc--vstack {
  flex-direction: column;
}
.sc--width-3-4 {
  width: 75%;
}
.block {
  display: block;
  width: 100%;
}
.product-meta__taxes-included {
  color: #888;
  font-size: 11px;
  margin-top: 4px;
  line-height: 1.2;
}
