<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes DOTZ {
  0% { opacity: 0.1; color: #ffffff; transform: translateY(-50px) scale(0.5);}
  50% { opacity: 1; color: #000000; transform: translateY(0px) scale(1);}
  100% { opacity: 0.1; color: #ffffff; transform: translateY(-50px) scale(0.5);}
}

body {
	color: #000;
	background-color: #fafafa;
	
	font-family: 'Poppins', sans-serif;
	
}

body.loading {
  overflow: hidden;
}

h1 {
	font-size: 72px;
	display: inline-block;
}

h1, h2, h3, h4, h5 {
  
	font-family: 'Poppins', sans-serif;
	
	font-weight: 600;
	letter-spacing: 0.09375em;
	color: #000;
}

a { 
  position: relative;
  
  color: #000;
  
  font-weight: 600;
  outline: none;
  border: none;
}

a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0px;
  border-top: #000 1px solid;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

a:hover {
  color: #000000;
}

a:hover:after {
  width: 100%;
}

a.active {
  color: #000000;
}

a.active:after {
  width: 100%;
}

img {
  max-width: 100%;
  font-size: 0.9rem !important;
  line-height: 0.9rem !important;
}

#loadscreen {
  background-color: #fafafa;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; 
}

#loadscreen img {
  width: 400px;
  transform: translateX(-15px);
  animation: DOTZ 1.5s infinite ease-in-out;
}

#loadscreen .dots {
  font-size: 72px;
  animation: DOTZ 1.5s infinite ease-in-out;
  animation-fill-mode: both;
  display: inline-block;
}

#loadscreen .dots:nth-of-type(1) {
  animation-delay: 0.2s;
}

#loadscreen .dots:nth-of-type(2) {
  animation-delay: 0.4s;
}

#loadscreen .dots:nth-of-type(3) {
  animation-delay: 0.6s;
}

.loaded #loadscreen {
  opacity: 0;
  pointer-events: none;
}

.loaded #loadscreen .dots, .loaded #loadscreen img {
  animation-play-state: paused;
}

.desktop-categories {
  display: table;
  position: absolute;
  transform: translateX(-50%);
  right: 50%;
  left: 50%;
  top: 2.2rem;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  background-color: #fafafa;
  -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;
}

.desktop-categories ul li {
  display: block;
  text-align: center;
  margin: 10px auto;
  white-space: nowrap;
}

.nav li {
  display: inline-block;
}

.nav li:hover a:not(.category-trigger a):after {
  width: 100%;
}

.nav ul li a {
  margin: auto 2.8rem;
  font-size: 1.5rem;
}

.nav ul li.category-trigger {
  position: relative;
}

.nav ul li.category-trigger:hover {
  z-index: 11;
}

.nav ul li.category-trigger:hover .desktop-categories {
  opacity: 1;
  pointer-events: auto;
}

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

#title h1 {
  margin: auto;
}

#title img {
  max-width: 300px;
}

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

.cart-count {
  opacity: 1;
  position: absolute;
  width: 100%;
  text-align:center;
  font-size: 1.25rem;
}



.nav {
  text-align: center;
  margin-top: 0;
}

#title {
	text-align: center;
	margin-top: 50px;
}

#logo {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 400px;
  z-index: 100;
}



.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;
}

.socials {
  text-align: center;
	font-size: 1.5rem;
}

.socials li {
	display: inline-block;
	width: 30px;
	margin: auto 7px;
	font-size: 1.2em;
}

.socials li a {
  font-weight: 400;
}

.content {
  padding-top: 5vh;
  min-height: 60vh;
}

.desktop-copyright {
  height: 0.5rem;
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 0.8rem;
}

.mobile-copyright {
  position: absolute;
  bottom: 60px;
  text-align: center;
}

/* SPLASH PAGE */
.splash h1 {
  text-align: center;
  margin: auto auto 20px;
}

.splash hr {
  margin: 20px auto 20px auto;
}

/* SIDENAV */
.mobile-only .sidenav-trigger {
  display: none;
}

#category-slide-out {
  color: #000000;
  background-color: #ffffff;
}

#category-slide-out a {
  color: #000000;
  font-weight: 700;
}

#slide-out {
  color: #ffffff;
	background-color: #000000;
	opacity: 0.8;
}

#slide-out a {
  color: #ffffff;
  font-weight: 700;
}

.divider {
  background-color: #ffffff !important;
}

.sidenav li &gt; a {
  color: #ffffff;
}

/* 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;
	background-size: cover;
	background-position: center;
	width: 100%; 
	height: 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);
}

.item-name {
  display: block;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 2rem;
}

.old-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.price {
  color: #000000;
}

.grid-item p {
  display: block;
  min-height: 100px;
}

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

@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: 20px;
}

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

.product-description {
	padding: 2em;
}

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

.product-boxes {
  display: block;
  margin: auto auto 0;
}

.product-boxes .col.s6.m3 {
  height: 150px;
}

.product-boxes .material-placeholder {
  height: 150px;
}

.product-boxes img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

/* OVERRIDES */

.loading .glass-case {
  transform: translateX(500vw);
}

.glass-case {
  margin: auto;
  width: 100% !important;
}

.gc-display-area {
  background-color: transparent;
  width: 100% !important;
  border: 0;
}

.gc-icon {
  background: gray;
  border: #000000;
  color: #fafafa;
  border-radius: 20px;
}

.gc-icon-next {
  right: 0;
}

.gc-icon-prev {
  left: 0;
}

.gc-icon-next::before, .gc-icon-prev::before .gc-icon-close::before {
  top: 0;
}

.gc-icon-close::before {
  right: 0;
}

.gc-icon-next::before {
  right: 0;
}
  
.gc-icon-prev::before {
  left: 0;
}

.gc-zoom-area {
  background-color: transparent;
  border-color: #000000;
}

.glass-case ul li {
  background-color: transparent;
  border: 0;
}

.glass-case ul li.gc-active {
  border: 2px solid #ffffff;
}

.glass-case ul li:hover, .glass-case ul li.gc-active:hover {
  border: 2px solid #000000;
}

.glass-case ul li .gc-display-container img {
  width: 100% !important;
  height: auto !important;
}


/* OPTIONS */
.nav li a, .item-name, h1, h2, h3, h4, h5 {
  text-transform: none;
}

/* MEDIA QUERIES - TABLET AND BELOW */
@media only screen and (max-width:720px) {	
  #outer-wrapper {
    transform: none;
  }
  
  .nav {
    display: none;
  }
  
  
  
	.mobile-only .sidenav-trigger {
	  display: block;
	  position: fixed;
    top: 15px;
    left: 15px;
  	background-color: #ffffff;
  	z-index: 101;
	}
	
	.socials li {
	  margin: auto;
	}
	
	.mobile-copyright {
    position: relative;
    bottom: 0;
  }
}

@media only screen and (max-width:590px) {
  h1 {
    font-size: 40px;
  }
}

/* MATERIALIZE OVERRIDES */
.btn {
  display: block;
	background-color: #ffffff;
	color: #000000;
	
	font-family: 'Poppins', sans-serif;
	
	font-weight: 800;
	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;
	
}

.btn:hover, .btn:focus {
	background-color: #000000;
	color: #ffffff;
}

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

a.btn-floating:after {
  width: 0;
}

.btn-floating i {
	color: #000000;
	cursor: pointer;
}

.btn-floating:hover i {
	color: #ffffff;
}

.splash .btn {
  display: inline-block;
  margin-bottom: 20px;
}

#product-content .row {
	margin-bottom: 0;	
}

/* GC OVERRIDES */
.gc-slide-container-current {
  z-index: 9 !important;
}

/* SALES */
.bubble-pop {
  opacity: 0.4;
  transition: opacity 0.1s linear, transform 0.1s linear;
}

.bubble-pop img {
  pointer-events: none;
}</pre></body></html>