﻿/* Dealify UI layer: scoped, child-theme owned presentation. */
:root {
  --dealify-ink: #111827;
  --dealify-text: #344054;
  --dealify-muted: #667085;
  --dealify-line: #e5e7eb;
  --dealify-surface: #ffffff;
  --dealify-soft: #ffffff;
  --dealify-tint: #f7f8fc;
  --dealify-orange: #FFC107; /* Buyhatke Yellow */
  --dealify-orange-dark: #FFB300;
  --dealify-green: #16A34A;
  --dealify-blue: #1A237E; /* Buyhatke Royal Blue */
  --dealify-navy: #0F172A;
  --dealify-violet: #283593;
  --dealify-shadow: 0 18px 45px rgba(17, 24, 39, .08);
}

body.dealify-theme {
  background: var(--dealify-soft) !important;
  color: var(--dealify-text) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.dealify-shell {
  background: #ffffff;
}

.dealify-shell a {
  color: inherit !important;
}

.dealify-hero {
  background: linear-gradient(120deg, rgba(26, 35, 126, .92) 0%, rgba(40, 53, 147, .94) 48%, rgba(15, 23, 42, .96) 100%) !important;
  color: #ffffff !important;
  padding: 72px 20px 56px !important;
  text-align: left !important;
}

.dealify-hero::before,
.dealify-hero::after {
  display: none !important;
}



.dealify-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  min-height: 420px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.dealify-hero__content {
  max-width: 760px;
}

.dealify-hero__copy {
  max-width: 760px;
}

.dealify-hero__visual {
  min-height: 380px;
  background: none !important;
  position: relative;
}

.dealify-eyebrow,
.dealify-section-kicker {
  color: var(--dealify-orange) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dealify-hero h1 {
  color: #ffffff !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.06 !important;
  margin: 0 0 14px !important;
  max-width: 720px;
}

.dealify-page-hero h1 {
  color: var(--dealify-ink) !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 0 14px !important;
  max-width: 720px;
}

.dealify-hero p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 680px !important;
}

.dealify-page-hero p {
  color: var(--dealify-muted) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 680px !important;
}

.dealify-search-panel {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  box-shadow: var(--dealify-shadow);
  max-width: 860px;
  padding: 12px;
}

.dealify-search {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dealify-search input[type="search"],
.dealify-listing-search input[type="search"] {
  background: #f8fafc !important;
  border: 1px solid var(--dealify-line) !important;
  border-radius: 7px !important;
  color: var(--dealify-ink) !important;
  font-size: 15px !important;
  height: 48px !important;
  outline: none !important;
  padding: 0 16px !important;
  width: 100% !important;
}

.dealify-search input[type="search"]:focus,
.dealify-listing-search input[type="search"]:focus {
  border-color: rgba(37, 99, 235, .45) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12) !important;
}

.dealify-search button,
.dealify-listing-search button,
.dealify-card__button {
  background: var(--dealify-orange) !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #0F172A !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.1) !important;
}

.dealify-search button {
  height: 48px !important;
}

.dealify-search button:hover,
.dealify-listing-search button:hover,
.dealify-card__button:hover {
  background: var(--dealify-orange-dark) !important;
  transform: translateY(-1px);
}

.dealify-quick-links,
.dealify-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dealify-quick-links {
  margin-top: 12px;
}

.dealify-quick-links a {
  background: rgba(26, 35, 126, 0.05) !important;
  border: 1px solid rgba(26, 35, 126, 0.1) !important;
  color: #1A237E !important;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 16px;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.dealify-quick-links a:hover {
  background: var(--dealify-orange) !important;
  color: #000 !important;
  border-color: var(--dealify-orange) !important;
}

.dealify-trust-strip {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  gap: 14px;
}

.dealify-trust-strip span {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 10px 12px;
}

.dealify-trust-strip strong {
  color: #ffffff;
}

.dealify-section {
  padding: 44px 0 !important;
}

.dealify-section--soft {
  background: #ffffff;
}

.dealify-section--categories {
  background: #ffffff !important;
}

.dealify-section-header {
  align-items: end !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}

.dealify-section-header h2,
.dealify-proof h2 {
  color: var(--dealify-ink) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

.dealify-text-link {
  color: var(--dealify-blue) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.dealify-cat-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.dealify-cat-card {
  background: #ffffff !important;
  border: 1px solid var(--dealify-line) !important;
  border-radius: 8px !important;
  min-height: 132px !important;
  padding: 18px !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.dealify-cat-card__icon {
  align-items: center;
  background: #f4f5ff;
  border: 1px solid #e1e4ff;
  border-radius: 8px;
  color: var(--dealify-blue);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
}

.dealify-cat-card__icon i {
  font-size: 19px;
}

.dealify-cat-card:hover {
  border-color: rgba(24, 166, 106, .5) !important;
  box-shadow: 0 14px 30px rgba(16, 32, 51, .08) !important;
  transform: translateY(-2px) !important;
}

.dealify-cat-card__name {
  color: var(--dealify-ink) !important;
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.dealify-cat-card__meta {
  color: var(--dealify-muted) !important;
  display: block;
  font-size: 13px;
}

.dealify-product-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.dealify-card {
  background: var(--dealify-surface);
  border: 1px solid var(--dealify-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dealify-card:hover {
  border-color: rgba(37, 99, 235, .35);
  box-shadow: 0 16px 36px rgba(16, 32, 51, .1);
  transform: translateY(-2px);
}

.dealify-card__media {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #edf2f7;
  display: flex;
  height: 196px;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.dealify-card__media img {
  height: 172px !important;
  max-height: 172px !important;
  max-width: 88% !important;
  object-fit: contain !important;
  width: auto !important;
  padding: 8px !important;
}

.dealify-card__badge {
  background: var(--dealify-green);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
  position: absolute;
  left: 10px !important;
  right: auto !important;
  top: 10px;
  z-index: 10;
}

.dealify-card__actions {
  display: flex;
  flex-direction: column !important;
  gap: 6px;
  right: 10px !important;
  left: auto !important;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.dealify-card__actions a,
.dealify-card__actions span {
  align-items: center !important;
  background: rgba(255, 255, 255, .95) !important;
  border: 1px solid var(--dealify-line) !important;
  border-radius: 999px !important;
  color: var(--dealify-muted) !important;
  display: inline-flex !important;
  height: 30px !important;
  justify-content: center !important;
  min-width: 30px !important;
  padding: 0 !important;
}

.dealify-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.dealify-card__store {
  color: var(--dealify-blue);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.dealify-card__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
  min-height: 24px;
}

.dealify-card__signals span {
  background: #f7f8fc;
  border: 1px solid #eaecf0;
  border-radius: 999px;
  color: var(--dealify-muted);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
}

.dealify-card__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  margin: 0 0 12px !important;
  min-height: 40px !important;
}

.dealify-card__title a {
  color: var(--dealify-ink) !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  height: 40px !important;
}

.dealify-card__meta {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: space-between !important;
  margin-top: auto !important;
  flex-wrap: nowrap !important;
}

.dealify-card__price {
  color: var(--dealify-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.dealify-card__price del {
  color: #9aa7b6 !important;
  display: block;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.dealify-card__price ins {
  color: var(--dealify-ink) !important;
  text-decoration: none !important;
}

.dealify-card__button {
  align-items: center !important;
  display: inline-flex !important;
  min-height: 36px !important;
  padding: 0 13px !important;
}

.dealify-card__compare {
  background: #fbfcfe;
  border-top: 1px solid #edf2f7;
  color: var(--dealify-blue) !important;
  display: block;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none !important;
}

.dealify-page-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--dealify-line);
  padding: 42px 20px;
}

.dealify-listing-bar {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--dealify-line);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 12px;
}

.dealify-listing-bar > span {
  color: var(--dealify-muted);
  font-size: 14px;
  font-weight: 700;
}

.dealify-listing-search {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 280px) auto;
}

.dealify-listing-search input[type="search"] {
  height: 40px !important;
}

.dealify-listing-search button {
  min-height: 40px !important;
}

.dealify-pagination {
  margin-top: 26px;
  text-align: center;
}

.dealify-pagination .page-numbers {
  background: #fff;
  border: 1px solid var(--dealify-line);
  border-radius: 7px;
  color: var(--dealify-ink) !important;
  display: inline-flex;
  margin: 0 3px;
  min-width: 38px;
  padding: 9px 12px;
  text-decoration: none;
}

.dealify-pagination .current {
  background: var(--dealify-ink);
  color: #fff !important;
}

.dealify-empty {
  background: #fff;
  border: 1px dashed var(--dealify-line);
  border-radius: 8px;
  color: var(--dealify-muted);
  font-size: 15px;
  padding: 34px;
  text-align: center;
}

.dealify-proof {
  background: linear-gradient(135deg, #F8FAFC 0%, #EEF2F6 100%) !important;
  padding: 80px 0 !important;
}

.dealify-proof__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dealify-proof__grid {
    grid-template-columns: 1fr repeat(3, 1fr);
    align-items: center;
  }
}

.dealify-proof-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.6) !important;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04) !important;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.dealify-proof-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(26, 35, 126, 0.12) !important;
  border-color: rgba(26, 35, 126, 0.2) !important;
}

/* Icon / Graphic Container */
.dealify-proof-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(26, 35, 126, 0.05) 100%);
  border: 2px solid rgba(255, 193, 7, 0.3);
  transition: transform 0.4s ease;
}
.dealify-proof-card:nth-child(2) .dealify-proof-icon-wrapper {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(26, 35, 126, 0.05) 100%);
  border-color: rgba(37, 99, 235, 0.3);
}
.dealify-proof-card:nth-child(2) .dealify-proof-icon-wrapper i { color: #2563EB; }

.dealify-proof-card:nth-child(4) .dealify-proof-icon-wrapper {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.15) 0%, rgba(13, 148, 136, 0.05) 100%);
  border-color: rgba(22, 163, 74, 0.3);
}
.dealify-proof-card:nth-child(4) .dealify-proof-icon-wrapper i { color: #16A34A; }

.dealify-proof-icon-wrapper i {
  font-size: 28px;
  color: var(--dealify-orange-dark);
}

.dealify-proof-card:hover .dealify-proof-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.dealify-proof-card strong {
  display: block;
  font-size: 22px;
  color: var(--dealify-ink);
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.dealify-proof-card span {
  display: block;
  font-size: 15px;
  color: var(--dealify-muted);
  line-height: 1.6;
}
.dealify-proof-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, #1A237E, #2563EB, #FFC107);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dealify-proof-card:hover::before {
  opacity: 1;
}

/* Single product comparison page */
.dealify-single {
  background: #ffffff;
}

.dealify-single-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--dealify-line);
  padding: 34px 0 38px;
}

.dealify-single-hero__grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.dealify-single-gallery {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--dealify-line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 460px;
  padding: 28px;
}

.dealify-single-gallery img,
.dealify-single-gallery__image {
  height: auto !important;
  max-height: 400px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: auto !important;
}

.dealify-single-summary {
  background: #ffffff;
}

.dealify-single-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 14px !important;
}

.dealify-single-cats,
.dealify-single-cats a {
  color: var(--dealify-blue) !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.dealify-single-summary h1 {
  color: var(--dealify-ink) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  margin: 10px 0 20px !important;
}

.dealify-single-price-row {
  align-items: stretch;
  border: 1px solid var(--dealify-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin: 0 0 18px;
  padding: 18px;
}

.dealify-single-label,
.dealify-single-store span {
  color: var(--dealify-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dealify-single-price {
  color: var(--dealify-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.dealify-single-price del {
  color: #98a2b3 !important;
  display: block;
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 4px;
}

.dealify-single-price ins {
  color: var(--dealify-ink) !important;
  text-decoration: none !important;
}

.dealify-single-store {
  background: #f7f8fc;
  border-radius: 8px;
  min-width: 150px;
  padding: 13px 15px;
}

.dealify-single-store strong {
  color: var(--dealify-ink);
  display: block;
  font-size: 16px;
}

.dealify-single-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.dealify-primary-button {
  align-items: center;
  background: var(--dealify-orange) !important;
  border-radius: 7px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none !important;
}

.dealify-primary-button:hover {
  background: var(--dealify-orange-dark) !important;
}

.dealify-single-mini-actions {
  display: flex;
  gap: 8px;
}

.dealify-single-mini-actions a,
.dealify-single-mini-actions span {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid var(--dealify-line) !important;
  border-radius: 999px !important;
  color: var(--dealify-muted) !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 42px !important;
  padding: 0 12px !important;
}

.dealify-single-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dealify-single-stats span {
  background: #f7f8fc;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  color: var(--dealify-muted);
  font-size: 13px;
  padding: 12px;
}

.dealify-single-stats strong {
  color: var(--dealify-ink);
  display: block;
  font-size: 14px;
}

.dealify-single-section {
  padding: 34px 0;
}

.dealify-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.dealify-single-main {
  display: grid;
  gap: 20px;
}

.dealify-panel {
  background: #ffffff;
  border: 1px solid var(--dealify-line);
  border-radius: 8px;
  padding: 20px;
}

.dealify-panel--sticky {
  position: sticky;
  top: 90px;
}

.dealify-panel__header {
  margin-bottom: 16px;
}

.dealify-panel__header span {
  color: var(--dealify-orange);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dealify-panel__header h2 {
  color: var(--dealify-ink) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

.dealify-muted,
.dealify-content {
  color: var(--dealify-muted);
  font-size: 15px;
  line-height: 1.7;
}

.dealify-spec-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.dealify-spec-list div {
  border-bottom: 1px solid var(--dealify-line);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
}

.dealify-spec-list div:last-child {
  border-bottom: 0;
}

.dealify-spec-list dt {
  color: var(--dealify-muted);
  font-size: 13px;
  font-weight: 700;
}

.dealify-spec-list dd {
  color: var(--dealify-ink);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

body.single-product .widget_logo_list {
  display: grid;
  gap: 10px;
}

body.single-product .widget_logo_list .table_div_list,
body.single-product .egg-listcontainer .row-products {
  border: 1px solid var(--dealify-line) !important;
  border-radius: 8px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.single-product .widget_logo_list .re_track_btn {
  align-items: center !important;
  background: #ffffff !important;
  color: var(--dealify-ink) !important;
  display: grid !important;
  grid-template-columns: 120px 1fr 48px !important;
  gap: 14px !important;
  min-height: 70px !important;
  padding: 12px 14px !important;
  text-decoration: none !important;
}

body.single-product .widget_logo_list .buttons_col {
  align-items: center !important;
  background: var(--dealify-orange) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: flex !important;
  height: 38px !important;
  justify-content: center !important;
  width: 38px !important;
}

/* Footer cleanup for ReHub widgets */
footer#theme_footer,
#theme_footer,
.footer-bottom,
.footer-bottom.dark_style {
  background: #111827 !important;
}

#theme_footer .footer_widget,
#theme_footer .widget,
#theme_footer aside,
#theme_footer .col_item,
#theme_footer .col_wrap_three .col_item,
.footer-bottom .footer_widget,
.footer-bottom .widget,
.footer-bottom aside {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 16px !important;
}

#theme_footer .footer_widget *,
.footer-bottom .footer_widget * {
  background-color: transparent !important;
}

#theme_footer .widgettitle,
#theme_footer .widget-title,
.footer-bottom .widgettitle,
.footer-bottom .widget-title {
  color: #ffffff !important;
}

#theme_footer,
#theme_footer p,
#theme_footer li,
#theme_footer a,
.footer-bottom,
.footer-bottom p,
.footer-bottom li,
.footer-bottom a {
  color: #a5b4c7 !important;
}

.dealify-proof-card strong {
  color: var(--dealify-ink);
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}

.dealify-proof-card span {
  color: var(--dealify-muted);
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .dealify-hero__inner,
  .dealify-single-hero__grid,
  .dealify-single-layout {
    grid-template-columns: 1fr;
  }

  .dealify-product-grid,
  .dealify-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .dealify-proof__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Dealify 3.2.8 live navbar alignment, search polish, and mega-column hover fix. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  align-items: center !important;
  gap: 28px !important;
  grid-template-columns: 150px minmax(455px, 1fr) minmax(340px, 420px) !important;
  justify-items: stretch !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  align-items: center !important;
  align-self: center !important;
  top: auto !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu {
  gap: 22px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  gap: 24px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 360px !important;
  height: 42px !important;
  max-width: 390px !important;
  min-width: 270px !important;
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(70, 56, 255, .08) !important;
  display: flex !important;
  height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input.search-field,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[name="s"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #151637 !important;
  flex: 1 1 auto !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 42px !important;
  line-height: 42px !important;
  margin: 0 !important;
  min-width: 0 !important;
  outline: 0 !important;
  padding: 0 66px 0 22px !important;
  text-align: left !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input::placeholder {
  color: #8b93ad !important;
  opacity: 1 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  bottom: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 54px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 54px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form [type="submit"] i,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form .btnsearch i {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 {
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  box-shadow: none !important;
  min-width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-3 {
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item:focus-within > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item:focus-within > .dealify-nav-cats__list--depth-2 {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

@media (max-width: 1180px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    gap: 18px !important;
    grid-template-columns: 135px minmax(380px, 1fr) minmax(280px, 340px) !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
    max-width: 330px !important;
    min-width: 250px !important;
  }
}

/* Dealify 3.2.9 persistent mega-menu hover state. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item.is-active > a {
  background: #eaf0ff !important;
  color: #2f36ff !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-3 {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

@media (max-width: 760px) {
  .dealify-hero {
    padding: 36px 14px 28px !important;
  }

  .dealify-hero__visual {
    min-height: 240px;
  }

  .dealify-hero h1,
  .dealify-page-hero h1 {
    font-size: 34px !important;
  }

  .dealify-hero p,
  .dealify-page-hero p {
    font-size: 16px !important;
  }

  .dealify-search,
  .dealify-listing-search {
    grid-template-columns: 1fr;
  }

  .dealify-section-header,
  .dealify-listing-bar {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .dealify-product-grid,
  .dealify-cat-grid,
  .dealify-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dealify-single-stats {
    grid-template-columns: 1fr;
  }

  .dealify-single-price-row {
    grid-template-columns: 1fr;
  }
}

/* Dealify 4.2.0 production mega-category columns. Keep this at the real end. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel {
  overflow: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  background: #ffffff !important;
  border-right: 1px solid #e3e6f6 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  height: 100% !important;
  left: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333333% !important;
  z-index: 2 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-3,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-4,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-5 {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__columns {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 3 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column {
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  height: 100% !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  pointer-events: auto !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column--children {
  border-left: 1px solid #e3e6f6 !important;
  border-right: 1px solid #e3e6f6 !important;
  left: 33.333333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column--grandchildren {
  left: 66.666666% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column.is-empty::before {
  color: #8b93b2 !important;
  content: "Beweeg over een categorie om meer te ontdekken" !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  padding: 12px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #07113a !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  line-height: 1.25 !important;
  min-height: 40px !important;
  padding: 9px 13px !important;
  text-align: left !important;
  text-decoration: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item:hover > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item.is-active > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a:hover {
  background: #eef1ff !important;
  color: #342bff !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links {
  background: #f7f8ff !important;
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin: 4px 0 8px 12px !important;
  padding: 7px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a {
  color: #35405f !important;
  font-size: 13px !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__columns {
    display: none !important;
  }
}

/* Dealify 4.2.4 final navbar, GTranslate, and compact deals listing polish. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  display: grid !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  grid-template-columns: 160px minmax(430px, auto) minmax(520px, 1fr) !important;
  max-width: 1280px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 48px) !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu {
  justify-content: flex-start !important;
  min-width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  gap: clamp(18px, 1.7vw, 30px) !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  align-items: center !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 auto !important;
  max-width: none !important;
  min-width: 420px !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form {
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[name="s"] {
  padding-left: 30px !important;
  padding-right: 72px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 48px !important;
  min-width: 148px !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper {
  align-items: center !important;
  display: inline-flex !important;
  height: 48px !important;
  justify-content: center !important;
  min-width: 148px !important;
  position: relative !important;
  width: 148px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper #gt_float_wrapper {
  inset: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  z-index: 10095 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_float_switcher {
  background: #ffffff !important;
  border: 1px solid #dedcff !important;
  border-radius: 0 !important;
  box-shadow: 0 14px 30px rgba(7, 17, 58, 0.12) !important;
  color: #07113a !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  min-width: 148px !important;
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt-selected,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt-current-lang {
  align-items: center !important;
  background: #ffffff !important;
  color: #07113a !important;
  display: flex !important;
  gap: 10px !important;
  height: 48px !important;
  justify-content: center !important;
  padding: 0 16px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt-current-lang img,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_options img {
  border-radius: 2px !important;
  height: 24px !important;
  object-fit: cover !important;
  width: 34px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt-lang-code {
  color: #07113a !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_options {
  background: #ffffff !important;
  border: 1px solid #dedcff !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(7, 17, 58, 0.16) !important;
  left: 0 !important;
  margin-top: 8px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 48px !important;
  width: 100% !important;
  z-index: 10096 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_options a {
  align-items: center !important;
  background: #ffffff !important;
  color: #07113a !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  gap: 10px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  text-decoration: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_options a:hover,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper .gt_options a.gt-current {
  background: #eef1ff !important;
  color: #342bff !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero {
  border-bottom: 0 !important;
  padding: 24px 20px 10px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero h1 {
  font-size: clamp(42px, 5vw, 66px) !important;
  line-height: 1.02 !important;
  margin: 0 0 14px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero p {
  font-size: 20px !important;
  margin: 0 !important;
}

html body.dealify-theme.dealify-deals-page .dealify-section {
  padding-top: 12px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-deals-controls {
  margin-bottom: 12px !important;
  padding: 12px 14px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-price-filter-tabs--listing {
  margin-bottom: 12px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-listing-bar {
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-product-grid {
  margin-top: 0 !important;
}

@media (max-width: 1320px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    gap: 18px !important;
    grid-template-columns: 140px minmax(390px, auto) minmax(420px, 1fr) !important;
    width: calc(100% - 32px) !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
    min-width: 340px !important;
  }
}

@media (max-width: 1120px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    grid-template-columns: 130px minmax(330px, auto) minmax(330px, 1fr) !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher,
  html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gtranslate_wrapper {
    min-width: 112px !important;
    width: 112px !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html body.dealify-theme.dealify-deals-page .dealify-page-hero {
    padding: 18px 16px 8px !important;
  }

  html body.dealify-theme.dealify-deals-page .dealify-page-hero h1 {
    font-size: clamp(34px, 12vw, 48px) !important;
  }

  html body.dealify-theme.dealify-deals-page .dealify-page-hero p {
    font-size: 16px !important;
  }
}

/* Dealify 4.2.1 final product card media override. */
html body.dealify-theme .dealify-card__media {
  background: #f6f6f6 !important;
  height: 216px !important;
  padding: 18px !important;
}

/* Dealify 4.2.3 listing filters, navbar language, translated hero, and breadcrumb polish. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  grid-template-columns: minmax(145px, 185px) minmax(360px, auto) minmax(420px, 1fr) !important;
  max-width: 1230px !important;
  width: calc(100% - 48px) !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  gap: 14px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 440px !important;
  max-width: 520px !important;
  min-width: 260px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher {
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher:empty {
  display: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gt_switcher,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gt_selector,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher select {
  background: #ffffff !important;
  border: 1px solid #dedcff !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 28px rgba(7, 17, 58, 0.08) !important;
  color: #07113a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  min-height: 40px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gt_switcher .gt_selected,
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher .gt_switcher .gt_option {
  background: #ffffff !important;
  border-color: #dedcff !important;
  color: #07113a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

html body.dealify-theme .dealify-hero,
html body.dealify-theme .dealify-hero--home {
  height: auto !important;
  min-height: clamp(560px, 68vh, 780px) !important;
  overflow: visible !important;
  padding: clamp(72px, 8vw, 112px) 0 clamp(56px, 7vw, 92px) !important;
}

html body.dealify-theme .dealify-hero__inner {
  min-height: 0 !important;
}

html body.dealify-theme .dealify-hero h1 {
  font-size: clamp(48px, 6vw, 92px) !important;
  line-height: 1.04 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 980px !important;
}

html body.dealify-theme .dealify-hero p {
  max-width: 820px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero {
  padding: 26px 20px 18px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero h1 {
  font-size: clamp(34px, 4vw, 52px) !important;
  margin-bottom: 8px !important;
}

html body.dealify-theme.dealify-deals-page .dealify-page-hero p {
  margin-bottom: 0 !important;
}

html body.dealify-theme.dealify-deals-page .dealify-section {
  padding-top: 18px !important;
}

html body.dealify-theme .dealify-deals-controls {
  background: #ffffff !important;
  border: 1px solid #e3e6f6 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(7, 17, 58, 0.07) !important;
  margin: 0 0 14px !important;
  padding: 14px !important;
}

html body.dealify-theme .dealify-deals-controls__row {
  align-items: end !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, .8fr) minmax(140px, .7fr) minmax(170px, .8fr) auto auto !important;
}

html body.dealify-theme .dealify-deals-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-deals-field span {
  color: #66708f !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.dealify-theme .dealify-deals-field input,
html body.dealify-theme .dealify-deals-field select {
  background: #f8f9ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 10px !important;
  color: #07113a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 42px !important;
  outline: 0 !important;
  padding: 0 12px !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-deals-submit,
html body.dealify-theme .dealify-deals-reset {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  height: 42px !important;
  justify-content: center !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-deals-submit {
  background: #ff6433 !important;
  border: 1px solid #ff6433 !important;
  color: #ffffff !important;
}

html body.dealify-theme .dealify-deals-reset {
  background: #f7f8ff !important;
  border: 1px solid #dedcff !important;
  color: #342bff !important;
}

html body.dealify-theme .dealify-price-filter-tabs--listing {
  margin: 0 0 14px !important;
}

html body.dealify-theme .dealify-listing-bar {
  margin-bottom: 18px !important;
  padding: 12px 14px !important;
}

html body.dealify-theme .dealify-archive-breadcrumb,
html body.dealify-theme .dealify-archive-breadcrumb .woocommerce-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb .woocommerce-breadcrumb {
  align-items: center !important;
  color: rgba(255, 255, 255, .78) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 11px !important;
  gap: 8px !important;
  line-height: 1.6 !important;
  margin: 0 0 14px !important;
  word-break: break-word !important;
}

html body.dealify-theme .dealify-archive-breadcrumb a,
html body.dealify-theme .dealify-single-breadcrumb a {
  color: rgba(255, 255, 255, .86) !important;
  margin: 0 2px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-single-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb .woocommerce-breadcrumb {
  color: #7a849f !important;
}

html body.dealify-theme .dealify-single-breadcrumb a {
  color: #66708f !important;
}

@media (max-width: 1180px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    grid-template-columns: minmax(120px, 160px) minmax(320px, auto) minmax(340px, 1fr) !important;
    width: calc(100% - 28px) !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
    max-width: 420px !important;
  }

  html body.dealify-theme .dealify-deals-controls__row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-hero,
  html body.dealify-theme .dealify-hero--home {
    min-height: auto !important;
    padding: 56px 0 48px !important;
  }

  html body.dealify-theme .dealify-hero h1 {
    font-size: clamp(36px, 12vw, 54px) !important;
  }

  html body.dealify-theme.dealify-deals-page .dealify-page-hero {
    padding: 22px 16px 14px !important;
  }

  html body.dealify-theme .dealify-deals-controls__row {
    grid-template-columns: 1fr !important;
  }

  html body.dealify-theme .dealify-deals-submit,
  html body.dealify-theme .dealify-deals-reset {
    width: 100% !important;
  }
}

/* Dealify 4.2.1 product card media surface. */
html body.dealify-theme .dealify-card__media {
  background: #f6f6f6 !important;
  height: 216px !important;
  padding: 18px !important;
}

/* Dealify 4.1.9 blog internal linking and related category CTA polish. */
html body.dealify-theme .dealify-post-internal-links {
  background: #f7f8ff !important;
  border: 1px solid #e3e6ff !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 42px rgba(38, 33, 120, 0.08) !important;
  margin: 30px 0 0 !important;
  padding: 18px !important;
}

html body.dealify-theme .dealify-post-internal-links > span {
  color: #00a876 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
}

html body.dealify-theme .dealify-post-internal-links > div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

html body.dealify-theme .dealify-post-internal-links a {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  color: #3227ff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-post-internal-links a:hover {
  background: #3227ff !important;
  border-color: #3227ff !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body.dealify-theme .dealify-section-header .dealify-text-link {
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-post-internal-links {
    margin-top: 22px !important;
    padding: 14px !important;
  }

  html body.dealify-theme .dealify-post-internal-links > div {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  html body.dealify-theme .dealify-post-internal-links a {
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (max-width: 460px) {
  .dealify-product-grid,
  .dealify-cat-grid,
  .dealify-proof__grid {
    grid-template-columns: 1fr !important;
  }

  .dealify-card__media {
    height: 210px;
  }
}

/* Dealify 3.1 visual restyle: Buyhatke-inspired without cloning page structure. */
:root {
  --dealify-ink: #111827;
  --dealify-text: #344054;
  --dealify-muted: #667085;
  --dealify-line: #e6e9f2;
  --dealify-surface: #ffffff;
  --dealify-page: #ffffff;
  --dealify-lavender: #f4f3ff;
  --dealify-peach: #fff0ea;
  --dealify-orange: #ff6b35;
  --dealify-orange-dark: #e9551e;
  --dealify-green: #00b978;
  --dealify-blue: #3d4cff;
  --dealify-purple: #3522d8;
  --dealify-navy: #15104f;
  --dealify-shadow: 0 20px 52px rgba(28, 31, 91, .12);
}

body.dealify-theme,
.dealify-shell {
  background: var(--dealify-page) !important;
}

.dealify-hero.dealify-hero--home {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(180deg, rgba(73, 54, 244, .98) 0%, rgba(61, 55, 232, .96) 52%, rgba(45, 29, 176, .98) 100%) !important;
  color: #ffffff !important;
  overflow: hidden !important;
  padding: 44px 20px 26px !important;
  position: relative !important;
  text-align: center !important;
}

.dealify-hero.dealify-hero--home::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  display: block !important;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  position: absolute;
}

.dealify-hero.dealify-hero--home .dealify-hero__inner {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  place-items: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.dealify-hero.dealify-hero--home .dealify-hero__content {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  max-width: 820px !important;
  padding-top: 8px !important;
}

.dealify-hero.dealify-hero--home .dealify-eyebrow {
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  margin-bottom: 8px !important;
  opacity: .92 !important;
}

.dealify-hero.dealify-hero--home h1 {
  color: #ffffff !important;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: .98 !important;
  margin: 0 0 14px !important;
  text-align: center !important;
  text-wrap: balance;
}

.dealify-hero.dealify-hero--home h1 span {
  color: #27ef9f !important;
}

.dealify-hero.dealify-hero--home p {
  color: rgba(255, 255, 255, .9) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  margin: 0 auto 18px !important;
  max-width: 680px !important;
  text-align: center !important;
}

.dealify-hero.dealify-hero--home .dealify-search-panel {
  background: rgba(255, 255, 255, .98) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 60px rgba(13, 9, 79, .32) !important;
  max-width: 690px !important;
  padding: 7px !important;
  width: 100% !important;
}

.dealify-hero.dealify-hero--home .dealify-search {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 6px !important;
}

.dealify-hero.dealify-hero--home .dealify-search input[type="search"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  height: 48px !important;
  padding: 0 18px !important;
}

.dealify-hero.dealify-hero--home .dealify-search button {
  background: var(--dealify-orange) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(255, 107, 53, .35) !important;
  height: 44px !important;
  min-width: 110px !important;
}

.dealify-hero.dealify-hero--home .dealify-quick-links {
  justify-content: center !important;
  margin: 12px 0 0 !important;
}

.dealify-hero.dealify-hero--home .dealify-quick-links a {
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: #ffffff !important;
}

.dealify-hero.dealify-hero--home .dealify-trust-strip {
  color: rgba(255, 255, 255, .85) !important;
  justify-content: center !important;
  margin-top: 18px !important;
}

.dealify-hero.dealify-hero--home .dealify-trust-strip span {
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  border-radius: 999px !important;
}

.dealify-hero.dealify-hero--home .dealify-hero__visual {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 auto !important;
  min-height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
}

.dealify-section {
  background: #ffffff !important;
  padding: 52px 0 !important;
}

.dealify-section--soft,
.dealify-proof {
  background: linear-gradient(180deg, #f7f8ff 0%, #ffffff 100%) !important;
}

.dealify-section-kicker {
  color: var(--dealify-green) !important;
  font-size: 11px !important;
  margin-bottom: 7px !important;
}

.dealify-section-header {
  margin-bottom: 22px !important;
}

.dealify-section-header h2,
.dealify-proof h2 {
  font-size: 30px !important;
  letter-spacing: 0 !important;
}

.dealify-text-link {
  color: var(--dealify-purple) !important;
}

.dealify-cat-grid {
  gap: 14px !important;
}

.dealify-cat-card {
  background:
    linear-gradient(135deg, rgba(255, 240, 234, .92), rgba(246, 244, 255, .95)) !important;
  border-color: #ede8ff !important;
  box-shadow: 0 10px 24px rgba(53, 34, 216, .05) !important;
  min-height: 116px !important;
  padding: 16px !important;
}

.dealify-cat-card:nth-child(2n) {
  background: linear-gradient(135deg, rgba(244, 243, 255, .96), rgba(232, 255, 246, .85)) !important;
}

.dealify-cat-card__icon {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 10px 18px rgba(53, 34, 216, .1) !important;
  color: var(--dealify-purple) !important;
  height: 36px !important;
  margin-bottom: 12px !important;
  width: 36px !important;
}

.dealify-product-grid {
  gap: 18px !important;
}

.dealify-card {
  border-color: #e7eaf4 !important;
  box-shadow: 0 10px 28px rgba(23, 24, 79, .06) !important;
}

.dealify-card:hover {
  border-color: rgba(61, 76, 255, .32) !important;
  box-shadow: 0 18px 42px rgba(23, 24, 79, .13) !important;
}

.dealify-card__media {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%) !important;
  height: 190px !important;
}

.dealify-card__media img {
  height: auto !important;
  max-height: 168px !important;
  max-width: 86% !important;
  object-fit: contain !important;
  width: auto !important;
}

.dealify-card__badge {
  background: var(--dealify-green) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 120, .28) !important;
}

.dealify-card__store {
  color: var(--dealify-green) !important;
}

.dealify-card__signals span {
  background: var(--dealify-lavender) !important;
  border-color: #e8e5ff !important;
}

.dealify-card__price,
.dealify-card__price ins {
  color: #ff4f1f !important;
}

.dealify-card__button {
  background: var(--dealify-orange) !important;
  border-radius: 7px !important;
}

.dealify-card__compare {
  background: #ffffff !important;
  color: var(--dealify-purple) !important;
}

.dealify-proof {
  padding: 42px 0 !important;
}

.dealify-proof-card {
  background: #ffffff !important;
  border-color: #e8e5ff !important;
  box-shadow: 0 12px 28px rgba(53, 34, 216, .06) !important;
}

.dealify-footer {
  background:
    radial-gradient(circle at 24% 0%, rgba(75, 57, 255, .42), transparent 34%),
    linear-gradient(180deg, #201468 0%, #141041 100%) !important;
  color: #c7c9e4 !important;
  padding: 48px 0 0 !important;
}

.dealify-footer__inner {
  display: grid !important;
  gap: 34px !important;
  grid-template-columns: 1.45fr .8fr .8fr 1.1fr !important;
}

.dealify-footer__logo {
  align-items: center !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  margin-bottom: 14px !important;
  text-decoration: none !important;
}

.dealify-footer__logo span {
  background: linear-gradient(135deg, #ffffff 0%, #33f0a1 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

.dealify-footer p,
.dealify-footer a,
.dealify-footer span {
  color: #c7c9e4 !important;
}

.dealify-footer p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 420px !important;
}

.dealify-footer__nav,
.dealify-footer__notice {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.dealify-footer h2 {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin: 0 0 4px !important;
  text-transform: uppercase !important;
}

.dealify-footer__nav a {
  font-size: 14px !important;
  text-decoration: none !important;
}

.dealify-footer__nav a:hover {
  color: #ffffff !important;
}

.dealify-footer__social {
  display: flex !important;
  gap: 8px !important;
  margin-top: 18px !important;
}

.dealify-footer__social a {
  align-items: center !important;
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  height: 34px !important;
  justify-content: center !important;
  min-width: 34px !important;
  text-decoration: none !important;
}

.dealify-footer__bottom {
  align-items: center !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  margin-top: 38px !important;
  padding-bottom: 18px !important;
  padding-top: 18px !important;
}

.dealify-footer__bottom span {
  font-size: 13px !important;
}

@media (max-width: 1024px) {
  .dealify-footer__inner {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {
  .dealify-hero.dealify-hero--home {
    padding: 34px 14px 20px !important;
  }

  .dealify-hero.dealify-hero--home .dealify-hero__inner {
    min-height: 0 !important;
  }

  .dealify-hero.dealify-hero--home h1 {
    font-size: clamp(36px, 11vw, 48px) !important;
  }

  .dealify-hero.dealify-hero--home .dealify-search-panel {
    border-radius: 18px !important;
    padding: 10px !important;
  }

  .dealify-hero.dealify-hero--home .dealify-search {
    grid-template-columns: 1fr !important;
  }

  .dealify-hero.dealify-hero--home .dealify-search button {
    width: 100% !important;
  }

  .dealify-hero.dealify-hero--home .dealify-hero__visual {
    height: 190px !important;
    width: 100% !important;
  }

  .dealify-footer__inner {
    grid-template-columns: 1fr !important;
  }

  .dealify-footer__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* Dealify 3.1.1 hard override layer: last rules win against ReHub theme options. */
html body.dealify-theme {
  background: #ffffff !important;
  color: #111827 !important;
}

html body.dealify-theme .rh-outer-wrap,
html body.dealify-theme #content,
html body.dealify-theme .main-side,
html body.dealify-theme .rh-container {
  background-color: transparent !important;
}

html body.dealify-theme #main_header,
html body.dealify-theme #main_header.dark_style,
html body.dealify-theme #main_header.white_style,
html body.dealify-theme #main_header .header_wrap,
html body.dealify-theme #main_header .header_seven_style,
html body.dealify-theme #main_header .header_logo_section,
html body.dealify-theme #main_header .main-nav,
html body.dealify-theme #main_header .menu-main-menu-container,
html body.dealify-theme #main_header .header_clean_style {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ececff !important;
  box-shadow: none !important;
  color: #171449 !important;
}

html body.dealify-theme #main_header {
  border-bottom: 1px solid #ececff !important;
  position: relative !important;
  z-index: 50 !important;
}

html body.dealify-theme #main_header a,
html body.dealify-theme #main_header nav a,
html body.dealify-theme #main_header ul li a,
html body.dealify-theme #main_header .header-top a,
html body.dealify-theme #main_header .top-nav a {
  color: #171449 !important;
}

html body.dealify-theme #main_header a:hover,
html body.dealify-theme #main_header nav a:hover,
html body.dealify-theme #main_header ul li.current-menu-item > a {
  color: #4638ff !important;
}

html body.dealify-theme #main_header .logo a,
html body.dealify-theme #main_header .textlogo,
html body.dealify-theme #main_header .logo_text,
html body.dealify-theme #main_header .site-title,
html body.dealify-theme #main_header .site-title a {
  color: #4638ff !important;
  font-weight: 900 !important;
}

html body.dealify-theme #main_header form.search-form input[type="text"],
html body.dealify-theme #main_header form.search-form input[type="search"],
html body.dealify-theme #main_header .search-form input {
  background: #f7f7ff !important;
  border: 1px solid #e2e3ff !important;
  border-radius: 999px 0 0 999px !important;
  color: #171449 !important;
  box-shadow: none !important;
}

html body.dealify-theme #main_header form.search-form [type="submit"],
html body.dealify-theme #main_header .btnsearch {
  background: #4638ff !important;
  border: 1px solid #4638ff !important;
  border-radius: 0 999px 999px 0 !important;
  color: #ffffff !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home {
  background:
    radial-gradient(circle at 14% 20%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 26%),
    radial-gradient(circle at 90% 18%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 24%),
    linear-gradient(180deg, #4b37ff 0%, #3f32ef 47%, #2e1aa7 100%) !important;
  color: #ffffff !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home h1,
html body.dealify-theme .dealify-hero.dealify-hero--home h1 * {
  color: #ffffff !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home h1 span {
  color: #26ee9b !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home p,
html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-eyebrow {
  color: rgba(255, 255, 255, .94) !important;
}

html body.dealify-theme .dealify-search-panel {
  background: #ffffff !important;
  border-color: transparent !important;
}

html body.dealify-theme .dealify-search button,
html body.dealify-theme .dealify-listing-search button,
html body.dealify-theme .dealify-card__button,
html body.dealify-theme .dealify-primary-button,
html body.dealify-theme a.re_track_btn.btn_offer_block,
html body.dealify-theme .priced_block .btn_offer_block {
  background: #ff6b35 !important;
  border-color: #ff6b35 !important;
  color: #ffffff !important;
}

html body.dealify-theme .dealify-section-kicker,
html body.dealify-theme .dealify-card__store {
  color: #00b978 !important;
}

html body.dealify-theme .dealify-section,
html body.dealify-theme .dealify-section--categories {
  background: #ffffff !important;
}

html body.dealify-theme .dealify-section--soft,
html body.dealify-theme .dealify-proof {
  background: #f7f8ff !important;
}

html body.dealify-theme .dealify-card,
html body.dealify-theme .dealify-proof-card {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 8px !important;
}

html body.dealify-theme .dealify-cat-card {
  background: linear-gradient(135deg, #fff0ea 0%, #f5f3ff 100%) !important;
  border: 1px solid #eee8ff !important;
  border-radius: 8px !important;
}

html body.dealify-theme .dealify-cat-card:nth-child(2n) {
  background: linear-gradient(135deg, #f3f1ff 0%, #eafff7 100%) !important;
}

html body.dealify-theme .dealify-card__media,
html body.dealify-theme .dealify-card__compare {
  background: #ffffff !important;
}

html body.dealify-theme .dealify-card__media img,
html body.dealify-theme .dealify-single-gallery img,
html body.dealify-theme .dealify-single-gallery__image {
  object-fit: contain !important;
}

html body.dealify-theme .dealify-card__price,
html body.dealify-theme .dealify-card__price ins {
  color: #ff4f1f !important;
}

html body.dealify-theme .dealify-footer,
html body.dealify-theme footer.dealify-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(75, 57, 255, .42), transparent 34%),
    linear-gradient(180deg, #201468 0%, #141041 100%) !important;
  color: #c7c9e4 !important;
}

html body.dealify-theme .footer-bottom,
html body.dealify-theme #theme_footer {
  display: none !important;
}

/* Dealify 3.1.2 hero artwork and card polish. */
html body.dealify-theme .dealify-hero.dealify-hero--home {
  background:
    linear-gradient(180deg, rgba(72, 53, 255, .82) 0%, rgba(53, 39, 224, .82) 46%, rgba(40, 24, 160, .9) 100%),
    radial-gradient(circle at 50% 18%, #6555ff 0%, #3f2ef0 48%, #291797 100%) !important;
  min-height: 620px !important;
  padding-bottom: 34px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home::before {
  background: none !important;
  bottom: 18px !important;
  content: "" !important;
  display: none !important;
  height: 290px !important;
  left: 50% !important;
  max-width: 960px !important;
  opacity: .96 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: translateX(-50%) !important;
  width: min(960px, 92vw) !important;
  z-index: 0 !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home::after {
  z-index: 0 !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__inner,
html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__content {
  position: relative !important;
  z-index: 2 !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__inner {
  min-height: 552px !important;
  align-content: start !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__visual {
  display: none !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home h1 {
  font-size: clamp(48px, 6vw, 82px) !important;
  max-width: 920px !important;
}

html body.dealify-theme .dealify-product-grid {
  gap: 22px !important;
}

html body.dealify-theme .dealify-card {
  background: #ffffff !important;
  border: 1px solid #e7e8f8 !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(39, 35, 118, .08) !important;
  overflow: hidden !important;
}

html body.dealify-theme .dealify-card__media {
  background: #f6f6f6 !important;
  height: 216px !important;
  padding: 18px !important;
}

html body.dealify-theme .dealify-card__media img,
html body.dealify-theme .dealify-card__media .dealify-card__image,
html body.dealify-theme .dealify-card__image {
  display: block !important;
  height: 100% !important;
  max-height: 178px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-card__actions {
  display: flex !important;
  gap: 8px !important;
  left: auto !important;
  right: 12px !important;
  top: 12px !important;
}

html body.dealify-theme .dealify-card__action,
html body.dealify-theme .dealify-card__actions a,
html body.dealify-theme .dealify-card__actions span,
html body.dealify-theme .dealify-card__actions .wpsm-button,
html body.dealify-theme .dealify-card__actions .heart_thumb_wrap,
html body.dealify-theme .dealify-card__actions .heartplus {
  align-items: center !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid #e4e6f4 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(39, 35, 118, .12) !important;
  color: #3f32ef !important;
  display: inline-flex !important;
  font-size: 0 !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 36px !important;
  min-width: 36px !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 36px !important;
}

html body.dealify-theme .dealify-card__actions i,
html body.dealify-theme .dealify-card__actions .rhicon {
  color: #3f32ef !important;
  display: inline-flex !important;
  font-size: 15px !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-card__actions .comparelabel,
html body.dealify-theme .dealify-card__actions .wishlabel,
html body.dealify-theme .dealify-card__actions .heartplus span:not(.rhicon) {
  display: none !important;
}

html body.dealify-theme .dealify-card__badge {
  right: auto !important;
  left: 12px !important;
  top: 12px !important;
}

html body.dealify-theme .dealify-card__body {
  padding: 16px 16px 14px !important;
}

html body.dealify-theme .dealify-card__title {
  font-size: 14px !important;
  min-height: 42px !important;
}

html body.dealify-theme .dealify-card__signals {
  margin-bottom: 14px !important;
}

html body.dealify-theme .dealify-card__signals span {
  background: #f3f1ff !important;
  border: 0 !important;
  color: #5b55a5 !important;
}

html body.dealify-theme .dealify-card__meta {
  align-items: end !important;
}

html body.dealify-theme .dealify-card__price {
  font-size: 20px !important;
}

html body.dealify-theme .dealify-card__button {
  border-radius: 8px !important;
  box-shadow: 0 10px 20px rgba(255, 107, 53, .22) !important;
  min-width: 86px !important;
}

html body.dealify-theme .dealify-card__compare,
html body.dealify-theme .dealify-card__compare a,
html body.dealify-theme .dealify-card__compare button,
html body.dealify-theme .dealify-card__compare span {
  background: #f8f8ff !important;
  color: #3f32ef !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-hero.dealify-hero--home {
    min-height: 560px !important;
  }

  html body.dealify-theme .dealify-hero.dealify-hero--home::before {
    bottom: 12px !important;
    height: 220px !important;
    width: 96vw !important;
  }
}

/* Dealify 3.1.3 focused layout fixes. Every declaration is intentionally important. */
html body.dealify-theme #main_header {
  min-height: 64px !important;
}

html body.dealify-theme #main_header .header_wrap,
html body.dealify-theme #main_header .rh-container,
html body.dealify-theme #main_header .logo_section_wrap,
html body.dealify-theme #main_header .main-nav,
html body.dealify-theme #main_header .header_seven_style {
  min-height: 64px !important;
}

html body.dealify-theme #main_header .rh-container {
  align-items: center !important;
  display: flex !important;
  gap: 20px !important;
  justify-content: space-between !important;
  
}

html body.dealify-theme #main_header .logo,
html body.dealify-theme #main_header .logo_section {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header nav,
html body.dealify-theme #main_header .top_menu,
html body.dealify-theme #main_header .menu-main-menu-container {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header nav ul,
html body.dealify-theme #main_header .top_menu > ul {
  align-items: center !important;
  display: flex !important;
  gap: 34px !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header nav ul li,
html body.dealify-theme #main_header .top_menu > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header nav ul li a,
html body.dealify-theme #main_header .top_menu > ul > li > a {
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 64px !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header .search-form,
html body.dealify-theme #main_header form.search-form {
  flex: 0 1 360px !important;
  height: 40px !important;
  margin: 0 !important;
  max-width: 360px !important;
  min-width: 260px !important;
  position: relative !important;
}

html body.dealify-theme #main_header form.search-form input[type="text"],
html body.dealify-theme #main_header form.search-form input[type="search"],
html body.dealify-theme #main_header .search-form input {
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 18px !important;
  padding-right: 58px !important;
}

html body.dealify-theme #main_header form.search-form [type="submit"],
html body.dealify-theme #main_header .btnsearch {
  height: 40px !important;
  min-height: 40px !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 54px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 44px 20px 28px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__inner {
  align-content: center !important;
  min-height: calc(60vh - 72px) !important;
  max-height: 560px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home h1 {
  font-size: clamp(44px, 5.4vw, 76px) !important;
  line-height: .98 !important;
  margin-bottom: 18px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-bottom: 22px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search-panel {
  border-radius: 999px !important;
  height: 68px !important;
  max-width: 760px !important;
  padding: 8px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search {
  height: 52px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search input[type="search"] {
  height: 52px !important;
  line-height: 52px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search button {
  align-items: center !important;
  display: inline-flex !important;
  height: 52px !important;
  justify-content: center !important;
  min-width: 132px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-quick-links {
  display: none !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-trust-strip {
  margin-top: 22px !important;
}

html body.dealify-theme .dealify-hero.dealify-hero--home::before {
  background: none !important;
  display: none !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  opacity: .26 !important;
  transform: none !important;
  width: 100% !important;
  z-index: 0 !important;
}

html body.dealify-theme .dealify-card__price,
html body.dealify-theme .dealify-card__price *,
html body.dealify-theme .dealify-card__price .amount,
html body.dealify-theme .dealify-card__price .woocommerce-Price-amount,
html body.dealify-theme .dealify-card__price bdi,
html body.dealify-theme .dealify-card__price ins,
html body.dealify-theme .dealify-card__price ins *,
html body.dealify-theme .dealify-card__price span {
  color: #ff4f1f !important;
  text-decoration-color: #ff4f1f !important;
}

html body.dealify-theme .dealify-card__price del,
html body.dealify-theme .dealify-card__price del *,
html body.dealify-theme .dealify-card__price del .amount,
html body.dealify-theme .dealify-card__price del bdi {
  color: #9aa3b8 !important;
  text-decoration-color: #9aa3b8 !important;
}

html body.dealify-theme .dealify-card__button {
  align-items: center !important;
  display: inline-flex !important;
  height: 38px !important;
  justify-content: center !important;
  line-height: 38px !important;
  min-height: 38px !important;
  overflow: visible !important;
  padding: 0 16px !important;
  text-align: center !important;
}

html body.dealify-theme .dealify-card__actions,
html body.dealify-theme .dealify-card__action {
  overflow: visible !important;
}

html body.dealify-theme .dealify-card__action *,
html body.dealify-theme .dealify-card__actions a *,
html body.dealify-theme .dealify-card__actions span * {
  position: static !important;
  transform: none !important;
}

html body.dealify-theme .dealify-card__actions a,
html body.dealify-theme .dealify-card__actions span,
html body.dealify-theme .dealify-card__actions .wpsm-button,
html body.dealify-theme .dealify-card__actions .heart_thumb_wrap,
html body.dealify-theme .dealify-card__actions .heartplus {
  clip-path: none !important;
  overflow: visible !important;
}

html body.dealify-theme .dealify-proof-card {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 178px !important;
  text-align: center !important;
}

html body.dealify-theme .dealify-proof-icon-wrapper {
  align-items: center !important;
  background: linear-gradient(135deg, #f3f1ff 0%, #eafff7 100%) !important;
  border: 1px solid #d8d6ff !important;
  border-radius: 14px !important;
  color: #3f32ef !important;
  display: inline-flex !important;
  height: 54px !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  width: 54px !important;
}

html body.dealify-theme .dealify-proof-icon-wrapper i,
html body.dealify-theme .dealify-proof-icon-wrapper .rhicon {
  color: #3f32ef !important;
  display: inline-flex !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-footer__social a {
  font-size: 0 !important;
}

html body.dealify-theme .dealify-footer__social a i,
html body.dealify-theme .dealify-footer__social a .rhicon {
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header .rh-container {
    gap: 20px !important;
  }

  html body.dealify-theme #main_header nav ul,
  html body.dealify-theme #main_header .top_menu > ul {
    gap: 18px !important;
  }
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-hero.dealify-hero--home {
    height: auto !important;
    min-height: 520px !important;
    max-height: none !important;
  }

  html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-hero__inner {
    min-height: 0 !important;
  }

  html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search-panel {
    border-radius: 18px !important;
    height: auto !important;
  }

  html body.dealify-theme .dealify-hero.dealify-hero--home .dealify-search {
    height: auto !important;
  }
}

/* Dealify 3.1.4 navbar cleanup: compact desktop, native ReHub mobile controls. */
html body.dealify-theme #main_header {
  min-height: 58px !important;
}

html body.dealify-theme #main_header .header_wrap {
  min-height: 58px !important;
}

html body.dealify-theme #main_header .logo_section_wrap {
  min-height: 58px !important;
}

html body.dealify-theme #main_header .logo_section_wrap > .rh-container {
  align-items: center !important;
  display: flex !important;
  gap: 0 !important;
  justify-content: space-between !important;
  min-height: 58px !important;
}

html body.dealify-theme #main_header .logo-section.header_seven_style {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  /*height: 58px !important;*/
  justify-content: space-between !important;
  /*min-height: 58px !important;*/
  padding: 0 !important;
  width: 100% !important;
}

html body.dealify-theme #main_header .logo {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 auto !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header .textlogo,
html body.dealify-theme #main_header .logo_text,
html body.dealify-theme #main_header .site-title,
html body.dealify-theme #main_header .logo a {
  font-size: 28px !important;
  line-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header .sloganlogo {
  display: none !important;
}

html body.dealify-theme #main_header .search.head_search {
  flex: 0 1 420px !important;
  height: 40px !important;
  margin: 0 auto !important;
  width: 100% !important;
  position: relative !important;
}

html body.dealify-theme #main_header .search.head_search form.search-form {
  height: 40px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

html body.dealify-theme #main_header .header-actions-logo {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 auto !important;
  height: 58px !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header .header-actions-logo .tabledisplay,
html body.dealify-theme #main_header .header-actions-logo .celldisplay {
  align-items: center !important;
  display: inline-flex !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  vertical-align: middle !important;
}

html body.dealify-theme #main_header .heads_icon_label {
  display: none !important;
}

html body.dealify-theme #main_header .rh-header-icon,
html body.dealify-theme #main_header .rh-header-icon span {
  align-items: center !important;
  display: inline-flex !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 34px !important;
  min-width: 34px !important;
}

html body.dealify-theme #main_header .main-nav {
  background: #ffffff !important;
  border-top: 1px solid #ececff !important;
  min-height: 42px !important;
}

html body.dealify-theme #main_header .main-nav > .rh-container {
  align-items: center !important;
  display: flex !important;
  gap: 24px !important;
  justify-content: space-between !important;
  min-height: 42px !important;
}

html body.dealify-theme #main_header .main-nav nav.top_menu {
  display: block !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header .main-nav nav.top_menu > ul {
  align-items: center !important;
  display: flex !important;
  gap: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
}

html body.dealify-theme #main_header .main-nav nav.top_menu > ul > li > a {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 42px !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header .responsive_nav_wrap,
html body.dealify-theme #main_header .rh_mobile_menu,
html body.dealify-theme #main_header #dl-menu {
  display: none !important;
}

@media (min-width: 1025px) {
  html body.dealify-theme #main_header .hideontablet {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header {
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header .logo_section_wrap.hideontablet {
    display: none !important;
  }

  html body.dealify-theme #main_header .main-nav {
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header .main-nav > .rh-container {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header .main-nav nav.top_menu {
    display: none !important;
  }

  html body.dealify-theme #main_header .responsive_nav_wrap,
  html body.dealify-theme #main_header .rh_mobile_menu,
  html body.dealify-theme #main_header #dl-menu {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    height: 56px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }

  html body.dealify-theme #main_header #dl-trigger,
  html body.dealify-theme #main_header .icon-search-onclick {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #e4e6f4 !important;
    border-radius: 999px !important;
    color: #3f32ef !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px !important;
  }

  html body.dealify-theme #main_header #mobile-menu-icons {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  html body.dealify-theme #main_header #dl-trigger svg {
    height: 24px !important;
    stroke: #3f32ef !important;
    width: 24px !important;
  }

  html body.dealify-theme #main_header .icon-search-onclick i {
    color: #3f32ef !important;
    font-size: 16px !important;
  }
}

/* --- NAVBAR OVERRIDE FIXES --- */

/* 1. Revert the wrapper back to normal to fix the weird heights/padding */
html body.dealify-theme #main_header .rh-container {
    display: block !important; 
}

/* 2. Target the TRUE inner row and spread the items out */
html body.dealify-theme #main_header .logo-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 70px !important; /* Your desired navbar height */
    width: 100% !important;
}

/* 3. Stop the links from greedily squishing the search bar */
html body.dealify-theme #main_header .logo-section .main-nav {
    flex: 0 1 auto !important;
}

/* 4. Restore the correct width to the search bar */
html body.dealify-theme #main_header .logo-section > .rh-flex-grow1 {
    flex: 0 1 420px !important; 
    margin: 0 20px !important; /* Adds breathing room around the search */
}

/* 5. Fix the giant Wishlist orange notification dot */
html body.dealify-theme #main_header .rh-header-icon .rh-icon-notice {
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    display: flex !important;
    padding: 0 !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
}

/* --- NAVBAR OVERRIDE FIXES (UPDATED) --- */

/* 1. Scope all structural changes to DESKTOP ONLY so mobile is safe! */
@media (min-width: 1025px) {
    /* Stop the outer wrapper from messing with heights */
    html body.dealify-theme #main_header .rh-container {
        display: block !important; 
    }

    /* The true inner row: enable flexbox and set the height */
    html body.dealify-theme #main_header .logo-section {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 70px !important; 
        width: 100% !important;
        gap: 30px !important; /* Adds breathing room between logo, links, and search */
    }

    /* Stop the navigation links from greedily taking up space */
    html body.dealify-theme #main_header .logo-section .main-nav {
        flex: 0 1 auto !important;
    }

    /* Force the Search Bar wrapper to take up ALL remaining empty width */
    html body.dealify-theme #main_header .logo-section > .rh-flex-grow1.hideontablet {
        flex: 1 1 auto !important; 
        max-width: 100% !important;
        margin: 0 !important;
    }

    /* Ensure the actual input field stretches to fill that new wide wrapper */
    html body.dealify-theme #main_header .search.head_search,
    html body.dealify-theme #main_header .head_search form.search-form {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* 2. Fix the giant Wishlist orange notification dot (Safe for all devices) */
html body.dealify-theme #main_header .rh-header-icon .rh-icon-notice {
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    display: flex !important;
    padding: 0 !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
}

@media (min-width: 1025px) {
    /* 1. Stop the outer wrapper from messing with heights */
    html body.dealify-theme #main_header .rh-container {
        display: block !important; 
    }

    /* 2. The true inner row: enable flexbox and set the height */
    html body.dealify-theme #main_header .logo-section {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 70px !important; 
        width: 100% !important;
        gap: 30px !important;
    }

    /* 3. Stop the navigation links from greedily taking up space */
    html body.dealify-theme #main_header .logo-section .main-nav {
        flex: 0 1 auto !important;
    }

    /* 4. Force the outermost Search container to grow */
    html body.dealify-theme #main_header .logo-section > .rh-flex-grow1.hideontablet {
        flex: 1 1 auto !important; 
        max-width: 100% !important;
        margin: 0 20px !important; /* Keep a little padding on the sides */
    }

    /* 5. Nuke the 360px max-width constraints on the wrappers and form */
    html body.dealify-theme #main_header .head_search,
    html body.dealify-theme #main_header .head_search form.search-form,
    html body.dealify-theme #main_header form.search-form {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important; 
    }

    /* 6. Force the text input field itself to stretch */
    html body.dealify-theme #main_header form.search-form input[type="text"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* --- MOBILE NAVBAR: HEIGHT, PADDING & REORDERING --- */

@media (max-width: 1024px) {
    /* 1. Reduce overall height and add professional left/right padding */
    html body.dealify-theme #main_header .logo-section {
        min-height: 60px !important;
        height: 60px !important;
        padding: 0 20px !important; /* Adds the breathing room on the edges */
    }

    html body.dealify-theme #main_header .main-nav,
    html body.dealify-theme #main_header .rh_mobile_menu {
        min-height: 60px !important;
        height: 60px !important;
    }

    /* 2. Target the mobile menu wrapper to control the order */
    html body.dealify-theme #main_header #dl-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important; /* Pushes the whole cluster to the right */
        width: 100% !important;
        height: 60px !important;
    }

    /* 3. Put Search and Wishlist FIRST (Left side of the cluster) */
    html body.dealify-theme #main_header #mobile-menu-icons {
        order: 1 !important; /* Forces icons to appear before hamburger */
        display: flex !important;
        align-items: center !important;
        gap: 18px !important; /* Clean, professional spacing between Search and Heart */
        margin: 0 !important;
    }

    /* 4. Put the Hamburger menu LAST (Far Right) */
    html body.dealify-theme #main_header #dl-trigger {
        order: 2 !important; /* Forces hamburger to the end */
        margin: 0 0 0 20px !important; /* Space between Wishlist and Hamburger */
    }

    /* 5. Clean up icon styling for a sleeker, professional look */
    html body.dealify-theme #main_header #dl-trigger,
    html body.dealify-theme #main_header .icon-search-onclick,
    html body.dealify-theme #main_header .rh-header-icon.mobileinmenu {
        border: none !important; /* Removes clunky default borders */
        background: transparent !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        height: 38px !important;
        width: 38px !important;
    }
}

@media (max-width: 1024px) {
    /* 1. Nuke the duplicate desktop Wishlist cluster on mobile */
    html body.dealify-theme #main_header .header-actions-logo {
        display: none !important;
    }

    /* 2. Force the Hamburger icon lines to be visible and colored */
    html body.dealify-theme #main_header #dl-trigger svg {
        width: 24px !important;
        height: 24px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    html body.dealify-theme #main_header #dl-trigger svg line {
        stroke: #3f32ef !important; /* Uses your theme's deep purple/blue */
        stroke-width: 3px !important; /* Makes the lines thick and professional */
    }
}

/* Dealify 3.2.0 production navbar. This block supersedes all legacy navbar experiments above. */
html body.dealify-theme #main_header {
  background: #ffffff !important;
  border-bottom: 1px solid #ececff !important;
  box-shadow: none !important;
  min-height: 64px !important;
  position: relative !important;
  z-index: 1000 !important;
}

html body.dealify-theme #main_header .header_wrap {
  background: #ffffff !important;
  min-height: 64px !important;
}

html body.dealify-theme .dealify-nav-wrap {
  background: #ffffff !important;
  border: 0 !important;
  min-height: 64px !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav {
  align-items: center !important;
  background: #ffffff !important;
  clear: none !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 160px minmax(280px, 1fr) minmax(440px, auto) !important;
  min-height: 64px !important;
  padding: 0 20px !important;
  width: 1200px !important;
}

html body.dealify-theme .dealify-nav__logo {
  align-items: center !important;
  color: #4638ff !important;
  display: inline-flex !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  height: 64px !important;
  line-height: 64px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-nav__logo img {
  display: block !important;
  height: auto !important;
  max-height: 38px !important;
  max-width: 150px !important;
  object-fit: contain !important;
  width: auto !important;
}

html body.dealify-theme .dealify-nav__logo span {
  color: #4638ff !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-nav__menu {
  align-items: center !important;
  display: flex !important;
  height: 64px !important;
  justify-content: center !important;
  min-width: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu {
  display: block !important;
  margin: 0 !important;
  width: auto !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  justify-content: center !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul > li {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul > li > a {
  color: #080b38 !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 64px !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul > li > a:hover,
html body.dealify-theme .dealify-nav__menu .top_menu > ul > li.current-menu-item > a,
html body.dealify-theme .dealify-nav__menu .top_menu > ul > li.current-menu-ancestor > a {
  color: #4638ff !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu ul.sub-menu {
  background: #ffffff !important;
  border: 1px solid #ececff !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(23, 24, 79, .12) !important;
  min-width: 220px !important;
  padding: 8px !important;
  top: 100% !important;
  z-index: 10000 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu ul.sub-menu li {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu ul.sub-menu li a {
  border: 0 !important;
  border-radius: 8px !important;
  color: #1f2547 !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 11px 12px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu ul.sub-menu li a:hover {
  background: #f4f3ff !important;
  color: #4638ff !important;
}

html body.dealify-theme .dealify-nav__tools {
  align-items: center !important;
  display: flex !important;
  gap: 14px !important;
  height: 64px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

html body.dealify-theme .dealify-nav__search {
  flex: 0 1 400px !important;
  height: 40px !important;
  max-width: 420px !important;
  min-width: 300px !important;
  position: relative !important;
}

html body.dealify-theme .dealify-nav__search form.search-form {
  display: flex !important;
  height: 40px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme .dealify-nav__search form.search-form input.search-field {
  background: #f7f7ff !important;
  border: 1px solid #e2e3ff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #171449 !important;
  font-size: 14px !important;
  height: 40px !important;
  line-height: 40px !important;
  min-width: 0 !important;
  padding: 0 56px 0 18px !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme .dealify-nav__search .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 1px solid #4638ff !important;
  border-radius: 0 999px 999px 0 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 52px !important;
}

html body.dealify-theme .dealify-nav__icon {
  align-items: center !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #080b38 !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  line-height: 38px !important;
  min-width: 38px !important;
  position: relative !important;
  text-decoration: none !important;
  width: 38px !important;
}

html body.dealify-theme .dealify-nav__icon .rhicon,
html body.dealify-theme .dealify-nav__icon i {
  color: #080b38 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-nav__icon:hover .rhicon,
html body.dealify-theme .dealify-nav__icon:hover i {
  color: #4638ff !important;
}

html body.dealify-theme .dealify-nav__badge,
html body.dealify-theme .dealify-nav__icon .re-compare-notice,
html body.dealify-theme .dealify-nav__icon .rh-icon-notice {
  align-items: center !important;
  background: #ff6b35 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 18px !important;
  min-width: 18px !important;
  padding: 0 5px !important;
  position: absolute !important;
  right: -2px !important;
  top: -3px !important;
}

html body.dealify-theme .dealify-mobile-nav {
  display: none !important;
}

html body.dealify-theme .dealify-mobile-nav__logo,
html body.dealify-theme .dealify-mobile-nav__logo span {
  color: #4638ff !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-mobile-nav__icon {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #080b38 !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  text-decoration: none !important;
  width: 40px !important;
}

html body.dealify-theme .dealify-mobile-nav__icon i,
html body.dealify-theme .dealify-mobile-nav__icon .rhicon {
  color: #080b38 !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-mobile-nav__icon svg {
  display: block !important;
  height: 25px !important;
  width: 25px !important;
}

html body.dealify-theme .dealify-mobile-nav__icon svg line {
  stroke: #080b38 !important;
  stroke-width: 3px !important;
}

@media (max-width: 1279px) {
  html body.dealify-theme .dealify-nav {
    grid-template-columns: 145px minmax(230px, 1fr) minmax(360px, auto) !important;
    width: 1080px !important;
  }

  html body.dealify-theme .dealify-nav__menu .top_menu > ul {
    gap: 20px !important;
  }

  html body.dealify-theme .dealify-nav__search {
    max-width: 360px !important;
    min-width: 260px !important;
  }
}

@media (max-width: 1140px) {
  html body.dealify-theme .dealify-nav {
    width: 960px !important;
  }

  html body.dealify-theme .dealify-nav__search {
    max-width: 320px !important;
    min-width: 230px !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header,
  html body.dealify-theme #main_header .header_wrap,
  html body.dealify-theme .dealify-nav-wrap {
    min-height: 56px !important;
  }

  html body.dealify-theme .dealify-nav {
    display: flex !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    width: 100% !important;
  }

  html body.dealify-theme .dealify-nav__logo,
  html body.dealify-theme .dealify-nav__menu,
  html body.dealify-theme .dealify-nav__tools {
    display: none !important;
  }

  html body.dealify-theme .dealify-mobile-nav,
  html body.dealify-theme .dealify-mobile-nav #dl-menu {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    height: 56px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }

  html body.dealify-theme #mobile-menu-icons {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }
}

html body.dealify-theme .dealify-card__action .thumbscount {
  display: none !important;
}

/* ==========================================================
   DEALIFY NAVBAR â€” SINGLE SOURCE OF TRUTH (v4.0)
   All previous navbar blocks have been removed. Edit ONLY
   this section. Scope: .dealify-nav-wrap + .dealify-nav
   ========================================================== */

/* Navbar wrapper */
html body.dealify-theme .dealify-nav-wrap {
  background: #ffffff !important;
  border-bottom: 1px solid #ececf5 !important;
  box-shadow: 0 2px 12px rgba(70,56,255,.06) !important;
  height: 70px !important;
  left: 0 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
}

/* Inner flex row */
html body.dealify-theme .dealify-nav {
  align-items: center !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  height: 70px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1400px !important;
  overflow: visible !important;
  padding: 0 24px !important;
  position: relative !important;
  width: 100% !important;
}

/* Logo */
html body.dealify-theme .dealify-nav__logo {
  align-items: center !important;
  color: #4638ff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  height: 70px !important;
  justify-content: flex-start !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-nav__logo span {
  color: #4638ff !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-nav__logo img {
  display: block !important;
  height: auto !important;
  max-height: 40px !important;
  max-width: 160px !important;
  object-fit: contain !important;
  width: auto !important;
}

/* Centre menu (Categories + nav links) */
html body.dealify-theme .dealify-nav__menu {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  height: 70px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu {
  min-width: 0 !important;
  overflow: visible !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  height: 70px !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-nav__menu .top_menu > ul > li > a {
  align-items: center !important;
  display: inline-flex !important;
  height: 70px !important;
  line-height: 70px !important;
}

/* Right tools (search + icons) */
html body.dealify-theme .dealify-nav__tools {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  height: 70px !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

/* Search box */
html body.dealify-theme .dealify-nav__search {
  display: flex !important;
  flex: 1 1 auto !important;
  height: 44px !important;
  max-width: 540px !important;
  min-width: 200px !important;
  overflow: visible !important;
}

html body.dealify-theme .dealify-nav__search form.search-form {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1.5px solid #e0dcff !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(70,56,255,.07) !important;
  display: flex !important;
  flex: 1 1 auto !important;
  height: 44px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme .dealify-nav__search form.search-form input[name="s"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #151637 !important;
  flex: 1 1 auto !important;
  font-size: 14px !important;
  height: 44px !important;
  line-height: 44px !important;
  margin: 0 !important;
  min-width: 0 !important;
  outline: 0 !important;
  padding: 0 58px 0 20px !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav__search form.search-form input::placeholder {
  color: #9597b5 !important;
  opacity: 1 !important;
}

html body.dealify-theme .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme .dealify-nav__search form.search-form .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 0 !important;
  border-radius: 999px !important;
  bottom: 3px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 15px !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 3px !important;
  top: 3px !important;
  transition: background .18s ease !important;
  width: 38px !important;
}

html body.dealify-theme .dealify-nav__search form.search-form [type="submit"]:hover,
html body.dealify-theme .dealify-nav__search form.search-form .btnsearch:hover {
  background: #2e20e0 !important;
}

html body.dealify-theme .dealify-nav__search form.search-form [type="submit"] i,
html body.dealify-theme .dealify-nav__search form.search-form .btnsearch i {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Icon buttons (wishlist, compare) */
html body.dealify-theme .dealify-nav__icon {
  align-items: center !important;
  color: #475569 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  font-size: 22px !important;
  height: 40px !important;
  justify-content: center !important;
  position: relative !important;
  text-decoration: none !important;
  transition: color .15s ease !important;
  width: 40px !important;
}

html body.dealify-theme .dealify-nav__icon:hover {
  color: #4638ff !important;
}

html body.dealify-theme .dealify-nav__icon .rhicon,
html body.dealify-theme .dealify-nav__icon i {
  font-size: 22px !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-nav__badge {
  align-items: center !important;
  background: #ff6b35 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  height: 17px !important;
  justify-content: center !important;
  min-width: 17px !important;
  padding: 0 4px !important;
  position: absolute !important;
  right: -1px !important;
  top: -1px !important;
}

/* Categories flyout */
html body.dealify-theme .dealify-nav-cats {
  align-items: center !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  height: 70px !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 10040 !important;
}

html body.dealify-theme .dealify-nav-cats__button {
  align-items: center !important;
  background: #f4f3ff !important;
  border: 1px solid #e5e2ff !important;
  border-radius: 999px !important;
  color: #171449 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  gap: 7px !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 14px !important;
  transition: background .15s ease !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-nav-cats__button:hover {
  background: #eae8ff !important;
}

html body.dealify-theme .dealify-nav-cats__panel {
  background: #ffffff !important;
  border: 1px solid #ededff !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 48px rgba(23,24,79,.14) !important;
  display: none !important;
  left: 0 !important;
  min-width: 240px !important;
  overflow: visible !important;
  padding: 8px !important;
  position: absolute !important;
  top: calc(100% + 4px) !important;
  z-index: 10050 !important;
}

html body.dealify-theme .dealify-nav-cats:hover > .dealify-nav-cats__panel,
html body.dealify-theme .dealify-nav-cats:focus-within > .dealify-nav-cats__panel {
  display: block !important;
}

html body.dealify-theme .dealify-nav-cats__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  min-width: 224px !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-nav-cats__item {
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-nav-cats__item > a {
  align-items: center !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  color: #1f2547 !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  padding: 10px 12px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme .dealify-nav-cats__item > a:hover {
  background: #f4f3ff !important;
  color: #4638ff !important;
}

html body.dealify-theme .dealify-nav-cats__item > .dealify-nav-cats__list {
  background: #ffffff !important;
  border: 1px solid #ededff !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(23,24,79,.12) !important;
  display: none !important;
  left: calc(100% + 6px) !important;
  padding: 8px !important;
  position: absolute !important;
  top: -8px !important;
  z-index: 10060 !important;
}

html body.dealify-theme .dealify-nav-cats__item:hover > .dealify-nav-cats__list,
html body.dealify-theme .dealify-nav-cats__item:focus-within > .dealify-nav-cats__list {
  display: flex !important;
}

/* -- Mobile (<= 1024px): hide desktop row, show mobile bar -- */
@media (max-width: 1024px) {
  html body.dealify-theme .dealify-nav__menu,
  html body.dealify-theme .dealify-nav__tools {
    display: none !important;
  }

  html body.dealify-theme .dealify-mobile-nav,
  html body.dealify-theme .dealify-mobile-nav #dl-menu {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    height: 56px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }

  html body.dealify-theme .dealify-nav-wrap {
    height: 56px !important;
  }

  html body.dealify-theme .dealify-nav {
    height: 56px !important;
  }

  html body.dealify-theme .dealify-nav__logo {
    height: 56px !important;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Filter Tabs Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
html body.dealify-theme .dealify-filter-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}
html body.dealify-theme .dealify-filter-tabs::-webkit-scrollbar { display: none; }

html body.dealify-theme .dealify-filter-tab {
  align-items: center;
  background: #f4f3ff;
  border: 1.5px solid #e5e2ff;
  border-radius: 999px;
  color: #4b4e72;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  height: 34px;
  padding: 0 14px;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  white-space: nowrap;
}

html body.dealify-theme .dealify-filter-tab:hover {
  background: #eae8ff;
  border-color: #c0b8ff;
  color: #4638ff;
}

html body.dealify-theme .dealify-filter-tab.dealify-filter-tab--active {
  background: #4638ff;
  border-color: #4638ff;
  color: #ffffff;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ View More Button Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
html body.dealify-theme .dealify-view-more-wrap {
  display: flex;
  justify-content: center;
  margin: 36px 0 0;
}

html body.dealify-theme .dealify-view-more-btn {
  align-items: center;
  background: linear-gradient(135deg, #4638ff 0%, #7a63ff 100%);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(70,56,255,.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  height: 52px;
  letter-spacing: .01em;
  padding: 0 32px;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .18s ease;
}

html body.dealify-theme .dealify-view-more-btn:hover {
  box-shadow: 0 14px 38px rgba(70,56,255,.38);
  transform: translateY(-2px);
  color: #ffffff;
}

html body.dealify-theme .dealify-view-more-btn--alt {
  background: linear-gradient(135deg, #1a1a2e 0%, #3a3a5e 100%);
  box-shadow: 0 8px 28px rgba(30,30,60,.25);
}

html body.dealify-theme .dealify-view-more-btn--alt:hover {
  box-shadow: 0 14px 38px rgba(30,30,60,.35);
}

html body.dealify-theme .dealify-view-more-btn i {
  font-size: 17px;
  line-height: 1;
}

html body.dealify-theme .dealify-view-more-btn i:last-child {
  font-size: 13px;
  opacity: .8;
}
/* Dealify 4.0.1 final nav/logo and homepage CTA polish. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo {
  align-items: center !important;
  display: inline-flex !important;
  height: 64px !important;
  justify-content: flex-start !important;
  line-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: translateY(1px) !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span {
  align-items: center !important;
  color: #4638ff !important;
  display: inline-flex !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  height: 64px !important;
  line-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-filter-tabs {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #edf0f7 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05) !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 24px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding: 8px !important;
  scrollbar-width: none !important;
}

html body.dealify-theme .dealify-filter-tab {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 14px !important;
}

html body.dealify-theme .dealify-view-more-wrap {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 34px 0 0 !important;
}

html body.dealify-theme .dealify-view-more-btn {
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span {
    height: 56px !important;
    line-height: 56px !important;
  }
}

/* Dealify 4.1.0 archive, blog, legal, and product-card refinement. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span,
html body.dealify-theme .dealify-footer__logo span {
  color: #07113a !important;
}

html body.dealify-theme .dealify-page-hero--compact {
  background: linear-gradient(135deg, #251be6 0%, #3928ff 52%, #171061 100%) !important;
  color: #ffffff !important;
  padding: 64px 20px 52px !important;
}

html body.dealify-theme .dealify-page-hero--compact h1 {
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 58px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  margin: 0 0 14px !important;
  max-width: 860px !important;
}

html body.dealify-theme .dealify-page-hero--compact p,
html body.dealify-theme .dealify-page-hero__description,
html body.dealify-theme .dealify-page-hero__description p {
  color: rgba(255,255,255,.82) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 780px !important;
}

html body.dealify-theme .dealify-archive-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb,
html body.dealify-theme .dealify-archive-breadcrumb .woocommerce-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb .woocommerce-breadcrumb,
html body.dealify-theme .woocommerce-breadcrumb {
  color: rgba(255,255,255,.7) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  margin: 0 0 14px !important;
}

html body.dealify-theme .dealify-single-breadcrumb,
html body.dealify-theme .dealify-single-breadcrumb .woocommerce-breadcrumb {
  color: #8a91a8 !important;
  font-size: 11px !important;
}

html body.dealify-theme .dealify-archive-breadcrumb a,
html body.dealify-theme .dealify-single-breadcrumb a,
html body.dealify-theme .woocommerce-breadcrumb a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-archive-chips {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
}

html body.dealify-theme .dealify-archive-chips a {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #e8eaf8 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04) !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  min-height: 36px !important;
  padding: 0 15px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-archive-chips a:hover {
  background: #eaf0ff !important;
  color: #2f36ff !important;
}

html body.dealify-theme .dealify-listing-bar {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #edf0f7 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06) !important;
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  margin: 0 0 28px !important;
  padding: 14px 16px !important;
}

html body.dealify-theme .dealify-listing-count,
html body.dealify-theme .dealify-listing-bar > span,
html body.dealify-theme .woocommerce-result-count {
  color: #4b5568 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-listing-search {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  display: flex !important;
  height: 42px !important;
  overflow: hidden !important;
}

html body.dealify-theme .dealify-listing-search input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #07113a !important;
  height: 42px !important;
  min-width: 230px !important;
  outline: 0 !important;
  padding: 0 16px !important;
}

html body.dealify-theme .dealify-listing-search button,
html body.dealify-theme .woocommerce-ordering select {
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

html body.dealify-theme .dealify-listing-search button {
  background: #4638ff !important;
  color: #ffffff !important;
  height: 42px !important;
  padding: 0 18px !important;
}

html body.dealify-theme .woocommerce-ordering select {
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  color: #07113a !important;
  height: 42px !important;
  padding: 0 16px !important;
}

html body.dealify-theme .dealify-card__signals span:first-child {
  color: #4b5568 !important;
}

html body.dealify-theme .dealify-card__price,
html body.dealify-theme .dealify-card__price .dealify-price-amount,
html body.dealify-theme .dealify-single-price,
html body.dealify-theme .dealify-single-price .dealify-price-amount {
  color: #ff5a1f !important;
  font-weight: 900 !important;
}

html body.dealify-theme .dealify-card__price del,
html body.dealify-theme .dealify-card__price del .dealify-price-amount {
  color: #9aa3b8 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: line-through !important;
}

html body.dealify-theme .dealify-card__price ins {
  color: #ff5a1f !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-article-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body.dealify-theme .dealify-article-grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.dealify-theme .dealify-article-card {
  background: #ffffff !important;
  border: 1px solid #edf0f7 !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .06) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

html body.dealify-theme .dealify-article-card__media {
  align-items: center !important;
  aspect-ratio: 16 / 10 !important;
  background: linear-gradient(135deg, #eaf0ff, #fff2ec) !important;
  color: #4638ff !important;
  display: flex !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-article-card__media img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-article-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 18px !important;
}

html body.dealify-theme .dealify-article-card__date {
  color: #00a878 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.dealify-theme .dealify-article-card h2,
html body.dealify-theme .dealify-article-card h3 {
  color: #07113a !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-article-card p {
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

html body.dealify-theme .dealify-article-card__link {
  color: #4638ff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin-top: auto !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-post-layout,
html body.dealify-theme .dealify-static-page {
  max-width: 900px !important;
}

html body.dealify-theme .dealify-post-featured {
  border-radius: 16px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08) !important;
  margin: 0 0 28px !important;
  overflow: hidden !important;
}

html body.dealify-theme .dealify-post-featured img {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

html body.dealify-theme .dealify-content {
  color: #344054 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

html body.dealify-theme .dealify-content h2,
html body.dealify-theme .dealify-content h3 {
  color: #07113a !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

html body.dealify-theme .dealify-footer__inner {
  grid-template-columns: minmax(240px, 1.25fr) repeat(4, minmax(150px, 1fr)) !important;
}

html body.dealify-theme .dealify-footer__nav--legal a {
  color: rgba(255,255,255,.78) !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme .dealify-article-grid,
  html body.dealify-theme .dealify-article-grid--blog {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.dealify-theme .dealify-listing-bar {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
  html body.dealify-theme .dealify-article-grid,
  html body.dealify-theme .dealify-article-grid--blog {
    grid-template-columns: 1fr !important;
  }

  html body.dealify-theme .dealify-listing-search {
    width: 100% !important;
  }

  html body.dealify-theme .dealify-listing-search input {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Dealify 4.1.1 emergency navbar repair and CTA refinement. Keep at file end. */
html body.dealify-theme #main_header.dealify-main-header,
html body.dealify-theme #main_header.dealify-main-header .header_wrap,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .08) !important;
  display: block !important;
  height: 70px !important;
  max-height: 70px !important;
  min-height: 70px !important;
  overflow: visible !important;
  position: relative !important;
  width: 100% !important;
  z-index: 10000 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  align-items: center !important;
  background: #ffffff !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 160px minmax(500px, 1fr) minmax(360px, 430px) !important;
  height: 70px !important;
  margin: 0 auto !important;
  max-height: 70px !important;
  max-width: 1200px !important;
  min-height: 70px !important;
  overflow: visible !important;
  padding: 0 20px !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  height: 70px !important;
  justify-content: flex-start !important;
  line-height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  text-decoration: none !important;
  transform: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  align-items: center !important;
  display: flex !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu {
  gap: 24px !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  gap: 26px !important;
  list-style: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats {
  align-items: center !important;
  display: flex !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li > a {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  height: 70px !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__button {
  align-items: center !important;
  background: #f7f7ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  gap: 8px !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 17px !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats > .dealify-nav-cats__panel {
  background: #ffffff !important;
  border: 1px solid #e6e8f5 !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .16) !important;
  display: none !important;
  height: min(72vh, 650px) !important;
  left: 50% !important;
  max-height: calc(100vh - 92px) !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 420px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 70px !important;
  transform: translateX(-50%) translateY(8px) !important;
  visibility: hidden !important;
  width: min(1120px, calc(100vw - 32px)) !important;
  z-index: 10090 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:hover > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:focus-within > .dealify-nav-cats__panel {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
  visibility: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 360px !important;
  height: 42px !important;
  max-width: 390px !important;
  min-width: 270px !important;
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  display: flex !important;
  height: 42px !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[name="s"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #07113a !important;
  height: 42px !important;
  line-height: 42px !important;
  outline: 0 !important;
  padding: 0 66px 0 22px !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 54px !important;
}

html body.dealify-theme .dealify-footer__logo span {
  color: #ffffff !important;
}

html body.dealify-theme .dealify-view-more-btn {
  background: #07113a !important;
  border: 1px solid rgba(7, 17, 58, .14) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(7, 17, 58, .16) !important;
  color: #ffffff !important;
  height: 48px !important;
  min-width: 218px !important;
  padding: 0 26px !important;
}

html body.dealify-theme .dealify-view-more-btn:hover {
  background: #4638ff !important;
  box-shadow: 0 16px 34px rgba(70, 56, 255, .24) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body.dealify-theme .dealify-view-more-btn--alt,
html body.dealify-theme .dealify-view-more-btn--outline {
  background: #ffffff !important;
  border: 1px solid #dfe3f3 !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08) !important;
  color: #07113a !important;
}

html body.dealify-theme .dealify-view-more-btn--alt:hover,
html body.dealify-theme .dealify-view-more-btn--outline:hover {
  background: #07113a !important;
  border-color: #07113a !important;
  color: #ffffff !important;
}

html body.dealify-theme .dealify-price-filter-tabs {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
}

html body.dealify-theme .dealify-price-filter-tab {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #dfe3f3 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05) !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  height: 36px !important;
  justify-content: center !important;
  padding: 0 15px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-price-filter-tab:hover,
html body.dealify-theme .dealify-price-filter-tab--active {
  background: #eaf0ff !important;
  border-color: #cfd6ff !important;
  color: #2f36ff !important;
}

@media (max-width: 1180px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    gap: 18px !important;
    grid-template-columns: 140px minmax(390px, 1fr) minmax(280px, 350px) !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header,
  html body.dealify-theme #main_header.dealify-main-header .header_wrap,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
    height: 56px !important;
    max-height: 56px !important;
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    display: flex !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
    display: none !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-mobile-nav {
    align-items: center !important;
    display: flex !important;
    height: 56px !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
}

/* Dealify 4.1.3 navbar stability patch. This intentionally overrides all older nav blocks. */
html body.dealify-theme {
  overflow-x: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header,
html body.dealify-theme #main_header.dealify-main-header .header_wrap,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
  background: #ffffff !important;
  display: block !important;
  height: 70px !important;
  margin: 0 !important;
  max-height: 70px !important;
  min-height: 70px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header {
  border-bottom: 1px solid #eef0f8 !important;
  box-shadow: 0 10px 26px rgba(7, 17, 58, .05) !important;
  z-index: 10000 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  height: 70px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1320px !important;
  min-height: 70px !important;
  overflow: visible !important;
  padding: 0 22px !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  flex: 0 0 170px !important;
  height: 70px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  max-width: 170px !important;
  min-width: 170px !important;
  padding: 0 !important;
  position: static !important;
  text-decoration: none !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span {
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  gap: 24px !important;
  height: 70px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  align-items: center !important;
  display: flex !important;
  gap: 24px !important;
  height: 70px !important;
  list-style: none !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li {
  align-items: center !important;
  display: flex !important;
  height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li > a {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  height: 70px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  align-items: center !important;
  display: flex !important;
  flex: 0 1 430px !important;
  gap: 14px !important;
  height: 70px !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  min-width: 320px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 360px !important;
  height: 42px !important;
  max-width: 390px !important;
  min-width: 260px !important;
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: flex !important;
  height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[name="s"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #07113a !important;
  font-size: 14px !important;
  height: 42px !important;
  line-height: 42px !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 70px 0 24px !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 58px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__button {
  align-items: center !important;
  background: #f7f7ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #07113a !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  gap: 8px !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 17px !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:hover > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:focus-within > .dealify-nav-cats__panel {
  background: #ffffff !important;
  border: 1px solid #e3e6f6 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 26px 70px rgba(7, 17, 58, .18) !important;
  display: none !important;
  height: min(66vh, 610px) !important;
  left: 50% !important;
  max-height: calc(100vh - 88px) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 410px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 70px !important;
  transform: translateX(-50%) translateY(8px) !important;
  visibility: hidden !important;
  width: min(1120px, calc(100vw - 28px)) !important;
  z-index: 10090 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats.is-open > .dealify-nav-cats__panel {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
  visibility: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel ul,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item {
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item > a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #07113a !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  min-height: 40px !important;
  overflow: hidden !important;
  padding: 9px 13px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item > a:hover,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item.is-active > a {
  background: #eef1ff !important;
  color: #342bff !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  background: #ffffff !important;
  border-right: 1px solid #e6e8f5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: none !important;
  flex-direction: column !important;
  gap: 3px !important;
  height: 100% !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 {
  border-right: 1px solid #e6e8f5 !important;
  left: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  left: 66.666% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-2 {
  display: flex !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-3,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-4,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-5 {
  background: #f7f8ff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: none !important;
  flex-direction: column !important;
  gap: 2px !important;
  height: auto !important;
  margin: 5px 0 7px 10px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 8px !important;
  position: static !important;
  width: auto !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list {
  display: flex !important;
}

html body.dealify-theme .dealify-view-more-btn,
html body.dealify-theme .dealify-view-more-btn--alt,
html body.dealify-theme .dealify-view-more-btn--outline {
  align-items: center !important;
  background: #07113a !important;
  border: 1px solid rgba(7, 17, 58, .14) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(7, 17, 58, .18) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  gap: 10px !important;
  height: 48px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 218px !important;
  padding: 0 26px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-view-more-btn:hover,
html body.dealify-theme .dealify-view-more-btn--alt:hover,
html body.dealify-theme .dealify-view-more-btn--outline:hover {
  background: #4638ff !important;
  border-color: #4638ff !important;
  box-shadow: 0 18px 38px rgba(70, 56, 255, .26) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1180px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    gap: 18px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo {
    flex-basis: 142px !important;
    max-width: 142px !important;
    min-width: 142px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
    gap: 16px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
    flex-basis: 350px !important;
    min-width: 280px !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header,
  html body.dealify-theme #main_header.dealify-main-header .header_wrap,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
    height: 56px !important;
    max-height: 56px !important;
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    display: flex !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
    display: none !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-mobile-nav,
  html body.dealify-theme #main_header.dealify-main-header .dealify-mobile-nav #dl-menu {
    align-items: center !important;
    display: flex !important;
    height: 56px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

/* Dealify 4.1.4 absolute final navbar override. Must remain the last block. */
html body.dealify-theme {
  overflow-x: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header,
html body.dealify-theme #main_header.dealify-main-header .header_wrap,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
  background: #ffffff !important;
  display: block !important;
  height: 70px !important;
  margin: 0 !important;
  max-height: 70px !important;
  min-height: 70px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header {
  border-bottom: 1px solid #eef0f8 !important;
  box-shadow: 0 10px 26px rgba(7, 17, 58, .05) !important;
  z-index: 10000 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  height: 70px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1320px !important;
  min-height: 70px !important;
  overflow: visible !important;
  padding: 0 22px !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  flex: 0 0 170px !important;
  height: 70px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  max-width: 170px !important;
  min-width: 170px !important;
  padding: 0 !important;
  position: static !important;
  text-decoration: none !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo span {
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  align-items: center !important;
  display: flex !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu {
  flex: 1 1 auto !important;
  gap: 24px !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
  gap: 24px !important;
  list-style: none !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li {
  align-items: center !important;
  display: flex !important;
  height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul > li > a {
  align-items: center !important;
  color: #07113a !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  height: 70px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
  flex: 0 1 430px !important;
  gap: 14px !important;
  justify-content: flex-end !important;
  min-width: 320px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search {
  flex: 1 1 360px !important;
  height: 42px !important;
  max-width: 390px !important;
  min-width: 260px !important;
  overflow: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form {
  align-items: center !important;
  background: #f8f8ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: flex !important;
  height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="text"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[type="search"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form input[name="s"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #07113a !important;
  font-size: 14px !important;
  height: 42px !important;
  line-height: 42px !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 70px 0 24px !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form [type="submit"],
html body.dealify-theme #main_header.dealify-main-header .dealify-nav__search form.search-form .btnsearch {
  align-items: center !important;
  background: #4638ff !important;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 58px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__button {
  align-items: center !important;
  background: #f7f7ff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #07113a !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  gap: 8px !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 17px !important;
  white-space: nowrap !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:hover > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:focus-within > .dealify-nav-cats__panel {
  background: #ffffff !important;
  border: 1px solid #e3e6f6 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 26px 70px rgba(7, 17, 58, .18) !important;
  display: none !important;
  height: min(66vh, 610px) !important;
  left: 50% !important;
  max-height: calc(100vh - 88px) !important;
  max-width: calc(100vw - 28px) !important;
  min-height: 410px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 70px !important;
  transform: translateX(-50%) translateY(8px) !important;
  visibility: hidden !important;
  width: min(1120px, calc(100vw - 28px)) !important;
  z-index: 10090 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats.is-open > .dealify-nav-cats__panel {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
  visibility: visible !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel ul,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item {
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item > a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #07113a !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  min-height: 40px !important;
  overflow: hidden !important;
  padding: 9px 13px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item > a:hover,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel .dealify-nav-cats__item.is-active > a {
  background: #eef1ff !important;
  color: #342bff !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  background: #ffffff !important;
  border-right: 1px solid #e6e8f5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: none !important;
  flex-direction: column !important;
  gap: 3px !important;
  height: 100% !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 {
  border-right: 1px solid #e6e8f5 !important;
  left: 33.333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  left: 66.666% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list--depth-2 {
  display: flex !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-3,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-4,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-5 {
  background: #f7f8ff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: none !important;
  flex-direction: column !important;
  gap: 2px !important;
  height: auto !important;
  margin: 5px 0 7px 10px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 8px !important;
  position: static !important;
  width: auto !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 > .dealify-nav-cats__item.is-active > .dealify-nav-cats__list,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 > .dealify-nav-cats__item:hover > .dealify-nav-cats__list {
  display: flex !important;
}

html body.dealify-theme .dealify-view-more-btn,
html body.dealify-theme .dealify-view-more-btn--alt,
html body.dealify-theme .dealify-view-more-btn--outline {
  align-items: center !important;
  background: #07113a !important;
  border: 1px solid rgba(7, 17, 58, .14) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(7, 17, 58, .18) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  gap: 10px !important;
  height: 48px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 218px !important;
  padding: 0 26px !important;
  text-decoration: none !important;
}

html body.dealify-theme .dealify-view-more-btn:hover,
html body.dealify-theme .dealify-view-more-btn--alt:hover,
html body.dealify-theme .dealify-view-more-btn--outline:hover {
  background: #4638ff !important;
  border-color: #4638ff !important;
  box-shadow: 0 18px 38px rgba(70, 56, 255, .26) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1180px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    gap: 18px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo {
    flex-basis: 142px !important;
    max-width: 142px !important;
    min-width: 142px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu .top_menu > ul {
    gap: 16px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
    flex-basis: 350px !important;
    min-width: 280px !important;
  }
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header,
  html body.dealify-theme #main_header.dealify-main-header .header_wrap,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav-wrap {
    height: 56px !important;
    max-height: 56px !important;
    min-height: 56px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav {
    display: flex !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__logo,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__menu,
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav__tools {
    display: none !important;
  }

  html body.dealify-theme #main_header.dealify-main-header .dealify-mobile-nav,
  html body.dealify-theme #main_header.dealify-main-header .dealify-mobile-nav #dl-menu {
    align-items: center !important;
    display: flex !important;
    height: 56px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

/* Dealify 4.1.5 duplicate category cleanup. Must remain at the real end. */
html body.dealify-theme #main_header.dealify-main-header .top_menu .dealify-menu-categories,
html body.dealify-theme #main_header.dealify-main-header .top_menu .dealify-mobile-cats-menu,
html body.dealify-theme #main_header.dealify-main-header .top_menu .menu-item-object-product_cat {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .top_menu .dealify-menu-categories > .sub-menu,
html body.dealify-theme #main_header.dealify-main-header .top_menu .dealify-mobile-cats-menu > .sub-menu,
html body.dealify-theme #main_header.dealify-main-header .top_menu .menu-item-object-product_cat > .sub-menu {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:not(.is-open) > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:not(.is-open):hover > .dealify-nav-cats__panel,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats:not(.is-open):focus-within > .dealify-nav-cats__panel {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats.is-open > .dealify-nav-cats__panel {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme #slide-menu-mobile .dealify-mobile-cats-menu,
  html body.dealify-theme .responsive_nav_wrap .dealify-mobile-cats-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    visibility: visible !important;
    width: auto !important;
  }
}

/* Dealify 4.1.6 mega menu column positioning fix. Must stay after cleanup. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  height: 100% !important;
  left: 100% !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 {
  border-left: 1px solid #e6e8f5 !important;
  border-right: 1px solid #e6e8f5 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  border-left: 0 !important;
  border-right: 0 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 > .dealify-nav-cats__item > .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1 > .dealify-nav-cats__item > .dealify-nav-cats__list--depth-2 {
  transform: none !important;
}

/* Dealify 4.1.7 blog, language, and mobile footer polish. */
html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #dedcff !important;
  border-radius: 999px !important;
  color: #07113a !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  height: 38px !important;
  justify-content: center !important;
  min-width: 52px !important;
  padding: 0 10px !important;
  position: relative !important;
}

/* Dealify 4.1.8 mega submenu visibility fix. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel {
  overflow: hidden !important;
  position: absolute !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  z-index: 1 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  box-shadow: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  z-index: 3 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2 {
  z-index: 4 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-language-switcher select {
  background: transparent !important;
  border: 0 !important;
  color: #07113a !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  height: 34px !important;
  outline: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-post-meta {
  align-items: center !important;
  color: #ff6b3d !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin: 0 0 18px !important;
  text-transform: uppercase !important;
}

html body.dealify-theme .dealify-post-meta span {
  align-items: center !important;
  display: inline-flex !important;
}

html body.dealify-theme .dealify-post-layout {
  max-width: 900px !important;
}

html body.dealify-theme .dealify-post-content {
  color: #172036 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
}

html body.dealify-theme .dealify-post-content p {
  margin: 0 0 24px !important;
}

html body.dealify-theme .dealify-post-related {
  padding-top: 58px !important;
}

html body.dealify-theme .dealify-footer__logo span {
  background: none !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  color: #ffffff !important;
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-footer {
    padding: 34px 0 0 !important;
  }

  html body.dealify-theme .dealify-footer__inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 26px !important;
    grid-template-columns: none !important;
    text-align: left !important;
  }

  html body.dealify-theme .dealify-footer__brand,
  html body.dealify-theme .dealify-footer__nav,
  html body.dealify-theme .dealify-footer__notice {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  html body.dealify-theme .dealify-footer p {
    max-width: 100% !important;
  }

  html body.dealify-theme .dealify-footer__bottom {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    text-align: left !important;
  }
}

/* Dealify 4.2.0 final override: JS-rendered mega category columns. */
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__panel {
  overflow: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-0 {
  background: #ffffff !important;
  border-right: 1px solid #e3e6f6 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  height: 100% !important;
  left: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333333% !important;
  z-index: 2 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-1,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-2,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-3,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-4,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__list--depth-5 {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__columns {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 3 !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column {
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  height: 100% !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 14px !important;
  pointer-events: auto !important;
  position: absolute !important;
  top: 0 !important;
  width: 33.333333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column--children {
  border-left: 1px solid #e3e6f6 !important;
  border-right: 1px solid #e3e6f6 !important;
  left: 33.333333% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column--grandchildren {
  left: 66.666666% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column.is-empty::before {
  color: #8b93b2 !important;
  content: "Beweeg over een categorie om meer te ontdekken" !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  padding: 12px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #07113a !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  line-height: 1.25 !important;
  min-height: 40px !important;
  padding: 9px 13px !important;
  text-align: left !important;
  text-decoration: none !important;
  width: 100% !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item:hover > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__column-item.is-active > a,
html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a:hover {
  background: #eef1ff !important;
  color: #342bff !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links {
  background: #f7f8ff !important;
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin: 4px 0 8px 12px !important;
  padding: 7px !important;
}

html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__deep-links > a {
  color: #35405f !important;
  font-size: 13px !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme #main_header.dealify-main-header .dealify-nav-cats__columns {
    display: none !important;
  }
}

#mobtopheaderpnl {
    display: none !important;
}

/* Dealify 5.1.1 homepage category grid for the 12 Dutch client categories. */
html body.dealify-theme .dealify-section--categories .dealify-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card {
  align-items: flex-start !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8ff 54%, #fff4ef 100%) !important;
  border: 1px solid #e6e9ff !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 34px rgba(7, 17, 58, .06) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 150px !important;
  padding: 20px !important;
  position: relative !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card:nth-child(3n + 2) {
  background: linear-gradient(135deg, #ffffff 0%, #eefeff 54%, #f6f3ff 100%) !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card:nth-child(3n) {
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 50%, #eef2ff 100%) !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card:hover {
  border-color: #c7d2fe !important;
  box-shadow: 0 22px 46px rgba(52, 43, 255, .11) !important;
  transform: translateY(-3px) !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card__icon {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #e7e9ff !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 22px rgba(52, 43, 255, .10) !important;
  color: #4638ff !important;
  display: inline-flex !important;
  height: 46px !important;
  justify-content: center !important;
  margin: 0 0 18px !important;
  width: 46px !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card__icon i {
  font-size: 21px !important;
  line-height: 1 !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card__name {
  color: #07113a !important;
  display: block !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  margin: 0 0 8px !important;
}

html body.dealify-theme .dealify-section--categories .dealify-cat-card__meta {
  color: #667085 !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin-top: auto !important;
}

@media (max-width: 1024px) {
  html body.dealify-theme .dealify-section--categories .dealify-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.dealify-theme .dealify-section--categories .dealify-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  html body.dealify-theme .dealify-section--categories .dealify-cat-card {
    min-height: 136px !important;
    padding: 15px !important;
  }

  html body.dealify-theme .dealify-section--categories .dealify-cat-card__icon {
    border-radius: 10px !important;
    height: 40px !important;
    margin-bottom: 13px !important;
    width: 40px !important;
  }

  html body.dealify-theme .dealify-section--categories .dealify-cat-card__name {
    font-size: 14px !important;
  }

  html body.dealify-theme .dealify-section--categories .dealify-cat-card__meta {
    font-size: 12px !important;
  }
}

/* Ensure the card can contain the background and text stays on top */
.dealify-cat-card {
    position: relative;
    overflow: hidden;
    z-index: 1; 
}

/* Make sure your text and icons stay above the image */
.dealify-cat-card__icon,
.dealify-cat-card__name,
.dealify-cat-card__meta {
    position: relative;
    z-index: 2;
}

/* The Background Image Layer */
.dealify-cat-card__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%; /* Covers the right side of the card */
    background-size: contain; 
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -1; /* Pushes the image behind the text */
    
    /* THE MAGIC MASK: Fades from 0% opacity on the left to 100% on the right */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 70%);
    mask-image: linear-gradient(to right, transparent 0%, black 70%);
    
    /* Optional: Lower to 0.8 if the images feel too bright against the text */
    opacity: 0.9;
}