.product-detail-page {
  --pd-yellow: #f8e71c;
  --pd-green: #0bb783;
  --pd-blue: #5091ff;
  --pd-red: #ff5d5d;
  --pd-copy: #f5f5f1;
  --pd-muted: #7d7d7d;
  --pd-line: rgba(255, 255, 255, 0.09);
  position: relative;
  display: grid;
  gap: 18px;
  min-height: calc(100vh - 131px);
  padding-bottom: 24px;
  isolation: isolate;
}

.product-detail-shell.body-bg::before { display: none; }

.product-detail-page::before {
  position: fixed;
  z-index: -1;
  inset: 83px 0 0;
  background:
    radial-gradient(circle at 75% 7%, rgba(248, 231, 28, 0.04), transparent 27%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  content: "";
  pointer-events: none;
}

.product-detail-breadcrumb {
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 8px;
  color: #5f5f5f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-detail-breadcrumb a { color: var(--pd-yellow); transition: color 0.2s ease; }
.product-detail-breadcrumb a:nth-of-type(2) { color: #969696; }
.product-detail-breadcrumb a:hover { color: #fff48a; }
.product-detail-breadcrumb i { color: #454545; font-size: 10px; }

.product-detail-hero,
.product-detail-about,
.product-dossier {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: linear-gradient(145deg, #181818, #0e0e0e 77%);
}

.product-detail-hero::before,
.product-detail-about::before,
.product-dossier::before {
  position: absolute;
  z-index: 5;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--pd-yellow);
  content: "";
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr) minmax(340px, 0.48fr);
  min-height: 510px;
  background:
    linear-gradient(90deg, #121212 0%, rgba(14, 14, 14, 0.91) 45%, rgba(8, 8, 8, 0.82) 100%),
    var(--product-banner),
    linear-gradient(145deg, #191919, #0b0b0b);
  background-position: center;
  background-size: cover;
}

.product-detail-hero::after {
  position: absolute;
  top: -220px;
  left: 38%;
  width: 210px;
  height: 840px;
  background: linear-gradient(90deg, transparent, rgba(248, 231, 28, 0.04), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(20deg);
}

.product-detail-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 48px 26px 48px 48px;
}

.product-detail-kicker,
.product-detail-about > div > span,
.product-buy-console-head span {
  color: var(--pd-yellow);
  font-family: "Sora", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.product-detail-copy h1 {
  margin: 12px 0 16px;
  color: var(--pd-copy);
  font-size: clamp(45px, 5vw, 76px);
  font-weight: 860;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.product-detail-copy > p {
  max-width: 570px;
  margin: 0;
  color: #8d8d8d;
  font-size: 13px;
  line-height: 1.72;
}

.product-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 31px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 5px;
  background: rgba(7, 7, 7, 0.54);
}

.product-detail-stats > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  min-height: 72px;
  padding: 12px 14px;
  border-right: 1px solid var(--pd-line);
}

.product-detail-stats > div:last-child { border-right: 0; }
.product-detail-stats small { color: #5b5b5b; font-size: 7px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.product-detail-stats strong { overflow: hidden; color: #bdbdbd; font-family: "JetBrains Mono", monospace; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.product-detail-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  color: var(--pd-yellow);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-status > i { width: 6px; height: 6px; flex: none; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }
.product-detail-status[data-tone="green"] { color: var(--pd-green); }
.product-detail-status[data-tone="red"] { color: var(--pd-red); }
.product-detail-status[data-tone="blue"] { color: var(--pd-blue); }
.product-detail-rating { display: flex; align-items: center; gap: 6px; }
.product-detail-rating i { color: var(--pd-yellow); }

.product-detail-visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
}

.product-detail-visual::before {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 231, 28, 0.12), transparent 67%);
  content: "";
  filter: blur(5px);
}

.product-detail-visual img {
  position: relative;
  z-index: 3;
  width: min(78%, 310px);
  max-height: 410px;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px rgba(0, 0, 0, 0.58));
  animation: productDetailFloat 5.4s ease-in-out infinite;
}

.product-detail-visual.is-image-missing img { opacity: 0; }

.product-detail-target,
.product-detail-brackets {
  position: absolute;
  z-index: 1;
  width: min(96%, 390px);
  height: auto;
  overflow: visible;
  fill: none;
  stroke: rgba(248, 231, 28, 0.2);
  stroke-width: 1;
}

.product-detail-target { animation: productDetailOrbit 28s linear infinite; }
.product-detail-target-sweep { fill: rgba(248, 231, 28, 0.035); stroke: none; }
.product-detail-brackets { z-index: 2; width: min(88%, 355px); stroke: rgba(255, 255, 255, 0.22); stroke-width: 2; }
.product-detail-visual-code { position: absolute; z-index: 4; bottom: 25px; color: #525252; font-family: "JetBrains Mono", monospace; font-size: 7px; letter-spacing: 0.14em; }

.product-buy-console {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
  border-left: 1px solid rgba(248, 231, 28, 0.13);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(7, 7, 7, 0.66);
  background-size: 24px 24px, 24px 24px, auto;
}

.product-buy-console-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.product-buy-console-head h2 { margin: 4px 0 0; color: #ededed; font-size: 25px; font-weight: 820; letter-spacing: -0.045em; }
.product-buy-console-head > i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(248, 231, 28, 0.25); border-radius: 5px; color: var(--pd-yellow); background: rgba(248, 231, 28, 0.055); font-size: 19px; }

.product-buy-console-line { position: relative; height: 30px; margin-left: 21px; border-left: 1px solid rgba(248, 231, 28, 0.18); }
.product-buy-console-line span,
.product-buy-console-line b { position: absolute; left: -3px; width: 5px; height: 5px; border-radius: 50%; background: var(--pd-yellow); }
.product-buy-console-line span { top: 5px; }
.product-buy-console-line b { bottom: 3px; opacity: 0.35; }

.product-version-list {
  display: grid;
  gap: 8px;
  max-height: 265px;
  padding-right: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(248, 231, 28, 0.35) transparent;
  scrollbar-width: thin;
}

.version-label {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 5px;
  color: #b5b5b5;
  background: rgba(15, 15, 15, 0.88);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.version-label:hover { border-color: rgba(248, 231, 28, 0.27); transform: translateX(2px); }
.version-div.is-selected .version-label { border-color: var(--pd-yellow); color: #111; background: var(--pd-yellow); box-shadow: 0 0 22px rgba(248, 231, 28, 0.09); }
.version-name { font-size: 11px; font-weight: 750; letter-spacing: 0.01em; }
.format-currency { color: inherit; font-family: "JetBrains Mono", monospace; white-space: nowrap; }
.format-currency b { font-size: 18px !important; }
.format-currency small { font-size: 9px; }

.product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--pd-line);
}

.product-quantity-row > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.product-quantity-row small { color: #c5c5c5; font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.product-quantity-row > div:first-child span { color: #565656; font-size: 8px; }
.product-quantity-control { display: grid; grid-template-columns: 36px 48px 36px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 5px; background: #0d0d0d; }
.product-quantity-control button,
.product-quantity-control input { display: grid; height: 39px; place-items: center; border: 0; outline: 0; color: #aaa; background: transparent; text-align: center; }
.product-quantity-control input { width: 48px; border-right: 1px solid var(--pd-line); border-left: 1px solid var(--pd-line); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.product-quantity-control button { cursor: pointer; transition: color 0.2s ease, background 0.2s ease; }
.product-quantity-control button:hover { color: var(--pd-yellow); background: rgba(248, 231, 28, 0.05); }

.product-buy-actions { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: 8px; margin-top: 16px; }
.product-add-cart,
.product-buy-now { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 5px; font-size: 9px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.product-add-cart { color: #a4a4a4; background: rgba(20, 20, 20, 0.86); }
.product-buy-now { color: #111; border-color: var(--pd-yellow); background: var(--pd-yellow); }
.product-add-cart:hover { color: var(--pd-yellow); border-color: rgba(248, 231, 28, 0.34); background: rgba(248, 231, 28, 0.045); }
.product-buy-now:hover { background: #fff16b; transform: translateY(-2px); }

.product-buy-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; color: #575757; font-family: "JetBrains Mono", monospace; font-size: 7px; letter-spacing: 0.1em; text-transform: uppercase; }
.product-buy-foot span { display: flex; align-items: center; gap: 6px; }
.product-buy-foot span i { width: 6px; height: 6px; border-radius: 50%; background: var(--pd-green); box-shadow: 0 0 9px rgba(11, 183, 131, 0.7); }

.product-detail-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 28px 30px;
}

.product-detail-about::before { width: 2px; background: linear-gradient(var(--pd-yellow), transparent); }
.product-detail-about h2 { margin: 5px 0 11px; color: #ededed; font-size: 27px; font-weight: 820; letter-spacing: -0.045em; }
.product-detail-about #productInfo { max-width: 900px; color: #858585; font-size: 12px; line-height: 1.72; }
.product-detail-about > aside { display: flex; gap: 8px; }
.product-detail-about > aside > div { display: flex; min-width: 125px; align-items: center; gap: 8px; padding: 11px 12px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 5px; color: #797979; background: rgba(9, 9, 9, 0.58); font-size: 8px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.product-detail-about > aside i { color: var(--pd-yellow); font-size: 16px; }
.product-detail-about > aside > div:nth-child(2) i { color: var(--pd-green); }
.product-detail-about > aside > div:nth-child(3) i { color: var(--pd-blue); }

.product-dossier {
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(145deg, #171717, #0d0d0d 78%);
  background-size: 26px 26px, 26px 26px, auto;
}

.product-dossier::before {
  width: 2px;
  background: linear-gradient(var(--pd-yellow), rgba(248, 231, 28, 0.08) 72%, transparent);
}

.product-dossier-head {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px 0 18px;
  border-bottom: 1px solid var(--pd-line);
  color: #555;
  background: rgba(7, 7, 7, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.product-dossier-head span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
}

.product-dossier-head span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pd-green);
  box-shadow: 0 0 9px rgba(11, 183, 131, 0.7);
  animation: productDossierOnline 1.9s ease-in-out infinite;
}

.product-dossier-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(248, 231, 28, 0.12);
  list-style: none;
}

.product-dossier-tabs > li {
  min-width: 0;
  border-right: 1px solid var(--pd-line);
}

.product-dossier-tabs > li:last-child { border-right: 0; }

.product-dossier-tab {
  position: relative;
  display: grid;
  grid-template-columns: 25px 46px minmax(0, 1fr) 13px;
  width: 100%;
  min-height: 94px;
  align-items: center;
  gap: 11px;
  padding: 14px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  color: #787878;
  background: rgba(12, 12, 12, 0.78) !important;
  box-shadow: none !important;
  cursor: pointer;
  text-align: left;
  transform: none !important;
  transition: color 0.24s ease, background 0.24s ease !important;
}

.product-dossier-tab::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(248, 231, 28, 0.08), transparent 44%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 11px);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.product-dossier-tab::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--pd-yellow), rgba(248, 231, 28, 0));
  box-shadow: 0 0 12px rgba(248, 231, 28, 0.35);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-dossier-index,
.product-dossier-icon,
.product-dossier-copy,
.product-dossier-signal { position: relative; z-index: 1; }

.product-dossier-index {
  align-self: start;
  padding-top: 3px;
  color: #444;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: color 0.24s ease;
}

.product-dossier-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 4px;
  color: #666;
  background: rgba(22, 22, 22, 0.9);
  font-size: 19px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: color 0.24s ease, border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.product-dossier-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.product-dossier-copy small {
  color: #484848;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
  transition: color 0.24s ease;
}

.product-dossier-copy strong {
  overflow: hidden;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: normal;
  transition: color 0.24s ease;
}

.product-dossier-signal {
  display: grid;
  height: 34px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.product-dossier-signal i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3e3e3e;
  transition: background 0.24s ease, box-shadow 0.24s ease;
}

.product-dossier-tab:hover:not(.nx-ptab--active) {
  color: #d8d8d8;
  background: rgba(20, 20, 15, 0.9) !important;
}

.product-dossier-tab:hover:not(.nx-ptab--active)::before,
.product-dossier-tab.nx-ptab--active::before { opacity: 1; }
.product-dossier-tab:hover:not(.nx-ptab--active) .product-dossier-icon { color: var(--pd-yellow); border-color: rgba(248, 231, 28, 0.24); transform: translateY(-2px); }
.product-dossier-tab:hover:not(.nx-ptab--active) .product-dossier-copy strong { color: #d9d9d9; }

.product-dossier-tab.nx-ptab--active {
  color: var(--pd-yellow);
  background: rgba(30, 28, 8, 0.9) !important;
}

.product-dossier-tab.nx-ptab--active::after { transform: scaleX(1); }
.product-dossier-tab.nx-ptab--active .product-dossier-index,
.product-dossier-tab.nx-ptab--active .product-dossier-copy small { color: var(--pd-yellow); }
.product-dossier-tab.nx-ptab--active .product-dossier-copy strong { color: #f1f1ed; }
.product-dossier-tab.nx-ptab--active .product-dossier-icon { border-color: var(--pd-yellow); color: #111; background: var(--pd-yellow); box-shadow: 0 0 22px rgba(248, 231, 28, 0.12); }
.product-dossier-tab.nx-ptab--active .product-dossier-signal i { background: var(--pd-yellow); box-shadow: 0 0 9px rgba(248, 231, 28, 0.72); animation: productDossierSignal 1.6s ease-in-out infinite; }

.product-dossier-tab:focus-visible {
  outline: 1px solid rgba(248, 231, 28, 0.7);
  outline-offset: -3px;
}

.product-dossier > .card {
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: rgba(11, 11, 11, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.product-dossier > .card > .card-body { padding: 24px; }

.product-detail-page #product-tab-content [role="tabpanel"] > .grid > .border,
.product-detail-page #features-container > .border,
.product-detail-page #reviewDiv > .border,
.product-detail-page #imageVideosDiv > .border {
  border-color: var(--pd-line) !important;
  border-radius: 5px;
  background: rgba(10, 10, 10, 0.48);
}

.product-detail-page #product-tab-content [role="tabpanel"] > .grid > .border { min-height: 82px; transition: border-color 0.2s ease, transform 0.2s ease; }
.product-detail-page #product-tab-content [role="tabpanel"] > .grid > .border:hover { border-color: rgba(248, 231, 28, 0.24) !important; transform: translateY(-2px); }
.product-detail-page #product-tab-content img { filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3)); }

@keyframes productDetailFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes productDetailOrbit { to { transform: rotate(360deg); } }
@keyframes productDossierOnline { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }
@keyframes productDossierSignal { 0%, 100% { opacity: 0.48; } 50% { opacity: 1; } }

@media (max-width: 1450px) {
  .product-detail-hero { grid-template-columns: minmax(0, 1fr) 270px 330px; }
  .product-detail-copy { padding-left: 38px; }
  .product-detail-copy h1 { font-size: clamp(42px, 4.5vw, 66px); }
}

@media (max-width: 1180px) {
  .product-detail-hero { grid-template-columns: minmax(0, 1fr) 330px; }
  .product-detail-visual { min-height: 390px; }
  .product-buy-console { border-top: 1px solid rgba(248, 231, 28, 0.13); border-left: 0; }
  .product-detail-copy { min-height: 390px; }
  .product-detail-about { grid-template-columns: 1fr; }
  .product-detail-about > aside { flex-wrap: wrap; }
  .product-dossier-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-dossier-tabs > li:nth-child(2) { border-right: 0; }
  .product-dossier-tabs > li:nth-child(-n + 2) { border-bottom: 1px solid var(--pd-line); }
}

@media (max-width: 850px) {
  .product-detail-hero { grid-template-columns: 1fr; }
  .product-detail-copy { min-height: auto; padding: 36px 28px 20px; }
  .product-detail-visual { min-height: 350px; }
  .product-buy-console { padding: 27px; }
  .product-detail-about > aside > div { flex: 1; }
}

@media (max-width: 620px) {
  .product-detail-page { gap: 14px; }
  .product-detail-breadcrumb { overflow: hidden; white-space: nowrap; }
  .product-detail-breadcrumb span { overflow: hidden; text-overflow: ellipsis; }
  .product-detail-copy { padding: 31px 21px 18px; }
  .product-detail-copy h1 { font-size: clamp(40px, 15vw, 58px); }
  .product-detail-stats { grid-template-columns: 1fr; }
  .product-detail-stats > div { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--pd-line); }
  .product-detail-stats > div:last-child { border-bottom: 0; }
  .product-detail-visual { min-height: 310px; }
  .product-detail-visual img { width: min(70%, 260px); max-height: 285px; }
  .product-buy-console { padding: 23px 19px; }
  .product-buy-actions { grid-template-columns: 1fr; }
  .product-detail-about { padding: 23px 20px; }
  .product-detail-about > aside { display: grid; grid-template-columns: 1fr; }
  .product-dossier-tabs {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(248, 231, 28, 0.32) transparent;
    scrollbar-width: thin;
  }
  .product-dossier-tabs > li {
    min-width: min(82vw, 275px);
    flex: 0 0 min(82vw, 275px);
    border-right: 1px solid var(--pd-line) !important;
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }
  .product-dossier-tab { min-height: 88px; }
  .product-dossier > .card > .card-body { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail-visual img,
  .product-detail-target,
  .product-dossier-head span i,
  .product-dossier-signal i { animation: none !important; }
}
