*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background-color: #c0c0c0;
  font-family: "Helvetica", sans-serif;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.page-width {
  width: 995px;
  max-width: 995px;
  margin-inline: auto;
  background-color: white;
}
.page-inner {
  padding: 15px 25px;
}
.cart-icon {
  fill: white;
  width: 17px;
}
.cart-icon *:focus {
  outline: none;
}
.xf-content-height {
  min-height: 0 !important;
  margin: 0 !important;
}
