header {
  height: 320px;
  background: url("../../assets/img/header.png") top / cover no-repeat;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Nerko One';
}

body {
  background: radial-gradient(circle, #000000 10%, transparent 11%);
  background-size: 3em 3em;
  background-color: #ffffff;
  opacity: 1;
}

.image-full img {
  width: 100%;
}

.reflow-shopping-cart .ref-checkout .ref-delivery-card {
  border-radius: 0px;
}

.sc-content img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .header {
    margin-top: 85px;
  }
}

