.tw-pdp {
  --pdp-navy: #08264b;
  --pdp-orange: #f46700;
  --pdp-green: #138331;
  --pdp-text: #263a57;
  --pdp-muted: #637087;
  --pdp-border: #d8e0ea;
  --pdp-surface: #ffffff;
  clear: both;
  color: var(--pdp-text);
  font-family: "Inter", "Lato", sans-serif;
}

.highlightSection > .container.pdp-container {
  width: calc(100% - 72px);
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  overflow: visible !important;
}

.tw-pdp *, .tw-pdp *::before, .tw-pdp *::after { box-sizing: border-box; }
.tw-pdp button, .tw-pdp input, .tw-pdp select { font: inherit; }

.tw-pdp__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  overflow: hidden;
  color: var(--pdp-muted);
  font-size: 13px;
  white-space: nowrap;
}

.tw-pdp__breadcrumb a { color: #415675; }
.tw-pdp__breadcrumb-current { overflow: hidden; text-overflow: ellipsis; }

.tw-pdp__main {
  display: grid;
  grid-template-columns: minmax(390px, 2fr) minmax(0, 3fr);
  gap: 28px;
  align-items: start;
}

.tw-pdp-gallery {
  min-width: 0;
  border: 1px solid var(--pdp-border);
  border-radius: 6px;
  background: var(--pdp-surface);
  overflow: hidden;
}

.tw-pdp-gallery__stage {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: auto;
  min-height: 320px;
  aspect-ratio: 5 / 4;
  padding: 24px;
  overflow: visible;
}

.tw-pdp-gallery__open {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}

.tw-pdp-gallery__stage .tw-pdp-gallery__open > img {
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.tw-pdp-gallery__open > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 10px;
  border: 1px solid #d8e0ea;
  border-radius: 5px;
  background: rgba(255, 255, 255, .94);
  color: var(--pdp-navy);
  font-size: 11px;
  font-weight: 700;
}

.tw-pdp-gallery__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid #d8e0ea;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--pdp-navy);
  box-shadow: 0 5px 18px rgba(8, 38, 75, .12);
  font-size: 22px;
  transform: translateY(-50%);
}

.tw-pdp-gallery__arrow--previous { left: 12px; }
.tw-pdp-gallery__arrow--next { right: 12px; }
.tw-pdp-gallery__counter { position: absolute; right: 14px; top: 14px; padding: 5px 9px; border-radius: 20px; background: rgba(8, 38, 75, .85); color: #fff; font-size: 11px; font-weight: 700; }

.tw-pdp-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin: 0 18px;
  padding: 14px 0 18px;
  border-top: 1px solid #e5e9ef;
  overflow-x: auto;
}

.tw-pdp-gallery__thumb {
  flex: 0 0 112px;
  width: 112px;
  height: 84px;
  padding: 6px;
  border: 1px solid var(--pdp-border);
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.tw-pdp-gallery__thumb.is-active { border: 2px solid var(--pdp-orange); }
.tw-pdp-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; }

.tw-pdp-brand-trust {
  /* The icon column width and gap are shared with the checklist below, so both
     rows keep one left edge without repeating the arithmetic per breakpoint. */
  --trust-icon: 38px;
  --trust-gap: 11px;
  margin: 0 18px 18px;
  padding: 16px;
  border: 1px solid #c9ddea;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 72%);
}

.tw-pdp-brand-trust__heading {
  display: grid;
  grid-template-columns: var(--trust-icon) minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--trust-gap);
}

.tw-pdp-brand-trust__icon {
  display: grid;
  width: var(--trust-icon);
  height: var(--trust-icon);
  place-items: center;
  border-radius: 50%;
  background: #e8f6ed;
  color: #167a37;
  font-size: 18px;
}

.tw-pdp-brand-trust__heading small,
.tw-pdp-brand-trust__heading strong,
.tw-pdp-brand-trust__heading p {
  display: block;
}

.tw-pdp-brand-trust__heading small {
  margin-bottom: 2px;
  color: #167a37;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tw-pdp-brand-trust__heading strong {
  overflow: hidden;
  color: var(--pdp-navy);
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-pdp-brand-trust__heading p {
  margin: 3px 0 0;
  color: var(--pdp-muted);
  font-size: 11px;
  line-height: 1.4;
}

.tw-pdp-brand-trust__heading img {
  width: auto;
  max-width: 82px;
  max-height: 34px;
  object-fit: contain;
}

.tw-pdp-brand-trust__points {
  display: grid;
  /* Collapses to fewer columns on its own, so the three items never get
     squeezed narrow enough to collide in the tablet layout. */
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  gap: 7px 12px;
  margin-top: 13px;
  padding-top: 12px;
  /* Line the checklist up with the heading text above it, not the card edge. */
  padding-left: calc(var(--trust-icon) + var(--trust-gap));
  border-top: 1px solid #dceaf2;
}

.tw-pdp-brand-trust__points span {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #40566f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.tw-pdp-brand-trust__points .fa {
  margin-top: 1px;
  color: #16833d;
  font-size: 12px;
}

.tw-pdp-lightbox[hidden] { display: none !important; }
.tw-pdp-lightbox { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; padding: 60px 80px; background: rgba(4, 18, 34, .92); }
.tw-pdp-lightbox > img { display: block; width: 100%; max-width: 1100px; height: 100%; max-height: calc(100vh - 120px); object-fit: contain; }
.tw-pdp-lightbox__close, .tw-pdp-lightbox__arrow { position: absolute; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; }
.tw-pdp-lightbox__close { top: 20px; right: 22px; width: 44px; height: 44px; font-size: 18px; }
.tw-pdp-lightbox__arrow { top: 50%; width: 50px; height: 50px; font-size: 26px; transform: translateY(-50%); }
.tw-pdp-lightbox__arrow--previous { left: 24px; }
.tw-pdp-lightbox__arrow--next { right: 24px; }
.tw-pdp-lightbox > span { position: absolute; bottom: 22px; color: #fff; font-size: 13px; font-weight: 700; }
body.tw-pdp-lightbox-open { overflow: hidden; }

.tw-pdp-brand-trust.tw-pdp-brand-trust--buybox {
  margin: 16px 0 0;
}

.tw-pdp-buybox {
  display: flow-root;
  min-width: 0;
  padding: 5px 0 0;
}

.tw-pdp-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  margin-bottom: 7px;
  color: #df1712;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
}

.tw-pdp-brand img { width: auto; max-width: 140px; height: 34px; object-fit: contain; object-position: left; }
.tw-pdp-brand i { color: #8c929b; font-size: 23px; }
.tw-pdp-brand > span { display: inline-flex; align-items: center; gap: 8px; }
.tw-pdp-brand > span[hidden] { display: none !important; }
.tw-pdp-brand > small { display: inline-flex; align-items: center; gap: 5px; margin-left: 4px; padding: 5px 8px; border: 1px solid #cbe5d2; border-radius: 20px; background: #f3fbf5; color: #167837; font-size: 10px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.tw-pdp-brand > small i { color: #178b42; font-size: 12px; }

.tw-pdp-buybox h1 {
  position: static;
  display: block;
  float: none !important;
  clear: both;
  width: 100%;
  margin: 0 0 9px;
  color: var(--pdp-navy);
  font-size: clamp(26px, 2.1vw, 34px);
  font-weight: 750;
  line-height: 1.2;
  text-transform: none;
}

.tw-pdp-meta {
  display: flex;
  clear: both;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #53617a;
  font-size: 13px;
}

.tw-pdp-meta__divider { width: 1px; height: 16px; background: #ccd4df; }
.tw-pdp-meta a { color: #0d4d9e; }
.tw-pdp-stars { color: var(--pdp-orange); font-size: 17px; letter-spacing: 1px; }

.tw-pdp-summary {
  display: block;
  clear: both;
  width: 100%;
  margin: 14px 0 16px;
  overflow: visible;
  color: #273a57;
  font-size: 14px;
  line-height: 1.65;
}

/* short_desc is also pasted through the rich-text editor - strip inherited
   inline fonts so the summary matches the Product information sections below. */
.tw-pdp-summary,
.tw-pdp-summary * {
  font-family: "Inter", "Lato", Arial, sans-serif !important;
}
.tw-pdp-summary *:not(strong):not(b) {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #273a57;
  background: transparent !important;
}
.tw-pdp-summary p { margin: 0 0 7px; }
.tw-pdp-summary ul { margin: 0; padding-left: 20px; }
.tw-pdp-summary li { margin-bottom: 3px; list-style: disc; }

.tw-pdp-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  min-height: 66px;
  margin: 14px 0 8px;
  padding: 11px 18px;
  border: 1px solid var(--pdp-border);
  border-radius: 6px;
}

.tw-pdp-price strong { color: var(--pdp-navy); font-size: 29px; line-height: 1; }
.tw-pdp-price > span { color: #515d6f; font-size: 13px; }
.tw-pdp-price .tw-pdp-price__saving { color: var(--pdp-green); font-weight: 600; }
.tw-pdp-price .tw-pdp-price__tax { margin-left: auto; color: #34445c; }

.tw-pdp-fulfilment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 54px;
  color: #263953;
  font-size: 12px;
}

.tw-pdp-fulfilment > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  padding: 0 14px;
  border-right: 1px solid #d4dbe5;
}

.tw-pdp-fulfilment > span:first-child { padding-left: 0; }
.tw-pdp-fulfilment > span:last-child { border-right: 0; }
.tw-pdp-fulfilment i { color: var(--pdp-navy); font-size: 15px; }
.tw-pdp-fulfilment .is-in-stock, .tw-pdp-fulfilment .is-in-stock i { color: var(--pdp-green); }
.tw-pdp-fulfilment .is-out-of-stock, .tw-pdp-fulfilment .is-out-of-stock i { color: #b42318; }
.tw-pdp-fulfilment a { color: #0e4b9b; font-weight: 600; }

.tw-pdp-purchase { margin-top: 7px; }
.tw-pdp-purchase__row { display: grid; grid-template-columns: 142px minmax(185px, 1.25fr) minmax(155px, 1fr); gap: 14px; }
/* The second row holds two actions in a three column grid, so without this the
   last cell stays empty and the block ends on a ragged edge under Buy Now. */
.tw-pdp-purchase__row > .tw-pdp-button--wishlist { grid-column: 1 / 3; }
.tw-pdp-purchase__row > .tw-pdp-button--quotation { grid-column: 3 / -1; }
.tw-pdp-purchase__row.is-quotation-only { grid-template-columns: minmax(220px, 320px); }
.tw-pdp-purchase__row.is-quotation-only .tw-pdp-button--quotation { grid-column: 1; }

.tw-pdp-quantity {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  grid-template-rows: 15px 42px;
  min-height: 58px;
  border: 1px solid var(--pdp-border);
  border-radius: 5px;
  overflow: hidden;
}

.tw-pdp-quantity__label {
  grid-column: 1 / -1;
  padding: 4px 8px 0;
  color: #65748b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.tw-pdp-quantity button,
.tw-pdp-quantity input {
  min-width: 0;
  border: 0;
  background: #fff;
  color: var(--pdp-navy);
  text-align: center;
}

.tw-pdp-quantity input { width: 100%; appearance: textfield; font-weight: 600; }
.tw-pdp-quantity input::-webkit-inner-spin-button { appearance: none; }
.tw-pdp-quantity button,
.tw-pdp-quantity input { grid-row: 2; }

.tw-pdp-button {
  display: inline-flex;
  min-height: 58px;
  padding: 12px 20px;
  border-radius: 5px;
  /* Every action in this row is centred here rather than left to each
     element's default, so the grid reads as one set of buttons. */
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.tw-pdp-button--primary { border: 1px solid var(--pdp-orange); background: var(--pdp-orange); color: #fff; }
.tw-pdp-button--secondary { border: 1px solid var(--pdp-orange); background: #fff; color: var(--pdp-orange); }
.tw-pdp-button--wishlist { border: 1px solid #d5dfea; background: #fff; color: #24466f; }
/* Was a transparent border on white, which read as a stray link floating under
   the button grid rather than the third action in it. */
.tw-pdp-button--quotation { border: 1px dashed #b9c9dc; background: #fff; color: #0a448b; }
.tw-pdp-button--wishlist,
.tw-pdp-button--quotation { min-height: 42px; padding-top: 8px; padding-bottom: 8px; }
.tw-pdp-button:hover, .tw-pdp-button:focus { filter: brightness(.96); }

.tw-pdp-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 12px; }
.tw-pdp-options label { color: #263a57; font-size: 12px; font-weight: 600; }
.tw-pdp-options select { display: block; width: 100%; height: 42px; margin-top: 5px; border: 1px solid var(--pdp-border); border-radius: 4px; background: #fff; }

.tw-pdp-bulk-offer {
  margin-top: 12px;
  padding: 10px 13px;
  border: 1px solid #f6c497;
  border-radius: 5px;
  background: #fff8f1;
  color: #9b470d;
  font-size: 12px;
}

.tw-pdp-assurance {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 18px;
  padding: 13px 8px;
  border: 1px solid var(--pdp-border);
  border-radius: 6px;
}

.tw-pdp-assurance > div { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 0 12px; border-right: 1px solid var(--pdp-border); }
.tw-pdp-assurance > div:last-child { border-right: 0; }
.tw-pdp-assurance i { flex: 0 0 auto; color: var(--pdp-navy); font-size: 23px; }
.tw-pdp-assurance span { min-width: 0; }
.tw-pdp-assurance strong, .tw-pdp-assurance small { display: block; }
.tw-pdp-assurance strong { color: var(--pdp-navy); font-size: 12px; }
.tw-pdp-assurance small { margin-top: 2px; color: #617087; font-size: 10px; }

.tw-pdp-notify { padding: 17px; border: 1px solid #f2c59d; border-radius: 6px; background: #fff9f3; }
.tw-pdp-notify strong { color: #9d4507; }
.tw-pdp-notify p { margin: 4px 0 12px; font-size: 13px; }
.tw-pdp-notify__fields { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tw-pdp-notify__fields input { height: 42px; padding: 8px 11px; border: 1px solid var(--pdp-border); border-radius: 4px; }
.tw-pdp-notify__fields img { max-height: 42px; }
.tw-pdp-notify__fields button { height: 42px; border: 0; border-radius: 4px; background: var(--pdp-orange); color: #fff; font-weight: 700; }

.tw-pdp-details {
  width: calc(100% - 72px);
  max-width: 1480px;
  margin: 28px auto 0;
  border: 1px solid #d8e0ea;
  border-radius: 6px;
  background: #fff;
  color: #263a57;
  font-family: "Inter", "Lato", sans-serif;
  overflow: hidden;
}

.tw-pdp-details__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px 24px;
  border-bottom: 1px solid #d8e0ea;
}

.tw-pdp-details__heading small { display: block; margin-bottom: 2px; color: #f46700; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tw-pdp-details__heading h2 { margin: 0; color: var(--pdp-navy); font-size: 20px; font-weight: 750; }
.tw-pdp-details__review-link { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #d8e0ea; border-radius: 5px; color: #0d4d9e; font-size: 12px; font-weight: 700; }
.tw-pdp-details__sections { padding: 0 28px; }
.tw-pdp-details__section { display: grid; grid-template-columns: minmax(180px, 240px) minmax(0, 1fr); gap: 32px; padding: 24px 0; border-bottom: 1px solid #edf0f4; }
.tw-pdp-details__section:last-child { border-bottom: 0; }
.tw-pdp-details__section h3 { margin: 0; color: var(--pdp-navy); font-size: 16px; font-weight: 750; }
.tw-pdp-details__content { min-width: 0; overflow: visible; font-size: 13px; line-height: 1.7; }
/* Specs, description and "what's in the box" are pasted in through the admin
   rich-text editor and often arrive carrying inline font-family / font-size /
   colour from Word or another site. Normalise every descendant so all four
   sections read as one consistent block. */
.tw-pdp-details__content,
.tw-pdp-details__content * {
  font-family: "Inter", "Lato", Arial, sans-serif !important;
  color: #33475f;
}
.tw-pdp-details__content *:not(.tw-spec-table):not(.tw-spec-table *) {
  font-size: 13px !important;
  line-height: 1.7 !important;
  background: transparent !important;
}
.tw-pdp-details__content b,
.tw-pdp-details__content strong { font-weight: 700 !important; color: #1c3454; }
.tw-pdp-details__content p { margin: 0 0 8px; }
.tw-pdp-details__content ul { margin: 0; padding-left: 20px; }
.tw-pdp-details__content table { width: 100% !important; max-width: 100%; border-collapse: collapse; }
.tw-pdp-details__content td, .tw-pdp-details__content th { padding: 7px 12px; border-bottom: 1px solid #edf0f4; text-align: left; }
.tw-pdp-details__content .tw-spec-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tw-pdp-details__content .tw-spec-table {
  width: 100% !important;
  min-width: 760px;
  margin: 0;
  border: 1px solid #dce4ed;
  border-radius: 6px;
  overflow: hidden;
  color: #263a57;
  font-size: 14px;
  line-height: 1.5;
  table-layout: fixed;
}
.tw-pdp-details__content .tw-spec-table,
.tw-pdp-details__content .tw-spec-table * { font-family: "Inter", "Lato", Arial, sans-serif !important; }
.tw-pdp-details__content .tw-spec-table th {
  padding: 11px 12px;
  border-bottom: 1px solid #cfd9e5;
  background: #f4f7fa;
  color: #16345c;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.35 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.tw-pdp-details__content .tw-spec-table td { padding: 11px 12px; vertical-align: top; font-size: 14px !important; line-height: 1.5 !important; overflow-wrap: anywhere; }
.tw-pdp-details__content .tw-spec-table sup { font-size: .72em !important; }
.tw-pdp-details__content .tw-spec-table tbody tr:nth-child(even) { background: #fafbfd; }
.tw-pdp-details__content .tw-spec-table td:first-child { width: 18%; color: #16345c; font-weight: 700; }
.tw-pdp-details__content .tw-spec-table td:nth-child(2) { width: 32%; }
.tw-pdp-details__content .tw-spec-table td:nth-child(3) { width: 24%; }
.tw-pdp-details__content .tw-spec-table td:nth-child(4),
.tw-pdp-details__content .tw-spec-table td:nth-child(5) { width: 13%; white-space: nowrap; }
.tw-pdp-details__warranty {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 32px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #edf0f4;
}
.tw-pdp-details__warranty strong { color: var(--pdp-navy); font-size: 16px; font-weight: 750; }
.tw-pdp-details__warranty-content { min-width: 0; color: #33475f; font-size: 13px; line-height: 1.7; }
.tw-pdp-details__warranty-content p { margin: 0; }

@media (max-width: 1199px) {
  .tw-pdp__main { grid-template-columns: minmax(340px, .72fr) minmax(0, 1fr); gap: 22px; }
  .tw-pdp-gallery__stage { min-height: 320px; }
  .tw-pdp-purchase__row { grid-template-columns: 130px 1fr 1fr; }
  .tw-pdp-purchase__row > .tw-pdp-button--wishlist,
  .tw-pdp-purchase__row > .tw-pdp-button--quotation { grid-column: 2 / 4; }
  .tw-pdp-assurance { grid-template-columns: repeat(3, 1fr); gap: 13px 0; }
  .tw-pdp-assurance > div:nth-child(3) { border-right: 0; }
}

@media (max-width: 991px) {
  .highlightSection > .container.pdp-container { width: 100%; padding-right: 18px; padding-left: 18px; }
  .tw-pdp__main { display: block; }
  .tw-pdp-gallery { max-width: 680px; margin: 0 auto 24px; }
  .tw-pdp-gallery__stage { min-height: 360px; }
  .tw-pdp-buybox { max-width: 760px; margin: 0 auto; }
  .tw-pdp-details { width: calc(100% - 36px); }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tw-pdp__main {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 18px;
  }

  .tw-pdp-gallery {
    max-width: none;
    margin: 0;
  }

  /* The gallery column is at its narrowest here, so the brand logo would eat
     the text column and force the partner name to ellipsis. */
  .tw-pdp-brand-trust { --trust-icon: 34px; --trust-gap: 9px; padding: 13px; }
  .tw-pdp-brand-trust__heading { grid-template-columns: var(--trust-icon) minmax(0, 1fr); }
  .tw-pdp-brand-trust__heading img { display: none; }

  .tw-pdp-gallery__stage {
    min-height: 300px;
    padding: 18px;
  }

  .tw-pdp-gallery__thumbs {
    gap: 8px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 10px 0 12px;
  }

  .tw-pdp-gallery__thumb {
    flex-basis: 76px;
    width: 76px;
    height: 62px;
  }

  .tw-pdp-buybox {
    max-width: none;
    margin: 0;
    padding-top: 0;
  }

  .tw-pdp-brand {
    min-height: 25px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .tw-pdp-brand img {
    max-width: 120px;
    height: 29px;
  }

  .tw-pdp-buybox h1 {
    margin-bottom: 7px;
    font-size: clamp(21px, 3vw, 27px);
  }

  .tw-pdp-summary {
    margin: 10px 0 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .tw-pdp-price {
    gap: 9px 14px;
    min-height: 58px;
    margin-top: 10px;
    padding: 10px 12px;
  }

  .tw-pdp-price strong { font-size: 24px; }
  .tw-pdp-price .tw-pdp-price__tax { width: 100%; margin-left: 0; }

  .tw-pdp-fulfilment {
    min-height: 46px;
  }

  .tw-pdp-fulfilment > span {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tw-pdp-purchase__row {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 9px;
  }

  .tw-pdp-button--secondary { grid-column: 1; }
  .tw-pdp-purchase__row > .tw-pdp-button--wishlist { grid-column: 2; }
  .tw-pdp-purchase__row > .tw-pdp-button--quotation { grid-column: 1 / 3; }
  .tw-pdp-button { min-height: 50px; padding: 9px 10px; font-size: 13px; }
  .tw-pdp-quantity { grid-template-columns: 34px 1fr 34px; grid-template-rows: 14px 36px; min-height: 50px; }

  .tw-pdp-assurance {
    margin-top: 13px;
    padding: 10px 6px;
  }
}

@media (max-width: 767px) {
  .highlightSection > .container.pdp-container { width: 100%; padding-right: 12px; padding-left: 12px; }
  .tw-pdp__breadcrumb { min-height: 42px; overflow-x: auto; font-size: 11px; }
  .tw-pdp-gallery { margin-bottom: 20px; }
  .tw-pdp-gallery__stage { min-height: 280px; padding: 16px; }
  .tw-pdp-gallery__thumb { flex-basis: 82px; width: 82px; height: 68px; }
  .tw-pdp-brand-trust { --trust-icon: 34px; --trust-gap: 9px; margin: 0 12px 14px; padding: 13px; }
  .tw-pdp-brand-trust__heading { grid-template-columns: var(--trust-icon) minmax(0, 1fr); }
  .tw-pdp-brand-trust__icon { font-size: 16px; }
  .tw-pdp-brand-trust__heading img { display: none; }
  .tw-pdp-brand-trust__points { grid-template-columns: 1fr; gap: 6px; margin-top: 10px; padding-top: 10px; }
  .tw-pdp-buybox { padding-top: 0; }
  .tw-pdp-buybox h1 { font-size: 23px; }
  .tw-pdp-summary { max-height: none; font-size: 13px; }
  .tw-pdp-price { gap: 10px 16px; padding: 13px; }
  .tw-pdp-price strong { font-size: 25px; }
  .tw-pdp-price .tw-pdp-price__tax { width: 100%; margin-left: 0; }
  .tw-pdp-fulfilment > span { width: 50%; padding: 5px 7px; border: 0; }
  .tw-pdp-fulfilment > span:nth-child(odd) { padding-left: 0; }
  .tw-pdp-purchase__row { grid-template-columns: 120px 1fr; gap: 10px; }
  .tw-pdp-button--secondary { grid-column: 1 / 2; }
  .tw-pdp-purchase__row > .tw-pdp-button--wishlist { grid-column: 2 / 3; }
  .tw-pdp-purchase__row > .tw-pdp-button--quotation { grid-column: 1 / 3; }
  .tw-pdp-button { min-height: 52px; padding: 10px; font-size: 13px; }
  .tw-pdp-quantity { grid-template-columns: 36px 1fr 36px; grid-template-rows: 14px 38px; min-height: 52px; }
  .tw-pdp-assurance { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 6px; }
  .tw-pdp-assurance > div {
    min-height: 64px;
    padding: 8px 9px;
    border-right: 1px solid var(--pdp-border);
    border-bottom: 1px solid var(--pdp-border);
  }
  .tw-pdp-assurance > div:nth-child(even) { border-right: 0; }
  .tw-pdp-assurance > div:nth-child(3) { border-right: 1px solid var(--pdp-border); }
  .tw-pdp-assurance > div:nth-child(4) { border-bottom: 0; }
  .tw-pdp-assurance > div:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    border-right: 0;
    border-bottom: 0;
  }
  .tw-pdp-details { width: calc(100% - 24px); margin-top: 20px; }
  .tw-pdp-lightbox { padding: 60px 12px; }
  .tw-pdp-lightbox__arrow { width: 40px; height: 40px; }
  .tw-pdp-lightbox__arrow--previous { left: 8px; }
  .tw-pdp-lightbox__arrow--next { right: 8px; }
  .tw-pdp-details__heading { min-height: 64px; padding: 12px 16px; }
  .tw-pdp-details__heading h2 { font-size: 17px; }
  .tw-pdp-details__sections { padding: 0 16px; }
  .tw-pdp-details__section { display: block; padding: 18px 0; }
  .tw-pdp-details__section h3 { margin-bottom: 12px; font-size: 15px; }
  .tw-pdp-details__content { overflow-x: auto; font-size: 12px; }
  .tw-pdp-details__warranty { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 420px) {
  .tw-pdp-purchase__row { grid-template-columns: 1fr 1fr; }
  .tw-pdp-quantity { grid-column: 1 / 3; }
  .tw-pdp-button--primary { grid-column: 1 / 3; }
  .tw-pdp-options { grid-template-columns: 1fr; }
}

.tw-related-products {
  clear: both;
  width: 100%;
  margin: 30px 0 8px;
  padding: 0 0 8px;
  color: #263a57;
  font-family: "Inter", "Lato", sans-serif;
}

.tw-related-products__header {
  display: flex;
  min-height: 42px;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce3eb;
}

.tw-related-products__header h2 {
  margin: 0;
  color: #263a57;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tw-related-products__header h2 span {
  color: #eb4800;
  font-weight: 800;
}

.tw-related-products__slider {
  margin: 0 -6px;
}

.tw-related-products__slider .slick-track {
  display: flex;
}

.tw-related-products__slider .slick-slide {
  box-sizing: border-box;
  height: auto;
  padding: 0 6px;
}

.tw-related-products__slider .slick-slide > div,
.tw-related-products__item,
.tw-related-products .product-grid.product-card-new {
  height: 100%;
}

.tw-related-products .product-grid.product-card-new {
  width: 100% !important;
  margin: 0 !important;
}

.tw-related-products .product-card-new-area {
  display: flex;
  min-height: 405px;
  height: 100%;
  flex-direction: column;
}

.tw-related-products .pd_card_img,
.tw-related-products .pd_card_img a {
  display: grid;
  width: 100%;
  height: 130px;
  place-items: center;
}

.tw-related-products .pd_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.tw-related-products .pd_card_data {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.tw-related-products .pd_card_price,
.tw-related-products .pd_price,
.tw-related-products .pd_price_item {
  min-width: 0;
}

.tw-related-products .pd_card_actions {
  margin-top: auto;
}

.tw-related-products .pd_card_btn,
.tw-related-products .out_btn {
  display: grid;
  width: 100%;
  gap: 8px;
}

.tw-related-products .slick-prev,
.tw-related-products .slick-next {
  z-index: 2;
  top: -46px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #dce3eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(8, 38, 75, .08);
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.tw-related-products .slick-prev:hover,
.tw-related-products .slick-next:hover {
  border-color: #eb4800;
  background: #eb4800;
}

.tw-related-products .slick-prev:hover::before,
.tw-related-products .slick-next:hover::before {
  color: #fff;
}

.tw-related-products .slick-prev.slick-disabled,
.tw-related-products .slick-next.slick-disabled {
  opacity: .4;
  cursor: default;
  box-shadow: none;
}

.tw-related-products .slick-prev.slick-disabled:hover,
.tw-related-products .slick-next.slick-disabled:hover {
  border-color: #dce3eb;
  background: #fff;
}

.tw-related-products .slick-prev.slick-disabled:hover::before,
.tw-related-products .slick-next.slick-disabled:hover::before {
  color: #263a57;
}

.tw-related-products .slick-prev { right: 42px; }
.tw-related-products .slick-next { right: 2px; }
.tw-related-products .slick-prev::before,
.tw-related-products .slick-next::before {
  color: #263a57;
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  transition: color .15s ease;
}

@media (max-width: 767px) {
  .tw-pdp-brand-trust.tw-pdp-brand-trust--buybox {
    margin: 14px 0 0;
    padding: 11px;
  }

  .tw-pdp-brand-trust--buybox .tw-pdp-brand-trust__heading p {
    display: none;
  }

  .tw-pdp-brand-trust--buybox .tw-pdp-brand-trust__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding-left: 0;
  }

  .tw-pdp-brand-trust--buybox .tw-pdp-brand-trust__points span {
    font-size: 9px;
  }

  .tw-related-products {
    margin-top: 24px;
  }

  .tw-related-products__header h2 {
    font-size: 17px;
  }

  .tw-related-products__slider {
    margin-right: -5px;
    margin-left: -5px;
  }

  .tw-related-products__slider .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tw-related-products .product-card-new-area {
    min-height: 405px;
  }
}

section.pdp_reviews.tw-review-section {
  width: calc(100% - 72px);
  max-width: 1480px;
  margin: 28px auto 0;
  padding: 0 !important;
  color: var(--pdp-text);
  font-family: "Inter", "Lato", sans-serif;
}

.tw-review-section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.tw-review-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding: 20px 22px;
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
}

.tw-review-section__header small {
  display: block;
  color: #687588;
  font-size: 11px;
}

.tw-review-section__header > div:first-child > small {
  margin-bottom: 4px;
  color: #f46700;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tw-review-section__header h2 {
  margin: 0;
  color: #08264b;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.tw-review-section__summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 10px;
  min-width: 150px;
  padding-left: 20px;
  border-left: 1px solid #dfe5ec;
}

.tw-review-section__summary strong {
  grid-row: 1 / 3;
  color: #08264b;
  font-size: 34px;
  line-height: 1;
}

.tw-review-section__summary span { color: #f46700; font-size: 15px; letter-spacing: 1px; }
.tw-review-section__summary small { margin-top: 2px; }

.tw-review-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tw-review-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dce3eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 38, 75, .045);
}

.tw-review-card__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.tw-review-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2fb;
  color: #0b477f;
  font-size: 13px;
  font-weight: 800;
}

.tw-review-card__person { min-width: 0; }
.tw-review-card__person strong { display: block; overflow: hidden; color: #102d4b; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tw-review-card__person span { display: inline-flex; align-items: center; gap: 4px; margin-top: 3px; color: #168a42; font-size: 10px; font-weight: 700; }
.tw-review-card__header time { color: #7a8696; font-size: 10px; white-space: nowrap; }
.tw-review-card__rating { display: flex; align-items: center; gap: 7px; margin-top: 15px; }
.tw-review-card__rating span { color: #f46700; font-size: 18px; letter-spacing: 1px; }
.tw-review-card__rating small { color: #687588; font-size: 10px; font-weight: 700; }
.tw-review-card h3 { margin: 9px 0 5px; color: #102d4b; font-size: 16px; font-weight: 800; line-height: 1.35; }
.tw-review-card > p { margin: 0; color: #506076; font-size: 12.5px; line-height: 1.65; white-space: pre-line; }

.tw-review-card__photos {
  display: grid;
  grid-template-columns: repeat(4, 72px);
  gap: 8px;
  margin-top: 15px;
}

.tw-review-card__photos a {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 7px;
  background: #f7f9fb;
}

.tw-review-card__photos img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.tw-review-card__photos a:hover img, .tw-review-card__photos a:focus img { transform: scale(1.05); }
.tw-review-pagination { display: flex; justify-content: center; margin-top: 18px; }
.tw-review-pagination .pagination { display: flex; box-shadow: none; }

@media (max-width: 767px) {
  section.pdp_reviews.tw-review-section { width: calc(100% - 24px); margin-top: 20px; }
  .tw-review-section__header { align-items: flex-start; padding: 16px; }
  .tw-review-section__header h2 { font-size: 20px; }
  .tw-review-section__summary { min-width: 126px; padding-left: 13px; }
  .tw-review-section__summary strong { font-size: 28px; }
  .tw-review-section__summary span { font-size: 12px; }
  .tw-review-cards { grid-template-columns: 1fr; }
  .tw-review-card { padding: 16px; }
}

@media (max-width: 430px) {
  .tw-review-section__header { display: block; }
  .tw-review-section__summary { margin-top: 13px; padding: 12px 0 0; border-top: 1px solid #dfe5ec; border-left: 0; }
  .tw-review-card__header { grid-template-columns: 38px minmax(0, 1fr); }
  .tw-review-card__avatar { width: 38px; height: 38px; }
  .tw-review-card__header time { grid-column: 2; }
  .tw-review-card__photos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tw-review-card__photos a { width: 100%; height: auto; aspect-ratio: 1; }
}
