/* Global Styles */
.color-bg {
  background-color: #EDF0F4;
}

.color-primary {
  background-color: #013752;
}

.color-secondary {
  background-color: #006799;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #00334D;
}

.container {
  width: 100%;
  max-width: 1421px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .title {
  color: #0C162D;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.subtitle {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #006799;
  line-height: 1.1875;
}

.site-header {
  background-color: #013752;
}
.site-header .site-branding a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-header .main-navigation ul#primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.site-header .main-navigation .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-header .main-navigation .menu-item a:hover {
  color: #EE7203;
}
.site-header .search form input[type=text] {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 4px;
  color: #86A0AD;
}
.site-header .search form button {
  background-color: #EE7203;
  border: none;
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.site-header .search form button:hover {
  background-color: #bc5a02;
}

#breadcrumbs {
  color: #829CA9;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
}

.single-product-overview {
  background-color: #EDF0F4;
}
.single-product-overview h1.product-title {
  font-size: 40px;
  margin-bottom: 8px;
}

.spec-group {
  margin-bottom: 45px;
}
.spec-group .spec-group__title {
  font-size: 20px;
  margin-bottom: 25px;
  color: #0C162D;
}
.spec-group .spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.spec-group .spec-list dt,
.spec-group .spec-list dd {
  padding: 14px 28px;
  color: #00334D;
}
.spec-group .spec-list dt:nth-child(4n+1), .spec-group .spec-list dt:nth-child(4n+2),
.spec-group .spec-list dd:nth-child(4n+1),
.spec-group .spec-list dd:nth-child(4n+2) {
  background: #EDF0F4;
}

.related-products {
  background-color: #013752;
  padding: 128px 0 104px;
}

.contact-us {
  background-color: #EDF0F4;
  padding: 95px 0 67px;
}