@font-face {
	font-family: 'AuthenticSans';
	src: url('https://f9.limitedrun.com/fonts/630/AUTHENTICSans-90.woff2') format('woff2'),
		url('https://f9.limitedrun.com/fonts/631/AUTHENTICSans-90.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}


/* pre-HTML5 fix */
header, section, footer, aside, nav, main, article, figure {
  position: relative;
  display: block;
}

/* UTILITY */
.flex-wrapper {    
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/* HTML - LAYOUT */
html {
  scroll-behavior: smooth;
  width: 100%;
  font-size: 12px;
}

html.nav-is-open {
  position: fixed;
  overflow-y: scroll;
}

body {
	
	font-family: 'AuthenticSans', sans-serif;
	
	
	
	background-color: #fafafa;
	
	
	letter-spacing: 0.03em;
	color: #000;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('');
  background-position: center;
  background-size: cover;
  z-index: -10;
}

body.loading {
  overflow: hidden;
}

/* HEADER */
header.flex-wrapper {
  width: 100%;
  margin: auto;
  min-height: 20vh;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 100;
  transform: translateY(0);
  transition: all 1s ease-in-out;
}

header img {
  padding: 30px 20px 20px;
  width: 20vh;
  max-width: 200px;
  z-index: 2;
}

#plz-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

#plz-logo img.active-logo {
  position: relative;
  width: 20vh;
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #contact #plz-logo, #product #plz-logo, [id^=category] #plz-logo {
    display: none;
  }
}
  

header .banner {
  margin-top: 20px;
  color: red;;
  font-weight: 400;
}

header .banner a {
  color: cornflowerblue;
  font-weight: 400;
  text-decoration: underline;
}

header .banner .emoji {
  color: black;
  font-size: 1.5em;
}

header .loader {
  display: none;
  position: absolute;
  bottom: 12.5%;
  transform: scaleY(0.0001);
  transition: transform 1s ease;
}

header .loader span {
  animation: LOAD 3.5s infinite ease-out;
  animation-fill-mode: both;
  display: inline-block;
  animation-play-state: paused;
  color: black;
}

nav {
  margin-top: 20px;
  padding-left: 20px;
  text-align: center;
  transition: transform 1s ease;
}

nav a, .subscribe {
  position: relative;
  margin: 0 10px;
  padding: 5px;
  padding-bottom: 2px;
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}

nav a:first-of-type {
  margin-left: 0;
}

div.cc-revoke, div.cc-window {
  font-size: 12px;
  font-family: inherit;
}

.credits {
  position: fixed;
  bottom: 14px;
  left: 14px;
  font-size: 12px;
  max-width: 50vw;
  text-align: left;
}

@media only screen and (max-width: 500px) {
  header.flex-wrapper {
    justify-content: center;
    align-items: center;
  }
  
  #index header.flex-wrapper {
    padding-bottom: 10vh;
  }
  
  #plz-logo img.active-logo {
    width: auto;
  }
  
  nav {
    display: block;
    width: 100%;
  }
  
  nav a {
    margin: 5px;
  }
  
  .copyright, .credits {
    font-size: calc(0.5em + 0.5vw);
  }
}

nav a#active-link, .subscribe {
  border-bottom: 1.5px solid black;
}

.copyright {
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.subscribe-wrapper {
  display: none;
}

.contact-link {
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

#index .subscribe-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
}

/* MAIN CONTENT */

main {
  min-height: 76vh;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; 
  
	background-color: #fafafa;
	
}

.loaded-content {
  max-width: 100%;
}

.new-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.width-wrapper {
  max-width: 85vw;
  padding: 15px;
  margin: auto;
  background-color: #fafafa;
  width: 1250px;
}




/* HTML - ELEMENTS */

strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 9vw;
  }
}

h1, h2, h3, h4, h5 {
  
	font-family: 'AuthenticSans', sans-serif;
	
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
}

a { 
  position: relative;
  color: #000000;
  font-weight: 400;
  outline: none;
  border: none;
  text-transform: uppercase;
}

a:hover,a:focus {
  color: #000;
}

img {
  max-width: 100%;
}

ol {
  margin-top: -10px;
  padding: 0;
}

ol li {
  list-style: none;
}

/* CONTACT */

.inquiry a {
  text-transform: unset;
}

.socials {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 100%;
  text-align: center;
	margin-bottom: 1rem;
}

.socials a {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: initial;
  text-decoration: underline;
}

.socials li {
  display: inline-block;
  margin: 0;
}

.socials li:after {
  content:"\25CF";
  text-decoration: none;
  margin: 0 5px;
}

.socials li:last-child:after {
  display: none;
}

#contact .loaded-content {
  align-self: baseline;
}

/* LOADER AND LOADING */

#init-loadscreen {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  transition: all 0.5s ease-out; 
  opacity: 0;
  pointer-events: none;
}

#init-loadscreen {
  z-index: 1000;
}

#init-loadscreen img {
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.initial-load #init-loadscreen {
  background-color: black;
  pointer-events: initial;
  opacity: 1;
}

.initial-load #init-loadscreen img {
  opacity: 1;
}

.initial-load .pace {
  display: none !important;
}

/* COLORING */

.bg-backing {
	background-color: #fafafa;
}

.bg-body {
	background-color: #000;
}

.bg-header {
  background-color: #000;
}

.bg-accent {
	background-color: #000000;
}

.hover-bg-backing:hover {
	background-color: #fafafa;
}

.hover-bg-body:hover {
	background-color: #000;
}

.hover-bg-header:hover {
  background-color: #000;
}

.hover-bg-accent:hover {
	background-color: #000000;
}

.cl-backing {
	color: #fafafa;
}

.cl-body {
	color: #000;
}

.cl-header {
	color: #000;
}

.cl-accent {
	color: #000000;
}

.hover-cl-backing:hover,.hover-cl-backing:focus {
	color: #fafafa;
}

.hover-cl-body:hover,.hover-cl-body:focus {
	color: #000;
}

.hover-cl-header:hover,.hover-cl-header:focus {
	color: #000;
}

.hover-cl-accent:hover,.hover-cl-accent:focus {
	color: #000000;
}

/* PAGES - HOME */
/* #index header nav {
  opacity: 0;
  pointer-events: none;
}*/

::placeholder {
 color: black;
}

.mc-field-group {
  margin: auto !important;
}

#mc_embed_signup {
  width: 100%;
  max-width: 450px;
  margin: 20px auto -5px;
}

#mc_embed_signup h2 {
  display: none;
}

#mc_embed_signup .mc-field-group { 
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  #mc_embed_signup .mc-field-group { 
    padding: 6% 0 0;
  }
}

#mc_embed_signup .mc-field-group label {
  display: none !important;
}

#mc_embed_signup .mc-field-group input {
  width: 48%;
  display: inline-block !important;
  font-size: 1rem;
  text-transform: uppercase;
  height: 14px;
  margin: 0;
  padding: 2px 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

#mc_embed_signup .mc-field-group .button {
  height: 20px;
  line-height: 0;
}

#mc-embedded-subscribe {
  display: block !important;
  margin: auto !important;
  color: white !important;
  background-color: black !important;
}

/* PAGES - PRODUCT */
@media only screen and (min-width: 800px) {
  #product-content .row {
    display: flex;
    flex-direction: row;
  }
  
  #product-content .row .col-flex {
    display: flex;
    align-items: center;
  }
}

.sold-out {
  color: #c91924;
}

.selector-container {
  text-align: center;
  transition: opacity 0.5s ease, max-height 1s ease-in;
  margin-bottom: 15px;
  padding-top: 15px;
  width: 200px;
  margin: auto;
}

@media only screen and (min-width: 600px) { .selector-container { border-top: 2px #000 solid; } }

.selector {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  padding: 10px;
  margin: 5px 5px;
  min-width: 50px;
  cursor: pointer;
  border-radius: 0;
  transition: border-radius 1s ease, box-shadow 1s ease, opacity .4s ease;
  overflow: hidden;
}

.selector.full-width {
  width: 100%;
  margin: 5px 0;
}

.selector:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-color: #000000;
  
  opacity: 0;
  transition: opacity .4s ease;
}

.selector.in-stock:hover, .selector.available:hover, .selector.selected-color, #selected.selector {
  border-color: #000000;
  color: #000000;
  opacity: 1;
  border-radius: 50px;
}

.has-selection .selector {
  opacity: 0.5;
}

.has-selection:hover .selector.available {
  opacity: 1;
}

.selector.unavailable, .selector.out-of-stock, .has-selection:hover .selector.out-of-stock {
  opacity: 0.15;
  cursor: not-allowed;
  color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.not-safari #selected.selector {
  transition: 1s ease;
}

.not-safari #selected.selector.full-width {
  transition: 1s ease;
}

#selected.selector:after {
  
  opacity: 0.2;
  
  z-index: -10;
}

.sizes-container.unselected {
  opacity: 0;
  max-height: 0px;
}

.sizes-container .size-selector {
  font-size: 1rem;
}

.product-copy {
  text-align: left;
}

#product h5 {
  width: 75%;
  margin: auto;
}

.product-description {
  margin: auto;
}

.product-description .btn-container {
  text-align: center;
}

.product-descripton .btn {
  display: inline-block;
  margin: 10px auto 0;
}

.btn {
  display: block;
	background-color: black;
	color: white;
	font-family: inherit;
	font-weight: 400;
  text-transform: uppercase;
	margin: 15px auto auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: 2px solid white;
	padding: 10px;
	line-height: 0;
}

.btn:hover, .btn:focus {
	background-color: white;
	color: black;
	border-color: black;
}

.btn.disabled {
  border-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 600px) {
  .product-description {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* CART */
#cart-trigger {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: white;
  cursor: pointer;
  z-index: 101;
}

#cart-trigger:hover {
  background-color: white;
}

#cart-trigger i, #cart-trigger:hover .cart-count {
  color: black;
}

.cart-count {
  position: absolute;
  left: 2.5px;
}

/* HISTORY */

#index .grid-item, #history .grid-item {
  padding: 1rem;
}

.history-item {
	position: relative;
	display: block;
}

.history-overlay {
  margin-top: 10px;
	position: relative;
	width: 100%;
	text-align: center;
}

.history-overlay a {
  display: inline-block;
  margin-top: 10px;
  padding: 2px;
  border-bottom: 1px solid black;
}

.grid-item .history-overlay p {
  margin: 0;
  min-height: 0;
}

/* RELATED PRODUCTS */
.sold-out {
  font-weight: 400;
  color: red;
}

.related-products {
  margin-top: 5vh;
  text-align: center;
}

/* PRODUCT GRID - 800px BASE */
.product-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.grid-sizer {
  display: none;
}

.grid-item {
  margin-bottom: 4vh;
}

@media screen and (max-width: 350px) {
 .grid-sizer, .grid-item {
	width: 100%;
  } 
}

@media screen and (min-width: 350px) and (max-width: 800px) {
 .grid-sizer, .grid-item {
	width: 50%;
  } 
}


@media screen and (min-width: 800px) {
 .grid-sizer, .grid-item {
	width: 25%;
  } 
  
 .grid-item.large {
   width: 50%;
 }
}



/* PAGE SPECIFIC */

/* PACE LOADER - BASE LOADER THEME BY @DINESHGITHUB! I JUST DID SOME EDITS*/
.loaded .pace {
  opacity: 0;
}

.initial-load .pace {
  transform: translateY(20vh);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid black;


  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: black;
}

.pace.pace-inactive {
  display: none;
}


/* color selection */
.color-selector.variation {
  padding: 2px;
}

.color-selector.active-color {
  border: 1px solid black;
}

.image-area {
  position: relative;
  width: 400px;
  max-width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

.image-area > .images {
  width: 100%;
}

.image-area > .images.hidden-color {
  top: 0;
  left: 0;
}

.color-based.hidden-color {
  position: absolute;
  opacity: 0;
  z-index: -100;
  pointer-events: none;
}

/* item color selection */
.color-product img {
  display: none;
}

.color-product img.selected-color {
  display: block;
}

.color-preview {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-button-container {
  padding-bottom: 5px;
  margin: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
}

.color-button-container.selected-color {
  border-bottom: 1px solid black;
}

.color-button {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid black;
}

/* SORT */
.sort-av .unavailable {
  order: 2;
}

#available-toggle {
  display: block;
  text-align: center;
  margin-top: -5vh;
  z-index: 101;
  position: relative;
}

#available-toggle span {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}

#available-toggle span.active {
  border: 1px solid black;
}
