/* Product detail page — approved September 2026 concept. */
.hj-product-detail-page {
  --detail-ink: #0f0a2c;
  --detail-body: #616777;
  --detail-muted: #8b91a0;
  --detail-purple: #7000fe;
  --detail-purple-dark: #5700c8;
  --detail-pink: #ff4e8d;
  --detail-navy: #0d1027;
  --detail-soft: #f7f7fb;
  --detail-line: #e7e8ef;
  --detail-white: #fff;
  overflow-x: clip;
  background: var(--detail-white);
}

.hj-product-detail-page .hj-global-cta {
  display: none;
}

@media (min-width: 1200px) {
  .hj-product-detail-page .header-1 .header-main {
    flex-wrap: nowrap;
    gap: 24px;
  }

  .hj-product-detail-page .header-1 .header-left {
    flex: 0 0 90px;
  }

  .hj-product-detail-page .header-1 .mean__menu-wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hj-product-detail-page .header-1 .main-menu > nav > ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(18px, 2.2vw, 36px);
  }

  .hj-product-detail-page .header-1 .main-menu > nav > ul > li {
    flex: 0 0 auto;
    margin-inline-end: 0;
  }

  .hj-product-detail-page .header-1 .main-menu > nav > ul > li > a {
    white-space: nowrap;
  }

  .hj-product-detail-page .header-1 .header-right {
    flex: 0 0 auto;
  }
}

.hj-product-detail-page .hj-detail-breadcrumb {
  border-top: 1px solid #f0f0f4;
  border-bottom: 1px solid var(--detail-line);
  background: #f8f8fb;
}

.hj-product-detail-page .hj-detail-breadcrumb ol {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--detail-muted);
  font-size: 13px;
  line-height: 1.4;
}

.hj-product-detail-page .hj-detail-breadcrumb li {
  min-width: 0;
}

.hj-product-detail-page .hj-detail-breadcrumb li[aria-current="page"] {
  overflow: hidden;
  color: var(--detail-ink);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hj-product-detail-page .hj-detail-breadcrumb a {
  color: inherit;
}

.hj-product-detail-page .hj-detail-breadcrumb a:hover {
  color: var(--detail-purple);
}

.hj-product-detail-page .hj-detail-breadcrumb i {
  font-size: 11px;
}

.hj-product-detail-page .hj-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 90% 8%, rgba(112, 0, 254, 0.12), transparent 34%),
    radial-gradient(circle at 4% 92%, rgba(255, 78, 141, 0.1), transparent 28%),
    #f3f3f6;
}

.hj-product-detail-page .hj-detail-hero::after {
  position: absolute;
  z-index: -1;
  top: -210px;
  right: -150px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(112, 0, 254, 0.1);
  border-radius: 50%;
  content: "";
}

.hj-product-detail-page .hj-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.hj-product-detail-page .hj-detail-gallery {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.hj-product-detail-page .hj-detail-gallery__stage {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(15, 10, 44, 0.1);
  border-radius: 16px;
  background: #f2f2f4;
  box-shadow: 0 20px 50px rgba(15, 10, 44, 0.09);
}

.hj-product-detail-page .hj-detail-gallery__stage .tab-content,
.hj-product-detail-page .hj-detail-gallery__stage .tab-pane {
  width: 100%;
  height: 100%;
}

.hj-product-detail-page .hj-detail-gallery__main {
  display: flex;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #f2f2f4;
}

.hj-product-detail-page .hj-detail-gallery__main img {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.hj-product-detail-page .hj-detail-gallery__main .hj-media-placeholder {
  display: grid;
  width: 100%;
  min-height: 360px;
  place-items: center;
}

.hj-product-detail-page .hj-detail-gallery__thumbs {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0 2px 4px;
  overflow-x: auto;
  scrollbar-color: var(--detail-purple) transparent;
  scrollbar-width: thin;
}

.hj-product-detail-page .hj-detail-gallery__thumbs .nav-item {
  flex: 0 0 auto;
}

.hj-product-detail-page .hj-detail-gallery__thumbs .nav-link {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dedfe6;
  border-radius: 10px;
  background: #f2f2f4;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hj-product-detail-page .hj-detail-gallery__thumbs .nav-link.active,
.hj-product-detail-page .hj-detail-gallery__thumbs .nav-link:hover {
  border-color: var(--detail-purple);
  box-shadow: 0 0 0 1px var(--detail-purple);
}

.hj-product-detail-page .hj-detail-gallery__thumbs img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.hj-product-detail-page .hj-detail-summary {
  min-width: 0;
}

.hj-product-detail-page .hj-detail-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: var(--detail-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hj-product-detail-page .hj-detail-eyebrow span {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--detail-pink), var(--detail-purple));
}

.hj-product-detail-page .hj-detail-summary h1 {
  margin: 0;
  color: var(--detail-ink);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.hj-product-detail-page .hj-detail-summary__intro {
  max-width: 680px;
  margin-top: 24px;
  color: var(--detail-body);
  font-size: 17px;
  line-height: 1.72;
}

.hj-product-detail-page .hj-detail-summary__intro > :last-child {
  margin-bottom: 0;
}

.hj-product-detail-page .hj-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hj-product-detail-page .hj-detail-facts > div {
  min-width: 0;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
}

.hj-product-detail-page .hj-detail-facts span,
.hj-product-detail-page .hj-detail-facts strong {
  display: block;
}

.hj-product-detail-page .hj-detail-facts span {
  margin-bottom: 4px;
  color: var(--detail-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hj-product-detail-page .hj-detail-facts strong {
  color: var(--detail-ink);
  font-size: 15px;
  line-height: 1.35;
}

.hj-product-detail-page .hj-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hj-product-detail-page .hj-detail-actions .theme-btn,
.hj-product-detail-page .hj-detail-inline-cta .theme-btn,
.hj-product-detail-page .hj-detail-submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 26px;
  overflow: hidden;
  border-radius: 9px !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  isolation: isolate;
}

.hj-product-detail-page .hj-detail-actions .theme-btn {
  background: linear-gradient(90deg, var(--detail-pink), var(--detail-purple));
  box-shadow: 0 12px 26px rgba(112, 0, 254, 0.18);
}

.hj-product-detail-page .hj-detail-actions .theme-btn::before,
.hj-product-detail-page .hj-detail-actions .theme-btn::after,
.hj-product-detail-page .hj-detail-inline-cta .theme-btn::before,
.hj-product-detail-page .hj-detail-inline-cta .theme-btn::after {
  background: var(--detail-navy);
}

.hj-product-detail-page .hj-detail-actions .hj-detail-whatsapp {
  background: var(--detail-navy);
  box-shadow: none;
}

.hj-product-detail-page .hj-detail-actions .hj-detail-whatsapp::before,
.hj-product-detail-page .hj-detail-actions .hj-detail-whatsapp::after {
  background: var(--detail-purple);
}

.hj-product-detail-page .hj-detail-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #5f6574;
  font-size: 13px;
  font-weight: 700;
}

.hj-product-detail-page .hj-detail-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hj-product-detail-page .hj-detail-trust i {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--detail-white);
  background: var(--detail-purple);
  font-size: 10px;
}

.hj-product-detail-page .hj-detail-content-section {
  padding: 88px 0 100px;
  background: var(--detail-white);
}

.hj-product-detail-page .hj-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 292px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.hj-product-detail-page .hj-detail-sidebar {
  display: grid;
  min-width: 0;
  gap: 24px;
}

.hj-product-detail-page .hj-detail-side-card {
  overflow: hidden;
  border: 1px solid var(--detail-line);
  border-radius: 13px;
  background: var(--detail-white);
  box-shadow: 0 12px 34px rgba(15, 10, 44, 0.055);
}

.hj-product-detail-page .hj-detail-categories summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--detail-white);
  background: var(--detail-navy);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.hj-product-detail-page .hj-detail-categories summary::-webkit-details-marker {
  display: none;
}

.hj-product-detail-page .hj-detail-categories summary::after {
  position: absolute;
  width: 46px;
  height: 3px;
  margin-top: 63px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--detail-pink), var(--detail-purple));
  content: "";
}

.hj-product-detail-page .hj-detail-categories summary i {
  transition: transform 180ms ease;
}

.hj-product-detail-page .hj-detail-categories[open] summary i {
  transform: rotate(180deg);
}

.hj-product-detail-page .hj-detail-categories nav {
  display: grid;
  padding: 10px 18px 14px;
}

.hj-product-detail-page .hj-detail-categories nav a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 6px;
  border-bottom: 1px solid #eeeef3;
  color: #505665;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 180ms ease, padding 180ms ease;
}

.hj-product-detail-page .hj-detail-categories nav a:last-child {
  border-bottom: 0;
}

.hj-product-detail-page .hj-detail-categories nav a:hover,
.hj-product-detail-page .hj-detail-categories nav a.active {
  padding-left: 12px;
  color: var(--detail-purple);
}

.hj-product-detail-page .hj-detail-categories nav a i {
  flex: 0 0 auto;
  font-size: 12px;
}

.hj-product-detail-page .hj-detail-inquiry {
  padding: 26px 22px 24px;
  background: linear-gradient(155deg, #f6f1ff 0%, #fff 64%);
}

.hj-product-detail-page .hj-detail-inquiry__heading > span,
.hj-product-detail-page .hj-detail-section__heading > div > span,
.hj-product-detail-page .hj-detail-advantages__intro > span,
.hj-product-detail-page .hj-detail-requirements > div > span,
.hj-product-detail-page .hj-detail-related__heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--detail-purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hj-product-detail-page .hj-detail-inquiry__heading h2 {
  margin: 0;
  color: var(--detail-ink);
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.hj-product-detail-page .hj-detail-inquiry__heading p {
  margin: 13px 0 23px;
  color: var(--detail-body);
  font-size: 13px;
  line-height: 1.6;
}

.hj-product-detail-page .hj-detail-field {
  margin-bottom: 15px;
}

.hj-product-detail-page .hj-detail-field label {
  display: block;
  margin-bottom: 7px;
  color: #363a49;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hj-product-detail-page .hj-detail-field label span {
  color: var(--detail-purple);
}

.hj-product-detail-page .hj-detail-field input,
.hj-product-detail-page .hj-detail-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid #dedee7;
  border-radius: 7px;
  outline: 0;
  color: var(--detail-ink);
  background: var(--detail-white);
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hj-product-detail-page .hj-detail-field textarea {
  min-height: 120px;
  resize: vertical;
}

.hj-product-detail-page .hj-detail-field input:focus,
.hj-product-detail-page .hj-detail-field textarea:focus {
  border-color: var(--detail-purple);
  box-shadow: 0 0 0 3px rgba(112, 0, 254, 0.12);
}

.hj-product-detail-page .hj-detail-verification > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 8px;
}

.hj-product-detail-page .hj-detail-verification img {
  width: 104px;
  height: 48px;
  cursor: pointer;
  border: 1px solid #dedee7;
  border-radius: 7px;
  object-fit: cover;
}

.hj-product-detail-page .hj-detail-submit {
  width: 100%;
  border: 0;
  color: var(--detail-white);
  background: linear-gradient(90deg, var(--detail-pink), var(--detail-purple));
  box-shadow: 0 12px 24px rgba(112, 0, 254, 0.16);
}

.hj-product-detail-page .hj-detail-submit:hover {
  background: linear-gradient(90deg, var(--detail-purple), var(--detail-purple-dark));
}

.hj-product-detail-page .hj-detail-form-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 13px 0 0;
  color: var(--detail-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.hj-product-detail-page .hj-detail-form-note i {
  margin-top: 2px;
}

.hj-product-detail-page .hj-detail-main-column {
  min-width: 0;
}

.hj-product-detail-page .hj-detail-section + .hj-detail-section,
.hj-product-detail-page .hj-detail-advantages + .hj-detail-section {
  margin-top: 54px;
}

.hj-product-detail-page .hj-detail-section__heading,
.hj-product-detail-page .hj-detail-related__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}

.hj-product-detail-page .hj-detail-section__heading h2,
.hj-product-detail-page .hj-detail-related__heading h2 {
  margin: 0;
  color: var(--detail-ink);
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hj-product-detail-page .hj-detail-section__heading > p {
  max-width: 390px;
  margin: 0;
  color: var(--detail-body);
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

.hj-product-detail-page .hj-detail-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--detail-line);
  border-radius: 12px;
  background: var(--detail-white);
  scrollbar-color: var(--detail-purple) var(--detail-soft);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.hj-product-detail-page .hj-detail-attribute-table {
  width: 100% !important;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: #292c3c;
  background: var(--detail-white);
  font-size: 15px;
  line-height: 1.5;
}

.hj-product-detail-page .hj-detail-attribute-table tr:nth-child(even) td,
.hj-product-detail-page .hj-detail-attribute-table tr:nth-child(even) th {
  background: #fafafd !important;
}

.hj-product-detail-page .hj-detail-attribute-table th,
.hj-product-detail-page .hj-detail-attribute-table td {
  min-width: 0;
  padding: 14px 18px !important;
  border: 0 !important;
  border-right: 1px solid var(--detail-line) !important;
  border-bottom: 1px solid var(--detail-line) !important;
  color: inherit !important;
  background: var(--detail-white) !important;
  font: inherit !important;
  text-align: left !important;
  vertical-align: top !important;
  overflow-wrap: anywhere;
}

.hj-product-detail-page .hj-detail-attribute-table th:last-child,
.hj-product-detail-page .hj-detail-attribute-table td:last-child {
  border-right: 0 !important;
}

.hj-product-detail-page .hj-detail-attribute-table tr:last-child th,
.hj-product-detail-page .hj-detail-attribute-table tr:last-child td {
  border-bottom: 0 !important;
}

.hj-product-detail-page .hj-detail-attribute-table tr > :first-child:not(:last-child) {
  width: 30%;
  min-width: 210px;
  color: #474c5c !important;
  background: #f1f1f5 !important;
  font-weight: 800 !important;
}

.hj-product-detail-page .hj-detail-attribute-table thead th {
  color: var(--detail-white) !important;
  background: var(--detail-navy) !important;
  font-weight: 800 !important;
}

.hj-product-detail-page .hj-detail-advantages {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  margin-top: 46px;
  padding: 40px;
  border-radius: 15px;
  color: var(--detail-white);
  background:
    radial-gradient(circle at 90% 0, rgba(112, 0, 254, 0.34), transparent 34%),
    var(--detail-navy);
}

.hj-product-detail-page .hj-detail-advantages__intro > span {
  color: #ff86b2;
}

.hj-product-detail-page .hj-detail-advantages__intro h2 {
  margin: 0;
  color: var(--detail-white);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.hj-product-detail-page .hj-detail-advantages__intro p {
  margin: 17px 0 0;
  color: #b7bccb;
  font-size: 14px;
  line-height: 1.65;
}

.hj-product-detail-page .hj-detail-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.hj-product-detail-page .hj-detail-advantage-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.hj-product-detail-page .hj-detail-advantage-grid article > i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: var(--detail-white);
  background: linear-gradient(135deg, var(--detail-pink), var(--detail-purple));
  font-size: 15px;
}

.hj-product-detail-page .hj-detail-advantage-grid h3 {
  margin: 0;
  color: var(--detail-white);
  font-size: 15px;
  line-height: 1.35;
}

.hj-product-detail-page .hj-detail-advantage-grid p {
  margin: 5px 0 0;
  color: #aeb4c4;
  font-size: 12px;
  line-height: 1.45;
}

.hj-product-detail-page .hj-detail-advantage-list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin: 2px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
  color: #d8dbe5;
  font-size: 13px;
  line-height: 1.45;
}

.hj-product-detail-page .hj-detail-advantage-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.hj-product-detail-page .hj-detail-advantage-list i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--detail-pink);
  font-size: 10px;
}

.hj-product-detail-page .hj-detail-description {
  margin-top: 58px;
}

.hj-product-detail-page .hj-detail-rich-content {
  width: 100%;
  max-width: none;
  overflow: visible;
  color: var(--detail-body);
  font-size: 16px;
  line-height: 1.75;
}

.hj-product-detail-page .hj-detail-rich-content > :first-child {
  margin-top: 0 !important;
}

.hj-product-detail-page .hj-detail-rich-content > :last-child {
  margin-bottom: 0 !important;
}

.hj-product-detail-page .hj-detail-rich-content img {
  display: block;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 28px auto;
  border-radius: 13px;
}

.hj-product-detail-page .hj-detail-rich-content video,
.hj-product-detail-page .hj-detail-rich-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 28px auto;
  border: 0;
  border-radius: 13px;
}

.hj-product-detail-page .hj-detail-rich-content table {
  display: table;
  min-width: 680px;
}

.hj-product-detail-page .hj-detail-requirements {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  align-items: center;
  margin-top: 52px;
  padding: 36px;
  border: 1px solid var(--detail-line);
  border-radius: 14px;
  background: var(--detail-soft);
}

.hj-product-detail-page .hj-detail-requirements h2 {
  margin: 0;
  color: var(--detail-ink);
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hj-product-detail-page .hj-detail-requirements > div > p {
  margin: 14px 0 0;
  color: var(--detail-body);
  font-size: 14px;
  line-height: 1.6;
}

.hj-product-detail-page .hj-detail-requirements ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hj-product-detail-page .hj-detail-requirements li {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--detail-line);
  border-radius: 9px;
  background: var(--detail-white);
}

.hj-product-detail-page .hj-detail-requirements strong,
.hj-product-detail-page .hj-detail-requirements li span {
  display: block;
}

.hj-product-detail-page .hj-detail-requirements strong {
  color: var(--detail-ink);
  font-size: 14px;
}

.hj-product-detail-page .hj-detail-requirements li span {
  margin-top: 4px;
  color: var(--detail-muted);
  font-size: 12px;
  line-height: 1.4;
}

.hj-product-detail-page .hj-detail-inline-cta {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
  padding: 34px 38px;
  border-radius: 14px;
  color: var(--detail-white);
  background: linear-gradient(95deg, var(--detail-pink), #a83ce9 52%, var(--detail-purple));
}

.hj-product-detail-page .hj-detail-inline-cta::after {
  position: absolute;
  right: -56px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  content: "";
}

.hj-product-detail-page .hj-detail-inline-cta > * {
  position: relative;
  z-index: 1;
}

.hj-product-detail-page .hj-detail-inline-cta h2 {
  margin: 0;
  color: var(--detail-white);
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hj-product-detail-page .hj-detail-inline-cta p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.5;
}

.hj-product-detail-page .hj-detail-inline-cta .theme-btn {
  flex: 0 0 auto;
  color: var(--detail-ink);
  background: var(--detail-white);
  box-shadow: none;
}

.hj-product-detail-page .hj-detail-inline-cta .theme-btn:hover {
  color: var(--detail-white);
}

.hj-product-detail-page .hj-detail-related {
  padding: 88px 0 92px;
  background: var(--detail-soft);
}

.hj-product-detail-page .hj-detail-related__heading {
  align-items: center;
}

.hj-product-detail-page .hj-related-nav {
  display: flex;
  gap: 10px;
}

.hj-product-detail-page .hj-related-nav button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--detail-line);
  border-radius: 50%;
  color: var(--detail-ink);
  background: var(--detail-white);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hj-product-detail-page .hj-related-nav button:hover {
  border-color: var(--detail-purple);
  color: var(--detail-white);
  background: var(--detail-purple);
}

.hj-product-detail-page .hj-detail-related .product-slider {
  padding: 8px 4px 24px;
  overflow: hidden;
}

.hj-product-detail-page .hj-detail-related .product-slider .swiper-slide {
  display: flex;
  height: auto;
}

.hj-product-detail-page .hj-detail-product-card.products-box-items {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px;
  border: 1px solid #ebebf1;
  border-radius: 13px;
  background: var(--detail-white);
  box-shadow: 0 10px 28px rgba(15, 10, 44, 0.045);
  flex-direction: column;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hj-product-detail-page .hj-detail-product-card.products-box-items:hover {
  border-color: #dbdce6;
  box-shadow: 0 18px 34px rgba(15, 10, 44, 0.09);
  transform: translateY(-5px);
}

.hj-product-detail-page .hj-detail-product-card .product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.hj-product-detail-page .hj-detail-product-card .product-top li {
  min-width: 0;
  padding: 6px 9px;
  border: 0;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hj-product-detail-page .hj-detail-product-card .product-top li:first-child {
  overflow: hidden;
  color: #2563eb;
  background: #eff6ff;
  text-overflow: ellipsis;
}

.hj-product-detail-page .hj-detail-product-card .product-top li:nth-child(2) {
  color: #7c3aed;
  background: #f5f3ff;
}

.hj-product-detail-page .hj-detail-product-card .product-thumb {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 16px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #eeeef3;
  border-radius: 10px;
  background: #f1f1f4 !important;
}

.hj-product-detail-page .hj-detail-product-card .product-thumb > a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.hj-product-detail-page .hj-detail-product-card .product-thumb img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 9px 14px rgba(15, 10, 44, 0.07));
  transition: transform 220ms ease;
}

.hj-product-detail-page .hj-detail-product-card:hover .product-thumb img {
  transform: scale(1.035);
}

.hj-product-detail-page .hj-detail-product-card .product-content {
  display: flex;
  flex: 1;
  margin-top: 16px;
  flex-direction: column;
  text-align: left;
}

.hj-product-detail-page .hj-detail-product-card .product-content h4 {
  margin: 0 0 14px;
  color: var(--detail-ink);
  font-size: 17px;
  line-height: 1.4;
}

.hj-product-detail-page .hj-detail-product-card .product-content h4 a {
  color: inherit;
}

.hj-product-detail-page .hj-detail-product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--detail-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hj-product-detail-page .hj-detail-product-link i {
  transition: transform 180ms ease;
}

.hj-product-detail-page .hj-detail-product-link:hover i {
  transform: translateX(4px);
}

.hj-product-detail-page .hj-detail-related .dot {
  display: none !important;
}

.hj-product-detail-page .footer-section {
  color: #b6bbca;
  background: var(--detail-navy) !important;
}

.hj-product-detail-page .footer-section .footer-widgets-wrapper {
  padding: 56px 0 60px;
}

.hj-product-detail-page .footer-section .wow,
.hj-product-detail-page .footer-section .single-footer-widget,
.hj-product-detail-page .footer-section .hj-motion-fade {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  animation: none !important;
}

.hj-product-detail-page .footer-section .single-footer-widget {
  margin-top: 0;
}

.hj-product-detail-page .footer-section .single-footer-widget .widget-head {
  margin-bottom: 18px;
}

.hj-product-detail-page .footer-section .single-footer-widget .footer-content p {
  font-size: 15px;
  line-height: 1.65;
}

.hj-product-detail-page .footer-section .single-footer-widget .list-items li:not(:last-child),
.hj-product-detail-page .footer-section .hj-footer-contact li:not(:last-child) {
  margin-bottom: 10px;
}

.hj-product-detail-page .footer-section .single-footer-widget .list-items li a,
.hj-product-detail-page .footer-section .hj-footer-contact li,
.hj-product-detail-page .footer-section .hj-footer-contact li a {
  font-size: 15px;
  line-height: 1.55;
}

.hj-product-detail-page .footer-section .single-footer-widget .widget-head h3,
.hj-product-detail-page .footer-section .single-footer-widget .footer-content p,
.hj-product-detail-page .footer-section .single-footer-widget .list-items li,
.hj-product-detail-page .footer-section .single-footer-widget .list-items li a,
.hj-product-detail-page .footer-section .hj-footer-contact li,
.hj-product-detail-page .footer-section .hj-footer-contact li a {
  color: #b6bbca;
}

.hj-product-detail-page .footer-section .single-footer-widget .widget-head h3 {
  color: var(--detail-white);
}

.hj-product-detail-page .footer-section .single-footer-widget .list-items li a:hover,
.hj-product-detail-page .footer-section .hj-footer-contact li a:hover {
  color: #ff86b2;
}

.hj-product-detail-page .footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #090b1d;
}

.hj-product-detail-page .footer-section .footer-bottom-wrapper p,
.hj-product-detail-page .footer-section .hj-footer-policy-link {
  color: #c7cbd7 !important;
}

.hj-product-detail-page #product-inquiry,
.hj-product-detail-page #product-key-attributes,
.hj-product-detail-page #product-description-section {
  scroll-margin-top: 120px;
}

.hj-product-detail-page a:focus-visible,
.hj-product-detail-page button:focus-visible,
.hj-product-detail-page summary:focus-visible,
.hj-product-detail-page input:focus-visible,
.hj-product-detail-page textarea:focus-visible {
  outline: 3px solid #ff4e8d;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .hj-product-detail-page .hj-detail-hero__grid {
    grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
    gap: 42px;
  }

  .hj-product-detail-page .hj-detail-gallery__main {
    min-height: 400px;
  }

  .hj-product-detail-page .hj-detail-summary h1 {
    font-size: 44px;
  }

  .hj-product-detail-page .hj-detail-layout {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 30px;
  }

  .hj-product-detail-page .hj-detail-advantages {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .hj-product-detail-page .hj-detail-hero {
    padding: 64px 0 72px;
  }

  .hj-product-detail-page .hj-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }

  .hj-product-detail-page .hj-detail-gallery {
    width: min(100%, 700px);
    margin: 0 auto;
  }

  .hj-product-detail-page .hj-detail-summary {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .hj-product-detail-page .hj-detail-layout {
    grid-template-columns: 1fr;
  }

  .hj-product-detail-page .hj-detail-main-column {
    order: 2;
  }

  .hj-product-detail-page .hj-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 1;
    margin-bottom: 18px;
  }

  .hj-product-detail-page .hj-detail-requirements {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hj-product-detail-page .hj-detail-breadcrumb ol {
    min-height: 48px;
    gap: 8px;
    font-size: 12px;
  }

  .hj-product-detail-page .hj-detail-hero {
    padding: 48px 0 56px;
  }

  .hj-product-detail-page .hj-detail-gallery__stage {
    padding: 0;
    border-radius: 14px;
  }

  .hj-product-detail-page .hj-detail-gallery__main {
    min-height: 0;
    padding: 0;
    border-radius: 13px;
  }

  .hj-product-detail-page .hj-detail-gallery__thumbs .nav-link {
    width: 64px;
    height: 64px;
  }

  .hj-product-detail-page .hj-detail-summary h1 {
    font-size: 36px;
    letter-spacing: -0.035em;
  }

  .hj-product-detail-page .hj-detail-summary__intro {
    font-size: 16px;
  }

  .hj-product-detail-page .hj-detail-actions .theme-btn {
    min-height: 50px;
    padding: 14px 20px;
  }

  .hj-product-detail-page .hj-detail-content-section {
    padding: 64px 0 72px;
  }

  .hj-product-detail-page .hj-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .hj-product-detail-page .hj-detail-section__heading,
  .hj-product-detail-page .hj-detail-related__heading {
    display: grid;
    align-items: start;
    gap: 13px;
  }

  .hj-product-detail-page .hj-detail-section__heading h2,
  .hj-product-detail-page .hj-detail-related__heading h2 {
    font-size: 30px;
  }

  .hj-product-detail-page .hj-detail-section__heading > p {
    max-width: 620px;
    text-align: left;
  }

  .hj-product-detail-page .hj-detail-attribute-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 14px;
  }

  .hj-product-detail-page .hj-detail-attribute-table th,
  .hj-product-detail-page .hj-detail-attribute-table td {
    padding: 12px 10px !important;
  }

  .hj-product-detail-page .hj-detail-attribute-table tr > :first-child:not(:last-child) {
    width: 36%;
    min-width: 0;
  }

  .hj-product-detail-page .hj-detail-advantages {
    gap: 26px;
    padding: 28px;
  }

  .hj-product-detail-page .hj-detail-advantages__intro h2 {
    font-size: 29px;
  }

  .hj-product-detail-page .hj-detail-requirements {
    gap: 26px;
    padding: 28px;
  }

  .hj-product-detail-page .hj-detail-inline-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }

  .hj-product-detail-page .hj-detail-inline-cta .theme-btn {
    width: 100%;
  }

  .hj-product-detail-page .hj-detail-related {
    padding: 70px 0 76px;
  }

  .hj-product-detail-page .hj-related-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 575px) {
  .hj-product-detail-page .hj-detail-eyebrow {
    font-size: 10px;
  }

  .hj-product-detail-page .hj-detail-summary h1 {
    font-size: 32px;
  }

  .hj-product-detail-page .hj-detail-facts {
    grid-template-columns: 1fr;
  }

  .hj-product-detail-page .hj-detail-facts > div {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
  }

  .hj-product-detail-page .hj-detail-facts span {
    margin-bottom: 0;
  }

  .hj-product-detail-page .hj-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hj-product-detail-page .hj-detail-actions .theme-btn {
    width: 100%;
  }

  .hj-product-detail-page .hj-detail-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hj-product-detail-page .hj-detail-advantage-grid,
  .hj-product-detail-page .hj-detail-advantage-list,
  .hj-product-detail-page .hj-detail-requirements ul {
    grid-template-columns: 1fr;
  }

  .hj-product-detail-page .hj-detail-advantages,
  .hj-product-detail-page .hj-detail-requirements,
  .hj-product-detail-page .hj-detail-inline-cta {
    padding: 24px;
  }

  .hj-product-detail-page .hj-detail-inline-cta h2 {
    font-size: 24px;
  }

  .hj-product-detail-page .hj-detail-field input,
  .hj-product-detail-page .hj-detail-field textarea {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hj-product-detail-page *,
  .hj-product-detail-page *::before,
  .hj-product-detail-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
