<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** STORE ***/






















html {
  font-size: 75%;
}

body {
  
    background: #E9EFF2;
  
  font: 12px/21px 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

aside {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #272930;
  border-top: 65px solid rgba(255,255,255,0.05);
  overflow-y: scroll;
  width: 300px;
  z-index: 2;
  text-transform: uppercase;
}

#main {
  
  margin: 65px 0 0 300px;
  color: #333333;
}

#top-bar {
  background: #ffffff;
  color: #333333;
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  text-align: left;
}

footer {
  background: #ffffff;
  color: #333333;
  margin-top: 3em;
  font-size: 0.9em;
  padding: 2em 0;
  line-height: 1.8em;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #333333;
}


/********************
  TYPOGRAPHY
********************/

h1 {
  font: 1.5em/1.5em "Raleway", sans-serif;
  font-weight: 100;
  margin: 3.5em 2em 1.5em;
}

h2, h3, h4 {
  line-height: 1.2em;
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: inherit;
}

h2 {
  font-size: 2.25em;
  margin: 1.5em 0 1em;
  overflow: hidden;
}

h3 {
  font-size: 1.75em;
  margin: 2.5em 0 0.5em;
}

h4 {
  font-size: 1.25em;
}

aside h1 a:hover {
  color: #eeeeee;
}

h2 a, h3 a, h4 a {
  color: inherit;
}

h2:after {
  content: "";
  display: block;
  background-color: #222222;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}

h2 small, h3 small {
  display: block;
  font-family: 'Raleway';
  line-height: inherit;
  color: inherit;
}



/********************
  HTML ELEMENTS
********************/

p {
  margin: 0 0 20px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

small {
  font-size: 80%;
}

select {
  -webkit-appearance: none;
	border: 0;
	cursor: pointer;
	font-family: inherit;
  border-radius: 0;
}

input,
textarea {
  border: 0;
}

*:focus, *:active {
  outline: none;
}



/********************
  CLASSES
********************/

.button {
  background: #3498db;
  color: #ffffff;
  border: 0;
  padding: 10px 20px;
}

.button:hover {
  background: #333333;
}

.divider {
  border-top: 1px solid #ddd;
  width: 30px;
  margin: 2em auto;
}

.sticker {
  position: absolute;
  right: -40px;
  top: -5px;
  background: #736086;
  padding: 10px 0 2px;
  color: white;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.masthead {
  height: 450px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.overlay-wrapper {
  position: relative;
  overflow: hidden;
}

.overlay-wrapper:hover .overlay {
  display: block;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.7);
}

.overlay span {
  border: 1px solid;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  height: 30px;
  width: 100px;
  line-height: 28px;
}

.overlay span, .absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.caption {
  background: white;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.caption a {
  color: #333333;
}

.caption .divider {
  margin: 0.5em auto;
}

.slider {
  margin: 4em 0;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button {
  background: rgba(255,255,255,0.5);
  border-radius: 100%;
}

.badge {
  display: block;
  width: 110px;
  height: 20px;
  text-indent: -9999px;
  background: url(https://s9.limitedrun.com/images/1080833/limited-run-badge-black.png) no-repeat;
  margin: 20px auto 0;
  opacity: 0.2;
}



/********************
  SIDEBAR
********************/

aside, aside a {
  color: #eeeeee;
}

aside a:hover {
  color: #3498db;
}

aside nav li a {
  display: block;
  padding: 10px;
  font-weight: 200;
}



/********************
  TOP BAR
********************/

#toggle {
  float: left;
  color: #eeeeee;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-left: -65px;
  background: #2D3038;
  font-size: 2.5em;
  text-align: center;
}

#top-bar input {
  background-color: transparent;
  color: #333333;
  font-weight: 300;
  font-size: 1.1em;
  width: 50%;
  padding: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#top-bar #cart {
  position: fixed;
  right: 20px;
  top: 23px;
  text-transform: uppercase;
  color: #333333;
}

#top-bar #cart:hover {
  color: #333333;
}



/********************
  PAGINATION
********************/

.pagination {
  padding: 2em 0 0;
}

.page a, .current {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  color: #333333;
}

.prev, .next {
  display: none;
}

.page a:hover, .current {
  background: #ddd;
  color: #333333;
}



/********************
  GRIDS
********************/

#featured {
  margin-bottom: -2em;
}

#featured .overlay-wrapper {
  max-height: 320px;
}

#featured .overlay-wrapper img {
  width: 100%;
}

[class*="block-grid-"] {
  margin-top: 2.5em;
}

[class*="block-grid-"] &gt; li {
  padding: 1.2em;
}


/********************
  PRODUCT PAGE
********************/

#product h2 small {
  display: block;
  font-size: 0.5em;
}

.product .overlay-wrapper {
  background: white;
}

@media (min-width: 640px) {
  .product .overlay-wrapper {
    height: 343px;
    line-height: 343px;
    text-align: center;
  }
}

.product img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  width: auto;
}

#variations {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.1em;
  text-align: left;
}

#variations span {
  display: block;
  padding: 1em;
  text-align: center;
}

#variations select {
  background: transparent;
  padding: 10px 20px;
  width: 70%;
}

#notification {
  font-size: 1.1em;
  margin-top: 0.5em;
  text-align: center;
}

#social {
  margin: 3em 0 0;
}

#social li {
  display: inline-block;
  vertical-align: top;
}



/********************
  ORDER PAGE
********************/

#order table {
  margin-bottom: 40px;
  width: 100%;
}

#order table thead th, #order table tbody td {
  text-align: left;
  vertical-align: top;
}

#order table thead th {
  vertical-align: bottom;
}

#order table tbody td + td {
  text-align: right;
  width: 130px;
}

#order table#metadata td {
  width: 50%;
}

#order table#metadata td + td {
  text-align: left;
}



/********************
  CONTACT PAGE
********************/

#contact input, #contact textarea {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

#contact textarea {
  height: 150px;
}

#contact #recaptcha_widget_div {
  margin-bottom: 20px;
}

#contact #recaptcha_widget_div #recaptcha_table {
  margin: 0 auto !important;
}


/********************
  MEDIA QUERIES
********************/

@media only screen and (max-width: 1024px) {
  
  aside {
    left: -300px;
  }
  
  #main {
    margin-left: 0;
  }
  
  #toggle {
    margin-left: 0;
  }
}</pre></body></html>