.nuoman_goods_read_premium~.nuoman-faq-section,
.nuoman_goods_read_premium~.nuoman_goods_contact {
  padding: var(--gap-50) 0;
}

.nuoman_goods_read_premium {
  position: relative;
}

.nuoman_goods_read_premium .scroll-top {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0.25rem 0.25rem 0 #EEE;
}

.nuoman_goods_read_premium .nav_bar {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  gap: 0 !important;
  font-family: var(--font-family);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  color: #333;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: wrap;
}

.nuoman_goods_read_premium .nav_bar_text {
  color: var(--primary-color, var(--color-primary));
}

.nuoman_goods_read_premium .nav_bar i {
  color: #999;
}

.nuoman_goods_read_premium .nav_bar_bold {
  display: flex;
  align-items: center;
}

.nuoman_goods_read_premium>.container {
  display: flex;
  gap: 1.875rem;
  transition: all 0.3s ease;
  padding-bottom: var(--gap-50);
}

.nuoman_goods_read_premium .nuoman-medias-container {
  --slide-size: 6.25rem;
  --swiper-height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nuoman_goods_read_premium .swiper-container {
  width: 100%;
  max-width: var(--swiper-height);
  position: relative;
  padding: 0 1rem;
}

.nuoman_goods_read_premium .nuoman-goods-medias-swiper {
  height: var(--slide-size);
  width: 100%;
  max-width: calc(var(--swiper-height) - 2.5rem);
  position: relative;
  flex-shrink: 0;
}

.nuoman_goods_read_premium .nuoman-goods-medias-swiper .swiper-slide {
  overflow: hidden;
  height: 100%;
  width: var(--slide-size);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.nuoman_goods_read_premium .nuoman-goods-medias-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.nuoman_goods_read_premium .nuoman-goods-medias-swiper .swiper-slide.active {
  border-color: var(--primary-color, var(--color-primary));
}

.nuoman_goods_read_premium .nuoman-goods-medias-swiper .swiper-slide img {
  height: 100%;
  width: var(--slide-size);
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
}

.nuoman_goods_read_premium .nuoman-goods-medias-content {
  width: var(--swiper-height);
  max-width: 100%;
  position: relative;
  aspect-ratio: 500 / 375;
  overflow: hidden;
}

.nuoman_goods_read_premium .content-big-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.nuoman_goods_read_premium .nuoman-goods-medias-content .video-icon {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.nuoman_goods_read_premium .nuoman-goods-medias-content .content-big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nuoman_goods_read_premium .nuoman-info-container {
  flex: 1;
}

.nuoman_goods_read_premium .nuoman-info-container_title {
  color: #1D1D1D;
  font-family: var(--font-title-family);
  font-size: var(--font-24);
  font-weight: 400;
  line-height: normal;
}

.nuoman_goods_read_premium .nuoman-info-container_raitng_box {
  display: flex;
  gap: 0.375rem;
  margin: 1rem 0;
}

.nuoman_goods_read_premium .nuoman-info-container_subtitle {
  font-size: var(--font-16);
  font-family: var(--font-family);
  color: #666;
  font-weight: 400;
  line-height: normal;
  /* padding-bottom: 1.5rem; */
  margin-top: 1rem;
  white-space: pre-line;
}

.nuoman_goods_read_premium .nuoman-info-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 4%;
}

.nuoman_goods_read_premium .content-detail-title {
  color: #666;
  font-family: var(--font-family);
  font-size: var(--font-14);
  line-height: normal;
  font-weight: 400;
}

.nuoman_goods_read_premium .content-detail-desc {
  color: #1D1D1D;
  font-family: var(--font-family);
  font-size: var(--font-14);
  line-height: normal;
  font-weight: 400;
}

.nuoman_goods_read_premium .nuoman-content-btn {
  margin-top: 2.5rem;
}

.nuoman_goods_read_premium .nuoman-content-btn .cd-popup-trigger {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: normal;
  padding: 0.625rem 1.25rem;
  background-color: var(--primary-color, var(--color-primary));
  transition: all 0.3s ease;
}

.nuoman_goods_read_premium .nuoman-content-btn .cd-popup-trigger:hover {
  background-color: var(--btn-hover);
}

.nuoman_goods_read_premium .certification-list {
  display: flex;
  gap: 0.625rem;
  margin-top: 2.5rem;
}

.nuoman_goods_read_premium .certification-img {
  object-fit: contain;
}

.fancybox-image {
  object-fit: contain !important;
}

.nuoman_goods_read_premium .nuoman-goods-detail-gap {
  height: 3.75rem;
  background: var(--bg-color, #FFF);
}

.nuoman_goods_read_premium .nuoman-goods-detail {
  position: sticky;
  top: var(--nuoman-premium-tabs-top, 0);
  z-index: 98;
  width: 100%;
  margin-bottom: 1.875rem;
  background: var(--bg-color, #FFF);
  transition: box-shadow 0.3s ease;
}

.nuoman_goods_read_premium .nuoman-goods-detail.is-stuck {
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.06);
}

.nuoman_goods_read_premium .nuoman-goods-detail>.container {
  display: block;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs {
  display: flex;
  width: 100%;
  min-height: 3.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs::-webkit-scrollbar {
  display: none;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs {
  scrollbar-width: none;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs {
  -ms-overflow-style: none;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs .nuoman-tabs_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  min-width: max-content;
  padding: 1.1875rem 1.5rem;
  color: #545353;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-18);
  font-weight: 500;
  line-height: normal;
  background: var(--bg-color, #FFF);
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs .nuoman-tabs_item:hover {
  color: var(--primary-color, var(--color-primary));
}

.nuoman_goods_read_premium .nuoman-goods-detail_tabs .nuoman-tabs_item.active {
  color: #FFF;
  background: var(--primary-color, var(--color-primary));
  border-bottom-color: var(--primary-color, var(--color-primary));
}

.nuoman_goods_read_premium .swiper-button-prev-column,
.nuoman_goods_read_premium .swiper-button-next-column {
  z-index: 10;
  width: 0.875rem;
  height: 100%;
}

.nuoman_goods_read_premium .swiper-button-prev-column {
  position: absolute !important;
  bottom: auto !important;
  right: auto !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%);
}

.nuoman_goods_read_premium .swiper-button-next-column {
  position: absolute !important;
  bottom: auto !important;
  right: 0 !important;
  top: 50% !important;
  left: auto !important;
  transform: translateY(-50%);
}

.nuoman_goods_read_premium .swiper-button-prev-column::before,
.nuoman_goods_read_premium .swiper-button-next-column::before {
  color: #333;
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nuoman_goods_read_premium .swiper-button-prev-column:hover:before,
.nuoman_goods_read_premium .swiper-button-next-column:hover:before {
  background-color: rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1024px) {
  .nuoman_goods_read_premium>.container {
    flex-direction: column;
  }

  .nuoman_goods_read_premium .nuoman-content-btn {
    text-align: center;
  }

  .nuoman_goods_read_premium .nuoman-content-btn .cd-popup-trigger {
    max-width: 100%;
  }

  .nuoman_goods_read_premium .certification-list {
    justify-content: center;
  }
}

.nuoman_goods_read_premium .content-container {
  padding-top: var(--component-gap);
  padding-bottom: var(--component-gap);
}

.nuoman_goods_read_premium .content-container>.container {
  display: block;
}

.nuoman_goods_read_premium .content-container-description {
  padding-top: var(--gap-50);
}

.nuoman_goods_read_premium .goods-title {
  font-size: var(--font-40);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-title-family);
  color: var(--title-text-color);
  text-align: center;
  margin-bottom: var(--gap-50);
}

.nuoman_goods_read_premium .grey-bg {
  background: #F8F8F8;
}

/* Advantage */
.nuoman_goods_read_premium .advantage-container {
  padding: var(--gap-50) 0;
}

.nuoman_goods_read_premium .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.nuoman_goods_read_premium .advantage-item {
  display: flex;
  gap: 0.625rem;
}

.nuoman_goods_read_premium .advantage-img {
  width: 2.625rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.nuoman_goods_read_premium .advantage-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}

.nuoman_goods_read_premium .advantage-item-title {
  font-size: var(--font-16);
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-family);
  color: #555;
}

.nuoman_goods_read_premium .advantage-item-desc {
  font-size: var(--font-14);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
  color: #888;
      overflow-wrap: break-word;
    width: 200px;
}

/* Features */
.nuoman_goods_read_premium .features-list {
  margin-top: var(--gap-50);
  display: flex;
  flex-direction: column;
  gap: var(--gap-50);
}

.nuoman_goods_read_premium .features-item {
  display: flex;
}

.nuoman_goods_read_premium .features-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.nuoman_goods_read_premium .features-img {
  width: 50%;
  /* aspect-ratio: 600 / 337; */
}

.nuoman_goods_read_premium .features-item-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding-right: var(--gap-50);
}

.nuoman_goods_read_premium .features-item:nth-child(even) .features-item-content {
  padding-left: var(--gap-50);
}

.nuoman_goods_read_premium .features-item-title {
  font-size: var(--font-24);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-title-family);
  color: #1D1D1D;
}

.nuoman_goods_read_premium .features-item-desc {
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
  color: #1D1D1D;
}

@media screen and (max-width: 768px) {
  .nuoman_goods_read_premium .features-item:nth-child(n) {
    flex-direction: column;
  }

  .nuoman_goods_read_premium .features-img,
  .nuoman_goods_read_premium .features-item-content {
    width: 100%;
  }

  .nuoman_goods_read_premium .features-item:nth-child(n) .features-item-content {
    padding: var(--gap-50) 0;
  }
}

/* Options */
.nuoman_goods_read_premium .options-list {
  padding: 1rem;
  position: relative;
}

.nuoman_goods_read_premium .options-list .swiper {
  width: 100%;
  height: 100%;
}

.nuoman_goods_read_premium .options-list img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.nuoman_goods_read_premium .options-list .options-item-title {
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
  color: #000;
  text-align: center;
  margin-top: 0.5rem;
}

.nuoman_goods_read_premium .options-list .swiper-pagination {
  position: relative;
  bottom: 0;
}

.nuoman_goods_read_premium .options-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

/* Applications */
.nuoman_goods_read_premium .applications-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: var(--gap-50);
}

.nuoman_goods_read_premium .applications-item {
  width: 100%;
  aspect-ratio: 624/319;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nuoman_goods_read_premium .applications-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: rgba(42, 139, 31, 0.40);
}

.nuoman_goods_read_premium .applications-item-title,
.nuoman_goods_read_premium .applications-item-desc {
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family);
  color: #FFF;
  text-align: center;
}

.nuoman_goods_read_premium .applications-item-title {
  font-weight: 700;
}

@media (max-width: 992px) {
  .nuoman_goods_read_premium .applications-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .nuoman_goods_read_premium .applications-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Extension */
.nuoman_goods_read_premium .extension-content-box {
  margin-top: var(--gap-50);
}