@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
.body-advertorial.wty-body {
  font-family: "Inter Tight", sans-serif;
  color: #23262f;
  background: #fff;
}

/* --------------------------------------------------------------------------
   1. Promo bar — "LIMITED TIME: 66% OFF + FREE EXPRESS SHIPPING"
   -------------------------------------------------------------------------- */
.wty-promo-bar {
  background: #f47171;
  padding: 8px 16px;
  text-align: center;
}

.wty-promo-bar p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

/* --------------------------------------------------------------------------
   2. Header — The Shopper's Voice logo + "Claim 66% Off"
   -------------------------------------------------------------------------- */
.wty-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wty-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.wty-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 6px;
  background: #1f8a8a;
  border-radius: 8px;
}

.wty-logo-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.wty-logo-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.wty-logo-dark {
  color: #23262f;
}

.wty-logo-teal {
  color: #1f8a8a;
}

.wty-logo-tagline {
  display: none;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.wty-logo-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.wty-header-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #1f8a8a;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.wty-header-cta:hover {
  opacity: 0.9;
  color: #fff;
}

/* --------------------------------------------------------------------------
   3. Update bar — yellow "UPDATE: FluffCo's TV feature…" strip
   -------------------------------------------------------------------------- */
.wty-update-bar {
  background: #fbf3dc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  text-align: center;
}

.wty-update-bar p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #23262f;
}

.wty-update-bar strong {
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   5. Footer — advertorial disclaimer + legal links
   -------------------------------------------------------------------------- */
.wty-footer {
  background: #f6ede3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wty-footer-disclaimer {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #23262f;
}

.wty-footer-text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(35, 38, 47, 0.6);
}


.wty-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wty-footer-copy {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(35, 38, 47, 0.6);
}

.wty-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.wty-footer-links a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(35, 38, 47, 0.6);
  text-decoration: underline;
  text-underline-position: from-font;
}

.wty-footer-links a:hover {
  color: #23262f;
}

/* --------------------------------------------------------------------------
   4. Main — .wty-page wrapper + two-column layout
   Mobile padding: 32px 16px 60px
   Wide padding (1180px+): 32px 140px 60px
   -------------------------------------------------------------------------- */
.wty-page {
  padding: 32px 16px 60px;
}

.wty-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
}

.wty-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

/* Sidebar: desktop sticky card hidden on mobile */
.wty-sidebar--desktop {
  display: none;
}

/* Sidebar: mobile offer card shown before author block */
.wty-sidebar--mobile {
  display: block;
}

/* --------------------------------------------------------------------------
   4a. Article header — tags, H1, promo link, byline
   -------------------------------------------------------------------------- */
.wty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wty-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
}

.wty-tag--bedding {
  background: #e6f3f3;
  color: #166a6a;
}

.wty-tag--sponsored {
  background: #fbf3dc;
  color: #8a6d1f;
}

.wty-title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wty-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.28px;
  color: #23262f;
}

.wty-link {
  display: inline-block;
  color: #1f8a8a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.2px;
  text-decoration: underline;
  text-underline-position: from-font;
}

.wty-link:hover {
  opacity: 0.85;
}

.wty-byline-content {
  display: flex;
  gap: 4px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

.wty-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  font-size: 14px;
  line-height: 16px;
}

.wty-byline-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.wty-byline-muted {
  color: rgba(35, 38, 47, 0.6);
}

.wty-byline-divider {
  color: rgba(35, 38, 47, 0.6);
}

/* --------------------------------------------------------------------------
   4a. Hero video — TV segment thumbnail + play button
   -------------------------------------------------------------------------- */
.wty-video-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wty-video-player {
  aspect-ratio: 1280 / 720;
  width: 100%;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.wty-video-player .plyr,
.wty-video-player .plyr__video-wrapper {
  border-radius: 0 !important;
}

.wty-video-player .plyr {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.wty-video-player .plyr,
.wty-video-player video {
  width: 100%;
  height: 100%;
}

.wty-video-player[data-paused]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}

.wty-video-player[data-paused] .upsell-controls {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.wty-video-player[data-paused] .upsell-mute-mobile {
  display: none !important;
}

.wty-video-play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 64px;
  height: 64px;
  min-width: 64px;
  flex-shrink: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.wty-video-play-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.wty-video-player[data-paused] .wty-video-play-btn {
  display: flex;
}

.wty-video-player:not([data-paused]) .wty-video-play-btn {
  display: none !important;
}

.wty-video-caption {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(35, 38, 47, 0.6);
}

/* --------------------------------------------------------------------------
   4a. Consumer alert — yellow callout box below video
   -------------------------------------------------------------------------- */
.wty-alert {
  background: #fbf3dc;
  border-radius: 8px;
  padding: 20px;
  font-size: 20px;
  line-height: 32px;
}

.wty-alert strong {
  font-weight: 700;
}

/* Teal variant — final "As of June 16, 2026" update box */
.wty-alert-teal {
  background: rgba(31, 138, 138, 0.1);
  border: 1px solid #1f8a8a;
}

/* --------------------------------------------------------------------------
   4a. Article sections — .wty-section text blocks + images
   -------------------------------------------------------------------------- */
.wty-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wty-section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #23262f;
}

.wty-section-text {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.wty-section-text+.wty-section-text {
  margin-top: 8px;
}

.wty-section-text a {
  color: #1f8a8a;
  text-decoration: underline;
  text-underline-position: from-font;
}

.wty-img-wrap {
  padding-top: 8px;
}

.wty-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  aspect-ratio: 2880 / 1920;
  object-fit: cover;
}

.wty-img--comparison {
  aspect-ratio: 1440 / 960;
}

/* --------------------------------------------------------------------------
   4a. Feature checklist — "Here Are The Features Consumers Like Most"
   -------------------------------------------------------------------------- */
.wty-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wty-features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex: 1 1 100%;
  min-width: 0;
  font-size: 20px;
  line-height: 32px;
}

.wty-check {
  width: 20px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wty-check .wty-check-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.wty-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   4a. Mid-page promo box — "Save Up to 66% on FluffCo" (inside .wty-section)
   -------------------------------------------------------------------------- */
.wty-promo {
  background: #fbf3dc;
  border-radius: 16px;
  padding: 20px;
}

.wty-promo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.wty-promo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wty-promo-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #f47171;
  text-transform: uppercase;
}

.wty-promo-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.wty-promo-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.wty-promo-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* --------------------------------------------------------------------------
   Shared CTA — yellow label + teal "GET 66% OFF TODAY" button
   Used in: promo box, final section, sidebar offer card
   -------------------------------------------------------------------------- */
.wty-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.wty-cta-label {
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
  padding: 4px 8px;
  background: #fad774;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #23262f;
  white-space: nowrap;
}

.wty-cta-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 26px;
  background: #1f8a8a;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s;
}

.wty-cta-btn:hover {
  opacity: 0.9;
  color: #fff;
}

.wty-cta-btn--inline {
  width: auto;
  padding: 20px 48px;
}

/* --------------------------------------------------------------------------
   Trust badges — guarantee + shipping (below CTAs)
   -------------------------------------------------------------------------- */
.wty-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.wty-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.wty-trust-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.wty-trust--row {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}

/* --------------------------------------------------------------------------
   4b / 4a-mobile. Sidebar offer card — sticky desktop / inline mobile
   -------------------------------------------------------------------------- */
.wty-offer {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.wty-offer-header {
  background: #f47171;
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wty-offer-image {
  position: relative;
  width: 100%;
  height: 262px;
  overflow: hidden;
}

.wty-offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wty-offer-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wty-offer-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.wty-stars {
  display: flex;
  gap: 1px;
}

.wty-stars img {
  width: 16px;
  height: 16px;
}

.wty-offer-rating-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wty-offer-deal {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-top: -2px;
}

.wty-offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}

.wty-offer-features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 130px;
  font-size: 14px;
  line-height: 20px;
}

.wty-check--sm {
  width: 18px;
  height: 20px;
}

.wty-check--sm .wty-check-icon {
  width: 18px;
  height: 18px;
}

.wty-offer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* --------------------------------------------------------------------------
   4a. Author bio — "Meet Our Expert" grey box
   -------------------------------------------------------------------------- */
.wty-author {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.wty-author-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.wty-author-text{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wty-author-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.wty-author-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.wty-author-bio {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

/* --------------------------------------------------------------------------
   4a. Sources & References — numbered citation list
   -------------------------------------------------------------------------- */
.wty-refs-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.wty-refs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wty-refs li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 20px;
  line-height: 32px;
}

.wty-refs-num {
  width: 20px;
  flex-shrink: 0;
}

.wty-refs a {
  color: #1f8a8a;
  text-decoration: underline;
  text-underline-position: from-font;
}

@media screen and (min-width: 576px) {
  .wty-author {
    flex-direction: row;
    align-items: flex-start;
  }

  .wty-author-photo {
    max-width: 200px;
  }
}

/* --------------------------------------------------------------------------
   Desktop layout — 992px and up
   Two-column layout, sticky sidebar, type scale (padding stays 16px until 1180)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .wty-promo-bar p {
    font-size: 14px;
    line-height: 20px;
  }

  .wty-logo-icon {
    padding: 8px;
  }

  .wty-logo-icon img {
    width: 22px;
    height: 22px;
  }

  .wty-logo-text {
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    flex-direction: row;
  }

  .wty-logo-tagline {
    display: block;
  }

  .wty-header-cta {
    padding: 12px 26px;
    font-size: 16px;
    line-height: 20px;
  }

  .wty-update-bar p {
    font-size: 16px;
    line-height: 24px;
  }

  .wty-footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .wty-footer-copy {
    flex: 1;
  }

  .wty-layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }

  .wty-content {
    flex: 1;
    max-width: 760px;
  }

  .wty-sidebar--desktop {
    display: block;
    width: 360px;
    flex-shrink: 0;
    position: sticky;
    top: 32px;
  }

  .wty-sidebar--mobile {
    display: none;
  }

  .wty-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.36px;
  }

  .wty-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .wty-promo-title {
    font-size: 28px;
    line-height: 36px;
  }

  .wty-features li {
    flex: 1 1 calc(50% - 8px);
    min-width: 300px;
  }

  .wty-trust--banner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .wty-author-photo {
    width: 160px;
    height: 160px;
    max-width: none;
    flex-shrink: 0;
    align-self: stretch;
  }

  .wty-author-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    flex: 1;
  }
}

/* --------------------------------------------------------------------------
   Wide horizontal padding — 1180px and up only
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1180px) {
  .wty-promo-bar {
    padding: 8px 140px;
  }

  .wty-header {
    padding: 12px 140px;
  }

  .wty-update-bar {
    padding: 12px 140px;
  }

  .wty-footer {
    padding: 40px 140px;
  }

  .wty-page {
    padding: 32px 140px 60px;
  }
}

/* --------------------------------------------------------------------------
   Small mobile — 767px and below (type scale tweaks)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }

  .wty-offer-deal {
    margin-top: -4px;
  }
}

@media screen and (max-width: 479px) {
  .wty-offer-header {
    font-size: 16px;
    line-height: 24px;
  }

  .wty-section-text,
  .wty-alert,
  .wty-features li,
  .wty-refs li,
  .wty-link {
    font-size: 20px;
    line-height: 32px;
  }
}