/** Shopify CDN: Minification failed

Line 33:1 Expected "}" to go with "{"

**/
.sticker--container {
  height: 8rem;
  position: relative;
}
.sticker--image {

  border: 0;
  width: 14rem;
  height: 14rem;
  bottom: -3rem;
  position: absolute;
  z-index: 999;
}
.sticker--image.position-left {
  left: 15%;
}
.sticker--image.position-center {
  right: 40%;
}
.sticker--image.position-right {
  right: 15%;
}

@media only screen and (max-width: 750px) {
.sticker--image {
  width: 10rem;
  height: 10rem;
}