/* DealVorio public visual polish (storefront) */
:root {
  --polish-home-teal: #087f88;
  --polish-home-red: #ff4d4f;
  --polish-home-ink: #07101d;
  --polish-home-ink-soft: #4d5d68;
  --polish-home-line: #dce9ee;
  --polish-home-shadow: 0 22px 50px rgba(8, 31, 43, 0.16);
}

body.dealvoyant-theme {
  background: #f7fbfc;
  color: var(--polish-home-ink);
}

body.dealvoyant-theme .site-header {
  position: sticky;
  top: 10px;
  z-index: 95;
  width: min(100% - 24px, 1360px);
  margin: 10px auto 0;
  border-radius: 18px;
  border: 1px solid rgba(11, 98, 106, .18);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--polish-home-shadow);
  backdrop-filter: blur(18px);
}

body.dealvoyant-theme .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(8, 151, 167, .08), rgba(255, 255, 255, 0));
  z-index: 0;
}

body.dealvoyant-theme .site-header > .container,
body.dealvoyant-theme .site-nav {
  position: relative;
  z-index: 1;
}

body.dealvoyant-theme .site-nav {
  min-height: 76px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: auto auto minmax(360px, 1fr) auto auto;
  align-items: center;
  gap: 12px;
}

body.dealvoyant-theme .site-nav .brand,
body.dealvoyant-theme .site-nav .category-trigger,
body.dealvoyant-theme .site-nav .market-switcher,
body.dealvoyant-theme .site-nav .nav-search,
body.dealvoyant-theme .site-nav .saved-nav-link {
  position: relative;
  z-index: 2;
}

body.dealvoyant-theme .site-nav .brand {
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 950;
  line-height: 1;
}

body.dealvoyant-theme .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 12px 22px rgba(8, 124, 134, .22);
}

body.dealvoyant-theme .brand-copy small {
  display: block;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 680;
  color: var(--polish-home-ink-soft);
}

body.dealvoyant-theme .category-trigger,
body.dealvoyant-theme .market-switcher summary,
body.dealvoyant-theme .saved-nav-link {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(14, 44, 59, .17);
  background: #fff;
}

body.dealvoyant-theme .category-trigger,
body.dealvoyant-theme .market-switcher,
body.dealvoyant-theme .nav-search {
  align-self: stretch;
}

body.dealvoyant-theme .category-trigger {
  gap: 8px;
  padding: 0 14px;
  color: #1f2f3a;
  font-size: 14px;
}

body.dealvoyant-theme .category-trigger .hamburger,
body.dealvoyant-theme .category-trigger .chevron {
  opacity: .8;
}

body.dealvoyant-theme .nav-search {
  max-width: 590px;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(14, 44, 59, .17);
}

body.dealvoyant-theme .nav-search button {
  width: 46px;
  min-height: 42px;
  border-radius: 10px;
}

body.dealvoyant-theme .market-switcher summary,
body.dealvoyant-theme .saved-nav-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

body.dealvoyant-theme .market-switcher summary {
  gap: 6px;
  min-height: 44px;
}

body.dealvoyant-theme .heart-outline {
  width: 18px;
  height: 18px;
  color: var(--polish-home-teal);
}

body.dealvoyant-theme .market-switcher .market-menu {
  border-radius: 12px;
  border-color: rgba(14, 44, 59, .18);
}

body.dealvoyant-theme .market-switcher .market-menu a {
  padding: 0 12px;
}

body.dealvoyant-theme .saved-nav-link {
  min-width: 148px;
  padding: 0 12px;
  color: var(--polish-home-ink);
}

body.dealvoyant-theme .dv-home-hero {
  margin-top: -92px;
  padding: clamp(96px, 8vw, 118px) 0 12px;
  min-height: min(68vh, 600px);
  border-radius: 0;
  overflow: visible;
  background:
    linear-gradient(92deg, #ffffff 0 42%, rgba(244, 250, 253, .94) 42% 100%),
    radial-gradient(52vw 42vw at 86% 28%, rgba(5, 151, 157, .2), transparent 62%),
    #f7fbfc;
}

body.dealvoyant-theme .dv-hero-shell {
  display: block;
}

body.dealvoyant-theme .dv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.16fr);
  gap: 28px;
  align-items: start;
}

body.dealvoyant-theme .dv-hero-copy {
  display: grid;
  gap: 16px;
  padding-top: 28px;
}

body.dealvoyant-theme .dv-hero-title {
  margin: 0;
  max-width: 680px;
  font-size: clamp(48px, 4.7vw, 82px);
  line-height: .94;
  letter-spacing: -0.01em;
  color: var(--polish-home-ink);
  font-weight: 930;
}

body.dealvoyant-theme .dv-hero-title > span {
  color: var(--polish-home-teal);
  white-space: nowrap;
}

body.dealvoyant-theme .dv-hero-title strong {
  display: block;
  color: var(--polish-home-ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

body.dealvoyant-theme .dv-hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

body.dealvoyant-theme .dv-hero-benefits span {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #52606f;
  font-size: 13px;
}

body.dealvoyant-theme .dv-hero-benefits i {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(7, 151, 157, .2);
  background: linear-gradient(135deg, rgba(7, 151, 157, .15), rgba(7, 151, 157, .05));
}

body.dealvoyant-theme .dv-hero-benefits span:nth-child(2) i {
  border-color: rgba(37, 99, 235, .22);
  background: linear-gradient(135deg, rgba(37, 99, 235, .16), rgba(59, 130, 246, .05));
}

body.dealvoyant-theme .dv-hero-benefits span:nth-child(3) i {
  border-color: rgba(255, 77, 79, .24);
  background: linear-gradient(135deg, rgba(255, 77, 79, .18), rgba(255, 77, 79, .06));
}

body.dealvoyant-theme .dv-hero-benefits i::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: var(--polish-home-teal);
  transform: rotate(-16deg);
}

body.dealvoyant-theme .dv-hero-benefits span:nth-child(2) i::after {
  color: #2563eb;
  transform: none;
}

body.dealvoyant-theme .dv-hero-benefits span:nth-child(3) i::after {
  color: var(--polish-home-red);
  border-radius: 50%;
  transform: none;
}

body.dealvoyant-theme .dv-hero-benefits strong {
  display: block;
  margin-bottom: 2px;
  color: #12202e;
  font-size: 14px;
  line-height: 1.2;
}

body.dealvoyant-theme .dv-hero-benefits small {
  display: block;
  color: #4f6372;
  font-size: 13px;
  line-height: 1.35;
}

body.dealvoyant-theme .dv-hero-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.dealvoyant-theme .deal-hero-cta,
body.dealvoyant-theme .deal-hero-compare {
  min-height: 56px;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 860;
}

body.dealvoyant-theme .deal-hero-cta {
  background: linear-gradient(180deg, #ff6664, #ff4d4f);
  color: #fff;
  border-color: #ff6462;
  box-shadow: 0 18px 34px rgba(255, 77, 79, .28);
}

body.dealvoyant-theme .deal-hero-compare {
  color: var(--polish-home-teal);
  border-color: rgba(8, 124, 134, .48);
  background: rgba(255, 255, 255, .88);
}

body.dealvoyant-theme .dv-hero-search {
  max-width: 600px;
}

body.dealvoyant-theme .dv-hero-quick-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

body.dealvoyant-theme .dv-hero-quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1f2f3e;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 720;
  background: rgba(255, 255, 255, .8);
}

body.dealvoyant-theme .dv-hero-quick-links a::before {
  content: ">";
  color: var(--polish-home-teal);
  font-size: 11px;
}

body.dealvoyant-theme .dv-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.dealvoyant-theme .hero-disclosure-line {
  margin-top: 4px;
  color: #4b6170;
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}

body.dealvoyant-theme .hero-disclosure-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #45a445;
}

body.dealvoyant-theme .hero-disclosure-line::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 5px;
  transform: translateY(-55%) rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

body.dealvoyant-theme .dv-hero-showcase {
  min-height: 462px;
  align-self: start;
}

body.dealvoyant-theme .dv-hero-stage-shell {
  position: relative;
  width: min(740px, 100%);
  min-height: 468px;
  margin: 0 auto 0 0;
  perspective: 900px;
}

body.dealvoyant-theme .dv-stage-platform {
  position: absolute;
  left: 8%;
  right: 2%;
  bottom: 16px;
  height: 152px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(8, 138, 153, 0.1), rgba(6, 112, 122, .7));
  box-shadow: 0 34px 58px rgba(11, 31, 44, .2), inset 0 -12px 0 rgba(7, 151, 157, .86), 0 0 18px rgba(13, 216, 227, .35);
}

body.dealvoyant-theme .dv-stage-platform-accent {
  left: 24%;
  right: 20%;
  bottom: 104px;
  height: 66px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(7, 151, 157, .12));
  box-shadow: 0 18px 34px rgba(7, 151, 157, .2);
}

body.dealvoyant-theme .dv-stage-card {
  position: absolute;
  border-radius: 18px;
  border: 2px solid rgba(7, 151, 157, .22);
  background: linear-gradient(180deg, #fff, #f7fdff);
  box-shadow: 0 22px 48px rgba(12, 31, 44, .18);
  overflow: visible;
  display: grid;
  transform-style: preserve-3d;
}

body.dealvoyant-theme .dv-stage-card-main {
  left: 36%;
  top: 10px;
  width: 348px;
  min-height: 430px;
  padding: 16px;
  transform: rotateY(-4deg) translateZ(20px);
  border: 4px solid rgba(255, 77, 79, .92);
  z-index: 3;
}

body.dealvoyant-theme .dv-stage-card-main > img {
  height: 208px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 14px;
  border: 0;
  background: radial-gradient(circle at 50% 76%, rgba(7, 151, 157, .13), transparent 44%), #f8fcfd;
}

body.dealvoyant-theme .dv-stage-card-main .showcase-card-body {
  display: block;
}

body.dealvoyant-theme .dv-stage-card-main .best-deal-label {
  display: none;
}

body.dealvoyant-theme .dv-stage-card-main .deal-burst {
  position: absolute;
  top: -18px;
  left: -14px;
  width: auto;
  min-width: 74px;
  height: 40px;
  border-radius: 14px;
  padding: 0 10px;
  border: 0;
  background: linear-gradient(180deg, var(--polish-home-red), #d71920);
  box-shadow: 0 12px 24px rgba(215, 25, 32, .28);
}

body.dealvoyant-theme .dv-stage-card-main .deal-burst strong {
  color: #fff;
  font-size: 20px;
}

body.dealvoyant-theme .dv-stage-card-main .deal-burst span {
  display: none;
}

body.dealvoyant-theme .dv-stage-card-main .product-meta {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}

body.dealvoyant-theme .dv-stage-card-main .tag {
  width: fit-content;
  border: 0;
  background: transparent;
  padding: 0;
  color: #15212e;
  font-size: 14px;
  font-weight: 820;
}

body.dealvoyant-theme .dv-stage-card-main .marketplace-tag {
  color: #1b55d9;
}

body.dealvoyant-theme .dv-stage-card-main .showcase-card-body h2 {
  margin: 10px 0 6px;
  color: #141c27;
  font-size: 18px;
  line-height: 1.16;
}

body.dealvoyant-theme .dv-stage-card-main .deal-price-row {
  align-items: baseline;
  gap: 8px;
}

body.dealvoyant-theme .dv-stage-card-main .price {
  color: #d71920;
  font-size: 24px;
  font-weight: 900;
}

body.dealvoyant-theme .dv-stage-card-main .list-price {
  color: #4b6173;
  font-size: 12px;
}

body.dealvoyant-theme .dv-stage-card-main .savings-line {
  display: none;
}

body.dealvoyant-theme .dv-stage-card-main .top-pick-actions {
  display: none;
}

body.dealvoyant-theme .dv-stage-card-side {
  width: 228px;
  min-height: 288px;
  padding: 12px;
  z-index: 2;
}

body.dealvoyant-theme .dv-stage-card-side.left {
  left: 5%;
  top: 84px;
  border-color: rgba(7, 151, 157, .85);
}

body.dealvoyant-theme .dv-stage-card-side.right {
  right: 3%;
  top: 98px;
  border-color: rgba(245, 158, 11, .9);
}

body.dealvoyant-theme .dv-stage-card-side img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  border: 0;
  background: #f8fcfd;
  border-radius: 11px;
}

body.dealvoyant-theme .dv-stage-card-side span {
  display: block;
  margin-top: 8px;
}

body.dealvoyant-theme .dv-stage-card-side b {
  position: absolute;
  top: -14px;
  left: -12px;
  border: 0;
  border-radius: 12px;
  min-height: 34px;
  padding: 0 10px;
  color: #fff;
  background: var(--polish-home-teal);
  box-shadow: 0 10px 18px rgba(7, 151, 157, .22);
  font-size: 11px;
  font-weight: 760;
}

body.dealvoyant-theme .dv-stage-card-side.right b {
  background: #f59e0b;
  box-shadow: 0 10px 18px rgba(245, 158, 11, .22);
}

body.dealvoyant-theme .dv-showcase-discount-billboard {
  position: absolute;
  right: 0;
  top: 132px;
  min-width: 192px;
  border-radius: 13px;
  padding: 11px 14px;
  transform: translateZ(80px) rotate(-1deg);
  text-align: center;
  background: linear-gradient(180deg, #ff5252, #fb2f31);
  color: #fff;
  box-shadow: 0 18px 36px rgba(220, 45, 38, .32), inset 0 -2px 0 rgba(0, 0, 0, .12);
  z-index: 30;
}

body.dealvoyant-theme .dv-showcase-discount-billboard span {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 760;
}

body.dealvoyant-theme .dv-showcase-discount-billboard strong {
  display: block;
  font-size: 62px;
  font-weight: 920;
  line-height: .95;
}

body.dealvoyant-theme .dv-showcase-discount-billboard em {
  color: #fed8d8;
  font-size: 30px;
  font-style: normal;
}

body.dealvoyant-theme .dv-hero-stage-empty {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  padding: 54px;
  border-radius: 22px;
  border: 1px solid rgba(8, 127, 136, .18);
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 77, 79, .18), transparent 26%),
    radial-gradient(circle at 76% 66%, rgba(8, 127, 136, .24), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f1fbfd 46%, #e8f6fa 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), var(--polish-home-shadow);
  color: var(--polish-home-ink);
}

body.dealvoyant-theme .dv-hero-stage-empty::before,
body.dealvoyant-theme .dv-hero-stage-empty::after {
  content: "";
  position: absolute;
  right: 9%;
  width: 190px;
  height: 258px;
  border-radius: 22px;
  border: 1px solid rgba(8, 127, 136, .2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .7)),
    linear-gradient(135deg, rgba(8, 127, 136, .12), rgba(255, 77, 79, .12));
  box-shadow: 0 26px 40px rgba(8, 31, 43, .16);
}

body.dealvoyant-theme .dv-hero-stage-empty::before {
  top: 82px;
  transform: rotate(7deg);
}

body.dealvoyant-theme .dv-hero-stage-empty::after {
  top: 158px;
  right: 24%;
  transform: rotate(-8deg);
}

body.dealvoyant-theme .dv-hero-stage-empty span,
body.dealvoyant-theme .dv-hero-stage-empty strong,
body.dealvoyant-theme .dv-hero-stage-empty p,
body.dealvoyant-theme .dv-hero-stage-empty a {
  position: relative;
  z-index: 1;
  max-width: 430px;
}

body.dealvoyant-theme .dv-hero-stage-empty span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(8, 127, 136, .1);
  color: var(--polish-home-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.dealvoyant-theme .dv-hero-stage-empty strong {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

body.dealvoyant-theme .dv-hero-stage-empty p {
  margin: 0;
  color: var(--polish-home-ink-soft);
  font-weight: 650;
  line-height: 1.55;
}

body.dealvoyant-theme .dv-stage-podium {
  position: absolute;
  left: 12px;
  top: -12px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 820;
  color: #fff;
  letter-spacing: 0;
  background: var(--polish-home-teal);
  box-shadow: 0 10px 22px rgba(7, 151, 157, .2);
  z-index: 2;
}

body.dealvoyant-theme .dv-stage-podium-side {
  left: auto;
  right: 12px;
  background: #f59e0b;
}

body.dealvoyant-theme .dv-stage-podium-main {
  background: #ef4444;
}

body.dealvoyant-theme .deal-card .product-foot,
body.dealvoyant-theme .deal-card .savings-line,
body.dealvoyant-theme .deal-card .timestamp,
body.dealvoyant-theme .deal-card .score-meter,
body.dealvoyant-theme .deal-card .score-pill,
body.dealvoyant-theme .deal-card .image-sheen,
body.dealvoyant-theme .deal-card .rank-tag,
body.dealvoyant-theme .deal-card .tag.good,
body.dealvoyant-theme .deal-card .tag.warn {
  display: none;
}

body.dealvoyant-theme .dv-trending-section {
  padding-top: 16px;
}

body.dealvoyant-theme .dv-marketplace-grid,
body.dealvoyant-theme .dv-trending-grid,
body.dealvoyant-theme .product-grid {
  gap: 14px;
}

body.dealvoyant-theme .dv-marketplace-grid {
  grid-template-columns: minmax(220px, 1.05fr) minmax(260px, 1fr) auto;
  align-items: center;
}

body.dealvoyant-theme .dv-trending-grid,
body.dealvoyant-theme .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.dealvoyant-theme .dv-marketplace-strip .container,
body.dealvoyant-theme .section {
  width: min(100%, 1360px);
}

body.dealvoyant-theme .dv-marketplace-grid {
  border: 1px solid var(--polish-home-line);
  border-radius: 16px;
  padding: 12px 16px;
  gap: 10px 14px;
  background: #fff;
  align-items: center;
  min-height: 100px;
}

body.dealvoyant-theme .dv-marketplace-copy strong {
  color: #0f172a;
}

body.dealvoyant-theme .dv-marketplace-copy span {
  color: #4d5d6d;
}

body.dealvoyant-theme .dv-marketplace-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.dealvoyant-theme .dv-marketplace-logos a,
body.dealvoyant-theme .dv-marketplace-empty {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(14, 44, 59, .13);
  padding: 0 11px;
  background: #fff;
  font-size: 13px;
  font-weight: 760;
}

body.dealvoyant-theme .dv-marketplace-logos a.active,
body.dealvoyant-theme .dv-marketplace-logos a:hover {
  background: linear-gradient(180deg, #13b0bb, #06707a);
  border-color: transparent;
  color: #fff;
}

body.dealvoyant-theme .dv-marketplace-strip .btn.secondary {
  justify-self: start;
  border-color: rgba(8, 114, 124, .4);
}

body.dealvoyant-theme .dv-empty-offer-state {
  grid-column: 1 / -1;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(8, 127, 136, .16);
  background:
    linear-gradient(135deg, rgba(8, 127, 136, .08), rgba(255, 255, 255, .92)),
    #fff;
  box-shadow: 0 18px 38px rgba(8, 31, 43, .08);
}

body.dealvoyant-theme .dv-empty-offer-state strong {
  color: var(--polish-home-ink);
  font-size: 22px;
  line-height: 1.15;
}

body.dealvoyant-theme .dv-empty-offer-state p {
  max-width: 650px;
  margin: 0;
  color: var(--polish-home-ink-soft);
  line-height: 1.55;
}

body.dealvoyant-theme .dv-home-hero .deal-alert-bar {
  border: 1px solid rgba(255, 77, 79, .52);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 16px 36px rgba(255, 77, 79, .12);
}

body.dealvoyant-theme .dv-section-title {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 40px);
  line-height: 1.04;
  letter-spacing: 0;
  color: #0f1d2a;
  font-weight: 900;
}

body.dealvoyant-theme .dv-section-title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #0b95a0, #066b73);
  box-shadow: 0 10px 18px rgba(7, 151, 157, .25);
  text-transform: lowercase;
}

body.dealvoyant-theme .section-head p {
  color: var(--polish-home-ink-soft);
}

body.dealvoyant-theme .product-card.deal-card {
  border-radius: 15px;
  border: 1px solid rgba(13, 44, 59, .12);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(12, 31, 44, .10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.dealvoyant-theme .product-card.deal-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 151, 157, .32);
  box-shadow: 0 18px 38px rgba(11, 31, 44, .16);
}

body.dealvoyant-theme .deal-card .product-image {
  aspect-ratio: 1.2 / 1;
  min-height: 152px;
  background: #f5fbfd;
  padding: 8px;
  border-bottom: 1px solid var(--polish-home-line);
}

body.dealvoyant-theme .deal-card .product-image img {
  border-radius: 11px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.dealvoyant-theme .deal-card .product-body {
  padding: 10px;
  gap: 8px;
}

body.dealvoyant-theme .deal-card h3 {
  min-height: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.24;
  font-weight: 760;
}

body.dealvoyant-theme .deal-card .deal-ribbon {
  top: 12px;
  right: 12px;
  left: auto;
  border-radius: 999px;
  min-height: 30px;
  padding: 0 10px;
  font-size: 11px;
}

body.dealvoyant-theme .deal-card .savings-chip {
  left: 12px;
  top: 42px;
  border-radius: 999px;
  font-size: 11px;
  padding: 5px 9px;
  font-weight: 700;
  background: #e7fbef;
  color: #166534;
}

body.dealvoyant-theme .deal-card .rank-badge {
  inset: 12px auto auto 12px;
  left: 12px;
  top: 12px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e6f8f8;
  color: #095d63;
  font-size: 12px;
  font-weight: 790;
}

body.dealvoyant-theme .deal-card .product-foot {
  margin-top: 2px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 8px;
}

body.dealvoyant-theme .deal-card .product-foot .btn {
  width: 100%;
  min-height: 33px;
  font-size: 12px;
  white-space: nowrap;
}

body.dealvoyant-theme .deal-card .savings-line,
body.dealvoyant-theme .deal-card .rank-reason,
body.dealvoyant-theme .deal-card .availability-status,
body.dealvoyant-theme .deal-card .product-meta:last-of-type,
body.dealvoyant-theme .deal-card .price,
body.dealvoyant-theme .deal-card .list-price,
body.dealvoyant-theme .deal-card .deal-price-row strong {
  margin: 0;
}

body.dealvoyant-theme .deal-card .price {
  font-size: 21px;
}

body.dealvoyant-theme .deal-card .list-price {
  color: #4b6170;
}

body.dealvoyant-theme .deal-card .card-save-icon {
  width: 34px;
  height: 34px;
}

body.dealvoyant-theme .podium-rank-1 {
  border-color: rgba(255, 77, 79, .5);
}

body.dealvoyant-theme .podium-rank-2 {
  border-color: rgba(245, 158, 11, .52);
}

body.dealvoyant-theme .podium-rank-3 {
  border-color: rgba(7, 151, 157, .52);
}

@media (max-width: 1240px) {
  body.dealvoyant-theme .dv-home-hero {
    min-height: auto;
  }

  body.dealvoyant-theme .dv-hero-grid {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-hero-showcase {
    min-height: 500px;
  }

  body.dealvoyant-theme .dv-hero-stage-shell {
    margin: 0 auto;
  }

  body.dealvoyant-theme .dv-stage-card-main {
    left: 50%;
    transform: translateX(-50%) rotateY(-4deg);
  }

  body.dealvoyant-theme .dv-home-hero {
    min-height: 56vh;
    padding-top: clamp(90px, 9vw, 104px);
  }
}

@media (max-width: 900px) {
  body.dealvoyant-theme .site-header {
    width: calc(100% - 12px);
    top: 8px;
    margin-top: 8px;
    border-radius: 14px;
  }

  body.dealvoyant-theme .site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 0;
    min-height: 0;
  }

  body.dealvoyant-theme .site-nav .nav-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
  }

  body.dealvoyant-theme .site-nav .market-switcher {
    grid-column: 1 / 2;
    grid-row: 3;
  }

  body.dealvoyant-theme .site-nav .nav-links {
    grid-column: 2 / 3;
    grid-row: 3;
    justify-content: flex-end;
  }

  body.dealvoyant-theme .saved-nav-link {
    grid-column: 2 / 3;
    grid-row: 1;
    min-width: 40px;
    width: 40px;
    justify-content: center;
    padding: 0;
    margin-left: 0;
  }

  body.dealvoyant-theme .saved-nav-link > span:last-child {
    display: none;
  }

  body.dealvoyant-theme .site-nav .brand {
    font-size: 24px;
  }

  body.dealvoyant-theme .site-nav .brand-copy small,
  body.dealvoyant-theme .saved-nav-link small,
  body.dealvoyant-theme .saved-nav-link b {
    display: none;
  }

  body.dealvoyant-theme .hero-disclosure-line {
    font-size: 11px;
  }

  body.dealvoyant-theme .dv-home-hero {
    margin-top: -74px;
    padding-top: 92px;
    min-height: 0;
  }

  body.dealvoyant-theme .dv-hero-title {
    font-size: clamp(40px, 12vw, 62px);
  }

  body.dealvoyant-theme .dv-hero-benefits,
  body.dealvoyant-theme .dv-hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.dealvoyant-theme .dv-hero-showcase {
    min-height: 392px;
  }

  body.dealvoyant-theme .dv-hero-stage-shell {
    min-height: 392px;
  }

  body.dealvoyant-theme .dv-stage-card-main {
    left: 50%;
    transform: translateX(-50%) rotateY(-4deg);
    width: min(312px, 74vw);
    min-height: 356px;
  }

  body.dealvoyant-theme .dv-stage-card-main > img {
    height: 156px;
  }

  body.dealvoyant-theme .dv-stage-card-side {
    display: none;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard {
    right: 2%;
    top: 126px;
    min-width: 146px;
    padding-top: 9px;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard strong {
    font-size: 44px;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard em {
    font-size: 22px;
  }

  body.dealvoyant-theme .deal-hero-cta,
  body.dealvoyant-theme .deal-hero-compare {
    width: 100%;
  }

  body.dealvoyant-theme .dv-marketplace-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.dealvoyant-theme .dv-marketplace-copy,
  body.dealvoyant-theme .dv-marketplace-logos {
    justify-content: flex-start;
  }

  body.dealvoyant-theme .dv-marketplace-strip .btn.secondary {
    width: 100%;
    justify-self: start;
  }

  body.dealvoyant-theme .dv-trending-grid,
  body.dealvoyant-theme .product-grid,
  body.dealvoyant-theme .dv-trending-grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.dealvoyant-theme .deal-card .product-foot {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  body.dealvoyant-theme .dv-home-hero {
    margin-top: 8px;
    padding-top: 24px;
    min-height: auto;
  }

  body.dealvoyant-theme .dv-hero-shell {
    display: block;
  }

  body.dealvoyant-theme .dv-hero-copy {
    display: grid;
    gap: 14px;
  }

  body.dealvoyant-theme .dv-hero-title {
    font-size: clamp(36px, 11vw, 52px);
    line-height: .98;
  }

  body.dealvoyant-theme .dv-hero-search {
    max-width: none;
  }

  body.dealvoyant-theme .dv-hero-quick-links,
  body.dealvoyant-theme .dv-hero-proof {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-hero-showcase {
    min-height: 314px;
  }

  body.dealvoyant-theme .dv-hero-stage-shell {
    min-height: 314px;
  }

  body.dealvoyant-theme .dv-stage-card-main {
    width: min(296px, 82vw);
    min-height: 304px;
    padding: 12px;
  }

  body.dealvoyant-theme .dv-stage-card-main > img {
    height: 118px;
  }

  body.dealvoyant-theme .dv-stage-card-main .showcase-card-body h2 {
    font-size: 15px;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard {
    right: 0;
    top: 84px;
    min-width: 122px;
    border-radius: 11px;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard strong {
    font-size: 36px;
  }

  body.dealvoyant-theme .dv-showcase-discount-billboard em {
    font-size: 18px;
  }

  body.dealvoyant-theme .dv-section-title {
    font-size: clamp(30px, 12vw, 40px);
  }

  body.dealvoyant-theme .dv-trending-grid,
  body.dealvoyant-theme .product-grid {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .product-card.deal-card {
    max-width: none;
    margin: 0;
    width: 100%;
  }

  body.dealvoyant-theme .dv-trending-grid,
  body.dealvoyant-theme .product-grid {
    gap: 12px;
  }

  body.dealvoyant-theme .deal-card .product-image {
    min-height: 136px;
    padding: 6px;
  }

  body.dealvoyant-theme .deal-card .product-body {
    padding: 9px;
    gap: 6px;
  }

  body.dealvoyant-theme .deal-card .product-foot .btn {
    min-height: 32px;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .js-ready body.dealvoyant-theme .dv-hero-copy[data-reveal],
  .js-ready body.dealvoyant-theme .deal-alert-bar[data-reveal],
  .js-ready body.dealvoyant-theme .dv-marketplace-strip[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.dealvoyant-theme .dv-hero-showcase {
    display: none;
    min-height: 0;
  }

  body.dealvoyant-theme .dv-home-hero {
    padding-bottom: 10px;
  }

  body.dealvoyant-theme .dv-marketplace-strip {
    padding-top: 6px;
    margin-top: 0;
  }

  body.dealvoyant-theme .section.feed-section.strongest-offers,
  body.dealvoyant-theme .dv-trending-section {
    padding-top: 18px;
  }
}

body.dealvoyant-theme .dv-hero-stage-empty {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(24px, 3vw, 38px);
}

body.dealvoyant-theme .dv-hero-stage-empty::before,
body.dealvoyant-theme .dv-hero-stage-empty::after {
  content: none;
}

body.dealvoyant-theme .dv-empty-stage-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
  max-width: 320px;
}

body.dealvoyant-theme .dv-empty-stage-copy span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(8, 127, 136, .1);
  color: var(--polish-home-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.dealvoyant-theme .dv-empty-stage-copy strong {
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.04;
  letter-spacing: 0;
}

body.dealvoyant-theme .dv-empty-stage-copy p {
  margin: 0;
  color: var(--polish-home-ink-soft);
  font-weight: 650;
  line-height: 1.55;
}

body.dealvoyant-theme .dv-empty-stage-preview {
  position: relative;
  z-index: 2;
  min-height: 430px;
  perspective: 900px;
}

body.dealvoyant-theme .dv-empty-preview-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  width: 180px;
  min-height: 248px;
  padding: 16px;
  border: 3px solid rgba(7, 151, 157, .65);
  border-radius: 18px;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 32%, rgba(7, 151, 157, .13), transparent 36%),
    linear-gradient(180deg, #fff, #f7fdff);
  box-shadow: 0 22px 48px rgba(12, 31, 44, .18);
  transform-style: preserve-3d;
}

body.dealvoyant-theme .dv-empty-preview-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38px;
  width: 98px;
  height: 98px;
  border-radius: 28px;
  transform: translateX(-50%) rotate(-8deg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(7,151,157,.12)),
    radial-gradient(circle at 44% 38%, rgba(7,151,157,.34), transparent 28%);
  border: 1px solid rgba(7, 151, 157, .18);
  box-shadow: inset 0 -10px 20px rgba(7, 151, 157, .1), 0 18px 28px rgba(12, 31, 44, .12);
}

body.dealvoyant-theme .dv-empty-preview-card b {
  position: absolute;
  top: -14px;
  left: -12px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 13px;
  background: #ef4444;
  color: #fff;
  font-size: 19px;
  font-weight: 930;
  box-shadow: 0 12px 24px rgba(215, 25, 32, .28);
}

body.dealvoyant-theme .dv-empty-preview-card strong,
body.dealvoyant-theme .dv-empty-preview-card span,
body.dealvoyant-theme .dv-empty-preview-card em {
  position: relative;
  z-index: 1;
  max-width: none;
}

body.dealvoyant-theme .dv-empty-preview-card strong {
  color: #121d2a;
  font-size: 18px;
  line-height: 1.16;
}

body.dealvoyant-theme .dv-empty-preview-card span {
  display: block;
  width: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4b6173;
  font-size: 12px;
  font-weight: 780;
  text-transform: none;
}

body.dealvoyant-theme .dv-empty-preview-card em {
  color: var(--polish-home-teal);
  font-size: 16px;
  font-style: normal;
  font-weight: 920;
}

body.dealvoyant-theme .dv-empty-preview-card.is-left {
  left: 0;
  top: 116px;
  transform: rotateY(-13deg) rotateZ(-3deg);
}

body.dealvoyant-theme .dv-empty-preview-card.is-main {
  left: 21%;
  top: 18px;
  width: 222px;
  min-height: 316px;
  border-color: rgba(255, 77, 79, .9);
  transform: rotateY(-4deg) translateZ(28px);
  z-index: 4;
}

body.dealvoyant-theme .dv-empty-preview-card.is-main::before {
  width: 128px;
  height: 128px;
  top: 46px;
  border-radius: 34px;
}

body.dealvoyant-theme .dv-empty-preview-card.is-right {
  right: 28px;
  top: 114px;
  border-color: rgba(245, 158, 11, .9);
  transform: rotateY(12deg) rotateZ(3deg);
}

body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard {
  right: 18%;
  top: 142px;
  min-width: 172px;
}

body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard strong {
  font-size: 54px;
}

body.dealvoyant-theme .dv-empty-preview-card.is-right b {
  background: #f59e0b;
  box-shadow: 0 12px 24px rgba(245, 158, 11, .24);
}

@media (max-width: 900px) {
  body.dealvoyant-theme .dv-hero-stage-empty {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-empty-stage-preview {
    min-height: 392px;
  }
}

@media (max-width: 620px) {
  .js-ready body.dealvoyant-theme .dv-hero-showcase[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.dealvoyant-theme .dv-hero-showcase {
    display: block;
    min-height: 332px;
  }

  body.dealvoyant-theme .dv-hero-stage-empty {
    min-height: 332px;
    padding: 14px;
    gap: 10px;
  }

  body.dealvoyant-theme .dv-empty-stage-copy {
    gap: 8px;
  }

  body.dealvoyant-theme .dv-empty-stage-copy strong {
    font-size: 21px;
    line-height: 1.1;
  }

  body.dealvoyant-theme .dv-empty-stage-copy p {
    display: none;
  }

  body.dealvoyant-theme .dv-empty-stage-copy .btn {
    min-height: 36px;
    width: fit-content;
    padding: 0 12px;
    font-size: 11px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview {
    min-height: 224px;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-left,
  body.dealvoyant-theme .dv-empty-preview-card.is-right {
    display: none;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-main {
    left: 2px;
    top: 16px;
    width: min(218px, 62vw);
    min-height: 202px;
    padding: 12px;
    border-width: 3px;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-main::before {
    width: 82px;
    height: 82px;
    top: 38px;
    border-radius: 22px;
  }

  body.dealvoyant-theme .dv-empty-preview-card strong {
    font-size: 14px;
  }

  body.dealvoyant-theme .dv-empty-preview-card span {
    font-size: 11px;
  }

  body.dealvoyant-theme .dv-empty-preview-card em {
    font-size: 13px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview .dv-stage-platform {
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview .dv-stage-platform-accent {
    left: 18%;
    right: 18%;
    bottom: 54px;
    height: 38px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard {
    right: 0;
    top: 36px;
    min-width: 106px;
    padding: 8px 10px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard strong {
    font-size: 36px;
  }
}

/* Final homepage fidelity overrides: keep the empty approved-feed stage polished
   and bounded while real marketplace accounts are not connected yet. */
body.dealvoyant-theme .dv-hero-grid {
  grid-template-columns: minmax(430px, .92fr) minmax(560px, 1.08fr);
  gap: clamp(28px, 3.6vw, 56px);
}

body.dealvoyant-theme .dv-hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
}

body.dealvoyant-theme .dv-hero-proof .proof-item {
  min-width: 0;
  min-height: 88px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(7, 151, 157, .13);
  border-left: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 22px rgba(12, 31, 44, .05);
  overflow: hidden;
}

body.dealvoyant-theme.dealvoyant-home .dv-hero-proof .proof-item {
  grid-template-columns: 46px minmax(0, 1fr);
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}

body.dealvoyant-theme .dv-hero-proof .proof-item strong {
  font-size: 14px;
  line-height: 1.15;
}

body.dealvoyant-theme .dv-hero-proof .proof-item {
  font-size: 12px;
  line-height: 1.35;
}

body.dealvoyant-theme .dv-hero-stage-empty {
  min-height: 500px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
}

body.dealvoyant-theme .dv-empty-stage-copy {
  max-width: 350px;
}

body.dealvoyant-theme .dv-empty-stage-copy strong {
  font-size: clamp(26px, 2.6vw, 38px);
}

body.dealvoyant-theme .dv-empty-stage-preview {
  min-height: 406px;
  overflow: visible;
}

body.dealvoyant-theme .dv-empty-preview-card {
  width: 168px;
  min-height: 240px;
}

body.dealvoyant-theme .dv-empty-preview-card.is-left {
  left: 2%;
  top: 124px;
}

body.dealvoyant-theme .dv-empty-preview-card.is-main {
  left: 25%;
  top: 30px;
  width: 214px;
  min-height: 300px;
}

body.dealvoyant-theme .dv-empty-preview-card.is-right {
  right: 7%;
  top: 124px;
}

body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard {
  right: 16%;
  top: 154px;
  min-width: 150px;
}

body.dealvoyant-theme .dv-empty-stage-preview .dv-showcase-discount-billboard strong {
  font-size: 48px;
}

body.dealvoyant-theme .dv-marketplace-grid.dv-marketplace-empty-state {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 88px;
}

body.dealvoyant-theme .dv-marketplace-grid.dv-marketplace-empty-state .dv-marketplace-logos {
  justify-content: flex-start;
}

body.dealvoyant-theme .dv-empty-offer-state {
  border-style: solid;
  background:
    linear-gradient(135deg, rgba(7, 151, 157, .08), rgba(255, 255, 255, .96) 52%, rgba(255, 77, 79, .05)),
    #ffffff;
}

@media (max-width: 1240px) {
  body.dealvoyant-theme .dv-hero-grid {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-hero-proof {
    max-width: none;
  }

  body.dealvoyant-theme .dv-hero-stage-empty {
    max-width: 920px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  body.dealvoyant-theme .dv-hero-proof {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-hero-stage-empty {
    min-height: 430px;
  }

  body.dealvoyant-theme .dv-empty-stage-preview {
    min-height: 350px;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-left,
  body.dealvoyant-theme .dv-empty-preview-card.is-right {
    display: block;
    opacity: .78;
    transform: scale(.84);
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-left {
    left: 0;
    top: 126px;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-right {
    right: 0;
    top: 126px;
  }
}

@media (max-width: 620px) {
  body.dealvoyant-theme .dv-hero-proof .proof-item {
    min-height: 0;
  }

  body.dealvoyant-theme .dv-hero-stage-empty {
    min-height: 360px;
  }

  body.dealvoyant-theme .dv-empty-preview-card.is-left,
  body.dealvoyant-theme .dv-empty-preview-card.is-right {
    display: none;
  }

body.dealvoyant-theme .dv-empty-preview-card.is-main {
    left: 4px;
    width: min(214px, 62vw);
  }
}

/* Premium secondary shopping routes --------------------------------------- */
body.dealvoyant-theme .dv-route-section {
  width: 100%;
  padding: clamp(24px, 4vw, 54px) 0 clamp(56px, 7vw, 92px);
  background:
    radial-gradient(circle at 8% 2%, rgba(7, 151, 157, .09), transparent 24rem),
    radial-gradient(circle at 96% 18%, rgba(255, 77, 79, .055), transparent 25rem),
    #f7fbfc;
}

body.dealvoyant-theme .dv-route-section > .container {
  width: min(calc(100% - 32px), 1280px);
}

body.dealvoyant-theme .dv-route-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(22px, 4vw, 52px);
  min-height: 230px;
  margin: 0 0 24px;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(8, 127, 136, .18);
  border-radius: 24px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .98) 0 62%, rgba(230, 248, 248, .94) 100%);
  box-shadow: 0 24px 55px rgba(12, 31, 44, .11);
}

body.dealvoyant-theme .dv-route-hero::before,
body.dealvoyant-theme .dv-route-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

body.dealvoyant-theme .dv-route-hero::before {
  right: -80px;
  top: -108px;
  width: 330px;
  height: 330px;
  border: 58px solid rgba(7, 151, 157, .08);
  border-radius: 50%;
}

body.dealvoyant-theme .dv-route-hero::after {
  right: 145px;
  bottom: -78px;
  width: 170px;
  height: 170px;
  border-radius: 44px;
  background: rgba(255, 77, 79, .06);
  transform: rotate(18deg);
}

body.dealvoyant-theme .dv-route-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--polish-home-ink);
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}

body.dealvoyant-theme .dv-route-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #48606d;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.62;
}

body.dealvoyant-theme .dv-route-hero p.muted {
  margin-top: 9px;
  color: #617581;
  font-size: 13px;
}

body.dealvoyant-theme .dv-route-hero .dv-hero-search {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, .8fr) auto;
  width: min(100%, 580px);
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(14, 44, 59, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 17px 34px rgba(12, 31, 44, .11);
}

body.dealvoyant-theme .dv-route-hero .dv-hero-search .input,
body.dealvoyant-theme .dv-route-hero .dv-hero-search select,
body.dealvoyant-theme .dv-route-hero .dv-hero-search .btn {
  min-height: 46px;
  margin: 0;
}

body.dealvoyant-theme .dv-filter-deck {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 12px;
  border: 1px solid rgba(13, 44, 59, .11);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 44, .07);
}

body.dealvoyant-theme .dv-filter-deck .btn,
body.dealvoyant-theme .dv-filter-deck select,
body.dealvoyant-theme .dv-filter-deck .input {
  min-height: 42px;
  margin: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 760;
}

body.dealvoyant-theme .dv-filter-deck .btn:not(.secondary) {
  box-shadow: 0 9px 18px rgba(8, 127, 136, .2);
}

body.dealvoyant-theme .dv-filter-deck .inline-filter {
  display: contents;
}

body.dealvoyant-theme .dv-filter-deck .filter-label {
  margin-left: auto;
  color: #6b7d87;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.dealvoyant-theme .dv-search-deck {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(170px, .36fr) minmax(170px, .36fr) auto;
}

body.dealvoyant-theme .dv-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 0 16px;
  padding: 0 2px 14px;
  border-bottom: 1px solid var(--polish-home-line);
}

body.dealvoyant-theme .dv-results-bar > div {
  display: grid;
  gap: 2px;
}

body.dealvoyant-theme .dv-results-bar strong {
  color: #132635;
  font-size: 18px;
  font-weight: 900;
}

body.dealvoyant-theme .dv-results-bar span {
  color: #647680;
  font-size: 12px;
  font-weight: 670;
}

body.dealvoyant-theme .dv-results-bar .dv-freshness-note {
  position: relative;
  padding-left: 18px;
  text-align: right;
}

body.dealvoyant-theme .dv-results-bar .dv-freshness-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19a968;
  box-shadow: 0 0 0 4px rgba(25, 169, 104, .12);
  transform: translateY(-50%);
}

/* Rich route product cards while preserving compact homepage cards. */
body.dealvoyant-theme .route-product-grid,
body.dealvoyant-theme .saved-products-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 258px), 1fr));
  gap: 20px;
}

body.dealvoyant-theme .route-product-grid .product-card.deal-card,
body.dealvoyant-theme .saved-products-grid .product-card.deal-card {
  border-radius: 18px;
  border-color: rgba(13, 44, 59, .11);
  box-shadow: 0 15px 36px rgba(12, 31, 44, .09);
}

body.dealvoyant-theme .route-product-grid .product-card.deal-card:hover,
body.dealvoyant-theme .saved-products-grid .product-card.deal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 151, 157, .35);
  box-shadow: 0 22px 46px rgba(12, 31, 44, .15);
}

body.dealvoyant-theme .route-product-grid .product-image,
body.dealvoyant-theme .saved-products-grid .product-image {
  aspect-ratio: 1.3 / 1;
  max-height: none;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(7, 151, 157, .08), transparent 54%),
    #f7fbfc;
}

body.dealvoyant-theme .route-product-grid .product-body,
body.dealvoyant-theme .saved-products-grid .product-body {
  padding: 16px;
  gap: 10px;
}

body.dealvoyant-theme .route-product-grid .deal-card h3,
body.dealvoyant-theme .saved-products-grid .deal-card h3 {
  font-size: 17px;
  line-height: 1.28;
}

body.dealvoyant-theme .route-product-grid .deal-card .product-foot,
body.dealvoyant-theme .saved-products-grid .deal-card .product-foot {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 3px;
}

body.dealvoyant-theme .route-product-grid .deal-card .savings-line,
body.dealvoyant-theme .saved-products-grid .deal-card .savings-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 9px;
  background: #eaf9f0;
  color: #187146;
  font-size: 11px;
}

body.dealvoyant-theme .route-product-grid .deal-card .timestamp,
body.dealvoyant-theme .saved-products-grid .deal-card .timestamp {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #70818b;
  font-size: 10px;
}

body.dealvoyant-theme .route-product-grid .deal-card .timestamp > span,
body.dealvoyant-theme .saved-products-grid .deal-card .timestamp > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #19a968;
}

body.dealvoyant-theme .route-product-grid .deal-card .score-meter,
body.dealvoyant-theme .saved-products-grid .deal-card .score-meter {
  display: block;
}

body.dealvoyant-theme .route-product-grid .deal-card .score-pill,
body.dealvoyant-theme .saved-products-grid .deal-card .score-pill {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(7, 16, 29, .84);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

body.dealvoyant-theme .route-product-grid .deal-card .tag.good,
body.dealvoyant-theme .route-product-grid .deal-card .tag.warn,
body.dealvoyant-theme .saved-products-grid .deal-card .tag.good,
body.dealvoyant-theme .saved-products-grid .deal-card .tag.warn {
  display: inline-flex;
}

body.dealvoyant-theme .route-product-grid .deal-card .rank-reason,
body.dealvoyant-theme .saved-products-grid .deal-card .rank-reason {
  display: -webkit-box;
  overflow: hidden;
  color: #536875;
  font-size: 11px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.dealvoyant-theme .route-product-grid .deal-card .price,
body.dealvoyant-theme .saved-products-grid .deal-card .price {
  color: #d71920;
  font-size: 24px;
  font-weight: 950;
}

body.dealvoyant-theme .route-product-grid .deal-card .deal-ribbon,
body.dealvoyant-theme .saved-products-grid .deal-card .deal-ribbon {
  border-radius: 10px;
  background: #e5292f;
  box-shadow: 0 10px 22px rgba(229, 41, 47, .24);
}

/* Empty, trust and saved states. */
body.dealvoyant-theme .dv-empty-state {
  width: min(100%, 620px);
  max-width: none;
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  margin: 24px auto 0;
  padding: clamp(28px, 5vw, 52px);
  border: 1px dashed rgba(7, 151, 157, .35);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(230, 248, 248, .75), #fff 48%, rgba(255, 77, 79, .04));
  text-align: center;
  box-shadow: 0 18px 45px rgba(12, 31, 44, .08);
}

body.dealvoyant-theme .dv-empty-state .dv-empty-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 4px;
  border-radius: 18px;
  background: linear-gradient(150deg, #0aa6b1, #06666f);
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  box-shadow: 0 14px 25px rgba(7, 151, 157, .22);
}

body.dealvoyant-theme .dv-empty-state h2 {
  margin: 0;
  color: #0d2030;
  font-size: clamp(22px, 3vw, 30px);
}

body.dealvoyant-theme .dv-empty-state p {
  max-width: 520px;
  margin: 0 0 6px;
  color: #586e7b;
  line-height: 1.6;
}

body.dealvoyant-theme .dv-trust-notice {
  position: relative;
  padding: 14px 18px 14px 44px;
  border-color: rgba(7, 151, 157, .2);
  border-radius: 13px;
  background: #f1fbfb;
  color: #35545c;
}

body.dealvoyant-theme .dv-trust-notice::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 13px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #087f88;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

body.dealvoyant-theme .saved-actions {
  position: relative;
  z-index: 2;
}

body.dealvoyant-theme .saved-market-note {
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(154, 52, 18, .07);
}

/* Categories and editorial guides. */
body.dealvoyant-theme .dv-category-grid,
body.dealvoyant-theme .dv-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.dealvoyant-theme .dv-category-card,
body.dealvoyant-theme .dv-guide-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(13, 44, 59, .11);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 31, 44, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.dealvoyant-theme .dv-category-card::after,
body.dealvoyant-theme .dv-guide-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7f7f8;
  color: #087f88;
  font-size: 20px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

body.dealvoyant-theme .dv-category-card:hover,
body.dealvoyant-theme .dv-guide-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 151, 157, .35);
  box-shadow: 0 21px 45px rgba(12, 31, 44, .13);
}

body.dealvoyant-theme .dv-category-card:hover::after,
body.dealvoyant-theme .dv-guide-card:hover::after {
  transform: translateX(3px);
  background: #087f88;
  color: #fff;
}

body.dealvoyant-theme .dv-category-mark,
body.dealvoyant-theme .dv-guide-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e4f7f8, #f7ffff);
  color: #087f88;
  font-size: 21px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(7, 151, 157, .12);
}

body.dealvoyant-theme .dv-category-card h3,
body.dealvoyant-theme .dv-guide-card h3 {
  color: #0d1f2e;
  font-size: 20px;
  line-height: 1.18;
}

body.dealvoyant-theme .dv-category-card p,
body.dealvoyant-theme .dv-guide-card p {
  display: -webkit-box;
  overflow: hidden;
  color: #5a6e79;
  font-size: 13px;
  line-height: 1.56;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.dealvoyant-theme .dv-category-stats {
  padding-right: 50px;
}

body.dealvoyant-theme .dv-guide-number {
  width: auto;
  min-width: 48px;
  padding: 0 10px;
  color: #d71920;
  background: #fff1f1;
  box-shadow: inset 0 0 0 1px rgba(215, 25, 32, .1);
}

body.dealvoyant-theme .dv-buying-notes-section {
  padding: 34px 0 0;
}

body.dealvoyant-theme .dv-buying-notes {
  padding: 24px 28px;
  border-color: rgba(7, 151, 157, .17);
  border-radius: 16px;
  background: linear-gradient(100deg, #edfafa, #fff);
}

/* Product detail and price comparison. */
body.dealvoyant-theme .product-detail-premium {
  gap: clamp(28px, 5vw, 68px);
  align-items: stretch;
}

body.dealvoyant-theme .product-detail-premium .detail-image {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: clamp(24px, 4vw, 48px);
  border-color: rgba(13, 44, 59, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(7, 151, 157, .1), transparent 52%),
    #f7fbfc;
  box-shadow: 0 24px 58px rgba(12, 31, 44, .12);
}

body.dealvoyant-theme .product-detail-premium .detail-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

body.dealvoyant-theme .product-detail-premium .detail-ribbon {
  top: 20px;
  right: 20px;
  left: auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: #e5292f;
  box-shadow: 0 12px 24px rgba(229, 41, 47, .22);
}

body.dealvoyant-theme .product-detail-premium .buy-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 2vw, 24px) 0;
}

body.dealvoyant-theme .product-detail-premium .buy-box h1 {
  margin: 13px 0 12px;
  color: #0b1927;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

body.dealvoyant-theme .product-detail-premium .detail-price {
  color: #d71920;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 950;
}

body.dealvoyant-theme .product-detail-premium .buy-signals {
  gap: 10px;
  margin: 20px 0;
}

body.dealvoyant-theme .product-detail-premium .buy-signals div {
  padding: 15px;
  border-color: rgba(7, 151, 157, .14);
  border-radius: 13px;
  background: #f3fbfb;
}

body.dealvoyant-theme .product-detail-premium .why-box {
  padding: 19px;
  border-radius: 14px;
  background: linear-gradient(120deg, #e7f7f8, #f8fdfd);
}

body.dealvoyant-theme .dv-detail-grid {
  gap: 20px;
}

body.dealvoyant-theme .dv-detail-panel {
  min-height: 220px;
  padding: 26px;
  border-color: rgba(13, 44, 59, .1);
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(12, 31, 44, .07);
}

/* Comparison surfaces. */
body.dealvoyant-theme .compare-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

body.dealvoyant-theme .compare-card {
  padding: 14px;
  border-color: rgba(13, 44, 59, .11);
  border-radius: 18px;
  box-shadow: 0 15px 36px rgba(12, 31, 44, .09);
}

body.dealvoyant-theme .compare-card-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  border-radius: 13px;
  background: #f5fbfc;
}

body.dealvoyant-theme .compare-card-media img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

body.dealvoyant-theme .compare-score {
  position: absolute;
  right: 10px;
  top: 10px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #087f88;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

body.dealvoyant-theme .compare-card h2 {
  margin: 15px 2px 8px;
  color: #102130;
  font-size: 18px;
}

body.dealvoyant-theme .compare-card .actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body.dealvoyant-theme .compare-card .btn {
  margin-top: 0;
}

body.dealvoyant-theme .dv-table-shell {
  overflow: auto;
  border: 1px solid rgba(13, 44, 59, .11);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(12, 31, 44, .08);
}

body.dealvoyant-theme .dv-table-shell .compare-table {
  margin: 0;
  border: 0;
  border-radius: 0;
}

body.dealvoyant-theme .dv-table-shell .compare-table th {
  padding: 15px 16px;
  background: #edf7f8;
  color: #38525f;
  font-size: 11px;
  letter-spacing: .065em;
}

body.dealvoyant-theme .dv-table-shell .compare-table td {
  padding: 17px 16px;
  color: #263c49;
}

body.dealvoyant-theme .dv-table-shell .compare-table tbody tr {
  transition: background .16s ease;
}

body.dealvoyant-theme .dv-table-shell .compare-table tbody tr:hover {
  background: #f6fbfc;
}

body.dealvoyant-theme .dv-table-shell .compare-table .current-market-row {
  background: #ecfafa;
  box-shadow: inset 4px 0 #07979d;
}

/* Legal reading surface. */
body.dealvoyant-theme .legal-page-shell {
  min-height: 62vh;
}

body.dealvoyant-theme .dv-legal-panel {
  width: min(100%, 850px);
  margin: 0 auto;
  padding: clamp(30px, 6vw, 70px);
  border-color: rgba(13, 44, 59, .1);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(12, 31, 44, .1);
}

body.dealvoyant-theme .dv-legal-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0aa6b1, #06666f);
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  box-shadow: 0 14px 25px rgba(7, 151, 157, .22);
}

body.dealvoyant-theme .dv-legal-panel h1 {
  margin: 0;
  color: #0a1927;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -.04em;
}

body.dealvoyant-theme .dv-legal-panel > p {
  margin: 18px 0 28px;
  color: #4f6673;
  font-size: 17px;
  line-height: 1.75;
}

body.dealvoyant-theme .dv-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--polish-home-line);
}

body.dealvoyant-theme .dv-legal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(13, 44, 59, .12);
  border-radius: 10px;
  color: #425965;
  font-size: 12px;
  font-weight: 800;
}

body.dealvoyant-theme .dv-legal-links a[aria-current="page"] {
  border-color: #087f88;
  background: #087f88;
  color: #fff;
}

/* Consistent keyboard interaction across storefront routes. */
body.dealvoyant-theme .dv-route-section a:focus-visible,
body.dealvoyant-theme .dv-route-section button:focus-visible,
body.dealvoyant-theme .dv-route-section input:focus-visible,
body.dealvoyant-theme .dv-route-section select:focus-visible {
  outline: 3px solid rgba(255, 77, 79, .68);
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  body.dealvoyant-theme .dv-route-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.dealvoyant-theme .dv-route-hero .dv-hero-search {
    width: 100%;
  }

  body.dealvoyant-theme .dv-filter-deck,
  body.dealvoyant-theme .dv-search-deck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.dealvoyant-theme .dv-filter-deck .filter-label {
    display: none;
  }

  body.dealvoyant-theme .dv-category-grid,
  body.dealvoyant-theme .dv-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.dealvoyant-theme .product-detail-premium .detail-image {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  body.dealvoyant-theme .dv-route-section {
    padding-top: 14px;
  }

  body.dealvoyant-theme .dv-route-section > .container {
    width: min(calc(100% - 20px), 1280px);
  }

  body.dealvoyant-theme .dv-route-hero {
    padding: 25px 20px;
    border-radius: 18px;
  }

  body.dealvoyant-theme .dv-route-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  body.dealvoyant-theme .dv-route-hero p {
    font-size: 14px;
  }

  body.dealvoyant-theme .dv-route-hero .dv-hero-search,
  body.dealvoyant-theme .dv-filter-deck,
  body.dealvoyant-theme .dv-search-deck {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-filter-deck > *,
  body.dealvoyant-theme .dv-filter-deck .btn,
  body.dealvoyant-theme .dv-filter-deck select,
  body.dealvoyant-theme .dv-filter-deck .input {
    width: 100%;
  }

  body.dealvoyant-theme .dv-results-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  body.dealvoyant-theme .dv-results-bar .dv-freshness-note {
    text-align: left;
  }

  body.dealvoyant-theme .dv-category-grid,
  body.dealvoyant-theme .dv-guide-grid {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .dv-category-card,
  body.dealvoyant-theme .dv-guide-card {
    min-height: 190px;
  }

  body.dealvoyant-theme .product-detail-premium .detail-image {
    min-height: 330px;
    padding: 20px;
    border-radius: 18px;
  }

  body.dealvoyant-theme .product-detail-premium .buy-box h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  body.dealvoyant-theme .product-detail-premium .buy-signals {
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .product-detail-premium .actions-row,
  body.dealvoyant-theme .compare-card .actions-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.dealvoyant-theme .product-detail-premium .actions-row .btn {
    width: 100%;
  }

  body.dealvoyant-theme .dv-table-shell {
    border-radius: 13px;
  }

  body.dealvoyant-theme .dv-table-shell .compare-table {
    min-width: 690px;
  }

  body.dealvoyant-theme .dv-legal-panel {
    padding: 28px 22px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dealvoyant-theme .dv-route-section *,
  body.dealvoyant-theme .dv-route-section *::before,
  body.dealvoyant-theme .dv-route-section *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

