.header_style2 {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #000000;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #252223;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  margin-top: -70px;
  /* margin-bottom: -104px; */
}
.header_style2 .swiper {
  width: 100%;
  height: 100%;
}
.header_style2 .slick-next,
.header_style2 .slick-prev {
  background: transparent;
  height: 100%;
  font-size: 0px;
  border-radius: 0px;
  width: 7vw;
  padding-top: 0;
  z-index: 99;
}
.header_style2 .slick-next::before,
.header_style2 .slick-prev::before {
  content: "";
  opacity: 0;
}
.header_style2 .slick-prev {
  left: 0;
}
.header_style2 .slick-next {
  right: 0;
}
.header_style2 .slick-slide {
  position: relative;
}
.header_style2 .slider_content {
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.header_style2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.header_style2 .border-headig .banner-border {
  font-weight: 500;
  color: white;
  width: 16vw;
  /* width: 12.5em; */
  border-bottom: 2px solid #ffffff;
  display: inline-block;
}
.header_style2 .border-headig {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
  margin-bottom: 53px;
}

@media (max-width: 991px) {
  .header_style2 .border-headig {
    font-size: 27px;
    gap: 5px;
    margin-bottom: 10px;
  }
}




.header_style2 .slick-dots li button {
  background: #dedede;
  padding: 6px !important;
  border-radius: 50%;
}

.header_style2 .slick-dots li.slick-active button {
  background: var(--primary-color);
}

.header_style2 .slick-dots {
  bottom: 10px;
}




/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header_style2_style {
  color: #eee;
  background-color: transparent;
  transition: all 0.5s;
  z-index: 997;
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #ffffff;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #252223;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #dadada3d;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --nav-color: rgba(255, 255, 255, 0.8);
  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #252223;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

.header.bg_sticky {
  --nav-color: rgba(0, 0, 0, 0.8);
  background-color: var(--background-color);
  --default-color: #252223;
  --heading-color: #252223;
  --accent-color: #f03c02;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-hover-color: #f03c02;
  --surface-color: #ffffff;
}

@media (max-width: 1199px) {
  .header_style2_style {
    --nav-color: rgba(0, 0, 0, 0.8);
    background-color: var(--background-color);
    --default-color: #252223;
    --heading-color: #252223;
    --accent-color: #f03c02;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --nav-hover-color: #f03c02;
  }
}
.header_style2_style .top-bar {
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  font-size: 14px;
}

.header_style2_style .top-bar .top-bar-item {
  color: var(--default-color);
}

.header_style2_style .top-bar .top-bar-item a {
  color: var(--accent-color);
  text-decoration: none;
}

.header_style2_style .top-bar .top-bar-item a:hover {
  text-decoration: underline;
}

.header_style2_style .top-bar .top-bar-item .selected-icon {
  color: var(--accent-color);
  opacity: 1;
  width: 16px;
}

.header_style2_style .top-bar .announcement-slider {
  color: var(--accent-color);
  font-weight: 500;
  height: 24px;
  overflow: hidden;
}

.header_style2_style .top-bar .announcement-slider .swiper-wrapper {
  height: auto !important;
}

.header_style2_style .top-bar .announcement-slider .swiper-slide {
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.header_style2_style .top-bar .dropdown-menu {
  min-width: 150px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.header_style2_style .top-bar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: var(--default-color);
  display: flex;
  align-items: center;
}

.header_style2_style .top-bar .dropdown-menu .dropdown-item .selected-icon {
  opacity: 1;
  color: var(--accent-color);
  width: 16px;
}

.header_style2_style .top-bar .dropdown-menu .dropdown-item:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

.header_style2_style .main-header {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header_style2_style .main-header .logo {
  line-height: 1;
}

.header_style2_style .main-header .logo img {
  max-height: 55px;
  margin-right: 8px;
}

.header_style2_style .main-header .logo h1 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .header_style2_style .main-header .logo h1 {
    font-size: 24px;
  }
}
.header_style2_style .main-header .header-actions {
  gap: 16px;
}

.header_style2_style .main-header .header-actions .header-action-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0.5rem;
  color: var(--default-color);
  font-size: 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.header_style2_style .main-header .header-actions .header-action-btn i {
  font-size: 24px;
}

.header_style2_style .main-header .header-actions .header-action-btn i.bi-person {
  font-size: 28px;
}

.header_style2_style .main-header .header-actions .header-action-btn:hover {
  color: var(--accent-color);
}

.header_style2_style .main-header .header-actions .header-action-btn .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu {
  background-color: var(--surface-color);
  min-width: 280px;
  padding: 0;
  border-radius: 6px;
  margin-top: 0.75rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  filter: drop-shadow(2px 4px 6px black);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-header {
  padding: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-header h6 {
  margin: 0 0 0.25rem;
  color: var(--heading-color);
  font-size: 16px;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-header p {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-body {
  padding: 1rem 0;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-body .dropdown-item {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
  color: var(--default-color);
  transition: all 0.2s ease;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-body .dropdown-item i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.2s ease;
  font-size: 16px;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-body .dropdown-item:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-body .dropdown-item:hover i {
  color: var(--accent-color);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-footer {
  padding: 1.25rem;
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-footer .btn {
  font-size: 14px;
  padding: 0.5rem 1rem;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-footer .btn-outline-primary {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}

.header_style2_style .main-header .account-dropdown .dropdown-menu .dropdown-footer .btn-outline-primary:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.header_style2_style .search-form {
  margin: 0;
}

.header_style2_style .search-form .input-group {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 10px;
  overflow: visible;
  background-color: var(--surface-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header_style2_style .search-form .input-group:focus-within {
  border-color: var(--accent-color);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.header_style2_style .search-form .input-group .form-control {
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  background-color: transparent;
  color: var(--default-color);
}

.header_style2_style .search-form .input-group .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.header_style2_style .search-form .input-group .form-control:focus {
  box-shadow: none;
}

.header_style2_style .search-form .input-group .btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0 25px;
  border: none;
  transition: all 0.3s ease;
  border-radius: 10px !important;
  margin: 3px;
  width: 36px;
  text-align: c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 7px;
}

.header_style2_style .search-form .input-group .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.header_style2_style .search-form .input-group .btn i {
  font-size: 16px;
}

.header_style2_style .header-nav {
  background-color: var(--accent-color);
}

@media (min-width: 1200px) {
  .header_style2_style .header-nav {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
}
.header_style2_style #mobileSearch {
  z-index: 1;
  position: absolute;
  top: 0;
  background: #eee;
  width: 100%;
  min-height: 450px;
  max-height: 100vh;
  overflow: auto;
  padding-top: 15px;
  box-shadow: -4px 0px 1px 2px gray;
}

.header_style2_style #mobileSearch .search-form {
  padding: 10px 0;
}

.header_style2_style  .search-form-mobile-close {
  background: #000000;
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  margin-top: 80px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .header_style2_style .main-header .header-actions {
    gap: 0.5rem;
  }
  .header_style2_style .main-header .header-actions .header-action-btn {
    padding: 0.25rem;
  }
  .header_style2_style .main-header .header-actions .header-action-btn i {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
 .header_style2_style  .navmenu {
    padding: 0;
  }
 .header_style2_style  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  }
 .header_style2_style  .navmenu li {
    position: relative;
  }
 .header_style2_style  .navmenu a,
 .header_style2_style  .navmenu a:focus {
    color: var(--nav-color);
    padding: 12px 15px;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
 .header_style2_style  .navmenu a i,
 .header_style2_style  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
 .header_style2_style  .navmenu li:first-child a {
    padding-left: 0;
  }
 .header_style2_style  .navmenu li:hover > a,
 .header_style2_style  .navmenu .active,
 .header_style2_style  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
 .header_style2_style  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
 .header_style2_style  .navmenu .dropdown ul li {
    min-width: 200px;
  }
 .header_style2_style  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
 .header_style2_style  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
 .header_style2_style  .navmenu .dropdown ul a:hover,
 .header_style2_style  .navmenu .dropdown ul .active:hover,
 .header_style2_style  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
 .header_style2_style  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
 .header_style2_style  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
 .header_style2_style  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
/* Navmenu - Mobile */
@media (max-width: 1199px) {
 .header_style2_style  .mobile-nav-toggle {
    color: var(--default-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
 .header_style2_style  .navmenu {
    padding: 0;
    z-index: 9997;
  }
 .header_style2_style  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 0 auto 0 calc(100% - min(600px, max(50%, 90vw)));
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #eee;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    right: 0;
    bottom: 0;
    top: 0;
  }
 .header_style2_style  .navmenu a,
 .header_style2_style  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
 .header_style2_style  .navmenu a i,
 .header_style2_style  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
 .header_style2_style  .navmenu a i:hover,
 .header_style2_style  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
 .header_style2_style  .navmenu a:hover,
 .header_style2_style  .navmenu .active,
 .header_style2_style  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
 .header_style2_style  .navmenu .active i,
 .header_style2_style  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
 .header_style2_style  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
 .header_style2_style  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
 .header_style2_style  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active  .header_style2_style {
    overflow: hidden;
  }
  .mobile-nav-active  .header_style2_style .mobile-nav-toggle {
    color: #000000;
    position: absolute;
    font-size: 32px;
    top: 11px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
    border: 1px solid black;
  }
  .mobile-nav-active  .header_style2_style .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
    left: 0;
    width: 50;
  }
  .mobile-nav-active  .header_style2_style .navmenu > ul {
    display: block;
  }
}
/* Products Mega Menu 1 - Desktop */
@media (min-width: 1200px) {
 .header_style2_style  .navmenu .products-megamenu-1 {
    position: static;
    /*  Hide Desktop Mega Menu 1 in Desktop */
    /* Bootstrap Tabs Navigation */
    /* Tab Content */
  }
  .header_style2_style .navmenu .products-megamenu-1 .mobile-megamenu {
    display: none;
  }
  .header_style2_style .navmenu .products-megamenu-1 .desktop-megamenu,
  .header_style2_style .navmenu .products-megamenu-1 .active,
  .header_style2_style .navmenu .products-megamenu-1 .active:focus {
    background-color: #eeeeee;
  }
  .header_style2_style .navmenu .products-megamenu-1 .desktop-megamenu {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-radius: 6px;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: hidden;
    background: #eee;
    color: #000;
  }
  .header_style2_style .navmenu .products-megamenu-1:hover > .desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    padding-bottom: 50px;
    overflow: auto;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs {
    margin-bottom: 15px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs .nav-tabs {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs .nav-tabs .nav-link {
    border: none;
    padding: 10px 20px;
    color: var(--nav-dropdown-color);
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs .nav-tabs .nav-link:hover {
    color: var(--nav-dropdown-hover-color);
    border-color: transparent;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-tabs .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: transparent;
    border-bottom: 2px solid var(--accent-color);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Category Grid */
    /* Product Grid */
    padding-bottom: 20px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content::-webkit-scrollbar {
    width: 5px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 10px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 10px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .tab-content {
    display: none;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .tab-content.active {
    display: block;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column {
    background-color: color-mix(in srgb, var(--surface-color), var(--accent-color) 3%);
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column h4 {
    color: var(--heading-color);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column h4:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--accent-color);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li {
    margin-bottom: 10px;
    background-color: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start !important;
    width: 100%;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li:last-child {
    margin-bottom: 0;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li a {
    color: var(--nav-dropdown-color);
    font-size: 14px;
    transition: 0.3s;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li a:before {
    content: "\f285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: var(--accent-color);
    opacity: 0.7;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li a:hover {
    color: var(--nav-dropdown-hover-color);
    transform: translateX(3px);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column ul li a:hover:before {
    opacity: 1;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .category-grid .category-column .active {
    background-color: none;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 10px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card {
    background-color: var(--surface-color);
    overflow: hidden;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card:hover .product-image img {
    transform: scale(1.1);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image {
    height: 160px;
    position: relative;
    overflow: hidden;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image .badge-new,
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image .badge-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    z-index: 1;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image .badge-new {
    background-color: #28a745;
    color: white;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-image .badge-sale {
    background-color: #dc3545;
    color: white;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info {
    padding: 15px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info h5 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info .price {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info .price .original-price {
    text-decoration: line-through;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-right: 5px;
    font-weight: normal;
  }
  .header_style2_style .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info .btn-view {
    display: inline-block;
    padding: 5px 12px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .megamenu-content .product-grid .product-card .product-info .btn-view:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
}
/* Products Mega Menu 1 - Mobile */
@media (max-width: 1199px) {
 .header_style2_style  .navmenu .products-megamenu-1 {
    /* Hide Desktop Mega Menu 1 in Mobile */
  }
 .header_style2_style  .navmenu .products-megamenu-1 .desktop-megamenu {
    display: none;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu li:last-child {
    border-bottom: none;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu li ul {
    padding: 0;
  }
 .header_style2_style  .navmenu .products-megamenu-1 .mobile-megamenu.dropdown-active {
    display: block;
  }
}
/* Products Mega Menu 2 - Desktop */
@media (min-width: 1200px) {
 .header_style2_style  .navmenu .products-megamenu-2 {
    position: static;
    /* Hide Mobile Mega Menu in Desktop */
    /* Tabs Navigation */
    /* Tab Content */
  }
 .header_style2_style  .navmenu .products-megamenu-2 .mobile-megamenu {
    display: none;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .desktop-megamenu,
 .header_style2_style  .navmenu .products-megamenu-2 .active,
 .header_style2_style  .navmenu .products-megamenu-2 .active:focus {
    background-color: var(--nav-dropdown-background-color);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .desktop-megamenu {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-radius: 6px;
    z-index: 99;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: auto;
    background: #eee;
    padding-bottom: 30px;
  }
 .header_style2_style  .navmenu .products-megamenu-2:hover > .desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs {
    padding: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs .nav-tabs .nav-item {
    margin: 0;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs .nav-tabs .nav-link {
    border: none;
    padding: 15px 30px;
    color: var(--nav-dropdown-color);
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.5px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs .nav-tabs .nav-link:hover {
    color: var(--nav-dropdown-hover-color);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-tabs .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: transparent;
    border-bottom: 2px solid var(--accent-color);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content {
    flex: 1;
    overflow-y: auto;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Category Layout */
    /* Categories Section */
    /* Featured Section */
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content::-webkit-scrollbar {
    width: 5px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 10px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 10px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .tab-pane {
    padding: 25px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .category-layout {
    display: flex;
    gap: 30px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section {
    flex: 1;

  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-headers {

    margin-bottom: 15px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-headers h4 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-links {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-links .link-row{
   flex: 1 1 25%;
 }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-links .link-row a {
    color: var(--nav-dropdown-color);
    font-size: 14px;
    transition: 0.3s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .categories-section .category-links .link-row a:hover {
    color: var(--nav-dropdown-hover-color);
    transform: translateX(3px);
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section {
    width: 300px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image {
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image .featured-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image .featured-content h3 {
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image .featured-content .btn-shop {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    width: fit-content;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .megamenu-content .featured-section .featured-image .featured-content .btn-shop:hover {
    background-color: color-mix(in srgb, var(--accent-color), black 15%);
    transform: translateY(-2px);
  }
}
/* Products Mega Menu 2 - Mobile */
@media (max-width: 1199px) {

 .header_style2_style  .navmenu .products-megamenu-2 .desktop-megamenu {
    display: none;
  }
 .header_style2_style  .navmenu .products-megamenu-2 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu li:last-child {
    border-bottom: none;
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu li ul {
    padding: 0;
  }
  .header_style2_style .navmenu .products-megamenu-2 .mobile-megamenu.dropdown-active {
    display: block;
  }
}



@media (max-width: 990px) {
  .header_style2 {
    margin: 0;
  }
}
