/* <!------------------------product heading----------------------------> */
.video-overlay {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  background: transparent;
  color: white;
}
.product-heading.shrink {
  height: 260px;
  position: sticky;
  top: 0px;
  z-index: 10;
}

.product-heading-video.shrink {
  position: fixed;
  top: 0;
  left: 0;
  height: 260px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.product-heading.shrink .product-heading-text h1 {
  font-size: 22px;
  transition: font-size 0.4s ease;
}

.product-heading.shrink .video-overlay {
  padding-top: 0px;
  transition: padding 0.4s ease;
  position: relative;
  top: -105px;
  z-index: 2;
}

.product-heading.shrink .image-position {
  transform: scale(0.33);
  transition: transform 0.4s ease;
}
@media (min-width:992px) and (max-width:1200px){
  .product-heading.shrink .video-overlay {
    top:-50px;
  }
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: auto;
  background-image: url("../images/solar/SHS-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -220px center;
  }
}

@media (max-width: 1200px) {
  .product-background-box {
    background-image: none;
    background-color: #fff;
    height: auto;
  }

  .product-details {
    padding: 0;
    background-color: #fff;
  }
  .product-text {
    margin: 0 !important;
  }
  .product-mobile-img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .product-img-wrapper {
    display: block;
  }
  .product-text p {
    padding: 48px 22px 0 22px;
  }
  .mobile-image {
    display: block;
  }
  .web-image {
    display: none;
  }
    .warning-content-subtext {
    padding: 0 !important;
  }
  .warning-content {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .details-button,
  .details-button-1 {
    padding: 9px 30px !important;
  }
}

/* ----------------------features---------------------------- */
.features-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: capitalize !important;
}
/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 330px;
  max-height: 250px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  object-fit: cover;
}
.specification-text {
  font-size: 15px;
}
.carousel {
  margin-left: 70px;
}
@media (max-width: 768px) {
  .carousel {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .specification-text-content {
    text-align: justify;
  }
}
.warning-content {
  background-color: #efefef;
  border-radius: 25px;
  margin-left: 22px;
  margin-right: 22px;
}
.warning-content-header {
  font-size: 20px;
  color: #393939;
  font-weight: 600;
}
.warning-content-subtext {
  font-size: 16px;
  color: #6b748c;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
.warning-content-subtext span {
  color: #f4384d;
}
@media (min-width: 769px) and (max-width: 992px) {
  .warning-content-subtext {
    padding: 0 !important;
  }
  .warning-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .warning-content-subtext {
    padding: 0 !important;
  }
  .warning-content {
    margin-bottom: 48px;
  }
}

@media (max-width: 576px) {
  .warning-content-subtext {
    padding: 0 !important;
  }
  .warning-content {
    margin-bottom: 48px;
  }
}
