main.content.product article .container,
main.content.product article section {
  position: relative;
  z-index: 1;
}
main.content.product article section.slide-1 {
  padding-top: 50px;
  padding-bottom: 10px;
}
main.content.product article section.slide-1 header {
  flex-grow: 0;
  text-align: center;
}
main.content.product article section.slide-1 header h1 {
  position: relative;
  display: inline;
  letter-spacing: 1px;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
main.content.product article section.slide-1 header .tagline {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
}
main.content.product article section.slide-1 header div.buy {
  padding-top: 20px;
  position: relative;
}
main.content.product article section.slide-1 header div.buy button + span {
  vertical-align: middle;
  margin-right: 0.25rem;
  color: #3d7b42;
  position: absolute;
  top: 50%;
}
.module-more-accessories div.buy .price,
main.content.product article section.slide-1 header div.buy .price {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.module-more-accessories div.buy .price span,
main.content.product article section.slide-1 header div.buy .price span {
  color: #fff;
  font-weight: 700;
}
main.content.product article section.slide-1 header div.buy .add-to-cart {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  min-width: 250px;
  border-radius: 2.5px;
  border: none;
  transition: All 0.4s;
  margin-right: 0.375rem;
}
.module-more-accessories div.line,
main.content.product article section.slide-1 section.product div.line {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: center;
}
main.content.product article section.slide-1 section.product div.device {
  flex-grow: 0;
  width: 40%;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  img.featured {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.module-more-accessories div.more.scroll,
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images.scroll {
  overflow-x: scroll;
  justify-content: normal;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images
  img {
  display: block;
  max-height: 80px;
  margin: 1px 1px 10px;
  cursor: pointer;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images
  img.active {
  margin: 0 0 9px;
  border: 1px solid #00a1e4;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images
  + div.arrows {
  line-height: 0;
  font-size: 0;
  margin-top: -15px;
  visibility: hidden;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images
  + div.arrows
  i {
  color: #9f9f9f;
  line-height: 12px;
  font-size: 18px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.device
  div.images
  + div.arrows
  i:last-child {
  float: right;
}
main.content.product article section.slide-1 section.product div.text {
  flex-grow: 1;
  padding-left: 10px;
  padding-top: 20px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.title {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 10px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.inbox {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding-bottom: 10px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.inbox
  div.item {
  padding-right: 10px;
  align-self: baseline;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.inbox
  div.item
  img {
  width: 130px;
}
main.content.product .button-gray {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #9f9f9f;
  font-weight: 700;
  padding: 5px 10px;
  background-color: rgba(229, 229, 229, 0.1);
  border-radius: 2.5px;
  border: 1px solid #9f9f9f;
  transition: All 0.2s;
}
main.content.product .button-gray * {
  vertical-align: middle;
}
main.content.product .button-gray:hover {
  color: #000;
  border-color: #000;
  background-color: rgba(229, 229, 229, 0.3);
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.inbox
  div.item
  div.name {
  text-align: center;
  max-width: 130px;
  margin: auto;
}
main.content.product article section.slide-1 section.product div.text p {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
}
main.content.product article section.slide-1 section.product div.text ul {
  padding-left: 20px;
  list-style: disc;
}
.module-more-accessories header.heading ul li,
main.content.product article section.slide-1 section.product div.text ul li {
  padding-bottom: 10px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.downloads {
  margin-bottom: -5px;
}
main.content.product
  article
  section.slide-1
  section.product
  div.text
  div.downloads
  a {
  margin-bottom: 5px;
  margin-right: 5px;
}
.module-specs div.table div:nth-child(4n + 3),
main.content.product article .module-more-accessories {
  background-color: #2c2c2c;
}
.module-specs {
  background-color: #0a1114;
  padding: 50px 10px;
}
.module-specs header.heading {
  font-size: 3.5em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
}
.module-specs div.table {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.module-specs div.table div:nth-child(odd) {
  flex-grow: 1;
  width: calc(40% - 20px);
  background-color: #464646;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.module-specs div.table div:nth-child(2n) {
  flex-grow: 4;
  width: calc(60% - 20px);
  background-color: #2c2c2c;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.module-specs div.table div:nth-child(4n) {
  background-color: #121212;
}
.module-specs div.text {
  padding-top: 20px;
  color: #fff;
  font-size: 10px;
}
.module-more-accessories header.heading div.title,
.module-more-accessories header.more-title {
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 10px;
}
.module-more-accessories {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-more-accessories div.line + .more-title {
  padding-top: 50px;
}
.module-more-accessories header.heading {
  flex-grow: 1;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 10px;
  max-width: 600px;
}
.module-more-accessories header.heading div.title a {
  text-decoration: none;
  color: #00a1e4;
}
.module-more-accessories header.heading p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #fff;
  padding-bottom: 10px;
}
.module-more-accessories header.heading ul {
  padding-left: 20px;
  color: #fff;
  list-style: disc;
}
.module-more-accessories a.featured {
  flex-grow: 0;
  -ms-grid-row-align: center;
  align-self: center;
  width: 40%;
  max-width: 400px;
  height: auto;
}
.module-more-accessories a.featured img {
  max-width: 100%;
}
.module-more-accessories div.buy {
  overflow: hidden;
}
.module-more-accessories div.buy .add-to-cart {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border-radius: 2.5px;
  border: none;
  transition: All 0.4s;
}
.module-more-accessories header.more-title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.module-more-accessories div.more {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
.module-more-accessories div.more div.block {
  padding-right: 10px;
  text-align: center;
}
.module-more-accessories div.more div.block a {
  display: block;
  width: 200px;
  height: 184px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #00a1e4;
  padding-bottom: 10px;
  background-color: unset;
}
.module-more-accessories div.more div.block a.force-small {
  font-size: 0.8em;
}
.module-more-accessories div.more div.block img {
  display: block;
  margin: auto auto 10px;
  width: 100%;
  max-width: 200px;
}
@media (min-width: 900px) {
  main.content.product article section.slide-1 header h1 {
    font-size: 2em;
  }
  main.content.product article section.slide-1 section.product div.device {
    padding-left: 0;
  }
  .module-more-accessories div.more div.block a {
    width: 240px;
  }
}
@media (max-width: 599px) {
  .module-more-accessories div.line,
  main.content.product article section.slide-1 section.product div.line {
    flex-direction: column;
  }
  main.content.product article section.slide-1 section.product div.device {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main.content.product article section.slide-1 header div.buy .add-to-cart {
    min-width: unset;
    padding: 5px 28px;
    margin-right: 0;
  }
  main.content.product article section.slide-1 header div.buy button + span {
    transform: none;
    position: static;
    display: block;
    margin-top: 6px;
  }
  main.content.product article section.slide-1 section.product div.text {
    padding-top: 0;
    padding-right: 10px;
  }
  .module-more-accessories div.buy,
  main.content.product
    article
    section.slide-1
    section.product
    div.text
    div.downloads,
  main.content.product
    article
    section.slide-1
    section.product
    div.text
    div.title {
    text-align: center;
  }
  main.content.product
    article
    section.slide-1
    section.product
    div.text
    div.inbox {
    gap: 10px;
  }
  main.content.product
    article
    section.slide-1
    section.product
    div.text
    div.inbox
    div.item {
    padding-right: 0;
    text-align: center;
  }
  .module-more-accessories header.heading p,
  main.content.product article section.slide-1 section.product div.text p {
    font-size: 1em;
    max-width: 100%;
  }
  .module-specs header.heading {
    font-size: 2em;
  }
  .module-more-accessories header.heading div.title {
    font-size: 1.5em;
    text-align: center;
  }
  .module-more-accessories a.featured {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
  .module-more-accessories header.more-title {
    font-size: 1.5em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-more-accessories a.featured img,
  main.content.product article section.slide-1 section.product div.device {
    width: auto;
    height: 175px;
  }
}
