:root {
  --primary-color: #756f6f;
  --secondary-color: #6e6d76; /* menu-gray */
  --background-color: #f8f9fa;
  --white-color: #fff;
  --menu-color: #6e6d76;
  --menu-hover-color: #333333;
  --green-color: #2d6e62;
  --red-dot-color: #ed3337;
  --light-gray: #c9ccd0;
  --gray: #b4b4b4;
  --black: black;
}

.product-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.product-details .product-title {
  font-size: 36px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
}
.product-details .product-intro {
  display: flex;
  flex-direction: row;
}
.product-details .product-carousel {
  display: flex;
  flex-direction: column;
  flex: 0 1 70%;
  gap: 2rem;
}
.product-details .product-carousel .carousel-imgs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  /* width: 95%; */
}
.product-details .product-intro .product-downloads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 30%;
  padding: 0 1rem;
  gap: 2rem;
}
.download {
  display: flex;
  flex-direction: column;
  flex: 0 1 15%;
  gap: 1rem;
}
.download .header {
  /* align-self: center; */
  flex: 0 1 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.download .header span {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: var(--menu-color);
}
.download .header img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.download .body {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
}

.download .body a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
  color: var(--menu-color);
  font-weight: 200;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.carousel-imgs div img {
  width: 100%;
  height: auto;
}
.product-details .product-details-text {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
  color: var(--menu-color);
  margin-bottom: 2rem;
}
.product-details .product-details-text :last-child {
  margin-bottom: 0;
}
.product-details .product-cutsheet-heading {
  font-size: 36px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  text-align: left;
  color: var(--menu-color);
  display: flex;
  flex-direction: row;
  padding: 1.5rem 0;
  justify-content: space-between;
}
.carousel-main-img img {
  width: 95%;
  height: auto;
}
.body img {
  width: 2rem;
  height: 2rem;
}
.dynamic-specification-button a:hover {
  text-decoration: none;
}
.dynamic-specification-button-mobile {
  display: none;
}
.product-cutsheet {
  font-family: "Mulish", sans-serif;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-cutsheet .product-description {
  padding-top: 0px;
  text-align: justify;
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.product-cutsheet .product-details {
  display: flex;
  justify-content: space-between;
  /* margin-top: 4rem; */
}

.product-cutsheet .product-cell {
  flex: 1;
  line-height: 2;
}
.product-cutsheet .product-cell h2,
.product-cutsheet .product-cell h3 {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}
.product-cutsheet .product-cell h2 {
  font-size: 24px;
}
.product-cutsheet .product-cell h3 {
  font-size: 18px;
}
.product-cutsheet .product-cell-space {
  flex: 0 0 13%;
}

.product-cutsheet .product-cell-right {
  text-align: right;
}

.product-cutsheet .product-model {
  margin: 0;
  padding: 0;
  font-size: 120%;
}

.product-cutsheet .product-model-alt {
  margin: 0;
  padding: 0;
  font-size: 140%;
  color: #be4640;
}

.product-cutsheet .product-family-type {
  margin: 0;
  padding: 0;
  font-size: 75%;
}

.product-cutsheet .product-family-type-alt {
  margin: 0;
  padding: 0;
  font-size: 95%;
  color: #be4640;
}

.product-cutsheet .company-name {
  color: #ffcc00;
  margin: 0;
  padding: 0;
  font-size: 230%;
  font-weight: bold;
}

.product-cutsheet .product-container {
  display: flex;
  justify-content: center;
}

.product-cutsheet .product-image {
  position: relative;
  width: 100%;
}

.product-cutsheet .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 100;
}

.product-cutsheet .product-note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.product-cutsheet .product-note span {
  color: grey;
  font-size: 60%;
}
.product-cutsheet .product-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.product-cutsheet .product-acronym,
.product-words {
  display: flex;
  flex-wrap: wrap;
}

.product-acronym span,
.product-words span {
  margin-right: 5px;
  font-size: 18px;
}
.product-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: var(--black);
}

.product-specs > div {
  width: 28%;
  margin-right: 5%; /* Optional: add some margin to the right of each item */
}

.product-spec {
  width: 30%; /* or any percentage value you prefer */
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-spec-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.product-spec .product-spec-title {
  margin-bottom: 1rem;
}
.product-spec-note,
.product-spec-notes {
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 300;
  color: var(--black);
}
.product-spec-total {
  color: var(--black);
}
.product-cutsheet .product-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-cutsheet .product-image {
  margin-bottom: 20px;
}

.product-cutsheet .product-img {
  width: 100%;
  z-index: 100;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  text-decoration: none;
  color: #000000;
  background-color: #dddddd;
  padding: 10px;
  display: none;
}
@media (max-width: 991px) {
  main {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .product-details .product-intro {
    flex-direction: column;
    gap: 4rem;
  }
  .product-details .product-cutsheet .product-intro {
    gap: 2rem;
  }
  .product-specs {
    display: flex;
    flex-direction: column;
  }
  .dynamic-specification-button {
    display: none;
  }
  .product-specs > div {
    width: 100%;
    margin-right: 0;
  }
  .dynamic-specification-button-mobile {
    display: block;
  }
  .dynamic-specification-button-mobile a.button.red-button {
    color: red;
    background-color: white;
    padding: 5px 0;
    border: none;
  }
  .dynamic-specification-button-mobile a.button.red-button:hover {
    text-decoration: underline;
  }
}
