html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2.5em;
  letter-spacing: -0.07em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}


.center {
  opacity: .8;
  justify-content: center;
  /* align-items: center; */
  width: 720px;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timer {
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.image {
  width: 140px;
}

.horse {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  filter: blur(.02em);
  flex-flow: column;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.body {
  color: #222;
  background-image: url("/bg.jpg");
  background-position: 0 0;
  background-size: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
}

.layout {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  padding: 80px;
}

.vflex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-list {
  list-style-type: none;
}

.main-link {
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  text-decoration: none;
}

.italics {
  color: rgb(35, 35, 35);
}

.policy-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  gap: 20px;
  list-style-type: none;
}

.policy-link {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

#policy {
  padding-bottom: 80px;
}

.epic-button {
  position: absolute;
  top: 0px;
  height: 28px;
}

.epic-button > iframe {
  height: 28px !important;
}

.shopify-buy__btn-wrapper {
  margin-top: 0px !important;
}