/** Shopify CDN: Minification failed

Line 11:13 Expected ")" to end URL token
Line 18:13 Expected ")" to end URL token
Line 25:13 Expected ")" to end URL token
Line 32:13 Expected ")" to end URL token

**/
@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Light"|asset_url}}) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Medium"|asset_url}}) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Book"|asset_url}}) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Bold"|asset_url}}) format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* @font-face {
  font-family: "Gotham";
  src: url("Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("Gotham-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("Gotham-Book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("Gotham-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
} */

/* @font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Light.otf"|asset_url}}) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Medium"|asset_url}}) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Book"|asset_url}}) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url({{"Gotham-Bold"|asset_url}}) format("opentype");
  font-weight: 600;
  font-style: normal;
}
 */

* {
  /* font-family: "Gotham"; */
}

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

.grey-body {
  background: linear-gradient(#f3f3f3, #ffffff);
  min-height: 100vh;
}

.grey-body .masthead:hover {
  background-color: white;
}

.grey-body .masthead.is-sticky {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}

.grey-body .masthead {
  background: transparent;
}

:root {
  --purple500: #bea3cc;
  --purple700: #693384;
  --purple800: #430065;
  --purple900: #220033;
  --grey500: #665e6a;
  --grey800: #302302;
  --spacing-1: 2px;
  --spacing-2: 4px;
  --spacing-3: 8px;
  --spacing-4: 16px;
  --spacing-5: 24px;
  --spacing-6: 40px;
  --spacing-7: 64px;
  --bp1: 390px;
  --bp2: 1024px;
  --bp3: 1728px;
  --bp4: 2560px;
}

/*
 *  Defaults
 * */

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

html,
body {
  font-family: "Gotham", europa, sans-serif;
  font-weight: 300;
}

body {
  margin: 0;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(217, 217, 217, 0.64);
  backdrop-filter: blur(20px);
  width: 100vw;
  height: 100vh;
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 225ms ease;
}

.is-aside-open::before {
  visibility: visible;
  opacity: 1;
}

.is-aside-open {
  overflow: hidden;
}

.is-aside-open .cart-aside {
  transform: translateX(0);
}

.container {
  width: 100%;
  max-width: 2560px;
  margin: 0px auto;
  padding: 0 var(--spacing-4);
}

@media screen and (min-width: 1024px) {
  .container {
    padding: 0 var(--spacing-5);
  }
}

/*
 *  Text styling
 * */
p {
  font-size: var(--purple900);
  font-weight: 400;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

button {
  font-family: inherit;
}

.button-naked {
  background: none;
  border: none;
  padding: 0;
}

.mobile-invisible {
  display: none !important;
}

.mobile-visible {
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .mobile-invisible {
    display: flex !important;
  }

  .mobile-visible {
    display: none !important;
  }
}

.body-small {
  font-size: 12px;
  line-height: 16px;
}

.body-regular {
  font-size: 14px;
  line-height: 18px;
}

.body-large {
  font-size: 16px;
  line-height: 24px;
}

.title-hero {
  font-size: 96;
  line-height: 96;
}

.title-1 {
  font-size: 48px;
  line-height: 48px;
}

@media screen and (min-width: 1024px) {
  .title-1 {
    font-size: 48px;
  }
}

.title-2 {
  font-size: 40px;
  line-height: 40px;
}

@media screen and (min-width: 1024px) {
  .title-2 {
    font-size: 48px;
  }
}

.title-3 {
  font-size: 32px;
  line-height: 32px;
}

.title-4 {
  font-size: 24px;
  line-height: 32px;
}

.title-label {
  color: #220033;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 1.5px;
}

.title-5 {
  font-size: 20px;
  line-height: 32px;
}

.button-primary {
  background-color: #430065;
  color: white;
  height: 48px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
}

a.button-primary {
  text-decoration: none;
  display: block;
  line-height: 48px;
}

.is-search-active {
  overflow: hidden;
}

.is-search-active .search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.is-search-active.mobile-navigation-visible .mobile-navigation {
  transform: translate(100vw);
}

.no-pointer {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .is-product #shopify-section-masthead {
    z-index: 5;
  }

  .is-product .masthead {
    background: transparent;
  }

  .is-product .masthead:hover {
    background: white;
  }
}

.mobile-navigation-visible {
  overflow: hidden;
  height: 100dvh;
}

body[data-announcement="true"]:not(.is-product) {
  .mobile-navigation {
    top: 120px;
  }
}
