:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  color: #ff5349;
  text-transform: uppercase;
}

.footer {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 20px;
  display: flex;
}

.footer-content {
  flex-flow: wrap;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
}

.social-link {
  margin-left: 1em;
  margin-right: 1em;
  padding: 10px;
}

.social-logo {
  width: 25px;
  height: 25px;
}

.legal-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 25px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  text-decoration: none;
}

.footer-content-2 {
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: url('../images/TEXTURE-9-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.footer-toggle {
  cursor: pointer;
  margin-left: 1.3%;
}

.home-container {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo-link {
  width: 200px;
}

.logo-link.w--current {
  justify-content: center;
  align-items: center;
}

.home-holder {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  margin-top: -40px;
}

._404 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.main-img {
  width: 425px;
  height: 425px;
}

.nav-top-shop {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.home-container-shop {
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav-bottom-shop {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-copy {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
}

.nav-link-shop {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-shop.w--current {
  color: #ff5349;
  text-transform: uppercase;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-copy.w--current {
  color: #ff5349;
  text-transform: uppercase;
}

.footer-toggle-shop {
  cursor: pointer;
  margin-left: 1.3%;
}

.link-block {
  margin-top: -20px;
}

@media screen and (min-width: 1440px) {
  .footer-content {
    margin-top: 0;
  }

  .footer-content-2 {
    flex: none;
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .footer-wrapper {
    align-content: stretch;
  }

  .footer-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
  }

  .footer-copy {
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    flex-direction: row;
    position: fixed;
    inset: auto auto 0%;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    inset: auto 0% 0%;
  }

  .footer-content {
    align-content: stretch;
  }

  .social-link {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .footer-content-2 {
    flex: none;
    align-content: stretch;
    font-size: 10px;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .logo-link.w--current {
    max-width: 120px;
  }

  .main-img {
    width: 300px;
    height: 300px;
  }

  .footer-copy {
    flex-direction: row;
    position: fixed;
    inset: auto auto 0%;
  }
}


