.loaded .pace-active {
  opacity: 0;
  pointer-events: none;
}

table a {
  font-weight: 800;
  text-decoration: underline;
  font-size: 1.2em;
}

#scp-trigger {
  display: none !important;
}

#scp-notice {
  display: block;
  top: initial !important;
  font-family: inherit !important;
  bottom: 0;
  font-size: inherit !important;
  padding: 15px 35px 15px 45px !important;
}

#scp-notice > * {
  color: black !important;
}

#scp-close {
  background: white !important;
  border: 0;
  border-right: 1.5px solid black;
  border-radius: 0 !important;
  height: 100% !important;
}

#scp-notice a {
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 1.5px solid black;
}

@media only screen and (min-width: 600px) {
  div.cc-theme-edgeless.cc-window {
    max-width: 100%;
    text-align: center;
    align-items: stretch;
    border-top: 1px solid black;
  }
  div.cc-theme-edgeless.cc-window > *, a.cc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  a.cc-btn {
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: white;
    color: black;
  }
}

#product .grid-sizer, #product .grid-item {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  #product .grid-sizer, #product .grid-item {
    width: 100%;
  } 
}

#product .product-grid {
  max-width: 600px;
  margin: auto;
}

.notice {
  font-size: 0.85em;
}

.pid-686018 img {
max-width: 120%;
top: 40%;
}
.pid-686018 .product-item {
overflow: visible;
}

/* OVERRIDES */

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

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

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


.regular-prod .glass-case, .regular-prod .gc-display-area {
  width: 100% !important;
}

.glass-case {
  margin: auto;
  margin-bottom: 15px;
}

.gc-display-area {
  background-color: transparent;
  border: 0;
}

.gc-display-container {
  margin: 0 !important;
  position: static;
}

.gc-icon {
  background: #fafafa;
  border: #000000;
  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: #000000;
}

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

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

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