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

.product-heading-video.shrink {
  position: fixed;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

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

.product-heading.shrink .image-position {
  transform: scale(0.65);
  transition: transform 0.4s ease;
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: 474px;
  background-image: url("../images/builtin/Desktop-Built-in-Battery-3kwh.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-details {
  padding: 80px 0;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
    padding: 48px 0 !important;
  }
}
@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: 70%;
    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;
  }
}

/* ----------------------features---------------------------- */
.features-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: capitalize !important;
}
@media (max-width) {
  .features-text:first-child {
    text-align: left !important;
    font-size: 15px;
    max-width: 100%;
  }
}
/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 330px;
  max-height: 330px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.carousel {
  margin-left: 70px;
}
@media (max-width: 768px) {
.carousel{
  margin-left: 0;
}
}