/* TrackDownDeals modern interface layer. */
:root {
  --td-bg: #f4f1ec;
  --td-bg-2: #eaf3ef;
  --td-surface: #ffffff;
  --td-surface-soft: #fbfaf7;
  --td-ink: #10151f;
  --td-muted: #667085;
  --td-line: #ded8ce;
  --td-brand: #0f766e;
  --td-brand-2: #f15d4a;
  --td-accent: #f6c453;
  --td-deep: #13211f;
  --td-shadow: 0 18px 48px rgba(16, 21, 31, 0.11);
  --td-soft-shadow: 0 10px 28px rgba(16, 21, 31, 0.08);
}

* {
  letter-spacing: 0 !important;
}

html {
  background: var(--td-bg);
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(241, 93, 74, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(15, 118, 110, 0.13), transparent 30rem),
    var(--td-bg) !important;
  color: var(--td-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  line-height: 1.65 !important;
}

a {
  color: var(--td-brand);
}

a:hover {
  color: var(--td-brand-2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--td-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-weight: 780 !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

h1 {
  font-size: clamp(2rem, 4vw, 4.4rem) !important;
  margin-bottom: 1rem !important;
}

h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.25rem) !important;
}

h3,
.h4 {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem) !important;
}

p,
small,
.breadcrumb ul,
.breadcrumb ul li {
  color: var(--td-muted) !important;
}

.container {
  max-width: 1180px !important;
}

#header {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(222, 216, 206, 0.78);
  box-shadow: 0 10px 30px rgba(16, 21, 31, 0.06) !important;
  backdrop-filter: blur(18px);
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

.header-top {
  background: transparent !important;
  border: 0 !important;
  padding: 14px 0 !important;
}

.header-middle {
  background: rgba(234, 243, 239, 0.76) !important;
  border-top: 1px solid rgba(222, 216, 206, 0.6);
  padding: 8px 0 !important;
}

.header-bottom {
  background: var(--td-deep) !important;
  border: 0 !important;
  color: #fff;
  padding: 10px 0 !important;
}

.hb-pera-left {
  color: rgba(255, 255, 255, 0.78) !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  font-weight: 700;
}

.header-bottom img {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px !important;
  height: 42px;
  object-fit: contain;
  padding: 5px;
}

.logo img {
  display: block !important;
  width: clamp(200px, 42vw, 280px) !important;
  max-width: none !important;
  max-height: 84px;
  object-fit: contain;
}

.main_nav ul,
.main_nav2 ul {
  margin: 0 !important;
}

.main_nav ul li,
.main_nav2 ul li {
  font-size: 0.82rem !important;
  font-weight: 750 !important;
  text-transform: none !important;
}

.main_nav ul li a,
.main_nav2 ul li a {
  color: var(--td-ink) !important;
  border-radius: 999px;
  padding: 9px 13px !important;
}

.main_nav ul li:hover > a,
.main_nav ul li.active > a,
.main_nav2 ul li:hover > a,
.main_nav2 ul li.active > a {
  background: var(--td-deep) !important;
  color: #fff !important;
}

.super_sub_menu,
.super_sub_menu2 {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
  box-shadow: var(--td-shadow) !important;
}

.super_sub_menu .arrow {
  border-bottom-color: var(--td-line) !important;
}

.main_nav ul li ul li a,
.main_nav2 ul li ul li a,
.super_sub_menu2 li a {
  border: 1px solid var(--td-line) !important;
  color: var(--td-ink) !important;
  background: var(--td-surface-soft);
  border-radius: 8px !important;
}

.main_nav ul li ul li a:hover,
.main_nav2 ul li ul li a:hover,
.super_sub_menu2 li a:hover {
  background: var(--td-brand) !important;
  color: #fff !important;
}

.main_search.odd {
  width: min(430px, 100%) !important;
  margin: 0 !important;
}

.main_search.odd .main-search-box input[type=text] {
  height: 44px !important;
  border: 1px solid var(--td-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  padding: 0 58px 0 18px !important;
  background: var(--td-surface) !important;
}

.main_search.odd .main-search-box input[type=submit] {
  top: 5px !important;
  right: 6px !important;
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background-color: var(--td-brand) !important;
  background-size: 15px !important;
}

.body-container {
  padding-top: 0 !important;
}

.td-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(135deg, rgba(19, 33, 31, 0.94), rgba(15, 118, 110, 0.88)),
    url("/images/bannerabt.webp") center/cover;
  color: #fff;
}

.td-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% -10%;
  height: 58%;
  background: var(--td-bg);
  transform: rotate(-2.5deg);
  transform-origin: left top;
}

.td-hero-grid {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 760px;
}

.td-hero-panel {
  display: none !important;
}

.td-hero-copy {
  max-width: 720px;
}

.td-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  padding: 8px 13px;
  text-transform: uppercase;
}

.td-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--td-accent);
  border-radius: 50%;
}

.td-hero h1,
.td-hero p {
  color: #fff !important;
}

.td-hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 6.2vw, 5.9rem) !important;
}

.td-hero p {
  max-width: 620px;
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
}

.td-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.6rem;
}

.td-hero-panel {
  min-height: 380px;
  position: relative;
}

.td-savings-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  color: var(--td-ink);
  padding: 24px;
}

.td-savings-card span {
  color: var(--td-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.td-savings-card strong {
  display: block;
  font-size: clamp(1.7rem, 3.4vw, 3.4rem);
  line-height: 1.02;
}

.td-card-main {
  position: absolute;
  inset: 36px 0 auto auto;
  max-width: 390px;
}

.td-card-float {
  position: absolute;
  left: 0;
  bottom: 32px;
  max-width: 255px;
}

.td-card-float strong {
  font-size: 1.55rem;
}

.section-row {
  background: transparent !important;
  padding: clamp(2.8rem, 5vw, 5rem) 0 !important;
}

.section-row[style] {
  background: var(--td-bg-2) !important;
}

.section-row .text-center:first-child {
  max-width: 780px;
  margin: 0 auto;
}

.section-row .text-center:first-child h1,
.section-row .text-center:first-child h2 {
  margin-bottom: 0.6rem !important;
}

.pro-box1,
.pro-box1-new,
.all-cat-box,
.brand-box1,
.all_to_store_box,
.border-box,
.section {
  background: var(--td-surface) !important;
  border: 1px solid rgba(222, 216, 206, 0.92) !important;
  border-radius: 8px !important;
  box-shadow: var(--td-soft-shadow) !important;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.pro-box1,
.pro-box1-new {
  display: block;
  height: calc(100% - 22px);
  margin-bottom: 22px;
  padding: 14px;
}

.pro-box1:hover,
.pro-box1-new:hover,
.all-cat-box:hover,
.brand-box1:hover,
.all_to_store_box:hover {
  border-color: rgba(15, 118, 110, 0.42) !important;
  box-shadow: var(--td-shadow) !important;
  transform: translateY(-3px);
}

.pro-box1 figure,
.pro-box1-new figure {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f8f5ee) !important;
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--td-ink);
  display: flex;
  flex-direction: column;
  font-size: 0.88rem;
  font-weight: 760;
  gap: 12px;
  height: 154px !important;
  justify-content: center;
  margin: 0 !important;
  padding: 16px !important;
  text-align: center;
}

.pro-box1 figure img,
.pro-box1-new figure img,
.all_to_store_box img {
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  height: 78px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  padding: 4px;
  width: auto !important;
}

.pro-box1-new .store-title {
  color: var(--td-ink) !important;
  font-weight: 800;
}

.copun_deal_shop_shadow {
  background: var(--td-surface) !important;
  border: 1px solid rgba(222, 216, 206, 0.95) !important;
  border-radius: 8px !important;
  box-shadow: var(--td-soft-shadow) !important;
  margin-bottom: 18px !important;
  padding: 18px !important;
  text-align: left;
}

.copun_deal_shop_shadow:hover {
  box-shadow: var(--td-shadow) !important;
}

.copun_deal_shop_shadow figure {
  margin: 0 !important;
}

.copun_deal_shop_shadow figure img,
.offerlogo,
.left-sidebar figure img,
.modalimg {
  background: var(--td-surface-soft);
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
  height: 92px !important;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.copun_deal_shop_shadow h3 {
  color: var(--td-ink) !important;
  margin-top: 4px !important;
}

.copun_deal_shop_shadow strong {
  color: var(--td-brand) !important;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.get_code_btn {
  background: #fff5d9 !important;
  border: 1px solid rgba(246, 196, 83, 0.9) !important;
  border-radius: 8px !important;
  color: var(--td-ink) !important;
  min-width: 168px !important;
  overflow: hidden;
  padding: 12px 15px !important;
  text-align: right !important;
}

.get_code_btn span {
  background: var(--td-brand-2) !important;
  border-radius: 8px 0 0 8px !important;
  color: #fff !important;
  padding: 12px 16px !important;
}

.get_code_btn:hover span {
  background: var(--td-brand) !important;
}

.btn1,
input[type=submit],
button[type=submit] {
  background: var(--td-brand) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 820 !important;
  min-height: 44px;
  padding: 11px 20px !important;
  text-transform: none !important;
}

.btn1:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: var(--td-deep) !important;
  color: #fff !important;
}

.td-link-button {
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 820;
  min-height: 44px;
  padding: 11px 20px;
}

.td-link-button:hover {
  background: #fff;
  color: var(--td-deep) !important;
}

.store_coupon_bottom {
  margin: 15px -18px -18px !important;
}

.store_coupon_bottom-row {
  background: #f7f4ed !important;
  border-top: 1px solid var(--td-line);
  border-radius: 0 0 8px 8px !important;
  color: var(--td-ink) !important;
  padding: 9px 18px !important;
}

.copun_deal_shop_shadow_trigger {
  color: var(--td-brand);
}

.copun_deal_shop_shadow_trigger:after {
  border-top-color: var(--td-brand) !important;
}

.store_coupon_bottom_box {
  background: #fff;
  border-top: 1px solid var(--td-line);
}

.store_coupon_bottom_box .scbb_trigger li a {
  border-bottom-color: transparent !important;
  color: var(--td-muted) !important;
}

.store_coupon_bottom_box .scbb_trigger li:hover a,
.store_coupon_bottom_box .scbb_trigger li.active a {
  border-bottom-color: var(--td-brand-2) !important;
  color: var(--td-brand-2) !important;
}

.td-hotcoupons-heading {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

.side-bar-box {
  background: var(--td-surface);
  border: 1px solid var(--td-line);
  border-radius: 12px;
  box-shadow: var(--td-soft-shadow);
  overflow: hidden;
  padding: 0 0 16px;
  position: sticky;
  top: 90px;
}

.side-bar-box h3 {
  background: var(--td-deep) !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 10px !important;
  padding: 14px 20px !important;
}

.td-sidebar-stores {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 12px !important;
}

.td-sidebar-stores li {
  border-bottom: 1px solid var(--td-line);
}

.td-sidebar-stores li:last-child {
  border-bottom: 0;
}

.td-sidebar-stores li a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 6px !important;
  font-size: .9rem;
  font-weight: 650;
  color: var(--td-ink) !important;
  text-decoration: none;
  transition: color .15s ease;
}

.td-sidebar-stores li a:hover {
  color: var(--td-brand) !important;
}

.td-sidebar-stores li img {
  flex: none;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--td-line);
  padding: 5px;
}

.td-sidebar-stores li span {
  flex: 1;
  min-width: 0;
}

.side-bar-box .underline {
  display: block;
  text-align: center;
  margin: 14px 20px 0;
  color: var(--td-brand);
}

.breadcrumb {
  background: transparent;
  margin-bottom: 20px;
}

.breadcrumb ul,
.breadcrumb ul li {
  font-size: 0.86rem !important;
  font-weight: 700 !important;
}

.left-sidebar .pro-box1 {
  height: auto;
  padding: 16px;
}

.left-sidebar figure img {
  height: 150px !important;
}

.section {
  max-width: none !important;
  padding: 24px !important;
}

.section-title {
  border-left: 0 !important;
  color: var(--td-ink) !important;
  font-family: inherit !important;
  font-size: 1.35rem !important;
  padding-left: 0 !important;
}

.about-text p:first-child::first-letter {
  color: inherit !important;
  float: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.tips-grid,
.steps-list,
.bonus-list {
  gap: 12px !important;
}

.tip-card,
.steps-list li {
  background: var(--td-surface-soft) !important;
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
}

.steps-list li::before {
  background: var(--td-brand) !important;
}

.bonus-list li::before {
  color: var(--td-brand-2) !important;
}

.all-cat-box {
  min-height: 145px !important;
  padding: 24px !important;
  border-top: 0 !important;
}

.all-cat-box h2 {
  margin-bottom: 14px !important;
}

.colorblue {
  color: var(--td-brand) !important;
}

.all_store_alphabet_list {
  margin: 22px 0 30px;
}

.all_store_alphabet_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
}

.all_store_alphabet_list ul li {
  margin: 0 !important;
}

.all_store_alphabet_list ul li a {
  background: var(--td-surface) !important;
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
  color: var(--td-ink) !important;
  font-size: 0.95rem !important;
  height: 42px !important;
  line-height: 40px !important;
  width: 46px !important;
}

.all_store_alphabet_list ul li:hover a,
.all_store_alphabet_list ul li.active a {
  background: var(--td-brand) !important;
  border-color: var(--td-brand) !important;
  color: #fff !important;
}

.single_store_list ul {
  background: var(--td-surface);
  border: 1px solid var(--td-line);
  border-radius: 8px;
  box-shadow: var(--td-soft-shadow);
  column-gap: 42px;
  padding: 28px !important;
}

.single_store_list ul li a {
  color: var(--td-ink) !important;
  font-size: 1rem !important;
  font-weight: 680 !important;
}

.single_store_list ul li a:hover {
  color: var(--td-brand-2) !important;
}

.log_popup_wrap {
  background: rgba(16, 21, 31, 0.58) !important;
  backdrop-filter: blur(8px);
}

.log_popup_wrap .log_popup {
  background: #fff !important;
  border: 1px solid var(--td-line);
  border-radius: 8px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.log_popup_wrap .log_popup_close {
  background: var(--td-deep) !important;
  border-radius: 8px !important;
  color: #fff !important;
}

.log-popup-new input[type=text],
.log-popup-new input[type=email],
.log-popup-new input[type=search],
.log-popup-new input[type=password] {
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
}

.border-box {
  padding: clamp(24px, 4vw, 42px) !important;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
textarea,
select {
  border: 1px solid var(--td-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--td-brand) !important;
}

#footer {
  background: var(--td-deep);
  color: #fff;
  margin-top: 28px;
}

#footer .footer-top2,
#footer .footer-bottom2,
#footer .footer-bottom {
  background: transparent !important;
}

#footer .footer-top2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 0 16px !important;
}

#footer .footer-top2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: center;
  margin: 0 !important;
}

#footer .footer-top2 ul li {
  margin: 0 !important;
}

#footer a,
#footer p,
#footer small {
  color: rgba(255, 255, 255, 0.78) !important;
}

#footer a:hover {
  color: #fff !important;
}

#footer .footer-bottom2 {
  padding: 24px 0 10px !important;
}

#footer .footer-bottom {
  padding: 12px 0 28px !important;
}

::-webkit-scrollbar {
  width: 12px !important;
}

::-webkit-scrollbar-track {
  background: var(--td-bg) !important;
  box-shadow: none !important;
}

::-webkit-scrollbar-thumb {
  background: var(--td-brand) !important;
  border: 3px solid var(--td-bg);
  border-radius: 999px;
}

@media (max-width: 991px) {
  #header {
    position: relative !important;
  }

  .header-top .row {
    gap: 12px;
  }

  .logo img {
    margin: 0 auto !important;
  }

  .main_nav {
    background: var(--td-deep) !important;
    width: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 62px 18px 30px !important;
    overflow-y: auto;
  }

  .nav_ico {
    position: fixed !important;
    top: 14px;
    left: 14px;
    z-index: 1050;
    width: 42px;
    height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: var(--td-ink) !important;
  }

  .header-middle {
    display: none !important;
  }

  #nav_close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff !important;
    font-size: 26px !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .main_nav .main_nav-scroll > ul {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
  }

  .main_nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main_nav ul li:last-child {
    border-bottom: 0;
  }

  .main_nav ul li a {
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    padding: 15px 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .main_nav ul li:hover > a,
  .main_nav ul li.active > a {
    background: var(--td-brand) !important;
    color: #fff !important;
  }

  .main_nav ul li ul.super_sub_menu,
  .main_nav2 ul li ul.super_sub_menu,
  .super_sub_menu {
    display: none !important;
  }

  .main_nav li.has-items-list > a > i.fa-caret-down {
    display: none !important;
  }

  .td-cat-sublist {
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.18);
  }

  .td-cat-sublist li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .td-cat-sublist li a {
    padding: 13px 16px 13px 28px !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }
}

@media (min-width: 992px) {
  .td-mobile-only,
  .td-toggle-chevron {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .td-hero {
    padding-top: 3.2rem;
  }

  .section-row {
    padding: 38px 0 !important;
  }

  .copun_deal_shop_shadow {
    text-align: left !important;
  }

  .copun_deal_shop_shadow figure {
    margin-bottom: 14px !important;
  }

  .get_code_btn {
    display: block;
    margin-top: 12px;
    width: 100%;
  }

  .single_store_list ul {
    column-count: 1 !important;
  }

.header-bottom {
  display: none;
  }
}

/* Refinements after visual review */
.td-hero {
  min-height: auto;
  padding: clamp(2.2rem, 4vw, 4.4rem) 0 clamp(2.4rem, 4.5vw, 4.8rem) !important;
}

.td-hero::after {
  display: none;
}

.td-hero h1 {
  font-size: clamp(2.4rem, 4.7vw, 4.85rem) !important;
  max-width: 680px;
}

.td-hero p {
  max-width: 650px;
}

.td-hero-actions {
  align-items: center;
  margin-top: 1.35rem;
}

.td-hero .btn1,
.td-link-button {
  min-width: 152px;
}

.td-link-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  color: var(--td-deep) !important;
}

.td-link-button:hover {
  background: var(--td-accent) !important;
  border-color: var(--td-accent) !important;
}

.td-hero-panel {
  min-height: 310px;
}

.td-card-main {
  inset: 54px 0 auto auto;
  max-width: 330px;
  padding: 22px;
}

.td-card-main strong {
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
}

.td-card-float {
  bottom: 40px;
  left: 12px;
  max-width: 220px;
  padding: 20px;
}

.td-card-float strong {
  font-size: 1.3rem;
}

.section-row h1 {
  font-size: clamp(2rem, 3vw, 3.1rem) !important;
}

.section-row .text-center:first-child {
  position: relative;
  margin-bottom: 34px;
}

.section-row .text-center:first-child::before {
  content: "Featured savings";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  color: var(--td-brand);
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 12px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.section-row .text-center:first-child h1,
.section-row .text-center:first-child h2 {
  background: linear-gradient(90deg, var(--td-deep), var(--td-brand), var(--td-brand-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 880 !important;
}

.section-row .text-center:first-child::after {
  content: "";
  display: block;
  width: 82px;
  height: 5px;
  background: linear-gradient(90deg, var(--td-brand), var(--td-accent), var(--td-brand-2));
  border-radius: 999px;
  margin: 18px auto 0;
}

.pro-box1,
.pro-box1-new {
  position: relative;
  isolation: isolate;
  padding: 12px;
}

.pro-box1 figure,
.pro-box1-new figure {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 250, 247, 0.95)),
    radial-gradient(circle at 18% 0%, rgba(241, 93, 74, 0.14), transparent 40%),
    radial-gradient(circle at 88% 20%, rgba(15, 118, 110, 0.12), transparent 45%) !important;
  height: 168px !important;
}

.pro-box1:hover figure,
.pro-box1-new:hover figure {
  border-color: rgba(15, 118, 110, 0.45) !important;
}

.pro-box1 figure img,
.pro-box1-new figure img {
  filter: saturate(1.05) contrast(1.02);
  transition: transform 0.2s ease;
}

.pro-box1:hover figure img,
.pro-box1-new:hover figure img {
  transform: scale(1.04);
}

.pro-box1 figure,
.pro-box1-new .store-title {
  color: var(--td-deep) !important;
}

.all_store_alphabet_list ul {
  justify-content: center;
}

.single_store_list ul {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 243, 239, 0.78)),
    var(--td-surface);
}

.stores-flash-title,
.single_store_list {
  position: relative;
}

@media (max-width: 991px) {
  .td-hero-grid {
    min-height: auto;
  }

  .td-card-main,
  .td-card-float {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .td-hero-panel {
    display: grid;
    grid-template-columns: 1fr 0.76fr;
    gap: 14px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .td-hero {
    padding: 2.4rem 0 2.8rem !important;
  }

  .td-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem) !important;
  }

  .td-eyebrow,
  .td-hero p {
    display: none !important;
  }

  .td-hero-actions {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .td-hero .btn1,
  .td-link-button {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .section-row h1 {
    font-size: clamp(1.8rem, 8.5vw, 2.55rem) !important;
  }

  .pro-box1 figure,
  .pro-box1-new figure {
    height: 150px !important;
  }
}

/* ---------- Frontpage product-deal cards (Slickdeals-style) ---------- */
.td-deals-sub { color: var(--td-muted); margin: -6px 0 22px; }
@media (max-width: 767px) {
  .td-deals-sub-tail { display: none; }
}
.td-deal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1100px) { .td-deal-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px)  { .td-deal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .td-deal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

@media (max-width: 820px) {
  .td-deal-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .td-deal-body { padding: 10px 11px 12px; gap: 5px; }
  .td-deal-title { font-size: .82rem; min-height: 2.3em; }
  .td-deal-price { font-size: 1.05rem; }
  .td-deal-listprice { font-size: .78rem; }
  .td-deal-store { font-size: .7rem; gap: 5px; }
  .td-deal-store img { width: 16px; height: 16px; }
  .td-deal-off, .td-deal-pick { font-size: .68rem; padding: 2px 7px; }
}

.td-deal-card {
  background: var(--td-surface);
  border: 1px solid var(--td-line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--td-soft-shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.td-deal-card:hover { transform: translateY(-3px); box-shadow: var(--td-shadow); }

.td-deal-imgwrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--td-surface-soft);
}
.td-deal-imgwrap img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 12px;
}
.td-deal-off {
  position: absolute; top: 10px; left: 10px;
  background: var(--td-brand-2); color: #fff;
  font-weight: 700; font-size: .8rem;
  padding: 3px 9px; border-radius: 999px;
}
.td-deal-pick {
  position: absolute; top: 10px; right: 10px;
  background: var(--td-accent); color: var(--td-ink);
  font-weight: 600; font-size: .72rem;
  padding: 3px 9px; border-radius: 999px;
}

.td-deal-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.td-deal-store { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--td-muted); }
.td-deal-store img { width: 20px; height: 20px; object-fit: contain; border-radius: 4px; border: 1px solid var(--td-line); background: #fff; }
.td-deal-fire { margin-left: auto; color: var(--td-brand-2); font-weight: 600; }
.td-deal-title {
  color: var(--td-ink); font-weight: 600; line-height: 1.35;
  text-decoration: none; font-size: .95rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.6em;
}
.td-deal-title:hover { color: var(--td-brand); }
.td-deal-pricing { display: flex; align-items: baseline; gap: 8px; }
.td-deal-price { font-size: 1.25rem; font-weight: 800; color: var(--td-brand); }
.td-deal-listprice { color: var(--td-muted); text-decoration: line-through; font-size: .9rem; }
.td-deal-btn { margin-top: auto; text-align: center; }

/* ---------- /deals/ section: filters + pager ---------- */
.td-cat-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--td-surface); border: 1px solid var(--td-line);
  color: var(--td-ink); text-decoration: none; font-size: .85rem; font-weight: 600;
}
.td-cat-pill span { color: var(--td-muted); font-weight: 400; font-size: .78rem; }
.td-cat-pill:hover { border-color: var(--td-brand); color: var(--td-brand); }
.td-cat-pill.active { background: var(--td-brand); border-color: var(--td-brand); color: #fff; }
.td-cat-pill.active span { color: rgba(255,255,255,.8); }

.td-deal-pager { display: flex; gap: 8px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.td-pager-dots { color: var(--td-muted); align-self: center; }

/* ---------- /deals/ layout: sidebar + main grid ---------- */
.td-deals-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 6px;
  align-items: flex-start;
}
.td-deals-main { min-width: 0; width: 100%; }

@media (min-width: 992px) {
  .td-deals-layout { flex-direction: row; }
  .td-deals-aside { order: 2; flex: 0 0 290px; }
  .td-deals-main { order: 1; flex: 1 1 auto; }
}

.td-deals-aside form {
  background: var(--td-surface);
  border: 1px solid var(--td-line);
  border-radius: 14px;
  padding: 18px;
}

.td-filter-block { margin-bottom: 16px; }
.td-filter-label {
  display: block; font-size: .78rem; font-weight: 800; text-transform: uppercase;
  color: var(--td-muted); margin-bottom: 6px;
}
.td-filter-block input[type="text"], .td-filter-block select {
  width: 100%; padding: 9px 12px; border: 1px solid var(--td-line); border-radius: 8px;
  background: var(--td-bg); color: var(--td-ink); font-size: .9rem;
}

.td-filter-group { border-top: 1px solid var(--td-line); padding: 14px 0; }
.td-filter-toggle {
  width: 100%; display: flex; align-items: center; gap: 8px;
  background: none; border: 0; padding: 0; margin: 0;
  font-size: .88rem; font-weight: 800; color: var(--td-ink); cursor: pointer;
  text-align: left; text-transform: uppercase;
}
.td-filter-toggle .fa-chevron-down { margin-left: auto; font-size: .78rem; color: var(--td-muted); transition: transform .18s ease; }
.td-filter-group.open .td-filter-toggle .fa-chevron-down { transform: rotate(180deg); }
.td-filter-count {
  background: var(--td-brand); color: #fff; font-size: .7rem; font-weight: 800;
  border-radius: 999px; padding: 1px 7px;
}

.td-filter-body { display: none; margin-top: 12px; }
.td-filter-group.open .td-filter-body { display: block; }

.td-store-search {
  width: 100%; padding: 8px 11px; border: 1px solid var(--td-line); border-radius: 8px;
  background: var(--td-bg); color: var(--td-ink); font-size: .85rem; margin-bottom: 10px;
}
.td-store-checklist { max-height: 260px; overflow-y: auto; }

.td-filter-check {
  display: flex; align-items: center; gap: 9px;
  padding: 6px 2px; cursor: pointer; font-size: .87rem; color: var(--td-ink);
}
.td-filter-check input[type="checkbox"] { flex: none; width: 16px; height: 16px; accent-color: var(--td-brand); }
.td-filter-check span { flex: 1; }
.td-filter-check em { font-style: normal; color: var(--td-muted); font-size: .78rem; }

.td-filter-apply { width: 100%; margin-top: 6px; }
.td-filter-clear {
  display: block; text-align: center; margin-top: 10px;
  color: var(--td-muted); font-size: .82rem; text-decoration: underline;
}

.td-mobile-filter-btn { display: none; }
.td-filter-backdrop { display: none; }
.td-filter-sheet-header { display: none; }

@media (max-width: 991px) {
  .td-deals-aside form {
    position: static;
    background: none;
    border: 0;
    padding: 0;
  }

  .td-filter-search-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 12px;
  }
  .td-filter-search-block { flex: 1; min-width: 0; margin-bottom: 0 !important; }
  .td-filter-search-block input[type="text"] {
    box-sizing: border-box !important;
    height: 46px !important;
    padding: 0 12px !important;
    margin: 0 !important;
  }

  .td-mobile-filter-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: none;
    white-space: nowrap;
    width: auto;
    height: 46px;
    background: var(--td-surface);
    border: 1px solid var(--td-line);
    border-radius: 8px;
    padding: 0 14px;
    font-weight: 700;
    font-size: .88rem;
    color: var(--td-ink);
  }

  .td-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1199;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .td-filter-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }

  .td-filter-sheet {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    background: var(--td-surface);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.28);
    z-index: 1200;
    max-height: 82vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform .28s ease;
  }
  .td-filter-sheet.open {
    transform: translateY(0);
  }

  .td-filter-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--td-line);
    font-size: 1.05rem;
  }
  .td-filter-sheet-header button {
    background: none; border: 0; font-size: 1.6rem; line-height: 1;
    color: var(--td-muted); padding: 0; width: 32px; height: 32px;
  }

  .td-filter-sheet-body {
    padding: 16px 18px 22px;
    overflow-y: auto;
  }
}

@media (min-width: 1101px) {
  .td-deal-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- /digest/ blog ---------- */
.td-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 8px;
}
@media (max-width: 980px) { .td-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .td-blog-grid { grid-template-columns: 1fr; } }

.td-blog-card {
  background: var(--td-surface);
  border: 1px solid var(--td-line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--td-soft-shadow);
  transition: transform .15s ease, box-shadow .15s ease;
  text-decoration: none;
  color: inherit;
}
.td-blog-card:hover { transform: translateY(-3px); box-shadow: var(--td-shadow); color: inherit; }
.td-blog-imgwrap { position: relative; display: block; aspect-ratio: 16 / 9; background: var(--td-surface-soft); }
.td-blog-imgwrap img { width: 100%; height: 100%; object-fit: cover; }
.td-blog-cat {
  position: absolute; top: 12px; left: 12px;
  background: var(--td-brand); color: #fff;
  font-weight: 700; font-size: .72rem; letter-spacing: .02em !important;
  padding: 4px 11px; border-radius: 999px;
}
.td-blog-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.td-blog-title {
  color: var(--td-ink); font-weight: 700; line-height: 1.35; font-size: 1.08rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.td-blog-card:hover .td-blog-title { color: var(--td-brand); }
.td-blog-excerpt {
  color: var(--td-muted); font-size: .88rem; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.td-blog-meta { margin-top: auto; padding-top: 6px; font-size: .78rem; color: var(--td-muted); display: flex; gap: 8px; align-items: center; }

.td-blog-filters { margin: 4px 0 26px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }

.td-blog-filters-mobile { display: none; }

.td-blog-filters-mobile select {
  box-sizing: border-box;
  width: 100%;
  height: auto !important;
  min-height: 48px;
  padding: 12px 14px !important;
  line-height: 1.4;
  border: 1px solid var(--td-line);
  border-radius: 10px;
  background: var(--td-surface);
  color: var(--td-ink);
  font-size: .95rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .td-blog-filters-desktop { display: none; }
  .td-blog-filters-mobile { display: block; margin: 4px 0 26px; }
}

.td-blog-photo-credit { font-size: .78rem; color: var(--td-muted); text-align: center; margin: -20px 0 24px; font-style: italic; }
.td-blog-photo-credit a { color: var(--td-muted); }
.td-blog-post { max-width: 780px; margin: 0 auto; }
.td-blog-post-header { text-align: center; margin-bottom: 26px; }
.td-blog-post-header h1 { margin-bottom: 10px; }
.td-blog-post-meta { color: var(--td-muted); font-size: .9rem; }
.td-blog-post-meta a { color: var(--td-brand); text-decoration: none; font-weight: 600; }
.td-blog-post-image { width: 100%; border-radius: 14px; margin-bottom: 28px; box-shadow: var(--td-soft-shadow); }
/* The site's global h1-h6/p rules use !important and are tuned for
   marketing headlines + muted captions, not long-form article body copy —
   every selector here needs !important to actually win inside post content. */
.td-blog-post-content { color: var(--td-ink) !important; font-size: 1.08rem !important; line-height: 1.8 !important; }
.td-blog-post-content h2 {
  margin: 2.4rem 0 0.85rem !important; font-size: 1.5rem !important; font-weight: 700 !important;
  line-height: 1.3 !important; color: var(--td-ink) !important;
}
.td-blog-post-content h3 {
  margin: 1.8rem 0 0.7rem !important; font-size: 1.18rem !important; font-weight: 650 !important;
  line-height: 1.35 !important; color: var(--td-ink) !important;
}
.td-blog-post-content p { margin: 0 0 1.1rem !important; color: var(--td-ink) !important; }
.td-blog-post-content ul, .td-blog-post-content ol { margin: 0 0 1.1rem 1.4rem !important; }
.td-blog-post-content li { margin-bottom: 0.4rem !important; color: var(--td-ink) !important; }
.td-blog-post-content strong { font-weight: 700 !important; }
.td-blog-post-content img { max-width: 100%; border-radius: 10px; margin: 8px 0; }
.td-blog-post-content a { color: var(--td-brand) !important; text-decoration: underline; text-underline-offset: 2px; }
.td-blog-post-content blockquote {
  border-left: 3px solid var(--td-brand-2); margin: 20px 0; padding: 4px 0 4px 18px;
  color: var(--td-muted) !important; font-style: italic;
}
.td-blog-related { max-width: 1040px; margin: 56px auto 0; }
.td-blog-related h2 { text-align: center; margin-bottom: 22px; font-size: 1.3rem !important; }
