/* Single Product Banner */
section.single-product.banner {
  padding-top: 120px;
}

.product--image {
  height: 550px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  transition: 0.8s all ease-in-out;
  pointer-events: auto;
  position: relative;
  --sc: 1;
}

.product--image:hover {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.8s all ease-in-out;
  --sc: 1.25;
}

.product--image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  transform: translate3d(var(--tx, 0), var(--ty, 0), 0) scale(var(--sc, 1));
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  will-change: transform;
}

.product--image:hover img {
  scale: 1.3;
  transition: 1.1s all ease-in-out;
}

#featuredImage {
  opacity: 1;
}

.product-content h3 {
  font-size: 18px;
  font-family: "GTWalsheimProRegular";
  font-weight: 600;
}

.thumbnails-img {
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.thumbnails-img img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border: 2px solid #fff;
  cursor: pointer;
}

.thumbnails-img img:nth-child(2) {
  border: 2px solid var(--black);
}

.thumbnails-img img:nth-child(3) {
  border: 2px solid var(--blue);
}

.check-flex,
.checked-details {
  gap: 18px;
}

.bordered-details {
  padding: 30px;
  border: 1px solid var(--gray);
  border-radius: 5px;
  background: var(--light-gray);
  outline-offset: -15px;
  outline: 2px solid var(--gray);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.44);
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@keyframes text-pulse {
  0%   { font-weight: 400; }
  50%  { font-weight: 700; }
  100% { font-weight: 400; }
}

.download-pdf {
  animation: pulse 2s ease-in-out infinite;
}

.title-brochure p {
  animation: text-pulse 2s ease-in-out infinite;
}

.single-prod-cta .clear-cta a {
  width: 100%;
  border: 1px solid #000;
  background: var(--blue);
}

.single-prod-cta .clear-cta a:hover {
  background: #fff;
  color: var(--black) !important;
}

button.primary--bg-color {
    background: #ff0000c9;
    border: 1px solid #ff0000c9;
    padding: 0px 10px 0px 0;
    font-family: "GTWalsheim";
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    transition: .5s all ease-in-out;
}

button.primary--bg-color:hover {
  background: transparent !important;
  border: 1px solid #ff0000c9;
  color: #ff0000c9;
}

div#wpcf7-f2079-o7 .brochure-guide {
    background: var(--black);
}

div#wpcf7-f2079-o7 .brochure-guide:hover {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}

@media (min-width: 1200px) {
  .product-details {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .single-prod-cta {
    flex-direction: column-reverse !important;
    display: flex;
    row-gap: 10px;
  }

  .single-prod-cta .clear-cta a {
    width: 100%;
    border: none;
    background: var(--primary);
    color: var(--black) !important;
  }
}

@media (max-width: 767px) {
  .product--image {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .product--image {
    height: 380px;
  }
}
/* Single Product Banner */

/* Single Product Content */
.featured-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  top: 30%;
  gap: 10px;
  left: 8%;
  z-index: 10;
}

.thumbnails img {
  width: 70px;
  height: auto;
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 0.7;
}

.thumbnails img:hover {
  border-color: var(--black);
  opacity: 1;
}
/* Single Product Content */

/* Left Colum Single Product */
ul.features-benefits-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-prod-item img {
  width: 20px;
  margin-right: 10px;
}

.benefits-uses-col h2 {
  font-size: 25px;
}

.performance-specs-item {
  gap: 10px;
}

.features-benefits-flex,
.acoustic-perf-specs-flex {
  gap: 15px;
}

.sticky-sidebar {
  position: sticky;
  top: 140px;
  z-index: 2;
}

.benefits-uses {
  gap: 30px;
}

section.single-product.banner h3 {
  height: unset !important;
  color: var(--primary) !important;
}

section.single-product.banner h3:hover {
  color: var(--black) !important;
}

.bottom-content p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .benefits-col,
  .acoustic-performance-specs {
    width: 100%;
  }

  .benefits-uses {
    flex-direction: column;
    row-gap: 30px;
  }

  .single-product-row {
    row-gap: 30px;
  }
}

/* Technical Specifications */
.attribute-value-row .col-md-6 {
  padding: 0;
}

.tech-specifications {
  padding: 0 12px;
}

.tech-specifications h2 {
  margin-left: -10px;
}

.attribute-value-row p {
  margin-bottom: 0;
  padding: 5px 15px;
  border: 1px solid var(--gray);
  height: 100%;
}
/* Technical Specifications */

/* Installation and Accessories */
.installation-item {
  width: 32%;
}

.installation-item .card {
  height: 100%;
  padding: 20px;
}

.three-col-installation img {
  width: 50px;
}

@media (max-width: 767px) {
  .attribute-value-row.row .col-md-6:nth-child(odd) {
    background: var(--light-gray);
  }
}

@media (max-width: 660px) {
  .three-col-installation {
    flex-direction: column;
    row-gap: 20px;
  }

  .installation-item {
    width: 100%;
  }
}
/* Installation and Accessories */

/* Left Colum Single Product */

/* Related Products */
section.related-products {
  background: var(--light-gray);
}

section.related-products .row {
  row-gap: 25px;
}

section.related-products .card {
  height: 100%;
  color: var(--black);
  background: var(--light-gray);
  padding: 20px;
  outline: 2px solid var(--gray);
  outline-offset: -10px;
  border: none;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
}

section.related-products .card h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
}

section.related-products .card .clear-cta a {
  background: var(--blue);
}

section.related-products .card .white--cta a {
  padding: 9px 0;
  font-family: "GTWalsheimProRegular";
  font-weight: 500;
  background: var(--black);
  color: #fff !important;
  transition: 0.5s;
}

section.related-products .noise-control-img {
  height: 170px;
  overflow: hidden;
}

section.related-products .noise-control-img img {
  height: 100%;
  width: 100%;
  transition: 0.9s;
  object-fit: contain;
  background: #fff !important;
}

section.related-products .card:hover img {
  scale: 1.2;
}

section.related-products .card .clear-cta a,
section.related-products .card .white--cta a {
  width: 100%;
}

section.related-products .card .clear-cta a {
  background: var(--blue);
}

section.related-products .card .white--cta a {
  padding: 9px 0;
  font-family: "GTWalsheim";
  font-weight: 500;
  background: var(--black);
  color: #fff !important;
  transition: 0.5s;
}

section.related-products .card .white--cta a:hover {
  background: var(--blue);
}

section.related-products .card .clear-cta a:hover {
  background: var(--black);
}
/* Related Products */
section.related-products .products-img {
  height: 175px;
}

section.related-products .products-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 0.9s all ease-in-out;
}

section.related-products .row {
  row-gap: 24px;
}

section.related-products .card {
  height: 100%;
  color: var(--black);
  background: var(--light-gray);
  padding: 20px;
  outline: 2px solid var(--gray);
  outline-offset: -10px;
  border: none;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
}
