

.type-product .overall-wrapper {
  width: 100%;
  overflow-x: hidden;
}
.basic-description,
.extended-description {
  flex: 100%;
  padding-right: 0;
  width: 100%;
}
.basic-description > h3 {
  display: none;
}
.basic-description section {
  padding: 50px 20px;
  text-align: center;
}
section *:last-child {
  margin-bottom: 0;
}
.full_width_detail {
  text-align: center;
}
section h2 {
  font-size: 38px;
  font-weight: 600;
  color: #222;
}
section h2 span {
  display: block;
  font-size: 14px;
  color: var(--color-secondary);
  letter-spacing: 2px;
}
section p {
  font-size: 18px;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
section li {
      font-size: 18px;
    max-width: 90ch;
    padding: 5Px;
}
.halves_image_grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  --calculated-row-height: max(150px, min(100vw / 5, 290px));
}
.halves_image_grid div {
  overflow: hidden;
}
.halves_image_grid div img {
  transition: all 0.5s ease;
}
.halves_image_grid div:hover img {
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.halves_image_grid div:nth-child(3):hover img {
  transform: scale(1.05) translate(-50%, -50%);
}
.halves_image_grid div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.halves_image_grid div:nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}
.halves_image_grid div:nth-child(3) {
  grid-area: 1 / 3 / 3 / 5;
  overflow: hidden;
  position: relative;
}

.halves_image_grid.four div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.halves_image_grid.four div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}
.halves_image_grid.four div:nth-child(3) {
  grid-area: 2 / 1 / 3 / 3;
}
.halves_image_grid.four div:nth-child(4) {
  grid-area: 2 / 3 / 3 / 5;
}
.halves_image_grid:not(.four) div:nth-child(3) img {
  height: auto;
  position: absolute;
  width: 150%;
  max-width: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thirds_detail_grid > div {
  text-align: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.thirds_detail_grid > * {
  width: 100%;
}
.thirds_detail_grid > div > div {
  flex: 1;
  padding: 20px;
  transition: all 0.5s ease;
}
.thirds_detail_grid > div > div:hover {
  transition: all 0.5s ease;
  background: #f1f1f1d1;
}
.thirds_detail_grid img {
  margin-bottom: 20px;
  mix-blend-mode: multiply;
}
.thirds_detail_grid h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  position: relative;
}
.thirds_detail_grid p {
}
.features_table div:not(.slick-list):not(.slick-track) {
  padding: 20px;
  background: #f1f1f1d1;
  margin-bottom: 5px;
}
.features_table h3,
.info_dots li:nth-child(even) h4,
.halves_detail h4 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  position: relative;
}
.features_table h3:after,
.info_dots li:nth-child(even) h4:after,
.halves_detail h4:after {
  content: "";
  background: var(--color-secondary);
  width: 100px;
  height: 3px;
  display: block;
  margin: 20px auto 0;
}
.features_table p {
}
.features_table {
}
.table_wrapper th,
.table_wrapper td {
  padding: 10px;
}
.table_wrapper table {
  margin: auto;
}
.table_wrapper {
}

.features_table.with-images h3 {
  margin-top: 15px;
}
.features_table.with-images .slick-slide img {
  display: block;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin: -20px -20px 0px;
}

@media (max-width: 767px) {
  .halves_image_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .halves_image_grid div {
    aspect-ratio: 3 / 2;
  }
}
@media (max-width: 991px) {
  .thirds_detail_grid > div > div {
    flex: 100%;
  }
  .table_wrapper {
    text-align: center;
    overflow-x: scroll;
  }
  .slick-initialized .slick-slide {
    padding: 20px;
  }
  .basic-description section.thirds_detail_grid {
    padding: 50px 0px;
    margin: 0 -25px;
  }
}
.slick-dots {
  width: 100%;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.slick-dots button {
  background: #e3e3e3;
  border: none;
  width: 25px;
  height: 3px;
  font-size: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background: var(--color-secondary);
}

@media (max-width: 767px) {
  .features_table.with-images div {
    padding: 0px;
    background: #fff;
    margin-bottom: 0;
  }
  .basic-description section.full_width_detail.features {
    padding: 50px 0px;
    margin: 0 -25px;
  }
  .features_table.with-images div img {
    margin: -20px -20px 20px;
    max-width: calc(100% + 40px);
  }
  .features_table div.slick-slide {
    padding: 20px;
    background: #f1f1f1d1;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .features_table .slick-slide {
    padding: 0px;
    background: #f1f1f1d1;
    margin-right: 5px;
  }
}

.full_width_detail.with_info_dots {
}
.info_dots {
  max-width: 767px;
  margin: auto;
  width: 100%;
  position: relative;
}
.info_dots ul {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  list-style-type: none;
}
.info_dots li:nth-child(odd) {
  position: absolute;
  background: var(--color-secondary);
  width: 42px;
  height: 42px;
  color: #fff;
  line-height: 42px;
  border-radius: 100%;
  box-shadow: 0 0 30px var(--color-secondary);
  cursor: pointer;
}
.info_dots li:nth-child(even) {
  padding: 20px;
  background: #f1f1f1d1;
  position: fixed;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 20px;
  display: none;
  max-width: 479px;
  box-shadow: 0 0 20px #00000026;
  z-index: 9;
}
.info_dots li:nth-child(even) h4 {
}
.info_dots li:nth-child(even) p {
  font-size: 18px;
  margin-bottom: 0;
}
.info_dots li:nth-child(odd):hover + li {
  display: block;
}

.progress_container {
  margin: auto;
}

.table_detail.columns_table table,
.table_detail.columns_table tbody {
  border-color: #fff;
}
.table_detail.columns_table tbody {
}
.table_detail.columns_table tr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.table_detail.columns_table th {
  flex: 1;
  border: none;
  border-bottom: solid 2px var(--color-secondary);
  padding-bottom: 25px;
}
.table_detail.columns_table th span {
  color: #fff;
  background: #222;
  padding: 7px 20px;
  border-radius: 15px;
}
.table_detail.columns_table td {
  flex: 1;
  border: none;
  border-bottom: solid 1px #dbdbdb;
}
.table_detail.columns_table td em {
  display: block;
  padding: 10px 20px 10px;
  font-style: normal;
}
.table_detail.columns_table td span {
  font-weight: 600;
  font-size: 16px;
}

.color_variants {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 75px;
  margin: auto;
}
.color_variants > span {
  width: 15px;
  height: 15px;
  font-size: 0px !important;
  border-radius: 100%;
}
.color_00a7cf {
  background: #00a7cf;
}
.color_1d252d {
  background: #1d252d;
}
.color_8f1a95 {
  background: #8f1a95;
}
.color_572c5f {
  background: #572c5f;
}
.color_000000 {
  background: #000000;
}
.color_f2218a {
  background: #f2218a;
}
.color_7c868e {
  background: #7c868e;
}

.set_content_detail ul {
  max-width: 767px;
  margin: 30px auto 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  place-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.set_content_detail ul li {
  padding-right: 20px;
  border-right: solid 2px var(--color-secondary);
  font-weight: 600;
}
.set_content_detail ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

.wide_video_detail #videoBG {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.wide_video_detail .video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.wide_video_detail .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wide_video_detail .video-container-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.wide_wideo_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  width: 100vw;
  overflow: hidden;
  min-height: 500px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.halves_detail > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.halves_detail h2 {
  width: 100%;
}

@media (min-width: 991px) {
  .halves_detail > div.reversed {
    flex-direction: row-reverse;
  }
  .halves_detail > div > div {
    flex: 1;
    padding: 30px 10px;
    align-self: center;
    text-align: left;
  }
  .halves_detail h4:after {
    margin: 20px auto 0 0;
  }
}
@media (max-width: 991px) {
  .halves_detail > div > div {
    flex: 100%;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .basic-description section {
    padding: 30px 0px;
  }
  .info_dots li:nth-child(even) {
    width: calc(100% - 40px);
    left: 20px;
    transform: none;
  }
}

.halves_image_grid.as_bg:not(.four) > div {
  min-height: 350px;
}
.halves_image_grid.as_bg.four > div {
    min-height: 350px;
    position: relative;
}
.halves_image_grid.as_bg.four > div img {
      height: auto;
    position: absolute;
    width: 150%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.halves_image_grid.as_bg > div > div {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}
.halves_image_grid.as_bg > div:hover div {
  transform: scale(1.15);
  transition: all 0.5s ease;
}

.description-inner {
  display: flex;
  flex-direction: column-reverse;
}
.extended-description > h3 {
  display: none;
}
.extended-description .detail-parameters {
  width: 100%;
}
.extended-description tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.extended-description tr {
  display: flex;
  flex-direction: column;
  background: #f1f1f1d1;
  flex: 1;
  padding: 20px;
}
.extended-description .detail-parameters th {
  color: #b2b2b2;
  text-align: center;
  padding: 0 0 10px;
  border-bottom: solid 1px #e1e1e1;
  white-space: nowrap;
  text-align: center;
}
.extended-description .detail-parameters td {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 0 0 0;
  text-align: center;
}
.extended-description .detail-parameters th > span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  align-items: flex-end;
}
.extended-description {
  margin-top: 30px;
}
.extended-description .detail-parameters th > span.row-header-label-colon {
  display: none;
}

.pros_cons {
}
.pros_cons > div {
  text-align: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.pros_cons > div > div {
    flex: 1;
    padding: 20px;
    align-self: flex-start;
    background: #e9f9f0;
    border-left: solid 3px #00b27c;
    align-self: stretch;
}
.pros_cons > div > div + div {
    background: #fceaea;
    border-color: #d9534f;
}
@media (max-width: 767px) {
  .pros_cons > div > div {
    flex: 100%;
  }
}

.pros_cons .pro_list,
.pros_cons .con_list {
  list-style-type: none;
  margin: 0;
}
.pros_cons .pro_list li,
.pros_cons .con_list li {
}
.pros_cons .pro_list li:before,
.pros_cons .con_list li:before {
  content: "+";
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  color: #11b411;
}
.pros_cons .pro_list li,
.pros_cons .con_list li {
  position: relative;
  text-align: left;
  font-size: 18px;
  margin-bottom: 12px;
}
.pros_cons .pro_list li:last-child,
.pros_cons .con_list li:last-child {
  margin-bottom: 0;
}
.pros_cons .con_list li:before {
  content: "-";
  color: #b41111;
}
.stack-slider .slick-slide {
    top: 0;
    left: 0;
    transition: transform .35s ease, opacity .35s ease;
}
.stack.slider-arrows {margin-top: 50px;}
.stack.slider-arrows .arrow-prev, .stack.slider-arrows .arrow-next {
    background: transparent;
    border: solid 1px #dfdfdf;
    border-radius: 100%;
    font-size: 24px;
    width: 50px;
    height: 50px;
        line-height: 47px;
}
.stack.slider-arrows .arrow-prev:hover,
.stack.slider-arrows .arrow-next:hover {
  background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}
h4 .glossary {color: #222;}
@media (max-width:991px) {
  .stack_slider > div {flex-direction: column-reverse;}
  .stack_slider > div > div {width: 100%;}
  .stack-slider p {text-align: center;}
    .halves_detail.comparison > div > div,
    .stack_slider > div > div {
        padding: 0;
    }
}
@media (min-width:992px) {
  .stack_slider > div > div {width: calc(50% - 5px);}
}
@media (max-width: 767px) {
    .halves_detail.comparison > div > div,
    .stack_slider > div > div {
        width: calc(100% + 60px);
        flex: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin: 0 -30px 20px;
    }
}


.comparison_container {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background-position: center center;
    background-size: cover;
  user-select: none;
  touch-action: pan-y; /* allows vertical scrolling but disables horizontal gestures */
  overflow: hidden;
}
.comparison_mask_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.comparison_mask_image_container {
    position: absolute;
    top: 0;
    left: 0;
        height: 100%;
    aspect-ratio: 1;
    background-position: center center;
    background-size: cover;
}

.comparison_border {
    position: absolute;
    width: 4px;
    height: 100vh;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(0,0,0,0.4);
}

.comparison_circle {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    opacity: 0.9;
    cursor: ew-resize;
    background: #fff;
    border: solid 1px #dfdfdf;
    border-radius: 100%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
}
.comparison_circle:hover {
      background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}