/* Unified front-end look for home, products, category, combo, consult, and product pages */

.nv-theme-unified {
  --nv-u-ink: #1f2d1f;
  --nv-u-muted: #617061;
  --nv-u-line: rgba(80, 111, 47, 0.2);
  --nv-u-brand: #7cad2e;
  --nv-u-brand-deep: #4f7a17;
  --nv-u-strip: #174d16;
  --nv-u-focus: rgba(124, 192, 0, 0.22);
  --nv-u-cta-start: #699f15;
  --nv-u-cta-mid: #84b833;
  --nv-u-cta-end: #5e9014;
  --nv-u-cta-start-hover: #648f17;
  --nv-u-cta-mid-hover: #7fb12f;
  --nv-u-cta-end-hover: #567f16;
  --nv-u-cta-shadow: 0 10px 18px rgba(35, 60, 12, 0.24);
  --nv-u-cta-shadow-hover: 0 14px 22px rgba(24, 44, 8, 0.28);
}

.nv-theme-unified,
.nv-theme-unified button,
.nv-theme-unified input,
.nv-theme-unified select,
.nv-theme-unified textarea {
  font-family: "Manrope", sans-serif;
}

.nv-theme-unified h1,
.nv-theme-unified h2,
.nv-theme-unified h3,
.nv-theme-unified h4,
.nv-theme-unified h5,
.nv-theme-unified h6 {
  font-family: "Manrope", sans-serif;
}

.nv-theme-unified :where(
  .center-button,
  .center-button2,
  .shop-now-custom,
  .buy-now-button,
  .new_shop_now,
  .addcart,
  .nv-discovery-shell__apply,
  .nv-listing-card__cta-button
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    95deg,
    var(--nv-u-cta-start) 0%,
    var(--nv-u-cta-mid) 60%,
    var(--nv-u-cta-end) 100%
  );
  box-shadow: var(--nv-u-cta-shadow);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}

.nv-theme-unified .custom_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 22px 11px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    95deg,
    var(--nv-u-cta-start) 0%,
    var(--nv-u-cta-mid) 60%,
    var(--nv-u-cta-end) 100%
  );
  box-shadow: var(--nv-u-cta-shadow);
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-decoration: none;
}

.nv-theme-unified .custom_btn:hover {
  background: linear-gradient(
    95deg,
    var(--nv-u-cta-start-hover) 0%,
    var(--nv-u-cta-mid-hover) 60%,
    var(--nv-u-cta-end-hover) 100%
  );
  color: #fff !important;
}

.nv-theme-unified :where(
  .center-button,
  .center-button2,
  .shop-now-custom,
  .buy-now-button,
  .new_shop_now,
  .addcart,
  .nv-discovery-shell__apply,
  .nv-listing-card__cta-button
):hover {
  background: linear-gradient(
    95deg,
    var(--nv-u-cta-start-hover) 0%,
    var(--nv-u-cta-mid-hover) 60%,
    var(--nv-u-cta-end-hover) 100%
  );
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: var(--nv-u-cta-shadow-hover);
  filter: saturate(1.05);
}

.nv-theme-unified .center-button::before,
.nv-theme-unified .center-button::after,
.nv-theme-unified .center-button2::before,
.nv-theme-unified .center-button2::after,
.nv-theme-unified .custom_btn::before,
.nv-theme-unified .custom_btn::after,
.nv-theme-unified .buy-now-button::before,
.nv-theme-unified .buy-now-button::after,
.nv-theme-unified .new_shop_now::before,
.nv-theme-unified .new_shop_now::after,
.nv-theme-unified .addcart::before,
.nv-theme-unified .addcart::after {
  display: none !important;
}

.nv-theme-unified .addcart {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 10px;
  margin-left: auto;
  z-index: 10;
}

.nv-theme-unified .shop-now-custom,
.nv-theme-unified .new_shop_now {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nv-theme-unified .shop-now-custom:hover,
.nv-theme-unified .new_shop_now:hover {
  transform: translateX(-50%) translateY(-1px);
}

.nv-theme-unified .buy-now-button {
  width: 132px;
  margin: 5px auto;
}

.nv-theme-unified .main_search_form:focus-within,
.nv-theme-unified .navbar-toggler:focus-visible,
.nv-theme-unified .quantity_input input:focus,
.nv-theme-unified .main_search_btn3:focus-visible,
.nv-theme-unified .drop_bars:focus-visible {
  outline: 3px solid var(--nv-u-brand) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px var(--nv-u-focus) !important;
}

.nv-theme-unified .quantity_input input:focus {
  border-radius: 12px;
}

.nv-theme-unified .d-md-block {
  background: var(--nv-u-strip) !important;
  height: auto !important;
  min-height: 42px !important;
  padding: 8px 0 !important;
}

.nv-theme-unified .header_top_content {
  width: 100%;
  margin: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  justify-content: center;
}

.nv-theme-unified .header_top_content .shipping {
  color: #fff !important;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 17px) !important;
  line-height: 1.3;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
  margin: 0;
  padding: 0 10px;
}

.nv-theme-unified .nv-public-coupon-strip {
  width: 100%;
  overflow: hidden;
  color: #243c2c;
  white-space: nowrap;
}

.nv-theme-unified .nv-public-coupon-track {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  min-width: max-content;
  animation: nvPublicCouponMarquee 42s linear infinite;
  will-change: transform;
}

.nv-theme-unified .nv-public-coupon-strip:hover .nv-public-coupon-track {
  animation-play-state: paused;
}

.nv-theme-unified .nv-public-coupon-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nv-theme-unified .nv-public-coupon-item strong {
  color: #e7f6dd;
}

.nv-theme-unified .nv-public-coupon-item span {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@keyframes nvPublicCouponMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.nv-theme-unified.nv-coupon-popup-open,
body.nv-coupon-popup-open {
  overflow: hidden;
}

.nv-theme-unified .nv-coupon-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.nv-theme-unified .nv-coupon-popup.is-visible {
  display: flex;
}

.nv-theme-unified .nv-coupon-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 31, 22, 0.42);
  backdrop-filter: blur(6px);
}

.nv-theme-unified .nv-coupon-popup__panel {
  position: relative;
  width: min(520px, 100%);
  border-radius: 28px;
  padding: 30px;
  background: linear-gradient(145deg, #ffffff 0%, #f4faee 100%);
  box-shadow: 0 28px 80px rgba(22, 50, 31, 0.22);
  border: 1px solid rgba(99, 141, 77, 0.18);
  color: #203026;
}

.nv-theme-unified .nv-coupon-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef6e8;
  color: #304631;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.nv-theme-unified .nv-coupon-popup__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e7f4dc;
  color: #3c7b35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nv-theme-unified .nv-coupon-popup__panel h2 {
  margin: 0 42px 8px 0;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #15281c;
}

.nv-theme-unified .nv-coupon-popup__panel p {
  margin: 0 0 20px;
  color: #607064;
  font-size: 15px;
  line-height: 1.6;
}

.nv-theme-unified .nv-coupon-popup__list {
  display: grid;
  gap: 12px;
}

.nv-theme-unified .nv-coupon-popup__offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(117, 151, 96, 0.18);
}

.nv-theme-unified .nv-coupon-popup__offer strong {
  display: block;
  color: #2d6733;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.nv-theme-unified .nv-coupon-popup__offer span {
  display: block;
  color: #6a7569;
  font-size: 13px;
  line-height: 1.4;
}

.nv-theme-unified .nv-coupon-popup__offer button,
.nv-theme-unified .nv-coupon-popup__cta {
  border: 0;
  border-radius: 999px;
  background: #315c3f;
  color: #ffffff;
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.nv-theme-unified .nv-coupon-popup__cta {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
}

@media (prefers-reduced-motion: reduce) {
  .nv-theme-unified .nv-public-coupon-track {
    animation: none;
    transform: none;
  }
}

.nv-theme-unified .top_inner_content {
  border-radius: 16px !important;
  border: 1px solid var(--nv-u-line) !important;
  box-shadow: 0 10px 24px rgba(18, 31, 16, 0.08) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.nv-theme-unified .ilogo-nav .logo img {
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(17, 30, 13, 0.14);
}

.nv-theme-unified .about_search input {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(92, 120, 56, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf3 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.nv-theme-unified .about_search input:focus,
.nv-theme-unified #mobileSearchInput:focus {
  border-color: var(--nv-u-brand) !important;
  box-shadow: 0 0 0 4px var(--nv-u-focus) !important;
}

.nv-theme-unified .drop_bars,
.nv-theme-unified .main_search_btn3 {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(79, 108, 47, 0.18);
  background: #eef1ea;
  box-shadow: 0 8px 16px rgba(20, 33, 17, 0.1);
  color: #2b3729 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nv-theme-unified .drop_bars:hover,
.nv-theme-unified .main_search_btn3:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(20, 33, 17, 0.16);
  background: #e5efda;
  color: #305113 !important;
}

.nv-theme-unified .nv-search-suggest-box {
  border-radius: 16px;
  border: 1px solid rgba(79, 108, 47, 0.18);
  box-shadow: 0 18px 34px rgba(19, 30, 15, 0.12);
}

.nv-theme-unified .nv-search-suggest-name {
  color: #22301f;
  font-weight: 700;
}

.nv-theme-unified .nv-search-suggest-meta,
.nv-theme-unified .nv-search-suggest-submeta {
  color: #5d6f56;
}

.nv-theme-unified .nv-search-suggest-more {
  font-weight: 700;
}

.nv-theme-unified .header_bottom_main .navbar {
  border-radius: 14px;
  border: 1px solid var(--nv-u-line) !important;
  box-shadow: 0 8px 18px rgba(18, 31, 16, 0.06);
}

.nv-theme-unified .main_menu_list .nav-link,
.nv-theme-unified .main_menu_list > li > a {
  color: #2d3b2a;
  font-weight: 700;
}

.nv-theme-unified .main_menu_list .nav-link:hover,
.nv-theme-unified .main_menu_list > li > a:hover {
  color: var(--nv-u-brand-deep);
}

.nv-theme-unified .navbar_user {
  margin-right: 1rem !important;
  width: auto !important;
}

.nv-theme-unified .navbar_user_icon .btn.dropdown-toggle {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1f2d1f !important;
}

.nv-theme-unified .navbar_user_icon > ul {
  gap: 10px;
  align-items: center;
}

.nv-theme-unified .navbar_user_icon > ul > li {
  display: inline-flex;
  align-items: center;
}

.nv-theme-unified .navbar_user_icon > ul > li > a {
  width: 58px;
  height: 58px;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(79, 108, 47, 0.18) !important;
  background: #eef1ea !important;
  box-shadow: 0 8px 16px rgba(20, 33, 17, 0.1);
  color: #2b3729 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nv-theme-unified .navbar_user_icon > ul > li > a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(20, 33, 17, 0.16);
  background: #e5efda !important;
  color: #305113 !important;
}

.nv-theme-unified .navbar_user_icon > ul > li > a i {
  font-size: 22px;
}

.nv-theme-unified .navbar_user_icon > ul > li:last-child > a {
  background: #8ab936 !important;
  border-color: #8ab936 !important;
  color: #fff !important;
}

.nv-theme-unified .navbar_user_icon > ul > li:last-child > a:hover {
  background: #7eac2f !important;
  border-color: #7eac2f !important;
  color: #fff !important;
}

.nv-theme-unified .collapse_dropdown {
  right: 0 !important;
  left: auto !important;
  margin-top: 10px !important;
  min-width: 280px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(71, 103, 40, 0.2);
  box-shadow: 0 18px 32px rgba(17, 34, 12, 0.16) !important;
  overflow: hidden;
}

.nv-theme-unified .collapse_dropdown .profile_info {
  padding: 14px 16px !important;
  background: #f7fbf0;
}

.nv-theme-unified .collapse_dropdown .profile_info .user_thumbnail {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  margin-right: 10px;
  background: #e7efdb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nv-theme-unified .collapse_dropdown .profile_info .user_thumbnail i {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  border: 0 !important;
  background: transparent !important;
  color: #30412a !important;
  font-size: 18px !important;
}

.nv-theme-unified .collapse_dropdown .settings_options {
  padding: 6px 0 !important;
}

.nv-theme-unified .collapse_dropdown .settings_options > li a {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #334134 !important;
  padding: 11px 16px !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.nv-theme-unified .collapse_dropdown .settings_options > li a:hover {
  background: #f3f8eb !important;
  color: #1e4e13 !important;
  transform: none !important;
}

.nv-theme-unified .navbar_user_icon #cartBadgeCount {
  transform: translate(-48%, -12%) !important;
}

.nv-theme-unified #loginModal {
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(9, 14, 11, 0.72);
  backdrop-filter: blur(4px);
}

.nv-theme-unified #loginModal[style*="display: block"] {
  display: flex !important;
}

.nv-theme-unified #loginModal .imodal-new {
  width: 100%;
  max-width: 860px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.09));
  box-shadow: 0 26px 50px rgba(8, 12, 10, 0.5);
  box-sizing: border-box;
}

.nv-theme-unified #loginModal .modal-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px 22px;
  align-self: start;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  border: 1px solid #dfe7d7;
  background: #fff;
  box-shadow: 0 14px 24px rgba(20, 29, 18, 0.1);
}

.nv-theme-unified #loginModal .close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 3;
  font-size: 34px;
  line-height: 1;
  color: #1f2d1f;
  cursor: pointer;
}

.nv-theme-unified #loginModal h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1;
  font-weight: 800;
  color: #1f2d1f;
}

.nv-theme-unified #loginModal .form-group {
  margin-bottom: 14px;
}

.nv-theme-unified #loginModal .form-group label {
  font-size: 15px;
  font-weight: 700;
  color: #324532;
  margin-bottom: 6px;
}

.nv-theme-unified #loginModal input[type="text"],
.nv-theme-unified #loginModal input[type="email"],
.nv-theme-unified #loginModal input[type="password"] {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #c7d3c0;
  background: #fbfdf9;
  padding: 0 14px;
  box-sizing: border-box;
}

.nv-theme-unified #loginModal #mobileForm button,
.nv-theme-unified #loginModal #otpForm button,
.nv-theme-unified #loginModal #registerForm button {
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 700;
  background: linear-gradient(95deg, #6d9e1b 0%, #84b833 60%, #5e9014 100%);
  box-shadow: 0 10px 16px rgba(37, 58, 12, 0.22);
}

.nv-theme-unified #loginModal .imodal-above-p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #3a4a38;
}

.nv-theme-unified #loginModal .imodal-above-p-links {
  color: #4e6f1a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nv-theme-unified #loginModal .imodal-down {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(160deg, #173413 0%, #244e1b 55%, #1a3915 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.nv-theme-unified #loginModal .imodal-hero {
  border-radius: 12px;
  padding: 14px 12px;
  border: 1px solid rgba(221, 236, 205, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.nv-theme-unified #loginModal .imodal-hero h3 {
  margin: 0 0 6px 0;
  font-size: 24px;
  line-height: 1.05;
  color: #f4f9ee;
}

.nv-theme-unified #loginModal .imodal-hero p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(239, 247, 231, 0.9);
}

.nv-theme-unified #loginModal .imodal-new-elements {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(220, 237, 203, 0.24);
  background: rgba(12, 37, 10, 0.42);
}

.nv-theme-unified #loginModal .imodal-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #223118;
  background: linear-gradient(180deg, #f7dda9 0%, #ddb56b 100%);
  flex-shrink: 0;
}

.nv-theme-unified #loginModal .imodal-new-elements img.imodal-new-img,
.nv-theme-unified #loginModal #imodal-new-img1,
.nv-theme-unified #loginModal #imodal-new-img2,
.nv-theme-unified #loginModal #imodal-new-img3 {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  padding: 7px;
  object-fit: contain;
  background: linear-gradient(180deg, #f7dda9 0%, #ddb56b 100%);
  box-shadow: none;
}

.nv-theme-unified #loginModal .imodal-new-elements p,
.nv-theme-unified #loginModal #imodal-new-p1,
.nv-theme-unified #loginModal #imodal-new-p2,
.nv-theme-unified #loginModal #imodal-new-p3 {
  margin: 0;
  color: #eff6ea;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding: 0;
}

@media (max-width: 900px) {
  .nv-theme-unified #loginModal .imodal-new {
    grid-template-columns: 1fr;
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .nv-theme-unified .top_header_main {
    border-bottom: 0;
    box-shadow: 0 10px 18px rgba(21, 31, 19, 0.06);
  }

  .nv-theme-unified .header_top_content .shipping {
    font-size: 12px !important;
  }

  .nv-theme-unified .nv-public-coupon-track {
    gap: 24px;
    animation-duration: 54s;
  }

  .nv-theme-unified .nv-public-coupon-item {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .nv-theme-unified .nv-coupon-popup__panel {
    border-radius: 22px;
    padding: 24px 18px;
  }

  .nv-theme-unified .nv-coupon-popup__panel h2 {
    font-size: 24px;
  }

  .nv-theme-unified .nv-coupon-popup__offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nv-theme-unified .nv-coupon-popup__offer button {
    width: 100%;
  }

  .nv-theme-unified .top_inner_content {
    padding: 8px 10px !important;
    border-radius: 0 0 18px 18px !important;
  }

  .nv-theme-unified .top_inner_logo {
    gap: 8px;
    width: 100%;
  }

  .nv-theme-unified .drop_bars {
    padding: 0 !important;
    font-size: 22px;
  }

  .nv-theme-unified .addcart {
    margin-right: 0;
  }

  .nv-theme-unified .product_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
  }

  .nv-theme-unified .navbar_user_icon > ul > li > a {
    width: 44px;
    height: 44px;
  }

  .nv-theme-unified .navbar_user_icon > ul {
    gap: 8px;
  }

  .nv-theme-unified .drop_bars,
  .nv-theme-unified .main_search_btn3 {
    width: 44px;
    height: 44px;
  }

.nv-theme-unified .ilogo-nav .logo img {
  max-height: 52px;
  width: auto;
}

.nv-theme-unified .ilogo-nav .logo {
  padding: 0 !important;
  border: 0 !important;
}

  .nv-theme-unified .inew-mobile-search-card {
    border-top: 1px solid rgba(79, 108, 47, 0.14);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 16px 24px rgba(20, 31, 15, 0.1);
  }

  .nv-theme-unified .offcanvas-header {
    padding: 12px 16px 4px;
  }

  .nv-theme-unified .offcanvas-body {
    padding: 4px 18px 18px !important;
  }

  .nv-theme-unified .offcanvas-body .main_menu_list {
    width: 100%;
    gap: 0;
  }

  .nv-theme-unified .offcanvas-body .main_menu_list > li {
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(79, 108, 47, 0.1);
  }

  .nv-theme-unified .offcanvas-body .main_menu_list > li > a,
  .nv-theme-unified .offcanvas-body .main_menu_list .nav-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .nv-theme-unified :where(
    .custom_btn,
    .center-button,
    .center-button2,
    .shop-now-custom,
    .buy-now-button,
    .new_shop_now,
    .addcart,
    .nv-discovery-shell__apply
  ) {
    min-height: 42px;
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (max-width: 570px) {
  .nv-theme-unified #loginModal {
    padding: 10px;
  }

  .nv-theme-unified #loginModal .imodal-new {
    padding: 10px;
    border-radius: 16px;
    gap: 10px;
  }

  .nv-theme-unified #loginModal .modal-content {
    padding: 20px 14px;
  }

  .nv-theme-unified #loginModal h2 {
    font-size: clamp(34px, 12vw, 46px);
  }
}

.nv-theme-unified .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nv-theme-unified .popup-content {
  background: #fff;
  background-size: cover;
  width: min(90%, 400px);
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  font-family: "Manrope", sans-serif;
}

.nv-theme-unified .close-btnn {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}

.nv-theme-unified .close-btnn:hover {
  color: #d32f2f;
}

.nv-theme-unified h3.couponh {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.nv-theme-unified h1.coupon-code {
  font-size: 36px;
  color: #d32f2f;
  margin: 10px 0;
  font-weight: 700;
  background-color: #ff0;
  padding: 10px;
  border: 3px dotted #000;
  border-radius: 5px;
  display: inline-block;
}

.nv-theme-unified .discount-text {
  font-size: 24px;
  color: #000;
  margin: 5px 0;
  font-weight: 700;
}

.nv-theme-unified .conditions {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  background-color: #d32f2f;
  border-radius: 8px;
}

.nv-theme-unified .couponp {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.nv-theme-unified .store-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nv-theme-unified .store-icon {
  width: 80px;
  height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}

.nv-theme-unified .offer-heading {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #7cc000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nv-theme-unified .nv-footer-shell {
  position: relative;
  overflow: hidden;
  color: #f5f7ef;
  background-color: #0f1510;
  background-image:
    linear-gradient(180deg, rgba(9, 15, 10, 0.74), rgba(8, 12, 9, 0.94)),
    url(assets/images/footer/footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.nv-theme-unified .footer_section.border_top {
  border-top: none !important;
  border-image: none !important;
}

.nv-theme-unified .nv-footer-shell > .container {
  position: relative;
  z-index: 1;
}

.nv-theme-unified .nv-footer-logo {
  border-radius: 0;
  box-shadow: none;
  background: transparent !important;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: min(320px, 82vw) !important;
  margin: 0 auto;
}

.nv-theme-unified .nv-footer-pay-badge {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(236, 241, 228, 0.72) !important;
  font-weight: 500;
  padding: 4px 0;
}

.nv-theme-unified .nv-footer-copyright {
  padding-top: 5pt;
  color: rgba(240, 244, 232, 0.82);
}

.nv-theme-unified .nv-footer-shell .footer_top_social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fbf2;
  transition: 0.25s ease;
}

.nv-theme-unified .nv-footer-shell .footer_top_social a:hover {
  background: #9fd24a;
  border-color: #9fd24a;
  color: #14210f;
  transform: translateY(-1px);
}

.nv-theme-unified .nv-footer-shell .footer_inner_choose_desc p,
.nv-theme-unified .nv-footer-shell .footer_inner_ctc_info p,
.nv-theme-unified .nv-footer-shell .footer_inner_ctc_info p font,
.nv-theme-unified .nv-footer-shell .footer_bootom_privicy p,
.nv-theme-unified .nv-footer-shell .footer_bootom_terms p,
.nv-theme-unified .nv-footer-shell .footer_bootom_refunds p {
  color: rgba(236, 241, 228, 0.82);
}

.nv-theme-unified .nv-footer-shell .footer_inner_choose_desc p {
  text-align: left !important;
}

.nv-theme-unified .nv-footer-shell .footer_inner_choose_title h4 a,
.nv-theme-unified .nv-footer-shell .footer_inner_info_title h4 a,
.nv-theme-unified .nv-footer-shell .footer_inner_acct_title h4 a,
.nv-theme-unified .nv-footer-shell .footer_inner_ctc_title h4 a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  font-weight: 600;
}

.nv-theme-unified .nv-footer-shell .nv-footer-viewmore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: rgba(236, 241, 228, 0.92);
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1.2;
}

.nv-theme-unified .nv-footer-shell .nv-footer-viewmore-link:hover {
  color: #b5de66;
}

.nv-theme-unified .nv-footer-shell .footer_inner_info_item a,
.nv-theme-unified .nv-footer-shell .footer_inner_acct_item a {
  color: rgba(244, 248, 238, 0.92);
}

.nv-theme-unified .nv-footer-shell .footer_inner_info_item a:hover,
.nv-theme-unified .nv-footer-shell .footer_inner_acct_item a:hover,
.nv-theme-unified .nv-footer-shell .footer_bootom_privicy a:hover p,
.nv-theme-unified .nv-footer-shell .footer_bootom_terms a:hover p,
.nv-theme-unified .nv-footer-shell .footer_bootom_refunds a:hover p {
  color: #b5de66;
}

.nv-theme-unified .nv-footer-shell .footer_bootom_privicy .priv,
.nv-theme-unified .nv-footer-shell .footer_bootom_terms .priv,
.nv-theme-unified .nv-footer-shell .footer_bootom_refunds .priv {
  color: #b9e06c;
}

.nv-theme-unified .nv-footer-shell .footer_bootom_privicy p:after,
.nv-theme-unified .nv-footer-shell .footer_bootom_terms p:after,
.nv-theme-unified .nv-footer-shell .footer_bootom_refunds p:after {
  background-color: rgba(223, 231, 214, 0.32);
}

.nv-theme-unified .nv-footer-shell .footer_top_content,
.nv-theme-unified .nv-footer-shell .footer_inner_content,
.nv-theme-unified .nv-footer-shell .footer_bootom_content {
  position: relative;
}

.nv-theme-unified .nv-footer-shell .footer_top_content {
  padding-bottom: 1.5rem;
}

.nv-theme-unified .nv-footer-shell .footer_bootom_content {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nv-theme-unified .itop-header {
  justify-content: center !important;
}

.nv-theme-unified .itop-inner {
  gap: 188px;
}

.nv-theme-unified #searchInput {
  border-radius: 25px;
}

.nv-theme-unified #searchIcon {
  transform: translateX(-36px);
  color: #aeaeae;
}

.nv-theme-unified .navbar_user.me-4 {
  margin: 0 1.5rem !important;
  width: 17%;
  justify-content: right;
  display: flex;
}

.nv-theme-unified .header_bottom_main .navbar.border {
  border-top: 1px solid #dee2e6 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

@media (max-width: 1273px) {
  .nv-theme-unified .itop-inner {
    gap: 10.6vw;
  }
}

@media (max-width: 1122px) {
  .nv-theme-unified .itop-inner {
    justify-content: space-between !important;
    gap: 0;
  }

  .nv-theme-unified .navbar_user.me-4 {
    width: fit-content;
  }

.nv-theme-unified .ilogo-nav {
  margin-right: 60px;
}
}

@media (max-width: 994px) {
  .nv-theme-unified .itop-inner {
    gap: 0;
  }

  .nv-theme-unified .ilogo-nav {
    margin-right: 0;
  }

  .nv-theme-unified .top_inner_searchbar {
    display: none;
  }

  .nv-theme-unified .imob-pad {
    padding-top: 49px;
  }

  .nv-theme-unified .sc-dnone {
    display: none;
  }
}

@media (max-width: 769px) {
  .nv-theme-unified .imob-pad {
    padding-top: 78px;
  }
}

@media (max-width: 600px) {
  .nv-theme-unified .popup-content {
    width: 90%;
    padding: 20px;
  }

  .nv-theme-unified .store-icon {
    width: 66px;
  }

  .nv-theme-unified h1.coupon-code {
    font-size: 28px;
  }

  .nv-theme-unified .discount-text,
  .nv-theme-unified .conditions {
    font-size: 14px;
  }
}

@media (max-width: 579px) {
  .nv-theme-unified .inew-dnone {
    display: none;
  }
}

/* Header minimal cleanup (global unified shell) */
.nv-theme-unified .top_inner_content,
.nv-theme-unified .top_inner_content.about_inner_cont,
.nv-theme-unified .top_inner_content.about_inner_cont.border-start.border-top.border-end,
.nv-theme-unified .header_bottom_main,
.nv-theme-unified .header_bottom_main .navbar,
.nv-theme-unified .header_bottom_main .navbar.border {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Storefront header compaction: remove legacy fixed header height and dead space. */
.nv-theme-unified .about_header {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.nv-theme-unified .ilogo-nav .logo,
.nv-theme-unified .ilogo-nav .logo img {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .nv-theme-unified .top_inner_content.about_inner_cont {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .nv-theme-unified .ilogo-nav {
    align-self: end;
  }

  .nv-theme-unified .ilogo-nav .logo {
    align-items: flex-end !important;
  }

  .nv-theme-unified .ilogo-nav .logo img,
  .nv-theme-unified .top_inner_content.about_inner_cont .logo img {
    height: 68px !important;
    max-height: 68px !important;
    width: auto !important;
  }
}

.nv-theme-unified .drop_bars,
.nv-theme-unified .main_search_btn3 {
  width: auto !important;
  height: auto !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nv-theme-unified .navbar_user_icon > ul {
  gap: 14px !important;
}

.nv-theme-unified .navbar_user_icon > ul > li > a,
.nv-theme-unified .navbar_user_icon .nv-header-account-link,
.nv-theme-unified .navbar_user_icon .nv-header-cart-link {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1f2a16 !important;
}

.nv-theme-unified .navbar_user_icon > ul > li > a i,
.nv-theme-unified .navbar_user_icon .nv-header-account-link i,
.nv-theme-unified .navbar_user_icon .nv-header-cart-link i {
  color: #1f2a16 !important;
  font-size: 24px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.nv-theme-unified .navbar_user_icon .nv-header-cart-link i {
  color: #1f2a16 !important;
  -webkit-text-stroke: 0 !important;
}

.nv-theme-unified .navbar_user_icon > ul > li:last-child > a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #1f2a16 !important;
}

/* Mobile containment guard: prevents 1-column storefront pages from leaking past the viewport. */
@media (max-width: 767.98px) {
  html,
  body.nv-theme-unified {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .nv-theme-unified,
  .nv-theme-unified * {
    box-sizing: border-box;
  }

  .nv-theme-unified .body-wrap,
  .nv-theme-unified .nv-body-wrap,
  .nv-theme-unified .top_header_main,
  .nv-theme-unified main,
  .nv-theme-unified .footer_section,
  .nv-theme-unified .footer_section_wrap {
    width: 100%;
    max-width: 100%;
  }

  .nv-theme-unified .container,
  .nv-theme-unified .container-fluid,
  .nv-theme-unified .container-sm,
  .nv-theme-unified .container-md,
  .nv-theme-unified .container-lg,
  .nv-theme-unified .container-xl,
  .nv-theme-unified .container-xxl {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nv-theme-unified .row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nv-theme-unified .row > * {
    min-width: 0;
    max-width: 100%;
  }

  .nv-theme-unified img,
  .nv-theme-unified picture,
  .nv-theme-unified video,
  .nv-theme-unified iframe {
    max-width: 100%;
  }
}

/* Mobile storefront navigation strip: keep primary links visible below the header on small screens. */
@media (max-width: 991.98px) {
  .nv-theme-unified .header_bottom_main.header_border,
  .nv-theme-unified .header_bottom_main.d-none.d-lg-block {
    display: block !important;
    position: relative !important;
    z-index: 7;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(47, 79, 50, 0.08) !important;
    border-bottom: 1px solid rgba(47, 79, 50, 0.12) !important;
    box-shadow: none !important;
  }

  .nv-theme-unified .header_bottom_main > div,
  .nv-theme-unified .header_bottom_main .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .nv-theme-unified .header_bottom_main .navbar {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .nv-theme-unified .header_bottom_main .navbar-toggler {
    display: none !important;
  }

  .nv-theme-unified .header_bottom_main .navbar-collapse {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
    border: 0 !important;
  }

  .nv-theme-unified .header_bottom_main .navbar-nav.main_menu_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 6px 10px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nv-theme-unified .header_bottom_main .navbar-nav.main_menu_list::-webkit-scrollbar {
    display: none;
  }

  .nv-theme-unified .header_bottom_main .main_menu_list > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding-right: 0 !important;
  }

  .nv-theme-unified .header_bottom_main .main_menu_list .nav-link,
  .nv-theme-unified .header_bottom_main .main_menu_list > li > a,
  .nv-theme-unified .header_bottom_main .main_menu_list > li > button.nav-link {
    display: block !important;
    padding: 9px 11px !important;
    font-size: 13.5px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: #263826 !important;
    background: transparent !important;
    border: 0 !important;
    white-space: nowrap !important;
  }

  .nv-theme-unified .header_bottom_main .dropdown-menu {
    position: absolute !important;
    max-width: calc(100vw - 18px);
    overflow-x: hidden;
  }
}

/* Mobile category dropdown layer: keep Shop by Category options above page banners. */
@media (max-width: 991.98px) {
  .nv-theme-unified .header_bottom_main.header_border,
  .nv-theme-unified .header_bottom_main.d-none.d-lg-block {
    z-index: 1200 !important;
    overflow: visible !important;
    isolation: isolate;
  }

  .nv-theme-unified .header_bottom_main .container,
  .nv-theme-unified .header_bottom_main .navbar,
  .nv-theme-unified .header_bottom_main .navbar-collapse {
    position: relative !important;
    z-index: 1201 !important;
    overflow: visible !important;
  }

  .nv-theme-unified .header_bottom_main .main_menu_list > li.dropdown,
  .nv-theme-unified .header_bottom_main .main_menu_list > li.dropdown.show {
    position: static !important;
    overflow: visible !important;
  }

  .nv-theme-unified .header_bottom_main .navbar-nav.main_menu_list:has(.dropdown-menu.show) {
    overflow: visible !important;
  }

  .nv-theme-unified .header_bottom_main .dropdown-menu {
    z-index: 1220 !important;
    top: calc(100% + 4px) !important;
    left: 8px !important;
    right: auto !important;
    width: min(330px, calc(100vw - 16px)) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: min(68vh, 440px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(47, 79, 50, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 45px rgba(24, 43, 28, 0.18) !important;
  }

  .nv-theme-unified .header_bottom_main .dropdown-menu.show {
    display: block !important;
  }
}

@media (max-width: 479.98px) {
  .nv-theme-unified .header_bottom_main .navbar-nav.main_menu_list {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .nv-theme-unified .header_bottom_main .main_menu_list .nav-link,
  .nv-theme-unified .header_bottom_main .main_menu_list > li > a,
  .nv-theme-unified .header_bottom_main .main_menu_list > li > button.nav-link {
    padding: 8px 9px !important;
    font-size: 12.5px !important;
  }
}
