@media (max-width: 768px) {
  .header-container {
    display: none;
  }
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.shop-link {
  background: #111;
  width: 64px;
  height: auto;
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 50;
  padding: 8px 16px;
  color: #fff;
  padding: 8px auto;
}
.shop-link:hover {
  background: #d8d520;
  color: #111;
  font-weight: bold;
}
.shop-link .shop-cart {
  padding: 4px;
}
.shop-link .white:hover {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}/*# sourceMappingURL=header.css.map */