html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translate(0);
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.flickity-zoom-button {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: block;
  top: 10px;
  right: 44px;
}

.flickity-rtl .flickity-zoom-button {
  left: 10px;
  right: auto;
}

.flickity-zoom-button-out {
  display: none;
}

.flickity-enabled.is-zoom .flickity-zoom-button-out {
  display: block;
}

.flickity-enabled.is-zoom .flickity-zoom-button-in {
  display: none;
}

.flickity-zoom-button .flickity-button-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.carousel-cell img {
  max-height: 90vh;
}

.carousel-cell {
  max-height: 90vh;
  min-width: 100%;
  text-align: center;
}

.carousel {
  width: 100%;
  margin-bottom: 30px;
}

.carousel.is-fullscreen {
  max-height: initial;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

:root {
  --backgroundColor: black;
}

body {
  background: var(--backgroundColor);
  color: #fff;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  line-height: 1.6;
}

header {
  height: 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

header h1 img {
  max-width: 100%;
}

h1 {
  text-align: center;
  animation: 4s ease-in forwards fadein;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}

.skull-wrapper {
  width: 100%;
  max-width: 570px;
  height: 100%;
  max-height: 570px;
  margin: 0 auto;
  animation: 1.4s ease-in forwards fadein;
  position: relative;
}

@media (width <= 400px) {
  .skull-wrapper {
    height: 360px;
  }
}

.skull-wrapper #eyes {
  z-index: 2;
  margin-top: 6%;
  animation: 2.5s ease-in forwards fadein;
  display: inline-block;
  position: absolute;
  transform: scale(.34);
}

.skull-wrapper #skull {
  position: absolute;
}

.intro {
  margin-top: 40px;
}

.intro p {
  max-width: 786px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
}

.scroll {
  margin-top: 30px;
  animation: 6s ease-in forwards fadein;
  position: relative;
}

.scroll span {
  width: 30px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #ffffffad;
  border-radius: 50px;
  margin-left: -15px;
  position: absolute;
  top: 0;
  left: 50%;
}

.scroll span:before {
  content: "";
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 100%;
  margin-left: -3px;
  animation: 2s infinite scroll;
  position: absolute;
  top: 10px;
  left: 50%;
}

.shop {
  color: #000;
  background-color: #fff;
}

.shop h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 1;
}

.shop h3 {
  font-size: 32px;
  line-height: 1;
}

.shop p {
  max-width: 768px;
  text-align: center;
  margin: 0 auto 10px;
}

.shop .shop-wrapper {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
}

.shop .item {
  width: 100%;
  min-height: 400px;
  color: #222;
  background: #eee;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop .item img {
  max-width: 100%;
}

.shop .item .item-img-wrapper {
  min-height: 385px;
}

.shop .item .item-img-wrapper img {
  border-radius: 24px;
}

.shop .item.multiple img:last-of-type {
  display: none;
}

.shop .item.multiple:hover img:last-of-type {
  display: block;
}

.shop .item.multiple:hover img:first-of-type {
  display: none;
}

.shop .item-info {
  text-align: center;
  padding: 0 0 10px;
  font-size: 20px;
}

.shop .item-info p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

.shop .contact {
  text-align: center;
}

.shop .contactnr {
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.shop .contactnr a {
  color: #ccc;
  background: #000;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-inner svg {
  width: 32px;
  fill: #fff;
}

.buy {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  margin: auto 0 10px;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

