/** Shopify CDN: Minification failed

Line 26:0 Expected "*/" to terminate multi-line comment

**/
.product-badge {
  position: absolute;
  top: 30px;      /* adjust position as needed */
  left: 40px;    /* adjust position as needed */
  z-index: 10;    /* keep it on top of image */
}

.product-badge img {
  max-width: 80px; /* adjust badge size */
  height: auto;
  display: block;
}
@media (max-width: 575px) {
  .product-badge {
    left: 0px; /* adjust position as needed */
  }
  .product-badge img {
  max-width: 60px; /*
  }
}
