/* ===== GLOBAL ALIGNMENT — header to footer, 50px left/right on all sections ===== */
:root {
  --site-max-width: 100%;
  --site-px: 50px;
  --site-px-tablet: 32px;
  --site-px-mobile: 16px;
}

/* Single mixin applied to every container */
.navbar .container-fluid,
nav.navbar > .container-fluid,
footer .container,
.banner-wrapper,
.ps-grid,
.ts-container,
.tc-container,
.insights-container,
.es-container,
.trust-bar-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--site-px) !important;
  padding-right: var(--site-px) !important;
  box-sizing: border-box !important;
}
.navbar .container-fluid { position: relative; }

/* Hero banner wrapper — keep vertical padding */
.banner-wrapper {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Tablet (768px – 1199px): 32px each side */
@media (max-width: 1199px) {
  .navbar .container-fluid,
  nav.navbar > .container-fluid,
  footer .container,
  .banner-wrapper,
  .ps-grid,
  .ts-container,
  .tc-container,
  .insights-container,
  .es-container,
  .trust-bar-wrapper {
    padding-left: var(--site-px-tablet) !important;
    padding-right: var(--site-px-tablet) !important;
  }
}

/* Mobile (≤767px): 16px each side */
@media (max-width: 767px) {
  /* Smaller logo + tighter navbar padding on mobile */
  .navbar-brand img { height: 36px !important; width: auto !important; }
  nav.navbar { padding-top: 4px !important; padding-bottom: 4px !important; }
  .topbar { height: 26px !important; }
  .navbar .container-fluid,
  nav.navbar > .container-fluid,
  footer .container,
  .banner-wrapper,
  .ps-grid,
  .ts-container,
  .tc-container,
  .insights-container,
  .es-container,
  .trust-bar-wrapper {
    padding-left: var(--site-px-mobile) !important;
    padding-right: var(--site-px-mobile) !important;
  }
}

/* Skeleton Base */

.skeleton {
  background: #e2e2e2;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

/* Shimmer animation */
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, .4),
      transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% { transform: translateX(100%); }
}

/* Custom sizes */
.skel-img { height: 180px; width: 100%; }
.skel-img-square { height: 180px; width: 180px; }
.skel-img-store { height: 100px; width: 100%; }
.skel-img-circle { height: 100px; width: 100px; border-radius:50px; }
.skel-img-circle-md { height: 80px; width: 80px; border-radius:50px; }
.skel-text-lg { height: 28px; width: 60%; margin-bottom: 10px; }
.skel-text-md { height: 20px; width: 40%; margin-bottom: 10px; }
.skel-text-sm { height: 14px; width: 30%; margin-bottom: 8px; }
.skel-badge { height: 32px; width: 90px; }
.skel-title { height: 22px; width: 80%; margin-top: 5px; }
.skel-line { height: 16px; width: 60%; }
.skel-line-lg { height: 16px; width: 100%; }
.skel-sm { height: 14px; width: 40%; }
.skel-btn { height: 36px; width: 100%; border-radius: 50px; }
.skel-logo { height: 70px; width: 100px; }
.skel-discount { height: 40px; width: 60px; }
.skel-tab { height: 100%; width: 100%; }

.cat-name-hero {
position: absolute;
z-index: 3;
bottom: 20px;
left: 20px;
}
.ts-control {
  display: block !important;
  width: 100% !important;
  padding: 0.6rem 2rem 0.6rem 1rem !important;
  -moz-padding-start: calc(1rem - 3px) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  color: var(--color-natural-dark) !important;
  border: 1px solid rgba(8, 60, 130, 0.07) !important;
  border-radius: 1.4rem !important;
  box-shadow: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
}
input#keywordSelect-ts-control::placeholder,
input#brandSelect2-ts-control::placeholder
{
  color: var(--color-natural-dark) !important;
  font-weight: 500;
}
.ts-control input{
  color: var(--color-natural-dark) !important;
  font-size: 14px !important;
  /*font-weight: 600;*/
}
.ts-dropdown{
  z-index: 20 !important;
}
.fav-ico {
font-size: 25px;
color: var(--color-green);
}
.all-stores .card-body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.all-stores .card-body img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
/*========*/
.deals-sec .deal-item {
position: relative;
}
.deals-sec .deals-off-des {
position: absolute;
z-index: 2;
top: 1px;
right: 1px;
background: rgb(244 247 83 / 50%);
color: var(--bs-red);
padding: 2px 15px;
border-radius: 0 8px;
}
.deals-sec .img {
border-radius: 8px;
overflow: hidden;
}
.deals-sec .deals-img {
text-align: center;
background: rgb(0 0 0 / 0%);
border: 1px solid #adb5bd;
position: relative;
height: 300px;
}
.deals-sec .deals-img img {
height: 300px;
}
.deals-sec .deal-item,
.favouriteItem{
cursor: pointer;
}
.deals-sec .details {
padding: 0px 10px 10px;
margin: -90px 0px 0 0px;
transition: all ease-in-out 0.3s;
background: var(--color-natural-light);
position: relative;
text-align: center;
border-radius: 8px;
box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}
.position-relative {
position: relative !important;
}
.deals-sec .details .d-logo {
margin: 0;
width: 72px;
height: 72px;
background: var(--bs-white);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: ease-in-out 0.3s;
position: absolute;
top: -36px;
left: calc(50% - 36px);
border: 0px;
border-radius: 5px;
}
.deals-sec .details .d-logo img {
max-width: 100%;
border-radius: 5px;
}
.deals-sec .deal-p-price span {
font-size: 25px;
font-weight: 700;
color: var(--color-natural-dark);
}
.deals-sec .deal-p-price span:first-child {
font-size: 16px;
text-decoration: line-through;
margin-right: 5px;
color: var(--color-natural-dark);
font-weight: 400;
}
.deals-sec .deal-item h5 {
font-size: 17px;
color: var(--color-natural-dark) !important;
}
.text-limit-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-limit-1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.deal-fav {
position: absolute;
left: 10px;
z-index: 2;
}
.all-stores .card-body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.all-stores .card-body img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.filter-btn {
background: transparent;
border: 1px solid;
padding: 3px 8px;
}
.filter-btn:hover {
background: #1E3A6E;
border: 1px solid #1E3A6E;
color: #FFFFFF;
}
.filter-btn.active {
background: #162B4D !important;
border: 1px solid #162B4D !important;
color: #FFFFFF !important;
}
.card-fcoup.card {
margin-bottom: 1em;
flex-direction: row;
padding: 10px;
}
.card-fcoup.card img {
max-width: 7em;
border: 1px solid gray;
}
.c-date {
font-size: 12px;
margin-bottom: 3px;
}
.card-fcoup .card-body {
padding: 10px;
}
.coupon_title{
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 500;
  }

@media screen and (max-width: 575px) {
.card-fcoup.card img {
  border-left: 0;
  margin-left: 0;
  margin-top: 10px;
  border: 1px solid gray;
}
.card-fcoup.card {
  margin-bottom: 1em;
  flex-direction: column;
}
.mobile-full-width {
    width: 100% !important;
  }
  .coupon_footer{
      border: 0 !important;
  }
  .coupon_title{
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 500;
  }
  .coupon_exclusive,
  .coupon_calender{
      font-size: 0.65rem !important;
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
  }
  .category-tab-box{
      background: transparent !important;
      border-radius: 0 !important;
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 8px !important;
      padding: 0 !important;
  }
  .category-tab-box button{
      text-align: left !important;
      padding-left: 10px !important;
      justify-content: flex-start !important;
  }
  .event_icon{
      display: none;
  }
  .custom-vertical-tabs .nav-link.active::after{
      border-left: none !important;
  }
  .nav-pills{
      flex-direction: row !important;
      justify-content: space-between;
  }
  .custom-vertical-tabs .nav-link{
      padding: 7px 12px !important;
  }
  .blog_box{
      flex-wrap: wrap !important;
  }
  .lead{
      font-size: 16px !important;
  }
  .child_category_promotion{
      position: relative !important;
      bottom: -10px !important;
      width: 100% !important;
      border-radius: 15px ;
  }
  .category-wrap{
      width: 70px !important;
  }
  .category-circle{
      width: 50px !important;
      height: 50px !important;
  }
  .post-title{
      font-size: 18px;
  }
  .post-content{
      font-size: 14px;
  }
  .store-tabs-ul{
      border-radius: 0.5rem;
  }
  .blog-content{
      padding: 10px 15px;
  }
  
}
.store-tabs-ul{
  border-radius: 50px !important;
}
/*====Coupon Card====*/
.coupon_exclusive {
background: var(--color-accent-bg-blue);
border: 1px solid var(--color-accent-tiny-blue);
color: #1471b0 !important;
font-size: 12px;
}
.coupon_calender {
  background: #ff943d0d;
  border: 1px solid #ffd3af;
  color: #b3682b;
  font-size: 12px;
}
.coupon_header {
/*background: var(--color-natural-light);*/
}
.header-img-border{
  border: 1px solid var(--color-natural-light) !important;
}
.coupon_code {
/*border: 1px dashed #1ca2fc;*/
color: #fff ;
font-weight: 600;
/*background: #1ca2fc;*/
padding: 7px 8px 7px 20px !important;
/*background-image: linear-gradient(to right, #ff7a00, #ff7a00);*/
background-size: 0% 100%;
background-repeat: no-repeat;
transition: none;
border-radius: 30px !important;
display: inline-block;
text-align: left;
}
.coupon_code_light{
background: transparent;
padding: 7px 8px !important;
font-weight: 500 !important;
}
.coupon_info {
color: #404a60;
font-size: 14px;
border-top: 1px solid var(--color-natural-light) !important;
border-bottom: 1px solid var(--color-natural-light) !important;
}
.coupon_footer {
border: 0;
border-left: 1px solid var(--color-natural-light);
}
.coupon_discount {
font-size: 14px;
font-weight: 400;
}
.more_coupons {
color: var(--color-natural-charcol);
cursor: pointer;
}
.more_coupons:hover{
color: var(--color-natural-charcol);
}
.coupon_background {
background: var(--bs-white);
}
/*====Offer====*/
.offer_card {
border: 1px solid #ebecef;
}
.offer_title {
color: var(--color-natural-dark);
font-size: 20px;
margin: 5px 0 !important;
}
.offer_title:hover{
  /*color: var(--color-natural-dark) !important;*/
}
.offer_endtime {
font-size: 14px;
color: var(--color-natural-dark);
}
.offer_brand {
color: var(--color-natural-dark) !important;
font-weight: 600 !important;
font-size: 14px !important;
}
.offer_feature {
position: absolute;
top: 10px;
left: 0;
background: var(--color-accent-bg-blue);
color: var(--color-accent-blue);
border: 1px solid var(--color-accent-tiny-blue);
padding: 5px 15px;
font-size: 15px;
font-weight: 600;
border-radius: 20px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.offer_rating {
position: absolute;
  top: 10px;
  right: 0;
  background: #fff4ec;
  color: var(--color-natural-dark);
  border: 1px solid #ffd3af;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*====Brand====*/
.brand_title {
font-family: "IBM Plex Sans", sans-serif;
color: #404a60;
font-weight: 600;
font-size: 18px;
}
.brand_info {
color: #404a60;
font-size: 14px;
}
.brand_position {
position: absolute;
top: 10px;
right: 10px;
color: var(--bs-white);
background: var(--color-accent-yellow) ;
border: 1px solid var(--color-accent-yellow)  ;
}

/*====Slider====*/
.scroll-container {
overflow-x: auto;
flex-wrap: nowrap !important;
scroll-behavior: smooth;
scrollbar-width: none;
scrollbar-color: transparent transparent;
}
.scroll-container::-webkit-scrollbar {
display: none;
}

.slider-wrapper {
position: relative;
}

.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 5;
width: 50px;
height: 50px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
background: transparent !important;
color: var(--color-green) !important;
border: 1px solid var(--color-natural-light);
}


.prev-btn {
left: -20px; /* slightly outside container */
}

.next-btn {
right: -20px;
}

/*====Category Card====*/
.category_card {
border: 1px solid #f5f6f7;
transition: all ease-in-out 0.3s;
}
.category_title {
color: #222e48;
font-weight: 600;
margin-top: 10px;
font-size: 20px;
}
/*====Filter Card====*/
.filter_card {
border: 1px solid #f5f6f7 !important;
box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
  0 0 1.25rem rgba(30, 34, 40, 0.04) !important;
}
.filter_title {
color: #222e48;
font-weight: 600;
font-size: 24px;
margin: 0;
}
.filter_header {
border-bottom: 1px dashed #dfe0e4;
}
.filter_group {
position: relative;
margin-bottom: 1rem; /* Space for label */
}
.filter_group label {
position: absolute;
top: -0.5rem; /* Move label into border line */
left: 1rem; /* Adjust horizontal position */
background: var(--bs-white); /* Match background */
padding: 0 0.3rem; /* Add space around text */
font-size: 12px;
color: var(--color-natural-dark);
font-weight: 400;
z-index: 10;
}
.filter_input::placeholder {
font-size: 14px;
color: var(--color-natural-dark);
}
.filter_input,
.filter_select{
  box-shadow: none !important;
  font-size: 14px !important;
}
.filter_check {
color: var(--color-natural-dark);
font-weight: 400;
font-size: 14px !important;
}
.filter_group .form-select {
color: var(--color-natural-dark);
}
/*====Tags====*/
.tag-check {
display: none;
}

.tag-label {
display: inline-block;
padding: 6px 14px;
border-radius: 50px;
border: 1px solid #ddd;
cursor: pointer;
transition: all 0.2s;
margin: 4px;
font-size: 14px;
font-weight: 600;
}

.tag-check:checked + .tag-label {
background: var(--color-green-500);
color: var(--bs-white);
border-color: var(--color-green-500);
}

.tag-label:hover {
background: #e9ecef;
}
@media (max-width: 767.98px) {
.offcanvas-md {
  background: #fff !important;
}
.tag-label {
  color: #404a60;
}
}

.categories {
display: flex;
padding: 0px 50px;
flex-wrap: wrap;
gap: 50px;
border-top: 1px solid #e6e6e6;
}
.categories a {
color: var(--bs-apple);
text-decoration: none;
font-size: 14px;
}
.categories a:hover {
color: #162B4D;
}
.s131 form .inner-form .input-field.first-wrap {
width: 400px;
margin-left: 1rem;
}

.custom-offcanvas {
background-color: #ffffff; /* white background */
color: #333; /* dark text */
box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
}

.custom-offcanvas .nav-link {
color: #333;
font-weight: 500;
padding: 8px 12px;
border-radius: 6px;
transition: background 0.2s;
}

.custom-offcanvas .nav-link:hover {
background-color: #f2f2f2;
}

.custom-offcanvas .dropdown-menu {
border-radius: 0.5rem;
border: 1px solid #eee;
}

/* ── Nav centre search bar ─────────────────────────────────────────────────── */
.nav-search-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 10;
}
.navbar-other { flex-shrink: 0; }
/* Gradient border via background + padding on outer shell */
.nav-search-outer {
  width: 100%;
  background: linear-gradient(135deg, #FF6B35 0%, #fbbf24 48%, #3b82f6 100%);
  border-radius: 50px;
  padding: 2px;
  box-shadow:
    0 4px 20px rgba(255, 107, 53, 0.22),
    0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s, transform 0.2s;
}
.nav-search-outer:focus-within {
  box-shadow:
    0 6px 30px rgba(255, 107, 53, 0.32),
    0 0 0 5px rgba(255, 107, 53, 0.12);
  transform: translateY(-1px);
}
.nav-search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 48px;
  padding: 7px 7px 7px 18px;
  width: 100%;
  box-sizing: border-box;
}
.nav-search-icon { flex-shrink: 0; transition: stroke 0.2s; }
.nav-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14.5px;
  font-weight: 500;
  color: #0f172a;
  min-width: 0;
  letter-spacing: 0.01em;
}
.nav-search-input::placeholder { color: #b0bec5; font-weight: 400; }
.nav-search-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #FF6B35 0%, #f59e0b 100%);
  color: #fff;
  border: none;
  border-radius: 42px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.3px;
  box-shadow: 0 3px 14px rgba(255, 107, 53, 0.38);
  transition: transform 0.15s, box-shadow 0.15s;
}
.nav-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.50);
}
.nav-search-btn:active { transform: translateY(0); }
/* Autocomplete dropdown anchored under the nav search */
.nav-search-center #autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 9999;
  min-width: 100%;
}
/* Prevent search from overlapping right nav at mid-large screens */
@media (min-width: 1200px) and (max-width: 1500px) {
  .nav-search-center { width: 46%; }
  .navbar-other { position: relative; z-index: 20; }
  .lht-nav-link { padding: 6px 10px; }
  .lht-nav-link span { font-size: 11px; }
}
@media (max-width: 1199px) {
  .nav-search-center { max-width: 420px; margin: 0 12px; }
  .nav-search-btn { padding: 9px 18px; font-size: 13px; }
  .navbar-other { position: relative; z-index: 20; }
}

/* Wide holiday deals dropdown */
.dropdown-menu-wide {
  min-width: 240px;
}
.dropdown-menu .dropdown-header {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #94a3b8;
  text-transform: uppercase;
  padding: 6px 16px 2px;
}
.dropdown-menu .dropdown-item {
  font-size: 13.5px;
  padding: 5px 16px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #162B4D;
}

@media (max-width: 575px) {
.navbar .container {
  display: flex;
}
.inner-form {
  display: none !important;
}
.categories {
  gap: 10px;
  padding: 10px;
  display: none;
}
.offcanvas-menu-btn {
  margin-left: 0 !important;
}
/* .navbar-other was hiding the hamburger menu on mobile — removed */
.section_heading{
    font-size: 16px;
    margin: 0;
}
.read-more{
    font-size: 14px;
    font-weight: 400;
}
}

/* Footer link hover effect */
.footer-list li a {
transition: color 0.3s;
font-size: 14px;
}
.footer-heading {
display: inline-block;
border-bottom: 2px solid var(--color-green); /* change color as needed */
padding-bottom: 4px;
}
.footer-list li i {
margin-right: 8px; /* spacing between icon and text */
}

.search-container {
display: flex;
align-items: center;
background-color: white;
border-radius: 25px;
border: 2px solid var(--color-natural-light);
max-width: 700px;
width: 100%;
padding: 0px 2px 0 2px;
position: relative;
}
.search-container i {
color: var(--bs-dark);
font-size: 18px;
}
.search-select {
padding: 8px 17px;
border: none;
background-color: #eee;
color: black;
font-size: 14px;
outline: none;
cursor: pointer;
width: 17% !important;
border-radius: 20px;
}

.search-input {
padding: 10px;
border: none;
outline: none;
font-size: 14px;
flex-grow: 1;
color: black;
}
.search-icon {
padding: 10px;
background-color: var(--color-green);
color: white;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
}

.search-icon:hover {
background-color: var(--color-green-700);
}

/* keep your existing styles */
.search-container i {
color: var(--bs-dark);
font-size: 18px;
}
.search-input {
padding: 10px;
border: none;
outline: none;
font-size: 14px;
flex-grow: 1;
color: black;
}
.search-icon {
padding: 10px;
background-color: var(--color-green);
color: white;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
}
.search-icon:hover {
background-color: var(--color-green-700);
}
.custom-select {
position: relative;
width: 17% !important;
cursor: pointer;
font-size: 14px;
margin-right: 6px;
}

.custom-select .selected {
padding: 6px 17px;
background: #f5f5f57d;
border-radius: 20px;
color: black;
display: flex;
align-items: center;
justify-content: space-between; /* push text left, icon right */
}

.custom-select .dropdown-icon {
font-size: 16px;
transition: transform 0.3s ease;
}

.custom-select.open .dropdown-icon {
transform: rotate(180deg); /* flip when open */
}

.custom-select .options {
display: none;
position: absolute;
top: 110%;
left: 0;
background: white;
border: 1px solid var(--color-natural-light);
border-radius: 10px;
width: 100%;
z-index: 10;
overflow: hidden;
}

.custom-select .options div {
padding: 8px 17px;
border-radius: 10px;
}

.custom-select .options div:hover {
background: var(--color-green);
color: white;
border-radius: 0;
}




/* Desktop: show the full search bar, hide mobile toggle */
@media (min-width: 992px) {
  .search-container { display: flex !important; }
  .mobile-search-toggle { display: none !important; }
  .mobile-search-bar { display: none !important; }
}

@media (max-width: 576px) {
.navbar-brand img {
  height: 40px;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain;
  zoom: 1.2;
}
.navbar-expand-lg .navbar-brand{
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

/* Desktop search bar hidden on mobile — use mobile-search-bar instead */
.search-container {
  display: none !important;
}
.fixed-sidebar {
   position: relative !important; 
   height: auto !important; 
 }
 .horizontal-coupons .card-header{
     width: auto !important;
 }
 .horizontal-coupons .card-body{
     width: auto !important;
 }
 .horizontal-coupons .card-footer {
  width: auto !important;
 }

}
.btn-login {
background: var(--color-green) !important;
border: 1px solid var(--color-green) !important;
color: #fff;
border-radius: 30px;
}
.btn-login-sm {
background: transparent !important;
border: 2px solid var(--color-natural-light) !important;
color: var(--color-natural-dark) !important;
border-radius: 30px;
font-size: 13px !important;
}
.btn-alert {
background: transparent !important;
border: 2px solid var(--color-natural-light) !important;
color: var(--color-natural-charcol) !important;
border-radius: 30px;
font-size: 13px !important;
}
/*.btn-alert:hover {*/
/*  background: transparent !important;*/
/*  border: 1px solid var(--color-green) !important;*/
/*  color: var(--color-natural-charcol);*/
/*  border-radius: 30px;*/
/*  font-size: 14px !important;*/
/*}*/
.btn-login:hover,
.btn-login:focus,
.btn-login:active{
background: var(--color-green-700) !important;
border: 1px solid var(--color-green-700) !important;
color: #fff;
box-shadow: none !important;
}

.offcanvas-menu-btn {
background: transparent !important;
border: 2px solid var(--color-natural-light) !important;
color: var(--color-natural-dark) !important;
border-radius: 30px;
margin-left: 1rem;
/*padding: 5px 12px;*/
font-size: 13px;
}
.offcanvas-menu-btn:hover {
background: var(--color-green-700);
border: 1px solid var(--color-green-700);
color: #fff;
}
.section-heading {
display: inline-block;
border-bottom: 2px solid var(--color-green); 
padding-bottom: 4px;
}
.footer-list li a {
display: block;
font-size: 0.6rem; /* smaller text */
color: #adb5bd;
text-decoration: none;
transition: all 0.3s ease;
}

.footer-list li a:hover {
opacity: 1;
color: #fff;
transform: translateX(3px);
}
.footer-list li i {
margin-right: 6px;
font-size: 1rem;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 1;
  animation: float 12s ease-in-out infinite;
}
.bubble-1 {
  width: 120px; height: 120px;
  background: var(--color-green);
  top: -40px; left: -40px;
  animation-delay: 0s;
}
.bubble-2 {
  width: 90px; height: 90px;
  background: var(--color-accent-blue);
  bottom: -30px; right: -30px;
  animation-delay: 3s;
}
.bubble-3 {
  width: 70px; height: 70px;
  background: var(--color-accent-bg-blue);
  top: 30%; right: 20%;
  animation-delay: 6s;
}
.bubble-4 {
  width: 50px; height: 50px;
  background: #fff4ec;
  bottom: 20%; left: 15%;
  animation-delay: 9s;
}

/* Floating Animation */
@keyframes float {
  0%   { transform: translateY(0) translateX(0); }
  25%  { transform: translateY(-20px) translateX(10px); }
  50%  { transform: translateY(0) translateX(20px); }
  75%  { transform: translateY(20px) translateX(-10px); }
  100% { transform: translateY(0) translateX(0); }
}

/* Input Icons */
.input-with-icon {
  position: relative;
}
.input-with-icon .icon {
  position: absolute;
  top: 50%; right: 15px;
  transform: translateY(-50%);
  color: var(--color-natural-dark);
  font-size: 1.2rem;
  opacity: 0.7;
  z-index: 2;
  transition: all 0.3s ease;
}
.input-with-icon input:focus + label + .icon {
  color: var(--color-green);
  opacity: 1;
}
  .category-icon-badge {
width: 70px;
height: 70px;
margin: 0 auto;
border-radius: 50%;
background-color: var(--color-natural-light) ; /* Brand color circle */
display: flex;
align-items: center;
justify-content: center;
/* box-shadow: 0 4px 10px var(--color-accent-tiny-blue)33; */
}

.category-icon-badge i {
font-size: 32px;
color: var(--color-natural-dark); /* Black outline icon */
}
.btn-primary{
background: var(--color-green) !important;
border: 1px solid var(--color-green) !important;
color: #fff;
}
.btn-primary:hover{
background: var(--color-green-700) !important;
border: 1px solid var(--color-green-700) !important;
color: #fff;
}
#categoryTabs2 .nav-link{
color: var(--bs-dark);
border: 1px solid #cfcfcf;
margin-right: 8px;
padding: 6px 20px;
font-size: 14px;
background: transparent;
border-radius: 6px;
font-weight: 600;
}
#categoryTabs2 .nav-link.active{
background: var(--color-natural-dark);
color: var(--bs-white);
border: 1px solid var(--color-natural-dark);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, .text-body, .read-more{
color: var(--color-natural-dark) !important;
}
.read-more{
    font-weight: 600;
    color: #1471b0 !important;
}
.view-more{
  font-weight: 600;
  color: var(--color-accent-blue) !important;
}
.bg-light-orange{
background: var(--color-accent-yellow) !important;
color: var(--bs-white) !important;
border: 1px solid var(--color-accent-yellow)  !important;
 position: absolute;
  top: 20px;
  left: 5px;
  z-index: 10;
}
.bg_accent_blue{
  background: var(--color-accent-bg-blue);
  /*border: 1px solid var(--color-accent-blue);*/
}
.card-border-top{
border-top: 1px solid var(--color-natural-dark) !important;
}
.topbar{
background: #162B4D !important;
}
.bg-charcol{
background: #162B4D !important;
}
.deal_save,
.offer_featured{
background: var(--color-green-500) !important;
border: var(--color-green-500) !important;
}
.offer_featured{
  background: #1ca2fc0d !important;
  border: 1px solid #1ca2fc33 !important;
  padding: .5rem 1rem !important;
  border-radius: 50px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  left: 0 !important;
  color: #1471b0 !important;
  
}
.deal_save{
  position: absolute;
  top: 20px;
  left: -15px !important;
  z-index: 10;
  padding: 20px 4px !important;
}
.deal-input {
  border: 2px solid var(--color-green-500);
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 16px;
}
.btn-orange {
  background-color: var(--color-green-500);
  color: var(--bs-white);
  border: none;
  font-weight: 600;
}
.btn-orange:hover {
  background-color: var(--color-green);
  color: var(--bs-white);
}
.deal-tag {
  background-color: transparent;
  color: var(--bs-gray-600);
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: 0.2s;
}
.deal-tag:hover {
  background-color: var(--bs-gray);
  color: var(--bs-gray-600);
}
.text-orange {
  color: var(--color-green-500) !important;
  text-decoration: none;
}
.text-orange:hover {
  text-decoration: none;
}
figure.overlay img{
  max-height: 250px !important;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.category-wrap {
text-align: center;
text-decoration: none;
color: var(--color-natural-dark);
width: 100px;
}
.category-circle {
width: 80px;
height: 80px;
border-radius: 50%;
background: var(--color-natural-light);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px; /* space below circle */
transition: all 0.3s ease;
}
.category-circle i {
font-size: 28px;
color: var(--color-green-500); /* theme color */
}
.category-name {
font-size: 14px;
font-weight: 500;
display: block;
}
.category-wrap:hover .category-circle {
background: var(--color-green-500); 
}
.category-wrap:hover .category-circle i {
color: var(--bs-white);
}
.category-wrap.active .category-circle {
background: var(--color-green-500); 
}
.category-wrap.active .category-circle i {
color: var(--bs-white);
}
.blog_author{
color: var(--color-green-500);
}
.category-wrap:hover{
color: var(--color-green-500);
}
.categories .category-item {
/*position: relative; */
padding: 15px 0;
}

.subcategories-dropdown {
display: none;
position: absolute;
top: 57px;
left: 45px;
background: var(--bs-white);
border: 1px solid #ddd;
padding: 10px 30px;
min-width: 430px;
z-index: 1000;
display: grid;
/*grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
gap: 5px 15px;

opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}

.first-navbar a {
display: block;
width: max-content;
padding: 5px 0;
color: #162B4D;
text-decoration: none;
}
.second-navbar a {
display: block;
padding: 12px 0;
color: #162B4D;
text-decoration: none;
}
.first-navbar a:hover,
.second-navbar a:hover {
  background: transparent !important;
  color: #FF6B35 !important;
  text-decoration: none !important;
}
.first-navbar a:hover i,
.second-navbar a:hover i {
  color: #FF6B35 !important;
}

.second-navbar:last-child {
/*width: 250px; */
}
.third-navbar{
  width: auto;
  min-width: 0;
  flex: 1;
}
.subcategories-dropdown a:hover {
  background: transparent !important;
  color: #FF6B35 !important;
  text-decoration: none !important;
}
.subcategories-dropdown a:hover i,
.subcategories-dropdown a:hover svg {
  color: #FF6B35 !important;
  stroke: #FF6B35 !important;
}

/* Show dropdown — JS-controlled (see dd-open class) */
.category-item.dd-open .subcategories-dropdown {
display: flex;
opacity: 1;
visibility: visible;
}
.category-left-item.active a{
  color: var(--color-green-700);
}

/* Arrow indicator */
.category-item .arrow {
font-size: 0.7rem;
margin-left: 5px;
}

.border-right-subnavbar{
  border-right: 1px solid #e1e1e1 !important;
}
.sub-navbar-text{
  font-size: 14px;
  width: max-content;
  margin: 0;
  margin-bottom: 13px;
}
.second-navbar i{
  /*padding: 10px;*/
  /*border-radius: 50px;*/
  /*font-size: 16px;*/
  /*background: var(--color-natural-light);*/
  /*color: var(--color-natural-dark);*/
  /*margin-right: 13px;*/
}
.categories {
position: relative; /* parent for absolute positioning */
}

/* Subcategory dropdown (Mega Menu Style) */
.subcategories-dropdown {
display: none;
position: absolute;
top: 57px;
left: 40px;
right: 40px;
background: var(--bs-white);
border: 1px solid #ddd;
padding: 25px 30px;
z-index: 1000;
display: grid;
gap: 2rem;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

/* Show dropdown — controlled by JS (.dd-open class) with delay */
.category-item.dd-open .subcategories-dropdown {
display: flex;
opacity: 1;
visibility: visible;
}
.category-item.active a.group-link{
  color: var(--color-green-700);
}
/* Reset category positioning */
.category-item {
position: static;
}
.first-navbar{
  min-width: 200px;
}
/* Navbar columns (equal height, consistent spacing) */
.first-navbar,
.second-navbar {
border-right: 1px solid #e1e1e1 !important;
/*padding-right: 2rem;*/
}

.second-navbar:last-child {
border-right: none !important;
}
.new_category_icon{
  font-size: 52px !important;
  color: var(--color-accent-blue) !important;
}
.category_title_new{
  font-size: 18px;
}
/* Headings */
.sub-navbar-text {
font-size: 14px;
font-weight: 600;
margin-bottom: 13px;
color: #162B4D;
}

/* Links */
.first-navbar a,
.second-navbar a {
display: block;
padding: 6px 0;
color: #162B4D;
text-decoration: none;
transition: color 0.2s;
}

/* Icons */
.second-navbar i {
/*padding: 10px;*/
/*border-radius: 50px;*/
/*font-size: 16px;*/
/*background: var(--color-natural-light, #f5f5f5);*/
/*color: var(--color-natural-dark);*/
/*margin-right: 13px;*/
}
.navbar-item-box{
  width: 100%;
  height: 90px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
}
.navbar-item-box:hover {
  border-color: #FF6B35 !important;
  background: transparent !important;
}
.navbar-item-box:hover .new_category_icon,
.navbar-item-box:hover .category_title_new,
.navbar-item-box:hover a,
.navbar-item-box:hover span,
.navbar-item-box:hover i,
.navbar-item-box:hover p {
  color: #FF6B35 !important;
}
marquee{
  font-size: 14px;
  line-height: 1;
}

.subcategory-list {
display: none;
grid-template-columns: repeat(4, 1fr);
gap: 10px 20px;
align-items: start;
width: 100%;
min-width: 0;
}

.subcategory-list.active {
display: grid !important;
}

.subcat-column {
display: flex;
flex-direction: column;
}


.subcat-column a {
display: block;
color: #162B4D;
text-decoration: none;
padding: 2px 0;
white-space: nowrap;
}

.subcat-column a:hover {
color: #FF6B35;
text-decoration: none;
background: transparent;
}

.right-subcategories {
flex: 1;
min-width: 0;
overflow: hidden;
}

.subcat-column a {
display: block;
padding: 4px 0;
color: #162B4D;
text-decoration: none;
}

.subcat-column a:hover {
color: var(--color-green-500);
}

.filler-column {
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}

.filler-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f8faff;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ddd !important;
  transition: all 0.3s ease;
}

.big-filler-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f8faff;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ddd !important;
  transition: all 0.3s ease;
}

.filler-card p,
.big-filler-card p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color-natural-dark);
  word-wrap: break-word;  /* ensures long text wraps */
}


.filler-card:hover,
.big-filler-card:hover {
  border-color: transparent !important;
  cursor: pointer;
}

/* ── Professional image cards (dropdown) ── */
.fc-illus-card {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Dark gradient fade at bottom — creates depth over photo */
.fc-illus-card::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 68%;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.42) 45%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* Orange accent bar slides in from center on hover */
.fc-illus-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: #FF6B35;
  z-index: 4;
  transform: scaleX(0);
  transition: transform .28s ease;
}
.fc-illus-card:hover::after { transform: scaleX(1); }

/* Art/SVG sits above gradient */
.fc-illus-art {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 0;
}
.fc-illus-art svg {
  width: 88%;
  height: 88%;
  display: block;
}
.big-filler-card .fc-illus-art svg {
  width: 80%;
  height: 80%;
}

/* Label — white text on dark gradient, no white bar */
.fc-illus-lbl {
  position: relative;
  z-index: 3;
  margin: 0 !important;
  padding: 10px 12px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  text-align: center;
  line-height: 1.35;
  border-top: none !important;
  width: 100%;
  box-sizing: border-box;
  text-shadow: 0 1px 8px rgba(0,0,0,.8), 0 0 24px rgba(0,0,0,.5);
  letter-spacing: .15px;
}
.fc-illus-card:hover .fc-illus-lbl { background: transparent !important; }

.placeholder-img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 8px;
}

.filler-card i {
  background: transparent;
display: block;
font-size: 36px;
margin-bottom: 5px;
}


.filler-circle {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: calc(50% - 10px);

}

.filler-circle .circle-icon {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
border: 1px solid #ddd !important;
border-radius: 50%;
background-color: #fff;
font-size: 24px;
color: #333;
transition: all 0.3s ease;
}

.filler-circle p {
margin-top: 5px;
font-size: 12px;
color: #162B4D;
width: 100%;
max-width: 100%;
word-break: break-word;
hyphens: auto;
line-height: 1.3;
}

.filler-circle:hover .circle-icon,
.filler-circle:hover p {
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
  cursor: pointer;
}
.circles-column,
.cards-column{
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}
.filler-column > a {
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.11);
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: box-shadow .26s ease, transform .22s ease, border-color .22s ease;
}
.filler-column > a:hover {
  box-shadow: 0 8px 26px rgba(0,0,0,.17);
  transform: translateY(-3px);
  border-color: rgba(255,107,53,.45);
}
.circle-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.small-circle-grid{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.small-filler-circle {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
width: calc(100% - 10px);


}
.small-filler-circle .small-circle-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border: 1px solid #ddd;
border-radius: 50%;
background-color: #fff;
font-size: 24px;
color: #333;
transition: all 0.3s ease;
margin-right: 1rem;
}
.small-filler-circle p{
  margin: 0;
  font-size: 14px;
  flex: 1;
  position: relative;
  padding-bottom: 4px;
  text-align: left;
  color: #162B4D;
}
.small-filler-circle:hover .small-circle-icon,
.small-filler-circle:hover p {
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
  cursor: pointer;
}
.small-circles-column{
  width: 250px;
  height: 100%;
}
.small-filler-circle {
display: flex;
align-items: center;
}

.small-circle-icon {
width: 40px;        /* fixed icon space */
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px; /* spacing between icon and text */
}

.small-filler-circle p::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -3px;
height: 1px;           
background-color: #ccc; 
}
.nav-pills{
  background: var(--color-accent-bg-blue);
  border: 1px solid var(--color-accent-blue);
  border-radius: 5px;
}

/* Style vertical tab list */
.custom-vertical-tabs .nav-link {
border-radius: 10px;
font-weight: 400;
color: #333;
position: relative;
padding: 15px 18px;
transition: all 0.3s ease;
}

/* Active tab style */
.custom-vertical-tabs .nav-link.active {
background-color: #1471b0; 
color: #fff;
}

/* Arrow on active tab */
.custom-vertical-tabs .nav-link.active::after {
content: "";
position: absolute;
right: -10px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #1471b0; 
}
/* Hover effect */
.custom-vertical-tabs .nav-link:hover:not(.active) {
background-color: #1471b0;
color: #fff;
}
.discount_box_1,
.discount_box_2{
  background: var(--color-accent-bg-blue);
  border: 1px solid #ebecef;
  text-align: center;
  padding: 7px 15px;
  color: var(--color-natural-dark);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0 !important;
}
.discount_box_1{
  font-size: 14px;
  background: transparent !important;
  border: 1px dashed var(--color-natural-dark) !important;
  padding: 5px 13px;
}
.expiry_date_1{
  text-align: center;
  font-size: 12px;
  color: var(--color-natural-dark);
  width: 100%;
}
.discount_box_2{
  background: var(--bs-white);
}
.color_primary{
  color: var(--color-natural-dark);
}
.card_gifts{
  background: var(--color-accent-bg-blue);
  border: 1px solid rgba(28, 162, 252, 0.2);
}
.sale_price_label,
.actual_price_label{
  font-size: 14px;
  line-height: normal;
}
.actual_price{
  color: rgb(117, 117, 117) !important;
}
.sale_price{
  color: var(--color-green-500) !important;
}
.category-tab-box{
  display: flex;
  flex-wrap: nowrap;
  border-radius: 50px;
  background: #e8f2f8;
  padding: 0.5rem;
}
.store-tabs{
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0 0 1.25rem rgba(30, 34, 40, 0.04);
  border: 0;
  padding: 1rem;
}
.store-tabs {
  background: #1ca2fc0d;
  border: 1px solid #1ca2fc33;
  border-radius: 0.5rem !important;
  padding: 6px;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.store-tabs .nav-item {
margin: 0;
}

.store-tabs .nav-link {
border: none !important;
background: transparent;
color: #333;
font-weight: 500;
padding: 4px 10px;
border-radius: 50px;
transition: all 0.3s ease;
}

.store-tabs .nav-link:hover {
background-color: #e9f4ff;
}

.store-tabs .nav-link.active {
background-color: #1ca2fc;
color: #fff !important;
font-weight: 600;
box-shadow: 0 2px 6px rgba(0, 149, 255, 0.3);
}
#favouriteTabs{
  border: 0;
  gap: 5px;
}
.nav-tabs .nav-link.active{
  background: #1471b0;
  color: #fff;
}
.nav-tabs .nav-link{
  font-size: 14px !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
/* Fix the left filter sidebar */
.fixed-sidebar {
position: sticky;
top: 20px;               /* distance from top when scrolling */
height: calc(100vh - 40px);
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: transparent transparent; /* hide scrollbar color for Firefox */
}

/* Hide scrollbar visually for Chrome, Safari, Edge */
.fixed-sidebar::-webkit-scrollbar {
width: 0;
background: transparent;
}

/* Maintain smooth alignment on large screens */
@media (min-width: 768px) {
.fixed-sidebar {
  background: #fff;
}
}
.category_icon{
margin: 0 auto;
/*background-color: var(--bs-white) ; */
display: flex;
align-items: center;
justify-content: center;
}
.category_icon i{
font-size: 40px;
}
.childcategory_box{
  position: relative;
}
.childcategory_icon{
  position: absolute;
  top: -14px;
  left: 20px;
  border-radius: 0 !important;
  width: 125px !important;
  height: 70px !important;
  background: #000000d1;
  padding: 1rem;
  border-radius: 10px !important;
}
.discount_badge{
  padding: 20px 12px !important;
  left: -15px !important;
  font-size: 16px;
}
.brand_badge{
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 50px;
  border: 1px solid var(--color-natural-light);
}
.deal_picture{
  height: 50%;
  overflow: hidden;
}
.deal_picture:hover .share_icon,
.deal_picture:hover .cart_icon
{
  opacity: 1;
  pointer-events: auto;    /* clickable */
}
.uil{
  /*line-height: normal;*/
}
.fav_icon,
.share_icon,
.cart_icon{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;              /* fixed width  */
  height: 30px;             /* fixed height (same as width) */
  border: 0;         
  border-radius: 50%;       /* perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-natural-dark);
  font-size: 16px;
  background: transparent;
}
.fav_right{
  top: 20px !important;
  background: transparent !important;
  border: 0 !important;
}
.fav_right:hover{
  color: var(--color-natural-dark) !important;
}
.share_icon{
  top: 50px;
  opacity: 0;              /* hidden by default */
  pointer-events: none;    
}
.cart_icon{
  top: 90px;
  opacity: 0;              /* hidden by default */
  pointer-events: none;    
}
.fav_icon:hover,
.share_icon:hover,
.cart_icon:hover{
  background: var(--color-green-500);
  color: var(--bs-white);
}
.card-heading-lg{
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-natural-dark) !important;
}
.card-heading{
  font-size: 14px !important;
  font-weight: 500 !important;
}
.card-heading-md{
  font-size: 14px !important;
  font-weight: 500 !important;
}
.card-heading-sm{
  font-size: 12px !important;
  font-weight: 400 !important;
  color: var(--color-natural-dark) !important;
}
.filter_subtitle{
  font-size: 16px !important;
  font-weight: 600 !important;
}
.child_category_promotion{
  background: var(--bs-white);
  bottom: -40px; width: 90%; border-radius: 15px;
  border: 1px solid var(--color-natural-light);
  position: absolute;
}
.child_category_promotion-sm{
  background: #F2FCFA;
  border-radius: 15px;
}
.useful-tips{
  background: #ff943d0d;
  border: 1px solid var(--color-natural-light);
}
.today_best_offer{
  background: #f8fcff;
  border: 1px solid var(--color-natural-light);
}
.uil-lightbulb-alt{
  color: rgb(179, 104, 43);
}
.useful-tips-content{
  border-bottom: 1px dashed rgb(179, 104, 43);
}
.card:hover{
  border: 1px solid var(--color-accent-blue) !important;
}
.similar-store-content{
  border: 1px solid #ebecef !important;
  padding: 3px;
  color: var(--color-natural-dark) !important;
}
.horizontal-coupons .card-header{
  width: 20%;
  border: 0 !important;
}
.horizontal-coupons .card-body{
  width: 60%;
}
.horizontal-coupons .card-footer{
  width: 20%;
}
.horizontal-coupons .card-header img{
  border: 1px solid var(--color-natural-light);
}
.offcanvas {
  background-color: var(--bs-white) !important;
}
.float_exclusive{
  color: #1471b0 !important;
  border: 1px solid #a2d9fe !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.float_favourite{
  color: #b3682b !important;
  background: #fff !important;
  border: 1px solid #ffd3af !important;
  display: flex !important;
  line-height: normal;
}
.float_favourite .uil-heart{
  font-size: 22px !important;
}
.plain_card:hover{
  border: 1px solid #ebecef !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-500{
  font-weight: 500;
}
.fw-400{
  font-weight: 400;
}
.uil-arrow-right{
  line-height: normal;
}
.bg-gradient-section{
  background: linear-gradient(177deg, #f5f5f5 0%, #1ca2fc0d 100%) !important;
}
.dark-btn,
.bg-dark{
  background: #000 !important;
  color: #fff !important;
}
.border-light{
  border: 1px solid #ebecef !important;
}
.plain-btn{
  cursor: auto !important;
}
.coupon_code:hover {
/*  transform: rotate(2deg);*/
/*  transition: background-size 0.7s ease;*/
/*  background-size: 100% 100%;*/
/*background-color: #ff7a00;*/
color: #fff !important;
/*border: 1px solid #fff;*/
}
.text-black{
  color: #000;
}
.fav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.fav-btn i{
  line-height: normal !important;
  margin-left: 3px;
}
.fav-btn:hover,
.read-more:hover{
  color: var(--color-green) !important;
}
.share-earn{
  font-weight: 600 !important;
  color: #1471b0;
}
.save-upto{
  color: #404a60 !important;
}
.get-offer{
  color: #1471b0 !important;
  font-weight: 600 !important;
}
.bogo-offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bogo-offer-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bogo-img-container img {
  height: 100px;       /* Fixed image height */
  object-fit: contain;  /* Keep aspect ratio */
  width: auto;
}

.bogo-offer-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Unique styling for SALE cards */
.sale-offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sale-offer-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sale-img-container img {
  height: 100px;       /* Fixed image height */
  object-fit: contain;  /* Keep aspect ratio */
  width: auto;
}

.sale-offer-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-date {
  margin-top: auto;  /* Always stick date to bottom */
}
/* Unique styling for GIFT cards */
.gift-offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gift-offer-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gift-img-container img {
  height: 60px;          /* Fixed image height */
  width: auto;
  object-fit: contain;    /* Maintain aspect ratio */
}

.gift-offer-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* Limit title to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gift-date {
  margin-top: auto;       /* Stick date to bottom */
}
/* ── Smart Search Autocomplete Dropdown ─────────────────────────────────── */
.autocomplete-dropdown {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
  overflow: hidden;
  min-width: max(100%, 720px);
  display: none;
  z-index: 9999;
  max-height: 600px;
  overflow-y: auto;
}
/* section header (Stores / Deals / Categories) */
.ac-section-header {
  padding: 8px 14px 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #94a3b8;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ac-section-header:first-child { border-top: none; }

/* each suggestion row */
.ac-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  transition: background .12s;
  font-size: 13.5px;
  color: #1e293b;
}
.ac-item:hover,
.ac-item--active {
  background: #f0fdf4;
}
.ac-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}
.ac-icon--store  { background: #eff6ff; color: #3b82f6; }
.ac-icon--deal   { background: #fef3c7; color: #d97706; }
.ac-icon--cat    { background: #f0fdf4; color: #16a34a; }
.ac-icon--coupon { background: #fdf4ff; color: #9333ea; }

/* Single-line label (stores, completions, categories) */
.ac-label-inline {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ac-label-inline mark {
  background: none;
  color: var(--color-green, #16a34a);
  font-weight: 700;
  padding: 0;
}

/* Two-line label for deals: title on top, store chip below */
.ac-label-deal {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ac-deal-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ac-deal-title mark {
  background: none;
  color: var(--color-green, #16a34a);
  font-weight: 700;
  padding: 0;
}
.ac-store-chip {
  font-size: 11px;
  color: #64748b;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Google-style completion icon (search magnifier, grey) */
.ac-icon--search { background: #f1f5f9; color: #64748b; }

/* Multi-word result count hint row */
.ac-hint-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 12px;
  color: #0369a1;
  background: #e0f2fe;
  border-bottom: 1px solid #bae6fd;
  cursor: pointer;
}
.ac-hint-row:hover { background: #bae6fd; }
.ac-hint-row i { font-size: 11px; }
.ac-hint-row strong { color: #0c4a6e; }
.ac-badge {
  font-size: 10.5px;
  font-weight: 600;
  color: #3b82f6;
  background: #eff6ff;
  border-radius: 20px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ac-saving {
  font-size: 11px;
  font-weight: 700;
  color: #16a34a;
  background: #dcfce7;
  border-radius: 20px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
/* % off badge — red/orange, draws the eye */
.ac-disc-pct {
  font-size: 11px;
  font-weight: 800;
  color: #dc2626;
  background: #fee2e2;
  border-radius: 20px;
  padding: 2px 9px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: .2px;
}
/* $ off badge — green */
.ac-disc-amt {
  font-size: 11px;
  font-weight: 700;
  color: #16a34a;
  background: #dcfce7;
  border-radius: 20px;
  padding: 2px 9px;
  white-space: nowrap;
  flex-shrink: 0;
}
/* Coupon type badge (Sale, Clearance, etc.) — purple tint */
.ac-coupon-type {
  font-size: 10px;
  font-weight: 700;
  color: #7c3aed;
  background: #ede9fe;
  border-radius: 20px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: .3px;
}
/* Actual coupon code badge — teal/scissors icon */
.ac-coupon-code {
  font-size: 10px;
  font-weight: 700;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: 20px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: .2px;
}
/* "Search all results for…" footer row */
.ac-footer {
  padding: 10px 14px;
  font-size: 12.5px;
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  transition: background .12s;
}
.ac-footer:hover { background: #f1f5f9; color: #0f172a; }
.ac-footer strong { color: #0f172a; }

/* Intent banner — shown at top of dropdown when coupon/promo/code intent detected */
.ac-intent-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
  border-bottom: 1.5px solid #fbbf24;
  cursor: pointer;
  font-size: 13px;
  color: #78350f;
  transition: background .12s;
}
.ac-intent-banner:hover { background: linear-gradient(90deg, #fef3c7 0%, #fde68a 100%); }
.ac-intent-banner i { font-size: 16px; color: #d97706; flex-shrink: 0; }
.ac-intent-banner strong { color: #92400e; }
.ac-intent-banner em { color: #b45309; font-style: normal; font-size: 11px; }
.ac-intent-arrow { margin-left: auto; font-size: 16px; font-weight: 700; color: #d97706; }

/* Price filter chip — shown when "under $X" detected in query */
.ac-price-chip {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  background: #f0f9ff; border-bottom: 1px solid #bae6fd;
  color: #0369a1; font-size: 12px; pointer-events: none;
}
.ac-price-chip i { font-size: 13px; color: #0284c7; flex-shrink: 0; }
.ac-price-chip strong { color: #0c4a6e; }
.ac-chip-hint { margin-left: auto; color: #7dd3fc; font-size: 11px; }
.ac-price-inline { font-size: 11px; color: #0369a1; font-weight: 600;
  background: #e0f2fe; border-radius: 4px; padding: 1px 5px; margin-left: 4px; }

/* Spell-correction "Did you mean?" banner — green theme */
.ac-correction-banner {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; cursor: pointer;
  background: linear-gradient(90deg, #e8f5e9 0%, #f1f8e9 100%);
  border-bottom: 1px solid #c8e6c9;
  color: #2e7d32; font-size: 13px;
}
.ac-correction-banner:hover { background: linear-gradient(90deg, #c8e6c9 0%, #dcedc8 100%); }
.ac-correction-banner i { font-size: 15px; color: #388e3c; flex-shrink: 0; }
.ac-correction-banner strong { color: #1b5e20; }

/* ── Rich deal card (image + price) ─────────────────────────────────────── */
.ac-deal-card, .ac-coupon-card {
  padding: 12px 20px !important;
  gap: 14px;
  align-items: center;
}
.ac-deal-thumb {
  flex-shrink: 0;
  width: 100px; height: 100px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.ac-deal-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
/* placeholder shown when image fails to load */
.ac-deal-thumb--err img { display: none; }
.ac-deal-thumb--err::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cbd5e1' viewBox='0 0 16 16'%3E%3Cpath d='M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3C/svg%3E") center/38% no-repeat;
}
.ac-deal-body {
  flex: 1;
  min-width: 0;
}
.ac-deal-ttl {
  font-size: 14.5px;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ac-deal-ttl mark { background: #fef9c3; color: #78350f; border-radius: 2px; padding: 0 1px; }
.ac-deal-store {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ac-deal-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  min-width: 80px;
}
.ac-deal-price-now {
  font-size: 16px;
  font-weight: 800;
  color: #16a34a;
}
.ac-deal-price-was {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
}
/* coupon card logo */
.ac-cpn-logo {
  flex-shrink: 0;
  width: 66px; height: 66px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #eef0f4;
  display: flex; align-items: center; justify-content: center;
}
.ac-cpn-logo img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.ac-cpn-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
/* store badges for deal/coupon count */
.ac-badge--deal  { background: #fff7ed; color: #c2410c; font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 20px; white-space: nowrap; }
.ac-badge--cpn   { background: #fdf4ff; color: #9333ea; font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 20px; white-space: nowrap; }

/* legacy sidebar/alert autocomplete (unchanged style) */
.autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
}
.autocomplete-item:hover { background: #fafafa; }

/* ── Mobile Search Toggle Button ─────────────────────────────────────────── */
.mobile-search-toggle {
  background: none;
  border: none;
  padding: 8px;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background .15s;
}
.mobile-search-toggle:hover { background: rgba(0,0,0,.06); }

/* ── Mobile Search Bar (slides down) ─────────────────────────────────────── */
.mobile-search-bar {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease, padding .25s ease;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}
.mobile-search-bar.active {
  max-height: 70px;
  padding: 10px 12px;
}
.mobile-search-inner {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 25px;
  overflow: hidden;
}
.mobile-search-inner input {
  flex: 1;
  border: none;
  background: none;
  padding: 9px 14px;
  font-size: 14px;
  outline: none;
  color: #1e293b;
}
.mobile-search-inner button {
  background: var(--color-green, #16a34a);
  border: none;
  padding: 9px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#loginError,
#signupError p,
#updateError p,
#subscribeError p{
    color: #e44134 !important;
    line-height: 0;
    font-size: 14px;
}
#signupSuccess,
#loginSuccess,
#updateSuccess,
#subscribeSuccess,
.successAlert
{
    color: #45c4a0 !important;
    line-height: 0;
    font-size: 14px;
}
.bi-box-arrow-right{
    font-size: 20px;
    color: var(--color-natural-dark);
}
.removeItem{
    font-size: 20px;
    color: var(--bs-red);
}
.save-upto {
  position: relative;
  padding: 1rem 2rem;
  background: #f5f7fa; /* heading background */
  color: #333;
  text-align: center;
  border-radius: 20px; /* soft outer rounding */
}
.coupon_code {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 50px; /* full pill shape */
  overflow: hidden; /* critical: clips the pseudo-elements cleanly */
}

/* Solid blue background with full rounding */
.coupon_code::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83%; /* adjust if needed */
  height: 100%;
  background: #1ca2fc;
  border-radius: 50px; /* full pill rounding on the solid part */
  z-index: 0;
  border: 0;
  transition: width 0.3s ease;
}

/* Dashed "tear-off" overlay on the right */
.coupon_code::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: transparent; /* or #fff if page isn't white */
  border-top: 1px dashed #1ca2fc;
  border-bottom: 1px dashed #1ca2fc;
  border-right: 1px dashed #1ca2fc;
  border-radius: 0 50px 50px 0; /* rounded only on the right end */
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}

/* Ensure text is above everything */
.coupon_code span {
  position: relative;
  z-index: 2;
}
.coupon_code:hover::before {
  width: 80%;                    /* hover state → you wrote "85% should be 80%", I assume you meant change to 80% */
}
.bg-wrapper{
  background: #ff943d1a;
  border-top: var(--bs-border-width) var(--bs-border-style)
  var(--bs-border-color) !important ;
  border-bottom: var(--bs-border-width) var(--bs-border-style)
  var(--bs-border-color) !important ;
  border-radius: 30px;
}
/* hero section css start*/

/* ===== BANNER SECTION ===== */

/* ===== CAROUSEL LEFT ===== */
.carousel-outer {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

#heroBannerCarousel,
#heroBannerCarousel .carousel-inner,
#heroBannerCarousel .carousel-item {
  height: 100%;
}

#heroBannerCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.slide-box {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 320px;
  border-radius: 12px;
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 42, 0.60);
  border-radius: 12px;
}

.slide-content {
  position: relative;
  z-index: 2;
  padding-left: 4px; /* prevent text touching left edge */
}

.slide-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  color: #fff !important;
}

.badge-orange { background: #f5a623; }
.badge-red    { background: #e63; }

.slide-title-white {
  color: #fff !important;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.slide-title-orange {
  color: #f5a623 !important;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.slide-subtitle {
  color: #fff !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin: 4px 0 8px;
}

.slide-desc {
  color: #ccc !important;
  font-size: 13px;
  margin: 0 0 14px;
}

.slide-percent-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.pb-label {
  color: #f5a623 !important;
  font-size: 11px;
  font-weight: 600;
}

.pb-number {
  color: #fff !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.slide-btn {
  background: #162B4D;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  transition: background 0.2s;
}

.slide-btn:hover {
  background: #0D1B2A;
  color: #fff !important;
}

/* ===== DOTS ===== */
.banner-dots {
  margin-bottom: 14px;
}

.dot-btn {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.5) !important;
  border: none !important;
  padding: 0 !important;
}

.dot-btn.active {
  background: #f5a623 !important;
}

/* ===== MINI BANNERS — CSS Grid for guaranteed equal heights ===== */
.mini-banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

/* Each cell fills its grid area fully */
.mini-banner-grid > .mini-banner {
  width: 100%;
  height: 100%;
  min-height: 0; /* allow grid to shrink cells */
}

.mini-banner {
  border-radius: 12px;
  overflow: hidden; /* clips illustrations & images to card bounds */
  position: relative;
  min-height: 140px;
}

.mini-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/*.mini-banner-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(13, 27, 42, 0.50);*/
/*  border-radius: 12px;*/
/*}*/

/*.mini-banner-content {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
  /*padding: 14px 16px; */
/*  z-index: 2;*/
/*}*/



/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large screens (≥1280px): hero 60% left / 40% right */
@media (min-width: 1280px) {
  .hero-left-col {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    width: 60% !important;
  }
  .hero-right-col {
    flex: 0 0 40% !important;
    max-width: 40% !important;
    width: 40% !important;
  }
  .carousel-outer    { min-height: 380px; }
  .mini-banner-grid  { min-height: 380px; }
}

/* Medium laptops (1024px–1279px): 60/40, slightly smaller type */
@media (min-width: 1024px) and (max-width: 1279px) {
  .hero-left-col {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    width: 60% !important;
  }
  .hero-right-col {
    flex: 0 0 40% !important;
    max-width: 40% !important;
    width: 40% !important;
  }
  .carousel-outer    { min-height: 320px; }
  .mini-banner-grid  { min-height: 320px; }
  .slide-title-white,
  .slide-title-orange { font-size: 30px; }
  .slide-subtitle    { font-size: 22px; }
  .mini-title        { font-size: 14px; }
  .mini-cat          { font-size: 9px; }
}

/* Small laptops / tablets (768px–1023px): full-width stacked columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-left-col,
  .hero-right-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .carousel-outer   { min-height: 260px; }
  .mini-banner-grid { min-height: 280px; }
  .mini-banner      { min-height: 120px; }
}

/* Mobile (≤767px): single column stacked */
@media (max-width: 767px) {
  .hero-left-col,
  .hero-right-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .carousel-outer   { min-height: 200px; }
  .mini-banner-grid { min-height: 240px; }
  .mini-banner      { min-height: 100px; }
  .slide-title-white,
  .slide-title-orange { font-size: 28px; }
  .slide-subtitle   { font-size: 20px; }
  .mini-title       { font-size: 13px; }
  .mini-banner-content { padding: 10px 14px; }
}

/* hero section css ends*/
/*trustbar section css start */

.trust-bar-section {
background: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 18px 24px;
margin-top: 0;
margin-bottom: 0;
}

.trust-bar-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
}

.trust-bar-item {
display: flex;
align-items: center;
gap: 12px;
flex: 1;
min-width: 150px;
justify-content: center;
}

.trust-icon-wrap {
width: 44px;
height: 44px;
border-radius: 50%;
background: #fff7ed;
border: 1.5px solid #f5a62333;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.trust-icon-wrap i {
font-size: 20px;
color: #f5a623;
}

.trust-text {
display: flex;
flex-direction: column;
}

.trust-title {
font-size: 13px;
font-weight: 700;
color: #0d1b2a;
line-height: 1.3;
}

.trust-desc {
font-size: 11px;
color: #888;
line-height: 1.3;
}

.trust-divider {
width: 1px;
height: 36px;
background: #eee;
flex-shrink: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
.trust-bar-wrapper {
  gap: 10px;
}
.trust-divider {
  display: none;
}
.trust-bar-item {
  min-width: 120px;
  justify-content: flex-start;
}
}

@media (max-width: 480px) {
.trust-bar-item {
  min-width: 45%;
}
}
/*trustbar section css end*/
/*copuns and catgeory css start*/

/*copuns and catgeory css ends*/

/* ── Recent Search History tags ─────────────────────────────────────────── */
.sh-wrapper {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; margin-top: 12px;
}
.sh-label {
  font-size: 12px; font-weight: 600; color: #64748b;
  text-transform: uppercase; letter-spacing: .5px; white-space: nowrap;
}
.sh-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.sh-tag {
  display: inline-flex; align-items: center;
  padding: 4px 12px; border-radius: 20px;
  background: #f1f5f9; border: 1px solid #e2e8f0;
  color: #334155; font-size: 13px; cursor: pointer;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
}
.sh-tag:hover {
  background: #e2e8f0; border-color: #cbd5e1; color: #0f172a;
}
.sh-clear {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 10px; border-radius: 20px;
  background: transparent; border: 1px solid #fca5a5;
  color: #ef4444; font-size: 11px; cursor: pointer;
  margin-left: 4px; transition: background .15s;
}
.sh-clear:hover { background: #fef2f2; }
/* ── End Recent Search History ───────────────────────────────────────────── */

/* ── Cycling search hint (animated placeholder) ─────────────────────────── */
.srch-hint-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
/* Header search positioning */
.search-container .srch-hint-wrap  { left: 12px; }
/* Nav search positioning — offset past the 17px icon + gap */
.nav-search-wrap .srch-hint-wrap { left: 44px; }
/* Hero search positioning — icon removed, matches input padding-left (28px) */
.hero-v2-search-inner .srch-hint-wrap { left: 28px; }

.srch-hint-prefix {
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.search-container .srch-hint-prefix { font-size: 14px; }
.nav-search-wrap .srch-hint-prefix { font-size: 14px; }
.hero-v2-search-inner .srch-hint-prefix { font-size: 16px; }

.srch-hint-word {
  color: #e67e22;
  font-weight: 800;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: inline-block;
}
.search-container .srch-hint-word { font-size: 14px; }
.nav-search-wrap .srch-hint-word { font-size: 14px; }
.hero-v2-search-inner .srch-hint-word { font-size: 17px; }
.srch-hint-word.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Hide the whole hint when input has value or is focused with text */
.srch-hint-wrap.hidden { display: none; }
/* ── End Cycling search hint ─────────────────────────────────────────────── */

/* ── Hide QR button on mobile (all deal card pages) ──────────────────────── */
@media(max-width:640px){
  .dpf-qr-btn,.sd-qr-btn,.fd-qr-btn,.dlb-qr-btn,.qr-btn,
  .ch-act-btn:has(.bi-qr-code-scan),.ch-act-btn:has(.bi-qr-code){display:none!important;}
}
/* ── QR Code Modal ──────────────────────────────────────────────────────────── */
#qrModal{
  display:none;position:fixed;inset:0;z-index:9999;
  background:rgba(0,0,0,.6);backdrop-filter:blur(4px);
  align-items:center;justify-content:center;
}
#qrModal.qrm-open{display:flex;}
.qrm-box{
  background:#fff;border-radius:20px;padding:28px 28px 24px;
  text-align:center;max-width:300px;width:90%;
  box-shadow:0 24px 64px rgba(0,0,0,.25);
  position:relative;animation:qrm-in .2s ease;
}
@keyframes qrm-in{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
.qrm-close{
  position:absolute;top:12px;right:14px;background:none;border:none;
  font-size:22px;color:#94a3b8;cursor:pointer;line-height:1;padding:0;
}
.qrm-close:hover{color:#1a1a2e;}
.qrm-header{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:16px;font-weight:800;color:#1a1a2e;margin-bottom:4px;
}
.qrm-header i{color:#FF6B35;font-size:18px;}
.qrm-sub{font-size:12px;color:#64748b;margin:0 0 18px;}
.qrm-qr{
  display:inline-block;padding:10px;
  border:2px solid #f0f4fa;border-radius:12px;
  background:#fff;margin-bottom:14px;
}
.qrm-qr canvas,.qrm-qr img{display:block;}
.qrm-store{
  font-size:13px;font-weight:700;color:#FF6B35;
  margin-bottom:12px;
}
.qrm-hint{
  font-size:11px;color:#94a3b8;
  display:flex;align-items:center;justify-content:center;gap:5px;
}

/* QR button on coupon/deal cards */
.qr-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;border:1.5px solid #e2e8f0;
  background:#fff;color:#64748b;cursor:pointer;
  transition:all .18s;flex-shrink:0;
}
.qr-btn:hover{border-color:#FF6B35;color:#FF6B35;background:#fff2ee;}
.qr-btn i{font-size:14px;}

/* Deal card wrapper for QR button overlay */
.sh-deal-wrap{position:relative;}
.sh-deal-qr{
  position:absolute;bottom:8px;right:8px;
  width:30px;height:30px;
  background:rgba(255,255,255,.92);
  border:1.5px solid #e2e8f0;
  border-radius:50%;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
  z-index:2;
}
.sh-deal-qr i{font-size:12px;}
.sh-deal-wrap:hover .sh-deal-qr{border-color:#FF6B35;color:#FF6B35;}
/* Deal card wrapper for QR button (store-deals.php spoke page) */
.sd-card-wrap,.sd-list-wrap{position:relative;}
.sd-card-wrap>.sd-qr-btn,.sd-list-wrap>.sd-qr-btn{
  position:absolute;bottom:8px;right:8px;
  width:28px;height:28px;
  background:rgba(255,255,255,.92);
  border:1.5px solid #e2e8f0;
  border-radius:50%;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
  z-index:2;
}
.sd-card-wrap>.sd-qr-btn i,.sd-list-wrap>.sd-qr-btn i{font-size:11px;}
.sd-card-wrap:hover>.sd-qr-btn,.sd-list-wrap:hover>.sd-qr-btn{border-color:#FF6B35;color:#FF6B35;}
/* ── End QR Code Modal ──────────────────────────────────────────────────────── */

/* ============================================================
   PROFESSIONAL MOBILE / TABLET HEADER  — v1
   ============================================================ */

/* 1. Hide mega-menu at tablet/mobile — replaced by chip strip */
@media (max-width: 991.98px) {
  .categories { display: none !important; }
}

/* 2. Hamburger — style #6: lines merge then whole icon rotates 45° to form × */
.mob-menu-btn {
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  width: 36px; height: 36px;
  border: none; background: none;
  cursor: pointer; padding: 4px;
  /* phase 2: whole button rotates 45deg after lines merge */
  transition: transform .3s ease-in-out .6s;
}
.mob-menu-btn[aria-expanded="true"] {
  transform: rotate(45deg);
}
.mob-menu-bar {
  display: block;
  width: 22px; height: 2.5px;
  background: #FF6B35;
  border-radius: 3px;
  transition: transform .3s ease-in-out, width .3s ease-in-out, opacity .2s ease-in-out;
}
.mob-menu-bar:nth-child(1) { margin-bottom: 6px; }
.mob-menu-bar:nth-child(2) { margin-bottom: 6px; }
/* phase 1: lines slide together (0.3s delay so they move first, then container rotates) */
.mob-menu-btn[aria-expanded="true"] .mob-menu-bar:nth-child(1) {
  transform: translateY(8.5px);
  transition-delay: .3s;
}
.mob-menu-btn[aria-expanded="true"] .mob-menu-bar:nth-child(2) {
  width: 0;
  transition-delay: 0s;
}
.mob-menu-btn[aria-expanded="true"] .mob-menu-bar:nth-child(3) {
  transform: translateY(-8.5px) rotate(90deg);
  transition-delay: .3s;
}

/* 3. Reposition desktop search bar as full-width second row on tablet/mobile */
@media (max-width: 991.98px) {
  /* Allow navbar to wrap so search drops to its own row */
  .navbar .container-fluid { flex-wrap: wrap !important; }

  /* Search center: leave flow, become a full-width second row */
  .nav-search-center {
    position: relative !important; /* keeps autocomplete anchoring */
    transform: none !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 10;          /* after logo + buttons */
    flex: 0 0 100%;
    padding: 0 8px 10px;
    margin: 0 !important;
  }
  .nav-search-outer { width: 100%; }
  .nav-search-wrap {
    border-radius: 50px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.07);
  }
  .nav-search-btn { border-radius: 0 50px 50px 0 !important; padding: 10px 20px !important; }
  /* Autocomplete drop from search center */
  .nav-search-center #autocomplete {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  /* Hide the old mobile toggle and bar — desktop search handles it */
  .mobile-search-toggle { display: none !important; }
  #mobileSearchBar { display: none !important; }
}

/* 4. Mobile (<576px) extra compact adjustments */
@media (max-width: 575.98px) {
  .navbar-brand img { height: 44px !important; }
  nav.navbar { padding-top: 5px !important; padding-bottom: 5px !important; }
  .topbar { height: 24px !important; }
  .topbar marquee { font-size: 11px !important; line-height: 24px !important; }
  .nav-search-center { padding: 0 6px 8px; }
}

/* 5. Mobile category chip strip */
.mob-cat-strip {
  display: none; /* desktop: hidden */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: #fff;
  padding: 10px 16px 12px;
  gap: 8px;
  flex-wrap: nowrap;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  position: relative;
  z-index: 100;
}
.mob-cat-strip::-webkit-scrollbar { display: none; }

@media (max-width: 991.98px) {
  .mob-cat-strip { display: flex; }
}

.mob-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  border-radius: 50px;
  border: 1.5px solid #eaeaea;
  background: #fafafa;
  color: #162B4D;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .18s, border-color .18s, color .18s, box-shadow .18s;
}
.mob-cat-chip i {
  font-size: 13px;
  color: #FF6B35;
  transition: color .18s;
}
.mob-cat-chip:hover {
  background: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
  box-shadow: 0 2px 8px rgba(255,107,53,.28);
}
.mob-cat-chip:hover i { color: #fff; }

/* "Hot Deals" first chip — always orange */
.mob-cat-chip--hot {
  background: linear-gradient(135deg, #FF6B35, #e8520f);
  border-color: #FF6B35;
  color: #fff;
}
.mob-cat-chip--hot i { color: #fff; }
.mob-cat-chip--hot:hover {
  background: linear-gradient(135deg, #e8520f, #d44300);
  border-color: #d44300;
}

/* "Coupons" last chip — navy */
.mob-cat-chip--coupon {
  background: #162B4D;
  border-color: #162B4D;
  color: #fff;
}
.mob-cat-chip--coupon i { color: #FF6B35; }
.mob-cat-chip--coupon:hover {
  background: #1e3a63;
  border-color: #1e3a63;
}

/* 6. Offcanvas menu — improve Login/Deals Alert in sidebar */
@media (max-width: 575.98px) {
  /* Show login icon link inside offcanvas for mobile where navbar icons are hidden */
  .mob-offcanvas-login { display: block !important; }
}

/* 7. Navbar-other compact on tablet — avoid cramped look */
@media (max-width: 991.98px) {
  .navbar-other { margin-left: auto; }
  .navbar-icon-link { padding: 6px 8px !important; }
  .navbar-icon-link span { font-size: 11px !important; }
}

/* 8. Scroll-fade right edge hint on chip strip */
.mob-cat-strip::after {
  content: '';
  position: sticky;
  right: 0;
  top: 0;
  width: 40px;
  flex-shrink: 0;
  background: linear-gradient(to left, #fff 30%, transparent);
  pointer-events: none;
}

/* ── Offcanvas sidebar styles ─────────────────────────────────────────────── */

/* Quick action buttons (Deals Alert / Login row) */
.mob-oc-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  background: #f8f9fa;
  border: 1.5px solid #eee;
  border-radius: 12px;
  text-decoration: none;
  color: #162B4D;
  font-size: 11px;
  font-weight: 700;
  transition: background .18s, border-color .18s;
  text-align: center;
}
.mob-oc-action i { font-size: 20px; }
.mob-oc-action:hover { background: #fff3ee; border-color: #FF6B35; color: #FF6B35; }

/* Main nav links */
.oc-nav-link {
  display: flex;
  align-items: center;
  color: #162B4D !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 12px !important;
  border-radius: 10px;
  transition: background .18s;
}
.oc-nav-link:hover { background: #f8f9fa; }
.oc-seasonal { font-size: 13.5px !important; color: #555 !important; font-weight: 500; }
.oc-seasonal:hover { color: #162B4D !important; }

/* Section label */
.oc-section-label {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  color: #aaa !important;
  padding: 14px 12px 6px !important;
}

/* Bottom action buttons */
.oc-login-btn {
  background: #FF6B35;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  transition: opacity .18s;
}
.oc-login-btn:hover { opacity: .9; color: #fff; }
.oc-logout-btn {
  background: #f1f5f9;
  color: #162B4D;
  font-weight: 700;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  padding: 11px;
  font-size: 14px;
  transition: background .18s;
}
.oc-logout-btn:hover { background: #e2e8f0; }

/* ── End Mobile Header ──────────────────────────────────────────────────────── */

/* ═══════════════════════════════════════════════════════════════════════════
   UNIVERSAL DEAL CARD v2 — shared across all pages
   ══════════════════════════════════════════════════════════════════════════ */

/* History badge — top-right of image */
.dc-history-badge{
  position:absolute;top:8px;right:8px;z-index:3;
  display:inline-flex;align-items:center;gap:4px;
  background:linear-gradient(90deg,#FF6B35 0%,#ff8852 100%);
  color:#fff;font-size:10px;font-weight:700;
  border:none;border-radius:7px;padding:4px 9px;cursor:pointer;
  transition:.15s;white-space:nowrap;
}
.dc-history-badge:hover{background:linear-gradient(90deg,#e85a25 0%,#FF6B35 100%);}
.dc-history-badge i{font-size:11px;}

/* Last Found + Alert row */
.dc-meta-row{display:flex;align-items:center;gap:8px;margin:0;}
.dc-lastfound{
  display:flex;align-items:center;gap:5px;
  font-size:16px;color:#0f172a;font-weight:700;white-space:nowrap;
}
.dc-lastfound i{font-size:16px;color:#FF6B35;}

/* Alert button — outlined orange pill */
.dc-alert-btn{
  display:inline-flex;align-items:center;gap:4px;
  background:#fff;border:1.5px solid #FF6B35;color:#FF6B35;
  font-size:10.5px;font-weight:700;border-radius:20px;
  padding:3px 10px;cursor:pointer;white-space:nowrap;
  transition:.15s;flex-shrink:0;
}
.dc-alert-btn:hover{background:#FF6B35;color:#fff;}
.dc-alert-btn i{font-size:11px;}

/* Divider — hidden globally, store name removed */
.dc-divider{display:none;}
.dc-store-name{display:none!important;}

/* Store row: logo only, sits in grid area right of price+meta */
.dc-store-row{
  display:flex;align-items:center;justify-content:center;
  gap:0;margin-bottom:0;
}
.dc-store-logo{
  width:76px;height:76px;border-radius:12px;
  border:1.5px solid #e2e8f0;object-fit:contain;
  background:#f8fafc;padding:4px;flex-shrink:0;
}
.dc-store-init{
  width:76px;height:76px;border-radius:12px;
  background:rgba(255,107,53,.12);color:#FF6B35;
  font-size:26px;font-weight:800;display:flex;
  align-items:center;justify-content:center;flex-shrink:0;
  border:1.5px solid rgba(255,107,53,.2);
}

/* ── Shared card base (ch-d*) — used across category, deals, fresh-deals, offers, store-deals ── */
.ch-dcard{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;}
.ch-dcard:hover{box-shadow:0 10px 36px rgba(0,0,0,.11);transform:translateY(-3px);}
.ch-dimg{position:relative;height:240px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.ch-dimg img{width:100%;height:100%;object-fit:cover;object-position:center;padding:0;transition:transform .25s;}
.ch-dcard:hover .ch-dimg img{transform:scale(1.04);}
.ch-dimg .no-img{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;}
.ch-dimg .no-img-init{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#FF6B35,#e85a25);color:#fff;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;}
.ch-dimg .no-img-lbl{font-size:10px;font-weight:700;color:#94a3b8;text-align:center;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ch-dimg .ch-dimg-logo{max-width:70%;max-height:70%;object-fit:contain;padding:8px;}
.ch-dbadge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:11px;font-weight:900;padding:4px 10px;border-radius:20px;box-shadow:0 2px 8px rgba(239,68,68,.4);letter-spacing:.3px;z-index:2;}
.ch-fs-badge{position:absolute;bottom:10px;right:10px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:10px;font-weight:800;padding:4px 9px;border-radius:20px;display:inline-flex;align-items:center;gap:3px;z-index:2;box-shadow:0 2px 8px rgba(13,148,136,.35);letter-spacing:.2px;pointer-events:none;}
.cpf-fs-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:10px;font-weight:800;padding:3px 9px;border-radius:20px;letter-spacing:.2px;margin-bottom:6px;}
.ts-fs-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(13,148,136,.1);color:#0d9488;font-size:10px;font-weight:800;padding:3px 9px;border-radius:20px;border:1px solid rgba(13,148,136,.25);letter-spacing:.2px;}
/* Animated free-shipping corner badge on store cards */
.ts-fs-corner-badge{
  position:absolute;top:12px;left:12px;
  background:linear-gradient(135deg,#059669 0%,#047857 100%);
  color:#fff;font-size:10px;font-weight:800;letter-spacing:.4px;
  padding:5px 12px 5px 8px;border-radius:30px;
  display:inline-flex;align-items:center;gap:6px;
  box-shadow:0 4px 14px rgba(5,150,105,.45),0 1px 3px rgba(0,0,0,.12);
  z-index:4;pointer-events:none;overflow:hidden;
  text-transform:uppercase;
}
/* shimmer sweep */
.ts-fs-corner-badge::after{
  content:'';position:absolute;top:0;left:-80%;
  width:55%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  animation:fsBadgeShimmer 2.8s ease-in-out infinite;
}
/* live pulse dot */
.ts-fs-corner-badge .fs-dot{
  width:7px;height:7px;border-radius:50%;
  background:#6ee7b7;flex-shrink:0;
  box-shadow:0 0 0 0 rgba(110,231,183,.7);
  animation:fsDotPulse 1.8s ease-in-out infinite;
}
@keyframes fsBadgeShimmer{
  0%,40%{left:-80%;}
  100%{left:130%;}
}
@keyframes fsDotPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(110,231,183,.7);}
  50%{box-shadow:0 0 0 5px rgba(110,231,183,0);}
}
/* sbh-item badges on index.php */
.sbh-badges{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:4px;}
.sbh-sb{display:inline-flex;align-items:center;gap:3px;font-size:9.5px;font-weight:800;padding:2px 7px;border-radius:20px;letter-spacing:.2px;white-space:nowrap;}
.sbh-sb-deals{background:rgba(255,107,53,.1);color:#c84800;border:1px solid rgba(255,107,53,.22);}
.sbh-sb-coupons{background:rgba(124,58,237,.1);color:#6d28d9;border:1px solid rgba(124,58,237,.22);}
.sbh-sb-fs{background:rgba(13,148,136,.1);color:#0d9488;border:1px solid rgba(13,148,136,.22);}
.ch-dbody{
  padding:13px 14px 14px;flex:1;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto auto auto 1fr;
  grid-template-areas:"title title" "price logo" "meta logo" "foot foot";
  column-gap:10px;row-gap:0;align-items:start;
}
.ch-dtitle{grid-area:title;font-size:14px;font-weight:800;color:#0f172a;line-height:1.4;margin-bottom:8px;}
.ch-dprices{grid-area:price;display:flex;align-items:baseline;gap:6px;margin-bottom:6px;}
.dc-meta-row{grid-area:meta;display:flex;align-items:center;gap:8px;margin:0;}
.dc-store-row{grid-area:logo;align-self:center;}
.ch-dprice{font-size:17px;font-weight:900;color:#FF6B35;}
.ch-dorig{font-size:12px;color:#94a3b8;text-decoration:line-through;}
.ch-dfoot{grid-area:foot;display:flex;flex-direction:column;gap:6px;padding-top:8px;align-self:end;}
/* Direct ch-dbtn child (deals.php — no .ch-dfoot wrapper) must also span the foot area */
.ch-dbody>.ch-dbtn{grid-area:foot;align-self:end;}
/* Divider gets no grid-area — hide it so it doesn't occupy a random cell */
.dc-divider{display:none;}
.ch-dbtn{
  display:flex;align-items:center;justify-content:center;gap:6px;
  width:100%;padding:10px 14px;border-radius:12px;
  background:linear-gradient(90deg,#fff4ef 0%,#ffe8d8 100%);
  color:#c84800;font-size:13px;font-weight:800;text-decoration:none;
  border:1.5px solid rgba(255,107,53,.25);
  box-shadow:0 2px 8px rgba(255,107,53,.12);
  transition:all .2s;letter-spacing:.1px;
  position:relative;overflow:hidden;
}
.ch-dbtn:hover{background:linear-gradient(90deg,#ffe8d6 0%,#ffd9c4 100%);color:#b53d00;border-color:rgba(255,107,53,.42);box-shadow:0 4px 14px rgba(255,107,53,.22);transform:translateY(-1px);}
.ch-dbtn i{font-size:15px;}

/* ── Universal deal card LIST VIEW (ch-dgrid.lv or any .lv wrapper) ── */
.lv .ch-dcard,.ch-dgrid.lv .ch-dcard{flex-direction:row;border-radius:14px;min-height:100px;overflow:hidden;}
.lv .ch-dimg,.ch-dgrid.lv .ch-dimg{height:100px;width:100px;min-width:100px;flex-shrink:0;border-radius:12px 0 0 12px;}
/* Hide History badge — too cramped in thumbnail */
.lv .dc-history-badge,.ch-dgrid.lv .dc-history-badge{display:none;}
/* Smaller % badge */
.lv .ch-dbadge,.ch-dgrid.lv .ch-dbadge{font-size:9px;padding:2px 6px;top:6px;left:6px;}
/* Body: flat flex row in list view (overrides grid) */
.lv .ch-dbody,.ch-dgrid.lv .ch-dbody{
  display:grid;
  grid-template-columns:1fr auto auto auto auto;
  grid-template-areas:none;
  align-items:center;gap:0 14px;padding:0 16px;flex:1;min-width:0;
}
.lv .ch-dtitle,.ch-dgrid.lv .ch-dtitle{font-size:13px;-webkit-line-clamp:2;margin-bottom:0;grid-area:unset;}
.lv .ch-dprices,.ch-dgrid.lv .ch-dprices{margin-bottom:0;white-space:nowrap;grid-area:unset;}
.lv .dc-meta-row,.ch-dgrid.lv .dc-meta-row{flex-direction:row;gap:8px;margin:0;white-space:nowrap;grid-area:unset;}
.lv .dc-store-row,.ch-dgrid.lv .dc-store-row{flex-direction:row;gap:6px;margin-bottom:0;max-width:110px;grid-area:unset;align-self:center;}
.lv .dc-store-logo,.ch-dgrid.lv .dc-store-logo{width:36px !important;height:36px !important;border-radius:6px !important;}
.lv .dc-store-init,.ch-dgrid.lv .dc-store-init{width:36px !important;height:36px !important;border-radius:6px !important;font-size:13px !important;}
.lv .dc-lastfound,.ch-dgrid.lv .dc-lastfound{font-size:11px !important;}
.lv .ch-dbtn,.ch-dgrid.lv .ch-dbtn{white-space:nowrap;width:auto;padding:10px 18px;}
/* Mobile: revert to column */
@media(max-width:640px){
  .lv .ch-dcard,.ch-dgrid.lv .ch-dcard{flex-direction:column;}
  .lv .ch-dimg,.ch-dgrid.lv .ch-dimg{width:100%;height:180px;border-radius:12px 12px 0 0;}
  .lv .ch-dbody,.ch-dgrid.lv .ch-dbody{
    display:grid;grid-template-columns:1fr auto;
    grid-template-areas:"title title" "price logo" "meta logo";
    padding:11px 13px 13px;gap:0 10px;
  }
  .lv .ch-dtitle,.ch-dgrid.lv .ch-dtitle{grid-area:title;}
  .lv .ch-dprices,.ch-dgrid.lv .ch-dprices{grid-area:price;}
  .lv .dc-meta-row,.ch-dgrid.lv .dc-meta-row{grid-area:meta;}
  .lv .dc-store-row,.ch-dgrid.lv .dc-store-row{grid-area:logo;align-self:center;}
  .lv .ch-dbtn,.ch-dgrid.lv .ch-dbtn{width:100%;padding:10px 14px;}
}

/* ══════════════════════════════════════════════════════════
   GLOBAL: 4 vertical action icons on deal card image
   ══════════════════════════════════════════════════════════ */
.ch-card-actions{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:4;}
.ch-act-btn{width:40px;height:40px;border-radius:50%;background:rgba(241,245,249,.92);border:none;color:#475569;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);backdrop-filter:blur(4px);transition:all .18s;position:relative;flex-shrink:0;}
.ch-act-btn:hover{background:#FF6B35;color:#fff;transform:scale(1.12);box-shadow:0 4px 14px rgba(255,107,53,.5);}
.ch-act-btn:active{transform:scale(.93);}
.ch-act-btn.fav-active{background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;box-shadow:0 3px 12px rgba(225,29,72,.45);}
.ch-act-tip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:rgba(15,23,42,.88);color:#fff;font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;letter-spacing:.2px;}
.ch-act-tip::after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:rgba(15,23,42,.88);}
.ch-act-btn:hover .ch-act-tip{opacity:1;}
/* list view — 2×2 grid of compact icons inside image thumbnail */
.lv .ch-card-actions,.ch-dgrid.lv .ch-card-actions{
  display:grid;grid-template-columns:1fr 1fr;gap:3px;
  position:absolute;right:4px;bottom:4px;top:auto;transform:none;
  z-index:4;
}
.lv .ch-act-btn,.ch-dgrid.lv .ch-act-btn{
  width:26px!important;height:26px!important;
  font-size:11px!important;border-radius:8px!important;
  box-shadow:0 1px 4px rgba(0,0,0,.14)!important;
}
.lv .ch-act-tip,.ch-dgrid.lv .ch-act-tip{display:none!important;}

/* ══════════════════════════════════════════════════════════
   GLOBAL: QR Modal + Fav Toast
   ══════════════════════════════════════════════════════════ */
.ch-qr-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:99999;align-items:center;justify-content:center;backdrop-filter:blur(3px);}
.ch-qr-overlay.open{display:flex;}
.ch-qr-box{background:#fff;border-radius:22px;padding:40px 32px 26px;text-align:center;max-width:310px;width:92%;box-shadow:0 24px 60px rgba(0,0,0,.3);animation:chQrIn .22s ease-out;position:relative;overflow:visible;}
@keyframes chQrIn{from{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}
.ch-qr-xclose{position:absolute;top:-18px;right:-18px;width:42px;height:42px;border-radius:50%;background:#1a1a2e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:300;line-height:1;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:all .18s;}
.ch-qr-xclose:hover,.ch-qr-xclose:active{background:#FF6B35;transform:scale(1.1);}
.ch-qr-head{font-size:16px;font-weight:800;color:#1a1a2e;margin:0 0 4px;}
.ch-qr-sub{font-size:12px;color:#64748b;margin:0 0 18px;}
.ch-qr-img{width:200px;height:200px;border-radius:14px;border:2px solid #e2e8f0;}
.ch-qr-url{font-size:10.5px;color:#94a3b8;margin-top:10px;word-break:break-all;max-height:34px;overflow:hidden;}
.ch-qr-close{margin-top:16px;background:linear-gradient(90deg,#FF6B35,#ff8852);color:#fff;border:none;border-radius:12px;padding:11px 28px;font-size:14px;font-weight:800;cursor:pointer;width:100%;}
.ch-fav-toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);background:#1a1a2e;color:#fff;font-size:13px;font-weight:600;padding:11px 24px;border-radius:30px;z-index:99998;box-shadow:0 6px 20px rgba(0,0,0,.25);opacity:0;transition:opacity .25s;pointer-events:none;white-space:nowrap;}
.ch-fav-toast.show{opacity:1;}

/* ── LFT FOOTER — forced white text (beats all other rules) ── */
#page-footer-area{padding:0!important;background:#162B4D!important;}
.lft-footer{background:#162B4D!important;border-top:3px solid #FF6B35!important;color:#fff!important;}
.lft-footer p,.lft-footer span,.lft-footer li,.lft-footer div,.lft-footer small{color:#fff!important;}
.lft-footer .lft-tagline{color:rgba(255,255,255,.85)!important;font-size:15px!important;}
.lft-footer .lft-col-title{color:#FF6B35!important;}
.lft-footer .lft-links a{color:rgba(255,255,255,.82)!important;}
.lft-footer .lft-links a:hover{color:#FF6B35!important;}
.lft-footer .lft-links a i{color:#FF6B35!important;}
.lft-footer .lft-soc{color:#FF6B35!important;}
.lft-footer .lft-bottom{color:rgba(255,255,255,.6)!important;}
.lft-footer .lft-bottom span{color:rgba(255,255,255,.6)!important;}
.lft-footer .lft-bottom-links a{color:rgba(255,255,255,.6)!important;}
.lft-footer .lft-bottom-links a:hover{color:#FF6B35!important;}

/* ═══════════════════════════════════════════════════════════════
   HEADER DROPDOWN — Professional Redesign
   ═══════════════════════════════════════════════════════════════ */

/* ── Dropdown container ── */
.subcategories-dropdown {
  border: 1px solid #e2e8f0 !important;
  border-top: 3px solid #FF6B35 !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.13) !important;
  padding: 22px 26px !important;
}

/* ── Left nav (category names) ── */
.first-navbar {
  min-width: 165px !important;
  padding-right: 20px !important;
}
.first-navbar a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.1px !important;
  display: flex !important;
  align-items: center !important;
  transition: background .14s, color .14s !important;
}
.first-navbar a:hover {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
}
.category-left-item.active a {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
  font-weight: 700 !important;
}

/* ── Image cards — text never cut, image always covers ── */
.filler-card {
  height: 155px !important;
  border-radius: 10px !important;
  border: none !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}
.big-filler-card {
  border-radius: 10px !important;
  border: none !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Stronger bottom gradient so label is always readable */
.fc-illus-card::before {
  height: 80% !important;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.92) 0%,
    rgba(0,0,0,.55) 40%,
    transparent 100%
  ) !important;
}

/* Label — always fully visible, never cut */
.fc-illus-lbl {
  position: relative !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 10px 10px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: transparent !important;
  text-align: center !important;
  line-height: 1.45 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.95), 0 0 28px rgba(0,0,0,.7) !important;
  letter-spacing: .1px !important;
  word-break: break-word !important;
  white-space: normal !important;
  flex-shrink: 0 !important;
}

/* SVG art — takes remaining space, never pushes label out */
.fc-illus-art {
  flex: 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* ── Filler column link wrapper ── */
.filler-column > a {
  border-radius: 10px !important;
  border: 1.5px solid rgba(0,0,0,.09) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.07) !important;
  overflow: hidden !important;
}
.filler-column > a:hover {
  box-shadow: 0 8px 24px rgba(255,107,53,.2) !important;
  border-color: rgba(255,107,53,.5) !important;
  transform: translateY(-2px) !important;
}

/* ── Circle items (large) ── */
.filler-circle .circle-icon {
  width: 70px !important;
  height: 70px !important;
  border: 1.5px solid #e8ecf0 !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  transition: all .2s !important;
}
.filler-circle p {
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  line-height: 1.35 !important;
  margin-top: 6px !important;
  word-break: break-word !important;
  hyphens: auto !important;
}
.filler-circle:hover .circle-icon {
  background: #fff5f0 !important;
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
}
.filler-circle:hover p {
  color: #FF6B35 !important;
}

/* ── Small circle items (icon + text row) ── */
.small-filler-circle .small-circle-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1.5px solid #e8ecf0 !important;
  border-radius: 50% !important;
  font-size: 16px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  margin-right: 10px !important;
  transition: all .2s !important;
  flex-shrink: 0 !important;
}
.small-filler-circle p {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-break: break-word !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.small-filler-circle:hover .small-circle-icon {
  background: #fff5f0 !important;
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
}
.small-filler-circle:hover p {
  color: #FF6B35 !important;
}
.small-filler-circle p::after {
  display: none !important;
}

/* ── Right-panel plain text links ── */
.subcat-column > a {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  padding: 6px 10px !important;
  border-radius: 7px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 1.35 !important;
  transition: background .14s, color .14s !important;
}
.subcat-column > a::before {
  content: '\203A' !important;
  color: #FF6B35 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}
.subcat-column > a:hover {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
}

/* ── Right-panel column spacing ── */
.subcategory-list .subcat-column {
  gap: 2px !important;
}

/* ── Divider between left nav and right panel ── */
.border-right-subnavbar {
  border-right: 2px solid #f1f5f9 !important;
  margin-right: 18px !important;
  padding-right: 14px !important;
}

/* ═══════════════════════════════════════════════════════════════
   MENU PROFESSIONAL REDESIGN — v3
   ═══════════════════════════════════════════════════════════════ */

/* ── Overall dropdown wrapper ── */
.subcategories-dropdown {
  top: 54px !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: 3px solid #FF6B35 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 20px 60px rgba(14,30,84,.15), 0 4px 12px rgba(0,0,0,.08) !important;
  background: #fff !important;
  overflow: hidden !important;
  max-height: 480px !important;
  display: flex !important;
  flex-direction: row !important;
}

/* ── Left sidebar: category names ── */
.first-navbar {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  padding: 14px 0 14px 0 !important;
  margin-right: 0 !important;
  background: #f8fafc !important;
  border-right: 1px solid #e8ecf0 !important;
  overflow-y: auto !important;
  flex-shrink: 0 !important;
}
.first-navbar a {
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  padding: 9px 16px !important;
  margin: 0 8px !important;
  border-radius: 8px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-decoration: none !important;
  transition: background .14s, color .14s !important;
  width: auto !important;
}
.first-navbar a::before {
  content: '' !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #cbd5e1 !important;
  margin-right: 10px !important;
  flex-shrink: 0 !important;
  transition: background .14s !important;
}
.first-navbar a:hover,
.category-left-item.active a {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
}
.first-navbar a:hover::before,
.category-left-item.active a::before {
  background: #FF6B35 !important;
}
.category-left-item.active a {
  font-weight: 700 !important;
}
.border-right-subnavbar {
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* ── Right panel: sub-category items ── */
.right-subcategories {
  flex: 1 !important;
  min-width: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 18px 20px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #FF6B35 #f1f5f9 !important;
}
.right-subcategories::-webkit-scrollbar { width: 5px !important; }
.right-subcategories::-webkit-scrollbar-track { background: #f1f5f9 !important; }
.right-subcategories::-webkit-scrollbar-thumb { background: #FF6B35 !important; border-radius: 10px !important; }

/* ── Subcategory list grid ── */
.subcategory-list.active {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
  gap: 8px 14px !important;
  align-items: start !important;
}

/* ── Small circle grid → 2-column chip grid ── */
.small-circle-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 4px !important;
  width: 100% !important;
}
.small-filler-circle {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  border: 1px solid #e8ecf0 !important;
  cursor: pointer !important;
  transition: all .15s !important;
  width: 100% !important;
}
.small-filler-circle:hover {
  background: #fff5f0 !important;
  border-color: rgba(255,107,53,.4) !important;
}
.small-filler-circle .small-circle-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 7px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  font-size: 14px !important;
  color: #64748b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0 !important;
  flex-shrink: 0 !important;
}
.small-filler-circle:hover .small-circle-icon {
  background: #fff5f0 !important;
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
}
.small-filler-circle p {
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  word-break: break-word !important;
  margin: 0 !important;
  padding: 0 !important;
}
.small-filler-circle:hover p { color: #FF6B35 !important; }
.small-filler-circle p::after { display: none !important; }

/* ── Large circle grid — 3 per row ── */
.circle-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
}
.filler-circle {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: calc(33.33% - 6px) !important;
  padding: 10px 6px !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  border: 1px solid #e8ecf0 !important;
  cursor: pointer !important;
  transition: all .15s !important;
}
.filler-circle:hover {
  background: #fff5f0 !important;
  border-color: rgba(255,107,53,.4) !important;
}
.filler-circle .circle-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  font-size: 20px !important;
  color: #64748b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 6px !important;
  transition: all .15s !important;
}
.filler-circle:hover .circle-icon {
  background: #fff5f0 !important;
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
}
.filler-circle p {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  word-break: break-word !important;
  hyphens: auto !important;
}
.filler-circle:hover p { color: #FF6B35 !important; }

/* ── Image / art cards ── */
.filler-card,
.big-filler-card {
  height: 130px !important;
  border-radius: 10px !important;
  border: none !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}
.big-filler-card { height: 200px !important; }

.fc-illus-card::before {
  height: 80% !important;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 40%, transparent 100%) !important;
}
.fc-illus-art {
  flex: 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.fc-illus-lbl {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 8px 10px 12px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.9) !important;
  flex-shrink: 0 !important;
}
.filler-column > a {
  border-radius: 10px !important;
  border: 1.5px solid rgba(0,0,0,.09) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.07) !important;
  overflow: hidden !important;
  transition: all .18s !important;
}
.filler-column > a:hover {
  box-shadow: 0 6px 20px rgba(255,107,53,.2) !important;
  border-color: rgba(255,107,53,.45) !important;
  transform: translateY(-2px) !important;
}

/* ── Plain text links in right panel ── */
.subcat-column > a {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  padding: 5px 10px !important;
  border-radius: 7px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 1.35 !important;
  transition: background .14s, color .14s !important;
  text-decoration: none !important;
}
.subcat-column > a::before {
  content: '\203A' !important;
  color: #FF6B35 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}
.subcat-column > a:hover {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
}

/* ── Column gap ── */
.subcategory-list .subcat-column {
  gap: 2px !important;
  display: flex !important;
  flex-direction: column !important;
}
.subcat-column.filler-column {
  gap: 8px !important;
}

/* ── Scrollbar for left nav ── */
.first-navbar::-webkit-scrollbar { width: 3px !important; }
.first-navbar::-webkit-scrollbar-thumb { background: #e2e8f0 !important; border-radius: 10px !important; }

/* ── Fix: remove second-navbar border (our right panel) ── */
.second-navbar.right-subcategories {
  border-right: none !important;
  border-left: none !important;
}

/* ── Fix: subcategory-list active → 3-column grid ── */
.subcategory-list.active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px 16px !important;
  align-items: start !important;
  width: 100% !important;
}

/* ── Fix: dropdown flex row stays correct when .dd-open ── */
.category-item.dd-open .subcategories-dropdown {
  display: flex !important;
  flex-direction: row !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ── Fix: subcat-column fills full height in grid cell ── */
.subcat-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
.subcat-column.filler-column {
  gap: 8px !important;
}
.subcat-column.small-circles-column {
  gap: 0 !important;
}

/* ── Fix: wrap .small-circle-grid and .circle-grid at full column width ── */
.subcat-column .small-circle-grid,
.subcat-column .circle-grid {
  width: 100% !important;
}

/* ═══════════════════════════════════════════════════════════════
   MENU — Plain text links, no boxes, single-line
   ═══════════════════════════════════════════════════════════════ */

/* ── Small circle → plain icon + text row, no card ── */
.small-circle-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
}
.small-filler-circle {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 5px 6px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background .12s !important;
  width: 100% !important;
}
.small-filler-circle:hover {
  background: #fff5f0 !important;
  border: none !important;
}
.small-filler-circle .small-circle-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  color: #94a3b8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0 !important;
  flex-shrink: 0 !important;
  transition: color .12s !important;
}
.small-filler-circle:hover .small-circle-icon {
  color: #FF6B35 !important;
  background: transparent !important;
  border: none !important;
}
.small-filler-circle p {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  word-break: normal !important;
}
.small-filler-circle:hover p {
  color: #FF6B35 !important;
}
.small-filler-circle p::after { display: none !important; }

/* ── Large circle → plain icon + text, no card ── */
.circle-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}
.filler-circle {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 5px 6px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 6px !important;
  text-align: left !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .12s !important;
}
.filler-circle:hover {
  background: #fff5f0 !important;
}
.filler-circle .circle-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  color: #94a3b8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: color .12s !important;
}
.filler-circle:hover .circle-icon {
  color: #FF6B35 !important;
  background: transparent !important;
  border: none !important;
}
.filler-circle p {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  word-break: normal !important;
  hyphens: none !important;
  width: 100% !important;
}
.filler-circle:hover p {
  color: #FF6B35 !important;
}

/* ── Right panel: 4-col grid so each column is narrower ── */
.subcategory-list.active {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 16px !important;
}

/* ── Subcat columns: no gap between text items ── */
.subcategory-list .subcat-column {
  gap: 0 !important;
}

/* ── Plain text links (type=link): same style as icons ── */
.subcat-column > a {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  padding: 5px 6px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  transition: background .12s, color .12s !important;
  text-decoration: none !important;
}
.subcat-column > a::before {
  content: '' !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #cbd5e1 !important;
  flex-shrink: 0 !important;
  transition: background .12s !important;
}
.subcat-column > a:hover {
  background: #fff5f0 !important;
  color: #FF6B35 !important;
}
.subcat-column > a:hover::before {
  background: #FF6B35 !important;
}

/* ── Section label / heading inside right panel ── */
.sub-navbar-text {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: .6px !important;
  padding: 8px 6px 4px !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER LOGO — No white box, white logo on dark bg
   ═══════════════════════════════════════════════════════════════ */
.lft-brand-logo svg {
  filter: brightness(0) invert(1) !important;
  opacity: 0.92 !important;
}
.lft-brand-logo:hover svg {
  opacity: 1 !important;
}

/* ═══════════════════════════════════════════════════════════════
   DROPDOWN IMAGE CARDS — Bigger, fully visible, professional
   ═══════════════════════════════════════════════════════════════ */

/* Card columns span 2 grid cols so images get proper width */
.subcategory-list .subcat-column.cards-column {
  grid-column: span 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.subcategory-list .subcat-column.filler-column:not(.small-circles-column) {
  grid-column: span 2 !important;
}

/* Taller cards so image shows fully */
.filler-card {
  height: 190px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  background-size: cover !important;
  background-position: center top !important;
}
.big-filler-card {
  height: 280px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  background-size: cover !important;
  background-position: center top !important;
}

/* SVG art: fills the space above the label */
.fc-illus-art {
  flex: 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}
.fc-illus-art svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* Stronger gradient — label always readable */
.fc-illus-card::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.45) 40%,
    rgba(0,0,0,.05) 70%,
    transparent 100%
  ) !important;
  z-index: 1 !important;
  pointer-events: none !important;
  height: 100% !important;
}

/* Label sits above gradient */
.fc-illus-lbl {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 10px 14px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: transparent !important;
  text-align: left !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-shadow: 0 1px 6px rgba(0,0,0,.95) !important;
  letter-spacing: .1px !important;
  flex-shrink: 0 !important;
}

/* Link wrapper: rounded border, hover lift */
.filler-column > a {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1.5px solid rgba(0,0,0,.1) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.1) !important;
  transition: transform .2s, box-shadow .2s, border-color .2s !important;
}
.filler-column > a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(255,107,53,.22) !important;
  border-color: rgba(255,107,53,.5) !important;
}

/* Orange accent bar at bottom on hover */
.fc-illus-card::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  height: 3px !important;
  background: #FF6B35 !important;
  z-index: 3 !important;
  transform: scaleX(0) !important;
  transition: transform .25s ease !important;
}
.filler-column > a:hover .fc-illus-card::after {
  transform: scaleX(1) !important;
}

/* ── Footer logo v2: invert colors + screen blend removes white bg ── */
.lft-brand-logo svg {
  filter: invert(1) !important;
  mix-blend-mode: screen !important;
  opacity: 1 !important;
}
.lft-brand-logo:hover svg {
  opacity: 0.85 !important;
}

/* ── Footer logo — bigger size ── */
.lft-brand-logo img,
.lft-brand-logo svg {
  height: 110px !important;
  width: auto !important;
}

/* ── Header nav icons — bigger icons, tighter gap ── */
.lht-nav-link {
  padding: 8px 12px !important;
  gap: 2px !important;
}
.lht-nav-link i {
  font-size: 40px !important;
}
.lht-nav-link span {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.navbar-other .navbar-nav {
  gap: 0px !important;
}

/* ── Cards: 2-per-row side by side, no vertical scroll ── */

/* Outer subcat-column wrapping cards → become a 2-col grid, span 2 in parent */
.subcategory-list .subcat-column:has(> .cards-column) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  grid-column: span 2 !important;
  align-items: start !important;
}

/* Inner cards-column: each takes exactly 1 col (override any old span 2) */
.subcategory-list .subcat-column:has(> .cards-column) > .cards-column {
  grid-column: span 1 !important;
  display: block !important;
  width: 100% !important;
}

/* Link fills full width of its grid cell */
.subcategory-list .subcat-column:has(> .cards-column) > .cards-column > a {
  display: block !important;
  width: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Shorter height → better aspect ratio at the new narrower width */
.filler-card {
  height: 150px !important;
}
.big-filler-card {
  height: 155px !important;
  width: 100% !important;
}

/* SVG art fills the card fully (no cropping) */
.fc-illus-art {
  width: 100% !important;
  flex: 1 !important;
  overflow: hidden !important;
}
.fc-illus-art svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* ── Cards: always in col-4, same row as text links, no scroll ── */

/* Force cards outer wrapper to col 4 of the grid, row 1 */
.subcategory-list .subcat-column:has(> .cards-column) {
  grid-column: 4 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: 100% !important;
}

/* Inner cards: single column, reduced height, full width */
.subcategory-list .subcat-column:has(> .cards-column) > .cards-column {
  grid-column: auto !important;
  display: block !important;
  width: 100% !important;
}

/* Cards shorter so 2-3 fit without scroll in col 4 */
.filler-card,
.big-filler-card {
  height: 130px !important;
  width: 100% !important;
  border-radius: 10px !important;
}

/* ═══════════════════════════════════════════════════════════════
   DROPDOWN FINAL FIX — switch from fixed 4-col grid → flex
   Old approach (grid-column:4 forced to empty col) is replaced.
   Now: flex fills exactly as many columns as sections exist.
═══════════════════════════════════════════════════════════════ */

/* 1. Subcategory list: flex container, no wrap, no empty columns */
.subcategory-list {
  flex-wrap: nowrap !important;
  gap: 0 8px !important;
  grid-template-columns: none !important;
}
.subcategory-list.active {
  display: flex !important;
  align-items: start !important;
}

/* 2. Every direct column child: equal flex share, reset old grid overrides */
.subcategory-list > .subcat-column {
  flex: 1 !important;
  min-width: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  grid-template-columns: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

/* 3. Small circles: 100% of flex parent (was fixed 250px) */
.small-circles-column {
  width: 100% !important;
  min-width: 0 !important;
}

/* 4. Cards inner wrapper & link: fill full column width */
.cards-column {
  width: 100% !important;
}
.filler-column > a {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 5. Reduced card image heights */
.filler-card,
.big-filler-card {
  height: 135px !important;
  width: 100% !important;
  border-radius: 10px !important;
}

/* 6. Smaller circle icons + text */
.filler-circle .circle-icon {
  width: 52px !important;
  height: 52px !important;
  font-size: 17px !important;
}
.filler-circle {
  width: calc(50% - 6px) !important;
}
.filler-circle p {
  font-size: 11px !important;
  margin-top: 4px !important;
}

/* 7. Smaller small-circle icons & text */
.small-filler-circle .small-circle-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  font-size: 12px !important;
  margin-right: 8px !important;
}
.small-filler-circle p {
  font-size: 12px !important;
}
