:root {
  --wo-offers-navy: #040f3d;
  --wo-offers-navy-soft: #0b1d59;
  --wo-offers-gold: #dea14b;
  --wo-offers-gold-dark: #b97820;
  --wo-offers-blue: #4b65bf;
  --wo-offers-blue-dark: #3e55a8;
  --wo-offers-blue-soft: #edf1ff;
  --wo-offers-ink: #172033;
  --wo-offers-muted: #667085;
  --wo-offers-border: #e3e8f0;
  --wo-offers-soft: #f7f8fb;
  --wo-offers-white: #fff;
  --wo-offers-success: #147a4b;
  --wo-offers-success-soft: #eaf8f1;
  --wo-offers-danger: #bd2c20;
  --wo-offers-danger-soft: #fff0ee;
  --wo-offers-shadow-sm: 0 8px 24px rgba(4, 15, 61, 0.07);
  --wo-offers-shadow-md: 0 18px 48px rgba(4, 15, 61, 0.12);
  --wo-offers-radius-sm: 10px;
  --wo-offers-radius-md: 16px;
  --wo-offers-radius-lg: 24px;
  --wo-offers-container: 1210px;
}

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

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

.wo-offers-page img {
  max-width: 100%;
}

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

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

.wo-offers-page svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.wo-offers-main {
  overflow: clip;
}

.wo-offers-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wo-offers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--wo-offers-gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-offers-eyebrow svg {
  width: 17px;
  height: 17px;
}

/* Fallback header */
.wo-offers-fallback-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--wo-offers-border);
}

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

.wo-offers-logo {
  text-decoration: none;
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.wo-offers-logo span {
  color: var(--wo-offers-navy);
}

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

.wo-offers-fallback-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wo-offers-fallback-header nav a {
  color: var(--wo-offers-navy);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.wo-offers-fallback-header nav a[aria-current="page"] {
  color: var(--wo-offers-blue);
}

/* Hero */
.wo-offers-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(222, 161, 75, 0.23), transparent 29%),
    radial-gradient(circle at 5% 90%, rgba(75, 101, 191, 0.27), transparent 33%),
    linear-gradient(135deg, var(--wo-offers-navy), var(--wo-offers-navy-soft));
  padding: 28px 0 68px;
}

.wo-offers-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42px;
  background: linear-gradient(to bottom right, transparent 49%, #fff 50%);
  pointer-events: none;
}

.wo-offers-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.wo-offers-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.wo-offers-breadcrumb a:hover {
  color: #fff;
}

.wo-offers-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.wo-offers-hero .wo-offers-eyebrow {
  color: #f3c67e;
}

.wo-offers-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.wo-offers-hero__content > p {
  max-width: 690px;
  margin: 22px 0 27px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.72;
}

.wo-offers-hero-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(100%, 690px);
  min-height: 58px;
  padding: 5px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.19);
}

.wo-offers-hero-search__icon {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 50%;
  display: flex;
  color: #7a8496;
  transform: translateY(-50%);
  pointer-events: none;
}

.wo-offers-hero-search__icon svg {
  width: 21px;
  height: 21px;
}

.wo-offers-hero-search input {
  min-width: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px 0 47px;
  border: 0;
  outline: 0;
  color: var(--wo-offers-ink);
  background: transparent;
  font-size: 1rem;
}

.wo-offers-hero-search button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--wo-offers-blue);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wo-offers-hero-search button:hover,
.wo-offers-hero-search button:focus-visible {
  background: var(--wo-offers-blue-dark);
}

.wo-offers-hero-search button:active {
  transform: translateY(1px);
}

.wo-offers-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.87rem;
  font-weight: 650;
}

.wo-offers-hero__trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.wo-offers-hero__trust svg {
  width: 17px;
  height: 17px;
  color: #f1bd69;
  stroke-width: 2.3;
}

.wo-offers-hero__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(9px);
}

.wo-offers-stat {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
}

.wo-offers-stat:first-child {
  grid-row: span 2;
  min-height: 296px;
  background: linear-gradient(150deg, rgba(222, 161, 75, 0.25), rgba(255, 255, 255, 0.07));
}

.wo-offers-stat__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #ffe3b4;
  background: rgba(222, 161, 75, 0.2);
}

.wo-offers-stat__icon svg {
  width: 20px;
  height: 20px;
}

.wo-offers-stat strong {
  color: #fff;
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.wo-offers-stat span:last-child {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

.wo-offers-hero__updated {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 3px 2px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
}

/* Ads */
.wo-offers-ad-wrap {
  position: relative;
  z-index: 3;
}

.wo-offers-ad-wrap--top {
  margin-top: 30px;
}

.wo-offers-ad-wrap--bottom {
  margin-top: 42px;
  margin-bottom: 62px;
}

.wo-home-ad.wo-offers-ad {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wo-offers-border);
  border-radius: var(--wo-offers-radius-md);
  background: #fff;
  box-shadow: var(--wo-offers-shadow-sm);
}

.wo-home-ad.wo-offers-ad .wo-home-ad__label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 4px 7px;
  border-radius: 5px;
  color: #5f6674;
  background: rgba(255, 255, 255, 0.93);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__link {
  display: flex;
  min-height: 126px;
  color: inherit;
  text-decoration: none;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__picture {
  display: block;
  flex: 1;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__picture img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 126px;
  object-fit: cover;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  flex: 0 0 min(37%, 420px);
  padding: 28px 30px;
  background: #fff;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__title {
  color: var(--wo-offers-navy);
  font-size: 1.15rem;
  line-height: 1.25;
}

.wo-home-ad.wo-offers-ad .wo-home-ad__text {
  color: var(--wo-offers-muted);
  font-size: 0.87rem;
}

.wo-home-ad.wo-offers-ad .wo-home-button {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 13px;
  border-radius: 7px;
  color: #fff;
  background: var(--wo-offers-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.wo-offers-sidebar-ad .wo-home-ad__link,
.wo-home-ad.wo-offers-ad--sidebar .wo-home-ad__link {
  display: block;
  min-height: 0;
}

.wo-home-ad.wo-offers-ad--sidebar .wo-home-ad__picture img {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.wo-home-ad.wo-offers-ad--sidebar .wo-home-ad__content {
  padding: 22px;
}

.wo-offers-grid-ad {
  grid-column: 1 / -1;
}

/* Results */
.wo-offers-results {
  padding: 68px 0 78px;
}

.wo-offers-results__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 25px;
}

.wo-offers-results__heading h2,
.wo-offers-info h2,
.wo-offers-faq h2 {
  margin: 0;
  color: var(--wo-offers-navy);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.wo-offers-results__heading p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--wo-offers-muted);
}

.wo-offers-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--wo-offers-border);
  border-radius: 9px;
  color: var(--wo-offers-navy);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.wo-offers-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.wo-offers-active-filters a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #344054;
  background: #f2f4f7;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.wo-offers-active-filters a:hover {
  background: #e7eaf0;
}

.wo-offers-active-filters svg {
  width: 14px;
  height: 14px;
}

.wo-offers-active-filters__clear {
  color: var(--wo-offers-blue) !important;
  background: transparent !important;
}

.wo-offers-layout {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

/* Filters */
.wo-offers-sidebar {
  position: sticky;
  top: 18px;
}

.wo-offers-filters {
  overflow: hidden;
  border: 1px solid var(--wo-offers-border);
  border-radius: var(--wo-offers-radius-md);
  background: #fff;
  box-shadow: var(--wo-offers-shadow-sm);
}

.wo-offers-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 17px;
  border-bottom: 1px solid var(--wo-offers-border);
  background: linear-gradient(180deg, #fff, #fafbfc);
}

.wo-offers-filters__header span {
  display: block;
  color: var(--wo-offers-muted);
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wo-offers-filters__header h2 {
  margin: 1px 0 0;
  color: var(--wo-offers-navy);
  font-size: 1.18rem;
}

.wo-offers-filters__header button {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--wo-offers-navy);
  background: #f3f5f8;
  cursor: pointer;
}

.wo-offers-filter-group {
  margin: 0;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--wo-offers-border);
}

.wo-offers-filter-group > label,
.wo-offers-filter-group legend {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  color: var(--wo-offers-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.wo-offers-filter-group select,
.wo-offers-filter-search input {
  width: 100%;
  height: 43px;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  outline: none;
  color: #344054;
  background: #fff;
  font-size: 0.84rem;
}

.wo-offers-filter-group select {
  padding: 0 34px 0 11px;
}

.wo-offers-filter-group select:focus,
.wo-offers-filter-search input:focus {
  border-color: var(--wo-offers-blue);
  box-shadow: 0 0 0 3px rgba(75, 101, 191, 0.13);
}

.wo-offers-filter-search {
  position: relative;
}

.wo-offers-filter-search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 17px;
  height: 17px;
  color: #8790a0;
  transform: translateY(-50%);
  pointer-events: none;
}

.wo-offers-filter-search input {
  padding: 0 10px 0 38px;
}

.wo-offers-filter-group--radio label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 9px 0 0;
  color: #475467;
  font-size: 0.84rem;
  cursor: pointer;
}

.wo-offers-filter-group--radio input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--wo-offers-blue);
}

.wo-offers-filters__actions {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
}

.wo-offers-filters__actions button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--wo-offers-blue);
  font-weight: 800;
  cursor: pointer;
}

.wo-offers-filters__actions button:hover,
.wo-offers-filters__actions button:focus-visible {
  background: var(--wo-offers-blue-dark);
}

.wo-offers-filters__actions a {
  color: var(--wo-offers-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.wo-offers-sidebar-ad {
  margin-top: 20px;
}

.wo-offers-method-card {
  margin-top: 20px;
  padding: 21px;
  border: 1px solid #dde5ff;
  border-radius: var(--wo-offers-radius-md);
  background: var(--wo-offers-blue-soft);
}

.wo-offers-method-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--wo-offers-blue);
  background: #fff;
}

.wo-offers-method-card__icon svg {
  width: 22px;
  height: 22px;
}

.wo-offers-method-card h3 {
  margin: 15px 0 6px;
  color: var(--wo-offers-navy);
  font-size: 1rem;
}

.wo-offers-method-card p {
  margin: 0;
  color: #59647a;
  font-size: 0.79rem;
  line-height: 1.62;
}

.wo-offers-method-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  color: var(--wo-offers-blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-offers-method-card a svg {
  width: 15px;
  height: 15px;
}

/* Toolbar */
.wo-offers-toolbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 12px 15px 12px 18px;
  border: 1px solid var(--wo-offers-border);
  border-radius: 12px;
  background: #fff;
}

.wo-offers-toolbar > div strong {
  display: block;
  color: var(--wo-offers-navy);
  font-size: 0.94rem;
}

.wo-offers-toolbar > div span {
  display: block;
  margin-top: 2px;
  color: var(--wo-offers-muted);
  font-size: 0.75rem;
}

.wo-offers-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wo-offers-sort label {
  color: var(--wo-offers-muted);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.wo-offers-sort select {
  height: 41px;
  padding: 0 35px 0 11px;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  color: #344054;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

/* Deal cards */
.wo-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wo-offers-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--wo-offers-border);
  border-radius: var(--wo-offers-radius-md);
  background: #fff;
  box-shadow: 0 5px 18px rgba(4, 15, 61, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wo-offers-card:hover {
  border-color: #ccd5e4;
  box-shadow: var(--wo-offers-shadow-md);
  transform: translateY(-3px);
}

.wo-offers-card--sponsored {
  border-color: #d8c091;
  box-shadow: 0 8px 26px rgba(222, 161, 75, 0.11);
}

.wo-offers-card__topline {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px 0;
}

.wo-offers-card__discount,
.wo-offers-card__sponsored {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 850;
}

.wo-offers-card__discount {
  color: #fff;
  background: var(--wo-offers-danger);
}

.wo-offers-card__sponsored {
  color: #765119;
  background: #fff3dd;
}

.wo-offers-card__shops {
  color: var(--wo-offers-muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.wo-offers-card__image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

.wo-offers-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.wo-offers-card:hover .wo-offers-card__image img {
  transform: scale(1.025);
}

.wo-offers-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 17px 18px;
}

.wo-offers-card__brand {
  margin-top: 4px;
  color: var(--wo-offers-blue);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wo-offers-card h3 {
  min-height: 50px;
  margin: 5px 0 7px;
  color: var(--wo-offers-navy);
  font-size: 1.02rem;
  line-height: 1.37;
}

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

.wo-offers-card h3 a:hover {
  color: var(--wo-offers-blue);
}

.wo-offers-card__description {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 0 13px;
  overflow: hidden;
  color: var(--wo-offers-muted);
  font-size: 0.76rem;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wo-offers-card__saving {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  margin: 0 0 13px;
  padding: 10px 11px;
  border: 1px solid #dcefe5;
  border-radius: 10px;
  background: var(--wo-offers-success-soft);
}

.wo-offers-card__saving > span {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--wo-offers-success);
  background: #fff;
}

.wo-offers-card__saving > span svg {
  width: 17px;
  height: 17px;
}

.wo-offers-card__saving small {
  display: block;
  color: #4a6a5a;
  font-size: 0.66rem;
  font-weight: 700;
}

.wo-offers-card__saving strong {
  display: block;
  color: var(--wo-offers-success);
  font-size: 0.88rem;
}

.wo-offers-card__saving b {
  color: var(--wo-offers-success);
  font-size: 0.9rem;
}

.wo-offers-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.wo-offers-card__old-price {
  display: block;
  color: #8c94a3;
  font-size: 0.76rem;
  text-decoration: line-through;
}

.wo-offers-card__price {
  display: block;
  color: var(--wo-offers-navy);
  font-size: 1.62rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.wo-offers-card__store {
  max-width: 105px;
  padding-bottom: 3px;
  overflow: hidden;
  color: #70798a;
  font-size: 0.7rem;
  font-weight: 650;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wo-offers-card__delivery {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 11px;
  margin: 11px 0 0;
  padding: 0;
  color: #5f6878;
  list-style: none;
  font-size: 0.69rem;
  font-weight: 650;
}

.wo-offers-card__delivery li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wo-offers-card__delivery svg {
  width: 14px;
  height: 14px;
  color: var(--wo-offers-success);
}

.wo-offers-card__actions {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}

.wo-offers-card__cta {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 14px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--wo-offers-blue);
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

.wo-offers-card__cta:link,
.wo-offers-card__cta:visited,
.wo-offers-card__cta:hover,
.wo-offers-card__cta:focus,
.wo-offers-card__cta:active {
  color: #fff !important;
}

.wo-offers-card__cta:hover,
.wo-offers-card__cta:focus-visible {
  background: var(--wo-offers-blue-dark);
}

.wo-offers-card__cta:active {
  transform: translateY(1px);
}

.wo-offers-card__cta svg {
  width: 17px;
  height: 17px;
}

.wo-offers-card__compare {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--wo-offers-blue);
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.wo-offers-card__compare:hover {
  text-decoration: underline;
}

.wo-offers-card__compare svg {
  width: 15px;
  height: 15px;
}

/* Empty state */
.wo-offers-empty {
  padding: 65px 28px;
  border: 1px solid var(--wo-offers-border);
  border-radius: var(--wo-offers-radius-md);
  background: linear-gradient(180deg, #fff, #fafbfc);
  text-align: center;
}

.wo-offers-empty__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--wo-offers-blue);
  background: var(--wo-offers-blue-soft);
}

.wo-offers-empty__icon svg {
  width: 31px;
  height: 31px;
}

.wo-offers-empty h2 {
  margin: 18px 0 8px;
  color: var(--wo-offers-navy);
  font-size: 1.65rem;
}

.wo-offers-empty p {
  max-width: 610px;
  margin: 0 auto;
  color: var(--wo-offers-muted);
}

.wo-offers-empty__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}

.wo-offers-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

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

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

/* Pagination */
.wo-offers-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 31px;
}

.wo-offers-pagination > a,
.wo-offers-pagination__pages a,
.wo-offers-pagination__pages span {
  min-width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wo-offers-border);
  border-radius: 8px;
  color: #475467;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.wo-offers-pagination__pages {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wo-offers-pagination__pages span:not(.is-current) {
  min-width: auto;
  border-color: transparent;
  background: transparent;
}

.wo-offers-pagination__pages .is-current {
  color: #fff;
  border-color: var(--wo-offers-blue);
  background: var(--wo-offers-blue);
}

.wo-offers-pagination__previous {
  justify-self: start;
  padding-inline: 13px;
}

.wo-offers-pagination__next {
  justify-self: end;
  padding-inline: 13px;
}

.wo-offers-pagination a:hover {
  color: var(--wo-offers-blue);
  border-color: #b8c3e8;
}

.wo-offers-disclosure {
  margin: 26px 0 0;
  color: #7a8494;
  font-size: 0.72rem;
  line-height: 1.6;
}

/* Editorial info */
.wo-offers-info {
  padding: 78px 0;
  background: var(--wo-offers-soft);
}

.wo-offers-info__heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.wo-offers-info__heading > p {
  margin: 12px 0 0;
  color: var(--wo-offers-muted);
}

.wo-offers-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wo-offers-info__grid article {
  padding: 28px;
  border: 1px solid var(--wo-offers-border);
  border-radius: var(--wo-offers-radius-md);
  background: #fff;
  box-shadow: var(--wo-offers-shadow-sm);
}

.wo-offers-info__grid article > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--wo-offers-blue);
  background: var(--wo-offers-blue-soft);
}

.wo-offers-info__grid article > span svg {
  width: 24px;
  height: 24px;
}

.wo-offers-info__grid h3 {
  margin: 18px 0 8px;
  color: var(--wo-offers-navy);
  font-size: 1.07rem;
}

.wo-offers-info__grid p {
  margin: 0;
  color: var(--wo-offers-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

/* FAQ */
.wo-offers-faq {
  padding: 80px 0;
}

.wo-offers-faq__layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 70px;
}

.wo-offers-faq__intro {
  position: sticky;
  top: 25px;
}

.wo-offers-faq__intro p {
  margin: 12px 0 0;
  color: var(--wo-offers-muted);
}

.wo-offers-faq__items {
  border-top: 1px solid var(--wo-offers-border);
}

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

.wo-offers-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  color: var(--wo-offers-navy);
  font-size: 0.98rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.wo-offers-faq summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wo-offers-blue);
  background: var(--wo-offers-blue-soft);
  font-size: 1.15rem;
  transition: transform 0.2s ease;
}

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

.wo-offers-faq details p {
  max-width: 760px;
  margin: -6px 0 22px;
  color: var(--wo-offers-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

/* Fallback footer */
.wo-offers-fallback-footer {
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.74);
  background: var(--wo-offers-navy);
}

.wo-offers-fallback-footer strong {
  color: #fff;
  font-size: 1.15rem;
}

.wo-offers-fallback-footer p {
  margin: 7px 0 17px;
}

.wo-offers-fallback-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.wo-offers-fallback-footer a {
  color: inherit;
  font-size: 0.83rem;
  text-decoration: none;
}

.wo-offers-filter-backdrop {
  position: fixed;
  z-index: 1998;
  inset: 0;
  background: rgba(4, 15, 61, 0.58);
  backdrop-filter: blur(2px);
}

/* Tablet */
@media (max-width: 1080px) {
  .wo-offers-hero__layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 42px;
  }

  .wo-offers-layout {
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 21px;
  }

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

  .wo-offers-grid-ad {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .wo-offers-hero__layout {
    grid-template-columns: 1fr;
  }

  .wo-offers-hero__stats {
    width: min(100%, 680px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wo-offers-stat,
  .wo-offers-stat:first-child {
    grid-row: auto;
    min-height: 150px;
  }

  .wo-offers-hero__updated {
    grid-column: 1 / -1;
  }

  .wo-js .wo-offers-filter-toggle {
    display: inline-flex;
  }

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

  .wo-offers-sidebar {
    position: static;
    width: auto;
  }

  .wo-js .wo-offers-sidebar {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 360px);
    overflow-y: auto;
    padding: 16px;
    background: var(--wo-offers-soft);
    box-shadow: -20px 0 50px rgba(4, 15, 61, 0.2);
    transform: translateX(110%);
    transition: transform 0.25s ease;
  }

  .wo-js .wo-offers-sidebar.is-open {
    transform: translateX(0);
  }

  .wo-js .wo-offers-filters__header button {
    display: inline-flex;
  }

  .wo-js .wo-offers-sidebar-ad,
  .wo-js .wo-offers-method-card {
    display: none;
  }

  .wo-js .wo-offers-page.wo-offers-filter-open {
    overflow: hidden;
  }

  .wo-offers-faq__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wo-offers-faq__intro {
    position: static;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .wo-offers-container {
    width: min(calc(100% - 24px), var(--wo-offers-container));
  }

  .wo-offers-fallback-header__inner {
    min-height: 67px;
  }

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

  .wo-offers-hero {
    padding: 21px 0 55px;
  }

  .wo-offers-hero::after {
    height: 24px;
  }

  .wo-offers-breadcrumb {
    margin-bottom: 26px;
  }

  .wo-offers-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .wo-offers-hero__content > p {
    margin: 17px 0 22px;
    font-size: 0.96rem;
  }

  .wo-offers-hero-search {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 5px;
  }

  .wo-offers-hero-search input {
    height: 48px;
  }

  .wo-offers-hero-search button {
    width: 100%;
  }

  .wo-offers-hero__trust {
    display: grid;
    gap: 8px;
  }

  .wo-offers-hero__stats {
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    border-radius: 17px;
  }

  .wo-offers-stat,
  .wo-offers-stat:first-child {
    min-height: 125px;
    padding: 15px;
  }

  .wo-offers-stat:first-child {
    grid-column: 1 / -1;
  }

  .wo-offers-stat strong {
    font-size: 1.85rem;
  }

  .wo-offers-results {
    padding: 50px 0 60px;
  }

  .wo-offers-results__heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .wo-offers-results__heading p {
    font-size: 0.88rem;
  }

  .wo-offers-filter-toggle {
    flex: 0 0 auto;
    width: 45px;
    padding: 0;
    font-size: 0;
  }

  .wo-offers-filter-toggle svg {
    width: 20px;
    height: 20px;
  }

  .wo-offers-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .wo-offers-sort {
    width: 100%;
    justify-content: space-between;
  }

  .wo-offers-sort select {
    min-width: 0;
    flex: 1;
  }

  .wo-offers-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .wo-offers-card__image {
    height: 235px;
  }

  .wo-offers-card h3 {
    min-height: auto;
  }

  .wo-offers-card__description {
    min-height: auto;
  }

  .wo-offers-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wo-offers-pagination__pages {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 6px;
  }

  .wo-offers-info,
  .wo-offers-faq {
    padding: 60px 0;
  }

  .wo-offers-info__grid {
    grid-template-columns: 1fr;
  }

  .wo-home-ad.wo-offers-ad .wo-home-ad__link {
    display: block;
  }

  .wo-home-ad.wo-offers-ad .wo-home-ad__content {
    padding: 21px;
  }

  .wo-home-ad.wo-offers-ad .wo-home-ad__picture img {
    min-height: 0;
    aspect-ratio: 16 / 7;
  }

  .wo-offers-ad-wrap--bottom {
    margin-bottom: 45px;
  }
}

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

  .wo-offers-stat:first-child {
    grid-column: auto;
  }

  .wo-offers-stat,
  .wo-offers-stat:first-child {
    min-height: 112px;
  }

  .wo-offers-card__price {
    font-size: 1.5rem;
  }
}

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

.wo-offers-sort__submit {
  min-height: 41px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--wo-offers-blue);
  font-size: 0.78rem;
  font-weight: 800;
}
