/** Shopify CDN: Minification failed

Line 23:13 Expected identifier but found whitespace
Line 23:15 Unexpected "{"
Line 23:24 Expected ":"
Line 35:8 Expected identifier but found whitespace
Line 35:10 Unexpected "{"
Line 35:19 Expected ":"
Line 42:8 Expected identifier but found whitespace
Line 42:10 Unexpected "{"
Line 42:19 Expected ":"
Line 52:8 Expected identifier but found whitespace
... and 56 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dynamic-section (INDEX:51) */
.dynamic-spec-section {
  padding: 60px 20px;
  background: {{ section.settings.bg_color }};
}

.dynamic-spec-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.dynamic-spec-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: {{ section.settings.heading_color }};
}

.dynamic-spec-description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-list {
  margin: 25px 0;
  padding-left: 20px;
}

.dynamic-spec-list li {
  margin-bottom: 10px;
  color: {{ section.settings.text_color }};
  line-height: 1.6;
}

.dynamic-spec-note {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-subheading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
}

.dynamic-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.dynamic-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.dynamic-spec-table th,
.dynamic-spec-table td {
  border: 1px solid #d8d8d8;
  padding: 14px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-table th {
  background: {{ section.settings.table_heading_bg }};
  color: {{ section.settings.table_heading_color }};
  font-weight: 700;
}

.dynamic-spec-table tr:nth-child(even) td {
  background: {{ section.settings.table_even_bg }};
}

.dynamic-spec-table tr:nth-child(odd) td {
  background: {{ section.settings.table_odd_bg }};
}

@media screen and (max-width: 768px) {

  .dynamic-spec-section {
    padding: 40px 15px;
  }

  .dynamic-spec-heading {
    font-size: 28px;
  }

  .dynamic-spec-subheading {
    font-size: 22px;
  }

  .dynamic-spec-description,
  .dynamic-spec-list li,
  .dynamic-spec-note,
  .dynamic-spec-table td,
  .dynamic-spec-table th {
    font-size: 14px;
  }

  .dynamic-spec-table {
    min-width: 600px;
  }
}
/* END_SECTION:dynamic-section */

/* START_SECTION:dynamic-content (INDEX:52) */
.dynamic-spec-section {
  padding: 60px 20px;
  background: {{ section.settings.bg_color }};
}

.dynamic-spec-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.dynamic-spec-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: {{ section.settings.heading_color }};
}

.dynamic-spec-description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-list {
  margin: 25px 0;
  padding-left: 20px;
}

.dynamic-spec-list li {
  margin-bottom: 10px;
  color: {{ section.settings.text_color }};
  line-height: 1.6;
}

.dynamic-spec-note {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-subheading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
}

.dynamic-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.dynamic-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.dynamic-spec-table th,
.dynamic-spec-table td {
  border: 1px solid #d8d8d8;
  padding: 14px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  color: {{ section.settings.text_color }};
}

.dynamic-spec-table th {
  background: {{ section.settings.table_heading_bg }};
  color: {{ section.settings.table_heading_color }};
  font-weight: 700;
}

.dynamic-spec-table tr:nth-child(even) td {
  background: {{ section.settings.table_even_bg }};
}

.dynamic-spec-table tr:nth-child(odd) td {
  background: {{ section.settings.table_odd_bg }};
}

@media screen and (max-width: 768px) {

  .dynamic-spec-section {
    padding: 40px 15px;
  }

  .dynamic-spec-heading {
    font-size: 28px;
  }

  .dynamic-spec-subheading {
    font-size: 22px;
  }

  .dynamic-spec-description,
  .dynamic-spec-list li,
  .dynamic-spec-note,
  .dynamic-spec-table td,
  .dynamic-spec-table th {
    font-size: 14px;
  }

  .dynamic-spec-table {
    min-width: 600px;
  }
}
/* END_SECTION:dynamic-content */