.tdp-page {
  --ink: #172033;
  --muted: #66758c;
  --line: #dce4ef;
  --soft: #f6f8fb;
  --blue: #2563eb;
  --green: #16815e;
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 0 72px;
  color: var(--ink);
}
.tdp-page * {
  box-sizing: border-box;
}
.tdp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #9aa6b7;
  font-size: 13px;
}
.tdp-breadcrumb a {
  color: #66758c;
  text-decoration: none;
}
.tdp-breadcrumb strong {
  overflow: hidden;
  color: #344258;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tdp-titlebar {
  margin: 0 0 22px;
  padding: 0 4px;
}
.tdp-title-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 32px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}
.tdp-title-brand img {
  width: auto;
  max-width: 110px;
  height: 30px;
  object-fit: contain;
}
.tdp-titlebar h1 {
  max-width: 1050px;
  margin: 10px 0 9px;
  color: #111827;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.tdp-titlebar .tdp-identifiers {
  margin-top: 0;
}
.tdp-product {
  display: grid;
  grid-template-columns: minmax(330px, 440px) minmax(340px, 1fr) 300px;
  gap: 34px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(23, 32, 51, 0.055);
}
.tdp-gallery-wrap {
  min-width: 0;
}
.tdp-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  height: 410px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f9fafc);
}
.tdp-gallery-main > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tdp-gallery-main > .tdp-no-image {
  display: block;
  max-width: 220px;
  color: #a9b3c2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.tdp-gallery-main .tdp-logo-placeholder {
  max-width: 65%;
  max-height: 90px;
}
.tdp-spin-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border: 1px solid #cbd6e5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #344258;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(23, 32, 51, 0.1);
}
.tdp-thumbs {
  display: flex;
  gap: 9px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 2px;
}
.tdp-thumb {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 58px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.tdp-thumb.is-active {
  border-color: #7ea5f7;
  box-shadow: 0 0 0 2px #dce8ff;
}
.tdp-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tdp-gallery-note {
  margin: 10px 0 0;
  color: #909caf;
  font-size: 11px;
}
.tdp-summary {
  min-width: 0;
  padding-top: 4px;
}
.tdp-identifiers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  color: #77869b;
  font-size: 13px;
}
.tdp-identifiers span + span {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.tdp-identifiers strong {
  color: #344258;
}
.tdp-fit {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid #f0c9aa;
  border-radius: 13px;
  background: #fff8f2;
  color: #88451f;
  text-align: left;
  cursor: pointer;
}
.tdp-fit > span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #f7e5d8;
}
.tdp-fit strong,
.tdp-fit small {
  display: block;
}
.tdp-fit strong {
  font-size: 14px;
}
.tdp-fit small {
  margin-top: 2px;
  color: #9a6a4c;
  font-size: 11px;
  font-weight: 500;
}
.tdp-fit > span:last-child {
  font-size: 19px;
}
.tdp-key-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 0;
}
.tdp-key-specs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 12px;
}
.tdp-key-specs dt {
  color: #8491a4;
}
.tdp-key-specs dd {
  margin: 0;
  color: #2d3a4f;
  font-weight: 750;
  text-align: right;
}
.tdp-text-link {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: #315fc4;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.tdp-buy {
  align-self: start;
  padding: 24px;
  border: 1px solid #e3e9f1;
  border-radius: 17px;
  background: #f8fafc;
}
.tdp-buy > small {
  color: #738197;
  font-size: 12px;
}
.tdp-buy > strong {
  display: block;
  margin-top: 5px;
  color: #111827;
  font-size: 38px;
  line-height: 1;
}
.tdp-availability {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}
.tdp-availability i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2db786;
}
.tdp-availability.is-request {
  color: var(--warning-500);
}
.tdp-availability.is-request i {
  background: var(--warning-500);
}
.tdp-shipping {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  color: #6c7a90;
  font-size: 12px;
}
.tdp-shipping b {
  color: #344258;
}
.tdp-buy-row {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}
.tdp-quantity {
  display: grid;
  grid-template-columns: 34px 42px 34px;
  overflow: hidden;
  border: 1px solid #cad5e3;
  border-radius: 10px;
  background: #fff;
}
.tdp-quantity button,
.tdp-quantity input {
  height: 46px;
  border: 0;
  background: #fff;
  color: #344258;
  font-weight: 800;
  text-align: center;
}
.tdp-quantity button {
  cursor: pointer;
}
.tdp-quantity input {
  width: 42px;
  border-right: 1px solid #e3e8ef;
  border-left: 1px solid #e3e8ef;
  appearance: textfield;
}
.tdp-quantity input::-webkit-inner-spin-button {
  appearance: none;
}
.tdp-buy-button {
  flex: 1;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}
.tdp-buy-benefits {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #dbe3ed;
}
.tdp-benefit {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #fff;
}
.tdp-benefit > i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eef3f8;
  color: #526278;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.tdp-benefit span,
.tdp-benefit strong,
.tdp-benefit small {
  display: block;
}
.tdp-benefit strong {
  color: #344258;
  font-size: 11px;
}
.tdp-benefit small {
  margin-top: 2px;
  color: #7b899c;
  font-size: 9px;
  line-height: 1.35;
}
.tdp-benefit.is-worldwide {
  border-color: #b9e1d1;
  background: #f2fbf7;
}
.tdp-benefit.is-worldwide > i {
  background: #dff4e9;
}
.tdp-benefit.is-worldwide strong {
  color: #126d51;
}
.tdp-service-logos {
  display: grid;
  gap: 13px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid #dbe3ed;
}
.tdp-service-logos > div > span {
  display: block;
  margin-bottom: 7px;
  color: #77869a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tdp-service-logos p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}
.tdp-service-logos img {
  width: auto;
  max-width: 44px;
  height: 19px;
  object-fit: contain;
}
.tdp-carriers img {
  max-width: 48px;
  height: 20px;
}
.tdp-carriers b {
  display: grid;
  place-items: center;
  height: 20px;
  padding: 0 5px;
  border: 1px solid #ccd6e2;
  border-radius: 4px;
  background: #fff;
  color: #445268;
  font-size: 8px;
  letter-spacing: 0.02em;
}
.tdp-information {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}
.tdp-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 8px;
  border-bottom: 1px solid var(--line);
}
.tdp-tabs button {
  flex: 0 0 auto;
  padding: 12px 15px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.tdp-tabs button span {
  display: inline-grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  margin-left: 5px;
  padding: 0 5px;
  border-radius: 99px;
  background: #eef2f7;
  color: #6b788c;
  font-size: 10px;
}
.tdp-tabs button.is-active {
  background: #eef4ff;
  color: #2459c4;
}
.tdp-tabs button.is-active span {
  background: #dbe8ff;
  color: #2459c4;
}
.tdp-panel {
  display: none;
  padding: 30px;
}
.tdp-panel.is-active {
  display: block;
}
.tdp-panel h2 {
  margin: 0 0 10px;
  font-size: 23px;
}
.tdp-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.tdp-panel-head h2 {
  margin-bottom: 5px;
}
.tdp-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.tdp-panel-head > span {
  padding: 7px 10px;
  border-radius: 99px;
  background: #f0f3f7;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.tdp-panel[data-panel="description"] {
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  gap: 48px;
}
.tdp-panel[data-panel="description"].is-active {
  display: grid;
}
.tdp-copy {
  max-width: 760px;
}
.tdp-copy p {
  margin: 12px 0 0;
  color: #59677c;
  font-size: 14px;
  line-height: 1.75;
}
.tdp-copy strong {
  color: #29364a;
}
.tdp-description-facts {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.tdp-description-facts div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  border-bottom: 1px solid #edf1f5;
  font-size: 12px;
}
.tdp-description-facts div:last-child {
  border: 0;
}
.tdp-description-facts span {
  color: #7a879a;
}
.tdp-description-facts strong {
  text-align: right;
}
.tdp-specifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.tdp-specifications div {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  padding: 13px 16px;
  border-bottom: 1px solid #e8edf3;
}
.tdp-specifications div:nth-child(odd) {
  border-right: 1px solid #e8edf3;
}
.tdp-specifications dt {
  color: #758399;
  font-size: 12px;
}
.tdp-specifications dd {
  margin: 0;
  color: #263449;
  font-size: 12px;
  font-weight: 750;
}
.tdp-oem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.tdp-oem-grid button,
.tdp-oem-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 77px;
  padding: 13px 58px 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.tdp-oem-grid span {
  color: #7d8a9c;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}
.tdp-oem-grid strong {
  margin-top: 5px;
  color: #263449;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.tdp-oem-grid i {
  position: absolute;
  right: 12px;
  top: 26px;
  color: #94a3b8;
  font-size: 10px;
  font-style: normal;
}
.tdp-oem-grid button:hover,
.tdp-oem-grid a:hover {
  border-color: #9eb8eb;
  background: #f8fbff;
}
.tdp-vehicle-table {
  max-height: 510px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.tdp-vehicle-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.tdp-vehicle-table th {
  position: sticky;
  top: 0;
  padding: 12px 14px;
  background: #f5f7fa;
  color: #6b788c;
  text-align: left;
}
.tdp-vehicle-table td {
  padding: 12px 14px;
  border-top: 1px solid #ebeff4;
  color: #536177;
}
.tdp-vehicle-table td strong {
  color: #263449;
}
.tdp-limit-note {
  color: #78869a;
  font-size: 11px;
}
.tdp-empty {
  padding: 28px;
  border: 1px dashed #ccd6e3;
  border-radius: 12px;
  background: #fafbfd;
  color: #7a879a;
  text-align: center;
  font-size: 13px;
}
.tdp-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.tdp-similar-grid > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: inherit;
  text-decoration: none;
  transition: 0.15s;
}
.tdp-similar-grid > a:hover {
  transform: translateY(-2px);
  border-color: #a9bee7;
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.07);
}
.tdp-similar-image {
  display: grid;
  place-items: center;
  height: 120px;
  margin-bottom: 12px;
  border-radius: 9px;
  background: #f8fafc;
}
.tdp-similar-image img {
  max-width: 90%;
  max-height: 105px;
  object-fit: contain;
}
.tdp-similar-image > span {
  color: #8795aa;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.tdp-similar-logo {
  width: auto;
  max-width: 80px;
  height: 22px;
  object-fit: contain;
  object-position: left;
}
.tdp-similar-grid > a > strong {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.tdp-similar-grid > a > span {
  margin-top: 4px;
  color: #718096;
  font-size: 11px;
}
.tdp-similar-grid > a > em {
  margin-top: 12px;
  color: #182338;
  font-size: 15px;
  font-style: normal;
  font-weight: 850;
}
.tdp-offers {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.tdp-offers > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  cursor: pointer;
  list-style: none;
}
.tdp-offers > summary::-webkit-details-marker {
  display: none;
}
.tdp-offers > summary span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tdp-offers > summary strong {
  font-size: 15px;
}
.tdp-offers > summary small {
  color: #7a8799;
  font-size: 11px;
}
.tdp-offers > summary > b {
  color: #315fc4;
  font-size: 12px;
}
.tdp-offer-list {
  border-top: 1px solid var(--line);
}
.tdp-offer {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) 1fr 110px 90px;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  border-top: 1px solid #edf1f5;
  font-size: 12px;
}
.tdp-offer:first-child {
  border-top: 0;
}
.tdp-offer.is-best {
  background: #f3faf7;
}
.tdp-offer > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tdp-offer i {
  align-self: flex-start;
  padding: 3px 6px;
  border-radius: 99px;
  background: #16815e;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}
.tdp-offer > div span,
.tdp-offer > span {
  color: #718096;
}
.tdp-offer > b {
  font-size: 16px;
  text-align: right;
}
.tdp-offer > button {
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.tdp-faq {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 55px;
  margin-top: 38px;
  padding: 32px;
  border-radius: 19px;
  background: #f6f8fb;
}
.tdp-faq > div:first-child > span {
  color: #315fc4;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.tdp-faq h2 {
  margin: 7px 0 8px;
  font-size: 25px;
}
.tdp-faq > div:first-child p {
  margin: 0;
  color: #748196;
  font-size: 12px;
  line-height: 1.6;
}
.tdp-faq-list details {
  border-bottom: 1px solid #dfe5ed;
}
.tdp-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  color: #28364a;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.tdp-faq-list summary::-webkit-details-marker {
  display: none;
}
.tdp-faq-list summary span {
  font-size: 18px;
}
.tdp-faq-list details[open] summary span {
  transform: rotate(45deg);
}
.tdp-faq-list p {
  margin: -5px 32px 17px 0;
  color: #66758a;
  font-size: 12px;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  .tdp-product {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .tdp-buy {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 30px;
  }
  .tdp-buy-row {
    grid-column: 2;
    grid-row: 1/5;
    align-self: center;
    margin: 0;
  }
  .tdp-buy-benefits {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, 1fr);
  }
  .tdp-service-logos {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
  }
  .tdp-gallery-main {
    height: 330px;
  }
  .tdp-similar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .tdp-page {
    width: 100%;
    padding: 14px 12px 48px;
  }
  .tdp-breadcrumb {
    margin-bottom: 12px;
  }
  .tdp-titlebar {
    margin-bottom: 16px;
    padding: 0;
  }
  .tdp-titlebar h1 {
    font-size: 29px;
  }
  .tdp-product {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 14px;
    border-radius: 16px;
  }
  .tdp-gallery-main {
    height: 320px;
  }
  .tdp-buy {
    grid-column: auto;
    display: block;
  }
  .tdp-buy-row {
    margin-top: 20px;
  }
  .tdp-buy-benefits {
    grid-template-columns: 1fr;
  }
  .tdp-service-logos {
    grid-template-columns: 1fr;
  }
  .tdp-key-specs {
    grid-template-columns: 1fr;
  }
  .tdp-tabs {
    padding: 6px;
  }
  .tdp-tabs button {
    padding: 10px 12px;
    font-size: 12px;
  }
  .tdp-panel {
    padding: 20px 15px;
  }
  .tdp-panel[data-panel="description"].is-active {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tdp-specifications {
    grid-template-columns: 1fr;
  }
  .tdp-specifications div:nth-child(odd) {
    border-right: 0;
  }
  .tdp-oem-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tdp-similar-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tdp-offer {
    grid-template-columns: 1fr auto;
  }
  .tdp-offer > span {
    grid-column: 1;
  }
  .tdp-offer > button {
    grid-column: 2;
    grid-row: 2;
  }
  .tdp-faq {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px 16px;
  }
  .tdp-panel-head {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .tdp-gallery-main {
    height: 275px;
  }
  .tdp-identifiers span + span {
    padding-left: 0;
    border: 0;
  }
  .tdp-oem-grid,
  .tdp-similar-grid {
    grid-template-columns: 1fr;
  }
  .tdp-quantity {
    grid-template-columns: 36px 46px 36px;
  }
  .tdp-buy-button {
    min-width: 0;
  }
  .tdp-vehicle-table {
    max-height: 430px;
  }
  .tdp-panel-head > span {
    display: none;
  }
}
.tdp-titlebar h1 {
  max-width: 1180px;
}
.tdp-titlebar h1 span {
  color: #344258;
  white-space: nowrap;
}
.tdp-service-logos {
  gap: 18px;
  margin-top: 18px;
  padding-top: 17px;
}
.tdp-service-logos > div > span {
  margin-bottom: 10px;
  color: #66758b;
  font-size: 10px;
}
.tdp-service-logos p {
  gap: 10px;
}
.tdp-service-logos img {
  max-width: 64px;
  height: 27px;
}
.tdp-payments b,
.tdp-carriers b {
  display: grid;
  place-items: center;
  height: 29px;
  padding: 0 9px;
  border: 1px solid #c8d3e0;
  border-radius: 6px;
  background: #fff;
  color: #3e4d63;
  font-size: 10px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.tdp-payments b.is-stripe {
  border-color: #cfc9ff;
  background: #f5f3ff;
  color: #635bff;
  font-size: 12px;
  font-weight: 850;
}
.tdp-carriers img {
  max-width: 68px;
  height: 28px;
}
.tdp-carriers b {
  height: 28px;
  font-size: 9px;
}
.tdp-benefit {
  grid-template-columns: 38px 1fr;
  padding: 11px 12px;
}
.tdp-benefit > i {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.tdp-benefit strong {
  font-size: 13px;
}
.tdp-benefit small {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4;
}
.tdp-service-logos > div > span {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.045em;
}
.tdp-service-logos p {
  gap: 12px;
}
.tdp-service-logos img {
  max-width: 76px;
  height: 32px;
}
.tdp-payments b,
.tdp-carriers b {
  height: 34px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 800;
}
.tdp-payments b.is-stripe {
  font-size: 14px;
}
.tdp-carriers img {
  max-width: 80px;
  height: 32px;
}
.tdp-carriers b {
  height: 32px;
  font-size: 11px;
}
.tdp-service-logos > div > span {
  margin-bottom: 13px;
  color: #344258;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}
.tdp-benefit {
  grid-template-columns: 32px 1fr;
  padding: 9px 10px;
}
.tdp-benefit > i {
  width: 32px;
  height: 32px;
  font-size: 15px;
}
.tdp-benefit strong {
  font-size: 11px;
}
.tdp-benefit small {
  margin-top: 2px;
  font-size: 9px;
  line-height: 1.35;
}
.tdp-service-logos {
  gap: 15px;
  margin-top: 16px;
  padding-top: 15px;
}
.tdp-service-logos > div > span {
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 800;
}
.tdp-service-logos p {
  gap: 9px;
}
.tdp-service-logos img {
  max-width: 58px;
  height: 24px;
}
.tdp-payments b {
  height: 27px;
  padding: 0 8px;
  font-size: 10px;
}
.tdp-payments b.is-stripe {
  font-size: 12px;
}
.tdp-carriers img {
  max-width: 64px;
  height: 25px;
}
.tdp-titlebar h1 {
  font-size: 30px;
  line-height: 1.18;
}
.tdp-warehouse-picker {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #dbe3ed;
}
.tdp-warehouse-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}
.tdp-warehouse-head strong {
  font-size: 12px;
}
.tdp-warehouse-head span {
  padding: 3px 7px;
  border-radius: 99px;
  background: #e9eef5;
  color: #637288;
  font-size: 9px;
  font-weight: 800;
}
.tdp-warehouse-options {
  display: grid;
  gap: 7px;
}
.tdp-warehouse-option {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: #fff;
  color: #344258;
  text-align: left;
  cursor: pointer;
}
.tdp-warehouse-option > i {
  width: 12px;
  height: 12px;
  border: 2px solid #a8b4c4;
  border-radius: 50%;
}
.tdp-warehouse-option span,
.tdp-warehouse-option span strong,
.tdp-warehouse-option span small {
  display: block;
  min-width: 0;
}
.tdp-warehouse-option span strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tdp-warehouse-option span small {
  margin-top: 2px;
  color: #7b899c;
  font-size: 8px;
}
.tdp-warehouse-option > b {
  font-size: 12px;
  white-space: nowrap;
}
.tdp-warehouse-option.is-selected {
  border-color: #78c8a8;
  background: #f1faf6;
  box-shadow: 0 0 0 1px #bde7d5;
}
.tdp-warehouse-option.is-selected > i {
  border: 3px solid #16815e;
}
.tdp-warehouse-option.is-selected span strong {
  color: #126d51;
}
@media (max-width: 1080px) {
  .tdp-buy {
    display: block;
  }
  .tdp-buy-row {
    margin-top: 20px;
  }
  .tdp-buy-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .tdp-service-logos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .tdp-titlebar h1 {
    font-size: 25px;
  }
  .tdp-buy-benefits,
  .tdp-service-logos {
    grid-template-columns: 1fr;
  }
}
.tdp-trust-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 1fr);
  gap: 28px;
  margin-top: -4px;
  padding-top: 22px;
  border-top: 1px solid #e1e7ef;
}
.tdp-trust-wide .tdp-buy-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.tdp-trust-wide .tdp-service-logos {
  grid-template-columns: 1.5fr 0.75fr;
  gap: 22px;
  margin: 0;
  padding: 0 0 0 28px;
  border: 0;
  border-left: 1px solid #e1e7ef;
}
.tdp-trust-wide .tdp-service-logos > div > span {
  margin-bottom: 8px;
}
.tdp-trust-wide .tdp-service-logos p {
  gap: 8px;
}
.tdp-trust-wide .tdp-service-logos img {
  max-width: 54px;
  height: 22px;
}
.tdp-trust-wide .tdp-payments b {
  height: 25px;
  padding: 0 7px;
  font-size: 9px;
}
.tdp-trust-wide .tdp-payments b.is-stripe {
  font-size: 11px;
}
.tdp-trust-wide .tdp-carriers img {
  max-width: 58px;
  height: 24px;
}
@media (max-width: 1080px) {
  .tdp-trust-wide {
    grid-template-columns: 1fr;
  }
  .tdp-trust-wide .tdp-service-logos {
    padding: 18px 0 0;
    border-top: 1px solid #e1e7ef;
    border-left: 0;
  }
}
@media (max-width: 760px) {
  .tdp-trust-wide {
    display: block;
    padding-top: 16px;
  }
  .tdp-trust-wide .tdp-buy-benefits {
    grid-template-columns: 1fr;
  }
  .tdp-trust-wide .tdp-service-logos {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
.tdp-warehouse-option {
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 11px 10px;
}
.tdp-warehouse-option > i {
  width: 14px;
  height: 14px;
}
.tdp-warehouse-option span strong {
  font-size: 11px;
}
.tdp-warehouse-option span small {
  font-size: 9px;
}
.tdp-warehouse-option > b {
  font-size: 13px;
}
.tdp-warehouse-option.is-extra {
  display: none;
}
.tdp-warehouse-options.is-expanded .tdp-warehouse-option.is-extra {
  display: grid;
}
.tdp-show-warehouses {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 13px 16px;
  border: 1px solid #b9c7d8;
  border-radius: 10px;
  background: #fff;
  color: #244f9f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
}
.tdp-show-warehouses:hover {
  border-color: #9eb2cb;
  background: #f4f7fb;
}
.tdp-show-warehouses:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.2);
  outline-offset: 2px;
}
@media (max-width: 760px) {
  .tdp-show-warehouses {
    min-height: 52px;
    font-size: 15px;
  }
}
.tdp-buy {
  padding: 22px;
}
.tdp-availability {
  font-weight: 750;
}
.tdp-shipping b,
.tdp-warehouse-head strong {
  font-weight: 750;
}
.tdp-warehouse-option span strong,
.tdp-warehouse-option > b {
  font-weight: 750;
}
.tdp-show-warehouses {
  min-height: 42px;
  margin-top: 9px;
  padding: 9px 13px;
  border-color: #cbd6e3;
  border-radius: 9px;
  color: #3c5f9d;
  font-size: 13px;
  font-weight: 700;
}
.tdp-show-warehouses:hover {
  border-color: #b4c2d4;
  background: #f7f9fc;
  color: #274d8d;
}
.tdp-buy-row {
  margin-top: 18px;
}
.tdp-buy-button {
  min-height: 46px;
  font-size: 15px;
  font-weight: 750;
}
.tdp-quantity button,
.tdp-quantity input {
  height: 46px;
  font-size: 15px;
  font-weight: 750;
}

/* Keep purchase, warehouse and service information comfortably readable. */
.tdp-buy > small,
.tdp-shipping {
  font-size: 14px;
}
.tdp-availability {
  font-size: 15px;
}
.tdp-warehouse-head strong {
  font-size: 15px;
}
.tdp-warehouse-head span {
  font-size: 12px;
}
.tdp-warehouse-option {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  min-height: 60px;
  padding: 12px;
}
.tdp-warehouse-option > i {
  width: 15px;
  height: 15px;
}
.tdp-warehouse-option span strong {
  font-size: 15px;
}
.tdp-warehouse-option span small {
  margin-top: 4px;
  font-size: 13px;
}
.tdp-warehouse-option > b {
  font-size: 16px;
}
.tdp-benefit strong {
  font-size: 15px;
}
.tdp-benefit small {
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

/* Product page uses the same brand and typography tokens as the storefront. */
.tdp-page {
  --blue: var(--action-blue, #4b74b5);
  font-family: var(--site-font);
}
.tdp-page button,
.tdp-page input,
.tdp-page select {
  font-family: var(--site-font);
}
.tdp-fit {
  border-color: #c9d8eb;
  background: #f3f7fc;
  color: #344f78;
}
.tdp-fit > span:first-child {
  background: #e4edf8;
}
.tdp-fit small {
  color: #61738c;
}
.tdp-text-link,
.tdp-offers > summary > b,
.tdp-faq > div:first-child > span {
  color: var(--action-blue, #4b74b5);
}
.tdp-tabs button.is-active {
  background: #edf3fa;
  color: var(--action-blue, #4b74b5);
}
.tdp-tabs button.is-active span {
  background: #dfe9f6;
  color: var(--action-blue, #4b74b5);
}
.tdp-thumb.is-active {
  border-color: var(--action-blue, #4b74b5);
  box-shadow: 0 0 0 2px #e3ebf6;
}
.tdp-product-info-label,
.tdp-service-logos > div > span,
.tdp-faq > div:first-child > span {
  color: var(--site-accent);
  font-size: var(--site-label-size);
  font-weight: var(--site-label-weight);
  line-height: var(--site-label-line);
  letter-spacing: var(--site-label-spacing);
  text-transform: uppercase;
}
.tdp-panel h2,
.tdp-faq h2 {
  font-family: var(--site-font);
  font-weight: 700;
  letter-spacing: -0.015em;
}
.tdp-benefit strong {
  color: #344258;
  font-size: var(--site-card-title);
  font-weight: 650;
  line-height: 1.4;
}
.tdp-benefit small {
  margin-top: 3px;
  color: #64748b;
  font-size: var(--site-card-copy);
  font-weight: 400;
  line-height: 1.45;
}
.tdp-benefit > i {
  font-family: var(--site-font);
  font-size: 15px;
}
.tdp-trust-wide .tdp-service-logos > div > span {
  font-size: 14px;
}
@media (max-width: 760px) {
  .tdp-show-warehouses {
    min-height: 44px;
    font-size: 14px;
  }
  .tdp-buy-button {
    font-size: 15px;
  }
}
.tdp-key-specs.is-sparse {
  grid-template-columns: 1fr;
}
.tdp-product-info-label {
  margin: 2px 0 4px;
  color: #758399;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tdp-product-facts div {
  min-height: 43px;
}
.tdp-product-facts dd {
  max-width: 62%;
  overflow-wrap: anywhere;
}

/* Product UI follows the storefront's restrained text scale. */
.tdp-page .tdp-identifiers {
  font-size: 14px;
}
.tdp-page .tdp-key-specs div {
  font-size: 13px;
}
.tdp-page .tdp-key-specs dd {
  font-weight: 650;
}
.tdp-page .tdp-fit strong {
  font-size: 13px;
  font-weight: 650;
}
.tdp-page .tdp-buy > small,
.tdp-page .tdp-shipping {
  font-size: 13px !important;
}
.tdp-page .tdp-availability {
  font-size: 13px;
  font-weight: 650;
}
.tdp-page .tdp-shipping b,
.tdp-page .tdp-warehouse-head strong {
  font-weight: 650;
}
.tdp-page .tdp-warehouse-head strong {
  font-size: 13px;
}
.tdp-page .tdp-warehouse-head span {
  font-size: 10px;
}
.tdp-page .tdp-warehouse-option {
  min-height: 54px;
  padding: 10px;
}
.tdp-page .tdp-warehouse-option span strong {
  font-size: 13px;
  font-weight: 600;
}
.tdp-page .tdp-warehouse-option span small {
  margin-top: 2px;
  font-size: 11px;
}
.tdp-page .tdp-warehouse-option > b {
  font-size: 14px;
  font-weight: 650;
}
.tdp-page .tdp-show-warehouses {
  min-height: 40px;
  font-size: 12px;
  font-weight: 650;
}
.tdp-page .tdp-buy-button {
  font-size: 14px;
  font-weight: 700;
}
.tdp-page .tdp-quantity button,
.tdp-page .tdp-quantity input {
  font-size: 14px;
  font-weight: 650;
}
.tdp-page .tdp-benefit strong {
  font-size: var(--site-card-title);
  font-weight: 650;
  line-height: 1.4;
}
.tdp-page .tdp-benefit small {
  font-size: var(--site-card-copy);
  line-height: 1.45;
}
.tdp-page .tdp-trust-wide .tdp-service-logos > div > span {
  font-size: var(--site-label-size);
  font-weight: var(--site-label-weight);
}
.tdp-page .tdp-product-info-label,
.tdp-page .tdp-service-logos > div > span,
.tdp-page .tdp-faq > div:first-child > span {
  color: var(--site-accent) !important;
}
.tdp-page .tdp-text-link {
  color: var(--site-accent) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.tdp-page .tdp-tabs button {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.tdp-page .tdp-tabs button span {
  font-size: 11px;
  font-weight: 700;
}
.tdp-page .tdp-faq-list summary {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.tdp-page .tdp-faq-list p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.tdp-page .tdp-specifications dt,
.tdp-page .tdp-specifications dd {
  font-family: var(--site-font) !important;
  font-size: 14px;
  line-height: 1.5;
}
.tdp-page .tdp-specifications dt {
  font-weight: 400;
}
.tdp-page .tdp-specifications dd {
  font-weight: 600;
}
.tdp-page .tdp-fit {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 20px;
  padding: 12px 14px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.tdp-page .tdp-fit:hover {
  border-color: #93b4fc;
  background: #fff;
}
.tdp-page .tdp-fit > span:first-child {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #edf4ff;
}
.tdp-page .tdp-fit strong {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}
.tdp-page .tdp-fit small {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.tdp-page .tdp-fit > span:last-child {
  color: #111827;
  font-size: 19px;
}
.tdp-page .tdp-fit.is-compatible {
  border-color: #9bd8c0;
  background: #f1fbf7;
}
.tdp-page .tdp-fit.is-compatible > span:first-child {
  background: #dff5ea;
  color: #16815e;
  font-size: 18px;
  font-weight: 800;
}
.tdp-page .tdp-fit.is-compatible small {
  color: #16815e;
  font-weight: 650;
}
.tdp-page .tdp-fit.is-incompatible {
  border-color: #efc7bc;
  background: #fff7f4;
}
.tdp-page .tdp-fit.is-incompatible > span:first-child {
  background: #fbe7e1;
  color: #b84d32;
  font-size: 18px;
  font-weight: 800;
}
.tdp-page .tdp-fit.is-incompatible small {
  color: #a24731;
  font-weight: 650;
}
.tdp-page .tdp-benefit > i,
.tdp-page .tdp-benefit.is-worldwide > i {
  border-color: #cfe0f7;
  background: #edf4ff;
  color: var(--site-accent);
}
.tdp-page .tdp-copy,
.tdp-page .tdp-copy h2,
.tdp-page .tdp-copy p,
.tdp-page .tdp-copy strong,
.tdp-page .tdp-description-facts {
  font-family: var(--site-font) !important;
}
.tdp-page .tdp-copy h2 {
  font-size: 24px;
  font-weight: 650;
  line-height: 1.25;
}
.tdp-page .tdp-copy p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.tdp-page .tdp-copy strong {
  font-weight: 600;
}
.tdp-page .tdp-description-facts div {
  font-size: 14px;
  line-height: 1.5;
}
.tdp-page .tdp-description-facts span {
  font-weight: 400;
}
.tdp-page .tdp-description-facts strong {
  font-weight: 600;
}
.tdp-page .tdp-similar-vat {
  display: block;
  margin-top: 3px;
  color: #718096;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.tdp-page .tdp-tabs button.is-active {
  background: #edf4ff;
  color: var(--site-accent) !important;
}
.tdp-page .tdp-tabs button.is-active span {
  background: #dce9ff;
  color: var(--site-accent) !important;
}
.tdp-page .tdp-panel-head > span {
  background: #dce9ff;
  color: var(--site-accent, #2864e8);
  font-size: 12px;
  font-weight: 700;
}
.tdp-page .tdp-show-warehouses {
  color: #2864e8 !important;
}
.tdp-page .tdp-show-warehouses:hover {
  border-color: #a9c2ef;
  background: #f7faff;
  color: #2864e8 !important;
}

/* Keep the product gallery inside the mobile viewport. */
@media (max-width: 760px) {
  .tdp-page,
  .tdp-product,
  .tdp-gallery-wrap {
    min-width: 0;
    max-width: 100%;
  }
  .tdp-product {
    overflow: hidden;
  }
  .tdp-gallery-main {
    width: 100%;
    height: 260px;
    aspect-ratio: auto;
    padding: 14px;
  }
  .tdp-gallery-main > img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .tdp-thumbs {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 3px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }
  .tdp-thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 56px;
    scroll-snap-align: start;
  }
}

@media (max-width: 430px) {
  .tdp-gallery-main {
    height: 220px;
    padding: 12px;
  }
  .tdp-thumb {
    flex-basis: 56px;
    width: 56px;
    height: 52px;
  }
}

.tdp-gallery-main > #tdp-main-image {
  cursor: zoom-in;
}
.tdp-lightbox {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 68px 24px 24px;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(5px);
}
.tdp-lightbox.is-open {
  display: flex;
}
.tdp-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1180px, 96vw);
  max-height: calc(100vh - 92px);
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.tdp-lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #fff;
  color: #172033;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.tdp-lightbox-nav {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #172033;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.tdp-lightbox-prev {
  left: 22px;
}
.tdp-lightbox-next {
  right: 22px;
}
.tdp-lightbox-count {
  position: absolute;
  bottom: 18px;
  left: 50%;
  padding: 7px 12px;
  border-radius: 99px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  transform: translateX(-50%);
}
body.tdp-lightbox-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .tdp-lightbox {
    padding: 64px 12px 54px;
  }
  .tdp-lightbox-image {
    max-width: 100%;
    max-height: calc(100dvh - 118px);
    border-radius: 9px;
  }
  .tdp-lightbox-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .tdp-lightbox-nav {
    top: auto;
    bottom: 12px;
    width: 42px;
    height: 42px;
    font-size: 32px;
    transform: none;
  }
  .tdp-lightbox-prev {
    left: 12px;
  }
  .tdp-lightbox-next {
    right: 12px;
  }
  .tdp-lightbox-count {
    bottom: 17px;
  }
}

/* Trust cards share one typography and colour treatment across the storefront. */
.tdp-page .tdp-benefit,
.tdp-page .tdp-benefit.is-worldwide {
  border-color: #d8e2ee;
  background: #fff;
}
.tdp-page .tdp-benefit > i,
.tdp-page .tdp-benefit.is-worldwide > i {
  border-color: #cfe0f7;
  background: #eaf1fb;
  color: #2864e8;
}
.tdp-page .tdp-benefit strong,
.tdp-page .tdp-benefit.is-worldwide strong {
  color: #29384d;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}
.tdp-page .tdp-benefit small,
.tdp-page .tdp-benefit.is-worldwide small {
  margin-top: 3px;
  color: #53647a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

/* Worldwide delivery is the positive fulfilment signal in this row. */
.tdp-page .tdp-benefit.is-worldwide {
  border-color: #a9dcc8;
  background: #effaf5;
  box-shadow: 0 4px 12px rgba(20, 125, 91, 0.06);
}
.tdp-page .tdp-benefit.is-worldwide > i {
  border-color: #b9e5d4;
  background: #dcf4e9;
  color: #087b59;
}
.tdp-page .tdp-benefit.is-worldwide strong {
  color: #087b59;
}

/* Canonical product-page typography. Keep this block last so legacy rules
   cannot create different text styles for equivalent UI elements. */
.tdp-page,
.tdp-page button,
.tdp-page input,
.tdp-page select,
.tdp-page textarea {
  font-family: var(--site-font) !important;
}
.tdp-page .tdp-titlebar h1 {
  font-size: var(--site-h1) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}
.tdp-page .tdp-panel h2,
.tdp-page .tdp-faq h2,
.tdp-page .tdp-copy h2 {
  font-size: var(--site-h2) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.tdp-page .tdp-copy p,
.tdp-page .tdp-faq-list summary,
.tdp-page .tdp-faq-list p,
.tdp-page .tdp-faq > div:first-child p,
.tdp-page .tdp-panel-head p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.65;
}
.tdp-page .tdp-faq-list summary {
  font-weight: 600;
}
.tdp-page .tdp-identifiers,
.tdp-page .tdp-key-specs div,
.tdp-page .tdp-description-facts div,
.tdp-page .tdp-specifications dt,
.tdp-page .tdp-specifications dd,
.tdp-page .tdp-buy > small,
.tdp-page .tdp-shipping {
  font-size: 14px !important;
  line-height: 1.5;
}
.tdp-page .tdp-specifications dt,
.tdp-page .tdp-description-facts span {
  font-weight: 400;
}
.tdp-page .tdp-specifications dd,
.tdp-page .tdp-description-facts strong,
.tdp-page .tdp-key-specs dd {
  font-weight: 600;
}
.tdp-page .tdp-product-info-label,
.tdp-page .tdp-service-logos > div > span,
.tdp-page .tdp-faq > div:first-child > span {
  color: #2864e8 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}
.tdp-page .tdp-fit strong,
.tdp-page .tdp-benefit strong {
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}
.tdp-page .tdp-fit small,
.tdp-page .tdp-benefit small {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}
.tdp-lifecycle-alert {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: 14px;
    padding: 10px 13px;
    border: 1px solid #f1c37a;
    border-radius: 11px;
    color: #74430d;
    background: #fff8e9;
    font-size: 14px;
    line-height: 1.4;
}

.tdp-lifecycle-alert strong {
    color: #a85312;
    font-weight: 800;
}

.tdp-lifecycle-alert span {
    color: #5b4a35;
    font-weight: 600;
}

.tdp-request-alert {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: 14px;
    padding: 10px 13px;
    border: 1px solid var(--warning-200);
    border-radius: 11px;
    color: var(--warning-600);
    background: var(--warning-100);
    font-size: 14px;
    line-height: 1.4;
}

.tdp-request-alert strong {
    color: var(--warning-500);
    font-weight: 800;
}

.tdp-request-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--warning-500);
    color: #fff;
}
.tdp-request-button:hover {
    background: var(--warning-600);
}

/* Unified storefront refinements. Kept here so the product page has one stylesheet. */
/* Product page aligned with the current Spareza catalogue visual system. */
.tdp-page {
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
  padding: 22px 0 76px;
  color: #24324a;
  font-family: var(--site-font, Inter, Arial, sans-serif);
}

.tdp-breadcrumb {
  gap: 8px;
  margin: 0 0 20px;
  color: #77849a;
  font-size: 14px;
}
.tdp-breadcrumb a { color: #77849a; }
.tdp-breadcrumb strong { color: #44526a; }

.tdp-titlebar {
  margin: 0 0 28px;
  padding: 30px 34px;
  border: 1px solid #cddcf5;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f3f7ff 70%, #eaf2ff 100%);
}
.tdp-title-brand {
  min-height: 28px;
  color: #2964e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tdp-title-brand img {
  max-width: 120px;
  height: 34px;
}
.tdp-titlebar h1 {
  max-width: 1120px;
  margin: 12px 0 10px;
  color: #111827;
  font-size: var(--site-h1, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.35px;
}
.tdp-titlebar h1 span { color: #344258; }
.tdp-identifiers { color: #66758c; }
.tdp-identifiers strong { color: #344258; }

.tdp-product,
.tdp-information,
.tdp-faq {
  border: 1px solid #d4dfed;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}
.tdp-product {
  grid-template-columns: minmax(300px, 420px) minmax(320px, 1fr) 300px;
  gap: 30px;
  padding: 30px;
}
.tdp-gallery-main {
  border-color: #dbe4ef;
  border-radius: 18px;
  background: #f7f9fc;
}
.tdp-thumb {
  border-color: #dbe4ef;
  border-radius: 10px;
  background: #fff;
}
.tdp-fit {
  border: 1px solid #cddcf5;
  border-radius: 14px;
  background: #f4f8ff;
  box-shadow: none;
}
.tdp-fit:hover { border-color: #9ab8ee; }
.tdp-key-specs div,
.tdp-product-facts div {
  border-color: #e0e7f0;
}
.tdp-buy {
  padding: 18px;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #f5f8fc;
  box-shadow: none;
}
.tdp-buy > strong { color: #172033; }
.tdp-availability { margin-top: 16px; }
.tdp-warehouse-picker {
  margin-top: 14px;
  padding-top: 12px;
}
.tdp-page .tdp-warehouse-option {
  min-height: 52px;
  padding: 8px 9px;
}
.tdp-page .tdp-warehouse-option span strong {
  font-size: 13px !important;
  line-height: 1.35 !important;
}
.tdp-page .tdp-warehouse-option span small {
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.tdp-page .tdp-show-warehouses {
  min-height: 38px;
  margin-top: 7px;
  padding: 8px 10px;
}
.tdp-buy-row { margin-top: 16px; }
.tdp-quantity button,
.tdp-quantity input { height: 44px; }
.tdp-availability { color: #16815e; }
.tdp-warehouse-option {
  border-color: #d4dfed;
  border-radius: 12px;
  background: #fff;
}
.tdp-warehouse-option.is-selected {
  border-color: #7fa3df;
  background: #f2f6fc;
  box-shadow: 0 0 0 2px #e1eaf7;
}
.tdp-buy-button {
  border-radius: 10px;
  background: var(--action-blue, #4b74b5);
  box-shadow: 0 7px 16px rgba(75, 116, 181, .17);
}
.tdp-buy-button:hover { background: var(--action-blue-hover, #3e66a6); }
.tdp-buy-button:disabled {
  cursor: not-allowed;
  background: #e7ebf1;
  color: #68768a;
  box-shadow: none;
}
.tdp-warehouse-option:disabled {
  cursor: not-allowed;
  background: #f5f7fa;
  color: #7b8798;
  opacity: .8;
}
.tdp-quantity {
  border-color: #cfdbea;
  border-radius: 10px;
  background: #fff;
}
.tdp-trust-wide {
  border-top-color: #dce5f0;
}
.tdp-benefit,
.tdp-page .tdp-benefit.is-worldwide {
  border: 1px solid #dce5f0;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: none;
}

.tdp-information { margin-top: 28px; }
.tdp-tabs {
  border-bottom-color: #dce5f0;
  background: #f6f8fb;
}
.tdp-tabs button {
  color: #53627a;
  font-weight: 650;
}
.tdp-tabs button.is-active {
  background: #eaf1fb;
  color: var(--action-blue, #4b74b5);
}
.tdp-panel { color: #344258; }
.tdp-panel h2,
.tdp-copy h2,
.tdp-faq h2 { color: #172033; }
.tdp-copy p,
.tdp-panel p,
.tdp-faq p { color: #5f6f87; }
.tdp-specifications div,
.tdp-description-facts div {
  border-color: #dce5f0;
  background: #f8fafc;
}
.tdp-faq { margin-top: 28px; }
.tdp-faq-list details {
  border-color: #dce5f0;
  border-radius: 12px;
}

@media (max-width: 1120px) {
  .tdp-product {
    grid-template-columns: minmax(270px, .9fr) minmax(320px, 1.1fr);
  }
  .tdp-buy { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .tdp-page {
    width: calc(100% - 24px);
    padding: 16px 0 54px;
  }
  .tdp-breadcrumb { font-size: 12px; overflow-x: auto; }
  .tdp-titlebar {
    margin-bottom: 18px;
    padding: 22px 20px;
    border-radius: 18px;
  }
  .tdp-titlebar h1 {
    font-size: 29px;
    letter-spacing: -.7px;
  }
  .tdp-titlebar h1 span { white-space: normal; }
  .tdp-product {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
    border-radius: 18px;
  }
  .tdp-buy { grid-column: auto; }
  .tdp-information,
  .tdp-faq { border-radius: 18px; }
  .tdp-tabs { overflow-x: auto; }
}
