* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

#container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 10px;
}

.logo {
  height: auto;
  width: 200px;
  margin: 0 auto;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}


.title p {
  display: none;
}

.title h2{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  text-align: center;
  padding: 20px 0px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.onlytitle .product-description {
  display: none;
}

.productBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 10px;
  margin-bottom: 10px;
}

.productBox div {
  margin-right: 60px;
}

.product-price, .product-description {
  font-size: 14px;
}

.product-price {
  font-weight: bold;
}