/** Shopify CDN: Minification failed

Line 165:8 Expected identifier but found whitespace
Line 165:10 Unexpected "{"
Line 165:25 Expected ":"

**/
/* #Reelight icons
================================================== */

@font-face {
  font-family: 'reelight';
  src: url('http://reelight.com/cdn/shop/files/reelight.woff2?v=1669974410');
 
  src:  
 
    url('http://reelight.com/cdn/shop/files/reelight.woff?v=1669974410') format('woff'),
    url('http://reelight.com/cdn/shop/files/reelight.woff2?v=1669974410') format('woff2');
    
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reelight' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-battery:before {
  content: "\e900";
}
.icon-level:before {
  content: "\e901";
}
.icon-no-tools:before {
  content: "\41";
}
.icon-play:before {
  content: "\61";
}
.icon-alu-only:before {
  content: "\62";
}
.icon-nova:before {
  content: "\63";
}
.icon-reeflash:before {
  content: "\64";
}
.icon-always-on:before {
  content: "\65";
}
.icon-constant:before {
  content: "\66";
}
.icon-reelight-facebook:before {
  content: "\67";
}
.icon-reelight-favicon:before {
  content: "\68";
}
.icon-enviromental:before {
  content: "\69";
}
.icon-flash:before {
  content: "\6a";
}
.icon-reelight-instagram:before {
  content: "\6b";
}
.icon-reelight-linkedin:before {
  content: "\6c";
}
.icon-info:before {
  content: "\6d";
}
.icon-level-1:before {
  content: "\6e";
}
.icon-reelight-twitter:before {
  content: "\6f";
}
.icon-reflex:before {
  content: "\70";
}
.icon-level-2:before {
  content: "\71";
}
.icon-level-3:before {
  content: "\72";
}
.icon-theft-proof:before {
  content: "\73";
}
.icon-tighten:before {
  content: "\74";
}
.icon-magnet:before {
  content: "\75";
}
.icon-manual:before {
  content: "\76";
}
.icon-visible:before {
  content: "\77";
}
.icon-water-proof:before {
  content: "\78";
}
.icon-no-batteries:before {
  content: "\79";
}
.icon-reddot:before {
  content: "\7a";
}
.icon-media:before {
  content: "\e902";
}
.icon-help:before {
  content: "\e903";
}


/* Specs
================================================== */

.specs tr, .specs td {
  
  border: none;
      vertical-align: middle;
      padding-top:0.35em;
      padding-bottom:0.35em;
}

  
.specs.collections {
	position: relative;
    top: 10px;
    margin-bottom: 20px;
    line-height: 1.2em;
    
}

.specs [class*='icon-'] {
 
  font-size: 35px;
  padding-left: 0px;
  padding-right: 10px;
  
}

.specs .important {
 
  color: {{ font_col_sale }};
  
}