:root {
  --wo-pp-navy: #040f3d;
  --wo-pp-navy-soft: #0b1d59;
  --wo-pp-gold: #dea14b;
  --wo-pp-gold-dark: #b97820;
  --wo-pp-blue: #4b65bf;
  --wo-pp-blue-dark: #3f58ad;
  --wo-pp-ink: #172033;
  --wo-pp-muted: #667085;
  --wo-pp-border: #e3e7ef;
  --wo-pp-soft: #f6f8fc;
  --wo-pp-success: #16794b;
  --wo-pp-success-soft: #effaf4;
  --wo-pp-danger: #b42318;
  --wo-pp-danger-soft: #fff4f2;
  --wo-pp-white: #fff;
  --wo-pp-container: 1210px;
  --wo-pp-radius-sm: 8px;
  --wo-pp-radius-md: 14px;
  --wo-pp-radius-lg: 22px;
  --wo-pp-shadow-sm: 0 8px 24px rgba(4, 15, 61, 0.07);
  --wo-pp-shadow-md: 0 18px 48px rgba(4, 15, 61, 0.12);
}

.wo-pp-page,
.wo-pp-page * {
  box-sizing: border-box;
}

.wo-pp-page {
  margin: 0;
  color: var(--wo-pp-ink);
  background: #fff;
  font-family: Inter, Montserrat, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wo-pp-page img {
  display: block;
  max-width: 100%;
}

.wo-pp-page a {
  color: inherit;
}

.wo-pp-page button,
.wo-pp-page input,
.wo-pp-page select {
  font: inherit;
}

.wo-pp-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wo-pp-container {
  width: min(calc(100% - 32px), var(--wo-pp-container));
  margin-inline: auto;
}

.wo-pp-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wo-pp-gold-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-pp-fallback-header {
  border-bottom: 1px solid var(--wo-pp-border);
  background: #fff;
}

.wo-pp-fallback-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.wo-pp-logo {
  color: var(--wo-pp-navy);
  font-size: 1.35rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-pp-logo strong {
  color: var(--wo-pp-gold);
}

.wo-pp-fallback-header nav {
  display: flex;
  gap: 24px;
}

.wo-pp-fallback-header nav a {
  font-weight: 700;
  text-decoration: none;
}

.wo-pp-top-ad,
.wo-pp-bottom-ad {
  padding-block: 18px;
}

.wo-pp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0 10px;
  color: var(--wo-pp-muted);
  font-size: 0.84rem;
}

.wo-pp-breadcrumb a {
  color: var(--wo-pp-navy);
  text-decoration: none;
}

.wo-pp-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wo-pp-hero {
  padding: 18px 0 48px;
}

.wo-pp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: 54px;
  align-items: start;
}

.wo-pp-gallery {
  min-width: 0;
}

.wo-pp-gallery__stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-lg);
  background: #fff;
  box-shadow: var(--wo-pp-shadow-sm);
  overflow: hidden;
}

.wo-pp-gallery__stage::after {
  content: "";
  position: absolute;
  inset: auto -12% -45% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 161, 75, 0.12), transparent 68%);
  pointer-events: none;
}

.wo-pp-gallery__stage > img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.wo-pp-badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--wo-pp-navy);
  background: #f7dcae;
  font-size: 0.76rem;
  font-weight: 900;
}

.wo-pp-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.wo-pp-gallery__thumb {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  padding: 5px;
  border: 1px solid var(--wo-pp-border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.wo-pp-gallery__thumb.is-active,
.wo-pp-gallery__thumb:hover {
  border-color: var(--wo-pp-blue);
  box-shadow: 0 0 0 2px rgba(75, 101, 191, 0.12);
}

.wo-pp-gallery__thumb img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.wo-pp-summary {
  padding-top: 4px;
}

.wo-pp-brand-link {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wo-pp-blue-dark);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-pp-summary h1 {
  margin: 0;
  color: var(--wo-pp-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.wo-pp-summary__intro {
  margin: 18px 0 0;
  color: var(--wo-pp-muted);
  font-size: 1.03rem;
}

.wo-pp-key-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.wo-pp-key-specs > div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-sm);
  background: var(--wo-pp-soft);
}

.wo-pp-key-specs dt {
  color: var(--wo-pp-muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.wo-pp-key-specs dd {
  margin: 3px 0 0;
  color: var(--wo-pp-navy);
  font-size: 0.98rem;
  font-weight: 900;
}

.wo-pp-buybox {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #d8deef;
  border-radius: var(--wo-pp-radius-md);
  background: #fff;
  box-shadow: var(--wo-pp-shadow-md);
}

.wo-pp-buybox--sponsored {
  border-color: #ead2ac;
  background: linear-gradient(180deg, #fffdf9, #fff);
}

.wo-pp-buybox__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.wo-pp-buybox__topline > span {
  color: var(--wo-pp-navy);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wo-pp-buybox__topline small {
  color: var(--wo-pp-muted);
  font-size: 0.72rem;
}

.wo-pp-buybox__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wo-pp-buybox__price-row > div {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  align-items: baseline;
}

.wo-pp-buybox__price-row del {
  grid-column: 1 / -1;
  color: var(--wo-pp-muted);
  font-size: 0.88rem;
}

.wo-pp-buybox__price-row strong {
  color: var(--wo-pp-navy);
  font-size: 2rem;
  line-height: 1;
}

.wo-pp-buybox__price-row > div > span {
  color: var(--wo-pp-muted);
  font-size: 0.88rem;
}

.wo-pp-delivery {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wo-pp-success);
  font-size: 0.82rem;
  font-weight: 800;
}

.wo-pp-delivery svg {
  width: 17px;
  height: 17px;
}

.wo-pp-price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 17px;
  padding: 13px 24px;
  border: 0;
  border-radius: 8px;
  color: #fff !important;
  background: var(--wo-pp-blue);
  font-size: 1.05rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.wo-pp-price-button:visited,
.wo-pp-price-button:hover,
.wo-pp-price-button:focus,
.wo-pp-price-button:active {
  color: #fff !important;
  text-decoration: none !important;
}

.wo-pp-price-button:hover {
  background: var(--wo-pp-blue-dark);
  transform: translateY(-1px);
}

.wo-pp-price-button:focus-visible {
  outline: 3px solid rgba(75, 101, 191, 0.28);
  outline-offset: 2px;
}

.wo-pp-price-button svg {
  width: 19px;
  height: 19px;
}

.wo-pp-price-button--compact {
  min-height: 48px;
  padding: 11px 16px;
  font-size: 0.94rem;
}

.wo-pp-buybox__compare {
  display: block;
  margin-top: 11px;
  color: var(--wo-pp-blue-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.wo-pp-buybox__compare:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wo-pp-buybox__shipping {
  margin: 12px 0 0;
  color: var(--wo-pp-muted);
  font-size: 0.78rem;
  text-align: center;
}

.wo-pp-buybox--unavailable {
  box-shadow: none;
  background: var(--wo-pp-soft);
}

.wo-pp-buybox__status {
  color: var(--wo-pp-navy);
  font-weight: 900;
}

.wo-pp-trust-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.wo-pp-trust-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--wo-pp-muted);
  font-size: 0.83rem;
}

.wo-pp-trust-list svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--wo-pp-gold-dark);
}

.wo-pp-anchor-bar {
  position: sticky;
  z-index: 20;
  top: 0;
  border-block: 1px solid var(--wo-pp-border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.wo-pp-anchor-bar__inner {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wo-pp-anchor-bar__inner::-webkit-scrollbar {
  display: none;
}

.wo-pp-anchor-bar a {
  flex: 0 0 auto;
  padding: 15px 0 13px;
  color: var(--wo-pp-navy);
  border-bottom: 2px solid transparent;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-pp-anchor-bar a:hover {
  color: var(--wo-pp-blue);
  border-color: var(--wo-pp-blue);
}

.wo-pp-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  padding-top: 54px;
  padding-bottom: 70px;
}

.wo-pp-content-main {
  min-width: 0;
}

.wo-pp-section {
  scroll-margin-top: 88px;
}

.wo-pp-section + .wo-pp-section {
  margin-top: 66px;
  padding-top: 62px;
  border-top: 1px solid var(--wo-pp-border);
}

.wo-pp-section-heading {
  margin-bottom: 24px;
}

.wo-pp-section-heading--split {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.wo-pp-section-heading h2 {
  margin: 0;
  color: var(--wo-pp-navy);
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.wo-pp-section-heading p {
  margin: 9px 0 0;
  color: var(--wo-pp-muted);
}

.wo-pp-updated {
  flex: 0 0 auto;
  color: var(--wo-pp-muted);
  font-size: 0.76rem;
}

.wo-pp-rich-text {
  color: #303a4e;
  font-size: 1rem;
}

.wo-pp-rich-text > :first-child {
  margin-top: 0;
}

.wo-pp-rich-text h2,
.wo-pp-rich-text h3,
.wo-pp-rich-text h4 {
  color: var(--wo-pp-navy);
  line-height: 1.25;
}

.wo-pp-rich-text h2 {
  margin: 34px 0 12px;
  font-size: 1.6rem;
}

.wo-pp-rich-text h3 {
  margin: 26px 0 10px;
  font-size: 1.25rem;
}

.wo-pp-rich-text a {
  color: var(--wo-pp-blue-dark);
  font-weight: 700;
}

.wo-pp-rich-text li + li {
  margin-top: 5px;
}

.wo-pp-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.wo-pp-pros-cons__card {
  padding: 23px;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-md);
}

.wo-pp-pros-cons__card--pros {
  background: var(--wo-pp-success-soft);
  border-color: #caebd9;
}

.wo-pp-pros-cons__card--cons {
  background: var(--wo-pp-danger-soft);
  border-color: #f1d1cc;
}

.wo-pp-pros-cons__card h3 {
  margin: 0 0 14px;
  color: var(--wo-pp-navy);
  font-size: 1.08rem;
}

.wo-pp-pros-cons__card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo-pp-pros-cons__card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 0.9rem;
}

.wo-pp-pros-cons__card svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.wo-pp-pros-cons__card--pros svg {
  color: var(--wo-pp-success);
}

.wo-pp-pros-cons__card--cons svg {
  color: var(--wo-pp-danger);
}

.wo-pp-offer-list {
  display: grid;
  gap: 12px;
}

.wo-pp-offer {
  display: grid;
  grid-template-columns: minmax(150px, 1.05fr) minmax(160px, 1fr) 120px minmax(155px, auto);
  gap: 18px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid var(--wo-pp-border);
  border-radius: 12px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wo-pp-offer:hover {
  border-color: #cdd5e5;
  box-shadow: var(--wo-pp-shadow-sm);
  transform: translateY(-1px);
}

.wo-pp-offer--featured {
  margin-bottom: 14px;
  border-color: #e8cea5;
  background: #fffdf8;
}

.wo-pp-offer__shop {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wo-pp-offer__shop strong {
  color: var(--wo-pp-navy);
  font-size: 1rem;
}

.wo-pp-offer__shop > span:not(.wo-pp-sponsored-label):not(.wo-pp-best-price-label) {
  max-width: 100%;
  margin-top: 2px;
  overflow: hidden;
  color: var(--wo-pp-muted);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wo-pp-sponsored-label,
.wo-pp-best-price-label {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wo-pp-sponsored-label {
  color: #7a511b;
  background: #f9e5c4;
}

.wo-pp-best-price-label {
  color: var(--wo-pp-success);
  background: var(--wo-pp-success-soft);
}

.wo-pp-offer__details {
  display: grid;
  gap: 5px;
  color: var(--wo-pp-muted);
  font-size: 0.78rem;
}

.wo-pp-offer__details span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wo-pp-offer__details svg {
  width: 16px;
  height: 16px;
}

.wo-pp-offer__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wo-pp-offer__price del {
  color: var(--wo-pp-muted);
  font-size: 0.75rem;
}

.wo-pp-offer__price strong {
  color: var(--wo-pp-navy);
  font-size: 1.28rem;
}

.wo-pp-offer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--wo-pp-blue);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.wo-pp-offer__button:visited,
.wo-pp-offer__button:hover,
.wo-pp-offer__button:focus,
.wo-pp-offer__button:active {
  color: #fff !important;
}

.wo-pp-offer__button:hover {
  background: var(--wo-pp-blue-dark);
}

.wo-pp-offer__button svg {
  width: 16px;
  height: 16px;
}

.wo-pp-empty-offers {
  padding: 28px;
  border: 1px dashed #cbd3e2;
  border-radius: var(--wo-pp-radius-md);
  background: var(--wo-pp-soft);
  text-align: center;
}

.wo-pp-empty-offers h3 {
  margin: 0;
  color: var(--wo-pp-navy);
}

.wo-pp-empty-offers p {
  margin: 7px 0 0;
  color: var(--wo-pp-muted);
}

.wo-pp-disclosure {
  margin: 15px 0 0;
  color: var(--wo-pp-muted);
  font-size: 0.75rem;
}

.wo-pp-spec-table {
  margin: 0;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-md);
  overflow: hidden;
}

.wo-pp-spec-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: 22px;
  padding: 14px 18px;
}

.wo-pp-spec-table > div:nth-child(odd) {
  background: var(--wo-pp-soft);
}

.wo-pp-spec-table dt {
  color: var(--wo-pp-muted);
  font-size: 0.87rem;
  font-weight: 700;
}

.wo-pp-spec-table dd {
  margin: 0;
  color: var(--wo-pp-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.wo-pp-faq {
  border-top: 1px solid var(--wo-pp-border);
}

.wo-pp-faq details {
  border-bottom: 1px solid var(--wo-pp-border);
}

.wo-pp-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  color: var(--wo-pp-navy);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.wo-pp-faq summary::-webkit-details-marker {
  display: none;
}

.wo-pp-faq summary span {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  transition: transform 160ms ease;
}

.wo-pp-faq details[open] summary span {
  transform: rotate(180deg);
}

.wo-pp-faq summary svg {
  width: 20px;
  height: 20px;
}

.wo-pp-faq details > div {
  padding: 0 36px 18px 0;
  color: var(--wo-pp-muted);
}

.wo-pp-faq details p {
  margin: 0;
}

.wo-pp-sidebar {
  min-width: 0;
}

.wo-pp-sidebar-card {
  position: sticky;
  top: 82px;
  padding: 22px;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-md);
  background: #fff;
  box-shadow: var(--wo-pp-shadow-sm);
  text-align: center;
}

.wo-pp-sidebar-card img {
  width: 150px;
  height: 130px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.wo-pp-sidebar-card h2 {
  margin: 0;
  color: var(--wo-pp-navy);
  font-size: 1rem;
  line-height: 1.3;
}

.wo-pp-sidebar-card__price {
  display: block;
  margin-top: 12px;
  color: var(--wo-pp-navy);
  font-size: 1.55rem;
}

.wo-pp-sidebar-card > span:not(.wo-pp-eyebrow) {
  color: var(--wo-pp-muted);
  font-size: 0.78rem;
}

.wo-pp-sidebar-card__compare {
  display: block;
  margin-top: 10px;
  color: var(--wo-pp-blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-pp-sidebar-ad {
  margin-top: 22px;
}

.wo-pp-related {
  padding: 66px 0 74px;
  background: var(--wo-pp-soft);
}

.wo-pp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wo-pp-related-card {
  min-width: 0;
  border: 1px solid var(--wo-pp-border);
  border-radius: var(--wo-pp-radius-md);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(4, 15, 61, 0.05);
}

.wo-pp-related-card__image {
  height: 225px;
  display: grid;
  place-items: center;
  padding: 20px;
  text-decoration: none;
}

.wo-pp-related-card__image img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.wo-pp-related-card__body {
  padding: 0 18px 18px;
}

.wo-pp-related-card__body > span {
  color: var(--wo-pp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wo-pp-related-card h3 {
  margin: 5px 0 8px;
  color: var(--wo-pp-navy);
  font-size: 1rem;
  line-height: 1.3;
}

.wo-pp-related-card h3 a {
  text-decoration: none;
}

.wo-pp-related-card p {
  min-height: 42px;
  margin: 0;
  color: var(--wo-pp-muted);
  font-size: 0.8rem;
}

.wo-pp-related-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid var(--wo-pp-border);
}

.wo-pp-related-card__footer strong {
  color: var(--wo-pp-navy);
  font-size: 1rem;
}

.wo-pp-related-card__footer a,
.wo-pp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--wo-pp-blue-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.wo-pp-related-card__footer svg,
.wo-pp-text-link svg {
  width: 15px;
  height: 15px;
}

.wo-pp-mobile-buybar {
  display: none;
}

.wo-pp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.wo-pp-button--primary {
  color: #fff;
  background: var(--wo-pp-blue);
}

.wo-pp-button--secondary {
  color: var(--wo-pp-navy);
  border: 1px solid var(--wo-pp-border);
  background: #fff;
}

.wo-pp-not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 70px 0;
  text-align: center;
}

.wo-pp-not-found h1 {
  margin: 0;
  color: var(--wo-pp-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.wo-pp-not-found p {
  max-width: 620px;
  margin: 15px auto 24px;
  color: var(--wo-pp-muted);
}

.wo-pp-not-found__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .wo-pp-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(370px, 1.05fr);
    gap: 32px;
  }

  .wo-pp-gallery__stage {
    min-height: 460px;
  }

  .wo-pp-gallery__stage > img {
    height: 390px;
  }

  .wo-pp-content-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }

  .wo-pp-offer {
    grid-template-columns: minmax(130px, 1fr) minmax(140px, 1fr) 105px 145px;
    gap: 12px;
  }

  .wo-pp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wo-pp-hero {
    padding-bottom: 36px;
  }

  .wo-pp-hero__grid {
    grid-template-columns: 1fr;
  }

  .wo-pp-gallery {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }

  .wo-pp-summary {
    padding-top: 0;
  }

  .wo-pp-content-layout {
    grid-template-columns: 1fr;
  }

  .wo-pp-sidebar {
    display: none;
  }

  .wo-pp-offer {
    grid-template-columns: minmax(130px, 1fr) minmax(130px, 1fr) 105px 145px;
  }
}

@media (max-width: 680px) {
  .wo-pp-container {
    width: min(calc(100% - 24px), var(--wo-pp-container));
  }

  .wo-pp-fallback-header__inner {
    min-height: 66px;
  }

  .wo-pp-fallback-header nav {
    display: none;
  }

  .wo-pp-breadcrumb {
    padding-top: 15px;
    font-size: 0.76rem;
  }

  .wo-pp-hero {
    padding-top: 8px;
  }

  .wo-pp-gallery__stage {
    min-height: 350px;
    padding: 22px;
    border-radius: 16px;
  }

  .wo-pp-gallery__stage > img {
    height: 305px;
  }

  .wo-pp-badge {
    top: 13px;
    left: 13px;
  }

  .wo-pp-gallery__thumb {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .wo-pp-gallery__thumb img {
    width: 60px;
    height: 60px;
  }

  .wo-pp-summary h1 {
    font-size: 2.05rem;
  }

  .wo-pp-key-specs {
    grid-template-columns: 1fr 1fr;
  }

  .wo-pp-buybox {
    padding: 17px;
  }

  .wo-pp-buybox__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .wo-pp-buybox__price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wo-pp-buybox__price-row strong {
    font-size: 1.75rem;
  }

  .wo-pp-anchor-bar__inner {
    gap: 21px;
  }

  .wo-pp-content-layout {
    padding-top: 40px;
    padding-bottom: 58px;
  }

  .wo-pp-section + .wo-pp-section {
    margin-top: 48px;
    padding-top: 46px;
  }

  .wo-pp-section-heading--split {
    display: block;
  }

  .wo-pp-updated {
    display: block;
    margin-top: 10px;
  }

  .wo-pp-pros-cons {
    grid-template-columns: 1fr;
  }

  .wo-pp-offer {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .wo-pp-offer__shop {
    grid-column: 1;
  }

  .wo-pp-offer__details {
    grid-column: 1;
  }

  .wo-pp-offer__price {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .wo-pp-offer__button {
    grid-column: 1 / -1;
  }

  .wo-pp-spec-table > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 13px 15px;
  }

  .wo-pp-related {
    padding: 50px 0 90px;
  }

  .wo-pp-related-grid {
    grid-template-columns: 1fr;
  }

  .wo-pp-related-card {
    display: grid;
    grid-template-columns: 135px 1fr;
  }

  .wo-pp-related-card__image {
    height: 100%;
    min-height: 190px;
    padding: 14px;
  }

  .wo-pp-related-card__image img {
    height: 155px;
  }

  .wo-pp-related-card__body {
    padding: 18px 15px 15px 0;
  }

  .wo-pp-related-card p {
    min-height: 0;
  }

  .wo-pp-related-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .wo-pp-mobile-buybar {
    position: fixed;
    z-index: 80;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    color: #fff;
    background: var(--wo-pp-navy);
    box-shadow: 0 18px 50px rgba(4, 15, 61, 0.35);
  }

  .wo-pp-mobile-buybar.is-hidden {
    display: none;
  }

  .wo-pp-mobile-buybar > button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .wo-pp-mobile-buybar > button svg {
    width: 17px;
    height: 17px;
  }

  .wo-pp-mobile-buybar > div {
    min-width: 0;
  }

  .wo-pp-mobile-buybar > div span {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wo-pp-mobile-buybar > div strong {
    display: block;
    font-size: 0.98rem;
  }

  .wo-pp-mobile-buybar > a {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--wo-pp-navy);
    background: var(--wo-pp-gold);
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
  }

  .wo-pp-mobile-buybar > a svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 420px) {
  .wo-pp-key-specs {
    grid-template-columns: 1fr;
  }

  .wo-pp-related-card {
    grid-template-columns: 115px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wo-pp-page *,
  .wo-pp-page *::before,
  .wo-pp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
