:root {
  --color-creme: #fbfaf3;
  --color-med-creme: #f0efe5;
  --color-dark-creme: #eae4d5;
  --color-peach: #f5d8c2;
  --color-peach-trans: #f5d8c1cf;
  --size-h1: 65px;
  --size-h1-huge: max(65px, min(17vw, 260px));
  --size-h2: max(45px, min(6vw, 90px));
  --size-h3: max(32px, min(4vw, 60px));
}
#qab_container {
  display: none !important;
}
#admin-bar-iframe {
  display: none;
}
body#recharge-novum #recharge-te {
  z-index: 70 !important;
}
html body#recharge-novum header,
html body body#recharge-novum .site-header {
  z-index: 81 !important;
}
html {
  background: #000;
}
body {
  background: var(--color-creme);
}
* {
  font-family: "Novecentosanswide-Normal";
  -webkit-font-smoothing: antialiased;
}
.room-205,
.room-205 * {
  font-family: Room-205;
  font-weight: 400;
}
.andale,
.andale * {
  font-family: Andale;
}
h1 {
  font-size: var(--size-h1);
  font-family: Room-205;
  letter-spacing: 2px;
  font-weight: 400;
}
h1.huge {
  font-size: var(--size-h1-huge);
}
p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
main {
  position: relative;
}
.container {
  padding: 0 1vw;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.container.narrow {
  max-width: 1200px;
}
.container.page-pad-top {
  padding-top: 20px;
}
.upper {
  text-transform: uppercase;
}
.accent-text {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.bg-video video {
  min-width: 100vw;
  min-height: 100vh;
  flex: 1 1 auto;
  object-fit: cover;
  transition: opacity 0.8s ease;
  z-index: 1;
  position: relative;
}
.bg-video .bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.bg-video video.loaded {
  opacity: 1;
}
.hero {
  background-size: cover;
  background-position: 50% 50%;
  height: 30vw;
}
.hero.large {
  height: 50vw;
}
.shopify-challenge__message {
  padding-top: 120px;
}
.shopify-challenge__button {
  color: #fff;
  background: #000;
  border: none;
  padding: 12px 24px;
}
.cf {
  clear: both;
  width: 100%;
  display: block;
}
.grecaptcha-badge {
  display: none;
}
.shopify-challenge__container {
  color: #fff;
}
.shopify-challenge__container .shopify-challenge__button {
  color: #000;
  background: var(--color-creme);
}
html.tilt *:nth-child(2n) {
  transform: rotate(-0.2deg);
}
@keyframes glitch-3 {
  0%,
  3%,
  5%,
  42%,
  44%,
  to {
    opacity: 1;
    transform: scaleY(1);
  }
  4.3% {
    opacity: 1;
    transform: scaleY(4);
  }
  43% {
    opacity: 1;
    transform: scaleX(10) rotate(60deg);
  }
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
  :root {
    --size-h1: 62px;
    --size-h1-huge: max(60px, min(17vw, 260px));
    --size-h2: max(60px, min(6vw, 90px));
    --size-h3: max(32px, min(4vw, 60px));
  }
  .mobile-only {
    display: block;
  }
  .mobile-only.flex {
    display: flex;
  }
}
#gsGroups {
  background: var(--color-creme);
}
body #gsGroups {
  width: 100%;
  margin: 0;
  max-width: none;
  padding-bottom: 60px;
  padding-top: calc(90px + 4vw);
}
body .gs__cart-page2 {
  width: 100%;
  margin: 0;
  max-width: none;
  padding-bottom: 60px;
  padding-top: calc(90px + 4vw);
  background: var(--color-creme);
}
body .gs__group {
  width: 100%;
  max-width: none;
}
body .gs__sidebar:after {
  display: none;
}
body #gs__toggle-box,
body #gsCrumbs li a {
  background: #eae8df !important;
}
body #gsCrumbs li a:after {
  border-color: transparent transparent transparent #eae8df;
}
body #gsCrumbs li a:after,
#gsCrumbs li a:before {
  border-color: #eae8df;
  background: #eae8df;
}
#gsMultiCheckout,
#gsMultiContinue {
  color: #fff;
  background: #000;
  cursor: pointer;
  border: none;
}
#gsCrumbs li:nth-child(2n) a.active:before,
#gsCrumbs li:nth-child(odd) a.active:before {
  background-color: transparent !important;
}
body .gs__row .selection.gs__dropdown.active,
body .gs__circle-plus .gs__circle,
body .gs__add-line-wrapper {
  border-color: #000;
}
body .gs__add-line-wrapper .gs__add-shipping-address {
  background: transparent;
}
body .gs__circle-plus .gs__circle .gs__horizontal,
body .gs__circle-plus .gs__circle .gs__vertical {
  background: #000;
}
body .gs__add-line-wrapper .gs__add-shipping-address:hover {
  background: #0000001a;
}
body .gs__row .selection.gs__dropdown .menu {
  border-color: #000;
}
body #gsCrumbs li a:active:after,
body #gsCrumbs li a:hover:after,
body #gsCrumbs li:nth-child(2n) a:after,
body #gsCrumbs li a.active:after {
  border-left-color: #eae8df;
}
body .gs__row .selection.active.gs__dropdown .menu {
  z-index: 10;
  pointer-events: all;
}
#ReCharge #content__login {
  background: var(--color-creme);
}
body#recharge-novum .cart-page #recharge-te {
  padding-top: 100px;
}
body#recharge-novum #shopify-section-header header {
  position: absolute !important;
  z-index: 100000000 !important;
  color: #000 !important;
}
body#recharge-novum #shopify-section-header header .search {
  border: 1px solid black;
}
body#recharge-novum
  #shopify-section-header
  header
  .search
  form
  input[name="q"] {
  border-left: 1px solid black;
}
body#recharge-novum #shopify-section-header header .search svg * {
  stroke: #000;
}
body#recharge-novum #shopify-section-header {
  position: inherit;
}
body#recharge-novum #shopify-section-header .menu-nav .menu-button .bar {
  background-color: #000;
}
body#recharge-novum #shopify-section-header .menu {
  z-index: 1000000;
}
body#recharge-novum .cart-page {
  background-color: var(--color-creme);
}
body#recharge-novum .email-popup {
  display: none !important;
}
#reamaze-widget-label-container {
  display: none;
}
/*# sourceMappingURL=/cdn/shop/t/31/assets/theme.css.map?v=96081679368584200091754579608 */
