html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --bpr-bg: #f4f1ea;
  --bpr-paper: #fffdf8;
  --bpr-ink: #15120d;
  --bpr-soft: #70695f;
  --bpr-line: rgba(21, 18, 13, .13);
  --bpr-blue: #1c4ed8;
  --bpr-deep: #09111f;
  --bpr-water: #d8f4f2;
  --bpr-coral: #d85d3a;
  --bpr-radius: 8px;
}

.bpr-home {
  margin: 0;
  background: var(--bpr-bg) !important;
  color: var(--bpr-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

.bpr-home .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  background: rgba(244, 241, 234, .92) !important;
  border-bottom: 1px solid var(--bpr-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) !important;
}

.bpr-home .nav-wrap {
  width: min(1240px, calc(100% - 48px)) !important;
  height: 76px !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.bpr-home .brand {
  gap: 12px !important;
  min-width: 220px !important;
}

.bpr-logo {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: var(--bpr-deep) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 0 0 6px rgba(9, 17, 31, .06) !important;
}

.bpr-home .brand strong {
  color: var(--bpr-ink) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.bpr-home .site-header .site-search {
  display: none !important;
}

.bpr-home .main-nav {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.bpr-home .main-nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  color: #272018 !important;
}

.bpr-home .main-nav a:hover {
  background: rgba(21, 18, 13, .07) !important;
  color: var(--bpr-blue) !important;
}

.bpr-home .header-search-toggle {
  display: none !important;
}

.bpr-hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 620px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 0;
  background: var(--bpr-paper);
  border: 1px solid var(--bpr-line);
  border-radius: var(--bpr-radius);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(32, 27, 20, .12);
}

.bpr-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 70px 58px;
}

.bpr-hero-copy::before {
  content: "";
  position: absolute;
  left: 58px;
  top: 48px;
  width: 76px;
  height: 5px;
  background: var(--bpr-coral);
}

.bpr-home .eyebrow {
  margin: 0 !important;
  color: #7d4d1f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.bpr-hero h1 {
  max-width: 660px;
  margin: 18px 0 18px;
  color: var(--bpr-ink);
  font-size: clamp(52px, 5.1vw, 78px);
  line-height: .96;
  font-weight: 930;
  letter-spacing: 0;
}

.bpr-intro {
  max-width: 510px;
  margin: 0;
  color: var(--bpr-soft);
  font-size: 20px;
  line-height: 1.5;
}

.bpr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.bpr-actions .btn {
  min-height: 50px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.bpr-actions .btn.primary {
  background: var(--bpr-deep) !important;
  border-color: var(--bpr-deep) !important;
  color: #fff !important;
}

.bpr-actions .btn.secondary {
  background: transparent !important;
  border-color: var(--bpr-line) !important;
  color: var(--bpr-ink) !important;
}

.bpr-hero-board {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 230px;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(216, 244, 242, .92), rgba(255, 253, 248, .8)),
    var(--bpr-water);
}

.bpr-hero-board::before {
  content: "Best Pick Rank";
  position: absolute;
  right: 32px;
  bottom: 22px;
  color: rgba(9, 17, 31, .08);
  font-size: 54px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.bpr-hero-board figure {
  position: relative;
  z-index: 1;
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  border-radius: var(--bpr-radius);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(9, 17, 31, .1);
  overflow: hidden;
}

.bpr-hero-board .bpr-main-product {
  grid-row: 1 / 3;
  background: #fff;
}

.bpr-hero-board img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 530px;
  object-fit: contain;
  padding: 22px;
}

.bpr-hero-board .bpr-main-product img {
  padding: 24px;
  transform: scale(1.04);
}

.bpr-hero-board figcaption {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--bpr-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.bpr-strip {
  width: min(1240px, calc(100% - 48px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--bpr-line);
  border-radius: var(--bpr-radius);
  overflow: hidden;
  background: var(--bpr-line);
}

.bpr-strip a {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 24px;
  background: rgba(255, 253, 248, .72);
}

.bpr-strip strong {
  font-size: 20px;
  line-height: 1.15;
}

.bpr-strip span {
  color: var(--bpr-soft);
  font-size: 14px;
  line-height: 1.45;
}

.bpr-section {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 78px 0 0 !important;
}

.bpr-home .section-heading {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 28px !important;
}

.bpr-home .section-heading h2,
.bpr-editorial h2 {
  margin: 6px 0 0 !important;
  color: var(--bpr-ink) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

.bpr-home .section-heading > a {
  color: var(--bpr-blue) !important;
  font-weight: 900 !important;
}

.bpr-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bpr-product-card {
  position: relative;
  display: grid;
  grid-template-rows: 240px auto auto 1fr;
  gap: 10px;
  min-width: 0;
  min-height: 470px;
  padding: 0 0 22px;
  color: var(--bpr-ink);
  background: var(--bpr-paper);
  border: 1px solid var(--bpr-line);
  border-radius: var(--bpr-radius);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.bpr-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(32, 27, 20, .13);
}

.bpr-product-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: 22px;
  background: #fff;
}

.bpr-product-card span,
.bpr-product-card strong,
.bpr-product-card small {
  margin-left: 22px;
  margin-right: 22px;
}

.bpr-product-card span {
  color: #087568;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bpr-product-card strong {
  color: var(--bpr-ink);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
}

.bpr-product-card small {
  color: var(--bpr-soft) !important;
  font-size: 15px;
  line-height: 1.45;
}

.bpr-featured-pick {
  grid-column: span 3;
  grid-row: auto;
  min-height: 360px;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  background: #fffdf8;
}

.bpr-featured-pick img {
  grid-row: 1 / 4;
  height: 360px;
  padding: 28px;
  background:
    radial-gradient(circle at 52% 44%, rgba(216, 244, 242, .9), rgba(255, 255, 255, 0) 45%),
    #fff;
}

.bpr-featured-pick strong {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: .98;
}

.bpr-featured-pick small {
  max-width: 520px;
  font-size: 17px;
}

.bpr-editorial {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 54px;
  align-items: start;
}

.bpr-editorial p {
  max-width: 430px;
  color: var(--bpr-soft);
  font-size: 17px;
  line-height: 1.55;
}

.bpr-rule-list {
  display: grid;
  border-top: 1px solid var(--bpr-line);
}

.bpr-rule-list div {
  display: grid;
  grid-template-columns: 54px minmax(150px, .38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--bpr-line);
}

.bpr-rule-list span {
  color: var(--bpr-coral);
  font-weight: 950;
}

.bpr-rule-list strong {
  font-size: 20px;
  line-height: 1.15;
}

.bpr-rule-list p {
  margin: 0;
  max-width: none;
  color: var(--bpr-soft);
  font-size: 15px;
}

.bpr-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--bpr-line);
  border-radius: var(--bpr-radius);
  overflow: hidden;
  background: var(--bpr-line);
}

.bpr-link-grid a {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 24px;
  background: var(--bpr-paper);
}

.bpr-link-grid strong {
  font-size: 20px;
  line-height: 1.12;
}

.bpr-link-grid span {
  color: var(--bpr-soft);
  font-size: 14px;
  line-height: 1.45;
}

.bpr-home .site-footer {
  display: block !important;
  margin-top: 86px !important;
  padding: 58px 0 26px !important;
  background: #0a0e12 !important;
  color: #fff !important;
}

.bpr-home .footer-main {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr) !important;
  gap: 58px !important;
  align-items: start !important;
}

.bpr-home .footer-logo .bpr-logo {
  width: 34px !important;
  height: 34px !important;
  background: #fff !important;
  color: #0a0e12 !important;
  box-shadow: none !important;
}

.bpr-home .footer-brand p {
  max-width: 390px !important;
  color: #bac3ce !important;
  line-height: 1.6 !important;
}

.bpr-home .footer-nav {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  width: 100% !important;
}

.bpr-home .footer-nav div {
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
}

.bpr-home .footer-nav span {
  color: #fff !important;
  font-weight: 900 !important;
}

.bpr-home .footer-nav a {
  display: block !important;
  color: #aab4c0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.bpr-home .legal {
  display: block !important;
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 36px auto 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, .16) !important;
  color: #87919f !important;
  grid-column: auto !important;
}

.visual-feature-image,
.topic-card,
.home-category-card,
.guide-card {
  min-width: 0 !important;
  overflow: hidden !important;
}

/* Best Pick Rank shared UI system for generated public pages */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body:not(.bpr-home) {
  background: #f6f4ef !important;
  color: #15120d !important;
}

body:not(.bpr-home) .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(255, 253, 248, .96) !important;
  border-bottom: 1px solid rgba(21, 18, 13, .12) !important;
  box-shadow: 0 10px 30px rgba(21, 18, 13, .06) !important;
  backdrop-filter: blur(18px) !important;
}

body:not(.bpr-home) .nav-wrap {
  width: min(1240px, calc(100% - 48px)) !important;
  height: 64px !important;
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

body:not(.bpr-home) .brand {
  min-width: 210px !important;
  gap: 10px !important;
  color: #15120d !important;
}

body:not(.bpr-home) .brand-mark,
body:not(.bpr-home) .footer-logo img {
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
}

body:not(.bpr-home) .brand strong {
  color: #15120d !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:not(.bpr-home) .site-header .site-search {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  flex: 0 1 300px !important;
  min-width: 220px !important;
  max-width: 320px !important;
  height: 42px !important;
  margin-left: auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  background: #fff !important;
  border: 1px solid rgba(21, 18, 13, .14) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body:not(.bpr-home) .site-header .site-search input {
  height: 40px !important;
  min-width: 0 !important;
  padding: 0 10px 0 42px !important;
  border: 0 !important;
  background: transparent !important;
  color: #15120d !important;
  font-size: 14px !important;
  outline: 0 !important;
}

body:not(.bpr-home) .site-header .site-search button {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  margin: 2px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #101827 !important;
  color: transparent !important;
}

body:not(.bpr-home) .main-nav {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-left: 0 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body:not(.bpr-home) .main-nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  color: #272018 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:not(.bpr-home) .main-nav a:hover {
  background: rgba(21, 18, 13, .07) !important;
  color: #1d4ed8 !important;
}

body:not(.bpr-home) .header-search-toggle {
  display: none !important;
}

body:not(.bpr-home) .menu-toggle {
  display: none !important;
}

.best-page,
.product-page,
.content-page,
.listing {
  background: #f6f4ef !important;
}

.best-hero-v5,
.product-hero-v5,
.trust-hero-v6,
.listing-v5 {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 28px auto 0 !important;
  background: #fffdf8 !important;
  color: #15120d !important;
  border: 1px solid rgba(21, 18, 13, .12) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 58px rgba(21, 18, 13, .08) !important;
  overflow: hidden !important;
}

.best-hero-v5,
.product-hero-v5 {
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  padding: 0 !important;
}

.best-hero-copy,
.product-copy,
.trust-hero-v6 > div {
  padding: 42px !important;
}

.breadcrumbs,
.breadcrumbs a {
  color: #7a746b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.best-hero-v5 h1,
.product-hero-v5 h1,
.trust-hero-v6 h1,
.content-page h1,
.listing h1 {
  color: #15120d !important;
  font-size: clamp(36px, 4.2vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  margin: 10px 0 16px !important;
}

.best-hero-v5 p:not(.eyebrow),
.product-hero-v5 p:not(.eyebrow),
.trust-hero-v6 p,
.content-page p,
.listing p {
  color: #5f665f !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

.best-hero-visual {
  min-height: 330px !important;
  display: grid !important;
  grid-template-columns: 1.2fr .9fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 14px !important;
  padding: 24px !important;
  background: #d8f4f2 !important;
}

.hero-product-tile {
  box-shadow: none !important;
  border: 1px solid rgba(21, 18, 13, .1) !important;
  border-radius: 8px !important;
}

.hero-product-tile img {
  height: 100% !important;
  max-height: 280px !important;
  padding: 14px !important;
}

.best-top3-r3,
.best-method-r3,
.comparison-wrap-v5,
.best-list-v5,
.best-guide-v5,
.product-details-v5,
.content-page > :not(.trust-hero-v6),
.trust-steps-v6 {
  width: min(1240px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.quick-picks-r3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
}

.quick-pick-r3 {
  border-radius: 8px !important;
  box-shadow: none !important;
  border: 1px solid rgba(21, 18, 13, .12) !important;
}

.best-list-v5 {
  display: grid !important;
  gap: 18px !important;
}

.best-list-v5 .pick-card {
  display: grid !important;
  grid-template-columns: 52px 180px minmax(0, 1fr) minmax(190px, .28fr) minmax(230px, .32fr) !important;
  gap: 20px !important;
  align-items: center !important;
  background: #fffdf8 !important;
  border: 1px solid rgba(21, 18, 13, .12) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.pick-image {
  width: 180px !important;
  max-width: 180px !important;
  border-radius: 8px !important;
}

.pick-image img {
  width: 100% !important;
  height: 170px !important;
  object-fit: contain !important;
  padding: 10px !important;
}

.pick-main h2 {
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.pick-bullets li {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.pick-cta,
.product-primary-cta,
.btn.primary {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: #101827 !important;
  border-color: #101827 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.deal-box {
  min-width: 0 !important;
}

.product-media {
  min-height: 430px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid rgba(21, 18, 13, .12) !important;
}

.product-media img {
  max-width: 92% !important;
  max-height: 390px !important;
  object-fit: contain !important;
}

.product-verdict-r3,
.recommendation-box,
.score-box {
  border-radius: 8px !important;
  background: #f6f4ef !important;
  border: 1px solid rgba(21, 18, 13, .1) !important;
}

.product-notes-r3 div {
  grid-template-columns: 54px minmax(170px, .34fr) minmax(0, 1fr) !important;
}

.two-column-notes {
  gap: 24px !important;
}

body:not(.bpr-home) .site-footer {
  display: block !important;
  margin-top: 76px !important;
  padding: 54px 0 24px !important;
  background: #101827 !important;
  color: #fff !important;
}

body:not(.bpr-home) .footer-main {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr) !important;
  gap: 50px !important;
}

body:not(.bpr-home) .footer-nav {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

body:not(.bpr-home) .footer-nav div {
  display: grid !important;
  gap: 8px !important;
}

body:not(.bpr-home) .footer-nav span {
  color: #fff !important;
  font-weight: 900 !important;
}

body:not(.bpr-home) .footer-nav a,
body:not(.bpr-home) .footer-brand p {
  color: #b9c2ce !important;
}

body:not(.bpr-home) .legal {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 30px auto 0 !important;
  display: block !important;
  color: #8d98a6 !important;
  border-top: 1px solid rgba(255,255,255,.15) !important;
}

@media (max-width: 980px) {
  body:not(.bpr-home) *,
  body:not(.bpr-home) *::before,
  body:not(.bpr-home) *::after {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body:not(.bpr-home) .nav-wrap {
    width: calc(100% - 28px) !important;
    height: 56px !important;
    min-height: 56px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  body:not(.bpr-home) .brand {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body:not(.bpr-home) .brand strong {
    font-size: 17px !important;
    white-space: nowrap !important;
  }

  body:not(.bpr-home) .site-header .site-search,
  body:not(.bpr-home) .header-search-toggle {
    display: none !important;
  }

  body:not(.bpr-home) .menu-toggle {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(21, 18, 13, .14) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #15120d !important;
    font-size: 0 !important;
  }

  body:not(.bpr-home) .menu-toggle::before {
    content: "" !important;
    width: 18px !important;
    height: 12px !important;
    border-top: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
  }

  body:not(.bpr-home) .menu-toggle span {
    display: none !important;
  }

  body:not(.bpr-home) .main-nav {
    display: none !important;
  }

  body:not(.bpr-home) .main-nav.open {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: 56px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 10px !important;
    background: #fffdf8 !important;
    border: 1px solid rgba(21, 18, 13, .12) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 44px rgba(21, 18, 13, .16) !important;
  }

  body:not(.bpr-home) .main-nav.open a {
    min-height: 44px !important;
    justify-content: flex-start !important;
  }

  .best-hero-v5,
  .product-hero-v5,
  .trust-hero-v6,
  .listing-v5,
  .best-top3-r3,
  .best-method-r3,
  .comparison-wrap-v5,
  .best-list-v5,
  .best-guide-v5,
  .product-details-v5,
  .content-page > :not(.trust-hero-v6),
  .trust-steps-v6 {
    width: min(100% - 28px, 1240px) !important;
  }

  .best-hero-v5,
  .product-hero-v5 {
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }

  .best-hero-copy,
  .product-copy,
  .trust-hero-v6 > div {
    padding: 26px 20px !important;
  }

  .best-hero-v5 h1,
  .product-hero-v5 h1,
  .trust-hero-v6 h1,
  .content-page h1,
  .listing h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .best-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    padding: 12px !important;
  }

  .hero-product-tile-1 {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .hero-product-tile img,
  .hero-product-tile-1 img,
  .hero-product-tile-2 img,
  .hero-product-tile-3 img {
    height: 130px !important;
    max-height: 130px !important;
  }

  .quick-picks-r3,
  .comparison-cards,
  .two-column-notes,
  body:not(.bpr-home) .footer-main,
  body:not(.bpr-home) .footer-nav {
    grid-template-columns: 1fr !important;
  }

  .comparison-table {
    display: none !important;
  }

  .comparison-wrap-v5,
  .comparison-cards,
  .comparison-card,
  .best-list-v5,
  .best-list-v5 .pick-card,
  .pick-expanded,
  .deal-box,
  .recommendation-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .best-list-v5 .pick-card {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .best-list-v5 .rank {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 38px !important;
    height: 38px !important;
  }

  .best-list-v5 .award-ribbon {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .best-list-v5 .pick-image {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 230px !important;
    justify-self: center !important;
  }

  .best-list-v5 .pick-expanded {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .best-list-v5 .pick-image img {
    height: 190px !important;
  }

  .best-list-v5 .pick-main,
  .best-list-v5 .recommendation-box,
  .best-list-v5 .deal-box,
  .best-list-v5 .pick-expanded {
    grid-column: 1 / -1 !important;
  }

  .pick-cta,
  .product-primary-cta {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
  }

  .product-media {
    min-height: 230px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(21, 18, 13, .12) !important;
  }

  .product-media img {
    max-height: 210px !important;
  }

  .product-notes-r3 div {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px 12px !important;
  }

  .product-notes-r3 p {
    grid-column: 2 !important;
  }
}

@media (max-width: 1080px) {
  .bpr-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bpr-hero-board {
    min-height: 430px;
  }

  .bpr-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bpr-featured-pick {
    grid-column: span 2;
  }

  .bpr-link-grid,
  .bpr-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .bpr-home .nav-wrap {
    width: min(100% - 28px, 1240px) !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 10px !important;
  }

  .bpr-home .brand {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .bpr-home .brand strong {
    font-size: 18px !important;
    white-space: nowrap !important;
  }

  .bpr-home .menu-toggle {
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    margin-left: 0 !important;
    border: 1px solid var(--bpr-line) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: var(--bpr-ink) !important;
    font-size: 0 !important;
  }

  .bpr-home .menu-toggle::before {
    content: "";
    width: 18px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .bpr-home .menu-toggle span {
    display: none !important;
  }

  .bpr-home .main-nav {
    display: none !important;
  }

  .bpr-home .main-nav.open {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: 66px !important;
    display: grid !important;
    gap: 2px !important;
    padding: 10px !important;
    background: var(--bpr-paper) !important;
    border: 1px solid var(--bpr-line) !important;
    border-radius: var(--bpr-radius) !important;
    box-shadow: 0 24px 44px rgba(32, 27, 20, .18) !important;
  }

  .bpr-hero,
  .bpr-strip,
  .bpr-section {
    width: min(100% - 28px, 1240px) !important;
  }

  .bpr-hero {
    margin-top: 18px;
  }

  .bpr-hero-copy {
    padding: 54px 24px 28px;
  }

  .bpr-hero-copy::before {
    left: 24px;
    top: 30px;
  }

  .bpr-hero h1 {
    font-size: 46px;
  }

  .bpr-intro {
    font-size: 17px;
  }

  .bpr-hero-board {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    padding: 14px;
  }

  .bpr-hero-board::before {
    display: none;
  }

  .bpr-hero-board .bpr-main-product {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bpr-hero-board img {
    height: 150px;
    padding: 12px;
  }

  .bpr-hero-board .bpr-main-product img {
    height: 210px;
    transform: none;
  }

  .bpr-strip,
  .bpr-product-grid,
  .bpr-link-grid,
  .bpr-editorial,
  .bpr-home .footer-main,
  .bpr-home .footer-nav {
    grid-template-columns: 1fr !important;
  }

  .bpr-section {
    padding-top: 54px !important;
  }

  .bpr-home .section-heading {
    display: block !important;
  }

  .bpr-home .section-heading h2,
  .bpr-editorial h2 {
    font-size: 34px !important;
  }

  .bpr-product-card,
  .bpr-featured-pick {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    grid-template-rows: auto auto auto 1fr;
  }

  .bpr-product-card img,
  .bpr-featured-pick img {
    height: 220px;
    padding: 18px;
  }

  .bpr-featured-pick strong {
    font-size: 26px;
  }

  .bpr-featured-pick img {
    grid-row: auto;
    height: 230px;
    padding: 14px;
  }

  .bpr-rule-list div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .bpr-rule-list p {
    grid-column: 2;
  }

  .bpr-home .site-footer {
    margin-top: 62px !important;
  }

  .bpr-home .footer-main,
  .bpr-home .legal {
    width: min(100% - 28px, 1240px) !important;
  }
}
