.content-container {
  max-width: initial;
}
.product-content-area {
  margin-bottom: 150px;
}
.product-single-header {
  margin-top: 28px;
}
.product-single-header {
  grid-template-columns: 1fr 1fr;
}
h2.single-producr-subheadline,
h1.product_title.entry-title {
  text-align: inherit;
}

.product-tabs .tab-navigation{
	direction: ltr;
}

.product-attributes-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
  margin-bottom: 70px;
	
	.attribute-value {
 /*   font-size: 1.1rem;*/
/*    font-weight: 600;*/
	  font-size: 18px;
	  font-weight: 800;
    a {
      color: #000;
      transition: 0.3s all;
      text-decoration: none;
      svg {
        display: inline-block;
      }
    }
    a:hover {
      color: #474747;
      text-decoration: underline;
    }
  }
}

.attribute-label {
    font-size: 16px;
    font-weight: 400;
}

.product-subcategory {
  margin-bottom: 30px;
	font-size: 20px;
	font-weight: 800;
}

.product-subcategory li a:first-child{
	font-size: 20px;
	font-weight: 800;
}

h1.product_title.entry-title {
  margin-bottom: 15px;
	font-size: 54px;
	line-height: 1.5;
}
.product-single-gallery {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
h2.single-producr-subheadline {
  margin-bottom: 45px;
}

.product-tabs {
  width: 100%;
}

.tab-navigation {
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  position: sticky;
  top: 0;
  background-color: #fff;
}

.tab-navigation::-webkit-scrollbar {
  display: none; /* WebKit */
}
.product-single-header {
  margin-bottom: 0px;
}
.tab-button {
  background: none;
  border: none;
  padding: 12px 20px 23px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  color: #000;
	font-family: var(--ff-main);
}

.tab-button:hover {
  color: #666;
}

.tab-button.active {
  color: #007cba;
  border-bottom-color: #007cba;
  background-color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.product-single-add-to-cart form {
  border-bottom: none;
  padding-bottom: 8px;
}

.product-single-price-stock {
  border-bottom: none;
  border-top: 1px solid var(--clr-Gray02);
}

.wt-prd-section {
  padding: 90px 0;
  & h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 120%;
	  
	  width: 60%;
	  margin-left: auto;
	  margin-right: auto;
  }
  & .wt-section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  & table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e6e8ea;
  }
  & table th,
  & table td {
    border: 1px solid #e6e8ea;
    padding: 1.8rem 1rem;
    text-align: center;
    vertical-align: middle;
  }
  & table tbody tr:nth-child(odd) {
    background-color: white;
  }
  & table tr:nth-child(even) {
    background-color: #f7f7f7;
  }
  & h3 {
    color: #000;
    font-size: 32px;
    line-height: 120%;
    text-align: initial;
    font-weight: 800;
  }
}

.wt-prd-section.content-item {
  & .wt-section-wrapper {
    max-width: 72.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 8.375rem;
    &.row-reverse {
      flex-direction: row-reverse;
    }
  }
  & .content-item-text {
    width: 40%;
    lign-items: flex-start;
    display: flex;
    flex: none;
    flex-flow: column;
    justify-content: center;
    width: 45%;
	  font-size: 20px;
	  font-weight: 400;
    & img {
      height: auto;
      position: unset;
      width: 100%;
      display: inline-block;
      max-width: 100%;
      object-fit: cover;
      inset: 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .product-single-header {
      grid-template-columns: 1fr;
      display: grid;
    }
  }

  @media screen and (max-width: 600px) {
    .product-attributes-list {
      grid-template-columns: repeat(2, 1fr);
    }
    .wt-prd-section.content-item .content-item-text {
      width: 100%;
    }
    .wt-prd-section.content-item .wt-section-wrapper.row-reverse {
      flex-direction: column-reverse;
      gap: 1rem;
    }
  }
}
