.xindongda_goods_read {
  background: #0A0A0A;
}

/* Breadcrumb */
.xindongda_goods_read .xgr-breadcrumb {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: var(--font-family);
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.21;
  color: #FFF;
}

.xindongda_goods_read .xgr-breadcrumb-item {
  color: #FFF;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.xindongda_goods_read .xgr-breadcrumb-item:hover {
  color: var(--color-primary);
}

.xindongda_goods_read .xgr-breadcrumb-sep {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.xindongda_goods_read .xgr-breadcrumb-current {
  font-weight: 600;
}

/* Hero Section */
.xindongda_goods_read .xgr-hero {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}

.xindongda_goods_read .xgr-hero-inner {
  display: flex;
  gap: 4.375rem;
  align-items: flex-start;
}

/* Gallery */
.xindongda_goods_read .xgr-gallery {
  width: 18.5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: .5625rem;
}

.xindongda_goods_read .xgr-gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0A0A0A;
}

.xindongda_goods_read .xgr-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xindongda_goods_read .xgr-thumb-swiper-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  border-radius: 0.625rem;
}

.xindongda_goods_read .xgr-thumb-swiper-wrap:hover .xgr-thumb-prev,
.xindongda_goods_read .xgr-thumb-swiper-wrap:hover .xgr-thumb-next {
  opacity: 1;
}

.xindongda_goods_read .xgr-thumb-prev,
.xindongda_goods_read .xgr-thumb-next {
  position: absolute;
  width: .75rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-24);
  color: #FFF;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.xindongda_goods_read .xgr-thumb-prev {
  left: 0;
  border-radius: 0.625rem 0 0 0.625rem;

}

.xindongda_goods_read .xgr-thumb-next {
  right: 0;
  border-radius: 0 0.625rem 0.625rem 0;
}

.xindongda_goods_read .xgr-thumb-prev:hover,
.xindongda_goods_read .xgr-thumb-next:hover {
  background: rgba(255, 255, 255, 0.34);
}

.xindongda_goods_read .xgr-thumb-swiper {
  position: relative;
  z-index: 1;
  flex: 1;
}

.xindongda_goods_read .xgr-thumb {
  width: 4.25rem !important;
  aspect-ratio: 1 / 1;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(var(--color-rgb), 0.10);
  background: rgba(255, 255, 255, 0.20);
}

.xindongda_goods_read .xgr-thumb.active {
  border-color: var(--color-primary);
}

.xindongda_goods_read .xgr-thumb:hover {
  border-color: var(--color-primary);
}

.xindongda_goods_read .xgr-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 20px 0 rgba(57, 211, 141, 0.25);
}

/* Info */
.xindongda_goods_read .xgr-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.xindongda_goods_read .xgr-info-header {
  display: flex;
  flex-direction: column;
}

.xindongda_goods_read .xgr-info-title {
  font-family: var(--font-family);
  font-size: var(--font-size-36);
  font-weight: 600;
  line-height: 1.22;
  color: var(--title-text-color);
  margin-bottom: .5625rem;
}

.xindongda_goods_read .xgr-info-subtitle,
.xindongda_goods_read .xgr-info-header p {
  font-family: var(--font-family);
  font-size: var(--font-size-28);
  font-weight: 500;
  line-height: 1.21;
  color: var(--title-text-color);
}

/* Product Parameters */
.xindongda_goods_read .xgr-params {
  display: flex;
  flex-direction: column;
  gap: .4375rem;
}

.xindongda_goods_read .xgr-param-item {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.xindongda_goods_read .xgr-param-label {
  width: 34%;
  font-family: var(--font-family);
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.449px;
  color: var(--color-primary);
  white-space: nowrap;
}

.xindongda_goods_read .xgr-param-value {
  font-family: var(--font-family);
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.312px;
  color: #D1D5DC;
}

/* change table style */
.xindongda_goods_read .xgr-params table {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-collapse: collapse;
}

.xindongda_goods_read .xgr-params tbody {
  display: flex;
  flex-direction: column;
  gap: .4375rem;
  width: 100%;
}

.xindongda_goods_read .xgr-params tr {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  height: auto !important;
}

.xindongda_goods_read .xgr-params td {
  font-family: var(--font-family);
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.312px;
  color: #D1D5DC;
  text-align: left !important;
}

.xindongda_goods_read .xgr-params td:first-child {
  width: 34%;
  flex-shrink: 0;
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.449px;
  color: var(--color-primary);
}

/* Action Button */
.xindongda_goods_read .xgr-info-actions {
  margin-top: 1.25rem;
}

.xindongda_goods_read .xgr-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .5rem;
  background: var(--color-primary);
  border: none;
  border-radius: .3125rem;
  font-family: var(--font-family);
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.312px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.xindongda_goods_read .xgr-contact-btn:hover {
  transform: translateY(-6px);
}

/* Content Section */

/* .xindongda_goods_read .xgr-content-wrapper {} */

.xindongda_goods_read .xgr-content-title {
  margin-bottom: 1.875rem;
  font-family: var(--font-family);
  font-size: var(--font-size-68);
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.431px;
  color: var(--title-text-color);
  text-align: center;
}

.xindongda_goods_read .xgr-content-inner {
  font-family: var(--font-family);
  font-size: var(--font-size-22);
  line-height: 1.5;
  color: #FFF;
}

.xindongda_goods_read .xgr-content-inner p {
  min-height: 1rem;
}

/* Responsive — 只处理布局变化 */
@media screen and (max-width: 992px) {
  .xindongda_goods_read .xgr-hero-inner {
    flex-direction: column;
  }

  .xindongda_goods_read .xgr-gallery {
    width: 100%;
  }

  .xindongda_goods_read .xgr-gallery-main {
    align-self: center;
    width: 60%;
  }

  .xindongda_goods_read .xgr-info {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .xindongda_goods_read .xgr-param-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .xindongda_goods_read .xgr-params tr {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .xindongda_goods_read .xgr-params td:first-child {
    width: auto;
  }

  .xindongda_goods_read .xgr-gallery-main {
    width: 100%;
  }
}