html {
  background-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

body {
  align-items: stretch;
  background-color: transparent;
  color: #202020;
  display: flex;
  flex-flow: column wrap;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  height: 100%;
  line-height: 1.4;
  max-width: 1678px;
}

a {
  color: inherit;
}
a:visited, a:link {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a[href="#"]:hover {
  cursor: default;
}

#skip-to-content {
  position: absolute;
}

header {
  flex: 0 0 200px;
  position: fixed;
  width: 200px;
  z-index: 1;
}
header .header {
  width: inherit;
}
header .logotype {
  background-image: url("/assets/images/vuu-studio-logotype.svg");
  background-repeat: no-repeat;
  height: 31px;
  left: -2px;
  margin: 0 0 39px;
  position: relative;
}

.nav {
  font-size: 14px;
  list-style: none;
  line-height: 2;
  margin: 0;
  padding: 0;
}

.vuu {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  margin: 35px 40px;
}

.body {
  flex: 1;
  line-height: 1.6;
  margin-left: 240px;
  padding-top: 60px;
  position: relative;
}

input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  display: block;
  font-size: inherit;
  padding: 0.5em;
}

button,
input[type=submit] {
  background-color: #202020;
  border: 1px solid #202020;
  border-radius: 3px;
  font-size: inherit;
  color: #fff;
  padding: 0.5em 1em;
}

select {
  font-size: inherit;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.product {
  display: flex;
}
.product > :first-child {
  margin-right: 60px;
  width: 540px;
}
.product [itemprop=description] {
  line-height: 1;
  margin-top: -5px;
}
.product dd p {
  margin: 2em 0;
}
.product .about-artist {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: italic;
}

@keyframes fade {
  0%, 75% {
    opacity: 1;
  }
  25%, 50% {
    opacity: 0;
  }
}
.slideshow :first-child {
  animation: fade 5s ease-in-out 1s infinite;
  z-index: 1;
}

article {
  line-height: 2.8;
  margin-bottom: 100px;
}
article h2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
article p {
  line-height: 1.5;
  margin: 0.5em 0;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list + * {
  margin-top: 2.5em;
}

.extra {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sold-out {
  color: rgba(0, 0, 0, 0.5);
}

.splash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media (max-width: 1300px) {
  .vuu,
  .vuu > header,
  .product,
  .product > :first-child,
  .product > :last-child,
  .body {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .vuu {
    padding: 30px;
  }
  img {
    max-width: 100%;
    width: auto;
  }
  .splash {
    padding-top: 75%;
  }
}