/* Sauvi 4.0 storefront experience.
 * Loaded after the legacy public and WoodMart bridge styles so every rule is
 * scoped, predictable and safe to use inside WoodMart HTML Blocks/builders.
 */
.fse-public-wrap.vq-storefront{
  --vq-green:#0E7A4B;
  --vq-green-dark:#0F3D2E;
  --vq-green-soft:#D8F3E3;
  --vq-red:#E5534B;
  --vq-amber:#F4B740;
  --vq-ink:#1F2933;
  --vq-muted:#66746e;
  --vq-line:#e1e9e5;
  --vq-panel:#fff;
  --vq-bg:#f5f8f6;
  --vq-shadow:0 12px 34px rgba(15,55,39,.08);
  --vq-shadow-hover:0 20px 45px rgba(15,55,39,.14);
  width:100%;
  max-width:100%;
  color:var(--vq-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.45;
}
.fse-public-wrap.vq-storefront *,
.vq-deal-dialog *{box-sizing:border-box}
.fse-public-wrap.vq-storefront button,
.vq-deal-dialog button{font-family:inherit;text-transform:none;letter-spacing:normal}
.fse-public-wrap.vq-storefront img,
.vq-deal-dialog img{max-width:100%;height:auto}

/* ---------- top-level sections ---------- */
.vq-storefront .fse-shopping-hero{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;margin:0 0 24px;padding:28px 30px;border-radius:22px}
.vq-storefront .fse-shopping-hero h2{font-size:clamp(26px,3vw,38px)!important;line-height:1.08!important}
.vq-storefront .fse-shopping-hero p{font-size:14px}
.vq-storefront .fse-hero-list-button{min-height:78px;padding:14px 16px;border-radius:15px}
.vq-storefront .fse-comparison-focus{margin:22px 0;padding:13px 15px;border-radius:14px}
.vq-storefront .fse-weekly-value{margin:24px 0;border-radius:21px}
.vq-storefront .fse-weekly-title-row h2{font-size:clamp(28px,3vw,42px)!important}

/* ---------- filters and toolbar ---------- */
.vq-deals-panel{margin-top:24px;padding:18px;border:1px solid var(--vq-line);border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(15,55,39,.055)}
.vq-storefront .fse-filters{display:grid!important;grid-template-columns:minmax(240px,1.65fr) minmax(145px,.85fr) minmax(155px,.95fr) minmax(150px,.9fr) auto;gap:10px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.vq-storefront .fse-filters label{min-width:0}
.vq-storefront .fse-filters input,
.vq-storefront .fse-filters select,
.vq-storefront .fse-filters button{width:100%!important;min-width:0;min-height:46px!important;margin:0!important;border-radius:12px!important;font-size:13px!important;line-height:1.2!important}
.vq-storefront .fse-filters input,
.vq-storefront .fse-filters select{border:1px solid #d5dfda!important;background:#fff!important}
.vq-storefront .fse-filter-submit{min-width:132px!important;padding:0 16px!important;border:1px solid var(--vq-green)!important;color:#fff!important;background:var(--vq-green)!important}
.vq-storefront .fse-filter-submit:hover{background:var(--vq-green-dark)!important}
.vq-filter-toggle{display:none!important;align-items:center;justify-content:center;gap:7px;border:1px solid #d5dfda!important;color:var(--vq-ink)!important;background:#fff!important}
.vq-filter-toggle svg{width:18px;height:18px}
.vq-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:17px 0 8px;padding-top:15px;border-top:1px solid #edf2ef}
.vq-results-count{display:flex;align-items:baseline;gap:6px;min-width:0}
.vq-results-count strong{font-size:22px;line-height:1;color:var(--vq-ink)}
.vq-results-count span{font-size:13px;font-weight:750;color:var(--vq-ink)}
.vq-results-count small{margin-left:7px;color:var(--vq-muted);font-size:11px}
.vq-toolbar-actions{display:flex;align-items:center;gap:10px}
.vq-clear-filters{padding:8px 10px;border-radius:9px;color:var(--vq-green)!important;font-size:11px;font-weight:800;text-decoration:none!important;background:var(--vq-green-soft)}
.vq-view-switcher{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid #dce5e1;border-radius:12px;background:#f7faf8}
.vq-view-switcher button{display:flex!important;align-items:center;justify-content:center;gap:5px;width:auto!important;min-width:38px;min-height:34px!important;padding:0 9px!important;border:0!important;border-radius:9px!important;color:#66756e!important;font-size:10px!important;font-weight:800!important;background:transparent!important;box-shadow:none!important;cursor:pointer}
.vq-view-switcher button svg{width:16px;height:16px}
.vq-view-switcher button[aria-pressed="true"]{color:#fff!important;background:var(--vq-green)!important;box-shadow:0 4px 12px rgba(8,121,79,.22)!important}
.vq-storefront .fse-disclaimer{margin:0 0 15px!important;color:var(--vq-muted);font-size:10px;line-height:1.5;text-align:left}

/* ---------- core card system ---------- */
.vq-storefront .fse-specials-grid{display:grid!important;grid-template-columns:repeat(var(--vq-columns,4),minmax(0,1fr))!important;gap:17px!important;align-items:stretch}
.vq-storefront .fse-special-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--vq-line)!important;
  border-radius:18px!important;
  overflow:hidden!important;
  color:var(--vq-ink)!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(14,48,34,.065)!important;
  isolation:isolate;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.vq-storefront .fse-special-card:hover{transform:translateY(-3px)!important;border-color:#bcd9cb!important;box-shadow:var(--vq-shadow-hover)!important}
.vq-storefront .fse-special-card.is-in-list{border-color:#8ccbb0!important;box-shadow:0 0 0 2px rgba(8,121,79,.08),0 12px 32px rgba(14,48,34,.10)!important}
.vq-storefront .fse-card-image{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:4/3;
  overflow:hidden!important;
  padding:0!important;
  background:linear-gradient(145deg,#f8faf9,#edf3f0)!important;
}
.vq-storefront .fse-card-image .fse-offer-image{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
  transform:none!important;
  transition:transform .28s ease!important;
}
.vq-storefront[data-vq-image-mode="smart"] .fse-card-image.is-product .fse-offer-image{width:88%!important;height:88%!important;object-fit:contain!important;filter:drop-shadow(0 8px 12px rgba(19,47,35,.15))!important}
.vq-storefront[data-vq-image-mode="contain"] .fse-card-image .fse-offer-image{width:90%!important;height:90%!important;object-fit:contain!important}
.vq-storefront[data-vq-image-mode="cover"] .fse-card-image .fse-offer-image{width:100%!important;height:100%!important;object-fit:cover!important}
.vq-storefront .fse-special-card:hover .fse-card-image .fse-offer-image{transform:scale(1.025)!important}
.vq-storefront .fse-card-image-backdrop{position:absolute;z-index:0;inset:-18px;opacity:.08!important;filter:blur(24px)!important;transform:scale(1.12)!important;background-position:center;background-size:cover}
.vq-media-hit{position:absolute!important;z-index:2;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;cursor:pointer}
.vq-storefront .fse-category-pill{position:absolute!important;z-index:4;left:10px!important;right:auto!important;top:10px!important;bottom:auto!important;max-width:62%;padding:5px 9px!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:999px!important;color:#31433b!important;font-size:9px!important;font-weight:800!important;line-height:1.2!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(8px)}
.vq-storefront .fse-best{position:absolute!important;z-index:4;left:10px!important;top:auto!important;bottom:10px!important;padding:6px 9px!important;border-radius:999px!important;font-size:9px!important;line-height:1.2!important}
.vq-watch-icon{
  position:absolute!important;
  z-index:5!important;
  right:10px!important;
  top:10px!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:50%!important;
  color:var(--vq-green)!important;
  font-size:0!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 5px 15px rgba(14,48,34,.14)!important;
  backdrop-filter:blur(8px);
}
.vq-watch-icon svg{width:17px!important;height:17px!important}
.vq-watch-icon:hover,.vq-watch-icon.is-watching{color:#fff!important;background:var(--vq-green)!important;border-color:var(--vq-green)!important}
.vq-watch-icon.is-watching:after{content:"✓";font-size:13px;font-weight:900}
.vq-watch-icon.is-watching svg{display:none}

.vq-storefront .fse-card-body{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important;padding:14px 15px 15px!important}
.vq-storefront .fse-card-store-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0}
.vq-storefront .fse-store-identity{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;margin:0!important;color:var(--fse-store-brand,var(--vq-green))!important;text-decoration:none!important}
.vq-storefront .fse-store-identity:hover span:last-child{text-decoration:underline}
.vq-storefront .fse-retailer-logo-wrap,.vq-storefront .fse-retailer-initials{flex:0 0 28px!important;width:28px!important;height:28px!important;border-radius:9px!important}
.vq-storefront .fse-retailer-logo-wrap img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;padding:2px!important}
.vq-storefront .fse-retailer-initials{display:grid!important;place-items:center!important;color:#fff!important;font-size:9px!important;font-weight:900!important;background:var(--fse-store-brand,var(--vq-green))!important}
.vq-storefront .fse-retailer{min-width:0!important;overflow:hidden!important;color:inherit!important;font-size:10px!important;font-weight:850!important;letter-spacing:.06em!important;line-height:1.2!important;text-overflow:ellipsis!important;text-transform:uppercase!important;white-space:nowrap!important}
.vq-storefront .fse-days-left{flex:0 0 auto!important;padding:4px 7px!important;border-radius:999px!important;font-size:8px!important;font-weight:800!important;line-height:1.2!important}
.vq-card-title{display:block!important;width:100%!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;color:inherit!important;text-align:left!important;background:transparent!important;box-shadow:none!important;cursor:pointer}
.vq-storefront .vq-card-title h3{display:-webkit-box!important;min-height:42px!important;margin:9px 0 4px!important;overflow:hidden!important;color:var(--vq-ink)!important;font-size:16px!important;font-weight:800!important;line-height:1.32!important;letter-spacing:-.015em!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
.vq-storefront .fse-size{min-height:17px!important;margin:0!important;color:var(--vq-muted)!important;font-size:11px!important;line-height:1.35!important}
.vq-storefront .fse-deal-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important;margin:10px 0 8px!important}
.vq-storefront .fse-price{min-width:0!important;color:var(--vq-red)!important}
.vq-storefront .fse-price strong{font-size:29px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.04em!important}
.vq-storefront .fse-price-multibuy{display:flex!important;align-items:baseline!important;gap:5px!important}
.vq-storefront .fse-price-multibuy small{font-size:11px!important;font-weight:850!important}
.vq-storefront .fse-effective-price{max-width:90px!important;margin:0!important;color:var(--vq-muted)!important;font-size:9px!important;line-height:1.3!important;text-align:right!important}
.vq-storefront .fse-compare-strip{display:grid!important;gap:1px!important;margin:3px 0 7px!important;padding:7px 8px!important;border-radius:10px!important;font-size:9px!important;line-height:1.35!important}
.vq-storefront .fse-compare-strip strong{font-size:10px!important}
.vq-storefront .fse-card-facts{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:27px!important;margin-top:auto!important;padding:7px 0!important;border-top:1px solid #edf2ef!important;color:var(--vq-muted)!important;font-size:9px!important;line-height:1.3!important}
.vq-storefront .fse-card-facts span{min-width:0}
.vq-storefront .fse-card-facts span:last-child{text-align:right}
.vq-storefront .fse-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
  padding-top:8px!important;
}
.vq-storefront .fse-card-actions.is-single-action{grid-template-columns:1fr!important}
.vq-storefront .fse-card-actions>*{min-width:0!important;width:100%!important;max-width:100%!important;margin:0!important}
.vq-storefront .fse-add-list,
.vq-storefront .vq-view-deal{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:40px!important;padding:0 10px!important;border-radius:11px!important;font-size:10px!important;font-weight:850!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important;box-shadow:none!important;cursor:pointer!important}
.vq-storefront .fse-add-list{grid-column:auto!important;border:1px solid var(--vq-green)!important;color:#fff!important;background:var(--vq-green)!important}
.vq-storefront .fse-add-list:hover{background:var(--vq-green-dark)!important}
.vq-storefront .fse-add-list.is-added{border-color:#add8c3!important;color:var(--vq-green)!important;background:var(--vq-green-soft)!important}
.vq-storefront .vq-view-deal{border:1px solid #d5dfda!important;color:var(--vq-ink)!important;background:#fff!important}
.vq-storefront .vq-view-deal:hover{border-color:#9ecab6!important;color:var(--vq-green)!important;background:#f7fbf9!important}
.vq-storefront .fse-add-list svg,.vq-storefront .vq-view-deal svg{flex:0 0 auto;width:16px!important;height:16px!important}

/* ---------- compact view ---------- */
.vq-storefront .fse-specials-grid[data-vq-view="compact"]{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))!important;gap:12px!important}
.vq-storefront [data-vq-view="compact"] .fse-special-card{border-radius:15px!important}
.vq-storefront [data-vq-view="compact"] .fse-card-image{aspect-ratio:1/1}
.vq-storefront [data-vq-view="compact"] .fse-card-body{padding:11px 12px 12px!important}
.vq-storefront [data-vq-view="compact"] .fse-retailer-logo-wrap,
.vq-storefront [data-vq-view="compact"] .fse-retailer-initials{flex-basis:24px!important;width:24px!important;height:24px!important;border-radius:7px!important}
.vq-storefront [data-vq-view="compact"] .vq-card-title h3{min-height:36px!important;margin-top:7px!important;font-size:13px!important;line-height:1.32!important}
.vq-storefront [data-vq-view="compact"] .fse-size{font-size:9px!important}
.vq-storefront [data-vq-view="compact"] .fse-price strong{font-size:24px!important}
.vq-storefront [data-vq-view="compact"] .fse-price-multibuy small{font-size:9px!important}
.vq-storefront [data-vq-view="compact"] .fse-effective-price{display:none!important}
.vq-storefront [data-vq-view="compact"] .fse-compare-strip span{display:none!important}
.vq-storefront [data-vq-view="compact"] .fse-compare-strip{padding:6px 7px!important}
.vq-storefront [data-vq-view="compact"] .fse-card-facts span:first-child{display:none!important}
.vq-storefront [data-vq-view="compact"] .fse-card-facts{justify-content:flex-end!important}
.vq-storefront [data-vq-view="compact"] .fse-add-list,
.vq-storefront [data-vq-view="compact"] .vq-view-deal{min-height:36px!important;padding:0 7px!important;font-size:9px!important}
.vq-storefront [data-vq-view="compact"] .vq-watch-icon{right:7px!important;top:7px!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}

/* ---------- comparison list view ---------- */
.vq-storefront .fse-specials-grid[data-vq-view="list"]{grid-template-columns:1fr!important;gap:12px!important}
.vq-storefront [data-vq-view="list"] .fse-special-card{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;min-height:190px!important}
.vq-storefront [data-vq-view="list"] .fse-card-image{height:100%!important;min-height:190px!important;aspect-ratio:auto!important;border-right:1px solid #edf2ef}
.vq-storefront [data-vq-view="list"] .fse-card-body{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(170px,.45fr)!important;grid-template-rows:auto auto auto 1fr auto!important;column-gap:20px!important;padding:15px 17px!important}
.vq-storefront [data-vq-view="list"] .fse-card-store-row,
.vq-storefront [data-vq-view="list"] .vq-card-title,
.vq-storefront [data-vq-view="list"] .fse-size,
.vq-storefront [data-vq-view="list"] .fse-compare-strip{grid-column:1}
.vq-storefront [data-vq-view="list"] .vq-card-title h3{min-height:0!important;margin:8px 0 4px!important;font-size:18px!important;-webkit-line-clamp:2!important}
.vq-storefront [data-vq-view="list"] .fse-deal-row{grid-column:2;grid-row:1/3;align-self:center!important;justify-content:flex-end!important;margin:0!important;text-align:right!important}
.vq-storefront [data-vq-view="list"] .fse-price strong{font-size:34px!important}
.vq-storefront [data-vq-view="list"] .fse-effective-price{text-align:right!important}
.vq-storefront [data-vq-view="list"] .fse-card-facts{grid-column:1;align-self:end!important}
.vq-storefront [data-vq-view="list"] .fse-card-actions{grid-column:2;grid-row:4/6;align-self:end!important;max-width:330px!important;justify-self:end!important}
.vq-storefront [data-vq-view="list"] .fse-card-actions>*{min-height:42px!important}

/* ---------- Catch of the Week ---------- */
.vq-storefront .fse-featured-section{margin:30px 0}
.vq-storefront .fse-section-heading{align-items:center!important;margin-bottom:15px!important}
.vq-storefront .fse-section-heading h2{margin:0!important;color:var(--vq-ink)!important;font-size:clamp(27px,3vw,38px)!important;font-weight:850!important;line-height:1.08!important;letter-spacing:-.035em!important}
.vq-storefront .fse-section-heading p{margin:5px 0 0!important;color:var(--vq-muted)!important;font-size:12px!important}
.vq-featured-nav{display:flex;gap:7px}
.vq-featured-nav button{display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;border:1px solid #d7e1dc!important;border-radius:12px!important;color:var(--vq-ink)!important;background:#fff!important;box-shadow:0 4px 12px rgba(14,48,34,.06)!important;cursor:pointer}
.vq-featured-nav button:hover{border-color:#a8ceb9!important;color:#fff!important;background:var(--vq-green)!important}
.vq-featured-nav svg{width:19px;height:19px}
.vq-storefront .fse-featured-grid{gap:15px!important}
.vq-storefront .fse-featured-section.is-layout-carousel .fse-featured-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;padding:2px 2px 12px!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;scrollbar-width:thin!important;scrollbar-color:#b9cec4 transparent!important}
.vq-storefront .fse-featured-section.is-layout-carousel .fse-featured-card{flex:0 0 min(310px,82vw)!important;scroll-snap-align:start!important}
.vq-storefront .fse-featured-section.is-layout-grid .fse-featured-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-card:first-child{grid-column:span 2!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)!important}
.vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-card:first-child .fse-featured-media{height:100%!important;aspect-ratio:auto!important}
.vq-storefront .fse-featured-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:0!important;
  width:100%!important;
  border:1px solid var(--vq-line)!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(14,48,34,.075)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.vq-storefront .fse-featured-card:hover{transform:translateY(-3px)!important;box-shadow:var(--vq-shadow-hover)!important}
.vq-storefront .fse-featured-media{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/10!important;overflow:hidden!important;background:linear-gradient(145deg,#f7faf8,#edf3f0)!important}
.vq-storefront .fse-featured-media .fse-offer-image{position:relative!important;z-index:1!important;width:100%!important;max-width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;object-position:center!important;filter:none!important}
.vq-storefront .fse-featured-media.is-product .fse-offer-image{width:86%!important;height:86%!important;object-fit:contain!important;filter:drop-shadow(0 8px 13px rgba(19,47,35,.15))!important}
.vq-storefront .fse-featured-badge{left:10px!important;top:10px!important;padding:6px 9px!important;border-radius:999px!important;font-size:9px!important;line-height:1.2!important}
.vq-storefront .fse-featured-body{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important;padding:15px 16px 16px!important}
.vq-storefront .fse-featured-body .vq-card-title h3{min-height:43px!important;margin:9px 0 4px!important;font-size:16px!important}
.vq-storefront .fse-featured-body>p{min-height:17px!important;margin:0!important;color:var(--vq-muted)!important;font-size:10px!important}
.vq-storefront .fse-featured-price{display:flex!important;align-items:baseline!important;gap:5px!important;margin:10px 0 5px!important;color:var(--vq-red)!important}
.vq-storefront .fse-featured-price small{font-size:10px!important;font-weight:850!important}
.vq-storefront .fse-featured-price strong{font-size:29px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.04em!important}
.vq-storefront .fse-featured-cheapest{display:inline-flex!important;align-items:center!important;gap:4px!important;color:var(--vq-green)!important;font-size:9px!important;font-weight:800!important}
.vq-storefront .fse-featured-cheapest.is-alternative{color:#805400!important}
.vq-storefront .fse-featured-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;margin-top:auto!important;padding-top:12px!important}
.vq-storefront .fse-featured-actions>*{width:100%!important;min-width:0!important;margin:0!important}
.vq-storefront .fse-featured-actions .fse-add-list,
.vq-storefront .fse-featured-actions .vq-view-deal{min-height:39px!important;font-size:10px!important}

/* ---------- deal details dialog ---------- */
.vq-deal-dialog{position:fixed;z-index:1000002;inset:0;display:grid;place-items:center;padding:22px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.vq-deal-dialog.is-open{visibility:visible;opacity:1;pointer-events:auto}
.vq-deal-dialog-overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(7,25,18,.58);backdrop-filter:blur(4px);cursor:pointer}
.vq-deal-dialog-panel{position:relative;z-index:1;width:min(900px,100%);max-height:min(760px,calc(100vh - 44px));overflow:auto;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(5,24,16,.32)}
.vq-deal-dialog-close{position:sticky;z-index:8;float:right;right:14px;top:14px;display:grid;place-items:center;width:40px;height:40px;margin:14px 14px -54px 0;padding:0;border:1px solid #dce5e1;border-radius:50%;color:var(--vq-ink);background:rgba(255,255,255,.95);box-shadow:0 5px 15px rgba(14,48,34,.12);cursor:pointer}
.vq-deal-dialog-close svg{width:19px;height:19px}
.vq-deal-detail{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);min-height:470px}
.vq-deal-detail-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px;overflow:hidden;background:linear-gradient(145deg,#f7faf8,#edf3f0)}
.vq-deal-detail-media img{width:100%;height:100%;object-fit:cover}
.vq-deal-detail-media.is-product img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(19,47,35,.17))}
.vq-deal-detail-copy{display:flex;flex-direction:column;padding:38px 34px 30px}
.vq-deal-store{display:flex;align-items:center;gap:10px;color:var(--vq-green);font-size:12px;font-weight:850;text-decoration:none}
.vq-deal-store img,.vq-deal-store span:first-child{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;object-fit:contain;background:#eef7f2}
.vq-deal-store span:first-child{color:#fff;background:var(--vq-brand,var(--vq-green))}
.vq-deal-detail-copy h2{margin:18px 0 5px;color:var(--vq-ink);font-size:clamp(25px,3vw,36px);line-height:1.12;letter-spacing:-.035em}
.vq-deal-meta{margin:0;color:var(--vq-muted);font-size:13px}
.vq-deal-price{display:flex;align-items:baseline;gap:8px;margin:18px 0 10px;color:var(--vq-red)}
.vq-deal-price small{font-size:14px;font-weight:850}
.vq-deal-price strong{font-size:44px;line-height:1;letter-spacing:-.045em}
.vq-deal-comparison{margin:2px 0 14px;padding:10px 12px;border-radius:12px;color:#096042;font-size:12px;font-weight:750;background:#eaf8f2}
.vq-deal-comparison.is-alternative{color:#714900;background:#fff3dc}
.vq-deal-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 13px}
.vq-deal-facts div{padding:10px 11px;border:1px solid #e2e9e5;border-radius:11px;background:#fafcfb}
.vq-deal-facts span,.vq-deal-facts strong{display:block}
.vq-deal-facts span{color:var(--vq-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.vq-deal-facts strong{margin-top:3px;font-size:12px}
.vq-deal-notice{margin:0 0 14px;padding:10px 12px;border-left:3px solid var(--vq-amber);border-radius:0 10px 10px 0;color:#685132;font-size:11px;line-height:1.5;background:#fff8ea}
.vq-deal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}
.vq-deal-actions .fse-add-list,.vq-deal-actions .sauvi-watch-button,.vq-deal-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 12px;border-radius:12px;font-size:11px;font-weight:850;text-align:center;text-decoration:none;cursor:pointer}
.vq-deal-actions .fse-add-list{border:1px solid var(--vq-green);color:#fff;background:var(--vq-green)}
.vq-deal-actions .fse-add-list.is-added{color:var(--vq-green);background:var(--vq-green-soft)}
.vq-deal-actions .sauvi-watch-button,.vq-deal-actions a{border:1px solid #d5dfda;color:var(--vq-ink);background:#fff}
.vq-deal-actions .vq-deal-more{color:var(--vq-green);border-color:#abd2bf}
.vq-deal-actions svg{width:17px;height:17px}
body.vq-deal-open{overflow:hidden}

/* ---------- no results / ads ---------- */
.vq-storefront .fse-no-results{grid-column:1/-1!important;padding:50px 20px!important}
.vq-storefront .fse-grid-ad{grid-column:1/-1!important}

/* ---------- WoodMart hardening ---------- */
.sauvi-on-woodmart .vq-storefront .fse-special-card,
.sauvi-on-woodmart .vq-storefront .fse-featured-card{font-size:inherit!important;line-height:inherit!important}
.sauvi-on-woodmart .vq-storefront .fse-card-image img,
.sauvi-on-woodmart .vq-storefront .fse-featured-media img{max-width:100%!important}
.sauvi-on-woodmart .vq-storefront button{min-width:0;text-transform:none!important;line-height:1.2!important}
.sauvi-on-woodmart .vq-storefront .fse-specials-grid:before,
.sauvi-on-woodmart .vq-storefront .fse-specials-grid:after{display:none!important}
.sauvi-on-woodmart .vq-storefront .fse-card-actions .button,
.sauvi-on-woodmart .vq-storefront .fse-featured-actions .button{border-radius:11px!important}

/* ---------- responsive ---------- */
@media(max-width:1180px){
  .vq-storefront .fse-specials-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .vq-storefront .fse-filters{grid-template-columns:minmax(220px,1.45fr) repeat(3,minmax(130px,.8fr)) auto}
  .vq-storefront .fse-featured-section.is-layout-grid .fse-featured-grid,
  .vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .vq-storefront .fse-shopping-hero{grid-template-columns:1fr;padding:24px}
  .vq-storefront .fse-specials-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vq-storefront .fse-filters{grid-template-columns:minmax(0,1fr) auto!important}
  .vq-storefront .fse-filters .vq-advanced-filter{display:none!important;grid-column:1/-1}
  .vq-storefront .fse-filters.is-open .vq-advanced-filter{display:block!important}
  .vq-storefront .fse-filters.is-open .fse-filter-submit{display:flex!important}
  .vq-filter-toggle{display:flex!important;width:auto!important;min-width:105px!important;padding:0 13px!important}
  .vq-storefront .fse-filters.is-open{padding-bottom:2px}
  .vq-storefront .fse-filters.is-open .vq-advanced-filter:nth-of-type(2),
  .vq-storefront .fse-filters.is-open .vq-advanced-filter:nth-of-type(3),
  .vq-storefront .fse-filters.is-open .vq-advanced-filter:nth-of-type(4){display:block!important}
  .vq-storefront [data-vq-view="list"] .fse-special-card{grid-template-columns:160px minmax(0,1fr)!important}
  .vq-storefront [data-vq-view="list"] .fse-card-body{grid-template-columns:1fr!important;display:flex!important}
  .vq-storefront [data-vq-view="list"] .fse-deal-row,
  .vq-storefront [data-vq-view="list"] .fse-card-actions{grid-column:auto;grid-row:auto;justify-self:auto!important;max-width:none!important}
  .vq-storefront [data-vq-view="list"] .fse-deal-row{justify-content:space-between!important;margin:10px 0 8px!important;text-align:left!important}
  .vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-card:first-child{grid-column:auto!important;display:flex!important}
  .vq-deal-detail{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}
}
@media(max-width:680px){
  .vq-deals-panel{padding:13px;border-radius:17px}
  .vq-results-toolbar{align-items:flex-start;flex-direction:column;gap:11px}
  .vq-toolbar-actions{width:100%;justify-content:space-between}
  .vq-results-count{flex-wrap:wrap}
  .vq-results-count small{width:100%;margin-left:0}
  .vq-view-switcher button span{display:none}
  .vq-view-switcher button{width:36px!important;padding:0!important}
  .vq-storefront .fse-specials-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .vq-storefront .fse-card-body{padding:11px 12px 12px!important}
  .vq-storefront .vq-card-title h3{min-height:38px!important;font-size:13px!important}
  .vq-storefront .fse-price strong{font-size:25px!important}
  .vq-storefront .fse-card-actions{grid-template-columns:1fr!important}
  .vq-storefront .fse-add-list,.vq-storefront .vq-view-deal{min-height:37px!important}
  .vq-storefront [data-vq-view="cards"] .vq-view-deal span{display:inline}
  .vq-storefront [data-vq-view="compact"] .vq-view-deal span{display:none}
  .vq-storefront [data-vq-view="compact"] .fse-card-actions{grid-template-columns:1fr 38px!important}
  .vq-storefront [data-vq-view="compact"] .vq-view-deal{padding:0!important}
  .vq-storefront [data-vq-view="list"] .fse-special-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:170px!important}
  .vq-storefront [data-vq-view="list"] .fse-card-image{min-height:170px!important}
  .vq-storefront [data-vq-view="list"] .fse-card-body{padding:12px!important}
  .vq-storefront [data-vq-view="list"] .fse-card-store-row .fse-days-left{display:none!important}
  .vq-storefront [data-vq-view="list"] .fse-compare-strip{display:none!important}
  .vq-storefront .fse-section-heading{align-items:flex-start!important}
  .vq-storefront .fse-section-heading h2{font-size:28px!important}
  .vq-storefront .fse-featured-section.is-layout-grid .fse-featured-grid,
  .vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-grid{display:flex!important;overflow-x:auto!important;padding-bottom:10px!important;scroll-snap-type:x mandatory!important}
  .vq-storefront .fse-featured-section.is-layout-grid .fse-featured-card,
  .vq-storefront .fse-featured-section.is-layout-spotlight .fse-featured-card{flex:0 0 84%!important;scroll-snap-align:start!important}
  .vq-deal-dialog{align-items:end;padding:0}
  .vq-deal-dialog-panel{width:100%;max-height:92vh;border-radius:22px 22px 0 0}
  .vq-deal-detail{display:block;min-height:0}
  .vq-deal-detail-media{min-height:250px;max-height:310px}
  .vq-deal-detail-copy{padding:24px 19px 25px}
  .vq-deal-detail-copy h2{font-size:27px}
  .vq-deal-price strong{font-size:39px}
}
@media(max-width:430px){
  .vq-storefront .fse-specials-grid{grid-template-columns:1fr!important}
  .vq-storefront [data-vq-view="compact"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vq-storefront [data-vq-view="compact"] .fse-card-actions{grid-template-columns:1fr!important}
  .vq-storefront [data-vq-view="compact"] .vq-view-deal{display:none!important}
  .vq-storefront [data-vq-view="list"] .fse-special-card{grid-template-columns:105px minmax(0,1fr)!important}
  .vq-storefront [data-vq-view="list"] .fse-card-image{min-height:160px!important}
  .vq-storefront [data-vq-view="list"] .fse-card-facts span:first-child{display:none!important}
  .vq-deal-actions{grid-template-columns:1fr}
}

/* Store links remain discoverable without adding another oversized card button. */
.vq-storefront .vq-store-link .vq-store-arrow{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:14px!important;height:14px!important;margin-left:-3px!important;opacity:.55!important;transition:transform .18s ease,opacity .18s ease!important}
.vq-storefront .vq-store-link .vq-store-arrow svg{width:12px!important;height:12px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.vq-storefront .vq-store-link:hover .vq-store-arrow{opacity:1!important;transform:translateX(2px)!important}

/* ========================================================================== 
   Sauvi 4.0 — Deal Trust Experience
   Scoped storefront overrides for WoodMart, Elementor and standard themes.
   ========================================================================== */
.vq-deal-dialog{z-index:2147482000!important}
.vq-deal-dialog-panel{position:relative!important;width:min(1040px,calc(100vw - 36px))!important;max-height:min(840px,calc(100dvh - 36px))!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.65)!important;border-radius:26px!important;background:#fff!important;box-shadow:0 34px 100px rgba(5,29,20,.36)!important}
.vq-deal-dialog-content{max-height:min(840px,calc(100dvh - 36px))!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable}
.vq-deal-dialog-close{position:absolute!important;z-index:40!important;top:16px!important;right:16px!important;float:none!important;display:grid!important;place-items:center!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0!important;border:2px solid rgba(255,255,255,.82)!important;border-radius:50%!important;color:#fff!important;background:#0F3D2E!important;box-shadow:0 10px 28px rgba(7,31,22,.26)!important;cursor:pointer!important;transform:none!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important}
.vq-deal-dialog-close:hover{color:#fff!important;background:#0E7A4B!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(7,31,22,.32)!important}
.vq-deal-dialog-close:focus-visible{outline:3px solid #95E0B1!important;outline-offset:3px!important}
.vq-deal-dialog-close svg{display:block!important;width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important}
.vq-deal-detail{display:grid!important;grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr)!important;min-height:610px!important;background:#fff!important}
.vq-deal-detail-media{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:610px!important;padding:58px 34px 48px!important;overflow:hidden!important;border-right:1px solid #e3ebe7!important;background:linear-gradient(145deg,#f6faf8 0%,#edf4f1 100%)!important}
.vq-deal-detail-media:before{content:"";position:absolute;inset:22px;border:1px solid rgba(8,121,79,.10);border-radius:22px;pointer-events:none}
.vq-deal-detail-media img{position:relative!important;z-index:1!important;display:block!important;width:100%!important;max-width:420px!important;height:auto!important;max-height:470px!important;margin:auto!important;object-fit:contain!important;object-position:center!important;border-radius:13px!important;filter:drop-shadow(0 18px 24px rgba(9,41,29,.13))!important}
.vq-deal-detail-media.is-panel img,.vq-deal-detail-media.is-flyer img{max-height:500px!important;object-fit:contain!important;box-shadow:0 12px 30px rgba(6,35,24,.13)!important;filter:none!important}
.vq-media-caption{position:absolute;z-index:2;left:50%;bottom:20px;transform:translateX(-50%);width:max-content;max-width:calc(100% - 48px);padding:7px 11px;border:1px solid #dce8e2;border-radius:999px;color:#5e7169;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:11px;font-weight:700;text-align:center}
.vq-deal-detail-copy{display:flex!important;flex-direction:column!important;min-width:0!important;padding:48px 52px 34px!important;color:#1F2933!important;background:#fff!important}
.vq-deal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-right:48px;margin-bottom:24px}
.vq-deal-store{display:inline-flex!important;align-items:center!important;gap:12px!important;min-width:0!important;color:#1F2933!important;text-decoration:none!important}
.vq-deal-store>img,.vq-deal-store>span:first-child{display:grid!important;place-items:center!important;flex:0 0 48px!important;width:48px!important;height:48px!important;border-radius:14px!important;object-fit:contain!important;color:#fff!important;background:var(--vq-brand,#0E7A4B)!important;font-size:13px!important;font-weight:850!important}
.vq-deal-store>span:not(:first-child){display:flex;flex-direction:column;min-width:0}
.vq-deal-store small{display:block;color:#73837c;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.vq-deal-store strong{display:block;overflow:hidden;color:#1F2933;font-size:16px;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.vq-deal-category{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border:1px solid #dce7e2;border-radius:999px;color:#566a61;background:#f7faf8;font-size:11px;font-weight:800;white-space:nowrap}
.vq-deal-detail-copy h2{max-width:690px!important;margin:0 0 8px!important;color:#0d1f18!important;font-size:clamp(30px,3.1vw,44px)!important;font-weight:900!important;line-height:1.08!important;letter-spacing:-.038em!important}
.vq-deal-meta{margin:0 0 18px!important;color:#677870!important;font-size:14px!important;line-height:1.45!important}
.vq-deal-promotion{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 18px;padding:18px 20px;border:1px solid #e2ebe6;border-radius:18px;background:linear-gradient(135deg,#fbfdfc,#f3f8f5)}
.vq-deal-promotion .vq-deal-price{display:flex!important;align-items:baseline!important;gap:9px!important;margin:0!important;color:#e82b3b!important;white-space:nowrap}
.vq-deal-promotion .vq-deal-price small{font-size:16px!important;font-weight:900!important}
.vq-deal-promotion .vq-deal-price strong{font-size:clamp(38px,4vw,54px)!important;font-weight:900!important;line-height:.95!important;letter-spacing:-.05em!important}
.vq-deal-promotion>p{max-width:230px;margin:0;color:#5f7168;font-size:12px;font-weight:700;line-height:1.45;text-align:right}
.vq-deal-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.vq-validity-card,.vq-location-card{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:flex-start;gap:10px;min-height:88px;padding:13px;border:1px solid #dde8e2;border-radius:15px;background:#fbfdfc}
.vq-validity-card>span,.vq-location-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#0E7A4B;background:#e9f6f0}
.vq-validity-card svg,.vq-location-card svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.vq-validity-card small,.vq-location-card small{display:block;margin-bottom:3px;color:#71817a;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.vq-validity-card strong,.vq-location-card strong{display:block;color:#162a22;font-size:13px;font-weight:850;line-height:1.3}
.vq-validity-card em,.vq-location-card em{display:block;margin-top:4px;color:#687a72;font-size:10px;font-style:normal;line-height:1.35}
.vq-validity-card.is-today,.vq-validity-card.is-expired{border-color:#f1b8bd;background:#fff5f5}
.vq-validity-card.is-today>span,.vq-validity-card.is-expired>span{color:#c92335;background:#ffe4e6}
.vq-validity-card.is-tomorrow,.vq-validity-card.is-soon,.vq-location-card.is-warning{border-color:#ecd6a8;background:#fffaf0}
.vq-validity-card.is-tomorrow>span,.vq-validity-card.is-soon>span,.vq-location-card.is-warning>span{color:#916100;background:#fff0c9}
.vq-validity-card.is-unconfirmed,.vq-location-card.is-unknown{border-style:dashed;background:#fafafa}
.vq-location-card.is-applicable{border-color:#b9dfcb;background:#f2fbf6}
.vq-deal-comparison-table{margin:0 0 14px;overflow:hidden;border:1px solid #d9e7e0;border-radius:16px;background:#fff}
.vq-deal-comparison-table>header{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border-bottom:1px solid #e3ece7;background:#eff8f4}
.vq-deal-comparison-table>header>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;color:#0E7A4B;background:#fff}
.vq-deal-comparison-table>header svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.vq-deal-comparison-table>header strong,.vq-deal-comparison-table>header small{display:block}
.vq-deal-comparison-table>header strong{color:#123327;font-size:13px;font-weight:900;line-height:1.35}
.vq-deal-comparison-table>header small{margin-top:2px;color:#65786f;font-size:10px;line-height:1.4}
.vq-comparison-rows{display:grid}
.vq-comparison-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:10px!important;min-height:52px!important;padding:9px 14px!important;border:0!important;border-bottom:1px solid #edf2ef!important;border-radius:0!important;color:#172a22!important;background:#fff!important;text-decoration:none!important}
.vq-comparison-row:last-child{border-bottom:0!important}
.vq-comparison-row:hover{background:#f7fbf9!important}
.vq-comparison-row.is-current{box-shadow:inset 3px 0 0 var(--vq-brand,#0E7A4B);background:#fbfdfc!important}
.vq-comparison-row>span strong,.vq-comparison-row>span small{display:block}
.vq-comparison-row>span strong{font-size:12px;font-weight:850}
.vq-comparison-row>span small{margin-top:1px;color:#78877f;font-size:9px}
.vq-comparison-row>b{font-size:13px;font-weight:900;white-space:nowrap}
.vq-cheapest-tag{display:inline-flex;align-items:center;min-height:23px;padding:3px 7px;border-radius:999px;color:#fff;background:#0E7A4B;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.vq-deal-terms{margin:0 0 13px;border:1px solid #e0e8e4;border-radius:14px;background:#fafcfb}
.vq-deal-terms summary{position:relative;padding:13px 42px 13px 15px;color:#21352c;font-size:12px;font-weight:850;cursor:pointer;list-style:none}
.vq-deal-terms summary::-webkit-details-marker{display:none}
.vq-deal-terms summary:after{content:"+";position:absolute;top:50%;right:15px;transform:translateY(-50%);font-size:20px;font-weight:500}
.vq-deal-terms[open] summary:after{content:"−"}
.vq-deal-terms p{margin:0;padding:0 15px 14px;color:#63736c;font-size:11px;line-height:1.62}
.vq-deal-source{display:flex;align-items:center;gap:10px;margin:0 0 13px;padding:11px 13px;border-radius:13px;color:#42584e;background:#f3f7f5}
.vq-deal-source>span{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:9px;color:#0E7A4B;background:#fff}
.vq-deal-source svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vq-deal-source strong,.vq-deal-source small{display:block}
.vq-deal-source strong{font-size:11px;font-weight:850}
.vq-deal-source small{margin-top:2px;color:#718078;font-size:9px}
.vq-deal-secondary-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 14px}
.vq-deal-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:36px!important;padding:7px 10px!important;border:1px solid #d7e2dc!important;border-radius:10px!important;color:#29463a!important;background:#fff!important;font-family:inherit!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important}
.vq-deal-link:hover{border-color:#94c5ad!important;color:#0E7A4B!important;background:#f3faf6!important}
.vq-deal-link.is-report{margin-left:auto;color:#725838!important}
.vq-deal-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.vq-report-panel[hidden]{display:none!important}
.vq-report-panel{margin:0 0 14px;padding:15px;border:1px solid #ead9b8;border-radius:15px;background:#fffaf1}
.vq-report-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.vq-report-heading strong,.vq-report-heading small{display:block}
.vq-report-heading strong{color:#3b3021;font-size:13px;font-weight:900}
.vq-report-heading small{margin-top:2px;color:#806d52;font-size:10px}
.vq-report-heading button{display:grid!important;place-items:center!important;flex:0 0 30px!important;width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;border:1px solid #dbc9a8!important;border-radius:9px!important;color:#604b30!important;background:#fff!important;cursor:pointer!important}
.vq-report-heading svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.vq-report-panel label{display:block;margin:0 0 10px;color:#4b3e2c;font-size:10px;font-weight:850}
.vq-report-panel label>span{display:block;margin-bottom:4px}
.vq-report-panel label small{font-weight:600}
.vq-report-panel select,.vq-report-panel textarea{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:9px 10px!important;border:1px solid #d9c8a8!important;border-radius:9px!important;color:#26352e!important;background:#fff!important;font-family:inherit!important;font-size:12px!important;line-height:1.45!important;box-shadow:none!important}
.vq-report-panel textarea{resize:vertical}
.vq-report-actions{display:flex;justify-content:flex-end;gap:8px}
.vq-report-actions button{min-height:36px!important;padding:7px 13px!important;border-radius:9px!important;font-family:inherit!important;font-size:10px!important;font-weight:850!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important}
.vq-report-cancel{border:1px solid #d8c7aa!important;color:#634f32!important;background:#fff!important}
.vq-report-submit{border:1px solid #0E7A4B!important;color:#fff!important;background:#0E7A4B!important}
.vq-report-submit:disabled{opacity:.55;cursor:wait!important}
.vq-report-status{min-height:16px;margin:8px 0 0;color:#5d4a31;font-size:10px;font-weight:700}
.vq-report-panel form.is-complete label,.vq-report-panel form.is-complete .vq-report-actions{display:none}
.vq-report-panel form.is-complete .vq-report-status{margin:0;color:#0E7A4B;font-size:12px}
.vq-deal-sticky-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:9px;margin-top:auto;padding-top:2px;background:#fff}
.vq-deal-sticky-actions .fse-add-list,.vq-deal-sticky-actions .sauvi-watch-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:48px!important;padding:10px 14px!important;border-radius:13px!important;font-family:inherit!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important}
.vq-deal-sticky-actions .fse-add-list{border:1px solid #0E7A4B!important;color:#fff!important;background:#0E7A4B!important}
.vq-deal-sticky-actions .fse-add-list:hover{background:#066640!important}
.vq-deal-sticky-actions .fse-add-list.is-added{color:#0E7A4B!important;background:#D8F3E3!important}
.vq-deal-sticky-actions .sauvi-watch-button{border:1px solid #c9d9d1!important;color:#173a2c!important;background:#fff!important}
.vq-deal-sticky-actions .sauvi-watch-button.is-watching{border-color:#9bceb5!important;color:#0E7A4B!important;background:#f0faf5!important}
.vq-deal-sticky-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.vq-deal-toast{position:absolute;z-index:45;left:50%;bottom:18px;transform:translate(-50%,16px);max-width:calc(100% - 32px);padding:10px 14px;border-radius:999px;color:#fff;background:#112e24;box-shadow:0 12px 32px rgba(5,26,18,.25);font-size:11px;font-weight:800;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.vq-deal-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.vq-storefront .fse-days-left.is-active,.vq-storefront .fse-card-facts .is-active{color:#426458!important;background:#edf7f2!important}
.vq-storefront .fse-days-left.is-soon,.vq-storefront .fse-days-left.is-tomorrow,.vq-storefront .fse-card-facts .is-soon,.vq-storefront .fse-card-facts .is-tomorrow{color:#8a5b00!important;background:#fff2d2!important}
.vq-storefront .fse-days-left.is-today,.vq-storefront .fse-days-left.is-expired,.vq-storefront .fse-card-facts .is-today,.vq-storefront .fse-card-facts .is-expired{color:#b62031!important;background:#ffe8ea!important}
.vq-storefront .fse-days-left.is-unconfirmed{color:#69746f!important;background:#f0f2f1!important}

/* WoodMart and Elementor reset only within the Sauvi deal experience. */
.sauvi-on-woodmart .vq-deal-dialog button,.elementor .vq-deal-dialog button{min-width:0!important;height:auto;text-transform:none!important;letter-spacing:0!important;line-height:1.2!important}
.sauvi-on-woodmart .vq-deal-dialog a,.elementor .vq-deal-dialog a{text-decoration:none!important}
.elementor-widget-container>.fse-public-wrap,.elementor-shortcode>.fse-public-wrap{width:100%;max-width:100%}

@media(max-width:900px){
  .vq-deal-dialog-panel{width:min(760px,calc(100vw - 24px))!important;max-height:calc(100dvh - 24px)!important}
  .vq-deal-dialog-content{max-height:calc(100dvh - 24px)!important}
  .vq-deal-detail{grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr)!important}
  .vq-deal-detail-media{min-height:600px!important;padding-inline:24px!important}
  .vq-deal-detail-copy{padding:46px 30px 28px!important}
  .vq-deal-trust-grid{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  .vq-deal-dialog{align-items:end!important;padding:0!important}
  .vq-deal-dialog-panel{width:100%!important;max-height:94dvh!important;border-width:1px 0 0!important;border-radius:24px 24px 0 0!important}
  .vq-deal-dialog-content{max-height:94dvh!important;padding-bottom:0!important}
  .vq-deal-dialog-close{position:fixed!important;top:max(12px,env(safe-area-inset-top))!important;right:12px!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;background:#0F3D2E!important}
  .vq-deal-detail{display:block!important;min-height:0!important}
  .vq-deal-detail-media{min-height:235px!important;max-height:300px!important;padding:34px 52px 30px!important;border-right:0!important;border-bottom:1px solid #e1eae5!important}
  .vq-deal-detail-media:before{inset:12px;border-radius:17px}
  .vq-deal-detail-media img,.vq-deal-detail-media.is-panel img,.vq-deal-detail-media.is-flyer img{max-width:100%!important;max-height:225px!important}
  .vq-media-caption{display:none}
  .vq-deal-detail-copy{padding:22px 17px calc(88px + env(safe-area-inset-bottom))!important}
  .vq-deal-header{padding-right:0;margin-bottom:18px}
  .vq-deal-category{display:none}
  .vq-deal-store>img,.vq-deal-store>span:first-child{flex-basis:42px!important;width:42px!important;height:42px!important;border-radius:12px!important}
  .vq-deal-detail-copy h2{font-size:28px!important;line-height:1.1!important}
  .vq-deal-promotion{display:block;padding:15px 16px}
  .vq-deal-promotion>p{max-width:none;margin-top:7px;text-align:left}
  .vq-deal-promotion .vq-deal-price strong{font-size:42px!important}
  .vq-deal-trust-grid{grid-template-columns:1fr!important}
  .vq-validity-card,.vq-location-card{min-height:76px}
  .vq-comparison-row{grid-template-columns:minmax(0,1fr) auto!important}
  .vq-cheapest-tag{grid-column:1/-1;justify-self:start}
  .vq-deal-link.is-report{margin-left:0}
  .vq-deal-secondary-links{margin-bottom:16px}
  .vq-deal-sticky-actions{position:fixed!important;z-index:35!important;right:0!important;bottom:0!important;left:0!important;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)!important;margin:0!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;border-top:1px solid #dbe5e0!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important;box-shadow:0 -12px 30px rgba(8,38,27,.13)!important}
  .vq-deal-sticky-actions .fse-add-list,.vq-deal-sticky-actions .sauvi-watch-button{min-height:48px!important;font-size:11px!important}
  .vq-report-panel{margin-bottom:8px}
  .vq-deal-toast{position:fixed;bottom:calc(84px + env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .vq-deal-detail-media{min-height:215px;max-height:270px;padding-inline:42px!important}
  .vq-deal-detail-copy{padding-inline:14px!important}
  .vq-deal-secondary-links{display:grid;grid-template-columns:1fr 1fr}
  .vq-deal-link{width:100%!important}
  .vq-deal-sticky-actions{grid-template-columns:1fr 1fr!important}
}
.vq-storefront .fse-featured-validity{display:inline-flex;align-items:center;align-self:flex-start;min-height:27px;margin:3px 0 8px;padding:4px 8px;border-radius:999px;color:#47645a;background:#edf7f2;font-size:9px;font-weight:850}
.vq-storefront .fse-featured-validity.is-soon,.vq-storefront .fse-featured-validity.is-tomorrow{color:#875800;background:#fff1cf}
.vq-storefront .fse-featured-validity.is-today,.vq-storefront .fse-featured-validity.is-expired{color:#b22132;background:#ffe6e9}
.vq-deal-sticky-actions .fse-add-list.is-expired{border-color:#d7dfdb!important;color:#6c7973!important;background:#eef1ef!important;cursor:not-allowed!important}
@media(max-width:680px){
  .vq-deal-dialog-close{position:absolute!important;top:12px!important;right:12px!important}
}


/* Final WoodMart/Elementor hardening: modal is moved to body by JS, and these selectors
   outrank broad theme button/link/image rules without affecting the rest of the site. */
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-dialog-close,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-dialog-close,
.elementor .vq-deal-dialog .vq-deal-dialog-close{
  display:grid!important;place-items:center!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0!important;border:2px solid rgba(255,255,255,.82)!important;border-radius:50%!important;color:#fff!important;background:#0F3D2E!important;box-shadow:0 10px 28px rgba(7,31,22,.26)!important;text-transform:none!important;letter-spacing:0!important;
}
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-link,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-link,
.elementor .vq-deal-dialog .vq-deal-link{
  width:auto!important;min-width:0!important;min-height:38px!important;padding:8px 10px!important;border-radius:10px!important;font-size:10px!important;line-height:1.25!important;text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;
}
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-detail-media img,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-detail-media img,
.elementor .vq-deal-dialog .vq-deal-detail-media img{
  width:auto!important;max-width:88%!important;height:auto!important;max-height:78%!important;margin:auto!important;object-fit:contain!important;
}
@media(max-width:680px){
  body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-dialog-close,
  body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-dialog-close,
  .elementor .vq-deal-dialog .vq-deal-dialog-close{width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;max-height:46px!important;top:12px!important;right:12px!important}
  body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-detail-media img,
  body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-detail-media img,
  .elementor .vq-deal-dialog .vq-deal-detail-media img{max-width:100%!important;max-height:225px!important}
}

/* ========================================================================== 
   Sauvi 4.0 — Final brand system and urgency experience
   Brand source: Sauvi Brand Guidelines v1.1.
   ========================================================================== */
.fse-public-wrap.vq-storefront,
.vq-deal-dialog{
  --sauvi-deep-green:#0F3D2E;
  --sauvi-emerald:#0E7A4B;
  --sauvi-green:#22C55E;
  --sauvi-soft-mint:#D8F3E3;
  --sauvi-cream:#F7F9F2;
  --sauvi-charcoal:#1F2933;
  --sauvi-warning:#F4B740;
  --sauvi-danger:#E5534B;
  --vq-green:var(--sauvi-emerald);
  --vq-green-dark:var(--sauvi-deep-green);
  --vq-green-soft:var(--sauvi-soft-mint);
  --vq-red:var(--sauvi-danger);
  --vq-amber:var(--sauvi-warning);
  --vq-ink:var(--sauvi-charcoal);
  --vq-bg:var(--sauvi-cream);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.vq-storefront h1,.vq-storefront h2,.vq-storefront h3,
.vq-storefront button,.vq-storefront .fse-price,.vq-storefront .fse-retailer,
.vq-deal-dialog h1,.vq-deal-dialog h2,.vq-deal-dialog h3,
.vq-deal-dialog button,.vq-deal-dialog strong{
  font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* Clear, consistent status labels on deal cards. */
.sauvi-badge-stack{
  position:absolute!important;
  z-index:6!important;
  top:10px!important;
  left:10px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:6px!important;
  max-width:calc(100% - 62px)!important;
  pointer-events:none!important;
}
.sauvi-urgency-badge,.vq-storefront .fse-best,.vq-storefront .fse-featured-badge{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:27px!important;
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  font-family:Poppins,Inter,system-ui,sans-serif!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  box-shadow:0 6px 18px rgba(15,61,46,.12)!important;
  backdrop-filter:blur(10px)!important;
}
.sauvi-urgency-badge.is-active{color:var(--sauvi-deep-green)!important;border-color:#A9DDBF!important;background:rgba(216,243,227,.96)!important}
.sauvi-urgency-badge.is-soon,.sauvi-urgency-badge.is-tomorrow{color:#5D4300!important;border-color:#E3B343!important;background:rgba(244,183,64,.96)!important}
.sauvi-urgency-badge.is-today{color:#fff!important;border-color:var(--sauvi-danger)!important;background:var(--sauvi-danger)!important}
.sauvi-urgency-badge.is-expired{color:#fff!important;border-color:#B63F39!important;background:#B63F39!important}
.sauvi-urgency-badge.is-upcoming{color:#fff!important;border-color:var(--sauvi-emerald)!important;background:var(--sauvi-emerald)!important}
.sauvi-urgency-badge.is-unconfirmed{color:#52605A!important;border-color:#D4DDD8!important;background:rgba(255,255,255,.96)!important}
.vq-storefront .fse-best{color:#fff!important;border-color:var(--sauvi-emerald)!important;background:var(--sauvi-emerald)!important}
.vq-storefront .fse-best svg{width:13px!important;height:13px!important;margin-right:4px!important}
.vq-storefront .fse-featured-badge{color:#fff!important;border-color:var(--sauvi-deep-green)!important;background:var(--sauvi-deep-green)!important}
.vq-storefront .fse-category-pill{
  top:auto!important;
  left:10px!important;
  bottom:10px!important;
  max-width:65%!important;
  color:var(--sauvi-charcoal)!important;
  background:rgba(255,255,255,.94)!important;
}
.vq-storefront .fse-featured-validity-line{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:24px!important;
  margin:4px 0 2px!important;
  color:#617169!important;
  font-size:9px!important;
  font-weight:750!important;
}
.vq-storefront .fse-featured-validity-line span{display:inline-flex!important;color:var(--sauvi-emerald)!important}
.vq-storefront .fse-featured-validity-line svg{width:13px!important;height:13px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}

/* Modal status, tighter information flow and aligned action controls. */
.vq-deal-dialog-panel{border-radius:24px!important}
.vq-deal-detail{min-height:0!important}
.vq-deal-detail-media{min-height:560px!important}
.vq-deal-detail-copy{min-height:0!important;padding-bottom:30px!important}
.sauvi-modal-status{display:flex!important;align-items:center!important;min-height:27px!important;margin:0 0 10px!important}
.sauvi-modal-status .sauvi-urgency-badge{box-shadow:none!important}
.vq-deal-action-zone{
  display:grid!important;
  gap:10px!important;
  margin:2px 0 0!important;
  padding:0!important;
}
.vq-deal-secondary-links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:8px!important;
  margin:0!important;
}
.vq-deal-link,.vq-deal-link.is-report{
  justify-content:flex-start!important;
  width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:9px 11px!important;
  overflow:hidden!important;
  color:#29463A!important;
  text-align:left!important;
}
.vq-deal-link span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.vq-deal-link.is-report{color:#6B522F!important;border-color:#E3D3B5!important;background:#FFFCF5!important}
.vq-deal-link.is-report:hover{color:#513B1D!important;border-color:#D8BE8D!important;background:#FFF8E9!important}
.vq-report-panel{margin:0!important}
.vq-deal-sticky-actions{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)!important;
  gap:9px!important;
  margin:2px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.vq-deal-sticky-actions .fse-add-list{border-color:var(--sauvi-emerald)!important;background:var(--sauvi-emerald)!important}
.vq-deal-sticky-actions .fse-add-list:hover{background:var(--sauvi-deep-green)!important}
.vq-deal-sticky-actions .fse-add-list.is-added{color:var(--sauvi-emerald)!important;background:var(--sauvi-soft-mint)!important}
.vq-deal-sticky-actions .sauvi-watch-button.is-watching{color:var(--sauvi-emerald)!important;background:#F3FBF6!important}
.vq-deal-dialog-close{background:var(--sauvi-deep-green)!important}
.vq-deal-dialog-close:hover{background:var(--sauvi-emerald)!important}
.vq-validity-card>span,.vq-location-card>span,.vq-deal-source>span,.vq-deal-comparison-table>header>span{color:var(--sauvi-emerald)!important}
.vq-cheapest-tag{background:var(--sauvi-emerald)!important}
.vq-validity-card.is-tomorrow,.vq-validity-card.is-soon,.vq-location-card.is-warning{border-color:#E7C575!important;background:#FFFBF1!important}
.vq-validity-card.is-tomorrow>span,.vq-validity-card.is-soon>span,.vq-location-card.is-warning>span{color:#6A4A00!important;background:#FFF0C4!important}
.vq-validity-card.is-today,.vq-validity-card.is-expired{border-color:#E9AAA5!important;background:#FFF5F4!important}
.vq-validity-card.is-today>span,.vq-validity-card.is-expired>span{color:var(--sauvi-danger)!important;background:#FCE3E1!important}

/* Theme-builder hardening. */
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-secondary-links,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-secondary-links,
.elementor .vq-deal-dialog .vq-deal-secondary-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-link,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-link,
.elementor .vq-deal-dialog .vq-deal-link{display:flex!important;width:100%!important;max-width:none!important;margin:0!important}
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-action-zone,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-action-zone,
.elementor .vq-deal-dialog .vq-deal-action-zone{display:grid!important;gap:10px!important;margin-top:2px!important}

@media(max-width:900px){
  .vq-deal-detail-media{min-height:510px!important}
  .vq-deal-detail-copy{padding:42px 28px 26px!important}
}
@media(max-width:680px){
  .vq-deal-detail-media{min-height:235px!important}
  .sauvi-modal-status{margin-top:2px!important}
  .vq-deal-action-zone{padding-bottom:0!important}
  .vq-deal-sticky-actions{
    position:fixed!important;
    z-index:35!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)!important;
    margin:0!important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
    border-top:1px solid #D9E5DF!important;
    background:rgba(255,255,255,.97)!important;
    backdrop-filter:blur(16px)!important;
    box-shadow:0 -12px 30px rgba(15,61,46,.13)!important;
  }
  .vq-deal-secondary-links{grid-template-columns:1fr 1fr!important}
}
@media(max-width:390px){
  .sauvi-badge-stack{top:8px!important;left:8px!important;gap:5px!important}
  .sauvi-urgency-badge,.vq-storefront .fse-best,.vq-storefront .fse-featured-badge{min-height:25px!important;padding:5px 8px!important;font-size:8px!important}
  .vq-deal-secondary-links{grid-template-columns:1fr!important}
  .vq-deal-link span{white-space:normal!important}
}


/* ========================================================================== 
   Sauvi 4.0 production refinements — final approved brand system
   ========================================================================== */
.vq-storefront .fse-price,
.vq-storefront .fse-price-multibuy small,
.vq-storefront .fse-featured-price,
.vq-deal-dialog .vq-deal-price,
.vq-deal-dialog .vq-deal-promotion .vq-deal-price{
  color:var(--sauvi-deep-green)!important;
}
.vq-storefront .fse-section-spark{
  background:linear-gradient(135deg,var(--sauvi-deep-green),var(--sauvi-emerald))!important;
  box-shadow:0 10px 23px rgba(15,61,46,.22)!important;
}
.sauvi-urgency-badge.is-active{
  color:var(--sauvi-deep-green)!important;
  border-color:#A9DDBF!important;
  background:rgba(216,243,227,.97)!important;
}
.sauvi-urgency-badge.is-soon{
  color:#4D3700!important;
  border-color:#DDAE32!important;
  background:#F4B740!important;
}
.sauvi-urgency-badge.is-tomorrow{
  color:#fff!important;
  border-color:#DC7A17!important;
  background:#E98A1C!important;
}
.sauvi-urgency-badge.is-today{
  color:#fff!important;
  border-color:var(--sauvi-danger)!important;
  background:var(--sauvi-danger)!important;
}
.sauvi-urgency-badge.is-expired{
  color:#fff!important;
  border-color:#5C6862!important;
  background:#5C6862!important;
}
.sauvi-urgency-badge.is-upcoming{
  color:var(--sauvi-deep-green)!important;
  border-color:#8FD5AA!important;
  background:#CFF4DC!important;
}
.sauvi-urgency-badge.is-unconfirmed{
  color:#59655F!important;
  border-color:#D4DDD8!important;
  background:#F4F6F5!important;
}
.vq-deal-action-zone{
  align-content:start!important;
  margin-top:0!important;
}
.vq-deal-secondary-links{
  grid-auto-rows:minmax(42px,auto)!important;
}
.vq-deal-link,
.vq-deal-link.is-report{
  align-self:stretch!important;
  box-sizing:border-box!important;
}
.vq-deal-sticky-actions{
  align-self:start!important;
  margin-top:0!important;
}
.vq-deal-detail-copy{
  justify-content:flex-start!important;
}
.vq-deal-dialog-content{
  overscroll-behavior:contain!important;
}
body.sauvi-on-woodmart .vq-deal-dialog .vq-deal-sticky-actions,
body.sauvi-woodmart-ready .vq-deal-dialog .vq-deal-sticky-actions,
.elementor .vq-deal-dialog .vq-deal-sticky-actions{
  margin-top:0!important;
}
@media(min-width:681px){
  .vq-deal-action-zone{margin-top:1px!important}
  .vq-deal-secondary-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vq-deal-link,.vq-deal-link.is-report{justify-content:flex-start!important;text-align:left!important}
  .vq-deal-link span{white-space:normal!important;text-align:left!important}
}
@media(max-width:680px){
  .vq-deal-secondary-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vq-deal-action-zone{gap:9px!important}
}
@media(max-width:390px){
  .vq-deal-secondary-links{grid-template-columns:1fr!important}
}

/* Sauvi pricing uses brand green; red is reserved for urgency and errors. */
.vq-storefront .fse-price,
.vq-storefront .fse-price-multibuy small,
.vq-storefront .fse-featured-price,
.vq-deal-dialog .vq-deal-price,
.vq-deal-dialog .vq-deal-promotion .vq-deal-price{color:var(--sauvi-deep-green)!important}
.vq-storefront .fse-section-spark{background:linear-gradient(135deg,var(--sauvi-deep-green),var(--sauvi-green))!important;box-shadow:0 10px 23px rgba(15,61,46,.22)!important}

/* ========================================================================== 
   Sauvi 4.0 WoodMart + Elementor interactive-surface hardening
   Prevent global theme button styles from painting invisible image triggers.
   ========================================================================== */
body.sauvi-on-woodmart .vq-storefront button.vq-media-hit,
body.sauvi-woodmart-ready .vq-storefront button.vq-media-hit,
.elementor .vq-storefront button.vq-media-hit,
.elementor-widget-container .vq-storefront button.vq-media-hit,
.vq-storefront button.vq-media-hit{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  color:transparent!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  opacity:1!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transform:none!important;
  text-indent:-9999px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:0!important;
  line-height:0!important;
  cursor:pointer!important;
}
body.sauvi-on-woodmart .vq-storefront button.vq-media-hit::before,
body.sauvi-on-woodmart .vq-storefront button.vq-media-hit::after,
body.sauvi-woodmart-ready .vq-storefront button.vq-media-hit::before,
body.sauvi-woodmart-ready .vq-storefront button.vq-media-hit::after,
.elementor .vq-storefront button.vq-media-hit::before,
.elementor .vq-storefront button.vq-media-hit::after,
.elementor-widget-container .vq-storefront button.vq-media-hit::before,
.elementor-widget-container .vq-storefront button.vq-media-hit::after,
.vq-storefront button.vq-media-hit::before,
.vq-storefront button.vq-media-hit::after{
  display:none!important;
  content:none!important;
}
body.sauvi-on-woodmart .vq-storefront button.vq-card-title,
body.sauvi-woodmart-ready .vq-storefront button.vq-card-title,
.elementor .vq-storefront button.vq-card-title,
.elementor-widget-container .vq-storefront button.vq-card-title,
.vq-storefront button.vq-card-title{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  color:inherit!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  font:inherit!important;
  line-height:inherit!important;
}
body.sauvi-on-woodmart .vq-storefront button.vq-card-title::before,
body.sauvi-on-woodmart .vq-storefront button.vq-card-title::after,
body.sauvi-woodmart-ready .vq-storefront button.vq-card-title::before,
body.sauvi-woodmart-ready .vq-storefront button.vq-card-title::after,
.elementor .vq-storefront button.vq-card-title::before,
.elementor .vq-storefront button.vq-card-title::after,
.elementor-widget-container .vq-storefront button.vq-card-title::before,
.elementor-widget-container .vq-storefront button.vq-card-title::after,
.vq-storefront button.vq-card-title::before,
.vq-storefront button.vq-card-title::after{
  display:none!important;
  content:none!important;
}

/* Compact card watch control: neutralize aggressive theme-wide button rules. */
body.sauvi-on-woodmart .vq-storefront button.vq-watch-icon,
body.sauvi-woodmart-ready .vq-storefront button.vq-watch-icon,
.elementor .vq-storefront button.vq-watch-icon,
.elementor-widget-container .vq-storefront button.vq-watch-icon,
.vq-storefront button.vq-watch-icon{
  position:absolute!important;
  z-index:5!important;
  right:10px!important;
  top:10px!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.82)!important;
  border-radius:50%!important;
  color:var(--sauvi-emerald)!important;
  background:rgba(255,255,255,.96)!important;
  background-image:none!important;
  box-shadow:0 5px 15px rgba(15,61,46,.14)!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transform:none!important;
  text-indent:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-family:inherit!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.sauvi-on-woodmart .vq-storefront button.vq-watch-icon:hover,
body.sauvi-on-woodmart .vq-storefront button.vq-watch-icon.is-watching,
body.sauvi-woodmart-ready .vq-storefront button.vq-watch-icon:hover,
body.sauvi-woodmart-ready .vq-storefront button.vq-watch-icon.is-watching,
.elementor .vq-storefront button.vq-watch-icon:hover,
.elementor .vq-storefront button.vq-watch-icon.is-watching,
.elementor-widget-container .vq-storefront button.vq-watch-icon:hover,
.elementor-widget-container .vq-storefront button.vq-watch-icon.is-watching,
.vq-storefront button.vq-watch-icon:hover,
.vq-storefront button.vq-watch-icon.is-watching{
  color:#fff!important;
  border-color:var(--sauvi-emerald)!important;
  background:var(--sauvi-emerald)!important;
}
body.sauvi-on-woodmart .vq-storefront button.vq-watch-icon::before,
body.sauvi-woodmart-ready .vq-storefront button.vq-watch-icon::before,
.elementor .vq-storefront button.vq-watch-icon::before,
.elementor-widget-container .vq-storefront button.vq-watch-icon::before,
.vq-storefront button.vq-watch-icon::before{
  display:none!important;
  content:none!important;
}


/* Sauvi 4.x compatibility refinements retained by Sauvi 5.0. */
.vq-storefront a.fse-category-pill,
.vq-deal-dialog a.vq-deal-category{
  cursor:pointer!important;
  text-decoration:none!important;
  transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.vq-storefront a.fse-category-pill:hover,
.vq-storefront a.fse-category-pill:focus-visible{
  color:#fff!important;
  border-color:var(--sauvi-emerald)!important;
  background:var(--sauvi-emerald)!important;
  box-shadow:0 8px 18px rgba(14,122,75,.22)!important;
  transform:translateY(-1px)!important;
}
.vq-storefront a.fse-category-pill:focus-visible,
.vq-deal-dialog a.vq-deal-category:focus-visible{
  outline:3px solid rgba(34,197,94,.32)!important;
  outline-offset:2px!important;
}
.vq-storefront .fse-category-pill.is-static{cursor:default!important}
.vq-deal-dialog a.vq-deal-category:hover,
.vq-deal-dialog a.vq-deal-category:focus-visible{
  color:#fff!important;
  border-color:var(--sauvi-emerald)!important;
  background:var(--sauvi-emerald)!important;
}
.vq-deal-dialog .vq-deal-category.is-static{cursor:default!important}
@media(max-width:680px){
  .vq-deal-category{
    display:inline-flex!important;
    max-width:48%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .vq-deal-header{align-items:flex-start!important}
}

/* Mobile touch-target safeguard for primary deal-card actions. */
@media(max-width:680px){
  .vq-storefront .fse-add-list,
  .vq-storefront .vq-view-deal{min-height:44px!important}
}
