/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 26:18 Unexpected "{"
Line 26:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 37:18 Unexpected "{"
Line 37:27 Expected ":"
Line 45:18 Unexpected "{"
Line 45:27 Expected ":"
... and 39 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:rovik-comparison (INDEX:32) */
#shopify-section-{{ section.id }} .rvc-header {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
#shopify-section-{{ section.id }} .rvc-heading {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
#shopify-section-{{ section.id }} .rvc-sub {
  font-size: 1rem;
  opacity: 0.65;
  margin: 0;
}
#shopify-section-{{ section.id }} .rvc-wrap {
  max-width: 860px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
}
#shopify-section-{{ section.id }} .rvc-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  table-layout: fixed;
}
#shopify-section-{{ section.id }} .rvc-th {
  padding: 18px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  word-break: break-word;
  vertical-align: middle;
}
#shopify-section-{{ section.id }} .rvc-th--feature {
  text-align: left;
  width: 34%;
}
#shopify-section-{{ section.id }} .rvc-th--ours {
  width: 22%;
}
#shopify-section-{{ section.id }} .rvc-table colgroup col:nth-child(3),
#shopify-section-{{ section.id }} .rvc-table colgroup col:nth-child(4) {
  width: 22%;
}
#shopify-section-{{ section.id }} .rvc-row:nth-child(odd) .rvc-td {
  background: rgba(255,255,255,0.03);
}
#shopify-section-{{ section.id }} .rvc-td {
  padding: 14px 16px;
  font-size: 0.88rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
  vertical-align: middle;
  overflow-wrap: break-word;
  word-break: break-word;
}
#shopify-section-{{ section.id }} .rvc-td:last-child {
  border-right: none;
}
#shopify-section-{{ section.id }} .rvc-th:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.07);
}
#shopify-section-{{ section.id }} .rvc-td--feature {
  text-align: left;
  font-weight: 500;
}
#shopify-section-{{ section.id }} .rvc-td--ours {
  font-weight: 600;
}
#shopify-section-{{ section.id }} .rvc-row:last-child .rvc-td {
  border-bottom: none;
}
#shopify-section-{{ section.id }} .rvc-check {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}
#shopify-section-{{ section.id }} .rvc-cross {
  font-size: 1rem;
  opacity: 0.3;
  display: block;
}
#shopify-section-{{ section.id }} .rvc-val {
  font-size: 0.82rem;
  display: block;
}
#shopify-section-{{ section.id }} .rvc-val--dim {
  opacity: 0.45;
}
@media (max-width: 640px) {
  #shopify-section-{{ section.id }} {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #shopify-section-{{ section.id }} .rvc-th,
  #shopify-section-{{ section.id }} .rvc-td {
    padding: 12px 10px;
    font-size: 0.74rem;
  }
}
/* END_SECTION:rovik-comparison */