:root {
  color-scheme: light;
  --bg: #fbfaf5;
  --panel: #ffffff;
  --ink: #17202f;
  --muted: #5f6978;
  --line: #d9ddd6;
  --teal: #006f68;
  --teal-dark: #00524d;
  --amber: #b56c18;
  --amber-soft: #fff1d8;
  --green-soft: #e6f4ef;
  --shadow: 0 10px 30px rgba(25, 32, 46, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: var(--teal);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--teal-dark);
}

code {
  background: #f2f4ef;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.1rem 0.32rem;
  font-size: 0.92em;
}

.site-header,
.site-footer,
main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark img {
  width: 44px;
  height: 44px;
}

.brand-mark span {
  display: grid;
  line-height: 1.15;
}

.brand-mark small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
}

.site-header nav a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a[aria-current="page"] {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.lookup-hero {
  max-width: 680px;
  padding: 44px 0 28px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-row span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.trust-row strong {
  color: var(--ink);
  font-size: 1.08rem;
}


.eyebrow {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.section-sub {
  max-width: 560px;
  color: var(--muted);
  font-size: 0.96rem;
  margin-bottom: 16px;
}

h2 {
  margin-bottom: 14px;
  font-size: 1.22rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.lede {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.03rem;
}

.page-heading {
  padding: 26px 0 14px;
}

.hero-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0 0 22px;
  padding: 16px 20px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
  box-shadow: var(--shadow);
}

.hero-purchase .button-link {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  background: #fff;
  color: var(--teal-dark);
  text-align: center;
  white-space: normal;
}

.hero-purchase .button-link:hover {
  background: var(--green-soft);
  color: var(--teal-dark);
}

.hero-purchase small {
  color: #d8eee9;
  font-size: 0.72rem;
}

.merchant-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.merchant-option {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
}

.merchant-option > span,
.offer-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.official-option {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.official-option small {
  color: var(--muted);
}

.merchant-link,
.offer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  padding: 8px 12px;
  font-weight: 760;
  text-align: center;
  text-decoration: none;
}

.official-link {
  border: 1px solid var(--teal);
  background: transparent;
  color: var(--teal-dark);
}

.official-link:hover {
  background: var(--green-soft);
  color: var(--teal-dark);
}

.marketplace-option {
  background: rgba(255, 255, 255, 0.08);
}

.page-heading.narrow {
  max-width: 760px;
  padding-bottom: 64px;
}

.search-panel,
.section {
  margin: 22px 0;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.model-card,
.related-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf6;
}

.model-card h3,
.related-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.model-card p,
.related-card p {
  margin-bottom: 10px;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 700;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-grid > div {
  position: relative;
  padding-left: 44px;
}

.step-grid > div > strong {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--teal-dark);
}

.step-grid h3 {
  margin: 2px 0 6px;
  font-size: 1rem;
}

.step-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}


.search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.count {
  flex: 0 0 auto;
  color: var(--teal-dark);
  background: var(--green-soft);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.86rem;
  font-weight: 750;
}
.search-help {
  max-width: 640px;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}


.lookup-form {
  margin: 12px 0;
}

input[type="search"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9c2bd;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input[type="search"]:focus {
  outline: 3px solid rgba(0, 111, 104, 0.18);
  border-color: var(--teal);
}
.show-all-button {
  display: block;
  min-height: 42px;
  margin: 16px auto 0;
  border: 1px solid var(--teal);
  border-radius: 7px;
  padding: 8px 16px;
  background: transparent;
  color: var(--teal-dark);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.show-all-button[hidden] {
  display: none;
}

.show-all-button:hover {
  background: var(--green-soft);
}

.show-all-button:focus-visible,
.button-link:focus-visible,
.market-link:focus-visible,
.merchant-link:focus-visible,
.offer-link:focus-visible,
.listing-fallback-link:focus-visible,
.reminder-form button:focus-visible,
.reminder-form input[type="date"]:focus-visible {
  outline: 3px solid var(--teal-dark);
  outline-offset: 2px;
}


.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
  background: #fff;
}

.empty-state {
  padding: 28px 16px;
  color: var(--muted);
  font-size: 0.96rem;
  text-align: center;
  margin: 0;
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: #3c4655;
  background: #f5f6f1;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

tr[hidden] {
  display: none;
}

.muted {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.muted-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.model-link-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.model-link-list a {
  font-weight: 700;
}

.market-link,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 7px;
  background: var(--teal);
  color: #fff;
  padding: 7px 12px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.market-link:hover,
.button-link:hover {
  background: var(--teal-dark);
  color: #fff;
}

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

.metric {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf6;
}

.metric strong {
  display: block;
  font-size: 1.72rem;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-size: 0.92rem;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 20px;
}

.purchase-section {
  border-color: #b9d7ce;
  background: linear-gradient(135deg, #fff 0%, #f2f8f5 100%);
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-color: #b9d7ce;
  background: linear-gradient(135deg, #fff 0%, #f2f8f5 100%);
}

.download-section > div {
  max-width: 760px;
}

.download-section .button-link {
  flex: 0 0 auto;
}

.evidence-section {
  border-color: #c5d5cc;
  background: #f8faf6;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.evidence-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.evidence-card h3 {
  margin: 0 0 10px;
}

.evidence-card dl {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
}

.evidence-card dl > div {
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.evidence-card dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evidence-card dd {
  margin: 3px 0 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.answer-card {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 14px;
  border: 1px solid #cbded7;
  border-radius: 8px;
  background: #fff;
}

.answer-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.answer-card strong {
  font-size: 1.03rem;
}

.answer-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 6px;
}

.answer-card .secondary-link {
  color: var(--muted);
  font-weight: 650;
}

.offer-section-heading,
.offer-family-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.offer-section-heading {
  margin-bottom: 8px;
}

.offer-section-heading h2,
.offer-family-heading h3,
.offer-total,
.offer-count {
  margin: 0;
}

.offer-total,
.offer-count {
  flex: none;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.offer-total {
  padding: 6px 10px;
}

.offer-count {
  padding: 4px 8px;
}

.offer-family-heading {
  align-items: center;
  margin-bottom: 12px;
}

.offer-family + .offer-family {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.offer-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(25, 32, 46, 0.06);
}

.offer-image {
  display: grid;
  place-items: center;
  height: 168px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: #f8faf8;
}

.offer-image img {
  position: absolute;
  inset: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
}

.offer-card-body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 8px;
  padding: 13px;
}

.offer-card h4,
.offer-card p,
.offer-meta,
.offer-meta dd {
  margin: 0;
}

.offer-card h4 {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  font-size: 0.98rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.offer-badge {
  color: var(--amber);
}

.offer-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 10px;
  flex-wrap: wrap;
}

.offer-shipping {
  border-radius: 999px;
  padding: 3px 7px;
  background: #f2f4ef;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
}

.offer-shipping-free {
  background: var(--green-soft);
  color: var(--teal-dark);
}

.offer-price {
  font-size: 1.3rem;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.offer-meta {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}

.offer-meta div {
  display: grid;
  grid-template-columns: minmax(78px, 0.4fr) minmax(0, 1fr);
  gap: 6px;
}

.offer-meta dd {
  overflow-wrap: anywhere;
}

.offer-meta dt {
  font-weight: 750;
}

.offer-link {
  align-self: end;
  margin-top: 4px;
  background: var(--teal);
  color: #fff;
}

.offer-link:hover {
  background: var(--teal-dark);
  color: #fff;
}

.offer-fallback {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: -8px 0 22px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.offer-fallback > div:first-child {
  display: grid;
  gap: 2px;
}

.offer-fallback span,
.listing-disclosure {
  color: var(--muted);
  font-size: 0.82rem;
}

.listing-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.listing-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--teal);
  border-radius: 7px;
  padding: 8px 12px;
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.listing-fallback-link:hover {
  background: var(--green-soft);
  color: var(--teal-dark);
}

.listing-fallback-section {
  border-color: #cbded7;
}

.listing-disclosure {
  margin: 12px 0 0;
}

.offer-fetched {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.purchase-facts {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #cbded7;
}

.package-fact-groups {
  display: grid;
  gap: 16px;
}

.package-fact-group h4 {
  margin: 0 0 8px;
}

.package-facts {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-facts li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 6px 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.package-facts a {
  grid-column: 2 / -1;
  font-size: 0.8rem;
}

.package-quantity {
  color: var(--muted);
  font-weight: 750;
}

.package-kind {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.reminder-section {
  border-color: #d9c8a9;
  background: linear-gradient(135deg, #fff 0%, #fffaf1 100%);
}

.reminder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.reminder-form {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid #dfd1b9;
  border-radius: 8px;
  background: #fff;
}

.reminder-form h3,
.reminder-form p {
  margin: 0;
}

.reminder-form label {
  font-weight: 750;
}

.reminder-controls {
  display: grid;
  grid-template-columns: minmax(145px, 0.72fr) minmax(180px, 1fr);
  gap: 8px;
}

.reminder-form input[type="date"],
.reminder-form button {
  width: 100%;
  min-height: 42px;
  border-radius: 7px;
  font: inherit;
}

.reminder-form input[type="date"] {
  border: 1px solid #aeb8b3;
  background: #fff;
  color: var(--ink);
  padding: 8px 10px;
}

.reminder-form button {
  border: 1px solid var(--teal);
  background: var(--teal);
  color: #fff;
  padding: 8px 12px;
  font-weight: 760;
  cursor: pointer;
}

.reminder-form button:hover {
  background: var(--teal-dark);
}

.reminder-help,
.reminder-privacy {
  color: var(--muted);
  font-size: 0.82rem;
}

.reminder-status {
  min-height: 1.25em;
  font-size: 0.84rem;
  font-weight: 700;
}

.reminder-status[data-reminder-state="success"] {
  color: var(--teal-dark);
}

.reminder-status[data-reminder-state="error"] {
  color: #9d2f25;
}

.reminder-privacy {
  margin: 16px 0 0;
}


.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding-left: 20px;
}



.source-panel {
  background: #f8faf6;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin: 10px 0 4px;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--muted);
}

.site-footer {
  padding: 32px 0 44px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer a {
  margin-right: 14px;
}

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .lookup-hero {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  h1 {
    font-size: 1.9rem;
  }

  .search-panel,
  .section {
    padding: 16px;
  }

  .search-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .metric-grid,
  .two-col,
  .card-grid,
  .step-grid,
  .guide-grid,
  .merchant-actions,
  .offer-grid,
  .reminder-grid {
    grid-template-columns: 1fr;
  }

  .offer-section-heading,
  .offer-family-heading,
  .offer-fallback {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-fallback-actions,
  .listing-fallback-link {
    width: 100%;
  }

  .listing-fallback-actions {
    justify-content: stretch;
  }

  .offer-image {
    height: 150px;
  }

  .section-heading,
  .download-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .step-grid {
    gap: 20px;
  }

  .guide-grid {
    gap: 20px;
  }

  /* Mobile table → stacked card layout */
  .table-wrap {
    overflow-x: visible;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  table {
    min-width: 0;
    background: transparent;
  }

  thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  thead tr {
    margin: 0;
    border: 0;
  }

  table,
  tbody {
    display: block;
  }

  tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 14px;
    background: #fff;
  }

  tr[hidden] {
    display: none;
  }

  td {
    display: block;
    border-bottom: 0;
    padding: 0;
    vertical-align: top;
  }

  td[data-label="Part number"],
  td[data-label="Role"] {
    text-align: right;
  }

  td[data-label="Source"],
  td[data-label="Marketplace"] {
    grid-column: 1 / -1;
  }

  td[data-label="Source"] {
    border-top: 1px dashed var(--line);
    padding-top: 10px;
  }

  td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
    margin-bottom: 4px;
  }

  .market-link {
    width: 100%;
    justify-content: center;
  }

  .reminder-controls {
    grid-template-columns: 1fr;
  }

  .package-facts li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .package-kind,
  .package-facts a {
    grid-column: 2;
  }
}

@media (min-width: 600px) and (max-width: 760px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) {
  .offer-grid[data-offer-count="1"] {
    grid-template-columns: minmax(220px, calc((100% - 24px) / 3));
  }

  .offer-grid[data-offer-count="2"] {
    grid-template-columns: repeat(2, minmax(220px, calc((100% - 24px) / 3)));
  }
}
