/** Shopify CDN: Minification failed

Line 111:6 Expected "}" to go with "{"

**/
.specSheetHide {display:none}

  @media only screen and (min-width: 750px) { 
    .grid-container { grid-template-columns: 25% 25% 25% 25%;}
    .titleSpec { grid-area: 1 / 1 / 2 / 5;}
  
  }
  @media only screen and (max-width: 749px) {
    .grid-container { grid-template-columns: 50% 50%;}
    .titleSpec { grid-area: 1 / 1 / 2 / 3;}
  }

  .grid-container {
  display: grid;
  gap: 0px;
  padding: 0px;
  div:nth-child(even) {
  background: #fafafa;
  }
  .titleSpec {
  background-color: #ececec;
  text-align: center;
  padding: 20px 0;
  text-transform:uppercase;
    font-family:roboto, sans-serif;
  }
  .item {
  background-color: revert;
  text-align: left; 
  padding: 20px;
  text-transform:capitalize;
  border-style:solid;
  border-width:1px;
  border-color:#ececec;
    font-family:roboto, sans-serif;

  } 
    .titleSpecLogo {
  background-color: #09233c;
  text-align: left;
      padding:2rem;
  }
  h1.specProductName {
     font-family:roboto, sans-serif;
    }
  .enhanced-content-bullets {
    font-family:roboto, sans-serif;
  }
  .specFooter {
     font-family:roboto, sans-serif;
    float:right;
    }

@media print {

      body {-webkit-print-color-adjust: exact;}

  .grid-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 0px;
  padding: 0px;
  div:nth-child(even) {
  background: #fafafa;
  }
  }
  .titleSpec {
  background-color: #09233c;
  text-align: center;
  padding: 20px 0;
  text-transform:uppercase;
  color:#fff !important;
    font-family:roboto, sans-serif;
  }
    .titleSpecLogo {
  background-color: #09233c;
  text-align: left;
      padding:2rem;
  }
  .item {
  background-color: revert;
  text-align: left; 
  padding: 20px;
  text-transform:capitalize;
  border-style:solid;
  border-width:1px;
  border-color:#09233c;
    color:#000;
    
  } 
  .titleSpec {
  grid-area: 1 / 1 / 2 / 5;
  }
    h1.specProductName {
     font-family:roboto, sans-serif;
    }
  .enhanced-content-bullets {
    font-family:roboto, sans-serif;
  }
  .specFooter {
     font-family:roboto, sans-serif;
    float:right;
    }

}
      