.header-swiper {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 10px solid rgb(158, 35, 40);
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main section#outside-layer section#product-intro {
  position: relative;
  padding-bottom: 100px;
}
main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
  width: 100%;
  height: 1156px;
}
main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
  height: 289px;
}
main section#outside-layer section#product-intro .swiper-thumbs .swiper-wrapper .swiper-slide img {
  border: unset;
}
main section#outside-layer section#product-intro a {
  display: inline-block;
  background-color: rgb(158, 35, 40);
  font-size: 3rem;
  font-weight: 600;
  color: white;
  padding: 6px 62px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
main section#outside-layer section#product-intro .product-name {
  background-color: rgb(158, 35, 40);
  font-size: 2.85rem;
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: 0px 136px 4px 35px;
}
main section#outside-layer section#product-intro .table-container {
  width: 95%;
  overflow-x: auto;
  margin: 0 auto;
  white-space: nowrap;
}
main section#outside-layer section#product-intro .table-container::-webkit-scrollbar {
  width: 2px;
}
main section#outside-layer section#product-intro .table-container::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
main section#outside-layer section#product-intro .table-container::-webkit-scrollbar-track-piece {
  background: transparent;
}
main section#outside-layer section#product-intro .table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0.5px solid black;
}
main section#outside-layer section#product-intro .table-container table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 15px solid rgb(144, 144, 144);
}
main section#outside-layer section#product-intro .table-container table tbody tr:first-child td {
  min-width: 150px;
  width: unset;
  font-size: 2rem;
  color: white;
  background-color: rgb(137, 137, 137);
  border: 1px solid rgb(137, 137, 137);
}
main section#outside-layer section#product-intro .table-container table tbody tr td {
  border: 1px solid rgb(137, 137, 137);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 12px 14px;
  text-align: center;
}
main section#outside-layer section#product-intro .vertical-table-container {
  display: none;
}
main section#outside-layer section#product-intro a.products-page {
  width: 200px;
  height: 75px;
  bottom: 0;
  top: unset;
  font-size: 2.2rem;
  line-height: 64px;
  left: calc(50% - 100px);
}

@media (max-width: 1728px) {
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
    height: 1039px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
    height: 259.75px;
  }
}
@media (max-width: 1595px) {
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
    height: 958px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
    height: 239.5px;
  }
}
@media (max-width: 1250px) {
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
    height: 749px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
    height: 187.25px;
  }
  main section#outside-layer section#product-intro .product-detail {
    font-size: 1.8rem;
    padding-left: 30px;
  }
  main section#outside-layer section#product-intro a {
    font-size: 2.6rem;
  }
  main section#outside-layer section#product-intro .product-name {
    font-size: 2.3rem;
    padding: 0px 86px 10px 35px;
  }
  main section#outside-layer section#product-intro a.products-page {
    width: 150px;
    height: 65px;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 64px;
    left: calc(50% - 75px);
  }
  main section#outside-layer section#product-intro .table-container table thead tr th {
    min-width: 130px;
    font-size: 1.8rem;
  }
  main section#outside-layer section#product-intro .table-container table tbody tr td {
    font-size: 1.3rem;
  }
}
@media (max-width: 990px) {
  main section#outside-layer section#product-intro {
    padding-bottom: 80px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
    height: 633px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
    height: 158.25px;
  }
  main section#outside-layer section#product-intro .product-detail {
    font-size: 1.5rem;
  }
  main section#outside-layer section#product-intro a {
    font-size: 2rem;
    padding: 6px 38px;
  }
  main section#outside-layer section#product-intro .product-name {
    font-size: 1.8rem;
    padding: 0px 56px 10px 35px;
  }
  main section#outside-layer section#product-intro .table-container table thead tr th {
    min-width: 110px;
    font-size: 1.4rem;
  }
  main section#outside-layer section#product-intro .table-container table tbody tr td {
    font-size: 1.1rem;
  }
  main section#outside-layer section#product-intro a.products-page {
    width: 120px;
    height: 55px;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 55px;
    left: calc(50% - 60px);
  }
}
@media (max-width: 725px) {
  main section#outside-layer .product-detail-swiper .swiper-wrapper {
    height: 461px;
  }
  main section#outside-layer .product-detail-swiper .swiper-wrapper.small-pics {
    height: 115.25px;
  }
  main section#outside-layer section#product-intro {
    padding-bottom: 65px;
  }
  main section#outside-layer section#product-intro .product-detail {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  main section#outside-layer section#product-intro a {
    font-size: 1.4rem;
    padding: 6px 30px;
  }
  main section#outside-layer section#product-intro .product-name {
    font-size: 1.3rem;
    padding: 0px 36px 9px 25px;
    margin-bottom: 1px;
  }
  main section#outside-layer section#product-intro .table-container {
    display: none;
  }
  main section#outside-layer section#product-intro .vertical-table-container {
    width: 95%;
    margin: 0 auto;
    display: block !important;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group-container {
    width: 100%;
    margin-bottom: 10px;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group-container .group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(137, 137, 137);
    border-top: unset;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group-container .group:first-child {
    border-top: 1px solid rgb(137, 137, 137);
  }
  main section#outside-layer section#product-intro .vertical-table-container .group-container .group .column {
    width: 30%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: rgb(137, 137, 137);
    padding: 4px 0px;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group-container .group .column-content {
    width: 70%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 6px 0px 5px 0px;
  }
  main section#outside-layer section#product-intro a.products-page {
    width: 90px;
    height: 45px;
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 45px;
    left: calc(50% - 45px);
  }
}
@media (max-width: 500px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
  }
  main section#outside-layer section#product-intro {
    padding-bottom: 55px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper {
    height: 328px;
  }
  main section#outside-layer section#product-intro .product-detail-swiper .swiper-wrapper.small-pics {
    height: 82px;
  }
  main section#outside-layer section#product-intro .product-detail {
    font-size: 0.8rem;
    padding: 0 0 0 5px;
  }
  main section#outside-layer section#product-intro a {
    font-size: 1.4rem;
    padding: 3px 18px;
  }
  main section#outside-layer section#product-intro .product-name {
    font-size: 1rem;
    padding: 0px 26px 5px 15px;
    margin-bottom: 1px;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group .column {
    font-size: 1rem;
    padding: 4px 0px;
  }
  main section#outside-layer section#product-intro .vertical-table-container .group .column-content {
    font-size: 0.9rem;
    padding: 0;
  }
  main section#outside-layer section#product-intro a.products-page {
    width: 70px;
    height: 38px;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 38px;
    left: calc(50% - 35px);
  }
}/*# sourceMappingURL=product-detail.css.map */