/** Shopify CDN: Minification failed

Line 40:0 Unexpected "}"

**/
/* assets/savingsbadge.css */

/* Badge itself */
.savingsbadge {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;           /* reduced from 8px */

  background: #e74c3c;
  color: #fff;

  padding: 3px 7px;           /* reduced from 6px 12px */
  border-radius: 2px;
  font-weight: 500;           /* slight reduction from 700 */
  font-size: 12px;            /* restored to original */

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* Price block adjustments */
.price-wrapper .price {
  display: inline-flex;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  margin-right: 6px;         /* reduced from 8px */
}

/* Orange version */
.savingsbadge--orange {
  background: #e67e22;
}

}