
.badges {
    position: absolute;
    top: 2em;
    left: 2em;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
[class^="badge-"]{
    background: white;
    border-radius: 12px;
    padding: .2em .5em;
    color: black;
}
.badge--new {
  background: #ede7a1;
}

.item-name{
  color: #ff77b6;
}

.cart-count{color: black;}
.btn{color: inherit;}
.bg-body{ background-color: #242424;}
.cl-accent{color: white;}
.hover-cl-backing:hover{background-color: transparent;}
.anim_wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  z-index: -1;
}

.anim_1, .anim_2, .anim_3{
    height: 150px;
    margin: 1em 0 0 0;
}

.anim_1 {
  background: #ede7a1;
}
.anim_2 {
  background: #cf9eb3;
}
.anim_3 {
  background: #47aca5;
  position: relative;
  
}
.anim_3:before {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  height: 10px;
  background: radial-gradient(#193e56 0% 69%, #47aca5 0%);
  background-size: 28px 27px;
  background-repeat: repeat-x;
  background-position-y: -18px;
  animation: waveAnimation 2s  infinite linear;
	
	}

 @keyframes waveAnimation { from { background-position-x: 0px; } to { background-position-x: 28px;}} 

.aside-footer {
  top: initial;
  bottom: 30px;
}

.low-stock {
  background: #ffd1d4;
  display: inline-block;
  color: #676767;
  padding: 5px;
  margin: 5px;
  border-radius: 50px;
}

.product-item img {
  border-radius: 40px;
}

header, main, footer {
  background-color: transparent;
}

body {
 /* background-color: #ffd1d4;*/
}

.back-button {
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  line-height: 72.5px;
  border-radius: 0;
  border-bottom-right-radius: 100%;
}

.width-wrapper {
  background: rgb(1,124,254);
  background: linear-gradient(180deg, rgb(86, 168, 255) 0%, rgb(156, 234, 244) 100%);
  background: rgb(198,196,156);
  background: linear-gradient(0deg, rgba(198,196,156,1) 0%, rgba(91,164,164,1) 25%, rgba(47,42,84,1) 100%);
  min-height: 80vh;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}

@keyframes TRAIL {
  0% {
    transform: rotate(19deg) translateX(150%);
  }
  
  100% {
    transform: rotate(19deg) translateX(-200%);
  }
}

.width-wrapper:after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 33%;
  width: 50%;
  height: 5px;
  border-radius: 33%;
  background: rgb(205,231,255);
  background: linear-gradient(90deg, rgba(205,231,255,1) 0%, rgba(205,231,255,0) 100%);  
  animation: TRAIL infinite linear 90s;
}

span.price {
  display: block;
  padding: 5px;
}

.savings {
  display: block !important;
  font-size: 0.8em;
  color: white;
}

/* 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: transparent;
  border: #04cfad;
  color: #ffffff;
  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: #04cfad;
}

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

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

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

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