.catalog__datasheet {
  display: flex;
  flex-direction: column;
}

.catalog__datasheet__rightside {
  width: 100%;
}

h2.rightside {
  padding: 20px 20px;
}

/* .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
     font-size: 0.8rem;
    color: #9ca3af;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    color: #6b7280;
}

.breadcrumbs li + li::before {
    content: ">";
    margin: 0 0.3rem;
    
    
} */

/* .catalog__datasheet__preview {
  position: relative;
}
.catalog__datasheet__preview::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
} */

.center {
  text-align: center;
}

.default__button {
  border: 0px solid var(--mainColor);
  background: var(--mainColor);
  color: #ffffff;
  width: 300px;
  /* display: inline-block; */
  border-radius: 3px;
  padding: 10px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 20px auto;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

/* .catalog__datasheet__signin {
  color: var(--secondaryColor);
  font-weight: bold;

  font-size: 1.1rem;
  text-decoration: none;
}

.catalog__datasheet__register {
  border-top: 3px solid #5a2982;
  border-bottom: 3px solid #5a2982;
  padding: 15px 0 20px 0;
  margin-bottom: 40px;
} */

@media (min-width: 800px) {
  .catalog__datasheet {
    flex-direction: row;

    gap: 20px;
  }

  .catalog__datasheet__rightside {
    flex: 0 0 300px;
    border: 0px;
    padding: 5px 10px;
  }
}
/* @media (min-width: 800px) {
  h2.rightside {
    padding: 20px 0;
  }
} */

p {
  margin: 1rem 0;
}

.catalog__datasheet__rightside ul a {
  color: #316aca;
  text-decoration: none;
}

.catalog__datasheet__rightside ul a:hover {
  text-decoration:  underline
}

#seo-content a {
  color: #316aca;
  text-decoration: none;
}


#seo-content a:hover {
  color: #316aca;
  text-decoration: underline;
}

.catalog__datasheet__article ul {
  list-style: none;
}

.content__keyfeatures p {
  margin-left: 3rem;
  line-height: 1.7rem;
}

/* .videoiframe {
  aspect-ratio: 16 / 9;
  width: calc(100% - 40px);
  margin: 20px 30px;
} */

.catalog__datasheet ul li ul {
  padding-left: 40px;
}

/* .catalog__datasheet__rightside ul {
  list-style: none;
  margin: 0.9rem 0;
  padding-left: 60px;
}
.catalog__datasheet__rightside ul li::before {
  content: "■";
  color: #fcaf1a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.catalog__blur {
  filter: blur(4px);
} */

@media (min-width: 300px) {
  .catalog__datasheet__rightside ul {
    padding-left: 20px;
  }
}

/* h2.rightside {
  margin: 5px 0 5px 0px;
  padding: 5px 0 5px 10px;
  color: #5a2982;
  font-weight: 300;
  font-size: 1.4rem;
  border-left: 5px solid #fcaf1a;
} */

.catalog__datasheet div.content {
  margin-left: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.catalog__datasheet table {
  margin-top: 10px;
  margin-bottom: 10px;
  /* margin-left: 3rem; */
}
/* 
.catalog__datasheet__preview p,
.catalog__datasheet__register p {
  margin-left: 0rem;
}
.catalog__datasheet__register p {
  font-weight: 600;
}

.imgmodal__item {
  text-align: center;
} */

.catalog__datasheet div.content table {
  margin-left: 0;
}

.catalog__datasheet div.content table p {
  margin: 0.2rem 0;
}

/* .catalog__datasheet__register li {
  font-weight: 600;
} */

.catalog__datasheet__article {
  flex: 1 0 0px;
}

.catalog__techspecs {
  display: grid;
  grid-template-columns: 2fr 5fr;
  max-width: 700px;
  padding-left: 50px;
  padding-bottom: 20px;
}

.catalog__sticky {
  position: sticky;
  top: 50px;
}

.errorMessage {
  color: red;
  font-weight: bold;
  font-size: 0.8rem;
}

/* .grid2 {
    display: grid; 
    grid-template-columns: 170px auto;
    gap: 20px;
      align-items: center;
  } */

/* 
.bookmark-form select,
.bookmark-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin: 5px;
} */

/* button {
		font-family: inherit;

	} */

/* ################# Files section >>>>########### */

/* ===== Downloads ===== */
.pdp__downloads {
  display: grid;
  gap: 10px;
}

.pdp__downloadItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 12px 14px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;

  text-decoration: none;
  color: inherit;
}

.pdp__downloadItem:hover {
  border-color: #ccc;
  background: #fafafa;
}

/* .pdp__downloadItem__left {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		min-width: 0;
	} */

.pdp__downloadItem__icon {
  font-size: 18px;
  line-height: 1;
}

.pdp__downloadItem__title {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 560px;
}

.pdp__downloadItem__meta {
  font-size: 13px;
  font-weight: 650;
  color: var(--mainColor);
  border: 1px solid #eee;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

@media (max-width: 620px) {
  .pdp__downloadItem__title {
    max-width: 240px;
  }
}

/* ############ <<< Files section ############ */

/* .catalog__search_sesults_page__ipCard__bookmarkBtn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		border: none;
		background: transparent;
		cursor: pointer;
		padding: 0;
		position: relative;
	} */

/* Tooltip */
/* .catalog__search_sesults_page__ipCard__tooltip {
		position: absolute;
		bottom: 120%;
		left: 50%;
		transform: translateX(-50%);
		background: #111;
		color: #fff;
		font-size: 12px;
		padding: 6px 8px;
		border-radius: 6px;
		white-space: nowrap;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease, transform 0.2s ease;
	} */

/* Show */
/* .catalog__search_sesults_page__ipCard__bookmarkBtn:hover .catalog__search_sesults_page__ipCard__tooltip,
	.catalog__search_sesults_page__ipCard__bookmarkBtn:focus .catalog__search_sesults_page__ipCard__tooltip {
		opacity: 1;
		transform: translateX(-50%) translateY(-4px);
	} */

.pdp__bookmarkIcon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: black;
  stroke-width: 2;
  transition: all 0.25s ease;
}

/* Hover */
.btn:hover .pdp__bookmarkIcon {
  stroke: #111;
  transform: scale(1.1);
}

/* Active / Saved state */
.btn[aria-pressed="true"] .pdp__bookmarkIcon {
  fill: var(--mainColor);
  stroke: var(--mainColor);
}

/* Focus accessibility */
.btn:focus-visible {
  outline: 2px solid var(--mainColor);
  outline-offset: 2px;
}

/* .pdp__featuresFlex {
		display: flex;
		width: 100%;
		gap: 48px;
	} */
.pdp__heroRight {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center; /* vertical */
  height: 100%;
}

/* .similarCard__why {
		margin-top: 6px;
		font-size: 12px;
	} */

/* .pdp__panelHead {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
	} */

/* .pdp__panelHint {
		font-size: 13px;
	} */

.pdp__similarGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px) {
  .pdp__similarGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .pdp__similarGrid {
    grid-template-columns: 1fr;
  }
}

.similarCard {
  display: block;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.similarCard:hover {
  border-color: #ccc;
}

.similarCard__title {
  /* font-weight: 700; */
  margin-bottom: 6px;
}

.similarCard__meta {
  font-size: 13px;
}

.input--locked {
  background: #f6f6f6;
  color: #444;
  cursor: not-allowed;
}

.pdp__resend {
  margin-top: 10px;
}

/* ===== Modal ===== */
.modalV2 {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.modalV2.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.modal__dialog {
  position: relative;
  max-width: 720px;
  margin: 5vh auto;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  z-index: 1;
  max-height: 90vh;
  overflow: auto;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

/* ===== end Modal ===== */

.pdp__form {
  margin-top: 10px;
}
.pdp__formGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 760px) {
  .pdp__formGrid {
    grid-template-columns: 1fr;
  }
}
.field--full {
  grid-column: 1 / -1;
}

.input,
.textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
.textarea {
  resize: vertical;
}

.field label {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 0 0 6px;
}
.field ul,
.field .form-error-message {
  margin: 6px 0 0;
  color: #b00020;
  font-size: 12px;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
} /* honeypot */

.flash {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0;
  background: #fff;
  font-size: 13px;
}
.flash--success {
  border-color: #bfe6c7;
  background: #f3fff5;
}
.flash--error {
  border-color: #f0c2c2;
  background: #fff5f5;
}

.pdp {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 16px 60px;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

/* .pdp__breadcrumbs {
		font-size: 13px;
		color: #444;
		margin-bottom: 14px;
	}
	.pdp__breadcrumbs a {
		color: inherit;
		text-decoration: none;
	}
	.pdp__breadcrumbs a:hover {
		text-decoration: underline;
	}
	.pdp__breadcrumbs .sep {
		margin: 0 8px;
		color: #999;
	} */

.pdp__hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .pdp__hero {
    grid-template-columns: 1fr;
  }
}

.pdp__kicker {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #111;
  border: 1px solid #e6e6e6;
}
.badge--new {
  background: #eaf7ff;
  border-color: #cfeeff;
}
.badge--vip {
  background: #fff3e6;
  border-color: #ffe2bf;
}
.badge--variant {
  background: #f6f1ff;
  border-color: #e6dbff;
}

.pdp__title {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px;
}
.pdp__subtitle {
  margin: 0 0 14px;
  color: #444;
  font-size: 16px;
}

.pdp__ctaRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.btn {
  /* display: inline-flex; */
  display: flex;

  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #111;
  background: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  gap: 15px;
}
.btn:hover {
  background: #f7f7f7;
}
.btn span {
  justify-content: center;
  text-align: center;
}
.btn:hover {
  border-color: #bbb;
}
.btn--primary {
  background: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
}
.btn--primary:hover {
  background: #fcaf1a;
  border-color: #fcaf1a;
}
.btn--ghost {
  background: #fff;
}

.btn--rightcolumn {
  width: 100%;
}

.pdp__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
}
.pdp__facts dt {
  font-size: 0.7rem;
  color: #666;
}
.pdp__facts dd {
  margin: 0;
  font-weight: 650;
  color: #111;
}
@media (max-width: 560px) {
  .pdp__facts {
    grid-template-columns: 1fr;
  }
}

.pdp__figure {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 12px;
}
.pdp__figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.pdp__figure figcaption {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
}

.pdp__placeholder {
  border: 1px dashed #ddd;
  border-radius: 16px;
  padding: 18px;
  background: #fafafa;
}
.pdp__placeholderBox {
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f0f0f0, #f7f7f7, #f0f0f0);
}
.pdp__placeholderText {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
}

.pdp__panel {
  /* border: 1px solid #eee; */
  /* border-radius: 16px; */
  /* padding: 16px; */
  /* background: #fff; */
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.pdp__panel--cta {
  border-color: #e6e6e6;
  background: #fcfcfc;
}

.pdp__h2 {
  /* margin: 0 0 20px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: 400; */
  margin: 10px 0 10px;
  font-weight: bold;
  color: var(--mainColor);

  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.pdp__h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
}

.muted {
  color: #666;
}
.rte {
  line-height: 1.7;
  /* color: #222; */
}
.rte p {
  margin: 0 0 10px;
  line-height: 1.7;
}
.rte ul {
  margin: 0 0 10px 18px;
  line-height: 1.7;

  list-style: square;
  padding-left: 4px;
  /* margin-bottom: 0; */
  /* list-style-position: inside; */
}

.rte ul li::marker {
  color: var(--secondaryColor);
  width: 8px;
  height: 8px;
  /* font-size: 19px; */
}

.rte-around {
  font-size: 0.95rem;
  
}

.ul-around{
  font-size: 0.95rem;
  padding-left: 30px;
}

.pdp__tabs a {
  padding: 8px 10px;
  /* border-radius: 999px; */
  border-bottom: 3px solid transparent;
  text-decoration: none;
  color: #111;
  background: #fff;
  font-size: 13px;
  margin-left: 5px;
}
.pdp__tabs a:hover {
  border-color: #ccc;
}

.pdp__tabs a.is-active {
  border-color: var(--mainColor);
  font-weight: 750;
}

.pdp__chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.chip {
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  background: #fff;
  font-size: 13px;
}
.chip--active {
  border-color: #111;
}

.pdp__specGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.specRow {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background: #fcfcfc;
}
@media (max-width: 760px) {
  .specRow {
    grid-template-columns: 1fr;
  }
}
.specRow__label {
  font-weight: 650;
}
.unit {
  font-weight: 500;
  color: #666;
  margin-left: 6px;
  font-size: 12px;
}

.pdp__miniFacts {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pill {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid #eee;
  background: #fff;
}

.pdp__table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #eee;
}
.pdp__table th,
.pdp__table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  vertical-align: top;
}
.pdp__table th {
  background: #fafafa;
  font-weight: 700;
}

.pdp__mediaGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 980px) {
  .pdp__mediaGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .pdp__mediaGrid {
    grid-template-columns: 1fr;
  }
}

.mediaCard {
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.mediaCard img {
  width: 100%;
  height: auto;
  display: block;
}
.mediaCard figcaption {
  padding: 10px;
  font-size: 13px;
  color: #444;
}
.mediaCard__video {
  aspect-ratio: 16 / 9;
  background: #000;
}
.mediaCard__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.mediaCard__body {
  padding: 10px;
}
.mediaCard__title {
  font-weight: 700;
  margin-bottom: 6px;
}
.mediaCard__desc {
  font-size: 13px;
  color: #444;
}

/* .pdp__mediaDoc {
		display: flex;
		gap: 10px;
		align-items: center;
		padding: 12px;
		border: 1px solid #eee;
		border-radius: 16px;
		text-decoration: none;
		color: #111;
		background: #fff;
	}
	.pdp__mediaDoc:hover {
		border-color: #ccc;
	}
	.pdp__mediaDoc__icon {
		font-size: 22px;
	}
	.pdp__mediaDoc__title {
		font-weight: 750;
	}
	.pdp__mediaDoc__meta {
		font-size: 12px;
		color: #666;
	} */

.pdp__provider {
  display: grid;
  gap: 12px;
}
.pdp__providerBrand {
  display: flex;
  gap: 50px;
  align-items: center;
}
.providerLogo {
  width: 130px;
  height: 52px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 3px;
  background: #fff;
}
.providerName {
  font-weight: 700;
  font-size: 16px;
}

.pdp__ctaBox {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* tab */

.pdp__tabs {
  position: sticky;
  top: 0; /* si tu as un header sticky global, mets sa hauteur ici */
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
  /* border-radius: 999px; */
  /* padding: 8px; */
  margin: 0px 0 0;

  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog__toolbox {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border: 1px black solid;

  padding: 20px;
  margin: 20px;
}

@media (min-width: 800px) {
  .catalog__toolbox {
    grid-template-columns: 1fr;
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.catalog__toolbox div {
  padding-bottom: 25px;
}

.catalog__techspecs div {
  border-bottom: 1px solid black;
  padding: 10px;
}

.catalog__techspecs div.title {
  font-weight: bold;
}

.catalog__toolbox__link {
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 
.request_datasheet {
  color: rgb(255, 255, 255);
  background: var(--primary);
  border-radius: 3px;
  padding: 10px 15px;
  text-decoration: none;
}

.request_datasheet:hover {
  background: rgb(252, 175, 26);
} */

.pdp__rightActions-js {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #000;
  color: #fff; */

  /* état caché par défaut */
  opacity: 0;
  transform: translateY(-8px);
  /* pointer-events: none; */
  display: none;

  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms; /* attend la fin du fade-out pour cacher */
}

/* phase initiale (juste après display:block) */
.pdp__rightActions-js.is-entering {
  display: block;
  opacity: 0;
  transform: translateY(-8px);
}

/* phase visible */
.pdp__rightActions-js.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

/* Main layout */
.pdp__layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}
@media (max-width: 980px) {
  .pdp__layout {
    grid-template-columns: 1fr;
  }
}

.pdp__hero__top {
  padding: 22px 0 10px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pdp__titleBlock {
  min-width: 280px;
  flex: 1;
}

.pdp__kicker {
  font-size: 0.85rem;
  color: var(--muted);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.pdp__kicker .dot {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--secondaryColor);
  display: inline-block;
  margin: 0 6px;
}

h1.pdp__h1 {
  margin: 0.25rem 0 0.35rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--mainColor);
}

.pdp__subtitle {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
  line-height: 1.45;
}

.pdp__heroActions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.pdp__btn {
  border: 1px solid var(--border);
  background: var(--card);
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-decoration: none;
  font-size: 0.9rem;
  color: black;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}
.pdp__btn:hover {
  border-color: #d1d5db;
}
.pdp__btn--primary {
  background: var(--primary);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.pdp__btn--primary:hover {
  filter: brightness(0.98);
}
.pdp__btn--ghost {
  background: transparent;
}

/* Quick specs */
.pdp__quickSpecs {
  margin-top: 14px;
  border: 1px solid var(--border, #e6e7eb);
  border-radius: 14px;
  background: var(--bg, #fff);
  padding: 12px 14px;
  box-shadow: var(--shadow, 0 10px 30px rgba(0, 0, 0, 0.06));
}

.quickSpecs__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.quickSpecs__label {
  font-weight: 700;
  white-space: nowrap;
}

.quickSpecs__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 420px;
  min-width: 260px;
  /* justify-content:flex-end; */
  margin: 30px 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  /* border: 1px solid var(--border,#e6e7eb);
  background: #fafafa; */

  border: 1px solid #ffe2bf;

  background: #fff3e6;

  /* font-weight:600; */
  font-size: 0.75rem;
}

.quickSpecs__cta {
  margin-left: auto;
  align-self: center;
}

.quickSpecs__link {
  font-weight: 700;
  text-decoration: none;
}
.quickSpecs__link:hover {
  text-decoration: underline;
}

/* Spec sections */
.specGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.specSection {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.specSection__hd {
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(17, 24, 39, 0.02);
  border-bottom: 1px solid var(--border);
}
.specSection__title {
  margin: 0;
  font-size: 0.98rem;
  /* font-weight:800; */
  letter-spacing: -0.01em;
}
.specList {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
}
.specRow {
  display: contents;
}
.specKey,
.specVal {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.specKey {
  color: var(--muted);
  background: #fff;
}
.specVal {
  font-weight: 650;
  background: #fff;
}
.specRow:last-child .specKey,
.specRow:last-child .specVal {
  border-bottom: none;
}

.valChips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.valChip {
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 650;
  font-size: 0.88rem;
}

.pdp__metaInline {
  margin-top: 6px;
  font-size: 0.95rem;
  color: var(--muted, #5b6472);
}

.metaInline__link {
  margin-left: 10px;
  font-weight: 700;
  text-decoration: none;
}

.metaInline__link:hover {
  text-decoration: underline;
}

.pdp__metaInline span {
  cursor: default;
}

.pdp__metaInline span:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

.appleSub {
  margin-top: 8px;
  padding-bottom: 12px;

  border-bottom: 1px solid var(--border);
}

.appleSub__subtitle {
  color: var(--muted, #5b6472);
  font-size: 1rem;
  line-height: 1.4;
}

.appleSub__meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.appleSub__pill {
  font-size: 0.9rem;
  color: var(--muted, #5b6472);
  border: 1px solid var(--border, #e6e7eb);
  border-radius: 999px;
  padding: 5px 10px;
  background: transparent;
}

.appleSub__link {
  margin-left: 30px;
  font-weight: 700;
  text-decoration: none;
  color: var(--text, #1f2328);
  white-space: nowrap;
  font-size: 0.9rem;
}

.appleSub__link:hover {
  text-decoration: underline;
}

.pdp__ctaBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.pdp__kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pdp__kvItem {
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
.pdp__kvItem .k {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 4px;
}
.pdp__kvItem .v {
  font-weight: 700;
  font-size: 0.96rem;
}

.pdp__right__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp__right__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  font-size: 0.9rem;
  color: #111827;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  white-space: nowrap;
}

.pdp__right__chip--warn {
  border-color: rgba(252, 175, 26, 0.45);
  background: rgba(252, 175, 26, 0.12);
}

.pdp__right__divider {
  height: 1px;
  background: var(--border);
  margin: 14px 0;
}

table.pdp__siliconoptions {
  width: 100%;
  border-collapse: separate;
  font-size: 0.95rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 20px;
}
th.pdp__siliconoptions,
td.pdp__siliconoptions {
  border-bottom: 1px solid var(--border);
  text-align: left;
  padding: 10px 12px;
  vertical-align: top;
  border: 0;
}
th.pdp__siliconoptions {
  background: rgba(17, 24, 39, 0.02);
  color: #111827;
  font-size: 0.95rem;
  text-transform: uppercase;
  /* letter-spacing:.06em; */
}

.appleSub__pill__rest {
  font-size: 0.7rem;
  opacity: 0.5;
}
