/** Shopify CDN: Minification failed

Line 25:13 Expected identifier but found whitespace
Line 25:15 Unexpected "{"
Line 25:34 Expected ":"
Line 26:8 Expected identifier but found whitespace
Line 26:10 Unexpected "{"
Line 26:31 Expected ":"
Line 27:12 Expected identifier but found whitespace
Line 27:14 Unexpected "{"
Line 27:34 Expected ":"
Line 27:50 Expected ":"
... and 4 more hidden warnings

**/
.product-label-container {
  top: 3px;
  bottom: 7.5px;
  left: 7.5px;
  right: 3px;
}
.product-label > span {
  display: inline-block;
  padding: 0.4em 0.4em;
  background: {{ prod_over_redu_bg }};
  color: {{ prod_over_redu_text }};
  font-size: {{ font_size_base_int | minus: 9 }}px;
  line-height: 1.2;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product-label > span {
    font-size: {{ font_size_base_int | minus: 2 }}px;
  }
}
.subheading--over {
margin-bottom: 0em;
}
.section-footer__row--blocks {
padding-bottom: 0px;
}
.lightly-spaced-row {
margin-bottom: 0.25em;
}
.product-detail .detail .title {
  margin: 0 0 0.2em;
}
