

.product_specification_container {
  background-color: var(--ev-color);
  padding: 3rem 2rem;
  position: relative;
  margin: 6rem auto;
  border-radius: 3vw 0 3vw 3vw;
  min-height: 680px;
  /* max-width: 1400px; */
}
@media (max-width: 576px) {
  .product_specification_container {
    padding: 1rem;
    min-height: -moz-fit-content;
    min-height: 500px;
  }
}
.product_specification_item {
  white-space: pre-line;
}
.product_specification_title {
  font-family: "Work-Sans";
  font-size: var(--font-head);
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.product_specification_button_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.product_specification_button {
  padding: 6px 18px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: clamp(12px, 1.5vw, 20px);
  white-space: nowrap;
}

.product_specification_button.active {
  background-color: #fff;
  border-color: #fff;
  color: var(--ev-color);
}

.product_specification_details {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-left: auto;
}

.product_specification_item {
  padding: 10px;
}
@media (max-width: 800px) {
  .product_specification_item {
    line-height: 20px;
  }
}

.ellipse_carousel_info_label.opacity-0 {
  display: none;
}

.product_item_title {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  color: #fff
}

.product_item_value {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #fff;
}

.product_specification_img_container {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 32%;
  transform: translateY(-50%);
}
.product_specification_img_container img {
  width: 100%;
  height: auto;
  /* max-height: 420px; */
}

.product_accessories_container {
  width: 100%;
}

.product_accessory_heading {
  color: #1b1b1b;
  text-align: center;
  font-family: "Work-Sans";
  font-size: 50px;
  font-weight: 800;
  margin-top: 3%;
}

.product_accessory_content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
  margin-top: 2%;
}

.product_accessories_nav_container_lg {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_accessories_nav_container_lg img {
  cursor: pointer;
}

.product_accessories {
  width: 80%;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.product_accessories::-webkit-scrollbar {
  display: none;
}

.product_accessory_card {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  background: #fff;
}
@media (max-width: 768px) {
    .product_specification_title {
    font-size: 25px;
  }
   .product_specification_img_container {
    width: 30%;
  }
}
@media (max-width: 1200px) {
 .product_specification_img_container {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .product_specification_details {
    width: 100%;
  }
  .product_specification_img_container {
    display: none;
    top: 250px;
  }
  .product_specification_img_container img {
    max-height: 150px;
  }
}

@media (max-width: 600px) {
  .product_specification_button {
    padding: 4px 16px;
  }

}

@media (max-width: 380px) {
  .product_specification_button {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 500px) {
  .product_specification_button {
    padding: -1px 16px;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
    .product_specification_button {
    font-size: 16px;
  }
  .product_specification_details {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_specification_img_container {
    display: none;
  }
}


/* .spec_band{
  width: 100%;
  height: 100vh;
  background: #2FA9A1;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cpath d='M120 0H1380Q1440 0 1440 60V840Q1440 900 1380 900H260C200 900 200 820 160 800C120 780 40 780 0 820V120C40 160 120 160 160 140C200 120 200 40 260 40Z' fill='%23fff'/%3E%3C/svg%3E")
    center / contain no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cpath d='M120 0H1380Q1440 0 1440 60V840Q1440 900 1380 900H260C200 900 200 820 160 800C120 780 40 780 0 820V120C40 160 120 160 160 140C200 120 200 40 260 40Z' fill='%23fff'/%3E%3C/svg%3E")
    center / contain no-repeat;
} */
.spec_band-top{
  width: 70vw;
  height: -webkit-fill-available;

  /* COLOR COMES FROM CSS */
  background-color: var(--ev-color);

  /* SVG SHAPE */
  -webkit-mask-image: url("../images/ec06/spec_band-top.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("../images/ec06/spec_band-top.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translate(0%, -50%);
}

.spec_band{
  width: 60vw;
  height: 80%;

  /* COLOR COMES FROM CSS */
  background-color: var(--ev-color);

  /* SVG SHAPE */
  -webkit-mask-image: url("../images/ec06/spec_band.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("../images/ec06/spec_band.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translate(-50%, -50%);
}
@media (max-width: 560px){
 
  .product_item_title{
      font-size: 16px;
  }
  .product_item_value{
      font-size: 14px;
  }
  .spec_band{
      height: 20%;
  }
  .spec_band-top{
      width: 75vw;
      height: 20%;
  }
}