<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#section-compare tr td:nth-child(5) {
  display: table-cell;
}
body.storepage_42 #section-compare tr td:nth-child(5) {
  display: none; /*hide stage air v2 only for CA*/
}
#section-compare .container {
  overflow-x: scroll;
}

#section-compare .row {
  min-width: 675px;
}

html #section-compare .row {
  min-width: 0;
}
#section-compare table {
  max-width: 1440px;
  margin: 0 auto;
}

#section-compare td {
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
}


#section-compare td h4 {
  text-align: left;
  padding-right: 0px;
  font-size: 14px;
}

#section-compare td ul {
  padding-left: 15px;
}

#section-compare td ul.no-dot {
  list-style: none;
  padding-left: 0;
}

#section-compare tr.border-bottom {
  border-bottom: 1px solid #bababa;
}

#section-compare tr button {
  background-color: #D83030;
  text-transform: uppercase;
  color: white;
  padding: 0.8em 1.8em;
  font-size: calc(8px + (12 - 8) * ((100vw - 320px) / (767 - 320))) !important;
  border: none;
}

#section-compare tr .price span {
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
}
@media screen and (min-width: 675px) {
  #section-compare .container {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) { 
  #section-compare td {
    font-size: 0.9vw;
  }
  html #section-compare tr&gt;td {
    width: calc(80% / 4);
  }
  html[lang="en"] #section-compare tr&gt;td {
    width: calc(90% / 5);
  }
  html #section-compare tr&gt;td:first-of-type {
    width: 20% !important;
  }
  html[lang="en"] #section-compare tr&gt;td:first-of-type {
    width: 10% !important;
  }
  html #section-compare td {
    font-size: 1vw;
  }

  #section-compare tr button {
    padding: 0.8vw 1.8vw;
    font-size: 0.8vw;
  }
  
  #section-compare tr .price span {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1200px) {
  html #section-compare td {
    font-size: 0.9vw;
  }
  #section-compare td h4 {
    font-size:20px;
  }
  #section-compare tr button {
    font-size:14px !important;
    padding: 0.5vw 1vw;
  }
}
@media screen and (max-width: 767px) {
  html #section-compare .compareproductitems tr &gt; td:nth-last-child(-n+2) {
    display:none !important; /*hide stage air and air v2 on mobile*/
  }
  #section-compare .no-mobile-padding {
    padding: 0 !important;
  }
  #section-compare .mobile-width,
  #section-compare .table-desc td {
    width: calc(100vw / 3);
    display: inline-block;
    padding: 10px;
  }
  #section-compare .table-desc td:first-of-type {
    width: 100vw !important;
    background: #999;
  }
  html #section-compare h4 {
    padding-right: 0 !important;
    text-align: center !important;
    margin: 0;
  }
  #section-compare tr button {
    padding: 6px;
  }
  #section-compare .mobile-center {
    text-align: center !important;
  }
}</pre></body></html>