/* Product overview + product detail hybrid styling.
   Combines the supplied cyber-cut layout with Kurex's existing shop flow. */

.page-products,
.page-pdp {
  --shop-black: #070707;
  --shop-panel: #101010;
  --shop-panel-2: #151515;
  --shop-line: rgba(255, 255, 255, 0.13);
  --shop-line-strong: rgba(255, 255, 255, 0.28);
  --shop-white: #f5f5f5;
  --shop-muted: #a3a3a3;
  background: var(--shop-black);
}

.page-products .bg-grid,
.page-pdp .bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
}

.page-products .bg-glow,
.page-pdp .bg-glow {
  filter: grayscale(1);
  opacity: 0.32;
}

.page-products .bg-glow {
  filter: none;
  opacity: 0.48;
}

.page-pdp .bg-glow {
  filter: none;
  opacity: 0.48;
}

/* Product-detail header based on the navigation from the supplied ZIP. */
.page-pdp .nav--zip {
  position: absolute;
  inset: 0 0 auto;
  z-index: 220;
  padding: 32px 0 0;
  background: transparent;
}

.page-pdp .nav--zip.scrolled {
  padding: 32px 0 0;
}

.page-pdp .nav--zip .nav-inner {
  width: min(1180px, 94%);
  gap: 32px;
}

.page-pdp .nav--zip .logo {
  flex: 1 1 0;
  gap: 24px;
  min-height: 40px;
  padding: 0;
  margin: 0;
}

.page-pdp .nav--zip .logo-mark {
  width: 32px;
  height: 32px;
  filter: none;
}

.page-pdp .nav--zip .logo-text {
  font-size: 0;
}

.page-pdp .nav--zip .logo-text::after {
  content: 'Kurex AI';
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.page-pdp .nav--zip .nav-links {
  gap: 36px;
}

.page-pdp .nav--zip .nav-links a {
  min-height: 40px;
  padding: 0;
  color: #e5e5e5;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.page-pdp .nav--zip .nav-links a::after {
  display: none;
}

.page-pdp .nav--zip .nav-links a:hover,
.page-pdp .nav--zip .nav-discord {
  color: #f5f5f5;
}

.page-pdp .nav--zip .nav-discord {
  gap: 8px;
}

.page-pdp .nav--zip .nav-discord svg {
  width: 20px;
  height: 20px;
}

/* The shared drawer backdrop must not cover or dim the ZIP-style menu. */
.page-pdp .nav-backdrop {
  display: none !important;
}

@media (min-width: 1280px) {
  .page-pdp .nav--zip,
  .page-pdp .nav--zip.scrolled {
    padding-top: 64px;
  }

  .page-pdp .pdp-main {
    padding-top: 166px;
  }
}

@media (max-width: 960px) {
  .page-pdp .nav--zip,
  .page-pdp .nav--zip.scrolled {
    padding: 8px 0;
    background: #121212;
  }

  .page-pdp .nav--zip .nav-inner {
    width: calc(100% - 32px);
  }

  .page-pdp .nav--zip .logo {
    gap: 16px;
  }

  .page-pdp .nav--zip .logo-mark {
    width: 24px;
    height: 24px;
  }

  .page-pdp .nav--zip .logo-text::after {
    font-size: 1.25rem;
  }

  .page-pdp .nav--zip .nav-links {
    top: calc(env(safe-area-inset-top, 0px) + 64px);
    gap: 2px;
    background: rgba(18, 18, 18, 0.99);
  }

  .page-pdp .nav--zip .nav-links a {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 1rem;
  }
}

.shop-eyebrow {
  margin: 0 0 12px;
  color: #a3a3a3;
  font: 600 0.73rem/1.2 'JetBrains Mono', monospace;
  letter-spacing: 0.17em;
}

/* Products overview */
.products-hybrid-main {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 136px 0 96px;
}

.products-hybrid-hero {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.products-hybrid-hero h1 {
  margin: 0;
  color: var(--shop-white);
  font: 700 clamp(2.6rem, 6vw, 4.9rem)/0.98 'Space Grotesk', sans-serif;
  letter-spacing: -0.055em;
}

.products-hybrid-hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
  text-stroke: 1px #d4d4d4;
}

.products-hybrid-hero > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #b8b8b8;
  font-size: 1rem;
}

.products-hybrid-grid {
  max-width: 1040px;
  margin: 0 auto;
}

.products-hybrid-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  padding: 1px;
  background: linear-gradient(135deg, #006bab, #123247 52%, #00a4f0);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.products-hybrid-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at 15% 20%, rgba(0, 164, 240, 0.2), transparent 38%);
}

.products-hybrid-media,
.products-hybrid-content {
  background: rgba(13, 13, 13, 0.98);
}

.products-hybrid-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 34px;
  overflow: hidden;
  border-right: 1px solid var(--shop-line);
  color: inherit;
}

.products-hybrid-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.products-hybrid-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
  transition: transform 0.45s ease, border-color 0.3s ease;
}

.products-hybrid-media:hover img {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(0, 164, 240, 0.58);
}

.products-hybrid-media-label {
  position: absolute;
  left: 44px;
  bottom: 13px;
  z-index: 2;
  color: #7e7e7e;
  font: 600 0.64rem/1 'JetBrains Mono', monospace;
  letter-spacing: 0.15em;
}

.products-hybrid-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 44px 40px;
}

.products-hybrid-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  color: #8f8f8f;
  font: 600 0.68rem/1.2 'JetBrains Mono', monospace;
  letter-spacing: 0.11em;
}

.products-live,
.pdp-instant {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d7d7d7;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.products-live i,
.pdp-instant i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e5e5;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.products-hybrid-content h2 {
  margin: 0 0 12px;
  font: 700 clamp(2.2rem, 4vw, 3.35rem)/1 'Space Grotesk', sans-serif;
  letter-spacing: -0.045em;
}

.products-hybrid-content h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #00a4f0;
}

.products-hybrid-copy {
  margin: 0;
  color: #b7b7b7;
  font-size: 0.95rem;
  line-height: 1.5;
}

.products-hybrid-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.products-hybrid-features li {
  position: relative;
  padding-left: 17px;
  color: #d0d0d0;
  font-size: 0.79rem;
}

.products-hybrid-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 7px;
  height: 1px;
  background: #00a4f0;
}

.products-hybrid-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--shop-line);
}

.products-hybrid-price {
  display: grid;
  gap: 3px;
}

.products-hybrid-price span {
  color: #8d8d8d;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.products-hybrid-price strong {
  color: #f5f5f5;
  font: 700 1.65rem/1.1 'Space Grotesk', sans-serif;
}

.page-products main a.products-hybrid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 20px;
  background: #00a4f0;
  color: #090909 !important;
  font-size: 0.86rem;
  font-weight: 700;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-products main a.products-hybrid-button:hover {
  background: #0087d4;
  color: #000 !important;
  transform: translateY(-2px);
}

.products-hybrid-button svg {
  width: 18px;
  height: 18px;
}

/* Product detail refinements */
.page-pdp .shop-main.pdp-main {
  padding-top: 142px;
}

.page-pdp .pdp-layout {
  position: relative;
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  clip-path: none;
  overflow: hidden;
}

.page-pdp .pdp-media,
.page-pdp .pdp-buy {
  background: rgba(12, 12, 12, 0.98);
  border-radius: 0;
}

.page-pdp .pdp-media {
  display: grid;
  place-items: center;
  align-self: stretch;
  padding: 34px;
  border: 0;
  border-right: 1px solid var(--shop-line);
  box-shadow: none;
}

.page-pdp .pdp-media img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.62);
}

.page-pdp .pdp-buy {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
  padding: 34px 36px 32px;
  border: 0;
  box-shadow: none;
}

.pdp-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.pdp-heading-row .pdp-title {
  margin: 0;
}

.page-pdp .pdp-title .gradient-text {
  background: linear-gradient(135deg, #75d5ff, #00a4f0 55%, #006bab);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pdp-instant {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  color: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.pdp-instant-dot {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  background: #22c55e;
}

.pdp-instant-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #22c55e;
  opacity: 0;
  pointer-events: none;
  animation: pdp-instant-pulsating 1.25s linear infinite;
}

@keyframes pdp-instant-pulsating {
  0% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.pdp-lead {
  margin: 0 0 24px;
  max-width: 550px;
  color: #a9a9a9;
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-pdp .variant-card {
  border-radius: 8px;
  background: #121212;
  border-color: rgba(255, 255, 255, 0.12);
  clip-path: none;
}

.page-pdp .variant-card:has(input:checked) {
  border-color: #00a4f0;
  background: linear-gradient(180deg, rgba(0, 164, 240, 0.12), rgba(0, 107, 171, 0.035));
  box-shadow: 0 0 0 1px #00a4f0;
}

.page-pdp .pdp-actions .btn-primary {
  min-height: 52px;
  border-radius: 8px;
  background: #00a4f0;
  color: #090909;
  clip-path: none;
}

.page-pdp .pdp-actions .btn-primary:hover {
  background: #0087d4;
  color: #000;
}

.page-pdp .pdp-info-shell {
  border-color: var(--shop-line);
  background: #0e0e0e;
  border-radius: 14px;
  clip-path: none;
}

.page-pdp .pdp-info {
  padding-top: 0;
  border-top: 0;
}

.page-pdp .pdp-info-tab.active {
  color: #00a4f0;
}

@media (max-width: 900px) {
  .products-hybrid-main {
    padding-top: 118px;
  }

  .products-hybrid-card {
    grid-template-columns: 1fr;
  }

  .products-hybrid-media {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--shop-line);
  }

  .page-pdp .pdp-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-pdp .pdp-media {
    border-right: 0;
    border-bottom: 1px solid var(--shop-line);
  }
}

@media (max-width: 620px) {
  .products-hybrid-main {
    width: min(100% - 28px, 1180px);
    padding: 94px 0 72px;
  }

  .products-hybrid-hero {
    margin-bottom: 30px;
  }

  .products-hybrid-hero h1 {
    font-size: clamp(2.45rem, 14vw, 3.5rem);
  }

  .products-hybrid-media {
    padding: 22px 18px 34px;
  }

  .products-hybrid-media-label {
    left: 22px;
    bottom: 11px;
  }

  .products-hybrid-content {
    padding: 26px 22px 24px;
  }

  .products-hybrid-meta {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .products-hybrid-features {
    grid-template-columns: 1fr;
  }

  .products-hybrid-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .products-hybrid-button {
    width: 100%;
  }

  .page-pdp .shop-main.pdp-main {
    padding-top: 92px;
  }

  .page-pdp .pdp-media,
  .page-pdp .pdp-buy {
    padding: 22px 18px;
  }

  .pdp-heading-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .pdp-instant {
    gap: 6px;
    font-size: clamp(0.8125rem, 3.4vw, 0.9rem);
    text-align: right;
  }

  .pdp-instant-dot {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-hybrid-media img,
  .products-hybrid-button {
    transition: none;
  }

  .pdp-instant-pulse {
    animation: none;
    opacity: 0.35;
  }
}

/* Purchase-page information area based on the source ZIP structure. */
.page-pdp .pdp-info {
  margin-top: 28px;
}

.page-pdp .pdp-info-shell {
  padding: 1px;
  border: 0;
  border-radius: 0;
  background: #1c1c1c;
  overflow: visible;
}

.page-pdp .pdp-info-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 48px;
  padding: 32px 40px 16px;
  margin: 0;
  border: 0;
  background: #0f0f0f;
  overflow: visible;
}

.page-pdp .pdp-info-tab,
.page-pdp .pdp-info-link {
  justify-content: flex-start;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5f5f5;
  opacity: 0.5;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.page-pdp .pdp-info-tab svg,
.page-pdp .pdp-info-link svg {
  width: 18px;
  height: 18px;
}

.page-pdp .pdp-info-brand {
  width: 32px;
  height: 32px;
  margin-left: auto;
  object-fit: contain;
  opacity: 0.5;
}

.page-pdp .pdp-info-tab:hover,
.page-pdp .pdp-info-link:hover {
  color: #f5f5f5;
  opacity: 0.78;
}

.page-pdp .pdp-info-tab.active {
  color: #00a4f0;
  opacity: 1;
  border: 0;
}

.page-pdp .pdp-info-body {
  padding: 0 40px 32px;
  background: #0f0f0f;
}

.page-pdp .pdp-spec-table {
  margin-bottom: 32px;
  padding: 24px;
  border-color: #252525;
  background: #121212;
}

.page-pdp .pdp-spec-row {
  min-height: 0;
  padding: 0 0 16px;
  border-color: #242424;
  font-size: 1rem;
}

.page-pdp .pdp-spec-row + .pdp-spec-row {
  padding-top: 16px;
}

.page-pdp .pdp-spec-row:last-child {
  padding-bottom: 0;
}

.page-pdp .pdp-info-subhead {
  margin-bottom: 3px;
  font-size: 1rem;
}

.page-pdp .pdp-info-copy > p {
  max-width: 1040px;
  color: #f0f0f0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.page-pdp .pdp-info-copy > p:hover {
  opacity: 1;
}

.page-pdp .pdp-info-copy {
  gap: 24px;
}

.page-pdp .pdp-feat-grid {
  align-items: flex-start;
  gap: 8px;
}

.page-pdp .pdp-feat-chip,
.page-pdp .pdp-adapt-chip {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-pdp .pdp-feat-chip:hover,
.page-pdp .pdp-adapt-chip:hover {
  border-color: #00a4f0;
  background: #181818;
}

.page-pdp .pdp-feat-chip {
  width: fit-content;
  flex: 0 1 auto;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #f5f5f5;
  font-size: 0.75rem;
  line-height: 1.35;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.page-pdp .pdp-feat-chip--wide {
  flex-basis: auto;
}

.page-pdp .pdp-feat-chip > span:last-child {
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.page-pdp .pdp-feat-chip:hover > span:last-child {
  opacity: 1;
}

.page-pdp .pdp-feat-chip strong {
  color: inherit;
  font-weight: 600;
}

.page-pdp .pdp-feat-icon,
.page-pdp .pdp-feat-icon svg {
  width: 24px;
  height: 24px;
}

.page-pdp .pdp-feat-icon {
  color: #f5f5f5;
}

.page-pdp .pdp-adapt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-pdp .pdp-adapt-chip {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 18px;
  color: #e5e5e5;
  font-size: 0.92rem;
  font-weight: 650;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.page-pdp .pdp-adapt-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 760px;
  margin-top: 14px;
  padding: 14px 18px;
  border: 1px solid #2a2a2a;
  background: #161616;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.page-pdp .pdp-adapt-plus {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: #00a4f0;
  color: #080808;
  font-size: 1.35rem;
  font-weight: 700;
}

.page-pdp .pdp-adapt-more strong {
  color: #f5f5f5;
}

.page-pdp .pdp-adapt-more p {
  margin: 2px 0 0;
  color: #a3a3a3;
  font-size: 0.86rem;
  line-height: 1.5;
}

.page-pdp .pdp-hw-card {
  padding: 12px;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  background: #121212;
  transition: border-color 0.2s ease;
}

.page-pdp .pdp-hw-card:hover {
  border-color: #00a4f0;
}

.page-pdp .pdp-hw-card-img {
  margin: 0 0 4px;
  padding: 0;
  border-radius: 0;
}

.page-pdp .pdp-hw-card h4 {
  padding: 0;
  font-size: 1rem;
}

.page-pdp .pdp-hw-card-btn {
  margin: auto 0 0;
  border-radius: 0;
}

.page-pdp .pdp-hw-links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .page-pdp .pdp-info-subhead,
  .page-pdp .pdp-info-copy > p,
  .page-pdp .pdp-spec-row {
    font-size: 1.125rem;
  }

  .page-pdp .pdp-feat-chip {
    font-size: 0.875rem;
  }

  .page-pdp .pdp-hw-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pdp-instant {
    font-size: 1rem;
  }

  .pdp-instant-dot {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .page-pdp .pdp-info-tab,
  .page-pdp .pdp-info-link {
    font-size: 1.25rem;
  }

  .page-pdp .pdp-info-tab svg,
  .page-pdp .pdp-info-link svg {
    width: 20px;
    height: 20px;
  }

  .page-pdp .pdp-info-subhead,
  .page-pdp .pdp-info-copy > p,
  .page-pdp .pdp-spec-row {
    font-size: 1.25rem;
  }

  .page-pdp .pdp-feat-grid {
    gap: 16px;
  }

  .page-pdp .pdp-feat-chip {
    gap: 16px;
    font-size: 1rem;
  }

  .page-pdp .pdp-feat-icon,
  .page-pdp .pdp-feat-icon svg {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1280px) {
  .page-pdp .pdp-hw-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.page-pdp .pdp-install-list {
  max-width: 900px;
  color: #cfcfcf;
  opacity: 0.78;
}

@media (max-width: 720px) {
  .page-pdp .pdp-info {
    width: calc(100% - 16px);
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    border-top: 0;
  }

  .page-pdp .pdp-info-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
    border-bottom: 2px solid #242424;
  }

  .page-pdp .pdp-info-brand {
    display: none;
  }

  .page-pdp .pdp-info-tab,
  .page-pdp .pdp-info-link {
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    gap: 8px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: left;
  }

  .page-pdp .pdp-info-tab svg,
  .page-pdp .pdp-info-link svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .page-pdp .pdp-info-tab-text-full {
    display: inline;
  }

  .page-pdp .pdp-info-tab-text-short {
    display: none;
  }

  .page-pdp .pdp-info-body {
    padding: 16px 24px;
  }

  .page-pdp .pdp-spec-table {
    margin-bottom: 16px;
    padding: 16px;
  }

  .page-pdp .pdp-spec-row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 0 16px;
  }

  .page-pdp .pdp-spec-row + .pdp-spec-row {
    padding-top: 16px;
  }

  .page-pdp .pdp-spec-row:last-child {
    padding-bottom: 0;
  }

  .page-pdp .pdp-spec-row span:first-child {
    flex: 1 1 50%;
  }

  .page-pdp .pdp-spec-row span:last-child {
    flex: 1 1 50%;
    text-align: right;
    font-weight: 500;
    opacity: 0.75;
  }

  .page-pdp .pdp-feat-grid {
    gap: 8px;
  }

  .page-pdp .pdp-feat-chip {
    width: fit-content;
    flex-basis: auto;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.75rem;
  }

  .page-pdp .pdp-feat-icon,
  .page-pdp .pdp-feat-icon svg {
    width: 14px;
    height: 14px;
  }

  .page-pdp .pdp-adapt-chip {
    width: fit-content;
    min-height: 0;
    flex-basis: auto;
    padding: 10px 20px;
    font-size: 0.875rem;
  }

  .page-pdp .pdp-adapt-more {
    width: auto;
    align-items: center;
  }

  .page-pdp .pdp-hw-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-pdp .pdp-hw-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 8px 14px;
    padding: 12px;
    text-align: left;
  }

  .page-pdp .pdp-hw-card-img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 88px;
    margin: 0;
  }

  .page-pdp .pdp-hw-card h4 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    padding: 0;
    margin: 0;
  }

  .page-pdp .pdp-hw-card-btn {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
    margin: 0;
  }
}

@media (min-width: 640px) and (max-width: 720px) {
  .page-pdp .pdp-info {
    width: calc(100% - 32px);
  }
}
