<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Lato', sans-serif;
	color: white;
}

h1 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 72px;
	border-top: white solid 5px;
	letter-spacing: 0.277778em;
	display: inline-block;
}

h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

a { 
  color: white;
  font-weight: 100;
}

#outer-wrapper {
	background-image: url("https://static1.squarespace.com/static/54934c65e4b0f03e02d993e0/t/56cb931645bf21450cf45a3b/1456182038893/OR-29.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	z-index: 1;
	transform: translate3d(0,0,0);
}

#overlay {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,1);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	z-index: -1;
}

#content-wrapper {
	width: 1080px;
	max-width: 100%;
	margin: 30px auto;
	padding-bottom: 100px;
}

#title {
	text-align: center;
	margin-bottom: 100px;
}

#cornerback {
	position: fixed;
	left: 15px;
	top: 15px;
	font-size: 1.6rem;
	background-color: white;
	z-index: 101;
	-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;
}

#cornerback i {
	color: black;	
}

#cornerback:hover, #cornerback:hover i {
	color: white;
	background-color: black;
}

#cornercart {
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 1.6rem;
	background-color: transparent;
	z-index: 101;
	-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;
}

#cornercart:hover, .btn-floating:hover, .btn-floating:active, .btn-floating:focus {
	background-color: white;
}

#cornercart i {
	color: white;
	cursor: pointer;
}

#cornercart:hover i {
	color: black;
}

.fixedcopyright {
  height: 0.5rem;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 90px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1rem;
  z-index: 5;
}

/* STORE */

.product-wrapper {
	padding: 1rem;
}

.product-wrapper a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-item {
	position:relative;
	padding-top:100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	overflow: hidden;
}

.product-item img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-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;
	background-color: rgba(255, 255, 255, 0);
}

.product-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease-in;
	z-index: 10;
}

.product-overlay p {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	transform: translate(-200%, -50%);
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: white;
	-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;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

.product-item:hover .product-overlay {
	opacity: 1;
}

.product-item:hover .product-overlay p {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mobile-price {
	display: none;
}

@media screen and (max-width: 45em) {
 .grid-sizer, .grid-item {
	width: 100%;
  } 
  
 .mobile-price {
   text-align: center;
   display: block !important;
   color: white !important;
   font-size: 15px !important;
 }
}

@media screen and (min-width: 45.1em) and (max-width: 63.9375em) {
 .grid-sizer, .grid-item {
	width: 50%;
  } 
}

@media screen and (min-width: 64em) {
 .grid-sizer, .grid-item {
	width: 33%;
  } 
  
 .grid-item.large {
   width: 66%;
 }
}
	
/* PRODUCT PAGE */

#product {
	margin: auto;
}

.single-image {
  padding: 0;
  margin-bottom: 0;
}

.single-image img {
  height: auto;
  width: 100%;
}

.product-description {
	padding: 2em;
}

.product-description h5 {
	text-align: center;
}

.product-boxes {
	height: 0px;
	margin-bottom: 0 !important;
}

.product-boxes img {
	width: 100%;
}

.btn {
	background-color: black;
	color: white;
	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;
	font-family: 'Lato', sans-serif;
}

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

#product-content .row {
	margin-bottom: 0;	
}</pre></body></html>