.product-header {
  /* max-width: 75vw; */
  max-width: 1440px;
  margin: 20px auto;
  display: flex;
}

.product-header-left {
  width: 50%;
}

.product-header-right {
  width: 50%;
}
.type-menu {
  height: 40px;
}
.menuitem-link {
  font-size: 20px;
  border-radius: 4px;
  padding: 6px 24px;
  border: 1px solid rgb(130, 133, 134);
  list-style: none;
  text-decoration: none;
  color: inherit;
  margin-right: 16px;
}
.menu-active {
  color: #000;
  border: 2px solid #000;
  font-weight: 600;
}
.product-header-right-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
}
.product-header-right ul {
  list-style-position: inside;
}
.product-header-right li {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

p {
  margin: 0;
}
.product-desc-container {
  /* max-width: 75vw; */
  max-width: 1440px;
  margin: 50px auto;
  padding: 0 20px;
}
.product-header-title{
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.product-header-description{
  font-size: 20px;
  color: #000;
}
.table-title {
  border: 1px solid rgb(255, 255, 255);
  padding: 3px 0px 3px 5px;
  vertical-align: middle;
  background-color: rgb(195, 197, 197);
  font-weight: bold;
  display: table-cell;
}

.table-info {
  border: 1px solid rgb(255, 255, 255);
  padding: 3px 0px 3px 5px;
  vertical-align: middle;
  background-color: rgb(242, 242, 242);
  display: table-cell;
}

table {
  table-layout: fixed;
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.main-swiper {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 500px;
  margin-bottom: 20px;
}
.main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail-swiper {
  width: 100%;
  max-height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbnail-swiper .swiper-slide {
  width: auto;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 150px;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.thumbnail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #007aff;
}
.product-header-right {
  padding: 30px 30px 30px 50px;
}
.product-body-title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 16px;
}
.size-marking{
  max-width: 1200px;
  margin: 20px auto;
}
.size-marking img{
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .product-header {
    display: flex;
    flex-direction: column;
  }
  .product-header-left {
    width: 100%;
  }

  .product-header-right {
    width: 100%;
  }
  .product-header-right {
    padding: 0;
    margin-top: 30px;
  }
}
