body.tg-product-detail {
  --tg-shell-max: 23.04rem;
  background: #ffffff;
}

.tg-product-detail .tg-shell {
  width: min(calc(100% - 1.152rem), var(--tg-shell-max));
}

.product-detail-main {
  padding-bottom: 0.972rem;
}

.product-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.108rem;
  margin-bottom: 0.648rem;
  color: #4e4639;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.product-detail-breadcrumb a {
  transition: color 0.25s ease;
}

.product-detail-breadcrumb a:hover {
  color: #775a19;
}

.product-detail-breadcrumb__sep {
  display: inline-flex;
  width: 0.192rem;
  height: 0.192rem;
  color: #7f7667;
}

.product-detail-breadcrumb__sep svg,
.product-detail-stock svg,
.product-detail-quantity__control button svg,
.product-detail-highlights__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0.864rem;
  align-items: start;
}

.product-detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.324rem;
}

.product-detail-gallery__stage {
  overflow: hidden;
  border-radius: 0.064rem;
  background: #f6f3f2;
  aspect-ratio: 4 / 5;
}

.product-detail-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-detail-gallery__stage:hover img {
  transform: scale(1.04);
}

.product-detail-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.216rem;
}

.product-detail-gallery__thumb {
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 0.04rem solid transparent;
  background: #f6f3f2;
  aspect-ratio: 1;
  cursor: pointer;
  opacity: 0.62;
  transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.product-detail-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-gallery__thumb:hover,
.product-detail-gallery__thumb.is-active {
  opacity: 1;
  border-color: #c5a059;
}

.product-detail-gallery__thumb:hover {
  transform: translateY(-0.026667rem);
}

.product-detail-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.product-detail-summary__head {
  margin-bottom: 0.54rem;
}

.product-detail-title {
  margin: 0 0 0.432rem;
  color: #0d0d0d;
  font-size: 1.86666rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.039em;
}

.product-detail-price {
  margin: 0 0 0.324rem;
  color: #c5a059;
  font-size: 0.8rem;
  line-height: 1.1;
}

.product-detail-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.108rem;
  color: #775a19;
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
}

.product-detail-stock svg {
  width: 0.36rem;
  height: 0.36rem;
}

.product-detail-highlights {
  display: grid;
  gap: 0.288rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4e4639;
}

.product-detail-highlights li {
  display: flex;
  align-items: center;
  gap: 0.216rem;
}

.product-detail-highlights__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 0.384rem;
  height: 0.384rem;
  color: #8c816d;
}
.product-detail-highlights span{
  font-size: 0.4266rem;
}

.product-detail-purchase {
  margin-top: 0.648rem;
  padding-top: 0.432rem;
  border-top: 1px solid rgba(13, 13, 13, 0.1);
}

.product-detail-options {
  margin-bottom: 0.432rem;
}

.product-detail-options__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.216rem;
  margin-bottom: 0.216rem;
}

.product-detail-options__label,
.product-detail-options__group-name {
  color: #0d0d0d;
  font-size: 0.32rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
}

.product-detail-options__summary {
  color: #6e6658;
  font-size: 0.32rem;
}

.product-detail-options__summary strong {
  color: #775a19;
  font-weight: 700;
}

.product-detail-options__groups {
  display: grid;
  gap: 0.216rem;
}

.product-detail-options__group {
  display: grid;
  gap: 0.108rem;
}

.product-detail-options__select {
  width: 100%;
  min-height: 0.768rem;
  padding: 0 0.243rem;
  border: 1px solid rgba(127, 118, 103, 0.55);
  border-radius: 0.064rem;
  background: #ffffff;
  color: #0d0d0d;
  font-size: 0.373334rem;
  font-weight: 600;
}

.product-detail-options__default {
  display: flex;
  flex-wrap: wrap;
  gap: 0.162rem;
}

.product-detail-options__chip {
  display: inline-flex;
  align-items: center;
  min-height: 0.648rem;
  padding: 0 0.27rem;
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.12);
  color: #775a19;
  font-size: 0.346667rem;
  font-weight: 700;
}

.product-detail-quantity {
  display: flex;
  align-items: center;
  gap: 0.324rem;
  margin-bottom: 0.432rem;
}

.product-detail-quantity__label {
  color: #0d0d0d;
  font-size: 0.32rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
}

.product-detail-quantity__control {
  display: inline-flex;
  align-items: center;
  width: 2.048rem;
  min-height: 0.768rem;
  border: 1px solid rgba(127, 118, 103, 0.55);
  border-radius: 0.064rem;
  background: #ffffff;
}

.product-detail-quantity__control button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 0.768rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #4e4639;
  transition: color 0.25s ease;
}

.product-detail-quantity__control button:hover {
  color: #775a19;
}

.product-detail-quantity__control button svg {
  width: 0.24rem;
  height: 0.24rem;
}

.product-detail-quantity__control input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #0d0d0d;
  font-size: 0.426666rem;
  font-weight: 700;
  text-align: center;
  outline: none;
}

.product-detail-actions {
  display: flex;
  gap: 0.216rem;
}

.product-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 0.768rem;
  padding: 0 0.432rem;
  border: 1px solid transparent;
  border-radius: 0.064rem;
  cursor: pointer;
  font-size: 0.373334rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.product-detail-button--primary {
  background: linear-gradient(135deg, #775a19 0%, #c5a059 100%);
  color: #ffffff;
  box-shadow: 0 0.16rem 0.426667rem rgba(197, 160, 89, 0.28);
}

.product-detail-button--primary:hover {
  color: #ffffff;
  transform: translateY(-0.026667rem);
  box-shadow: 0 0.186667rem 0.48rem rgba(197, 160, 89, 0.34);
}

.product-detail-button--ghost {
  border-color: rgba(127, 118, 103, 0.55);
  background: transparent;
  color: #0d0d0d;
}

.product-detail-button--ghost:hover {
  color: #775a19;
  border-color: #c5a059;
  transform: translateY(-0.026667rem);
}

.product-detail-tabs-wrap {
  padding: 1.296rem 0;
  background: #f6f3f2;
}

.product-detail-tabs__nav {
  display: flex;
  gap: 0.648rem;
  margin-bottom: 0.864rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-detail-tabs__nav::-webkit-scrollbar {
  display: none;
}

.product-detail-tabs__button {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 0.144rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #6e6658;
  font-size: 0.373334rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.product-detail-tabs__button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.032rem;
  background: #c5a059;
  transform: scaleX(0.4);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-detail-tabs__button:hover,
.product-detail-tabs__button.is-active {
  color: #775a19;
}

.product-detail-tabs__button:hover::after,
.product-detail-tabs__button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-detail-tabs__pane[hidden] {
  display: none !important;
}

.product-detail-description,
.product-detail-spec-grid,
.product-detail-service-grid {
  display: grid;
  gap: 0.648rem;
}

.product-detail-description {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: start;
}

.product-detail-description__copy p,
.product-detail-spec-panel p,
.product-detail-service-card p {
  margin: 0.324rem 0 0;
  color: #4e4639;
  font-size: 0.4266rem;
}

.product-detail-section-title {
  margin: 0;
  color: #0d0d0d;
  font-size: 0.96rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.026em;
}

.product-detail-section-title--wide {
  margin-bottom: 0.54rem;
}

.product-detail-section-title--center {
  text-align: center;
}

.product-detail-spec-card,
.product-detail-spec-panel,
.product-detail-service-card {
  padding: 0.576rem;
  border-radius: 0.096rem;
  background: #ffffff;
  box-shadow: 0 0.16rem 0.426667rem rgba(13, 13, 13, 0.04);
}

.product-detail-spec-card h3 {
  margin: 0 0 0.324rem;
  color: #0d0d0d;
  font-size: 0.586666rem;
  line-height: 1.3;
  font-weight: 700;
}

.product-detail-spec-card dl,
.product-detail-spec-list {
  margin: 0;
}

.product-detail-spec-card dl div,
.product-detail-spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 0.216rem;
  padding: 0.216rem 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08); font-size: 0.4266rem;
}

.product-detail-spec-card dl div:first-child,
.product-detail-spec-list div:first-child {
  padding-top: 0;
}

.product-detail-spec-card dl div:last-child,
.product-detail-spec-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-detail-spec-card dt,
.product-detail-spec-list dt {
  color: #6e6658;
}

.product-detail-spec-card dd,
.product-detail-spec-list dd {
  margin: 0;
  color: #0d0d0d;
  font-weight: 600;
  text-align: right;
}

.product-detail-spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail-related {
  padding-top: 1.44rem;
  padding-bottom: 1.296rem;
}

.product-detail-related__grid {
  --bs-gutter-x: 0.432rem;
  --bs-gutter-y: 0.54rem;
}

.product-detail-related__card {
  display: block;
  height: 100%;
}

.product-detail-related__media {
  overflow: hidden;
  margin-bottom: 0.288rem;
  border-radius: 0.064rem;
  background: #f6f3f2;
  aspect-ratio: 3 / 4;
}

.product-detail-related__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-detail-related__card:hover .product-detail-related__media img {
  transform: scale(1.05);
}

.product-detail-related__body h3 {
  margin: 0 0 0.108rem;
  color: #0d0d0d;
  font-size: 0.586666rem;
  line-height: 1.3;
  font-weight: 600;
  transition: color 0.25s ease;
}

.product-detail-related__card:hover .product-detail-related__body h3 {
  color: #c5a059;
}

.product-detail-related__body p {
  margin: 0;
  color: #c5a059;
  font-size: 0.48rem;
  font-weight: 700;
}

.product-detail-faq {
  max-width: 12.16rem;
  padding-bottom: 1.584rem;
}

.product-detail-faq__list {
  margin-top: 0.648rem;
  border-top: 1px solid rgba(13, 13, 13, 0.08);
}

.product-detail-faq__item {
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}

.product-detail-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.324rem;
  padding: 0.432rem 0;
  list-style: none;
  color: #0d0d0d;
  font-size: 0.586666rem;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
}

.product-detail-faq__summary::-webkit-details-marker {
  display: none;
}

.product-detail-faq__icon {
  flex: 0 0 auto;
  color: #8c816d;
  font-size: 0.586666rem;
  line-height: 1;
  transition: transform 0.25s ease, color 0.25s ease;
}

.product-detail-faq__item[open] .product-detail-faq__icon {
  color: #c5a059;
  transform: rotate(45deg);
}

.product-detail-faq__panel {
  margin: 0;
  padding: 0 0 0.432rem;
  color: #4e4639;
}

.tg-product-detail .site-footer--news-detail {
  padding: 1.08rem 0 0.54rem;
  background: #f6f3f2;
}

.tg-product-detail .site-footer__top {
  gap: 0.648rem;
}

.tg-product-detail .site-footer__text,
.tg-product-detail .site-footer__column a,
.tg-product-detail .site-footer__bottom {
  color: #5f5e5e;
}

@media (max-width: 1199.98px) {
  .product-detail-hero,
  .product-detail-description {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .tg-product-detail .site-header__toggle {
    display: inline-flex;
  }

  .tg-product-detail .site-nav {
    top: 0.96rem;
    gap: 0.216rem;
    padding: 0.324rem 0.648rem 0.432rem;
  }

  .product-detail-hero {
    gap: 0.648rem;
  }

  .product-detail-spec-grid,
  .product-detail-service-grid {
    grid-template-columns: 1fr;
  }

  .tg-product-detail .site-footer__top {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .tg-product-detail .tg-shell {
    width: min(calc(100% - 0.768rem), var(--tg-shell-max));
  }

  .tg-product-detail .site-nav {
    top: 0.864rem;
    padding-right: 0.432rem;
    padding-left: 0.432rem;
  }

  .product-detail-title {
    font-size: 1.12rem;
  }

  .product-detail-price {
    font-size: 0.93334rem;
  }

  .product-detail-gallery__thumbs {
    gap: 0.108rem;
  }

  .product-detail-quantity {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-options__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-detail-actions {
    flex-direction: column;
  }

  .product-detail-tabs-wrap {
    padding: 0.972rem 0;
  }

  .product-detail-tabs__nav {
    gap: 0.324rem;
    margin-bottom: 0.54rem;
  }

  .product-detail-section-title,
  .product-detail-faq__summary {
    font-size: 0.46666rem;
  }

  .product-detail-spec-card,
  .product-detail-spec-panel,
  .product-detail-service-card {
    padding: 0.432rem;
  }

  .product-detail-faq {
    padding-bottom: 1.08rem;
  }

  .tg-product-detail .site-footer__columns {
    grid-template-columns: 1fr;
  }

  .tg-product-detail .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
