.product-detail {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-detail {
    padding: 25px 0;
  }
}
.product-detail .gallery-section-bg {
  position: absolute;
  bottom: -400px;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
.product-detail .desc:not(.yellow) {
  margin-bottom: 15px;
  color: rgba(30, 30, 30, 0.5);
}
.product-detail h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E1E1E;
}
.product-detail .grades-features-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-detail .grades-features-cards .grades-features-card {
  width: 50%;
  border: 1px solid #E0E0E0;
}
.product-detail .grades-features-cards .grades-features-card:nth-child(1) {
  border-inline-end-width: 0;
}
.product-detail .grades-features-cards .grades-features-card h4 {
  font-size: 22px;
  color: #1E1E1E;
}
.product-detail .grades-features-cards .grades-features-card h5 {
  color: #1E1E1E;
  font-size: clamp(22px, 4vw, 28px);
  margin-bottom: 15px;
  flex-shrink: 0;
}
.product-detail .grades-features-cards .grades-features-card .desc {
  color: rgba(91, 91, 91, 0.6980392157);
  font-size: 14px;
  line-height: 1;
}
.product-detail .grades-features-cards .grades-features-card .separator {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1019607843);
  margin: 15px 0;
}
.product-detail .grades-features-cards .grades-features-card .list-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-detail .grades-features-cards .grades-features-card .list-item img {
  width: 16px;
  min-width: 16px;
}
.product-detail .grades-features-cards .grades-features-card .list-item h5 {
  font-size: 18px;
  color: #1E1E1E;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .product-detail .grades-features-cards .grades-features-card {
    width: 100%;
    padding: 20px;
    border-inline-end-width: 1px;
  }
  .product-detail .grades-features-cards .grades-features-card:nth-child(1) {
    border-inline-end-width: 1px;
    border-bottom-width: 0;
  }
}
.product-detail .table thead th {
  color: #1E1E1E;
  font-weight: 400;
  background-color: #F0B706;
  font-size: 18px;
}
.product-detail .table tbody td {
  color: rgba(30, 30, 30, 0.8);
  font-size: 16px;
}
.product-detail .table th,
.product-detail .table td {
  padding: 10px 20px;
  vertical-align: middle;
}
.product-detail .custom-border {
  border-left: 1px solid rgba(30, 30, 30, 0.1019607843);
  border-right: 1px solid rgba(30, 30, 30, 0.1019607843);
}
.product-detail .product-video {
  position: relative;
}
.product-detail .product-video > img,
.product-detail .product-video > video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1200/485;
}
@media screen and (max-width: 768px) {
  .product-detail .product-video > img,
  .product-detail .product-video > video {
    min-height: 200px;
  }
}
.product-detail .product-video .play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.0509803922);
  border: 2px solid #FFFFFF;
  cursor: pointer;
  z-index: 2;
}
.product-detail .product-video .play-pause-btn img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-video .play-pause-btn {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .product-detail .product-video .play-pause-btn img {
    width: 25px;
  }
}
.product-detail .gallery-slider {
  position: relative;
  z-index: 2;
}
.product-detail .gallery-slider-thumbs {
  position: relative;
  max-width: 280px;
}
.product-detail .gallery-slider-thumbs::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 100%;
  width: 200vh;
  height: calc(100% + 40px);
  background-color: #fff;
  z-index: 1;
}
.product-detail .swiper-slide img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */