html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Fraktur';
  src: url("../fonts/ModerneFraktur.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Windsor';
  src: url("../fonts/windsor.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Windsor';
  src: url("../fonts/windsor_extrabold_condensed.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/**
 * Helvetica Neue Normal
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

body {
  background: #ffffff;
  color: #000000;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: 0.833333328vw;
  line-height: 1.2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 3.0769230769vw; } }
  @media screen and (min-width: 1441px) {
    body {
      font-size: 12px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  color: currentColor; }

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden; }
  svg.icon {
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle; }

#symbols {
  display: none; }

a {
  text-decoration: none;
  color: currentColor; }

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; }
  button:focus {
    outline: none; }

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; }

figure {
  margin: 0;
  padding: 0; }

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

img {
  width: 100%;
  display: block;
  height: auto; }

video {
  display: block; }

.loader {
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0s, -webkit-transform 0s ease 0s;
  transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0s, -webkit-transform 0s ease 0s;
  transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0s, transform 0s ease 0s;
  transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0s, transform 0s ease 0s, -webkit-transform 0s ease 0s; }
  .overlay .loader {
    color: #000000; }
  .no-loader .loader {
    -webkit-transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 1s, -webkit-transform 0s ease 2s;
    transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 1s, -webkit-transform 0s ease 2s;
    transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 1s, transform 0s ease 2s;
    transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 1s, transform 0s ease 2s, -webkit-transform 0s ease 2s; }
  .initialised .loader {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  @media screen and (max-width: 640px) {
    .loader__artist {
      display: block; } }
  .loader__title {
    font-size: 3.055555536vw;
    width: 100%;
    font-weight: 400;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; }
    .loader__title span {
      font-family: "Fraktur", sans-serif; }
    @media screen and (max-width: 640px) {
      .loader__title {
        font-size: 7.6923076923vw; } }
    @media screen and (min-width: 1441px) {
      .loader__title {
        font-size: 44px; } }
    .loader__title .word {
      display: inline-block;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
      opacity: 1;
      padding-bottom: 1vw;
      margin-bottom: -1vw;
      -webkit-transform: scaleY(0) rotateX(90deg);
              transform: scaleY(0) rotateX(90deg);
      -webkit-transform-origin: 50%;
              transform-origin: 50%; }
      .load .loader__title .word {
        opacity: 1;
        -webkit-transform: scaleY(1) rotateX(0deg);
                transform: scaleY(1) rotateX(0deg);
        -webkit-transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), transform 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
      .initialised .loader__title .word {
        -webkit-transition-duration: 0s;
                transition-duration: 0s; }

.cart {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11000;
  font-size: 0.902777772vw;
  line-height: 1.5;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0.5s;
  transition: -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0.5s;
  transition: transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0.5s;
  transition: transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0.5s, -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0.5s; }
  .has-cart .cart {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0s;
    transition: -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0s;
    transition: transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0s;
    transition: transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0s, -webkit-transform 0s cubic-bezier(0.59, 0.01, 0.28, 1) 0s; }
  @media screen and (max-width: 640px) {
    .cart {
      font-size: 3.3333333333vw; } }
  @media screen and (min-width: 1441px) {
    .cart {
      font-size: 13px; } }
  .cart button {
    color: currentColor; }
  .cart__close {
    width: 1.38888888vw;
    height: 1.38888888vw;
    position: absolute;
    right: 1.38888888vw;
    top: 1.38888888vw;
    z-index: 3; }
    @media screen and (max-width: 640px) {
      .cart__close {
        width: 5.1282051282vw;
        height: 5.1282051282vw;
        right: 5.1282051282vw;
        top: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .cart__close {
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px; } }
    .cart__close svg {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1); }
    .cart__close:hover svg {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .cart__header {
    margin-bottom: 2em; }
    .cart__header p {
      margin-top: 0; }
  .cart__empty {
    display: none; }
  .cart__bg {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1) 0s; }
    .has-cart .cart__bg {
      opacity: .85;
      -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1) 0s;
      transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1) 0s; }
  .cart__content {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 25.69444428vw;
    z-index: 2;
    background: #000000;
    color: #ffffff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.38888888vw;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1); }
    .has-cart .cart__content {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.5s cubic-bezier(0.59, 0.01, 0.28, 1); }
    @media screen and (max-width: 640px) {
      .cart__content {
        width: 100%;
        padding: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .cart__content {
        width: 370px;
        padding: 20px; } }
  .cart__items {
    margin-bottom: auto;
    width: 100%; }
  .cart .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    @media screen and (max-width: 640px) {
      .cart .item {
        margin-bottom: .75em;
        padding-top: .5em; } }
    .cart .item:first-child {
      border: none; }
    .cart .item__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 2em; }
  .cart__footer {
    width: 100%; }
  .cart__total {
    margin-bottom: 0; }
  .cart__message {
    margin-top: 0;
    margin-bottom: 1.5em; }

.checkout-button {
  background: #ffffff;
  color: #000000;
  width: 100%;
  height: 2.222222208vw; }
  @media screen and (max-width: 640px) {
    .checkout-button {
      height: 8.2051282051vw; } }
  @media screen and (min-width: 1441px) {
    .checkout-button {
      height: 32px; } }

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .quantity__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .quantity__button {
    font-size: 1.04166666vw;
    font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 700;
    width: 1.04166666vw;
    height: 1.04166666vw;
    line-height: 1; }
    @media screen and (max-width: 640px) {
      .quantity__button {
        font-size: 5.1282051282vw;
        width: 5.1282051282vw;
        height: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .quantity__button {
        font-size: 15px;
        width: 15px;
        height: 15px; } }
  .quantity__num {
    display: block;
    width: 1.527777768vw;
    height: 1.527777768vw;
    border: 0.138888888vw solid #ffffff;
    margin-left: .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.763888884vw;
    font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 640px) {
      .quantity__num {
        width: 5.641025641vw;
        height: 5.641025641vw;
        border-radius: 2.8205128205vw;
        border: 0.5128205128vw solid #ffffff; } }
    @media screen and (min-width: 1441px) {
      .quantity__num {
        width: 22px;
        height: 22px;
        border-radius: 11px;
        border: 2px solid #ffffff; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
  padding: 1.5em 0 1em;
  color: #000000; }
  @media screen and (max-width: 640px) {
    .header {
      padding: 1em 0 1em; } }
  .header--home {
    color: #ffffff; }
    .overlay .header--home {
      color: #000000; }
  .header--white {
    background-color: #ffffff; }
  .header--grey {
    background-color: #ebeae8; }
    .has-menu .header--grey {
      background-color: #ffffff; }
  .header__cart {
    position: absolute;
    right: 2.08333332vw;
    top: 1.38888888vw;
    z-index: 4;
    font-size: 0.833333328vw;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .header__cart {
        right: 5.1282051282vw;
        top: 3.8461538461vw;
        font-size: 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .header__cart {
        right: 30px;
        top: 20px;
        font-size: 12px; } }
    .header__cart .open-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .header__mobile {
    position: absolute;
    z-index: 4;
    display: none;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .header__mobile {
        display: block;
        left: 5.1282051282vw;
        top: 3.8461538461vw;
        font-size: 3.3333333333vw; } }
    .has-menu .header__mobile {
      color: #000000; }
  @media screen and (max-width: 640px) {
    .header__carttext {
      display: none; } }
  .header__cartitems {
    width: 1.38888888vw;
    height: 1.38888888vw;
    border-radius: 0.69444444vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000000;
    color: #ffffff;
    margin-left: 0.34722222vw; }
    @media screen and (max-width: 640px) {
      .header__cartitems {
        width: 5.1282051282vw;
        height: 5.1282051282vw;
        border-radius: 2.5641025641vw;
        margin-left: 1.2820512821vw; } }
    @media screen and (min-width: 1441px) {
      .header__cartitems {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        margin-left: 5px; } }
  .header__logo {
    width: 3.4069444226vw;
    height: 1.7263888778vw;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .header__logo {
        width: 11.4358974359vw;
        height: 5.7948717949vw; } }
    @media screen and (min-width: 1441px) {
      .header__logo {
        width: 3.4069444226vw;
        height: 1.7263888778vw; } }

.menu {
  font-size: 0.833333328vw;
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500;
  padding: 0;
  letter-spacing: .04em;
  line-height: 1.5;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.51388886vw;
  z-index: 100; }
  .menu--home {
    color: #ffffff; }
    .overlay .menu--home {
      color: #000000; }
  @media screen and (max-width: 640px) {
    .menu {
      font-size: 2.8205128205vw;
      position: fixed;
      padding: 15.3846153846vw 5.1282051282vw 5.1282051282vw;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
      .has-menu .menu {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        color: #000000; } }
  @media screen and (min-width: 1441px) {
    .menu {
      font-size: 12px;
      padding: 0;
      top: 65px; } }
  @media screen and (max-width: 640px) {
    .menu__container {
      font-size: 3.3333333333vw; } }
  .menu__mobile {
    display: none; }
    @media screen and (max-width: 640px) {
      .menu__mobile {
        display: block;
        padding: 0 1.8em 6em;
        font-size: 2.5641025641vw; } }
    .menu__mobile p {
      margin-top: 0;
      margin-bottom: 2em; }
    .menu__mobile .menu__title {
      margin-bottom: 0;
      font-size: 2.5641025641vw; }
  .menu__row {
    margin-top: .2em; }
    .menu__row a, .menu__row span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin: 0 .6em; }
      @media screen and (max-width: 640px) {
        .menu__row a, .menu__row span {
          margin: 0;
          line-height: 2; } }
    .menu__row a:after {
      content: attr(data-name);
      display: block;
      height: 0;
      overflow: hidden;
      font-style: normal;
      padding: 0 .02em; }
    @media screen and (max-width: 640px) {
      .menu__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu__row:first-child {
          margin-bottom: 1.5em; } }
  @media screen and (max-width: 640px) {
    .menu__title {
      font-size: 3.0769230769vw; } }
  .menu a:hover, .menu a.active {
    font-style: italic; }
    .menu a:hover:after, .menu a.active:after {
      content: attr(data-name);
      font-style: normal; }

.content {
  padding-top: 20em;
  background-color: #eee; }

.signup-mobile {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2em; }
  .signup-mobile__container {
    width: 100%;
    overflow: hidden;
    font-family: "Windsor", sans-serif;
    font-weight: 800;
    font-size: 3.5897435897vw; }
  .signup-mobile__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-animation: news 4s infinite linear;
            animation: news 4s infinite linear; }
  .signup-mobile__el {
    white-space: nowrap;
    width: 60vw; }
  @media screen and (max-width: 640px) {
    .signup-mobile {
      display: block; } }

.signup {
  display: inline-block;
  position: relative;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  font-family: "Windsor", sans-serif;
  font-weight: 800;
  font-size: 0.902777772vw; }
  @media screen and (max-width: 640px) {
    .signup {
      font-size: 3.3333333333vw; } }
  @media screen and (min-width: 1441px) {
    .signup {
      font-size: 13px; } }
  .signup .track {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 .2em; }
    .signup .track:before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 .2em; }
  .signup:hover .track {
    -webkit-animation: menu 1s infinite linear;
            animation: menu 1s infinite linear; }

.add-to-cart {
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  .add-to-cart:after {
    content: '';
    display: block;
    width: 96%;
    height: 1px;
    margin: 0 auto;
    background-color: currentColor; }
  .add-to-cart .track {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 .2em; }
    .add-to-cart .track:before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 .2em; }
  .add-to-cart:hover .track {
    -webkit-animation: menu 1s infinite linear;
            animation: menu 1s infinite linear; }

.shop-covers {
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: 1.319444436vw;
  margin-top: 1em;
  color: #000000;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  @media screen and (max-width: 640px) {
    .shop-covers {
      font-size: 4.8717948718vw; } }
  @media screen and (min-width: 1441px) {
    .shop-covers {
      font-size: 19px; } }
  .shop-covers:after {
    content: '';
    display: block;
    width: 96%;
    height: 1px;
    margin: 0 auto;
    background-color: currentColor; }
  .shop-covers .track {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 .2em; }
    .shop-covers .track:before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 .2em; }
  .shop-covers:hover .track {
    -webkit-animation: menu 1s infinite linear;
            animation: menu 1s infinite linear; }

@-webkit-keyframes news {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@keyframes news {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes menu {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes menu {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.no-cursor {
  cursor: none; }
  @media screen and (max-width: 640px) {
    .no-cursor {
      cursor: default; } }
  .no-cursor a:hover {
    cursor: none; }
    @media screen and (max-width: 640px) {
      .no-cursor a:hover {
        cursor: default; } }

.cursor {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
  mix-blend-mode: difference; }
  @media screen and (max-width: 640px) {
    .cursor {
      display: none; } }

.cursor-inner {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  z-index: 50000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: border-radius,background-color,-webkit-transform;
  transition-property: border-radius,background-color,-webkit-transform;
  transition-property: border-radius,transform,background-color;
  transition-property: border-radius,transform,background-color,-webkit-transform; }

.cursor.is-pressed .cursor-inner {
  -webkit-transform: translate(-50%, -50%) scale(0.8) rotate(-15deg);
          transform: translate(-50%, -50%) scale(0.8) rotate(-15deg); }

.cursor[data-mode=button] .cursor-inner {
  border-radius: 0;
  -webkit-transform: scale(1.2) rotate(45deg);
          transform: scale(1.2) rotate(45deg); }

.cursor[data-mode=next] .cursor-inner {
  border-radius: 0;
  width: auto;
  height: auto;
  background: none; }
  .cursor[data-mode=next] .cursor-inner:before {
    content: "Next";
    font-family: "Fraktur", sans-serif;
    font-size: 1.04166666vw;
    color: #ffffff; }
    @media screen and (min-width: 1441px) {
      .cursor[data-mode=next] .cursor-inner:before {
        font-size: 15px; } }

.cursor[data-mode=prev] .cursor-inner {
  border-radius: 0;
  width: auto;
  height: auto;
  background: none; }
  .cursor[data-mode=prev] .cursor-inner:before {
    content: "Prev";
    font-family: "Fraktur", sans-serif;
    font-size: 1.04166666vw;
    color: #ffffff; }
    @media screen and (min-width: 1441px) {
      .cursor[data-mode=prev] .cursor-inner:before {
        font-size: 15px; } }

.cursor[data-mode=expanded] .cursor-inner {
  border-radius: 0;
  width: 0;
  height: 0;
  top: 3px;
  background: none;
  left: -6px;
  border-left: 6px solid rgba(255, 0, 0, 0);
  border-right: 6px solid rgba(255, 0, 0, 0);
  border-top: 8px solid #ffffff;
  -webkit-transform: scale(1.6);
          transform: scale(1.6); }

.cursor[data-mode=button].is-pressed .cursor-inner,
.cursor[data-mode=expanded].is-pressed .cursor-inner,
.cursor[data-mode=link].is-pressed .cursor-inner {
  -webkit-transform: scale(1.2) rotate(50deg);
          transform: scale(1.2) rotate(50deg); }

.cursor[data-mode=hidden] .cursor-inner {
  -webkit-transform: scale(0);
          transform: scale(0); }

.cursor[data-mode=hidden].is-pressed .cursor-inner {
  -webkit-transform: scale(0);
          transform: scale(0); }

.cursor[data-theme=dark] .cursor-inner {
  background: #fff; }

.cursor[data-mode=link] .cursor-inner {
  -webkit-transform: scale(1.75);
          transform: scale(1.75); }

.cursor[data-mode=mouse] .cursor-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 24px;
  border-radius: 6px; }

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); }
  70% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); } }

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); }
  70% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); } }

.page-form {
  margin-top: 5em;
  padding-bottom: 3em; }
  .page-form__title {
    font-family: "Windsor", sans-serif;
    font-weight: 800;
    font-size: 0.902777772vw;
    color: #000000; }
    @media screen and (max-width: 640px) {
      .page-form__title {
        font-size: 3.3333333333vw; } }
    @media screen and (min-width: 1441px) {
      .page-form__title {
        font-size: 13px; } }
  .page-form__form {
    height: 10em; }
  .page-form__insta {
    color: #000000; }

.main-form {
  width: 100%;
  position: fixed;
  top: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  transition: transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  transition: transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1); }
  .has-subscribe .main-form {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    overflow: hidden; }

.form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative; }
  .form .fields {
    border-bottom: 1px solid #000000; }
  .form__field--hidden {
    display: none; }
  .form__field .input {
    padding: .3em;
    width: 20em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0;
    border: none;
    background: #ffffff;
    border-radius: 0;
    font-weight: 400; }
    .form__field .input:focus {
      outline: none; }
  .form__close {
    position: absolute;
    left: 50%;
    bottom: 2em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.111111104vw;
    height: 1.111111104vw; }
    @media screen and (max-width: 640px) {
      .form__close {
        width: 4.1025641026vw;
        height: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .form__close {
        width: 16px;
        height: 16px; } }
  .form__submit {
    font-size: 0.763888884vw;
    letter-spacing: .02em;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .form__submit {
        font-size: 2.8205128205vw; } }
    @media screen and (min-width: 1441px) {
      .form__submit {
        font-size: 11px; } }

.cover {
  padding: 11em 0 0 0;
  font-size: 0.763888884vw;
  height: 100%;
  min-height: 100vh;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  transition: transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1), opacity 0.3s ease;
  transition: transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1), opacity 0.3s ease, -webkit-transform 0.25s cubic-bezier(0.59, 0.01, 0.28, 1);
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500; }
  .overlay .cover {
    color: #000000; }
  .has-subscribe .cover {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.35s cubic-bezier(0.59, 0.01, 0.28, 1);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    overflow: hidden; }
  @media screen and (max-width: 640px) {
    .cover {
      font-size: 2.8205128205vw;
      padding: 0;
      min-height: 100svh; } }
  @media screen and (min-width: 1441px) {
    .cover {
      font-size: 11px; } }
  .cover__overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .cover__overlay {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .cover__intro p {
    margin: 0; }
  @media screen and (max-width: 640px) {
    .cover__intro {
      display: none; } }
  .cover .cover-credits {
    position: fixed;
    left: 2em;
    bottom: 2em;
    z-index: 3;
    text-align: left;
    line-height: 1.1;
    opacity: 0;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .cover .cover-credits {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: .75em;
        text-align: center;
        width: 100%; } }
    .cover .cover-credits.cover-selected {
      opacity: 1; }
    .cover .cover-credits__artist {
      font-family: "Fraktur", sans-serif; }
      @media screen and (max-width: 640px) {
        .cover .cover-credits__artist {
          display: inline-block; } }
    .cover .cover-credits__photo {
      font-size: 0.624999996vw; }
      @media screen and (max-width: 640px) {
        .cover .cover-credits__photo {
          font-size: 2.3076923077vw;
          display: inline-block; } }
      @media screen and (min-width: 1441px) {
        .cover .cover-credits__photo {
          font-size: 9px; } }
    .cover .cover-credits p {
      margin: 0; }
  .cover .shop-link {
    width: 8.055555504vw;
    height: 8.055555504vw;
    position: fixed;
    right: 5.55555552vw;
    bottom: 3.4722222vw;
    -webkit-animation: spin 8s linear infinite;
            animation: spin 8s linear infinite; }
    @media screen and (max-width: 640px) {
      .cover .shop-link {
        width: 20.5128205128vw;
        height: 20.5128205128vw;
        right: 5.1282051282vw;
        bottom: 13.5384615385vw; } }
    @media screen and (min-width: 1441px) {
      .cover .shop-link {
        width: 116px;
        height: 116px;
        right: 80px;
        bottom: 50px; } }
  .cover__footer {
    margin-top: 3em;
    padding-bottom: 5em; }
    .cover__footer p {
      margin-bottom: 1em; }
    @media screen and (max-width: 640px) {
      .cover__footer {
        display: none; } }

.current {
  margin-top: 3em; }
  .current__title {
    font-size: 0.69444444vw;
    margin: 0 0 1.5em 0;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .current__title {
        font-size: 3.3333333333vw; } }
    @media screen and (min-width: 1441px) {
      .current__title {
        font-size: 10px; } }
  .current__artists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-family: "Windsor", sans-serif;
    font-weight: 800;
    font-size: 1.874999988vw;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      .current__artists {
        font-size: 6.6666666667vw; } }
    @media screen and (min-width: 1441px) {
      .current__artists {
        font-size: 27px; } }
    .current__artists a {
      -webkit-transition: color .1s ease;
      transition: color .1s ease; }
      @media screen and (max-width: 640px) {
        .current__artists a.is-highlighted {
          color: #000000; } }
      .current__artists a:hover {
        color: #000000; }
        @media screen and (max-width: 640px) {
          .current__artists a:hover {
            color: #000000; } }

.stockist__title {
  font-size: 0.69444444vw;
  margin: 0 0 0 0;
  font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 1441px) {
    .stockist__title {
      font-size: 10px; } }

.stockist p {
  margin-top: 0; }

@media screen and (max-width: 640px) {
  .stockist {
    display: none; } }

.cover-images {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .overlay .cover-images {
    opacity: 0; }
  .cover-images .cover-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1; }
    .cover-images .cover-image--default {
      opacity: 1;
      z-index: 0; }
    .cover-images .cover-image.cover-selected {
      opacity: 1; }
    .cover-images .cover-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.issue-container {
  background-color: #ffffff;
  position: relative; }
  .issue-container__spacer {
    height: 50vh; }

.issue {
  position: sticky;
  top: 0;
  padding-top: 7.63888884vw;
  padding-bottom: 0.69444444vw; }
  @media screen and (max-width: 640px) {
    .issue {
      padding-top: 10.2564102564vw;
      padding-bottom: 23.0769230769vw; } }
  @media screen and (min-width: 1441px) {
    .issue {
      padding-top: 110px;
      padding-bottom: 10px; } }
  .issue__header {
    position: relative;
    height: 38.3104166667vw; }
    @media screen and (max-width: 640px) {
      .issue__header {
        height: 115.046296296vw; } }
  .issue__cover {
    height: 100%;
    position: relative; }
    .issue__cover img {
      height: 100%;
      width: auto;
      display: block; }
    @media screen and (max-width: 640px) {
      .issue__cover {
        width: 94%;
        margin: 0 auto; } }
  .issue__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    font-size: 2.77777776vw;
    width: 100%;
    overflow: visible; }
    @media screen and (max-width: 640px) {
      .issue__title {
        font-size: 6.1538461538vw;
        width: 94%; } }
    @media screen and (min-width: 1441px) {
      .issue__title {
        font-size: 40px; } }
    .issue__title .word {
      display: inline-block;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
      opacity: 1;
      padding-bottom: 1vw;
      margin-bottom: -1vw;
      -webkit-transform: scaleY(0) rotateX(90deg);
              transform: scaleY(0) rotateX(90deg);
      -webkit-transform-origin: 50%;
              transform-origin: 50%; }
      .loaded .issue__title .word {
        opacity: 1;
        -webkit-transform: scaleY(1) rotateX(0deg);
                transform: scaleY(1) rotateX(0deg);
        -webkit-transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), transform 0.35s ease-in calc(53ms * var(--word-index));
        transition: clip-path 0.35s ease-in calc(53ms * var(--word-index)), transform 0.35s ease-in calc(53ms * var(--word-index)), -webkit-transform 0.35s ease-in calc(53ms * var(--word-index));
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  .issue__artist {
    font-family: "Fraktur", sans-serif;
    font-size: 3.055555536vw; }
    @media screen and (max-width: 640px) {
      .issue__artist {
        font-size: 6.4102564103vw;
        display: block; } }
    @media screen and (min-width: 1441px) {
      .issue__artist {
        font-size: 44px; } }
  .issue__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.77777776vw;
    padding: 2.499999984vw 0 2.222222208vw;
    position: sticky;
    top: 3.4722222vw;
    background-color: #ffffff;
    z-index: 2;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500;
    font-size: 1.319444436vw; }
    .issue__head .text-left {
      font-size: 0.972222216vw; }
      @media screen and (max-width: 640px) {
        .issue__head .text-left {
          font-size: 3.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .issue__head .text-left {
          font-size: 14px; } }
    @media screen and (max-width: 640px) {
      .issue__head {
        font-size: 4.1025641026vw;
        padding: 7.6923076923vw 0;
        gap: 2.5641025641vw;
        top: 12.8205128205vw;
        position: relative;
        top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        .issue__head .add-to-cart {
          font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .issue__head {
        font-size: 19px;
        padding: 36px 0 32px;
        gap: 40px;
        top: 50px; } }
    .issue__head .add-to-cart-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .issue__head .add-to-cart-wrapper .spinner {
        width: 1.249999992vw;
        height: 1.249999992vw;
        -webkit-animation: 1s linear infinite;
                animation: 1s linear infinite;
        display: inline-block;
        margin-left: .5em; }
        @media screen and (max-width: 640px) {
          .issue__head .add-to-cart-wrapper .spinner {
            width: 4.6153846154vw;
            height: 4.6153846154vw; } }
        @media screen and (min-width: 1441px) {
          .issue__head .add-to-cart-wrapper .spinner {
            width: 18px;
            height: 18px; } }
  .issue__name {
    font-size: 1.319444436vw;
    margin: 0;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .issue__name {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .issue__name {
        font-size: 19px; } }
  .issue__content {
    font-size: 1.111111104vw;
    margin: 0 auto 0;
    max-width: 58.33333296vw;
    padding: 0 2em;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .issue__content {
        font-size: 3.5897435897vw;
        max-width: 100%;
        margin: 0 auto 0; } }
    @media screen and (min-width: 1441px) {
      .issue__content {
        font-size: 16px;
        max-width: 840px;
        margin: 0 auto 0; } }
    .issue__content p {
      margin-top: 0;
      margin-bottom: .5em; }
  .issue__slider {
    height: 34.722222vw; }
    @media screen and (max-width: 640px) {
      .issue__slider {
        height: 400px; } }
    @media screen and (min-width: 1441px) {
      .issue__slider {
        height: 500px; } }
  .issue .slider {
    overflow: hidden;
    margin: 6.9444444vw 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .issue .slider {
        margin: 12.8205128205vw 0; } }
    @media screen and (min-width: 1441px) {
      .issue .slider {
        margin: 100px 0; } }
    .issue .slider__track {
      width: 100%;
      white-space: nowrap; }
    .issue .slider__container {
      white-space: nowrap;
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .issue .slider .slide {
      width: 31.2499998vw;
      height: 31.2499998vw;
      padding: 0 4em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .issue .slider .slide--large {
        padding: 0;
        margin: 0 4em; }
      .issue .slider .slide--small {
        padding: 5em; }
      @media screen and (max-width: 640px) {
        .issue .slider .slide {
          width: 89.7435897435vw;
          height: 89.7435897435vw; } }
      @media screen and (min-width: 1441px) {
        .issue .slider .slide {
          width: 450px;
          height: 450px; } }
      .issue .slider .slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
  .issue__info {
    font-size: 0.833333328vw;
    color: #808080;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400;
    padding-bottom: 3em; }
    @media screen and (max-width: 640px) {
      .issue__info {
        font-size: 3.0769230769vw;
        padding: 0 1em; }
        .issue__info br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .issue__info {
        font-size: 12px; } }
  .issue__covers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3em auto 2.5em; }
    @media screen and (max-width: 640px) {
      .issue__covers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .issue__covers .issue-cover {
      width: 9.72222216vw;
      margin: 0 1.75em; }
      @media screen and (max-width: 640px) {
        .issue__covers .issue-cover {
          width: 23.0769230769vw;
          margin: 0 1em 2em; } }
      @media screen and (min-width: 1441px) {
        .issue__covers .issue-cover {
          width: 140px; } }
  .issue__specs p {
    margin: 0; }
  .issue .gallery {
    height: 100%;
    position: relative; }
    .issue .gallery__image {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 0;
      opacity: 0;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%); }
      .issue .gallery__image.current {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        z-index: 3;
        -webkit-transition: clip-path 1.25s cubic-bezier(0, 0.98, 0.45, 1) 0.45s;
        transition: clip-path 1.25s cubic-bezier(0, 0.98, 0.45, 1) 0.45s;
        clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%); }
        .loaded .issue .gallery__image.current {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%); }
      .issue .gallery__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.punk {
  padding-bottom: 6.9444444vw; }
  @media screen and (min-width: 1441px) {
    .punk {
      padding-bottom: 100px; } }
  .punk__cover {
    background: #ffffff;
    height: 48.6111108vw;
    min-height: 48.6111108vw;
    padding: 8.33333328vw 0 25px 0;
    position: relative; }
    @media screen and (max-width: 640px) {
      .punk__cover {
        min-height: 102.564102564vw;
        height: 102.564102564vw;
        padding: 0vw 0 0 0; } }
    @media screen and (min-width: 1441px) {
      .punk__cover {
        min-height: 700px;
        height: 700px;
        padding: 120px 0 25px 0; } }
  .punk__button {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 48.6111108vw; }
    @media screen and (max-width: 640px) {
      .punk__button {
        display: none; } }
    @media screen and (min-width: 1441px) {
      .punk__button {
        height: 700px; } }
  .punk__next {
    left: 50%; }
  .punk__slider {
    width: 100%;
    height: 100%; }
    .punk__slider .pslide {
      position: absolute;
      width: 100%;
      height: 41.6666664vw;
      margin: 0 auto;
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 640px) {
        .punk__slider .pslide {
          width: 100%;
          height: 102.564102564vw;
          padding-top: 1em; } }
      @media screen and (min-width: 1441px) {
        .punk__slider .pslide {
          width: 100%;
          height: 600px; } }
      .punk__slider .pslide img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      .punk__slider .pslide:has(img:nth-child(3)) {
        padding-bottom: 3.4722222vw; }
        @media screen and (max-width: 640px) {
          .punk__slider .pslide:has(img:nth-child(3)) {
            padding-bottom: 0; } }
        @media screen and (min-width: 1441px) {
          .punk__slider .pslide:has(img:nth-child(3)) {
            padding-bottom: 50px; } }
        .punk__slider .pslide:has(img:nth-child(3)) img {
          width: 30%;
          height: auto;
          -o-object-fit: unset;
             object-fit: unset;
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0; }
          @media screen and (max-width: 640px) {
            .punk__slider .pslide:has(img:nth-child(3)) img {
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
              .punk__slider .pslide:has(img:nth-child(3)) img:nth-child(2), .punk__slider .pslide:has(img:nth-child(3)) img:nth-child(3) {
                display: none; } }
      .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) {
        padding-bottom: 3.4722222vw; }
        @media screen and (max-width: 640px) {
          .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) {
            padding-bottom: 0; } }
        @media screen and (min-width: 1441px) {
          .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) {
            padding-bottom: 50px; } }
        .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) img {
          width: 38%;
          height: auto;
          -o-object-fit: unset;
             object-fit: unset;
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0; }
          @media screen and (max-width: 640px) {
            .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) img {
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
              .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(2), .punk__slider .pslide:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(3) {
                display: none; } }
    .punk__slider.flickity-enabled .pslide {
      opacity: 1;
      -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .punk__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.77777776vw;
    padding: 2.499999984vw 0 2.222222208vw;
    position: sticky;
    top: 3.4722222vw;
    background-color: #ffffff;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500;
    font-size: 1.319444436vw; }
    .punk__head .text-left {
      font-size: 0.972222216vw; }
      @media screen and (max-width: 640px) {
        .punk__head .text-left {
          font-size: 3.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .punk__head .text-left {
          font-size: 14px; } }
    @media screen and (max-width: 640px) {
      .punk__head {
        font-size: 4.8717948718vw;
        padding: 7.6923076923vw 0;
        gap: 2.5641025641vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        top: 0;
        position: relative; }
        .punk__head .add-to-cart {
          font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .punk__head {
        font-size: 19px;
        padding: 36px 0 32px;
        gap: 40px;
        top: 50px; } }
    .punk__head .add-to-cart-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto; }
      .punk__head .add-to-cart-wrapper .spinner {
        width: 1.249999992vw;
        height: 1.249999992vw;
        -webkit-animation: 1s linear infinite;
                animation: 1s linear infinite;
        display: inline-block;
        margin-left: .5em; }
        @media screen and (max-width: 640px) {
          .punk__head .add-to-cart-wrapper .spinner {
            width: 4.6153846154vw;
            height: 4.6153846154vw; } }
        @media screen and (min-width: 1441px) {
          .punk__head .add-to-cart-wrapper .spinner {
            width: 18px;
            height: 18px; } }
  .punk__name {
    font-size: 1.319444436vw;
    margin: 0;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .punk__name {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .punk__name {
        font-size: 19px; } }
  .punk__content {
    font-size: 1.111111104vw;
    margin: 0 auto 0;
    max-width: 55.5555552vw;
    padding: 0 2em;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .punk__content {
        font-size: 3.5897435897vw;
        max-width: 100%;
        margin: 0 auto 0; } }
    @media screen and (min-width: 1441px) {
      .punk__content {
        font-size: 16px;
        max-width: 800px;
        margin: 0 auto 0; } }
    .punk__content p {
      margin-top: 0;
      margin-bottom: .5em; }
  .punk__info {
    font-size: 0.972222216vw;
    color: #808080;
    margin-top: 1.5em;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .punk__info {
        font-size: 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .punk__info {
        font-size: 14px; } }
  .punk__book {
    width: 13.8888888vw;
    margin: 2.77777776vw auto; }
    @media screen and (max-width: 640px) {
      .punk__book {
        width: 51.282051282vw;
        margin: 10.2564102564vw auto; } }
    @media screen and (min-width: 1441px) {
      .punk__book {
        width: 200px;
        margin: 40px auto; } }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: #ffffff; }

.flickity-button:hover {
  cursor: pointer;
  color: #ebeae8; }

.flickity-button:focus {
  outline: none; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  display: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Fraktur", sans-serif;
  font-size: 1.111111104vw;
  letter-spacing: .02em;
  mix-blend-mode: difference; }
  @media screen and (min-width: 1441px) {
    .flickity-prev-next-button {
      font-size: 16px; } }

.flickity-prev-next-button.previous {
  left: 3.4722222vw; }
  .flickity-prev-next-button.previous:before {
    content: "Prev"; }
  @media screen and (min-width: 1441px) {
    .flickity-prev-next-button.previous {
      left: 50px; } }

.flickity-prev-next-button.next {
  right: 3.4722222vw; }
  .flickity-prev-next-button.next:before {
    content: "Next"; }
  @media screen and (min-width: 1441px) {
    .flickity-prev-next-button.next {
      right: 50px; } }

.flickity-prev-next-button .flickity-button-icon {
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.articles {
  padding-top: 11.11111104vw; }
  @media screen and (max-width: 640px) {
    .articles {
      padding-top: 25.641025641vw; } }
  @media screen and (min-width: 1441px) {
    .articles {
      padding-top: 160px; } }
  .articles__title {
    font-size: 1.111111104vw;
    color: #000000;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400;
    margin-bottom: 0.67em; }
    @media screen and (max-width: 640px) {
      .articles__title {
        font-size: 3.5897435897vw;
        padding: 0 2em; } }
    @media screen and (min-width: 1441px) {
      .articles__title {
        font-size: 16px; } }
  .articles__header {
    padding-bottom: 2.77777776vw; }
    @media screen and (max-width: 640px) {
      .articles__header {
        padding-bottom: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .articles__header {
        padding-bottom: 40px; } }
  .articles__description {
    max-width: 66.66666624vw;
    margin: 0 auto;
    font-size: 0.833333328vw;
    color: #808080;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .articles__description {
        max-width: 90%;
        font-size: 3.0769230769vw; }
        .articles__description br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .articles__description {
        max-width: 960px;
        font-size: 12px; } }

.articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5.55555552vw;
     -moz-column-gap: 5.55555552vw;
          column-gap: 5.55555552vw;
  row-gap: 4em;
  padding: 0 5.55555552vw 2.77777776vw; }
  @media screen and (max-width: 640px) {
    .articles-container {
      grid-template-columns: 1fr;
      margin: 0 auto;
      padding: 0 5.1282051282vw 10.2564102564vw; } }
  @media screen and (min-width: 1441px) {
    .articles-container {
      margin: 0 auto;
      padding: 0 5.55555552vw 2.77777776vw; } }

.article-item__meta {
  font-size: 0.833333328vw;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 2.5em; }
  @media screen and (max-width: 640px) {
    .article-item__meta {
      font-size: 3.0769230769vw; } }
  @media screen and (min-width: 1441px) {
    .article-item__meta {
      font-size: 12px; } }

.article-item__title {
  color: #000000;
  font-size: 0.833333328vw;
  font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 400;
  margin: .5em 0; }
  .article-item__title b {
    font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 700; }
  @media screen and (max-width: 640px) {
    .article-item__title {
      font-size: 3.0769230769vw; } }
  @media screen and (min-width: 1441px) {
    .article-item__title {
      font-size: 12px; } }

.article-item__issue {
  color: #808080;
  font-style: italic;
  margin: .5em 0; }

.article {
  padding-top: 7.63888884vw; }
  @media screen and (min-width: 1441px) {
    .article {
      padding-top: 110px; } }
  .article__cover {
    position: relative; }
  .article__feat-image {
    width: 25%;
    margin: 0 auto; }
  .article__title {
    font-size: 2.77777776vw;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .article__title {
        font-size: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .article__title {
        font-size: 40px; } }
    .article__title .artist {
      font-family: "Fraktur", sans-serif;
      font-size: 3.055555536vw; }
      @media screen and (max-width: 640px) {
        .article__title .artist {
          font-size: 5.8974358974vw; } }
      @media screen and (min-width: 1441px) {
        .article__title .artist {
          font-size: 44px; } }
  .article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.77777776vw;
    padding: 1.38888888vw 0 0.69444444vw;
    position: relative;
    background-color: #ffffff;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500;
    font-size: 1.319444436vw; }
    @media screen and (max-width: 640px) {
      .article__head {
        font-size: 4.8717948718vw;
        padding: 2.5641025641vw 0;
        gap: 2.5641025641vw; } }
    @media screen and (min-width: 1441px) {
      .article__head {
        font-size: 19px;
        padding: 20px 0 10px;
        gap: 40px; } }
  .article__name {
    font-size: 1.111111104vw;
    margin: 0;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .article__name {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .article__name {
        font-size: 16px; } }
  .article__content {
    font-size: 1.111111104vw;
    margin: 2.08333332vw auto 0;
    max-width: 58.33333296vw;
    padding: 0 2em 4em;
    text-align: left;
    font-family: HelveticaNeue, Helvetica Neue, HelveticaNeueRoman, HelveticaNeue-Roman, Helvetica Neue Roman, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .article__content {
        font-size: 3.5897435897vw;
        margin: 5.1282051282vw auto 0;
        max-width: 100%;
        padding: 0 0 2em; } }
    @media screen and (min-width: 1441px) {
      .article__content {
        font-size: 16px;
        max-width: 840px;
        margin: 30px auto 0; } }
    .article__content p {
      margin-top: 0; }
  .article__image {
    max-width: 49.99999968vw;
    margin: 2em auto; }
    @media screen and (max-width: 640px) {
      .article__image {
        max-width: 100%; } }
    @media screen and (min-width: 1441px) {
      .article__image {
        max-width: 660px; } }
    .article__image--p {
      max-width: 31.2499998vw; }
      @media screen and (max-width: 640px) {
        .article__image--p {
          max-width: 84%; } }
      @media screen and (min-width: 1441px) {
        .article__image--p {
          max-width: 450px; } }
  @media screen and (max-width: 640px) {
    .article__text {
      padding: 0 2em; } }
  .article__text a {
    text-decoration: underline; }
  .article__text p {
    margin-bottom: .5em; }

.articles-more {
  padding-bottom: 8em; }
  .articles-more__title {
    font-family: "Windsor", sans-serif;
    font-weight: 800;
    font-size: 0.902777772vw; }
    @media screen and (max-width: 640px) {
      .articles-more__title {
        font-size: 3.3333333333vw; } }
    @media screen and (min-width: 1441px) {
      .articles-more__title {
        font-size: 13px; } }

.imagery {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .imagery__container {
    width: 100%; }
    .imagery__container .images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: 100%;
      -webkit-column-gap: 3em;
         -moz-column-gap: 3em;
              column-gap: 3em;
      row-gap: 3em;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        .imagery__container .images {
          padding: 0;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          -webkit-column-gap: 1.75em;
             -moz-column-gap: 1.75em;
                  column-gap: 1.75em;
          row-gap: 1.75em; } }
      .imagery__container .images a {
        display: block;
        margin: .1em;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        height: 7.222222176vw; }
        @media screen and (max-width: 640px) {
          .imagery__container .images a {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            height: 40vw;
            margin: 0; } }
      .imagery__container .images img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .imagery__container .images .filler {
        width: 7em; }
        @media screen and (max-width: 640px) {
          .imagery__container .images .filler {
            display: none; } }

.slideshow {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10002;
  display: none; }
  .has-gallery .slideshow {
    display: block; }
  .slideshow__close {
    width: 1.38888888vw;
    height: 1.38888888vw;
    position: absolute;
    right: 1.38888888vw;
    top: 1.38888888vw;
    z-index: 3;
    display: block;
    color: #ffffff;
    mix-blend-mode: difference; }
    @media screen and (max-width: 640px) {
      .slideshow__close {
        width: 5.1282051282vw;
        height: 5.1282051282vw;
        right: 5.1282051282vw;
        top: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .slideshow__close {
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px; } }
    .slideshow__close svg {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.3s cubic-bezier(0.59, 0.01, 0.28, 1); }
    .slideshow__close:hover svg {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .slideshow__bg {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .slideshow__container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 2.43055554vw 2.43055554vw 2.43055554vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    @media screen and (max-width: 640px) {
      .slideshow__container {
        padding: 2.5641025641vw 2.5641025641vw 8.9743589744vw; } }
    @media screen and (min-width: 1441px) {
      .slideshow__container {
        padding: 2.43055554vw 2.43055554vw 2.43055554vw; } }
    .slideshow__container[data-full="small"] .slideshow__image {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      justify-self: center;
      height: 60%; }
  .slideshow__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 90%;
    width: 100%; }
    .slideshow__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .slideshow__caption {
    font-size: 0.763888884vw;
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4; }
    @media screen and (max-width: 640px) {
      .slideshow__caption {
        font-size: 2.8205128205vw;
        width: 100%; } }
    @media screen and (min-width: 1441px) {
      .slideshow__caption {
        font-size: 11px; } }
    .slideshow__caption .artist {
      font-family: "Fraktur", sans-serif; }
  .slideshow__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2; }
  .slideshow__nav--next {
    width: 50%; }
  .slideshow__nav--prev {
    width: 50%; }

.shop {
  padding-top: 13.8888888vw;
  padding-bottom: 6.24999996vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 70.83333288vw;
  row-gap: 6em; }
  @media screen and (max-width: 640px) {
    .shop {
      row-gap: 4em;
      padding-top: 23.0769230769vw;
      max-width: 100%;
      padding-bottom: 23.0769230769vw; } }
  @media screen and (min-width: 1441px) {
    .shop {
      padding-top: 200px;
      padding-bottom: 90px;
      max-width: 1020px; } }
  .shop .product {
    width: 22.22222208vw;
    font-size: 0.902777772vw;
    display: block; }
    @media screen and (max-width: 640px) {
      .shop .product {
        font-size: 13px;
        width: 50%; } }
    @media screen and (min-width: 1441px) {
      .shop .product {
        font-size: 13px;
        width: 320px; } }
    .shop .product__image {
      width: 100%;
      height: 22.22222208vw; }
      @media screen and (max-width: 640px) {
        .shop .product__image {
          height: 48.7179487179vw; } }
      @media screen and (min-width: 1441px) {
        .shop .product__image {
          height: 320px; } }
      .shop .product__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .shop .product__title {
      font-size: 0.902777772vw;
      margin: 1.5em 0 0; }
      @media screen and (max-width: 640px) {
        .shop .product__title {
          font-size: 3.0769230769vw; } }
      @media screen and (min-width: 1441px) {
        .shop .product__title {
          font-size: 13px; } }
    .shop .product__price {
      font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      font-weight: 700;
      margin: .25em 0 1em; }
    .shop .product .add-to-cart-button {
      font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto; }
      .shop .product .add-to-cart-button .spinner {
        width: 0.972222216vw;
        height: 0.972222216vw;
        -webkit-animation: 1s linear infinite;
                animation: 1s linear infinite;
        display: inline-block;
        margin-left: .5em; }
        @media screen and (max-width: 640px) {
          .shop .product .add-to-cart-button .spinner {
            width: 3.5897435897vw;
            height: 3.5897435897vw; } }
        @media screen and (min-width: 1441px) {
          .shop .product .add-to-cart-button .spinner {
            width: 14px;
            height: 14px; } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.product-item {
  padding-top: 11.11111104vw;
  padding-bottom: 6.24999996vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6em;
     -moz-column-gap: 6em;
          column-gap: 6em;
  max-width: 66.66666624vw; }
  @media screen and (max-width: 640px) {
    .product-item {
      padding: 17.9487179487vw 2em 2em;
      max-width: 100%;
      grid-template-columns: 1fr; } }
  @media screen and (min-width: 1441px) {
    .product-item {
      padding-top: 160px;
      padding-bottom: 90px;
      max-width: 960px; } }
  .product-item__image {
    padding-left: 2em; }
    @media screen and (max-width: 640px) {
      .product-item__image {
        padding-left: 0; } }
  .product-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right; }
  .product-item__meta {
    text-align: left;
    padding-right: 4em; }
  .product-item__title {
    font-size: 1.38888888vw;
    margin: .5em 0; }
    @media screen and (max-width: 640px) {
      .product-item__title {
        font-size: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .product-item__title {
        font-size: 20px; } }
    .product-item__title .price {
      font-family: HelveticaNeueBold, HelveticaNeue-Bold, Helvetica Neue Bold, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      font-weight: 700; }
  .product-item__description {
    margin-bottom: .5em; }
    .product-item__description p {
      margin-bottom: .5em; }
  .product-item__info {
    margin-bottom: .5em; }
  .product-item__issue {
    margin-bottom: .5em; }
  .product-item__print {
    margin-bottom: 2em; }
  .product-item .add-to-cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .product-item .add-to-cart-wrapper .spinner {
      width: 1.249999992vw;
      height: 1.249999992vw;
      -webkit-animation: 1s linear infinite;
              animation: 1s linear infinite;
      display: inline-block;
      margin-left: .5em; }
      @media screen and (max-width: 640px) {
        .product-item .add-to-cart-wrapper .spinner {
          width: 4.6153846154vw;
          height: 4.6153846154vw; } }
      @media screen and (min-width: 1441px) {
        .product-item .add-to-cart-wrapper .spinner {
          width: 18px;
          height: 18px; } }
  .product-item .add-to-cart {
    font-size: 1.319444436vw;
    font-family: HelveticaNeueMedium, HelveticaNeue-Medium, Helvetica Neue Medium, HelveticaNeue, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .product-item .add-to-cart {
        font-size: 4.8717948718vw; } }
    @media screen and (min-width: 1441px) {
      .product-item .add-to-cart {
        font-size: 19px; } }
  .product-item__info {
    color: #808080;
    font-size: 0.833333328vw; }
    @media screen and (max-width: 640px) {
      .product-item__info {
        font-size: 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .product-item__info {
        font-size: 12px; } }
  .product-item__description {
    font-size: 1.111111104vw;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .product-item__description {
        font-size: 3.5897435897vw; } }
    @media screen and (min-width: 1441px) {
      .product-item__description {
        font-size: 16px; } }

/*# sourceMappingURL=style.css.map */
