:root {
  --store-navy: #071d3a;
  --store-teal: #079aa5;
  --store-coral: #ff5b57;
  --store-ice: #edf8fb;
  --store-line: #d9e4ea;
  --store-muted: #607084;
  --store-shadow: 0 18px 50px rgba(7, 29, 58, .09);
  --store-radius: 18px;
}

body.dealvoyant-theme {
  color: var(--store-navy);
  background: #fff;
}

body.dealvoyant-theme main { min-height: 64vh; }
body.dealvoyant-theme [data-reveal] { transition-delay: var(--reveal-delay, 0ms); }
body.dealvoyant-theme h1,
body.dealvoyant-theme h2 { color: var(--store-navy); }
body.dealvoyant-theme h1,
body.dealvoyant-theme .store-section h2,
body.dealvoyant-theme .store-route-hero h1 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
body.dealvoyant-theme .container { width: min(1380px, calc(100% - 48px)); }

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

body.dealvoyant-theme .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(calc(100% - 20px), 1520px);
  background: linear-gradient(115deg, rgba(248,254,255,.98), rgba(255,255,255,.98) 48%, rgba(255,250,247,.97));
  border-bottom: 1px solid #e7edf1;
  box-shadow: 0 8px 26px rgba(7, 29, 58, .05);
}
body.dealvoyant-theme .site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--store-teal), #62d7ce 48%, var(--store-coral)); }

body.dealvoyant-theme .site-nav {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto auto minmax(280px, 1fr) minmax(176px, max-content) auto;
  align-items: center;
  gap: 16px;
}

body.dealvoyant-theme .brand { min-width: max-content; }
body.dealvoyant-theme .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
body.dealvoyant-theme .brand-copy > span { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
body.dealvoyant-theme .brand-copy small { display: none; }

body.dealvoyant-theme .storefront-primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

body.dealvoyant-theme .storefront-primary-nav a {
  padding: 9px 12px;
  color: var(--store-navy);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

body.dealvoyant-theme .storefront-primary-nav a:hover,
body.dealvoyant-theme .storefront-primary-nav a[aria-current="page"] { color: #057f87; border-color: rgba(7,154,165,.16); background: rgba(7,154,165,.08); transform: translateY(-1px); }
body.dealvoyant-theme .category-trigger { border: 0; border-radius: 0; background: none; box-shadow: none; min-height: auto; }

body.dealvoyant-theme .nav-search {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  border: 1px solid var(--store-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(7,29,58,.05), inset 0 1px 0 rgba(255,255,255,.9);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
body.dealvoyant-theme .nav-search:focus-within { border-color: var(--store-teal); box-shadow: 0 12px 32px rgba(7,154,165,.14), 0 0 0 3px rgba(7,154,165,.1); transform: translateY(-1px); }

body.dealvoyant-theme .nav-search input { min-width: 0; height: 46px; padding: 0 14px; border: 0; background: transparent; }
body.dealvoyant-theme .nav-search .icon-search { width: 46px; height: 46px; border: 0; border-radius: 0; background: var(--store-teal); color: #fff; }

body.dealvoyant-theme [data-suggest-form] { position: relative; }
body.dealvoyant-theme .search-suggestions {
  position: absolute; z-index: 80; top: calc(100% + 8px); left: 0; right: 0;
  overflow: hidden; padding: 7px; border: 1px solid var(--store-line); border-radius: 14px;
  background: #fff; box-shadow: 0 22px 50px rgba(7,29,58,.18);
}
body.dealvoyant-theme .search-suggestions[hidden] { display: none; }
body.dealvoyant-theme .search-suggestion-option {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px 12px; border-radius: 9px; color: var(--store-ink); text-decoration: none;
}
body.dealvoyant-theme .search-suggestion-option strong,
body.dealvoyant-theme .search-suggestion-option small { display: block; }
body.dealvoyant-theme .search-suggestion-option small { margin-top: 2px; color: var(--store-muted); font-size: .75rem; text-transform: capitalize; }
body.dealvoyant-theme .search-suggestion-option > b { flex: 0 0 auto; color: var(--store-teal-dark, #087f88); font-size: .82rem; }
body.dealvoyant-theme .search-suggestion-option:hover,
body.dealvoyant-theme .search-suggestion-option[aria-selected="true"] { background: #edfafa; outline: none; }
body.dealvoyant-theme .market-switcher { min-width: 0; }
body.dealvoyant-theme .market-switcher summary {
  min-height: 46px;
  min-width: 0;
  max-width: 100%;
  border-radius: 10px;
  list-style: none;
  overflow: hidden;
}
body.dealvoyant-theme .market-switcher summary::marker { content: ""; }
body.dealvoyant-theme .market-switcher summary::-webkit-details-marker { display: none; }
body.dealvoyant-theme .market-switcher summary > span:last-child { white-space: nowrap; }
body.dealvoyant-theme .saved-nav-link { min-width: 120px; min-height: 46px; border: 0; padding: 0; background: transparent; box-shadow: none; }
body.dealvoyant-theme .saved-nav-link > span:last-child {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
body.dealvoyant-theme .saved-nav-link small { display: none; }
body.dealvoyant-theme .saved-nav-link::before { display: none; }
.store-mobile-nav { display: none; }
.nav-compare-count,
.store-mobile-nav [data-compare-count] {
  display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 3px; padding: 0 5px;
  border-radius: 999px; background: #e7f7f6; color: var(--store-teal); font-size: 10px; font-weight: 900;
}

.store-eyebrow {
  margin: 0 0 8px;
  color: var(--store-teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.storefront-hero { position: relative; isolation: isolate; overflow: hidden; overflow: clip; background: #f3f8fb; border-bottom: 1px solid #e3edf1; }
.storefront-hero::before,
.storefront-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.storefront-hero::before { width: 420px; height: 420px; left: -170px; top: -210px; background: radial-gradient(circle, rgba(7,154,165,.18), rgba(7,154,165,0) 69%); }
.storefront-hero::after { width: 520px; height: 520px; right: -210px; bottom: -330px; background: radial-gradient(circle, rgba(255,91,87,.14), rgba(255,91,87,0) 70%); }
.storefront-hero-grid { min-height: 600px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 58px; padding-block: 56px; }
.storefront-hero-copy { max-width: 590px; }
.storefront-hero-copy h1 { max-width: 11.5ch; margin: 0; font-size: clamp(48px, 4.4vw, 70px); line-height: .99; letter-spacing: -.04em; text-wrap: balance; }
.storefront-hero-copy h1 span { display: block; }
.storefront-hero-copy h1 span:last-child { color: var(--store-teal); }
.store-live-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(7,154,165,.18); border-radius: 999px; background: rgba(255,255,255,.74); box-shadow: 0 3px 6px rgba(7,29,58,.05); }
.store-live-eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: #14a85d; box-shadow: 0 0 0 5px rgba(20,168,93,.12); animation: storeLivePulse 2s ease-out infinite; }
.storefront-hero-copy > p:not(.store-eyebrow) { max-width: 610px; margin: 24px 0 0; color: var(--store-muted); font-size: 18px; line-height: 1.7; }

.storefront-hero-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 28px; padding: 6px; border: 1px solid var(--store-line); border-radius: 12px; background: #fff; box-shadow: 0 4px 8px rgba(7, 29, 58, .07); }
.storefront-hero-search input { min-width: 0; height: 48px; padding: 0 14px; border: 0; background: transparent; }
.storefront-hero-search .btn { min-width: 116px; }
.storefront-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
body.dealvoyant-theme .store-primary-cta { position: relative; overflow: hidden; background: var(--store-coral); border-color: var(--store-coral); box-shadow: 0 10px 24px rgba(255,91,87,.22); }
body.dealvoyant-theme .store-primary-cta::after { content: ""; position: absolute; inset: -40% auto -40% -45%; width: 32%; transform: skewX(-20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent); transition: left .55s ease; }
body.dealvoyant-theme .store-primary-cta:hover::after { left: 118%; }
.storefront-trust-inline { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; color: var(--store-muted); font-size: 12px; }
.storefront-trust-inline span { padding: 8px 11px; border: 1px solid rgba(7,29,58,.08); border-radius: 999px; background: rgba(255,255,255,.72); }
.storefront-trust-inline strong { color: var(--store-navy); }
.store-intent-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.store-intent-links a { min-width: 0; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: 9px; align-items: center; padding: 10px; border: 1px solid rgba(7,29,58,.09); border-radius: 13px; color: var(--store-navy); background: rgba(255,255,255,.78); box-shadow: 0 8px 22px rgba(7,29,58,.04); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.store-intent-links a:hover { transform: translateY(-2px); border-color: rgba(7,154,165,.5); box-shadow: 0 12px 28px rgba(7,29,58,.09); }
.store-intent-links a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,var(--store-teal),#08756d); font-weight: 900; }
.store-intent-links strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.store-intent-links small { overflow: hidden; color: var(--store-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.storefront-hero-visual { position: relative; min-width: 0; }
.store-hero-float { position: absolute; z-index: 5; display: grid; gap: 2px; min-width: 150px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.82); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 6px 8px rgba(7,29,58,.13); backdrop-filter: blur(10px); pointer-events: none; }
.store-hero-float span { color: var(--store-muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.store-hero-float strong { color: var(--store-navy); font-size: 13px; }
.store-hero-float-value { top: -18px; right: 44px; animation: storeBadgeDrift 6s ease-in-out infinite; }
.storefront-top-offer { display: grid; grid-template-columns: minmax(260px, 1.08fr) minmax(280px, .92fr); min-height: 430px; border: 1px solid #d7e7ec; border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 6px 8px rgba(7,29,58,.08); animation: storeOfferFloat 7s ease-in-out infinite; }
.storefront-top-offer-media { display: grid; place-items: center; padding: 28px; background: var(--store-ice); }
.storefront-top-offer-media img { width: 100%; height: 360px; object-fit: contain; mix-blend-mode: multiply; }
.storefront-top-offer-copy { align-self: center; padding: 38px; }
.storefront-top-offer-copy h2 { margin: 8px 0 20px; font-family: inherit; font-size: 28px; line-height: 1.16; letter-spacing: -.03em; text-wrap: balance; }
.storefront-top-offer-copy > p { color: var(--store-muted); }
.storefront-top-offer-actions { display: flex; gap: 10px; margin-top: 26px; }
.storefront-empty-visual { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 430px; padding: 36px; border: 1px solid #d7e7ec; border-radius: 16px; background: #fff; box-shadow: 0 6px 8px rgba(7,29,58,.08); overflow: hidden; }
.storefront-empty-visual img { width: 100%; height: 360px; object-fit: contain; mix-blend-mode: multiply; }
.storefront-empty-visual h2 { margin: 10px 0 14px; font-size: 34px; line-height: 1.1; }
.storefront-empty-visual p { color: var(--store-muted); line-height: 1.65; }

.storefront-assurance { border-bottom: 1px solid #e1e9ee; background: #fff; }
.storefront-assurance .container { min-height: 74px; display: flex; justify-content: center; align-items: center; gap: 14px; text-align: center; }
.storefront-assurance span { color: var(--store-muted); }
.store-market-quickbar { padding: 24px 0; border-bottom: 1px solid var(--store-line); background: #fff; }
.store-market-quickbar .container { display: flex; align-items: center; gap: 24px; }
.store-market-quickbar-title { flex: 0 0 150px; display: grid; gap: 3px; }
.store-market-quickbar-title strong { color: var(--store-navy); font-size: 18px; }
.store-market-quickbar-links { flex: 1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.store-market-quickbar-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; min-height: 56px; padding: 10px 12px; border: 1px solid var(--store-line); border-radius: 14px; color: var(--store-navy); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.store-market-quickbar-links a:hover { transform: translateY(-2px); border-color: var(--store-teal); box-shadow: 0 10px 24px rgba(14, 55, 70, .1); }
.store-market-quickbar-links a.active { color: #fff; border-color: var(--store-teal); background: linear-gradient(135deg, var(--store-teal), #08756d); }
.store-market-quickbar-links a > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; font-size: 10px; font-weight: 900; color: var(--store-teal); background: var(--store-soft); }
.store-market-quickbar-links a.active > span { color: var(--store-navy); background: #fff; }
.store-market-quickbar-links a strong { font-size: 12px; line-height: 1.15; }
.store-market-quickbar-links a small { font-weight: 800; opacity: .72; }

.store-section { padding: 68px 0; }
.store-section:nth-of-type(even) { background: #f9fbfc; }
.store-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.store-section-head h2 { margin: 0; font-size: clamp(32px, 3vw, 46px); }
.store-section-head p:not(.store-eyebrow) { max-width: 700px; margin: 8px 0 0; color: var(--store-muted); }
.store-section-head > a { color: var(--store-teal); font-weight: 800; }

.store-category-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.store-category-tile { min-width: 0; padding: 12px; border: 1px solid var(--store-line); border-radius: 14px; background: #fff; color: var(--store-navy); transition: transform .18s ease, box-shadow .18s ease; }
.store-category-tile:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(7, 29, 58, .09); }
.store-category-tile img { width: 100%; height: 112px; object-fit: contain; mix-blend-mode: multiply; }
.store-category-tile strong,
.store-category-tile span { display: block; }
.store-category-tile strong { margin-top: 10px; }
.store-category-tile span { margin-top: 4px; color: var(--store-muted); font-size: 12px; }
.store-category-all { display: flex; flex-direction: column; justify-content: center; background: var(--store-ice); }

.store-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.store-product-rail {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, calc((100% - 60px) / 4));
  align-items: stretch;
  padding: 2px 2px 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(7,154,165,.55) transparent;
}
.store-product-rail:focus-visible { outline: 3px solid rgba(7,154,165,.3); outline-offset: 5px; }
.store-product-rail > .store-product-card { scroll-snap-align: start; }
.store-merch-section { position: relative; border-top: 1px solid rgba(15, 45, 60, .08); }
.store-merch-section:nth-of-type(even) { background: linear-gradient(180deg, rgba(238, 249, 248, .62), rgba(255, 255, 255, .9)); }
.store-merch-flash { background: linear-gradient(135deg, rgba(255, 246, 229, .7), rgba(255, 255, 255, .95)); }
.store-merch-premium { background: linear-gradient(135deg, rgba(235, 242, 255, .74), rgba(250, 252, 255, .95)); }
.store-merch-budget { background: linear-gradient(135deg, rgba(235, 251, 244, .7), rgba(255, 255, 255, .96)); }
.store-product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--store-line); border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px rgba(7, 29, 58, .05); transform-style: preserve-3d; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.store-product-card:hover { border-color: rgba(7,154,165,.42); transform: translateY(-6px); box-shadow: 0 24px 56px rgba(7,29,58,.14); }
.store-product-media { position: relative; flex: 0 0 262px; height: 262px; min-height: 0; padding: 16px; overflow: hidden; background: linear-gradient(145deg,#f8fbfc,#edf5f7); }
.store-product-media::after { content: ""; position: absolute; inset: 0; transform: translateX(-115%); background: linear-gradient(112deg, transparent 30%, rgba(255,255,255,.62) 49%, transparent 68%); pointer-events: none; transition: transform .75s ease; }
.store-product-card:hover .store-product-media::after { transform: translateX(115%); }
.store-product-media > a { display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; border-radius: 10px; }
.store-product-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.store-discount-badge,
.store-rank-badge,
.store-preview-badge { position: absolute; z-index: 2; top: 14px; padding: 6px 9px; border-radius: 7px; font-size: 11px; font-weight: 850; }
.store-discount-badge { left: 14px; background: var(--store-coral); color: #fff; }
.store-rank-badge { left: 14px; top: 48px; background: var(--store-navy); color: #fff; }
.store-preview-badge { left: 14px; top: 48px; background: #fff8de; border: 1px solid #ead89a; color: #5c4710; }
.store-rank-badge + .store-preview-badge { top: 82px; }
.store-save-button { position: absolute; z-index: 3; top: 12px; right: 12px; min-width: 54px; height: 34px; padding: 0 10px; border: 1px solid var(--store-line); border-radius: 999px; background: #fff; color: var(--store-navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.store-save-button.warning { border-color: #ffc0bd; background: #fff0ef; color: #a62a27; }
.store-product-body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; min-width: 0; padding: 17px 18px 18px; border-top: 1px solid #e5eef1; background: #fff; }
.store-product-source { display: flex; align-items: center; justify-content: space-between; gap: 9px; min-width: 0; min-height: 24px; color: var(--store-muted); font-size: 11px; line-height: 1.2; text-transform: capitalize; }
.store-product-source span:first-child { min-width: 0; overflow: hidden; color: var(--store-teal); font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.store-product-source span:last-child { flex: 0 0 auto; max-width: 38%; padding: 4px 7px; overflow: hidden; border-radius: 999px; color: #526774; background: #f2f6f7; text-overflow: ellipsis; white-space: nowrap; }
.store-product-card h3 { min-height: 46px; margin: 10px 0 12px; overflow: hidden; font-size: 17px; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.store-product-card h3 a { color: var(--store-navy); }
.store-price-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.store-price-row strong { color: #087b65; font-size: 24px; }
.store-price-row del { color: #8995a4; font-size: 14px; }
.store-savings { margin: 7px 0 0; color: #087b65; font-size: 12px; font-weight: 800; }
.store-card-footer { display: flex; justify-content: space-between; gap: 10px; margin: auto 0 14px; padding-top: 18px; color: var(--store-muted); font-size: 11px; }
.store-score strong { color: #087b65; }
.store-freshness { max-width: 52%; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.dealvoyant-theme .store-offer-button { flex: 1; background: var(--store-navy); border-color: var(--store-navy); }
.store-card-actions { display: flex; gap: 9px; margin-top: 4px; }
.store-card-actions .btn { min-height: 42px; padding: 10px 13px; font-size: 13px; }
.store-compare-button { flex: 0 0 auto; }
.store-compare-button.warning { border-color: #9bdad8; background: #e8f8f6; color: var(--store-teal); }
.store-product-rating { display: flex; align-items: center; gap: 5px; min-height: 20px; color: #a35f00; font-size: 13px; }
.store-product-rating > span { color: #f6a900; font-size: 16px; line-height: 1; }
.store-product-rating strong { color: var(--store-navy); }
.store-product-rating small { color: var(--store-muted); }
.store-detail-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 10px 0 4px; color: #a35f00; }
.store-detail-rating > span:first-child { color: #f5a400; letter-spacing: 1px; }
.store-detail-rating strong { color: var(--store-navy); }
.store-detail-rating > span:not(:first-child) { color: var(--store-muted); font-size: 13px; }
.store-detail-rating small { flex-basis: 100%; color: var(--store-muted); font-size: 11px; }

@keyframes storeOfferFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes storeBadgeDrift { 0%, 100% { transform: translate3d(0,0,0) rotate(-1deg); } 50% { transform: translate3d(0,-8px,0) rotate(1deg); } }
@keyframes storeLivePulse { 0% { box-shadow: 0 0 0 0 rgba(20,168,93,.28); } 70%, 100% { box-shadow: 0 0 0 8px rgba(20,168,93,0); } }

@media (prefers-reduced-motion: reduce) {
  .storefront-top-offer { animation: none; }
  .store-hero-float { animation: none; }
  .store-live-eyebrow > span { animation: none; }
  body.dealvoyant-theme [data-reveal] { transition-delay: 0ms !important; }
  .store-product-card,
  .store-market-quickbar-links a,
  body.dealvoyant-theme .store-primary-cta::after { transition: none; }
}

.store-empty-inventory { min-height: 210px; display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 38px; border: 1px solid #d8e8ed; border-radius: var(--store-radius); background: var(--store-ice); }
.store-empty-inventory[hidden] { display: none; }
.store-empty-inventory h2,
.store-empty-inventory h3 { margin: 0 0 10px; font-size: 30px; }
.store-empty-inventory p { max-width: 700px; margin: 0; color: var(--store-muted); line-height: 1.6; }
.store-empty-actions { display: flex; gap: 10px; }

.store-partner-chips,
.store-market-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-partner-chips a,
.store-market-row a { padding: 13px 16px; border: 1px solid var(--store-line); border-radius: 10px; background: #fff; color: var(--store-navy); font-weight: 750; }
.store-learning-promo { padding-block: 34px; }
.store-learning-promo > .container { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(270px,.75fr); gap: 36px; align-items: center; padding: clamp(26px,4vw,44px); border-radius: 16px; background: var(--store-navy); color: #fff; }
.store-learning-copy { max-width: 720px; }
.store-learning-copy > span { color: #77e3df; font-size: 12px; font-weight: 850; }
.store-learning-copy h2 { max-width: 18ch; margin: 8px 0 13px; color: #fff !important; font-size: clamp(2rem,4vw,3.4rem); letter-spacing: -.035em; text-wrap: balance; }
.store-learning-copy p { max-width: 68ch; margin: 0 0 20px; color: #d0deea; line-height: 1.65; }
.store-learning-copy .btn { background: #0a9999; border-color: #0a9999; }
.store-learning-proof { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.store-learning-proof strong,.store-learning-proof span { min-height: 44px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.store-learning-proof strong { color: #fff; font-size: 17px; }
.store-learning-proof span { color: #c5d5e3; }
.store-market-row a { display: flex; align-items: center; gap: 9px; }
.store-market-row a.active { border-color: var(--store-teal); box-shadow: 0 0 0 2px rgba(7, 154, 165, .12); }
.store-market-row span { padding: 3px 5px; border-radius: 4px; background: var(--store-ice); font-size: 10px; }
.store-market-row small { color: var(--store-muted); }

.store-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.store-how-grid article { position: relative; padding: 32px; border: 1px solid var(--store-line); border-radius: var(--store-radius); background: #fff; text-align: center; }
.store-how-grid article > span { display: grid; place-items: center; width: 34px; height: 34px; margin: -50px auto 18px; border-radius: 50%; background: var(--store-teal); color: #fff; font-weight: 850; }
.store-how-grid h3 { margin: 0 0 8px; }
.store-how-grid p { margin: 0; color: var(--store-muted); line-height: 1.6; }

.store-saved-promo .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding: 44px; border-radius: 22px; background: var(--store-ice); }
.store-saved-promo h2 { margin: 0 0 14px; font-size: 45px; line-height: 1.02; }
.store-saved-promo h2 span { display: block; }
.store-saved-promo p { color: var(--store-muted); }
.store-saved-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.store-saved-benefits article { padding: 22px; border-left: 1px solid #cce0e6; }
.store-saved-benefits h3 { margin: 0 0 8px; }
.store-saved-benefits p { margin: 0; line-height: 1.55; }

.store-route-hero { position: relative; isolation: isolate; overflow: hidden; padding: 62px 0 38px; background: linear-gradient(135deg, #eef9fb 0%, #f7f9fc 54%, #fff5f2 100%); border-bottom: 1px solid #e3edf1; }
.store-route-hero::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -130px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(255,91,87,.16), transparent 70%); }
.store-route-hero .container { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.store-route-hero h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.store-route-hero p:not(.store-eyebrow) { max-width: 720px; margin: 16px 0 0; color: var(--store-muted); font-size: 17px; line-height: 1.6; }
.store-hero-actions { display: flex; gap: 10px; }
.store-listing-section { padding: 34px 0 72px; }

.store-filter-deck { margin-bottom: 26px; padding: 18px; border: 1px solid var(--store-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(7, 29, 58, .05); }
.store-quick-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: -2px 0 16px; }
.store-quick-filters > span { margin-right: 3px; color: var(--store-muted); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.store-quick-filters a { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid #d7e4e8; border-radius: 999px; color: var(--store-navy); background: #f8fbfc; font-size: 12px; font-weight: 780; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.store-quick-filters a:hover { transform: translateY(-1px); border-color: #77c7c1; background: #f0faf8; }
.store-quick-filters a[aria-current="true"] { border-color: var(--store-teal); color: #fff; background: var(--store-teal); box-shadow: 0 6px 14px rgba(7, 154, 165, .18); }
.store-quick-filters a:focus-visible,
.store-active-filters a:focus-visible { outline: 3px solid rgba(7,154,165,.3); outline-offset: 2px; }
.store-filter-primary { display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .7fr)); gap: 12px; }
.store-filter-deck label { display: grid; gap: 6px; }
.store-filter-deck label > span { color: var(--store-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.store-filter-deck input,
.store-filter-deck select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--store-line); border-radius: 8px; background: #fff; color: var(--store-navy); }
.store-filter-deck select:disabled { color: #526978; background: #f4f7f8; cursor: not-allowed; opacity: 1; }
.store-filter-note { color: var(--store-muted); font-size: 10px; line-height: 1.35; }
.store-more-filters { margin-top: 12px; border-top: 1px solid #edf1f4; }
.store-more-filters summary { width: max-content; padding: 12px 0 0; color: var(--store-teal); font-size: 13px; font-weight: 800; cursor: pointer; }
.store-more-filters > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 12px; }
.store-filter-actions { display: flex; align-items: center; gap: 18px; margin-top: 14px; }
.store-filter-actions a { color: var(--store-muted); font-size: 13px; font-weight: 700; }
.store-active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 15px; padding-top: 14px; border-top: 1px solid #edf1f4; }
.store-active-filters > strong { margin-right: 2px; color: var(--store-muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.store-active-filters a { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 6px 10px; border: 1px solid #b8dedd; border-radius: 999px; color: #075f61; background: #effaf8; font-size: 12px; font-weight: 750; }
.store-active-filters a span { font-size: 17px; line-height: .8; }
.store-active-filters .store-clear-filters { margin-left: auto; border-color: transparent; color: var(--store-muted); background: transparent; text-decoration: underline; }
.store-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0 0 20px; padding: 0 2px; }
.store-results-bar strong,
.store-results-bar span { display: block; }
.store-results-bar strong { font-size: 20px; }
.store-results-bar span,
.store-results-bar p { margin: 4px 0 0; color: var(--store-muted); font-size: 12px; }
.store-pagination-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -6px 0 18px; padding: 11px 14px; border: 1px solid var(--store-line); border-radius: 12px; color: var(--store-muted); background: rgba(255,255,255,.72); font-size: 12px; }
.store-pagination-summary strong { color: var(--store-ink); }
.store-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-top: 28px; padding: 16px; border: 1px solid var(--store-line); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 14px 35px rgba(10,41,58,.07); }
.store-pagination a, .store-pagination span { font-size: 13px; font-weight: 750; }
.store-page-direction { display: inline-flex; align-items: center; gap: 7px; color: var(--store-teal); }
.store-page-direction:last-child { justify-self: end; }
.store-page-direction.disabled { color: #9aa9b3; cursor: not-allowed; }
.store-page-numbers { display: flex; align-items: center; justify-content: center; gap: 5px; }
.store-page-numbers a { display: grid; min-width: 36px; height: 36px; padding: 0 8px; place-items: center; border: 1px solid transparent; border-radius: 10px; color: var(--store-ink); }
.store-page-numbers a:hover { border-color: var(--store-line); background: #f3faf8; }
.store-page-numbers a.active { color: #fff; background: linear-gradient(135deg, var(--store-teal), #08756c); box-shadow: 0 7px 15px rgba(6,132,121,.2); }
@media (max-width: 620px) { .store-pagination { grid-template-columns: 1fr 1fr; } .store-page-numbers { grid-column: 1 / -1; grid-row: 1; } .store-page-direction { grid-row: 2; } .store-pagination-summary { align-items: flex-start; flex-direction: column; gap: 3px; } }

.store-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.store-category-card { display: grid; grid-template-columns: 190px 1fr; gap: 24px; min-height: 220px; padding: 20px; border: 1px solid var(--store-line); border-radius: var(--store-radius); background: #fff; color: var(--store-navy); box-shadow: 0 10px 28px rgba(7,29,58,.05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.store-category-card:hover { transform: translateY(-5px); border-color: rgba(7,154,165,.4); box-shadow: 0 22px 48px rgba(7,29,58,.12); }
.store-category-card > div { display: grid; place-items: center; border-radius: 12px; background: #f3f8fa; overflow: hidden; }
.store-category-card img { width: 100%; height: 180px; object-fit: contain; mix-blend-mode: multiply; }
.store-category-card > span { align-self: center; }
.store-category-card h2 { margin: 0 0 9px; font-family: inherit; font-size: 28px; }
.store-category-card p:not(.store-eyebrow) { color: var(--store-muted); line-height: 1.55; }
.store-category-card strong { color: var(--store-teal); }
.store-buying-note { margin-top: 46px; padding: 34px; border-radius: var(--store-radius); background: var(--store-ice); }
.store-buying-note h2 { margin: 0 0 8px; }
.store-buying-note p:last-child { max-width: 850px; margin: 0; color: var(--store-muted); }

.store-product-page { padding: 30px 0 58px; }
.store-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--store-muted); font-size: 13px; }
.store-breadcrumbs a { color: var(--store-teal); }
.store-product-detail { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: start; padding: 30px; border: 1px solid rgba(217,228,234,.9); border-radius: 26px; background: linear-gradient(145deg, #fff, #fbfdfe); box-shadow: 0 24px 60px rgba(7,29,58,.08); }
.store-detail-media { position: relative; display: grid; place-items: center; min-height: 560px; padding: 34px; border: 1px solid var(--store-line); border-radius: 22px; background: #f5f9fa; }
.store-detail-media img { width: 100%; height: 500px; object-fit: contain; mix-blend-mode: multiply; }
.store-detail-copy { padding: 12px 0; }
.store-detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.store-detail-tags span { padding: 6px 9px; border-radius: 999px; background: var(--store-ice); color: var(--store-teal); font-size: 11px; font-weight: 800; text-transform: capitalize; }
.store-detail-copy h1 { margin: 16px 0 8px; font-family: inherit; font-size: clamp(36px, 4vw, 58px); line-height: 1.06; }
.store-brand { color: var(--store-muted); }
.store-detail-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-top: 24px; }
.store-detail-price strong { color: #087b65; font-size: 38px; }
.store-detail-price del { color: #8995a4; }
.store-detail-price span { color: #087b65; font-weight: 800; }
.store-detail-description { max-width: 760px; color: var(--store-muted); font-size: 16px; line-height: 1.7; }
.store-detail-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.store-detail-signals div { padding: 14px; border: 1px solid var(--store-line); border-radius: 10px; }
.store-detail-signals strong,
.store-detail-signals span { display: block; }
.store-detail-signals strong { overflow-wrap: anywhere; }
.store-detail-signals span { margin-top: 4px; color: var(--store-muted); font-size: 11px; }
.store-why-ranks { padding: 18px; border-radius: 12px; background: var(--store-ice); }
.store-why-ranks > p { margin: 0 0 10px; color: var(--store-muted); }
.store-score-track { height: 7px; border-radius: 999px; background: #d8e8ec; overflow: hidden; }
.store-score-track span { display: block; height: 100%; background: var(--store-teal); }
.store-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.store-affiliate-note { color: var(--store-muted); font-size: 12px; line-height: 1.5; }

.store-offer-stack { display: grid; gap: 12px; }
.store-offer-count { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #b9ded8; border-radius: 999px; color: #087b65; background: #edf9f7; font-size: 12px; font-weight: 850; }
.store-offer-row { display: grid; grid-template-columns: minmax(220px, 1.3fr) minmax(160px, .7fr) auto auto; align-items: center; gap: 24px; padding: 18px; border: 1px solid var(--store-line); border-radius: 12px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.store-offer-row:hover { transform: translateX(4px); border-color: rgba(7,154,165,.35); box-shadow: 0 12px 28px rgba(7,29,58,.08); }
.store-offer-row.current { border-color: var(--store-teal); box-shadow: 0 0 0 2px rgba(7, 154, 165, .09); }
.store-offer-row.best-local { position: relative; background: linear-gradient(110deg, #f4fbfa, #fff 52%); }
.store-offer-merchant { display: flex !important; align-items: center; flex-wrap: wrap; gap: 8px; }
.store-offer-merchant em { padding: 4px 7px; border-radius: 999px; color: #087b65; background: #dff5ef; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .02em; text-transform: uppercase; }
.store-offer-row > div:first-child strong,
.store-offer-row > div:first-child span,
.store-offer-row > div:first-child small { display: block; }
.store-offer-row > div:first-child span,
.store-offer-row > div:first-child small { margin-top: 4px; color: var(--store-muted); }
.store-offer-price strong,
.store-offer-price del { display: block; }
.store-offer-price > span { display: block; margin-bottom: 3px; color: var(--store-muted); font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.store-offer-price strong { color: #087b65; font-size: 22px; }
.store-offer-price del { color: #8995a4; font-size: 12px; }
.store-offer-row > .store-score { min-width: 62px; color: var(--store-muted); font-size: 12px; text-align: center; }
.store-offer-row > .store-score strong { color: #087b65; font-size: 18px; }
.store-cross-market-offers { margin-top: 18px; border: 1px solid var(--store-line); border-radius: 14px; background: #fbfdfe; }
.store-cross-market-offers summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; color: var(--store-navy); cursor: pointer; font-weight: 850; }
.store-cross-market-offers summary small { color: var(--store-muted); font-weight: 650; }
.store-cross-market-offers[open] summary { border-bottom: 1px solid var(--store-line); }
.store-cross-market-offers > .store-offer-stack { padding: 14px; }
.store-cross-market-offers .store-offer-row { box-shadow: none; }
.store-market-offer-empty { display: grid; gap: 5px; padding: 18px; border: 1px solid #ead8ab; border-radius: 12px; background: #fff9eb; }
.store-market-offer-empty span { color: var(--store-muted); font-size: 13px; }
.store-offer-row a:focus-visible,
.store-cross-market-offers summary:focus-visible { outline: 3px solid rgba(7,154,165,.34); outline-offset: 3px; }
.store-history-track { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.store-history-track div { min-width: 0; padding: 14px; border: 1px solid var(--store-line); border-radius: 10px; background: #fff; }
.store-history-track span,
.store-history-track strong { display: block; }
.store-history-track span { color: var(--store-muted); font-size: 10px; overflow: hidden; text-overflow: ellipsis; }
.store-history-track strong { margin-top: 7px; color: #087b65; }
.store-price-intelligence { display:grid; grid-template-columns:minmax(0,1fr) minmax(250px,.42fr); gap:24px; padding:24px; border:1px solid var(--store-line); border-radius:18px; background:linear-gradient(145deg,#fff,#f3fbf8); }
.store-price-chart { min-height:210px; }
.store-price-chart svg { width:100%; height:210px; overflow:visible; }
.store-price-chart polyline { fill:none; stroke:#087b65; stroke-width:2.5; vector-effect:non-scaling-stroke; stroke-linecap:round; stroke-linejoin:round; }
.store-price-chart .price-chart-area { fill:rgba(8,123,101,.1); stroke:none; }
.store-price-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:0; }
.store-price-stats div { padding:14px; border:1px solid var(--store-line); border-radius:12px; background:#fff; }
.store-price-stats dt { color:var(--store-muted); font-size:12px; }
.store-price-stats dd { margin:5px 0 0; color:#073b35; font-weight:800; }
.store-price-low-badge { align-self:center; padding:8px 12px; border-radius:999px; background:#dcf8ec; color:#08684f; font-weight:800; font-size:12px; }
.store-price-records { margin-top:12px; }
.store-price-records summary { cursor:pointer; color:#08684f; font-weight:750; }
.store-price-records ol { max-height:280px; overflow:auto; margin:12px 0 0; padding:0; list-style:none; border:1px solid var(--store-line); border-radius:12px; }
.store-price-records li { display:grid; grid-template-columns:1fr auto minmax(90px,.5fr); gap:16px; padding:11px 14px; border-bottom:1px solid var(--store-line); }
.store-price-records li:last-child { border-bottom:0; }
.store-price-records span { color:var(--store-muted); text-transform:capitalize; }
.store-price-sparse { padding:24px; border:1px dashed #9fcfc5; border-radius:16px; background:#f5fcfa; }
.store-price-sparse p { margin:6px 0 0; color:var(--store-muted); }
.store-product-info .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.store-product-info article { padding: 28px; border: 1px solid var(--store-line); border-radius: var(--store-radius); background: #fff; }
.store-product-info h2 { margin: 0 0 18px; font-family: inherit; font-size: 28px; }
.store-product-info dl { margin: 0; }
.store-product-info dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #edf1f4; }
.store-product-info dt { color: var(--store-muted); }
.store-product-info dd { margin: 0; font-weight: 750; text-transform: capitalize; }

.store-privacy-notice { display: flex; gap: 8px; margin-bottom: 20px; padding: 14px 16px; border: 1px solid #bcdfe3; border-radius: 10px; background: var(--store-ice); }
.store-privacy-notice span { color: var(--store-muted); }
.store-saved-note { margin: 0 0 20px; padding: 14px 16px; border: 1px solid #ecd49e; border-radius: 10px; background: #fff9eb; color: #6b5115; }
.store-saved-note button { margin-left: 12px; border: 0; background: transparent; color: #086e75; text-decoration: underline; cursor: pointer; }
.browser-personalization { border-top: 1px solid var(--store-line); background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%); }
.browser-personalization[hidden], .browser-personalization [hidden] { display: none !important; }
.browser-recent-grid { margin-bottom: 42px; }
.browser-recommendation-head { padding-top: 34px; border-top: 1px solid var(--store-line); }
.store-saved-toolbar { margin-top: 22px; }
.store-compare-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 20px; padding: 14px 16px; border: 1px solid #cce5e6; border-radius: 12px; background: #f3fbfb; }
.store-compare-toolbar p { margin: 0; color: var(--store-muted); }
.store-compare-toolbar strong { color: var(--store-teal); font-size: 20px; }
.store-compare-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.store-compare-card { position: relative; padding: 18px; border: 1px solid var(--store-line); border-radius: 14px; background: #fff; }
.store-compare-fit { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e9f7f4; color: var(--store-primary); font-size: 11px; font-weight: 800; }
.store-compare-meta { flex-basis: 100%; color: var(--store-muted); font-size: 11px; }
.store-compare-card img { width: 100%; height: 180px; object-fit: contain; mix-blend-mode: multiply; }
.store-compare-card h2 { margin: 14px 0 10px; font-family: inherit; font-size: 17px; }
.store-compare-card p { color: var(--store-muted); font-size: 12px; }
.store-compare-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.store-comparison-shell { overflow-x: auto; border: 1px solid var(--store-line); border-radius: 14px; }
.store-comparison-table { width: 100%; border-collapse: collapse; background: #fff; }
.store-comparison-table caption { padding: 16px; text-align: left; font-weight: 800; }
.store-comparison-table th,
.store-comparison-table td { padding: 14px; border-top: 1px solid #edf1f4; text-align: left; }
.store-comparison-table th { color: var(--store-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }

body.dealvoyant-theme .site-footer { padding: 48px 0; background: var(--store-navy); color: #d9e6ef; }
.privacy-choice { position: fixed; z-index: 120; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 980px; margin-inline: auto; padding: 18px 20px; border: 1px solid rgba(7,154,165,.24); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(7,29,58,.2); }
.privacy-choice[hidden], .privacy-choice-open[hidden] { display: none !important; }
.privacy-choice strong { display: block; margin-bottom: 4px; }
.privacy-choice p { max-width: 650px; margin: 0; color: var(--store-muted); font-size: 13px; line-height: 1.5; }
.privacy-choice-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.privacy-choice-actions a { font-size: 12px; font-weight: 750; white-space: nowrap; }
.privacy-choice-open { position: fixed; z-index: 110; right: 14px; bottom: 14px; min-height: 44px; padding: 8px 11px; border: 1px solid #d7e3e8; border-radius: 999px; color: var(--store-navy); background: rgba(255,255,255,.94); box-shadow: 0 8px 22px rgba(7,29,58,.12); font-size: 11px; font-weight: 750; }
html.privacy-choice-visible body,
html.privacy-choice-collapsed body { padding-bottom: var(--privacy-choice-space, 0px); }
body.dealvoyant-theme .footer-grid { display: grid; grid-template-columns: minmax(300px, 1.25fr) minmax(430px, 1fr); gap: 70px; align-items: start; }
body.dealvoyant-theme .footer-brand > strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
body.dealvoyant-theme .footer-brand p { max-width: 420px; color: #b9c9d6; }
body.dealvoyant-theme .footer-disclosure,
body.dealvoyant-theme .footer-network-note { max-width: 640px; color: #91a6b7; }
.footer-nav-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
body.dealvoyant-theme .footer-links { display: grid; gap: 9px; align-content: start; }
body.dealvoyant-theme .footer-links strong { color: #fff; }
body.dealvoyant-theme .footer-links a { color: #b9c9d6; }

@media (max-width: 1320px) {
  body.dealvoyant-theme .site-nav { grid-template-columns: auto 1fr auto auto; gap: 14px; }
  body.dealvoyant-theme .storefront-primary-nav { display: none; }
  .store-mobile-nav { display: block; border-top: 1px solid rgba(7,29,58,.07); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .store-mobile-nav .container { display: flex; gap: 7px; overflow-x: auto; padding-block: 8px; scrollbar-width: none; }
  .store-mobile-nav .container::-webkit-scrollbar { display: none; }
  .store-mobile-nav a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid rgba(7,29,58,.08); border-radius: 999px; color: var(--store-navy); background: #fff; font-size: 12px; font-weight: 800; }
  .store-mobile-nav a[aria-current="page"] { color: #fff; border-color: #078d94; background: linear-gradient(135deg,#078d94,#0aa4a8); box-shadow: 0 7px 18px rgba(7,141,148,.2); }
  .storefront-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .storefront-top-offer { grid-template-columns: 1fr; }
  .storefront-top-offer-media { min-height: 260px; }
  .storefront-top-offer-media img { height: 250px; }
  .storefront-top-offer-copy { padding: 26px; }
  .store-category-row { grid-template-columns: repeat(4, 1fr); }
  .store-market-quickbar .container { align-items: flex-start; flex-direction: column; }
  .store-market-quickbar-title { flex-basis: auto; }
  .store-market-quickbar-links { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .store-product-grid { grid-template-columns: repeat(3, 1fr); }
  .store-filter-primary { grid-template-columns: repeat(2, 1fr); }
  .store-more-filters > div { grid-template-columns: repeat(2, 1fr); }
  .store-history-track { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 840px) {
  body.dealvoyant-theme .container { width: min(100% - 28px, 720px); }
  body.dealvoyant-theme .site-nav { grid-template-columns: 1fr auto; padding-block: 10px; }
  body.dealvoyant-theme .nav-search { grid-column: 1 / -1; grid-row: 2; }
  body.dealvoyant-theme .market-switcher { grid-column: 1; grid-row: 3; }
  body.dealvoyant-theme .saved-nav-link { display: flex !important; grid-column: 2; grid-row: 1; }
  .storefront-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 44px; }
  .storefront-hero-copy { max-width: none; }
  .store-hero-float-value { right: 20px; }
  .storefront-top-offer { grid-template-columns: 1fr 1fr; min-height: 330px; }
  .storefront-top-offer-media img { height: 270px; }
  .storefront-empty-visual { min-height: 330px; }
  .storefront-empty-visual img { height: 280px; }
  .store-category-row { grid-template-columns: repeat(3, 1fr); }
  .store-product-grid { grid-template-columns: repeat(2, 1fr); }
  .store-how-grid { grid-template-columns: 1fr; gap: 42px; }
  .store-saved-promo .container { grid-template-columns: 1fr; gap: 30px; }
  .store-learning-promo > .container { grid-template-columns: 1fr; gap: 24px; }
  .store-route-hero .container { align-items: start; flex-direction: column; }
  .store-category-grid { grid-template-columns: 1fr; }
  .store-product-detail { grid-template-columns: 1fr; }
  .store-price-intelligence { grid-template-columns:1fr; }
  .store-detail-media { min-height: 420px; }
  .store-detail-media img { height: 380px; }
  .store-offer-row { grid-template-columns: 1fr 1fr; }
  .store-offer-row > .store-score { text-align: left; }
  .store-product-info .container { grid-template-columns: 1fr; }
  .store-compare-cards { grid-template-columns: repeat(2, 1fr); }
  body.dealvoyant-theme .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 580px) {
  body.dealvoyant-theme .container { width: calc(100% - 24px); }
  body.dealvoyant-theme .brand-copy > span { font-size: 23px; }
  body.dealvoyant-theme .market-switcher { max-width: calc(100vw - 108px); }
  body.dealvoyant-theme .market-switcher summary { width: 100%; }
  .privacy-choice { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 10px; max-height: calc(100dvh - 24px); padding: 13px 14px; overflow: auto; }
  .privacy-choice p { font-size: 12px; line-height: 1.42; }
  .privacy-choice-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: stretch; gap: 8px; }
  .privacy-choice-actions .btn { min-height: 44px; padding: 9px 10px; }
  .privacy-choice-actions a { grid-column: 1 / -1; padding-block: 2px; text-align: center; }
  .storefront-hero-grid { padding-block: 30px 38px; }
  .storefront-hero-copy h1 { max-width: none; font-size: 38px; line-height: 1.01; }
  .storefront-hero-copy > p:not(.store-eyebrow) { margin-top: 16px; font-size: 16px; line-height: 1.55; }
  .store-learning-promo > .container { padding: 24px 18px; border-radius: 12px; }
  .store-learning-copy h2 { font-size: 34px; letter-spacing: -.03em; }
  .storefront-hero-search,
  .storefront-trust-inline,
  .store-intent-links { display: none; }
  .storefront-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
  .storefront-hero-actions .btn { width: 100%; min-height: 44px; padding-inline: 12px; }
  .storefront-top-offer,
  .storefront-empty-visual { grid-template-columns: 1fr; }
  .storefront-top-offer-media,
  .storefront-empty-visual img { min-height: 220px; height: 220px; }
  .storefront-top-offer-copy { padding: 22px; }
  .store-hero-float { display: none; }
  .storefront-assurance .container { min-height: 0; align-items: start; flex-direction: column; padding-block: 18px; text-align: left; }
  .store-market-quickbar-links { display: flex; width: 100%; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .store-market-quickbar-links a { flex: 0 0 190px; scroll-snap-align: start; }
  .store-section { padding: 46px 0; }
  .store-section-head { align-items: start; flex-direction: column; }
  .store-category-row { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .store-category-tile { flex: 0 0 145px; min-height: 44px; scroll-snap-align: start; }
  .store-product-grid { grid-template-columns: 1fr; }
  .store-product-rail { grid-auto-flow: column; grid-auto-columns: minmax(276px, calc(100vw - 48px)); gap: 14px; margin-right: -12px; padding-right: 12px; }
  .store-product-media { flex-basis: 292px; height: 292px; }
  .store-product-media { min-height: 280px; }
  .store-product-media > a { height: 250px; }
  .store-empty-inventory { min-height: 0; align-items: start; flex-direction: column; padding: 26px; }
  .store-empty-actions { width: 100%; flex-direction: column; }
  .store-empty-actions .btn { width: 100%; }
  .store-saved-benefits { grid-template-columns: 1fr; }
  .store-saved-benefits article { border-left: 0; border-top: 1px solid #cce0e6; }
  .store-route-hero { padding: 42px 0 28px; }
  .store-route-hero h1 { font-size: 43px; }
  .store-hero-actions { width: 100%; flex-direction: column; }
  .store-filter-primary,
  .store-more-filters > div { grid-template-columns: 1fr; }
  .store-quick-filters { flex-wrap: nowrap; margin-right: -18px; padding: 2px 18px 8px 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .store-quick-filters > span,
  .store-quick-filters a { flex: 0 0 auto; scroll-snap-align: start; }
  .store-active-filters { align-items: flex-start; }
  .store-active-filters > strong { flex-basis: 100%; }
  .store-active-filters .store-clear-filters { margin-left: 0; }
  .store-filter-actions { align-items: stretch; flex-direction: column; }
  .store-filter-actions .btn { width: 100%; }
  .store-results-bar { align-items: start; flex-direction: column; }
  .store-category-card { grid-template-columns: 110px 1fr; gap: 15px; min-height: 180px; }
  .store-category-card img { height: 130px; }
  .store-category-card h2 { font-size: 22px; }
  .store-detail-media { min-height: 330px; padding: 20px; }
  .store-detail-media img { height: 300px; }
  .store-detail-copy h1 { font-size: 38px; }
  .store-detail-signals { grid-template-columns: 1fr; }
  .store-detail-actions { flex-direction: column; }
  .store-detail-actions .btn { width: 100%; }
  .store-offer-row { grid-template-columns: 1fr; gap: 12px; }
  .store-offer-row .btn { width: 100%; }
  .store-cross-market-offers summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .store-history-track { grid-template-columns: repeat(2, 1fr); }
  .store-privacy-notice { flex-direction: column; }
  .store-compare-toolbar { align-items: flex-start; flex-direction: column; }
  .store-compare-cards { grid-template-columns: 1fr; }
  .footer-nav-groups { grid-template-columns: 1fr 1fr; }
  body.dealvoyant-theme .btn,
  body.dealvoyant-theme .site-nav a,
  body.dealvoyant-theme .site-nav button,
  body.dealvoyant-theme .site-nav summary,
  body.dealvoyant-theme .store-mobile-nav a,
  body.dealvoyant-theme .store-section-head > a,
  body.dealvoyant-theme .store-product-card h3 a,
  body.dealvoyant-theme .store-quick-filters a,
  body.dealvoyant-theme .store-partner-chips a,
  body.dealvoyant-theme .store-market-row a,
  body.dealvoyant-theme .footer-nav-groups a,
  body.dealvoyant-theme .privacy-choice-actions a,
  body.dealvoyant-theme .skip-link { min-height: 44px; }
  body.dealvoyant-theme .store-mobile-nav a,
  body.dealvoyant-theme .store-section-head > a,
  body.dealvoyant-theme .store-product-card h3 a,
  body.dealvoyant-theme .footer-nav-groups a,
  body.dealvoyant-theme .privacy-choice-actions a,
  body.dealvoyant-theme .skip-link { display: inline-flex; align-items: center; }
  body.dealvoyant-theme .store-product-card h3 a { width: 100%; }
  .store-product-media > a { min-width: 44px; min-height: 44px; }
  .store-save-button { min-width: 58px; height: 44px; }
  .store-card-actions .btn { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .store-category-tile,
  .store-product-card { transition: none; }
}

/* Verified partner campaign gallery */
.campaign-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 15%, rgba(19, 180, 171, .12), transparent 24%),
    radial-gradient(circle at 94% 85%, rgba(101, 76, 255, .1), transparent 25%),
    linear-gradient(180deg, #f7fbff, #fff);
}
.campaign-showcase::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image: linear-gradient(rgba(8, 51, 78, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 51, 78, .04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.campaign-showcase > .container { position: relative; }
.campaign-showcase .store-section-head h2 { max-width: 760px; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.035em; }
.campaign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.campaign-card {
  display: flex;
  min-width: 0;
  padding: 0;
  flex-direction: column;
  border-color: rgba(23, 108, 139, .17);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 55px rgba(4, 36, 67, .12);
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.campaign-card::before { display: none; }
.campaign-card:hover { transform: translateY(-4px); border-color: rgba(12, 148, 155, .38); box-shadow: 0 26px 70px rgba(4, 36, 67, .17); }
.campaign-card-artwork { position: relative; overflow: hidden; aspect-ratio: 2.08 / 1; background: #09243d; }
.campaign-card-artwork img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.campaign-card:hover .campaign-card-artwork img { transform: scale(1.025); }
.campaign-card-artwork > span { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2, 18, 38, .3)); pointer-events: none; }
.campaign-card-content { display: flex; height: 100%; min-width: 0; padding: 24px; flex-direction: column; align-items: flex-start; }
.campaign-card-top { width: 100%; }
.campaign-card .marketplace-pill { border: 1px solid rgba(10, 143, 148, .16); background: #e9fbf9; color: #086d70; }
.campaign-card h3 { margin: 20px 0 9px; font-size: clamp(22px, 2.25vw, 31px); line-height: 1.06; letter-spacing: -.028em; }
.campaign-card p { min-height: 0; margin: 0 0 5px; color: #53667b; line-height: 1.65; }
.campaign-card .campaign-card-cta { display: inline-flex; margin-top: auto; padding-top: 13px; padding-bottom: 13px; gap: 20px; align-items: center; justify-content: space-between; }
.campaign-card .campaign-card-cta span { font-size: 19px; transition: transform .18s ease; }
.campaign-card .campaign-card-cta:hover span { transform: translateX(4px); }
.campaign-card-content > small { display: block; margin-top: 14px; color: #718096; line-height: 1.45; }
.campaign-card.campaign-hero,
.campaign-card.campaign-banner { grid-column: 1 / -1; }
.campaign-card.campaign-hero.has-artwork,
.campaign-card.campaign-banner.has-artwork { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(330px, .72fr); }
.campaign-card.campaign-hero .campaign-card-artwork,
.campaign-card.campaign-banner .campaign-card-artwork { aspect-ratio: auto; min-height: 340px; }
.campaign-card.campaign-hero .campaign-card-content,
.campaign-card.campaign-banner .campaign-card-content { padding: clamp(28px, 4vw, 48px); }
@media (max-width: 820px) {
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-card.campaign-hero,
  .campaign-card.campaign-banner { grid-column: auto; }
  .campaign-card.campaign-hero.has-artwork,
  .campaign-card.campaign-banner.has-artwork { display: flex; }
  .campaign-card.campaign-hero .campaign-card-artwork,
  .campaign-card.campaign-banner .campaign-card-artwork { min-height: 0; aspect-ratio: 2.08 / 1; }
}
@media (max-width: 520px) {
  .campaign-showcase::before { display: none; }
  .campaign-card { border-radius: 21px; }
  .campaign-card-content,
  .campaign-card.campaign-hero .campaign-card-content,
  .campaign-card.campaign-banner .campaign-card-content { padding: 20px; }
  .campaign-card h3 { font-size: 23px; }
  .campaign-card p { font-size: 14px; }
  .campaign-card .campaign-card-cta { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .campaign-card,
  .campaign-card-artwork img,
  .campaign-card .campaign-card-cta span { transition: none; }
  .campaign-card:hover { transform: none; }
  .campaign-card:hover .campaign-card-artwork img { transform: none; }
}

/* Accessible, market-aware homepage offer carousel. */
.storefront-hero-carousel { min-width: 0; }
.storefront-hero-carousel-viewport { min-height: 430px; overflow: hidden; border-radius: 16px; }
.storefront-hero-carousel .storefront-top-offer { animation: none; }
.storefront-hero-carousel .storefront-top-offer.is-active { animation: storeCarouselReveal .42s cubic-bezier(.2,.75,.25,1) both; }
.storefront-top-offer-media { position: relative; }
.storefront-hero-discount { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 10px; border-radius: 8px; color: #fff; background: var(--store-coral); box-shadow: 0 10px 22px rgba(255,91,87,.25); font-size: 12px; font-weight: 900; }
.storefront-hero-carousel .storefront-top-offer-copy h2 { min-height: 65px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.storefront-hero-carousel-controls { position: relative; z-index: 6; width: fit-content; min-height: 46px; display: flex; align-items: center; gap: 4px; margin: -21px auto 0; padding: 5px; border: 1px solid rgba(7,29,58,.1); border-radius: 999px; background: rgba(255,255,255,.97); box-shadow: 0 4px 8px rgba(7,29,58,.14); backdrop-filter: blur(10px); }
.storefront-carousel-arrow,
.storefront-carousel-toggle,
.storefront-carousel-dots button { display: grid; place-items: center; flex: 0 0 auto; border: 0; color: var(--store-navy); background: transparent; cursor: pointer; }
.storefront-carousel-arrow,
.storefront-carousel-toggle { width: 34px; height: 34px; border-radius: 50%; font-size: 15px; font-weight: 900; transition: color .18s ease, background .18s ease, transform .18s ease; }
.storefront-carousel-arrow:hover,
.storefront-carousel-toggle:hover { color: #fff; background: var(--store-teal); transform: translateY(-1px); }
.storefront-carousel-dots { display: flex; align-items: center; gap: 2px; padding-inline: 2px; }
.storefront-carousel-dots button { width: 25px; height: 34px; padding: 0; border-radius: 999px; }
.storefront-carousel-dots button span { width: 20px; height: 7px; border-radius: 999px; background: #aab9c2; transform: scaleX(.35); transition: transform .2s ease, background .2s ease; }
.storefront-carousel-dots button[aria-current="true"] span { background: var(--store-teal); transform: scaleX(1); }
.storefront-carousel-arrow:focus-visible,
.storefront-carousel-toggle:focus-visible,
.storefront-carousel-dots button:focus-visible { outline: 3px solid rgba(7,154,165,.34); outline-offset: 2px; }

@keyframes storeCarouselReveal {
  from { opacity: .35; transform: translate3d(20px,0,0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-hero-carousel .storefront-top-offer.is-active { animation: none; }
  .storefront-carousel-arrow,
  .storefront-carousel-toggle,
  .storefront-carousel-dots button span { transition: none; }
}

@media (max-width: 1320px) {
  .storefront-hero-carousel-viewport { min-height: 590px; }
}

@media (max-width: 840px) {
  .storefront-hero-carousel-viewport { min-height: 330px; }
}

@media (max-width: 580px) {
  .storefront-hero-carousel-viewport { min-height: 0; }
  .storefront-hero-carousel .storefront-top-offer-copy h2 { min-height: 0; font-size: 24px; }
  .storefront-hero-carousel-controls { margin-top: -18px; }
  .storefront-carousel-dots { display: none; }
  .storefront-carousel-arrow,
  .storefront-carousel-toggle { width: 44px; height: 44px; }
  .storefront-carousel-dots button { width: 30px; height: 44px; }
}
