@charset "utf-8";

.tmr-product {
  width: 100%;
  margin: 30px 0 70px;
  color: #6d6e70;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.tmr-product__intro {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5;
  border-top: 3px solid #ed771f;
  border-bottom: 1px solid #d1d1d1;
}

.tmr-product__copy {
  padding: 56px 45px;
}

.tmr-product__eyebrow {
  margin-bottom: 16px;
  color: #6d6e70;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tmr-product__eyebrow span {
  margin-right: 9px;
  padding: 6px 8px;
  display: inline-block;
  color: #fff;
  background-color: #ed771f;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.tmr-product__copy h2 {
  margin: 0;
  color: #00304a;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.tmr-product__lead {
  max-width: 440px;
  margin: 22px 0 0;
  color: #6d6e70;
  font-size: 14px;
  line-height: 1.75;
}

.tmr-product__inquiry {
  min-width: 210px;
  margin-top: 28px;
  padding: 16px 26px;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  background-color: #00304a;
  border: 1px solid #00304a;
  border-radius: 15px;
  font-size: 12px;
  transition: background-color 0.3s, border-color 0.3s;
}

.tmr-product__inquiry:hover,
.tmr-product__inquiry:focus-visible {
  color: #fff !important;
  background-color: #dd1921;
  border-color: #dd1921;
}

.tmr-product__image {
  align-self: stretch;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-left: 1px solid #d1d1d1;
}

.tmr-product__image img {
  width: 100%;
  height: 450px;
  flex: 1 1 auto;
  display: block;
  object-fit: contain;
}

.tmr-product__image figcaption {
  min-height: 47px;
  padding: 14px 16px;
  color: #6d6e70;
  background-color: #fff;
  border-top: 1px solid #d1d1d1;
  font-size: 10px;
  text-align: center;
}

.tmr-product__endcap {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.tmr-product__endcap-image {
  min-width: 0;
  background-color: #f5f5f5;
  border-right: 1px solid #d1d1d1;
}

.tmr-product__endcap-image img {
  width: 100%;
  height: 370px;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.tmr-product__endcap-copy {
  padding: 48px 42px;
}

.tmr-product__section-label {
  margin-bottom: 13px;
  color: #ed771f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tmr-product__endcap-copy h3 {
  margin: 0;
  color: #00304a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.tmr-product__endcap-copy h3 + p {
  margin-top: 20px;
  color: #6d6e70;
  font-size: 13px;
  line-height: 1.8;
}

.tmr-product__specification {
  padding: 42px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 35px;
  background-color: #fff;
}

.tmr-product__specification-heading h3 {
  margin: 0;
  color: #00304a;
  font-size: 22px;
  font-weight: 500;
}

.tmr-product__specification-heading p {
  margin-top: 8px;
  color: #8a8b8d;
  font-size: 11px;
}

.tmr-product__specification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #00304a;
}

.tmr-product__specification-list > div {
  min-height: 72px;
  padding: 14px 16px;
  border-bottom: 1px solid #d1d1d1;
}

.tmr-product__specification-list > div:nth-child(even) {
  border-left: 1px solid #d1d1d1;
}

.tmr-product__specification-list dt {
  margin-bottom: 5px;
  color: #777;
  font-size: 10px;
  font-weight: 400;
}

.tmr-product__specification-list dd {
  margin: 0;
  color: #00304a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.mv-specifications {
  width: 100%;
  margin-top: 64px;
}

.mv-specifications .od_spl_title {
  margin-bottom: 30px;
}

.mv-specifications .od_spl_title p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #777;
  font-size: 12px;
  line-height: 1.65;
}

.mv-spec-group {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 54px;
}

.mv-spec-group__heading {
  width: 100%;
  padding: 22px 0 19px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  border-top: 3px solid #00304a;
  border-bottom: 1px solid #d1d1d1;
}

.mv-spec-group--tmr .mv-spec-group__heading {
  border-top-color: #ed771f;
}

.mv-spec-group__heading > div,
.mv-spec-group__heading h3,
.mv-spec-group__heading p {
  margin: 0;
}

.mv-spec-group__heading span {
  display: block;
  margin-bottom: 6px;
  color: #6d7478;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-spec-group--tmr .mv-spec-group__heading span {
  color: #ed771f;
}

.mv-spec-group__heading h3 {
  color: #00304a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.mv-spec-group__heading > p {
  padding-bottom: 2px;
  color: #777;
  font-size: 12px;
  line-height: 1.65;
}

.mv-spec-group__table {
  width: 100%;
  margin-top: 23px;
}

.mv-spec-group__table-title {
  margin-bottom: 10px;
  color: #00304a;
  font-size: 13px;
  font-weight: 500;
}

.mv-model-spec-table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #00304a;
}

.mv-model-spec-table caption {
  position: absolute;
  left: -9999px;
}

.mv-model-spec-table th,
.mv-model-spec-table td {
  padding: 15px 16px;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  line-height: 1.5;
}

.mv-model-spec-table th {
  width: 21%;
  color: #707175;
  background-color: #f5f5f5;
  font-weight: 500;
}

.mv-model-spec-table td {
  width: 29%;
  color: #00304a;
  background-color: #fff;
  font-weight: 600;
}

.mv-spec-group .spcfct_wrap {
  margin-top: 23px;
  padding-bottom: 0;
}

.mv-spec-group .spcfct_box {
  margin: 0;
}

.mv-spec-group .tabs-content {
  overflow-x: auto;
}

@media (max-width: 900px) {
  .tmr-product__intro {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .tmr-product__copy {
    padding: 45px 32px;
  }

  .tmr-product__endcap-copy {
    padding: 38px 30px;
  }

  .tmr-product__specification {
    padding: 35px 30px;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 25px;
  }

  .mv-spec-group__heading {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .tmr-product {
    margin-top: 20px;
  }

  .tmr-product__intro,
  .tmr-product__endcap {
    grid-template-columns: 1fr;
  }

  .tmr-product__copy {
    padding: 42px 28px;
  }

  .tmr-product__copy h2 {
    font-size: 34px;
  }

  .tmr-product__image {
    border-top: 1px solid #d1d1d1;
    border-left: 0;
  }

  .tmr-product__image img {
    height: 450px;
  }

  .tmr-product__endcap-image {
    border-right: 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .tmr-product__endcap-image img {
    height: 420px;
  }

  .tmr-product__specification {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mv-specifications {
    margin-top: 50px;
  }

  .mv-specifications .od_spl_title {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mv-spec-group {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mv-spec-group__heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }

  .mv-spec-group .spcfct_wrap {
    overflow-x: auto;
  }

  .mv-spec-group .tab table {
    min-width: 720px;
  }
}

@media (max-width: 480px) {
  .tmr-product__copy,
  .tmr-product__endcap-copy,
  .tmr-product__specification {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tmr-product__eyebrow span {
    margin-bottom: 8px;
  }

  .tmr-product__lead {
    font-size: 13px;
  }

  .tmr-product__inquiry {
    width: 100%;
  }

  .tmr-product__image img {
    height: 410px;
  }

  .tmr-product__endcap-image img {
    height: 360px;
  }

  .tmr-product__endcap-copy h3 {
    font-size: 21px;
  }

  .tmr-product__specification-list {
    grid-template-columns: 1fr;
  }

  .tmr-product__specification-list > div:nth-child(even) {
    border-left: 0;
  }

  .mv-model-spec-table,
  .mv-model-spec-table tbody,
  .mv-model-spec-table tr {
    display: block;
  }

  .mv-model-spec-table th,
  .mv-model-spec-table td {
    width: 100%;
    display: block;
  }

  .mv-model-spec-table th {
    padding-top: 11px;
    padding-bottom: 7px;
    border-bottom: 0;
  }

  .mv-model-spec-table td {
    padding-top: 8px;
    padding-bottom: 12px;
  }
}
