:root {
  --gg-bg: #04040a;              /* main background - near black */
  --gg-panel: rgba(5, 5, 12, 0.94); 
  --gg-border: rgba(255, 255, 255, 0.06);
  --gg-accent-1: #34f5ff;        /* neon cyan */
  --gg-accent-2: #ff2e88;        /* neon magenta */
  --gg-accent-alt: #f5ff3b;      /* warning yellow */
  --gg-text-main: #f9fafb;       /* off-white */
  --gg-text-soft: #9ca3af;       /* grey for secondary */
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,`
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}




.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 22px;
  display: block;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  width: 22px;
}

#fancybox-loading {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/loading_spinner.gif");
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  background-position: 0 0;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
  width: 23px;
  height: 23px;
}

.fancybox-close {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/remove.png");
  position: absolute;
  top: 15px;
  right: -32px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.lt-ie9 .fancybox-close {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/remove1x.png") 0 0 no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/left_arrow.png");
  left: 16px;
}

.lt-ie9 .fancybox-prev span {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/left_arrow1x.png") 0 0 no-repeat;
}


.fancybox-next span {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/right_arrow.png");
  right: 16px;
}

.lt-ie9 .fancybox-next span {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/right_arrow1x.png") 0 0 no-repeat;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://assets.bigcartel.com/theme_assets/3/1.7.2/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/**** Isotope Filtering ****/


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* @group responsive breakpoints */
/* @end */
.loaded a, .loaded .main .button, .main .loaded .button, .loaded aside form.search label, aside form.search .loaded label, .loaded .overlay .products_list .product .product_info, .overlay .products_list .product .loaded .product_info {
  -webkit-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -moz-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -o-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

aside nav .cart, .main, .main header, .products_list, .page.cart form > ul .col1,
.page.cart form > ul .col2, form.contact li {
  zoom: 1;
}
aside nav .cart:after, .main:after, .main header:after, .products_list:after, .page.cart form > ul .col1:after,
.page.cart form > ul .col2:after, form.contact li:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* @group base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  height: 100%;
  min-height: 100%;
  min-width: 200px;
}

body {
  background-color: #FFFFFF;
  background-image:  url("https://assets.bigcartel.com/theme_images/152130546/file-9egZPwvsEei7BGbQdnaCaM-1000009075.jpg") ;
  background-repeat: repeat;
  color: #FFFFFF;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
@media screen and (max-width: 765px) {
  body {
    background-color: #05090a;
    overflow-x: hidden;
  }
}
body.working {
  cursor: progress !important;
}

.wrapper {
  height: 100%;
  min-height: 100%;
  position: relative;
}
@media screen and (min-width: 765px) {
  .wrapper:after {
    background: #05090a;
    content: "";
    display:  none ;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 209px;
    z-index: 1;
  }
}
@media screen and (min-width: 765px) and (max-width: 765px) {
  .wrapper:after {
    display: none;
  }
}

::selection {
  background-color: #D11414;
}

::-moz-selection {
  background-color: #D11414;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: transparent;
  font-family: Impact, Charcoal, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

h1 {
  font-size: 21px;
  line-height: 1.3em;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

p {
  margin-bottom: 15px;
}

sup,
sub {
  font-size: 0.6em;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

pre code,
code {
  font-family: "Courier New", Courier, Monospace !important;
  font-weight: 700;
}

blockquote {
  width: auto;
  font-style: italic;
  margin: 15px;
  padding: 10px;
}
blockquote:before, blockquote:after {
  display: inline;
  content: "\201C";
  font-size: 1.2em;
}
blockquote:after {
  content: "\201D";
}

small {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 15px;
}

i,
em {
  font-style: italic;
}

blockquote p {
  display: inline;
}

b,
strong {
  font-weight: 700;
}

hr {
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 1px;
  margin: 15px 0;
  width: 100%;
}

/* @end */
/* @group forms */
.main .button {
  background-color: #8130D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Arial Black;
  font-size: 11px;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 11px 20px;
}
.main .button:hover {
  background-color: #D11414;
  color: #FFFFFF;
}

input[type=text],
textarea {
  background: white;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial Black;
  height: 32px;
  padding: 6px 10px;
  outline: none;
}
input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px transparent inset;
  -moz-box-shadow: 0 0 5px transparent inset;
  box-shadow: 0 0 5px transparent inset;
}
@media screen and (max-width: 765px) {
  input[type=text],
  textarea {
    height: 40px;
  }
}

textarea {
  padding: 10px;
}

/* @end */
/* @group errors */
.errors {
  background-color: #D11414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 765px) {
  .errors {
    margin: 16px 0;
  }
}
.errors li {
  font-size: 11px;
  font-weight: 700;
  height: auto !important;
  line-height: 1.3em;
  padding: 15px !important;
}

/* @end */
/* @group standalone pages (maintenance, checkout, etc) */
.standalone {
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  padding-top: 120px;
  text-align: center;
}
.standalone h2 {
  margin-bottom: 10px;
}

/* @end */
/* @group responsive utility classes */
.mobile_only {
  display: none;
}
@media screen and (max-width: 765px) {
  .mobile_only {
    display: block;
  }
}

.not_mobile {
  display: block;
}
@media screen and (max-width: 765px) {
  .not_mobile {
    display: none;
  }
}

/* @end */
/* @group sidebar */
aside {
  background-color: #05090a;
  float: left;
  height: 100%;
  padding: 57px 30px 0;
  position:  fixed ;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 209px;
  z-index: 100;
}
@media screen and (max-width: 765px) {
  aside {
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    min-height: 100%;
    padding: 0 32px;
    position: absolute;
    width: 272px;
    z-index: 1;
  }
}
aside > div {
  min-height:  100% ;
  margin-bottom: -94px;
}
@media screen and (max-width: 765px) {
  aside > div {
    margin-bottom: 0;
    min-height: 0;
  }
}
aside > div:after {
  content: "";
  display: block;
  height: 94px;
}
@media screen and (max-width: 765px) {
  aside > div:after {
    display: none;
  }
}
aside a {
  color: #FFFFFF;
}
aside a:hover, aside a.current {
  color: #D11414;
}
aside header {
  margin-bottom: 35px;
  overflow: hidden;
  width: 150px;
}
@media screen and (max-width: 765px) {
  aside header {
    margin: 14px 0;
    width: 100%;
  }
}
aside header .logo {
  display: block;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
  word-wrap: break-word;
}
@media screen and (max-width: 765px) {
  aside header .logo {
    font-size: 16px;
  }
}
aside form.search {
  color: #FFFFFF;
  cursor: pointer;
  height: 20px;
  padding: 3px 0 5px;
  position: relative;
}
@media screen and (max-width: 765px) {
  aside form.search {
    height: 28px;
    padding-top: 5px;
  }
}
aside form.search:hover label {
  color: #D11414;
}
aside form.search.focus label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
aside form.search label {
  cursor: pointer;
  display: block;
  font-size: 11px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  top: 4px;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  aside form.search label {
    font-size: 14px;
    top: 6px;
  }
}
aside form.search input[type=text] {
  border: none;
  background: transparent;
  color: #8130D9;
  cursor: pointer;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  height: auto;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
aside form.search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
aside nav section {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 10px 0;
}
@media screen and (max-width: 765px) {
  aside nav section {
    padding: 11px 0 6px;
  }
}
@media screen and (max-width: 765px) {
  aside nav .cart {
    height: 30px;
  }
}
aside nav .cart b {
  float: left;
}
aside nav .cart span {
  border-left-color: #FFFFFF;
  border-left-style: solid;
  border-left-width: 1px;
  float: right;
  font-size: 11px;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 765px) {
  aside nav .cart span {
    font-size: 14px;
  }
}
aside nav .cart span .currency_sign {
  border: none;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
aside nav .cart span:last-child {
  border-left: none;
}
aside nav .title,
aside nav .title a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 765px) {
  aside nav .title,
  aside nav .title a {
    font-size: 14px;
  }
}
aside nav .title a:hover, aside nav .title a.current {
  color: #D11414;
}
aside nav li {
  line-height: 1.9em;
}
aside nav a {
  display: block;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 765px) {
  aside nav a {
    font-size: 14px;
    line-height: 29px;
  }
}
aside footer {
  height: 94px;
  padding: 40px 0 30px;
}
aside footer cite a {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.7.2/images/bc_badge.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  float: left;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 79px;
  height: 24px;
}

/* @end */
/* @group main */
.main {
  overflow: hidden;
  padding: 60px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .main {
    background-color: #FFFFFF;
    background-image:  url(https://assets.bigcartel.com/theme_images/152130546/file-9egZPwvsEei7BGbQdnaCaM-1000009075.jpg) ;
    background-repeat: repeat;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
    width: 100%;
    z-index: 2;
  }
  .show_menu .main {
    -webkit-transform: translateX(271px);
    -moz-transform: translateX(271px);
    -ms-transform: translateX(271px);
    -o-transform: translateX(271px);
    transform: translateX(271px);
  }
}
.main a,
.main a:visited {
  color: #8130D9;
}
.main a:hover,
.main a:visited:hover {
  color: #D11414;
}
.main header {
  background-color: #05090a;
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: none;
  height: 48px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .main header {
    display: block;
  }
}
.main header .logo {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  line-height: 48px;
  margin-left: -35%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.main header .cart {
  background: #FFFFFF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  color: #05090a;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 12px 16px;
  padding: 0;
  text-align: center;
  width: 24px;
}
.main header .menu {
  display: block;
  float: left;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
}
.main header .menu b,
.main header .menu b:before,
.main header .menu b:after {
  background: #FFFFFF;
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.main header .menu b:before,
.main header .menu b:after {
  content: "";
}
.main header .menu b:before {
  top: -3px;
}
.main header .menu b:after {
  top: 5px;
}
.main .page {
  margin: 0 60px 0 260px;
  min-width: 500px;
  padding-bottom: 60px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .main .page {
    min-width: 0;
  }
}
@media screen and (max-width: 765px) {
  .main .page {
    margin: 0;
  }
}
.main h1 {
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .main h1 {
    font-size: 16px;
    height: auto;
    margin-bottom: 0;
    padding: 13px 32px 0;
  }
}
.main .alert {
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .main .alert.noproducts {
    padding: 20px 32px;
  }
}

/* @end */
.page.home {
  margin-right: 16px;
  padding-top: 60px;
}
@media screen and (max-width: 765px) {
  .page.home {
    margin-right: 0;
    padding-top: 0;
  }
}

.page.products {
  margin-right: 16px;
}
@media screen and (max-width: 765px) {
  .page.products {
    margin-right: 0;
  }
  .page.products h1 {
    padding-top: 23px;
  }
}

@media screen and (max-width: 765px) {
  .products_list {
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  .products_list {
    padding: 32px 0 0;
  }
}
.products_list .product,
.products_list .product img {
  max-width:  210px ;
}
@media screen and (max-width: 480px) {
  .products_list .product,
  .products_list .product img {
    max-width: 100%;
  }
}
.products_list .product {
  float: left;
  margin: 0 30px 30px 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 765px) {
  .products_list .product {
    margin-right: 8%;
    max-width: none;
    text-align: center;
    width: 46%;
  }
  .products_list .product:nth-child(2n+1) {
    clear: left;
  }
  .products_list .product:nth-child(2n) {
    margin-right: 0;
  }
  .products_list .product img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .products_list .product {
    float: none;
    margin: 0 32px 23px;
    max-width: none;
    width: auto;
  }
  .products_list .product:nth-child(2n) {
    margin-right: 32px;
  }
  .products_list .product img {
    max-width: 100%;
    width: 100%;
  }
}
.products_list .product a {
  display: block;
  -webkit-font-smoothing: antialiased;
}
.overlay .products_list .product:hover .product_info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.products_list .product .product_info {
  font-weight: 700px;
  padding: 15px;
  text-align: center;
}
.products_list .product .product_info span {
  font-size: 11px;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .products_list .product .product_info {
    color: #8130D9;
    font-size: 12px;
    line-height: 1.4em;
    padding-top: 16px;
  }
}
.products_list .product .product_info .product_name {
  display: block;
  font-weight: bold;
}
.products_list .product .product_info p {
  padding-top: 5px;
}
.overlay .products_list .product .product_info {
  background-color: #8130D9;
  color: #FFFFFF;
  display: block;
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay .products_list .product .product_info > div {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay .products_list .product .product_info p {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.overlay .products_list .product .product_info p .product_name,
.overlay .products_list .product .product_info p .sale,
.overlay .products_list .product .product_info p .price {
  display: block;
  font-weight: 700;
  padding: 5px 30px;
}
@media screen and (max-width: 765px) {
  .overlay .products_list .product .product_info p .product_name,
  .overlay .products_list .product .product_info p .sale,
  .overlay .products_list .product .product_info p .price {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 765px) {
  .overlay .products_list .product .product_info {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding: 5px 0;
    position: static;
  }
  .overlay .products_list .product .product_info > div,
  .overlay .products_list .product .product_info p {
    display: block;
    height: auto;
    margin-bottom: 0;
    width: auto;
  }
  .overlay .products_list .product .product_info p .product_name,
  .overlay .products_list .product .product_info p .sale,
  .overlay .products_list .product .product_info p .price {
    color: #8130D9;
    padding: 5px 0 0;
  }
  .overlay .products_list .product .product_info p .product_name {
    font-weight: bold;
  }
}

.pagination {
  visibility: hidden;
  opacity: 0;
  float: right;
  margin-bottom: 60px;
  padding: 30px;
}

.product_detail {
  padding-top: 60px;
}
@media screen and (max-width: 765px) {
  .product_detail {
    padding: 32px;
  }
}
.product_detail .gallery {
  float: left;
  max-width: 500px;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 1023px) {
  .product_detail .gallery {
    float: none;
    margin-bottom: 25px;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .product_detail .gallery {
    display: none;
  }
  .product_detail .gallery.mobile_only {
    display: block;
  }
  .product_detail .gallery.mobile_only img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .product_detail .gallery.mobile_only .mobile_gallery {
    text-align: center;
    margin-top: 16px;
  }
  .product_detail .gallery.mobile_only .mobile_gallery li {
    display: inline;
    margin: 8px 8px 8px 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .product_detail .gallery.mobile_only .mobile_gallery li img {
    display: inline;
    margin-bottom: 8px;
  }
  .product_detail .gallery.mobile_only .mobile_gallery .active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
  }
  .product_detail .gallery.mobile_only .mobile_gallery img {
    max-width: 50px;
  }
}
.product_detail .gallery > a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .product_detail .gallery > a img {
    margin: 0;
  }
}
.product_detail .gallery > ul {
  text-align: center;
}
.product_detail .gallery > ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 15px 15px 15px 0;
}
.product_detail .detail {
  float: left;
  margin-left: 5%;
  max-width: 390px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .product_detail .detail {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}
.product_detail .detail h1 {
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 765px) {
  .product_detail .detail h1 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
  }
}
.product_detail .detail .artists {
  color: transparent;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 765px) {
  .product_detail .detail .artists {
    display: inline;
    line-height: 1.4;
  }
  .product_detail .detail .artists:after {
    content: "/ ";
  }
}
.product_detail .detail .price {
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 765px) {
  .product_detail .detail .price {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
  }
}
.product_detail .detail .price i {
  color: #D11414;
  font-style: normal;
  font-size: 12px;
}
.product_detail .detail form {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
.product_detail .detail form p,
.product_detail .detail form select {
  min-width: 140px;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .product_detail .detail form p,
  .product_detail .detail form select {
    max-width: none;
    min-width: none;
  }
}
@media screen and (max-width: 765px) {
  .product_detail .detail form .button {
    display: block;
    margin: 0 0 16px;
    width: 50%;
  }
}
.product_detail .detail p {
  font-size: 12px;
  line-height: 18px;
}
.product_detail .description {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.product_detail .description img {
  margin-bottom: 20px;
  max-width: 100%;
}
.product_detail .description *:last-child {
  margin-bottom: 0;
}
.product_detail .availability {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
.product_detail .availability h5 {
  margin-bottom: 0;
}
.product_detail .availability ul {
  margin-top: 15px;
}
.product_detail .availability li {
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  width: 100%;
  padding: 0 5px;
  position: relative;
}
.product_detail .availability b {
  background-color: #8130D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  height: 20px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  position: absolute;
  top: 0;
}
.product_detail .availability i {
  font-style: normal;
  float: right;
}

.page.cart form > ul .col2 p, .page.cart form > ul .cart_item p, .page.cart form > ul .total .col2 p {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.page.cart {
  max-width: 720px;
  min-width: 500px;
  margin: 0 60px 0 260px;
}
@media screen and (max-width: 765px) {
  .page.cart {
    max-width: none;
    min-width: 0;
    margin: 0;
  }
  .page.cart h1 {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .page.cart form > ul {
    padding: 0 32px;
  }
}
.page.cart form > ul li {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  height: 70px;
  padding: 10px;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul li {
    height: auto;
    overflow: hidden;
    padding: 23px 0 32px;
    width: 100%;
  }
  .page.cart form > ul li:first-child {
    border-top: none;
  }
}
.page.cart form > ul .col1,
.page.cart form > ul .col2 {
  float: left;
  height: 50px;
  width: 70%;
}
.page.cart form > ul .col1 > div,
.page.cart form > ul .col2 > div {
  float: left;
}
.page.cart form > ul .col2 {
  float: right;
  width: 28%;
}
.page.cart form > ul .label {
  font-size: 11px;
  font-weight: 700;
  line-height: 56px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .cart_item {
    padding: 32px 0;
  }
  .page.cart form > ul .cart_item .col1 {
    width: 90%;
  }
  .page.cart form > ul .cart_item .col1 > div {
    width: 70%;
  }
  .page.cart form > ul .cart_item .col2 {
    width: 22px;
  }
  .page.cart form > ul .cart_item .detail .mobile_only {
    line-height: 1.4;
  }
}
.page.cart form > ul .cart_item .product_image {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  display: block;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
}
.page.cart form > ul .cart_item .product_image img {
  max-width: 100% !important;
}
.page.cart form > ul .cart_item .product_image + div {
  width: 60%;
}
.page.cart form > ul .cart_item p a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}
.page.cart form > ul .cart_item input[type=text] {
  float: right;
  margin: 8px 0 0;
  text-align: center;
  width: 42px;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .cart_item input[type=text] {
    display: none;
  }
}
.page.cart form > ul .cart_item .price {
  font-size: 11px;
}
.page.cart form > ul .cart_item div.remove {
  float: right;
}
.page.cart form > ul .cart_item a.remove {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.7.2/images/remove.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  display: block;
  height: 22px;
  float: right;
  text-indent: -9999px;
  width: 22px;
}
.lt-ie9 .page.cart form > ul .cart_item a.remove {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.7.2/images/remove1x.png) 0 0 no-repeat;
}
.page.cart form > ul .cart_item a.remove.loading {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.7.2/images/loading.png) 0 0 no-repeat;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.page.cart form > ul .total {
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .total .col1,
  .page.cart form > ul .total .col2,
  .page.cart form > ul .total .label {
    display: inline;
    width: auto;
  }
  .page.cart form > ul .total .label {
    font-size: 12px;
  }
}
.page.cart form > ul .total b {
  font-size: 20px;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .total b {
    font-size: 12px;
  }
}
.page.cart form > ul .total b + span {
  font-size: 11px;
}
.page.cart form > ul .total span {
  display: block;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .total span {
    display: inline;
  }
}
.page.cart form > ul .total span.currency_sign {
  display: inline;
  font-style: normal;
  font-weight: inherit;
}
.page.cart form > ul .total_price {
  line-height: 1.4;
  position: relative;
  top: 3px;
}
.page.cart form > ul .submit {
  padding-left: 66%;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .submit {
    border: none;
    padding: 0 16px 25px;
  }
}
.page.cart form > ul .submit button {
  margin: 10px 0 0 35px;
}
@media screen and (max-width: 765px) {
  .page.cart form > ul .submit button {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}
.page.cart .cart_empty p {
  font-size: 11px;
}
@media screen and (max-width: 765px) {
  .page.cart .cart_empty h1 {
    display: block;
    margin-bottom: 10px;
    padding-top: 29px;
  }
  .page.cart .cart_empty p {
    padding: 0 32px;
  }
}

@media screen and (max-width: 765px) {
  #contact h1 {
    padding: 16px 16px 0;
  }
  #contact .errors {
    margin: 16px 16px 0;
  }
}

form.contact {
  max-width: 390px;
}
@media screen and (max-width: 765px) {
  form.contact {
    max-width: none;
    padding: 16px;
  }
}
form.contact li {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 765px) {
  form.contact li {
    border: none;
    margin-top: 10px;
    padding-top: 0;
  }
}
form.contact li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
form.contact label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}
form.contact input[type=text],
form.contact textarea {
  width: 100%;
}
form.contact textarea {
  height: 100px;
}
form.contact .captcha label {
  margin-bottom: 3px;
}
form.contact .captcha input {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 150px;
}
@media screen and (max-width: 765px) {
  form.contact .captcha input {
    height: 51px;
    max-width: none;
    margin: 0 4% 0 0;
    width: 48%;
  }
}
@media screen and (max-width: 765px) {
  form.contact .captcha b {
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    width: 48%;
  }
}
form.contact .captcha img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 765px) {
  form.contact button {
    display: block;
    margin-top: 32px;
    width: 60%;
  }
}

.page.custom {
  max-width: 600px;
}
@media screen and (max-width: 765px) {
  .page.custom {
    max-width: none;
    padding: 0 32px 32px;
  }
}
.page.custom h1 {
  height: 55px;
}
@media screen and (max-width: 765px) {
  .page.custom h1 {
    padding: 29px 0 0;
  }
}

.page.custom h2,
.page.custom h3,
.page.custom h4,
.page.custom h5,
.page.custom h6,
.product_detail .description h2,
.product_detail .description h3,
.product_detail .description h4,
.product_detail .description h5,
.product_detail .description h6 {
  margin-bottom: 15px;
}
.page.custom p,
.page.custom ul,
.page.custom ol,
.page.custom dl,
.product_detail .description p,
.product_detail .description ul,
.product_detail .description ol,
.product_detail .description dl {
  font-size: 12px;
  line-height: 18px;
}
.page.custom ol,
.page.custom ul,
.product_detail .description ol,
.product_detail .description ul {
  padding-left: 2.5em;
  width: auto;
}
.page.custom ol,
.product_detail .description ol {
  list-style: decimal;
}
.page.custom ul,
.product_detail .description ul {
  list-style: disc;
}
.page.custom dl dt,
.product_detail .description dl dt {
  color: transparent;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.page.custom dl dd,
.product_detail .description dl dd {
  margin-bottom: 15px;
}
.page.custom img,
.page.custom object,
.page.custom video,
.page.custom audio,
.page.custom iframe,
.page.custom embed,
.product_detail .description img,
.product_detail .description object,
.product_detail .description video,
.product_detail .description audio,
.product_detail .description iframe,
.product_detail .description embed {
  max-width: 100%;
  margin: 15px 0;
}
/*------------------------------------------------------------

Theme:  Sidecar
Author: Big Cartel
        http://bigcartel.com

        Big Cartel Stores CSS
        Copyright 2013 Big Cartel, LLC
        More info at: http://bigcartel.com

------------------------------------------------------------*/

/*


 */

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/

/* Add spacing around product grid */
.products-grid, .product-list, .product {
    margin: 20px auto !important;
    padding: 10px !important;
}

/* Price + product titles visibility boost */
.product .price, 
.product .title {
    color: white !important;
    text-shadow: 1px 1px 3px black !important;
    font-weight: 700;
}
/* ========== GRID LAYOUT UPGRADE ========== */

/* Center the main product area & limit width */
.products-grid,
.product-list {
    max-width: 1150px;
    margin: 0 auto 40px auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px; /* space between items */
}

/* Each product card */
.product-list .product,
.products-grid .product {
    flex: 0 0 calc(33.333% - 18px); /* 3 per row on desktop */
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Keep images uniform */
.product-list .product img,
.products-grid .product img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* Hover effect – slight pop */
.product-list .product:hover,
.products-grid .product:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.7);
}

/* Titles & prices inside grid */
.product-list .product .title,
.products-grid .product .title {
    margin-top: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}

.product-list .product .price,
.products-grid .product .price {
    color: #ff2757; /* accent – tweak if you want */
    font-weight: 700;
    margin-top: 2px;
    text-shadow: 1px 1px 3px #000;
}

/* Mobile: 2 per row under 800px, 1 per row under 550px */
@media (max-width: 800px) {
    .product-list .product,
    .products-grid .product {
        flex: 0 0 calc(50% - 14px);
    }
}
@media (max-width: 550px) {
    .product-list .product,
    .products-grid .product {
        flex: 0 0 100%;
    }
}
/* ========== SINGLE PRODUCT PAGE GLOW-UP ========== */

/* Wrap/product area */
.product-show,
.product-page,
.product-single {
    max-width: 1000px;
    margin: 20px auto 60px auto !important;
    padding: 20px;
    background: rgba(0,0,0,0.75);
    border-radius: 10px;
}

/* Product title */
.product-show h1,
.product-page h1,
.product-single h1,
.product-show .product-title {
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    color: #ffffff;
}

/* Price */
.product-show .price,
.product-page .price,
.product-single .price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ff2757;
    margin-bottom: 14px;
}

/* Description text */
.product-show .description,
.product-page .description,
.product-single .description,
.product-description {
    font-size: 0.98rem;
    line-height: 1.55;
    color: #f5f5f5;
}

/* Main product image */
.product-show img,
.product-page img,
.product-single img {
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.8);
}

/* Add-to-cart button */
.product-show .button,
.product-page .button,
.product-single .button,
button.add-to-cart {
    background: #ff2757;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}

.product-show .button:hover,
.product-page .button:hover,
.product-single .button:hover,
button.add-to-cart:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}
/* ========== HEADER / SIDEBAR FLIP ========== */

/* Sidebar / header base */
#header,
.site-header,
.sidebar {
    background: #000000 !important;
    border-right: 1px solid #333;
    padding-top: 20px;
}

/* Logo – a little bigger, centered */
#header .logo img,
.site-header .logo img,
.sidebar .logo img {
    max-width: 150px;
    display: block;
    margin: 0 auto 20px auto;
}

/* Nav links – more spacing & uppercase */
#header nav a,
.site-header nav a,
.sidebar nav a,
#header .nav a,
.sidebar .nav a {
    display: block;
    padding: 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.15s ease, transform 0.15s ease;
}

/* Hover state – Ghetto Geekz highlight color */
#header nav a:hover,
.site-header nav a:hover,
.sidebar nav a:hover,
#header .nav a:hover,
.sidebar .nav a:hover {
    color: #ff2757;
    transform: translateX(2px);
}

/* Cart text and count */
#header .cart,
.sidebar .cart {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}
/* ===== PRICE VISIBILITY UPGRADE ===== */

.product .price,
.product-price,
.products-grid .product .price,
.product-list .product .price {
    color: #ffffff !important;                 /* bright white */
    font-family: "Arial Black", Impact, sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    /* make it pop off the art */
    text-shadow: 0 0 3px #000, 0 0 6px #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 10px;
    border-radius: 999px;
    display: inline-block;
    margin-top: 4px;
}
/* ============ GHETTO GEEKZ HERO BANNER ============ */

.gg-hero-banner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 10px auto 30px auto;
    padding: 32px 20px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at top left, #ff2757 0%, #000000 50%, #111111 100%);
    box-shadow: 0 12px 30px rgba(0,0,0,0.85);
}

/* subtle moving texture overlay */
.gg-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("https://images.pexels.com/photos/6311397/pexels-photo-6311397.jpeg?auto=compress&cs=tinysrgb&w=1200"); /* optional grunge texture */
    mix-blend-mode: soft-light;
    opacity: 0.18;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

/* content inside */
.gg-hero-inner {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #ffffff;
    max-width: 720px;
}

/* small top line */
.gg-hero-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 6px;
    opacity: 0.85;
}

/* main title */
.gg-hero-title {
    font-family: "Impact", "Arial Black", system-ui, sans-serif;
    font-size: 3rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

/* subtitle */
.gg-hero-sub {
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 620px;
    opacity: 0.95;
}

/* CTA row */
.gg-hero-cta-row {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* buttons */
.gg-hero-cta {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.18s ease;
    border: 2px solid transparent;
}

/* main button */
.gg-hero-cta-main {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/* ghost / secondary button */
.gg-hero-cta-ghost {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

/* hover states */
.gg-hero-cta-main:hover {
    background: #ff2757;
    border-color: #ff2757;
    color: #ffffff;
    transform: translateY(-2px);
}

.gg-hero-cta-ghost:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* light breathing animation on title */
@keyframes ggHeroPulse {
    0%   { text-shadow: 0 0 8px rgba(255,39,87,0.7); }
    50%  { text-shadow: 0 0 16px rgba(255,39,87,1); }
    100% { text-shadow: 0 0 8px rgba(255,39,87,0.7); }
}
.gg-hero-title {
    animation: ggHeroPulse 3.6s infinite ease-in-out;
}

/* mobile tweaks */
@media (max-width: 800px) {
    .gg-hero-banner {
        margin-top: 10px;
        padding: 24px 16px;
        border-radius: 0;
    }
    .gg-hero-title {
        font-size: 2.2rem;
        letter-spacing: 0.1em;
    }
    .gg-hero-sub {
        font-size: 0.95rem;
    }
    .gg-hero-cta-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ===== GHETTO GEEKZ HOME BANNER ===== */

.gg-welcome-banner {
    width: 100%;
    padding: 32px 0 36px 0;
    background: #000;
    border-bottom: 3px solid #ffffff;
    text-align: center;
    margin-bottom: 26px;
    opacity: 0;
    animation: ggFade 1s ease forwards;
}

@keyframes ggFade {
    0% {
        opacity: 0;
        transform: translateY(-12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gg-banner-inner h1 {
    font-family: Impact, "Arial Black", system-ui, sans-serif;
    font-size: 2.7rem;
    color: #ffffff;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 0 12px rgba(255,255,255,0.3);
}

.gg-banner-tagline {
    font-family: "Arial Black", system-ui, sans-serif;
    font-size: 1rem;
    color: #cfcfcf;
    margin-top: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gg-banner-quote {
    margin-top: 12px;
    font-size: 0.95rem;
    font-style: italic;
    color: #f5f5f5;
    letter-spacing: 0.06em;
}

.gg-banner-credit {
    font-style: normal;
    font-weight: 700;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ff2757;
}

/* mobile tweak */
@media (max-width: 700px) {
    .gg-banner-inner h1 {
        font-size: 2rem;
        letter-spacing: 0.12em;
    }
    .gg-banner-tagline {
        font-size: 0.9rem;
    }
    .gg-banner-quote {
        font-size: 0.86rem;
    }
}
.gg-welcome-banner h1:hover {
    letter-spacing: 0.2em;
    transition: 0.25s ease;
    color: #ff2757;
}
.gg-welcome-banner {
    animation: ggFade 1s ease forwards;
    opacity: 0;
}

@keyframes ggFade {
    0% { opacity: 0; transform: translateY(-12px); }
    100% { opacity: 1; transform: translateY(0); }
}
/* Product card glow + hover zoom */
.products_list .product img {
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.75);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.products_list .product:hover img {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 14px 30px rgba(0,0,0,0.9);
    filter: brightness(1.06);
}
/* Sidebar nav upgrades */
nav .title a {
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f0f0f0;
    transition: color 0.18s ease, letter-spacing 0.18s ease;
}

nav .title a:hover {
    color: #ff2757;
    letter-spacing: 0.18em;
}

/* active / current page */
nav .title a.current {
    color: #ff2757;
    font-weight: 700;
}
/* Product name + price styling */
.products_list .product h3,
.products_list .product .name {
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #ffffff;
}

.products_list .product .price {
    display: block;
    margin-top: 3px;
    font-size: 0.85rem;
    text-align: center;
}
/* ===== GHETTO GEEKZ VIDEO SECTION ===== */

.gg-video-section {
    background: #000;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #333;
}

.gg-video-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 12px;
}

.gg-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.9);
}

.gg-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gg-video-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #dcdcdc;
}
.gg-identity-bar {
  background: #000;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.gg-identity-main {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gg-identity-cta {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 18px;
  border: 1px solid #fff;
  text-decoration: none;
}

.gg-identity-cta:hover {
  background: #fff;
  color: #000;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 46, 136, 0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(52, 245, 255, 0.18), transparent 60%),
    url("https://assets.bigcartel.com/account_files/2531811/IMG_20230303_211115_655.jpg") 
      center bottom / cover fixed no-repeat;
  background-color: #000; /* safety net if image fails */
  color: var(--gg-text-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  mix-blend-mode: soft-light;
  background-image: 
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 100% 3px; /* scanline feel */
  z-index: 1;
}
.site-wrapper,
.page-content,
.main,
.container,
.wrapper {
  background: transparent;
}

.page,
.page-content,
.product-list,
.product-show,
.cart,
.footer,
.header,
.gg-panel {
  background: var(--gg-panel);
  border: 1px solid var(--gg-border);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 22px 45px rgba(0,0,0,0.85);
  border-radius: 18px;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}
.gg-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gg-accent-1);
  border: 1px solid rgba(52, 245, 255, 0.4);
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 12px rgba(52, 245, 255, 0.55);
}

.gg-section-title::before {
  content: "//";
  font-weight: 700;
  color: var(--gg-accent-2);
}
.gg-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gg-accent-1);
  border: 1px solid rgba(52, 245, 255, 0.4);
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 12px rgba(52, 245, 255, 0.55);
}

.gg-section-title::before {
  content: "//";
  font-weight: 700;
  color: var(--gg-accent-2);
}
/* ===== GHETTO GEEKZ CYBERPUNK FINAL OVERRIDES ===== */

/* 1. Remove black wallpaper from the main content area */
.page,
.wrapper,
.main,
.container,
.content,
#content,
body .main {
  background: transparent !important;
  box-shadow: none !important;
}

/* 2. Turn product grid + homepage sections into glassy neon HUDs */
.products_list,
.products_list .product,
.home .products_list,
.page.home .products_list {
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* product cards themselves */
.products_list .product {
  background: rgba(0, 0, 0, 0.65) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 12px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.8) !important;
}

.products_list .product:hover {
  box-shadow:
    0 0 15px rgba(52, 245, 255, 0.6),
    0 10px 40px rgba(0,0,0,0.9) !important;
  transform: translateY(-4px);
  transition: all 0.15s ease-out;
}

/* 3. Sidebar becomes semi-glass instead of a solid black block */
aside,
.sidebar,
#sidebar {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(4px) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* 4. Header bar transparent with neon edge */
.header,
.site-header,
.main header,
.top-bar {
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(4px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* 5. Thin neon divider line under the title */
h1.page-title,
h1.store-title,
.page h1 {
  text-shadow: 0 0 8px rgba(52,245,255,0.6),
               0 0 15px rgba(255,46,136,0.4);
}

/* 6. Video wrapper gets a neon frame */
iframe,
.video-wrapper,
.home iframe {
  border-radius: 12px !important;
  box-shadow:
    0 0 8px rgba(52, 245, 255, 0.35),
    0 0 20px rgba(0, 0, 0, 0.85) !important;
  overflow: hidden !important;
}

/* 7. Page bottom spacing fix */
#layout,
body .page {
  padding-bottom: 60px !important;
}
/* ============================
   GHETTO GEEKZ – URBAN CYBERPUNK SKIN
   (safe overrides – only restyles, no layout break)
   ============================ */

/* Slightly deeper night tone */
body {
  background-color: #03030b !important;
}

/* Main home panel – center “hood HUD” container */
.page.home {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 60px;
  background: radial-gradient(circle at top, rgba(52, 245, 255, 0.06), transparent 55%) 
              rgba(0, 0, 0, 0.92) !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 24px 55px rgba(0, 0, 0, 0.95);
}

body {
    background:
        radial-gradient(circle at center,
            #151515 0%,
            #050505 55%,
            #000000 100%);
    color: #f5f5f5;
}
#content,
.product-list {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 24px 18px 40px;
    background: rgba(3, 3, 3, 0.9);  /* barely off-black */
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.85);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.18;  /* keep this LOW so it doesn’t fight your photos */
    mix-blend-mode: soft-light;
}
/* ===========================
   GHETTO GEEKZ – PREMIUM UI TWEAKS
   =========================== */

/* 1. Hairline border + light glass feel on product cards */
.product {
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(2px);
}

/* 2. Stronger, smoother hover shadow (lift off the glass) */
.product:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.75);
}

/* 3. Soft glow on product titles (Apple-style readability) */
.product .product-title,
.product .title,
.product .product-name {
    text-shadow: 0 0 6px rgba(255,255,255,0.18);
}

/* 4. Slight zoom on product images to feel “touchable” */
.product img {
    transition: transform 0.25s ease;
}

.product:hover img {
    transform: scale(1.025);
}
/* ===========================================
   GHETTO GEEKZ – SIMPLE SMART UX UPGRADES
   (no color/layout overhaul, just feel upgrades)
   =========================================== */

/* 1) Keep main content nicely centered on big screens */
.main .page {
  max-width: 1200px;
  margin: 0 auto;
}

/* 2) Buttons feel more tappable + responsive */
.main .button,
button,
input[type=submit] {
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.main .button:hover,
button:hover,
input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

.main .button:active,
button:active,
input[type=submit]:active {
  transform: translateY(0);
  box-shadow: none;
  opacity: 0.85;
}

/* 3) Product tiles: simple hover pop, easier to scan */
.products_list .product {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.products_list .product:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.7);
}

/* Make entire product card clickable (nicer UX) */
.products_list .product a {
  display: block;
}

/* 4) Product text: tiny readability boost */
.products_list .product .product_name,
.products_list .product h3,
.products_list .product .title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* 5) Sidebar links – easier to hit, same look */
aside nav a {
  padding: 3px 0;
  line-height: 1.8;
  transition: color 0.16s ease, transform 0.16s ease;
}

aside nav a:hover {
  transform: translateX(2px);
}

/* 6) Make the YouTube video a bit more “framed” without changing style */
.main iframe {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.8);
}

/* ==== HOMEPAGE PRODUCT GRID – MAGAZINE FEEL ==== */

/* Wrap the home product list in a clean grid */
.home .products,
.home ul.products,
.home .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  padding: 0;
}

/* Each product = same-sized card */
.home .products li,
.home ul.products li,
.home .product_list li {
  flex: 1 1 190px;
  max-width: 220px;
  background: rgba(0,0,0,0.75);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.75);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover = subtle magazine pop, not cartoon glow */
.home .products li:hover,
.home ul.products li:hover,
.home .product_list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.9);
}

/* Product name */
.home .products li a,
.home ul.products li a,
.home .product_list li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

/* Price styling */
.home .products li .price,
.home ul.products li .price,
.home .product_list li .price {
  font-size: 13px;
  opacity: 0.85;
}

/* Sold out label – make it look intentional */
.home .products li .sold_out,
.home ul.products li .sold_out,
.home .product_list li .sold_out {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.7;
}

/* Mobile: stack clean */
@media (max-width: 768px) {
  .home .products,
  .home ul.products,
  .home .product_list {
    justify-content: center;
  }

  .home .products li,
  .home ul.products li,
  .home .product_list li {
    max-width: 100%;
  }
}

.gg-section-title {
  margin: 36px 0 16px;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Homepage product list – even, magazine-style tiles */
.home ul.products,
.home .products,
.home .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
}

.home ul.products li,
.home .products li,
.home .product_list li {
  flex: 1 1 170px;
  max-width: 210px;
  background: rgba(0,0,0,0.75);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.8);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home ul.products li:hover,
.home .products li:hover,
.home .product_list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.95);
}

/* Product name + price */
.home ul.products li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.home ul.products li .price {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 2px;
}

/* Mobile stack */
@media (max-width: 768px) {
  .home ul.products,
  .home .products,
  .home .product_list {
    justify-content: center;
  }

  .home ul.products li,
  .home .products li,
  .home .product_list li {
    max-width: 100%;
  }
}

.gg-section-title {
  margin: 36px 0 16px;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
/* Homepage product list → clean grid */
.home ul.products,
.home .products,
.home .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
}

.home ul.products li,
.home .products li,
.home .product_list li {
  flex: 1 1 170px;
  max-width: 210px;
  background: rgba(0,0,0,0.75);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.85);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home ul.products li:hover,
.home .products li:hover,
.home .product_list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,1);
}

.home .products,
.home ul.products,
.home .product_list {
  justify-content: center;
}

.sidebar a {
  transition: 0.2s ease;
}

.sidebar a:hover {
  color: #ff2e88 !important;  /* neon magenta */
  text-shadow: 0 0 8px rgba(255,46,136,0.85);
}

.product_list img {
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.gg-drop-bg-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(255,46,136,0),
    rgba(255,46,136,0.8),
    rgba(255,46,136,0)
  );
  margin: 30px 0;
  opacity: 0.4;
}

.gg-subline {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.15em;
  opacity: 0.55;
  margin-top: -10px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.product_list li a:hover {
  color: #ff2e88 !important;
  text-shadow: 0 0 8px rgba(255,46,136,0.8);
}

.gg-line {
  width: 100%;
  height: 2px;
  margin: 28px 0 14px;
  background: linear-gradient(
    to right,
    rgba(52,245,255,0),
    rgba(52,245,255,1),
    rgba(255,46,136,1),
    rgba(255,46,136,0)
  );
  opacity: 0.6;
}
.sidebar a {
  text-shadow:
    1px 1px 0 #000,
    2px 2px 3px rgba(0,0,0,0.7);
}

.sidebar {
  background: url("https://i.imgur.com/4L5ci7J.png") no-repeat center top;
  background-size: cover;
  padding-top: 40px;
}

/* ===== CUSTOM GRAFFITI TAG: GHETTO GEEKZ ===== */

.gg-graffiti-stamp {
  font-family: "Permanent Marker", "Marker Felt", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #ff2e88;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255,46,136,0.8),
    0 0 12px rgba(255,46,136,0.6),
    0 0 18px rgba(255,46,136,0.4),
    2px 2px 0 rgba(0,0,0,0.7); /* shadow like a wall tag */
  display: block;
  transform: rotate(-4deg);
  margin-bottom: 18px;
}

/* Optional: Adinkra symbol stamp variation */
.gg-adinkra-stamp {
  font-family: "Permanent Marker", sans-serif;
  font-size: 22px;
  color: #34f5ff;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 6px rgba(52,245,255,0.8),
    0 0 14px rgba(52,245,255,0.5),
    0 0 20px rgba(52,245,255,0.3);
  transform: rotate(3deg);
  display: block;
  margin-bottom: 14px;
}
