/** Shopify CDN: Minification failed

Line 31:1 Unexpected "{"
Line 31:2 Expected identifier but found "%"
Line 33:6 Expected identifier but found "66.66%"
Line 34:3 Expected identifier but found "%"
Line 36:6 Expected identifier but found "33.33%"
Line 37:1 Expected identifier but found "%"

**/
.fit-container {
position:relative;
width:200px;
 margin:3px 0px;
  background-color:#CCCCCC;
    height:10px;
  font-size:0.9em
}
.fit-bar-container {
position:relative;
width:200px;
 margin:10px 0px;
  background-color:#CCCCCC;
    height:10px;
  font-size:0.9em
}
.bar {
position:absolute;
height:10px;
background-color:#d3232a;
 {% if product.metafields.product.fit == "comfort" %}
left: 0%;
right:66.66%
  {% elseif  product.metafields.product.fit == "performance" %}
left: 33.33%;
right:33.33%
{% elseif  product.metafields.product.fit == "aero" %}
left: 66.66%;
right:0%
}
.bar-break-1 {
height:100%;
position:absolute;
left:33%;
width:3px;
background-color:#000;
}
.bar-break-2 {
height:100%;
position:absolute;
  left:66%;
width:3px;
background-color:#000;
}

.bar-labels {
width:33%;
}
.bar-labels-container {
display:flex;
  text-align:center;
  width:100%;
flex-direction: row;
flex-wrap: wrap;

}