<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main, footer, header {
  background: transparent;
}

footer {
  transition: opacity 1s ease-in-out;
}

.nav-is-open footer {
  opacity: 0;
}

main {
  min-height: 80vh;
}

body, html {
  background: linear-gradient(0deg, rgba(176,93,154,1) 0%, rgba(53,255,159,1) 95%, rgba(183,255,228,1) 100%);
}

body {
  position: relative;
  z-index: 1;
}

header .trigger {
  background: #acfe6d !important;
  position: relative;
  overflow: visible;
}

header .trigger:after, header .trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

header .trigger:after {
  transform: translateY(-1px);
  border: 3px solid black;
  border-top-width: 3px;
}

header .trigger:before {
  transform: translateY(1px);
  border: 3px solid white;
  border-bottom-width: 1px;
}

header .trigger i {
  color: black !important;
}

header .trigger#cart-trigger {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(62,218,255,1) 0%, rgba(31,151,227,1) 100%) !important;
}

aside {
  letter-spacing: 10px;
}

aside ul li a, .aside-footer a, .aside-footer {
  color: white;
}

.back-button {
  background: white;
  top: 0;
  left: 0;
  color: black;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  
}

.line-container {
 position: fixed;
 top: 50vh;
 left: 0;
 width: 100%;
 height: 60vh;
 z-index: -10;
}

.palms {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  margin-top: -50vh;
  opacity: 0.2;
  background-image: url(https://s9.limitedrun.com/images/1403206/palms.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.line {
 width: 100%;
 height: 7.5vh;
 position: absolute;
 top: 0;
 background: #5d3071;
 animation: LINE 10s linear infinite;
 transform: scaleY(0.001);
 opacity: 0;
}

.line:nth-of-type(10n+1) {
animation-delay: 1s;
}

.line:nth-of-type(10n+2) {
 animation-delay: 2s;
}

.line:nth-of-type(10n+3) {
 animation-delay: 3s;
}

.line:nth-of-type(10n+4) {
 animation-delay: 4s;
}

.line:nth-of-type(10n+5) {
 animation-delay: 5s;
}

.line:nth-of-type(10n+6) {
animation-delay: 6s;
}

.line:nth-of-type(10n+7) {
 animation-delay: 7s;
}

.line:nth-of-type(10n+8) {
 animation-delay: 8s;
}

.line:nth-of-type(10n+9) {
 animation-delay: 9s;
}

.line:nth-of-type(10n+10) {
 animation-delay: 10s;
}

@keyframes LINE {
 0% {
   transform: scaleY(0.001) translateY(0);
   opacity: 0;
 }
 
 50% {
   transform: scaleY(0.4) translateY(35vh);
   opacity: 0.2;
 }
 
 100% {
   transform: scaleY(1) translateY(60vh);
   opacity: 1;
 }
}

.nav-overlay {
  background: linear-gradient(0deg, rgb(71, 33, 74) 0%, rgb(255, 0, 167) 95%);
}

.nav-is-open .nav-overlay {
  opacity: 0.5;
}

@media only screen and (min-width: 800px) {
  .loading .width-wrapper {
    transform: scale(0.7);
  }
}

.nav-is-open .width-wrapper {
  opacity: 0;
}

.width-wrapper {
  margin: 5vh auto;
  position: relative;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
  max-width: 80vw;
  width: 1200px;
  background: linear-gradient(15deg, rgb(255, 212, 244) 0%, rgb(170, 255, 214) 99%, rgb(183, 255, 228) 100%);
  transition: all 1.5s cubic-bezier(.35,.24,.13,1.47);
}

.width-wrapper:after, .roster .item-name:after, .info:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: calc(100% + 120px);
   width: calc(100% + 120px);
   background-image: url("https://s9.limitedrun.com/images/1309489/remosquare.png");
   background-size: 30px;
   background-repeat: repeat;
   animation: GRID 15s linear infinite;
   z-index: -10;
   overflow: hidden;
   will-change: transform;
   opacity: 0.1;
}

.roster.product-grid {
  margin: 0 auto 5vh;
}

.roster .item-name {
  position: relative;
  padding: 10px;
  display: inline-block;
  color: black;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(15deg, rgb(255, 212, 244) 0%, rgb(170, 255, 214) 99%, rgb(183, 255, 228) 100%);
  width: 50%;
}

.roster .item-name:after {
  animation: none;
  will-change: initial;
}

.roster .item-name {
}

.roster .grid-item {
  padding: 0 10px;
  text-align: center;
}

.roster .grid-item .product-wrapper {
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;  
}

.roster .grid-item .product-wrapper a {
  display: block;
  transform-style: preserve-3d;
}

.roster .grid-item:hover .product-wrapper {
  transform: rotateY(180deg);
}

.roster .product-item {
  backface-visibility: hidden;
  transform: translateZ(-1px);
}

.roster .product-item.alt-image {
  opacity: 1;
  transform: rotateY(180deg) translateZ(1px);
}

@keyframes GRID {
 from {
   transform: translate(0, 0);
  }
   to {
   transform: translate(-120px, -120px);
  }
}

@media only screen and (max-width: 800px) {
  .width-wrapper:after, .roster .item-name:after, .info:after {
    animation: none;
  }
}

.product-wrapper {
  position: relative;
}

.sticker {
  z-index: 4;
}

.borders {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  pointer-events: none;
}

.borders div {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #ff9cff;;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.7s cubic-bezier(.35,.24,.13,1.47);
}

.grid-item:hover .borders div {
  opacity: 1;
}

.sticker li {
  border-radius: 20px;
  letter-spacing: 5px;
}

.grid-item p {
  color: black;
  letter-spacing: 0.25vw;
  padding-left: 0.25vw;
}

.grid-item .price {
  letter-spacing: 5px;
}

.product-description {
  min-height: 50vh;
}

#product h5 {
  letter-spacing: 0.5vw;
  margin: auto;
  font-size: calc(1em + 0.75vw);
}

.selector-container {
  max-width: 100%;
}

@media only screen and (min-width: 700px) {
  .not-safari .selector-container {
    filter: url(#goo);
  }
}

/* window */
#index .width-wrapper:first-of-type, #roster-item .width-wrapper:first-of-type {
  display: none;
}

.ms-window {
  position: relative;
  padding: 30px 5px 5px 5px;
  background-color: #bfb8bf;
  border: 2px;
  border-style: solid;
  width: 900px;
  max-width: 90vw;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
  margin: auto;
}

.topbar {
  position: absolute;
  height: 20px;
  width: 99%;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  background: #00007f;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.topbar-title {
  position: absolute;
  font-size: 1em;
  left: 5px;
  color: white;
  height: 20px;
  width: 100%;
}

.topbar-img {
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  max-height: 90%;
  margin: auto 0 auto;
}


/* OVERRIDES */

.gc-noscroll header {
  z-index: -100;
}

.gc-noscroll .back-button {
  z-index: -100;
}

.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: #ffffff;
  border: #00cc7a;
  color: #000;
  border-radius: 20px;
}

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

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

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

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

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

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

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

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

/* SLICK */
.slick-slider {
  transition: opacity 0.2s ease-in-out;
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 100%;
}

.loading .slick-slider {
  opacity: 0;
}</pre></body></html>