html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  &.-products-product {
    overflow-y: hidden;
  }
}

hr {
  margin: 4rem auto;
  color: $hr-border-color;
  border-top-color: currentColor;
}

strong,
b {
  font-weight: $font-weight-bold;
}
