html, body {
  touch-action: manipulation ;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
               sans-serif;
               background: #F5F3EF  !important;
}
a {
    color: unset !important;
    text-decoration: unset !important;
}
/* ===== FIXED TOP PROMOTION BAR ===== */
.ak-product-promo-wrapper {
  width: 100%;
  background: linear-gradient(90deg, #1f1f1f, #3a3a3a);
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ak-product-promo-container {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.ak-product-promo-track {
  display: inline-flex;
  animation: ak-product-scroll 22s linear infinite;
}

.ak-product-promo-item {
  padding: 0 50px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Animation */
@keyframes ak-product-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* Hover Pause */
.ak-product-promo-track:hover {
  animation-play-state: paused;
}


.btn:hover,
.btn:focus,
.btn:active {
  background: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
}
.nav-link:hover {
  color: #fff !important;
  background-color: #909c68;
}


.logo img {
  height: 40px;        /* adjust as needed */
  width: auto;
  display: block;
}


/* ===== HEADER ===== */
.Pure-Viso-header {
     border-bottom: 1px solid #133157;
     background-color: #fff;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    position: fixed;
    color: #fff;
    width: 100%;
       z-index: 999;
       top: 38px;
}

/* Scroll hone ke baad */
.Pure-Viso-header.scrolled {
  background-color: rgba(255, 255, 255, 0.8); /* bg-white/80 */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.Pure-Viso-header,
.desktop-search-bar {
  transition: background-color 0.3s ease,
              backdrop-filter 0.3s ease,
              box-shadow 0.3s ease;
}


/* Navbar links color fix */
.Pure-Viso-header.scrolled .nav-link,
.Pure-Viso-header.scrolled .logo,
.Pure-Viso-header.scrolled i {
  color: #000 ;
}
.Pure-Viso-header.scrolled i:hover {
  color: #909c68;
}


 /* Mobile Offcanvas */
    .offcanvas-body .nav-link {
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      font-size: 15px;
          color: #000 !important;
    }
   

    .navbar-toggler {
      border: none;
    }

/* ===== TOP ROW ===== */
.header-top {
  padding: 18px 0 10px;
}
  .header-top {
      display: flex;
      align-items: center;
    }

    .header-left,
    .header-right {
      flex: 1 !important;
      display: flex;
      align-items: center;
    }

    .header-right {
      justify-content: flex-end;
      gap: 16px;
    }

    .logo {
      font-size: 22px;
      font-weight: 600;
      color: #000;
      font-family: 'Cormorant Garamond', serif !important;
      text-decoration: none;
      text-align: center;
    }

/* Desktop Search Dropdown */
/* ================= SEARCH BAR ================= */

.desktop-search-bar {
  display: none;                 /* ⛔ default hidden */
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.desktop-search-bar.active {
  display: block;                /* ✅ click par show */
}

.search-inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 16px;
}

.search-icon-left {
  font-size: 18px;
  color: #000;
}

.desktop-search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search-close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ================= SEARCH RESULTS ================= */

.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-results li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  cursor: pointer;
}

.search-results li:hover {
  background: #f5f5f5;
}


/* Mobile Overlay */
.mobile-search-overlay {
 position: fixed;
    inset: 0;
    /* background: #fff; */
    z-index: 9999;
    display: none;
    top: 50px;
}
.search-header{
  padding: 3px;
}

.mobile-search-overlay.active {
  display: block;
}

.search-header {
  display: flex;
  padding: 15px;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}

.search-header input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

.search-header button {
  border: none;
  background: none;
  font-size: 20px;
}

/* Results */

.profile-icon {
  width: 38px;
  height: 38px;
 
     color: #000 !important;

  text-decoration: none;
  font-size: 16px;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results li {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-results li:hover {
  background: #f5f5f5;
}

/* Responsive Rules */
@media (max-width: 991px) {
  .desktop-search-box {
    display: none !important;
  }
}


/* 560px se upar hide ho jayega */
@media (min-width: 561px) {
  .header-left {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mobile-search-overlay {
    display: none !important;
  }
   .header-left {
    display: block !important;
  }
}
/* ===== SEARCH OVERLAY ===== */


.search-header {
  display: flex;
  padding: 12px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.search-header input {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  outline: none;
}

.search-header button {
  background: none;
  border: none;
  font-size: 20px;
}

/* ===== RESULTS ===== */
.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.search-results li {
  padding: 12px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  background: #fff;
  color: #000;
}

.search-results li:hover {
  background: #f8f8f8;
}

/* Desktop pe hide */
@media (min-width: 768px) {
  .mobile-search-overlay {
    display: none !important;
  }
}
.btn-shopping{
      background: #909c68;
      color: #fff !important;
      border: none;
      padding: 10px;
}
.btn-shopping :hover{
      background: #909c68 !important;
      color: #fff !important;
      border: none;
}


.icon-btn {
  background: none;
  border: none;
  color: #000 !important;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
}
.icon-btn:hover {
  transform: scale(1.1);
 
}
.profile-icon:hover{
   transform: scale(1.1);
}



/* ===== LOGO ===== */
.logo {
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 500;
  transition: font-size 0.3s ease;
}


/* ===== ICONS ===== */
.header-icons i {
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.fa-solid{
  line-height: 0;
}


/* ===== MENU ===== */
.navbar {
  padding-bottom: 12px;
}

.nav-link {
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #000 !important;
}




/* Header */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
}

.header-top {
  height: 80px;
}

.small-text {
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}

.logo h5 {
  font-weight: 600;
  letter-spacing: 2px;
}

.logo small {
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}

.cart {
  position: relative;
}

.cart .count {
  background: #000;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 2px 6px;
  position: absolute;
  top: -8px;
  right: -10px;
}

/* Desktop Menu */
.desktop-menu {
  border-top: 1px solid #eee;
}

.menu-list {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 12px 0;
  list-style: none;
  margin: 0;
}

.menu-list li {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-list li.exclusive {
  font-weight: 600;
}

/* Hamburger */
.hamburger {
  background: none;
  border: none;
  font-size: 22px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  transition: 0.3s ease;
  padding: 20px;
}

.mobile-menu.active {
  left: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 14px;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1500;
}

.overlay.active {
  display: block;
}
/* ===== SECTION ===== */
.exclusive-strip {
  padding: 80px 0;
       background: #E8E4DC;
  color: #000;
}

/* Heading with lines */
.exclusive-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.exclusive-heading span {
  flex: 1;
  height: 1px;
    background: #000
}

.exclusive-heading p {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
}

/* Item */
.exclusive-item p {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 2px;
}

/* Icon Circle */
.exclusive-icon {
 width: 100px;
    height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  filter: invert(1);

 
  align-items: center;
  justify-content: center;
}



@media (max-width: 576px) {
.small-text {
    font-size: 13px;
    display: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.icon-btn {

  font-size: 15px;

  padding: 0px;
}
.logo {
    font-size: 22px;
    letter-spacing: 6px;
    font-weight: 500;
    transition: font-size 0.3s ease;
}
.header-left, .header-right {
    flex: 1;
    display: none;
    align-items: center;
}
.header-top {
    height: auto;
}
.logo.small {
  font-size: 12px;
}

.exclusive-heading span {
    display: none;
  }
}
/* ================= MOBILE HEADER FIX ================= */
@media (max-width: 991px) {

  .header-top {
    position: relative;
    justify-content: space-between;
  }

  /* Center Logo */
  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .logo img {
    max-height: 30px;
  }

  /* Hamburger Left */
  .navbar-toggler {
    z-index: 3;
  }

  /* Right Icons stay right */
  .header-right {
    z-index: 3;
  }

  /* Remove empty spacer effect on mobile */
  .header-left {
    flex: 0;
  }
}
