.nav-container {
  position: relative;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.static-nav-div {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1050;
  padding-top: 15px;
}

/* Horizontal scrollable navbar */
.navbar-new {
  display: flex;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.static-nav-div .dropdown {
  max-height: 50vh;
  overflow-y: auto;
  /* scrollbar-width: none; /* Firefox */
  /* -ms-overflow-style: none; */
}
.static-nav-div .dropdown:hover {
  background-color: white !important;
}
.nav-item .active .link_icon_ {
  fill: white !important;
}
.navbar-new::-webkit-scrollbar {
  display: none;
}

.navbar-new::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.navbar-new::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.navbar-new::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Nav items styling */
.nav-item {
  position: relative;
  margin-right: 5px;
}

.nav-link {
  display: block;
  padding: 0px 5px;
  background-color: white;
  color: #333;
  text-decoration: none;
  border: 1px solid #ecebeb;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #f8f9fa;
  border-color: #bbb;
}

/* Active nav item */
.nav-item.active .nav-link {
  background-color: #1e376a;
  color: white;
  border-color: #a53893;
}

/* Dropdown indicator */
.has-dropdown .nav-link::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 10px;
  margin-left: 8px;
}

/* Dropdown menu - positioned outside nav container */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  margin-top: 5px;
}

.dropdown.show {
  display: block;
  animation: fadeIn 0.2s ease;
}

.dropdown-item {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  font-size: small;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #3498db;
}

.dropdown-item:last-child {
  border-bottom: none;
}

/* Make sure dropdowns can overflow outside nav-container */
.nav-container {
  overflow: visible;
  /* display: flex; */
}

.hot-deals-btn-new {
  height: 34px;
  background: url("hot-deals-btn.png");
  width: 147px;
  background-repeat: no-repeat;
}

.flash-sale-card {
  display: flex;
  /* height: 200px; */
  align-items: center;
}

.shop-all-pro-btn {
  background: #1e376a;
  width: 20%;
  color: #fff !important;
  text-align: center;
  height: 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.flash-sale-time-cont {
  display: flex;
  align-items: center;
}

.flash-sale-cont {
  text-align: center;
  position: relative;
}

.flash-sale-time {
  background-color: #1e376a;
  padding: 4px 8px;
  margin-right: 4px;
}

.ft-label {
  color: #fff;
}

.ft-value {
  color: #f2c32f;
  margin-left: 2px;
  font-weight: bold;
}

.flash-sale-cont-lbl {
  position: absolute;
  right: -20px;
  z-index: 999;
}

.category-card {
  cursor: pointer;
}

.category-img {
  border: 2px solid #0b1c3f;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  transition: all 0.25s ease;
}

.category-img img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.category-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

/* Hover effect */
.category-card:hover .category-img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.brand-card {
  border: 2px solid #0b1c3f;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  height: 110px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.brand-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.brand-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.brand-item {
  width: 100%;
}
.brand-name {
  overflow-x: hidden;
}
/* Hover */
.brand-item:hover .brand-card {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Custom Navigation */
.brand-nav {
  position: absolute;
  top: 40%;
  width: 38px;
  height: 38px;
  background: #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.brand-prev {
  left: -35px;
  top: 35px;
}

.brand-next {
  right: -35px;
  top: 35px;
}

.brand-nav span {
  font-size: 20px;
  color: #6b7280;
}

.head-firsttext {
  margin: 0px;
  font-size: 14px;
}

.head-maintext {
  margin: 0px;
  font-size: 24px;
}

.head-maintext span {
  font-weight: 700;
}

.flash-sale-cont .owl-carousel .product-box {
  margin: 0 auto !important;
}

@media (max-width: 567px) {
  .nav-container {
    display: none;
  }

  .flash-sale-cont-lbl {
    display: none;
  }

  .flash-sale-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flash-sale-card {
    width: 100%;
  }
}

.product-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.link_icon_ img {
  width: 15px;
  height: 15px;
}

.link_text_ {
  font-size: small !important;
}
.full_screen_nav__ {
  top: 110px !important;
}

@media (min-width: 992px) {
  .full_screen_nav__ {
    top: 110px !important;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .full_screen_nav__ {
    top: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .margin {
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 600px) {
  .margin2 {
    margin-top: 110px !important;
  }
}
