.fao-disclosure {
  margin: 2rem 0 0;
  padding: 0;
  color: #737b82;
  font-size: .75rem;
}

.fao-product-article .article-footer .footer-meta,
.fao-product-article .article-footer .related-posts,
.fao-product-article .prnx_box {
  display: none !important;
}

.fao-card {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  background: #fff;
}

.fao-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fao-card__title {
  margin: 0 0 .5rem;
  font-size: 1.125rem;
}

.fao-card__meta {
  margin: .25rem 0;
  color: #4b5563;
}

.fao-card__sale {
  display: inline-block;
  margin-left: .5rem;
  padding: .125rem .4rem;
  border-radius: .25rem;
  background: #b91c1c;
  color: #fff;
  font-weight: 700;
}

.fao-card__price {
  font-size: 1.25rem;
  font-weight: 700;
}

.fao-card__button {
  display: inline-block;
  padding: .65rem 1rem;
  border-radius: .4rem;
  background: #111827;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.fao-product-detail {
  margin: 1.75rem 0;
  overflow: hidden;
  border: 1px solid #dfe4e8;
  border-radius: .8rem;
  background: #fff;
}

.fao-product-detail__hero {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.25rem;
  color: inherit !important;
  text-decoration: none;
  transition: background-color .18s ease;
}

.fao-product-detail__hero:hover {
  background: #fafbfc;
}

.fao-product-detail > p:has(> .fao-product-detail__hero) {
  display: none;
  margin: 0 !important;
}

.fao-product-detail__hero > p:empty {
  display: none;
}

.fao-product-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f6;
}

.fao-product-detail__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fao-product-detail__summary {
  align-self: center;
}

.fao-product-detail__data-label {
  display: inline-block;
  margin: 0 0 .6rem;
  padding: .2rem .5rem;
  border-radius: .25rem;
  background: #eef1f4;
  color: #59636d;
  font-size: .72rem;
  font-weight: 700;
}

.fao-product-detail__product-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.fao-product-detail__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .5rem;
}

.fao-product-detail__price del {
  color: #7a838b;
  font-size: 1rem;
}

.fao-product-detail__price strong {
  color: #ee3366;
  font-size: 2.25rem;
  line-height: 1.1;
}

.fao-product-detail__price span {
  padding: .25rem .5rem;
  border-radius: .25rem;
  background: #ee3366;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.fao-product-detail__sale-deadline {
  margin: .6rem 0 1rem;
  color: #d72658;
  font-size: .8rem;
  font-weight: 700;
}

.fao-product-detail__button {
  display: block;
  margin: 1rem 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: .4rem;
  background: #ee3366;
  color: #fff !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.fao-product-detail > p:has(> .fao-product-detail__button) {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.fao-product-detail > p:has(> .fao-product-detail__button) > br {
  display: none;
}

.fao-product-detail__facts {
  margin: 0;
  padding: 0 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.fao-product-detail__facts > div {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid #edf0f2;
}

.fao-product-detail__facts dt {
  font-weight: 700;
}

.fao-product-detail__facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.fao-product-detail__facts dd a {
  color: #d72658;
  text-decoration: underline;
  text-decoration-color: #f2a8bc;
  text-underline-offset: 2px;
}

.fao-product-detail__facts dd a:hover,
.fao-product-detail__facts dd a:focus-visible {
  color: #a91740;
}

.fao-product-detail__ranking-link {
  margin: 0;
  padding: 1rem 1.25rem;
  text-align: right;
}

.fao-product-sample {
  margin: 2.75rem 0;
  padding: 1.5rem;
  border-radius: .65rem;
  background: #151b20;
  color: #fff;
}

.fao-product-sample__eyebrow {
  margin: 0 0 .3rem;
  color: #ff4c7d;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.fao-product-sample h2 {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 1.35rem;
}

.fao-product-sample__movie-link {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: .1rem .85rem;
  align-items: center;
  margin-bottom: .9rem;
  padding: 1rem 1.1rem;
  border: 1px solid #454f56;
  border-radius: .4rem;
  background: #222a30;
  color: #fff !important;
  text-decoration: none;
}

.fao-product-sample__movie-link span {
  grid-row: 1 / 3;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #ef2d65;
  font-size: 1.1rem;
  line-height: 3.2rem;
  text-align: center;
}

.fao-product-sample__movie-link small {
  color: #adb6bc;
}

.fao-product-sample__movie {
  overflow: hidden;
  width: 100%;
  margin-bottom: .9rem;
  aspect-ratio: 644 / 414;
  border-radius: .35rem;
  background: #050708;
}

.fao-product-sample__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fao-product-sample__images {
  columns: 3;
  column-gap: .65rem;
  margin-top: .75rem;
}

.fao-product-sample__images img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: .65rem;
  border-radius: .25rem;
  break-inside: avoid;
}

.fao-product-sample__images a {
  display: block;
  break-inside: avoid;
}

.fao-product-sample__note {
  margin: 1rem 0;
  color: #b9c0c5;
  font-size: .75rem;
  line-height: 1.7;
}

.fao-product-sample__button {
  display: block;
  padding: 1rem 1.2rem;
  border-radius: .4rem;
  background: #ef2d65;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.fao-product-article__lead {
  margin: 1rem 0 1.75rem;
  color: #30363b;
  font-size: 1.05rem;
  line-height: 2;
}

.fao-product-article__kicker {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .75rem;
  color: #d92358;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.fao-product-article__kicker span {
  padding: .2rem .55rem;
  border-radius: 999px;
  background: #f1f3f5;
  color: #66717a;
  font-size: .68rem;
  letter-spacing: .02em;
}

.fao-article-toc {
  margin: 1.75rem 0 2.25rem;
  padding: 1.2rem 1.35rem;
  border-top: 1px solid #dfe3e6;
  border-bottom: 1px solid #dfe3e6;
  background: #fafbfb;
}

.fao-article-toc strong {
  display: block;
  margin-bottom: .65rem;
  font-size: .92rem;
}

.fao-article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .4rem 1.5rem;
  margin: 0;
  padding-left: 1.25rem;
  font-size: .9rem;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fao-article-toc li {
  margin: 0;
  padding: 0;
  border: 0;
}

.fao-article-toc a {
  color: #34424d;
  text-decoration-color: #b9c1c7;
  text-underline-offset: .2em;
}

.fao-editorial-verdict {
  margin: 2rem 0 2.25rem;
  padding: 1.5rem 1.65rem;
  border: 0;
  border-left: 5px solid #ef2d65;
  border-radius: 0 .45rem .45rem 0;
  background: #fff4f7;
}

.fao-editorial-verdict__eyebrow {
  margin: 0 0 .25rem;
  color: #d81f56;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.fao-editorial-verdict h2 {
  margin: 0 0 .65rem;
  padding: 0;
  border: 0;
  font-size: 1.25rem;
}

.fao-editorial-verdict p:last-child,
.fao-reason-card p,
.fao-editorial-note p,
.fao-product-conclusion p {
  margin-bottom: 0;
}

.fao-reasons {
  margin: 2.5rem 0;
}

.fao-reasons > h2,
.fao-comparison > h2,
.fao-before-buying-section > h2,
.fao-product-faq > h2 {
  margin: 0 0 1.15rem;
  padding: 0 0 .65rem;
  border-bottom: 2px solid #1d2429;
  font-size: 1.35rem;
}

.fao-reasons ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: fao-reason;
}

.fao-reasons li {
  position: relative;
  margin: 0;
  padding: 1.05rem 0 1.05rem 3rem;
  border-bottom: 1px solid #e4e7e9;
  counter-increment: fao-reason;
}

.fao-reasons li::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #171d21;
  color: #fff;
  content: counter(fao-reason);
  font-weight: 800;
  line-height: 2rem;
  text-align: center;
}

.fao-reasons p {
  margin: 0;
  line-height: 1.85;
}

.fao-comparison,
.fao-before-buying-section {
  margin: 2.5rem 0;
}

.fao-comparison p {
  line-height: 1.95;
}

.fao-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.fao-mid-article-cta {
  display: block;
  margin: 1.25rem 0 2rem;
  padding: .9rem 1rem;
  border-radius: .45rem;
  background: #ef2d65;
  color: #fff !important;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
}

.fao-skip-note {
  margin: 1rem 0 2rem;
  padding: .75rem 1rem;
  border: 1px solid #e0d5c4;
  border-radius: .55rem;
  background: #fbf8f2;
  color: #5e5a53;
  font-size: .9rem;
}

.fao-skip-note summary {
  cursor: pointer;
  font-weight: 700;
}

.fao-product-faq {
  margin: 2rem 0;
}

.fao-product-faq details {
  padding: .9rem 1rem;
  border: 1px solid #dce1e5;
  border-radius: .55rem;
  background: #fff;
}

.fao-product-faq details + details {
  margin-top: .65rem;
}

.fao-product-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.fao-product-faq p {
  margin: .75rem 0 0;
}

.fao-related-navigation {
  margin-top: 2rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #dce1e5;
  border-radius: .65rem;
  background: #f8fafb;
}

.fao-related-navigation h2 {
  margin: 0 0 .75rem;
  padding: 0;
  border: 0;
  font-size: 1.08rem;
}

.fao-related-navigation ul {
  margin: 0;
}

.fao-fit-box {
  padding: 1.15rem 1.25rem;
  border-radius: .65rem;
}

.fao-fit-box--yes {
  border: 1px solid #a9dfc4;
  background: #f2fbf6;
}

.fao-fit-box--wait {
  border: 1px solid #e0d5c4;
  background: #fbf8f2;
}

.fao-fit-box h2 {
  margin: 0 0 .75rem;
  padding: 0;
  border: 0;
  font-size: 1.08rem;
}

.fao-fit-box ul,
.fao-before-buying {
  margin: 0;
}

.fao-before-buying li + li {
  margin-top: .65rem;
}

.fao-editorial-note {
  margin: 2rem 0 1rem;
  padding: 1rem 1.2rem;
  border-radius: .55rem;
  background: #eef2f5;
  color: #46525b;
  font-size: .9rem;
}

.fao-evidence {
  margin: 1rem 0 2rem;
  padding: .9rem 1.1rem;
  border: 1px solid #dce1e5;
  border-radius: .55rem;
}

.fao-evidence summary {
  cursor: pointer;
  font-weight: 700;
}

.fao-product-conclusion {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: .75rem;
  background: #161e24;
  color: #fff;
}

.fao-product-conclusion h2 {
  margin-top: 0;
  color: #fff;
}

.fao-product-conclusion__button {
  display: block;
  margin-top: 1rem;
  padding: .9rem 1rem;
  border-radius: .45rem;
  background: #ef2d65;
  color: #fff !important;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
}

.fao-product-conclusion__back {
  display: inline-block;
  margin-top: 1rem;
  color: #fff !important;
  text-decoration-color: #7f8a91;
  text-underline-offset: .2em;
}

.fao-related-products {
  margin-top: 2.5rem;
}

.fao-related-products h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.fao-related-products__lead {
  margin: -.35rem 0 1rem;
  color: #69747d;
  font-size: .85rem;
}

.fao-related-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
}

.fao-related-product {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e4e7;
  border-radius: .45rem;
  background: #fff;
  color: #242a2f !important;
  text-decoration: none;
}

.fao-related-product img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f2f4f6;
}

.fao-related-product > span {
  display: block !important;
  align-self: start;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: .65rem .75rem;
  height: calc((.82rem * 1.55 * 2) + 1.3rem);
  max-height: calc((.82rem * 1.55 * 2) + 1.3rem);
  box-sizing: border-box;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.fao-related-product small {
  display: inline-block;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  margin: .65rem .75rem 0;
  padding: .18rem .45rem;
  border-radius: 999px;
  background: #fff0f4;
  color: #d92358;
  font-size: .68rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fao-product-article {
  background: #f2f3f4;
}

.fao-product-overview {
  margin: 2rem 0;
}

.fao-product-overview h2 {
  margin-bottom: .8rem;
}

.fao-product-overview p {
  margin: 0 0 .8rem;
  line-height: 1.9;
}

.fao-product-article .header {
  background: #0b1014;
  border-bottom: 1px solid #2b333a;
}

.fao-product-article .header #logo a,
.fao-product-article .header .desktop-nav a,
.fao-product-article .header .mobile-nav a,
.fao-product-article .header .header-search__open {
  color: #fff !important;
}

.fao-product-article #content {
  max-width: 900px;
  margin-inline: auto;
}

.fao-product-article #inner-content {
  width: 100%;
  max-width: 100%;
}

.fao-product-article #main {
  float: none;
  width: 100%;
  max-width: none;
}

.fao-product-article #sidebar1 {
  display: none;
}

.fao-product-article .entry {
  width: 100%;
  max-width: none;
  border-radius: .3rem;
  box-shadow: 0 12px 38px rgba(18, 27, 33, .08);
}

.fao-product-article .entry-content {
  color: #242a2f;
}

@media (max-width: 640px) {
  .fao-card {
    grid-template-columns: 1fr;
  }

  .fao-card__image {
    max-height: 320px;
  }

  .fao-product-detail__hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .fao-product-detail__image {
    max-height: none;
  }

  .fao-product-detail__facts {
    padding: 0 1rem;
  }

  .fao-product-detail__facts > div {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: .75rem;
  }

  .fao-product-detail__price strong {
    font-size: 1.9rem;
  }

  .fao-product-detail__ranking-link {
    text-align: left;
  }

  .fao-editorial-verdict,
  .fao-product-conclusion {
    padding: 1.1rem;
  }

  .fao-article-toc ol {
    grid-template-columns: 1fr;
  }

  .fao-product-sample {
    margin-inline: -.2rem;
    padding: 1rem;
  }

  .fao-product-sample__images {
    columns: 2;
  }

  .fao-related-products__grid {
    grid-template-columns: 1fr;
  }

  .fao-related-product {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }

  .fao-related-product img {
    grid-row: 1 / 3;
    width: 7.5rem;
    height: 100%;
    min-height: 8.5rem;
    aspect-ratio: auto;
  }

  .fao-related-product small {
    align-self: end;
    justify-self: start;
  }

  .fao-related-product > span {
    align-self: start;
    height: calc((.82rem * 1.55 * 2) + 1.3rem);
    max-height: calc((.82rem * 1.55 * 2) + 1.3rem);
  }

  .fao-product-article__lead {
    font-size: 1rem;
  }

  .fao-fit-grid {
    grid-template-columns: 1fr;
  }
}
