.product-information-section .long-description {
  max-width: 785px;
  margin: 40px auto;
}
.product-information-section .tabs-container {
  position: sticky;
  top: 65px;
  background-color: var(--secondary-color);
  opacity: 0.7;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.product-information-section .tabs-container.is-sticky {
  border-top: solid 1px #fff;
  opacity: 0.7;
}
.product-information-section .tabs-container.is-sticky:hover {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .product-information-section .tabs-container {
    top: 55px;
  }
}
.product-information-section .tabs-container .page-width {
  margin-right: -1.5rem;
}
@media only screen and (min-width: 992px) {
  .product-information-section .tabs-container .page-width {
    margin-right: auto;
  }
}
.product-information-section .tabs-container .page-width > .tabs-scroll {
  display: flex;
  justify-content: flex-start;
  padding: 23px 0;
  gap: 56px;
  overflow: auto;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .product-information-section .tabs-container .page-width > .tabs-scroll {
    justify-content: center;
  }
}
.product-information-section .tabs-container .page-width > .tabs-scroll .tab {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--accent-1-color);
  font-weight: 600;
  letter-spacing: 1.4px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.product-information-section .tabs-container .page-width > .tabs-scroll .tab.active {
  font-weight: 900;
}
.product-information-section .product-usps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 40px;
}
.product-information-section .product-usps .content-section {
  display: flex;
  flex-flow: row-reverse nowrap;
  gap: 30px 107px;
  align-items: center;
}
.product-information-section .product-usps .content-section:nth-of-type(odd) {
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-usps .content-section, .product-information-section .product-usps .content-section:nth-of-type(odd) {
    flex-flow: column nowrap;
  }
}
.product-information-section .product-usps .content-section .content-text,
.product-information-section .product-usps .content-section .content-media {
  width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-usps .content-section .content-text,
  .product-information-section .product-usps .content-section .content-media {
    width: 100%;
    max-width: 100%;
  }
}
.product-information-section .product-usps .content-section .content-media {
  aspect-ratio: 608/351;
}
.product-information-section .product-usps .content-section .content-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-information-section .product-usps .content-section p {
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-usps .content-section p {
    padding-right: 80px;
  }
}
.product-information-section .product-information-section {
  padding: 50px 0;
  scroll-margin-top: 151px;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section {
    padding: 65px 0 0;
  }
}
.product-information-section .product-information-section .page-width .heading-md {
  text-transform: capitalize;
}
.product-information-section .product-information-section#description:has(.video-wrapper) {
  margin: 0;
}
.product-information-section .product-information-section#description .content-section {
  margin: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 30px 107px;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#description .content-section {
    flex-flow: column nowrap;
  }
}
.product-information-section .product-information-section#description .content-section .content-text,
.product-information-section .product-information-section#description .content-section .content-media {
  width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#description .content-section .content-text,
  .product-information-section .product-information-section#description .content-section .content-media {
    width: 100%;
    max-width: 100%;
  }
}
.product-information-section .product-information-section#description .content-section .content-media {
  aspect-ratio: 608/351;
}
.product-information-section .product-information-section#description .content-section .content-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-information-section .product-information-section#description .content-section p {
  font-size: 14px;
  line-height: 21px;
  padding-right: 80px;
}
.product-information-section .product-information-section#description .content-section.long-description {
  width: 100%;
}
.product-information-section .product-information-section#description .content-section.long-description > div {
  padding-left: 0 !important;
}
.product-information-section .product-information-section#technical_spec {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 70px;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#technical_spec .page-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 145px;
  }
  .product-information-section .product-information-section#technical_spec .page-width > div:first-of-type {
    flex-basis: 35%;
  }
}
.product-information-section .product-information-section#technical_spec .page-width .technical-spec-list {
  list-style-type: none;
  padding-inline-start: 0px;
}
.product-information-section .product-information-section#technical_spec .page-width .technical-spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  gap: 25px;
}
.product-information-section .product-information-section#technical_spec .page-width .technical-spec-list li div:first-of-type {
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
  text-align: left;
}
.product-information-section .product-information-section#technical_spec .page-width .technical-spec-list li div:last-of-type {
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}
.product-information-section .product-information-section#technical_spec .page-width .technical-spec-list li.hidden-spec {
  display: none;
}
.product-information-section .product-information-section#technical_spec .page-width .view-more-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.product-information-section .product-information-section#technical_spec .page-width .view-more-wrapper a#view-more-specs {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.product-information-section .product-information-section#technical_spec .page-width .view-more-wrapper a#view-more-specs:hover {
  font-weight: 800;
  text-decoration-thickness: 2px;
}
.product-information-section .product-information-section#technical_spec .page-width .view-more-wrapper img {
  transition: all 0.3s ease;
}
.product-information-section .product-information-section#technical_spec .page-width > div:last-of-type > img {
  width: 100%;
  max-width: 341px;
  margin: -70px auto 0;
  display: block;
  height: auto;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#technical_spec .page-width > div:last-of-type > img {
    max-width: 607px;
    margin: 0 auto;
  }
}
.product-information-section .product-information-section#downloads .page-width {
  text-align: center;
}
.product-information-section .product-information-section#downloads .page-width .heading-md {
  margin-bottom: 25px;
}
.product-information-section .product-information-section#downloads .page-width ul {
  list-style-type: none;
  padding-inline-start: 0px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#downloads .page-width ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.product-information-section .product-information-section#downloads .page-width ul li {
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#downloads .page-width ul li {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product-information-section .product-information-section#downloads .page-width ul li a {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.product-information-section .product-information-section#downloads .page-width ul li a:hover {
  font-weight: 800;
  text-decoration-thickness: 2px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper {
    grid-template-columns: 1fr;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products .swiper-wrapper {
    padding-bottom: 10px;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products .slide-inner .image {
  padding-top: calc(100% - 60px);
  width: calc(100% - 60px);
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products .slide-inner > * {
  padding: 0px 30px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec:not(.view-more, .price, .empty):nth-child(n+6) {
  display: none;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper.show-more .spec:not(.view-more, .price):nth-child(n+6) {
  display: flex;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec {
  border-top: 1px solid var(--secondary-color);
  position: relative;
  display: flex;
  height: 50px;
  justify-content: center;
  font-size: 14px;
  flex-direction: column;
  gap: 4px;
  padding: 3px 0;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec {
    height: 70px;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec .spec-mobile {
  display: none;
  font-weight: 700;
  width: 100%;
  font-size: 13px;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec .spec-mobile {
    display: flex;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.title {
  font-weight: 700;
  border-top: none;
  margin-bottom: 10px;
  font-size: 18px;
  height: 100px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.view-more {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.full-details {
  font-size: 14px;
  line-height: 17px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.empty .view-more-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.empty .view-more-mobile {
    display: block;
    text-decoration: underline;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .spec.empty a {
  text-decoration: underline;
  font-weight: 500;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar {
  border-right: 1px solid var(--secondary-color);
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar *:not(.heading-md) {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar {
    display: none;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar .spacer {
  height: 228px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar .spacer.heading-md {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar .spacer.heading-md {
    padding-right: 30px;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-side-bar .spec:nth-child(2) {
  border-top: none;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container {
  display: flex;
  width: 100%;
  overflow: auto;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-next,
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-prev {
  border-radius: 50%;
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  top: 125px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-next::after,
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-prev::after {
  color: white;
  font-size: 10px !important;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-next,
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-prev {
    display: none;
  }
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-scrollbar {
  cursor: grab;
  height: 6px;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-scrollbar-drag {
  pointer-events: none;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-next {
  right: 0;
  transform: translate(0, 50%);
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper-button-prev {
  left: 0;
  transform: translate(0, 50%);
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .price {
  font-weight: 700;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .empty {
  font-weight: 700;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-information-section .product-information-section#compare_similar .compare-products-wrapper .compare-products-container .swiper .swiper-wrapper .swiper-slide {
    min-width: 160px;
    max-width: unset;
  }
}
