/** Shopify CDN: Minification failed

Line 988:1 Expected "}" to go with "{"

**/
.mega-menu {
  position: static;
}

.mega-menu__content {
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-height: calc(100vh - var(--header-bottom-position-desktop, 8rem));
  z-index: 100;
  box-shadow: none;
  border: none;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 2rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
  padding-left: 1.5rem;
        padding-right: 1.5rem;
}

.js .mega-menu__content,
details:not([open]) > .mega-menu__content,
.mega-menu:not([open]) .mega-menu__content {
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none !important;
  visibility: hidden !important;
  display: none !important;
  /* opacity: 1;
  transform: translateY(0);
  pointer-events: auto !important;
  visibility: visible !important;
  display: block !important; */
}

.mega-menu[open] .mega-menu__content,
details[open] > .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto !important;
  visibility: visible !important;
  display: block !important;
}

/* Modal Popup Container Card */
.mega-menu__container {
  width: 92%;
  margin: 0 auto;
  background: rgb(var(--color-background));
  border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  padding: 0px 28px;
  display: flex;
  gap: 28px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  border: 1px solid rgba(var(--color-foreground), 0.08);
}

/* Left Sidebar Navigation */
.mega-menu__sidebar {
  width: 323px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  border-right: 1px solid rgba(var(--color-foreground), 0.08);
  padding-right: 20px;
  box-sizing: border-box;
}

.mega-menu__sidebar-header {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.15);
}

.mega-menu__sidebar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  /* letter-spacing: 0.5px; */
  margin: 0;
  line-height: 1.2;
}

.mega-menu__sidebar-leaf {
  color: rgb(var(--color-mega-menu-accent));
  display: flex;
  align-items: center;
}

.mega-menu__sidebar-subtitle {
  font-size: 14px;
  color: #666;
  margin: 4px 0 0 0;
  font-weight: 400;
}

.mega-menu__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.mega-menu__tab-item {
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}

.mega-menu__tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 11px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
}

.mega-menu__tab-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mega-menu__tab-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.mega-menu__tab-text {
  display: flex;
  flex-direction: column;
}

.mega-menu__tab-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  line-height: 1.25;
  transition: color 0.2s ease;
}

.mega-menu__tab-sub {
  font-size: 12px;
  color: rgba(var(--color-foreground), 0.6);
  margin-top: 2px;
  line-height: 1.2;
}

.mega-menu__tab-arrow {
  color: rgba(var(--color-foreground), 0.3);
  transition: transform 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}

.mega-menu__tab-btn:hover,
.mega-menu__tab-btn.is-active {
  /* background-color: rgba(var(--color-foreground), 0.05); */
  /* border-color: rgba(var(--color-foreground), 0.1); */
}

.mega-menu__tab-btn:hover .mega-menu__tab-title,
.mega-menu__tab-btn.is-active .mega-menu__tab-title {
  color: rgb(var(--color-mega-menu-accent));
}

.mega-menu__tab-btn:hover .mega-menu__tab-arrow,
.mega-menu__tab-btn.is-active .mega-menu__tab-arrow {
  color: rgb(var(--color-mega-menu-accent));
  transform: translateX(3px);
}

.mega-menu__tab-btn:hover .mega-menu__tab-icon,
.mega-menu__tab-btn.is-active .mega-menu__tab-icon {
  transform: scale(1.05);
}

/* Right Main Content Area */
.mega-menu__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mega-menu__panel {
  display: none;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.mega-menu__panel.is-active {
  display: flex;
  animation: megaPanelFade 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes megaPanelFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Panel Header Row */
.mega-menu__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6px;
}

.mega-menu__cat-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mega-menu__cat-icon {
  width: 46px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  flex-shrink: 0;
}

.mega-menu__cat-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #232323;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.2;
}

.mega-menu__cat-desc {
  font-size: 14px;
  color: #666;
  margin: 2px 0 0 0;
  font-weight: 400;
}

.mega-menu__view-all {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #232323;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0;
  padding-bottom: 2px;
  border-bottom: 1.5px solid rgba(var(--color-foreground), 0.15);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mega-menu__view-all:hover {
  color: rgb(var(--color-mega-menu-accent));
  border-color: rgb(var(--color-mega-menu-accent));
}

.mega-menu__view-all svg {
  transition: transform 0.2s ease;
}

.mega-menu__view-all:hover svg {
  transform: translateX(3px);
}

/* Product Cards Grid with Theme Default Card-Product */
.mega-menu__product-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(127, 188, 30, 0.4) transparent;
}

.mega-menu__product-grid::-webkit-scrollbar {
  height: 5px;
}

.mega-menu__product-grid::-webkit-scrollbar-track {
  background: transparent;
}

.mega-menu__product-grid::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.mega-menu--dark .mega-menu__product-grid::-webkit-scrollbar-thumb {
  background-color: rgba(255, 193, 7, 0.3);
}

.mega-product-card-wrapper {
  flex: 0 0 calc(20% - 11.2px);
  width: calc(20% - 11.2px);
  min-width: 195px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1150px) {
  .mega-product-card-wrapper {
    flex: 0 0 210px;
    width: 210px;
    min-width: 210px;
  }
}

.mega-product-card-wrapper .card-wrapper {
  height: 100%;
}

/* Mega Menu Specific Product Card Overrides (Scoped strictly to mega-menu) */
.mega-menu__product-grid .girnar-custom-card {
  height: 100%;
}

.mega-menu__product-grid .girnar-custom-card .card .card__inner {
  height: auto !important;
  aspect-ratio: 0 / 1;
  width: 100%;
}

.mega-menu__product-grid .girnar-custom-card .card__media .media img,
.mega-menu__product-grid .girnar-custom-card .media img,
.mega-menu__product-grid .girnar-custom-card img {
  object-fit: contain !important;
}

/* Variant selector fitting for mega menu product cards */
.mega-menu__product-grid .girnar-variant-selector-wrapper {
  width: 94% !important;
  max-width: 94% !important;
}

.mega-menu__product-grid .girnar-variant-selector {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  justify-content: center !important;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px !important;
}

.mega-menu__product-grid .girnar-variant-selector {padding: 12px 16px;border-radius: 9px;}

.mega-menu__product-grid .girnar-variant-selector::-webkit-scrollbar {
  display: none !important;
}

.mega-menu__product-grid .girnar-variant-option {
  font-size: 12px !important;
  padding: 5px 7px !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.mega-menu__product-grid .girnar-custom-card .card__content {
  padding: 10px 12px;
}

.mega-menu__product-grid .girnar-custom-card .card__heading {
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 4px 0;
}

.mega-menu__product-grid .girnar-custom-card .price .price-item--regular,
.mega-menu__product-grid .girnar-custom-card .price .price-item--sale {
  font-size: 20px;
  font-weight: 600;
}

.mega-product-card-wrapper .girnar-custom-card .price{margin-top: 0;}

.mega-menu__product-grid .girnar-add-to-cart-btn {
  height: 44px;
  font-size: 16px;
  gap: 6px;
  padding: 0 6px;
}

.mega-menu__product-grid .girnar-add-to-cart-btn svg {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.mega-menu__product-grid .girnar-quick-view-btn {
  width: 50px;
  height: 44px;
}

/* Bottom Feature Banner (USPs) */
.mega-menu__usps {
  background-color: #F3F3EB;
  border-radius: 10px;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 4px;
  /* border-right: 1px solid rgba(var(--color-foreground), 0.08); */
}

.mega-menu__usp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  position: relative;
  text-align: center;
}

.mega-menu__usp-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: rgba(var(--color-foreground), 0.15);
}

.mega-menu__usp-icon {
  color: rgb(var(--color-mega-menu-accent));
  flex-shrink: 0;
}

.mega-menu__usp-icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

product-component, collection-component{height: 100%;}

/* ==========================================================================
   DARK THEME STYLING (EXCLUSIVE TO FOLLOW FRAGRANCES MEGAMENU)
   ========================================================================== */



.mega-menu--dark .mega-menu__container,
.mega-menu__container--dark {
  background: #0e0e0e;
  border: 0;
  color: #ffffff;
}

.mega-menu--dark .mega-menu__sidebar {
  border-right: 1px solid #665934;
}

.mega-menu--dark .mega-menu__sidebar-header {
  border-bottom: 1px solid #665934;
}

.mega-menu--dark .mega-menu__tab-item{
  border-bottom: 1px solid  #665934;
;
}

.mega-menu--dark .mega-menu__sidebar-title {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__sidebar-leaf {
  color: #e5a93c;
}

.mega-menu--dark .mega-menu__sidebar-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
/* 
.mega-menu--dark .mega-menu__tab-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
} */

.mega-menu--dark .mega-menu__tab-title {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__tab-sub {
  color: rgba(255, 255, 255, 0.6);
}

.mega-menu--dark .mega-menu__tab-arrow {
  color: rgba(255, 255, 255, 0.4);
}

.mega-menu--dark .mega-menu__tab-icon {
  background: rgba(255, 255, 255, 0.06);
  color: #FFC107;
}
/* 
.mega-menu--dark .mega-menu__tab-btn:hover,
.mega-menu--dark .mega-menu__tab-btn.is-active {
  background: rgba(229, 169, 60, 0.08);
  border-color: #e5a93c;
} */

.mega-menu--dark .mega-menu__tab-btn:hover .mega-menu__tab-title,
.mega-menu--dark .mega-menu__tab-btn.is-active .mega-menu__tab-title {
  color: #FFC107;
}

.mega-menu--dark .mega-menu__tab-btn:hover .mega-menu__tab-arrow,
.mega-menu--dark .mega-menu__tab-btn.is-active .mega-menu__tab-arrow {
  color: #FFC107;
  transform: translateX(3px);
}

.mega-menu--dark .mega-menu__tab-btn:hover .mega-menu__tab-icon,
.mega-menu--dark .mega-menu__tab-btn.is-active .mega-menu__tab-icon {
  color: #FFC107;
  transform: scale(1.05);
}

/* Right Main Area */
.mega-menu--dark .mega-menu__cat-icon {
  color: #FFC107;
}

.mega-menu--dark .mega-menu__cat-title {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__cat-desc {
  color: rgba(255, 255, 255, 0.7);
}

.mega-menu--dark .mega-menu__view-all {

   color: #e5a93c;
  border-bottom-color: #ffffff; transition: .5s ease;
}

.mega-menu--dark .mega-menu__view-all:hover {

    color: #e5a93c;
  border-bottom-color: #e5a93c;
}

/* Product Cards Grid in Dark Mode */
.mega-menu--dark .mega-product-card-wrapper {
  background: #141414;
  border-radius: 10px;
  overflow: hidden;
}

.mega-menu--dark .mega-menu__product-grid .girnar-custom-card {
  background-color: #141414;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mega-menu--dark .mega-menu__product-grid .girnar-custom-card:hover {
  border-color: #e5a93c;
  box-shadow: 0 4px 20px rgba(229, 169, 60, 0.2);
}

.mega-menu--dark .mega-menu__product-grid .girnar-custom-card .card .card__inner {
  background-color: #ffffff;
  background: #ffffff;
  border-radius: 11px 11px 0 0;
}

.mega-menu--dark .mega-menu__product-grid .card__content {
  background-color: #141414;
}

.mega-menu--dark .mega-menu__product-grid .card__heading,
.mega-menu--dark .mega-menu__product-grid .card__heading a,
.mega-menu--dark .mega-menu__product-grid .full-unstyled-link {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__product-grid .price .price-item--regular,
.mega-menu--dark .mega-menu__product-grid .price .price-item--sale,
.mega-menu--dark .mega-menu__product-grid .price-item {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn {
  background-color: #fbc02d !important;
  background: #fbc02d !important;
  color: #000000 !important;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  width: initial;
  min-width:120px;
}
.mega-menu__product-grid .girnar-add-to-cart-btn{
    width: initial !important;
  min-width:120px !important;
}

.template-suffix-follow-fragrances details[open]>.header__menu-item  svg path{
stroke: #ffc107;
}

.template-suffix-follow-fragrances details>.header__menu-item  svg path{
stroke: #ffffff;
}

.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn .btn-text,
.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn span {
  color: #000000 !important;
}

.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn svg path,
.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn .icon-cart path {
  fill: #000000;
}

.mega-menu--dark .mega-menu__product-grid .girnar-quick-view-btn {
  background-color: #ffffff;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 6px;
}

.mega-menu--dark .mega-menu__product-grid .girnar-quick-view-btn svg {
  stroke: #000000;
}

.mega-menu--dark .mega-menu__product-grid .girnar-variant-option {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.mega-menu--dark .mega-menu__product-grid .girnar-variant-option.active {
  background: #e5a93c;
  color: #000000;
  border-color: #e5a93c;
}

/* Bottom Feature Banner (USPs) in Dark Mode */
.mega-menu--dark .mega-menu__usps {
  background: #000;
  border-radius: 10px;
}

.mega-menu--dark .mega-menu__usp-item {
  color: #ffffff;
}

.mega-menu--dark .mega-menu__usp-item:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.mega-menu--dark .mega-menu__usp-icon {
  color: #e5a93c;
}

/* ==========================================================================
   GIRNAR MEGAMENU LIGHT OVERRIDE (FORCED WHITE BACKGROUND)
   ========================================================================== */
.mega-menu--girnar-light .mega-menu__container,
.mega-menu__container--girnar-light {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__sidebar {
  background: #ffffff !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;

}
.mega-menu__sidebar , .mega-menu__main{
  padding-top:24px;
  padding-bottom:26px;
}

.mega-menu--girnar-light .mega-menu__sidebar-header {
  border-bottom: 1px solid #E2E2E2 !important;
}

.mega-menu--girnar-light .mega-menu__sidebar-title {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__sidebar-leaf {
  color: #7FBC1E !important;
}

.mega-menu--girnar-light .mega-menu__sidebar-subtitle {
  color: rgba(0, 0, 0, 0.6) !important;
}



.mega-menu--girnar-light .mega-menu__tab-btn {
  background: transparent !important;
}

.mega-menu--girnar-light .mega-menu__tab-title {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__tab-sub {
  color: rgba(0, 0, 0, 0.5) !important;
}

.mega-menu--girnar-light .mega-menu__tab-arrow {
  color: rgba(0, 0, 0, 0.3) !important;
}

.mega-menu--girnar-light .mega-menu__tab-btn:hover .mega-menu__tab-title,
.mega-menu--girnar-light .mega-menu__tab-btn.is-active .mega-menu__tab-title {
  color: #7FBC1E !important;
}

.mega-menu--girnar-light .mega-menu__tab-btn:hover .mega-menu__tab-arrow,
.mega-menu--girnar-light .mega-menu__tab-btn.is-active .mega-menu__tab-arrow {
  color: #7FBC1E !important;
}

.mega-menu--girnar-light .mega-menu__cat-title {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__cat-desc {
  color: rgba(0, 0, 0, 0.6) !important;
}

.mega-menu--girnar-light .mega-menu__view-all {
  color: #232323 !important; transition: .5s ease;
  border-bottom-color: #E2E2E2 !important;
}
.mega-menu--girnar-light .mega-menu__view-all:hover {
  color: #7FBC1E !important;
  border-bottom-color: #7FBC1E !important;
}
/* Product Cards Grid in Girnar Light Mode */
.mega-menu--girnar-light .mega-product-card-wrapper {
  background: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-custom-card {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 1px solid #D7D7D7 !important;
  border-radius: 10px !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-custom-card:hover {
  border-color: #7FBC1E !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-custom-card .card .card__inner {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .card__content {
  background-color: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .card__heading,
.mega-menu--girnar-light .mega-menu__product-grid .card__heading a,
.mega-menu--girnar-light .mega-menu__product-grid .full-unstyled-link {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .price .price-item--regular,
.mega-menu--girnar-light .mega-menu__product-grid .price .price-item--sale,
.mega-menu--girnar-light .mega-menu__product-grid .price-item {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-add-to-cart-btn {
  background-color: #7FBC1E !important;
  background: #7FBC1E !important;
  color: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-add-to-cart-btn span,
.mega-menu--girnar-light .mega-menu__product-grid .girnar-add-to-cart-btn .btn-text {
  color: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__product-grid .girnar-add-to-cart-btn svg path,
.mega-menu--girnar-light .mega-menu__product-grid .girnar-add-to-cart-btn .icon-cart path {
  fill: #ffffff !important;
}

.mega-menu--girnar-light .mega-menu__usps {
  background-color: #F3F3EB !important;
  background: #F3F3EB !important;
}

.mega-menu--girnar-light .mega-menu__usp-item {
  color: #121212 !important;
}

.mega-menu--girnar-light .mega-menu__usp-item:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.15) !important;
}



/* Mega Menu Product Grid Wrapper & Slider Navigation Buttons */
.mega-menu__product-grid-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.mega-menu__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #E2E8F0;
  color: #222222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: none !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: all 0.2s ease;
}

.has-5-products.is-scrollable .mega-menu__slider-btn,
.mega-menu__product-grid-wrapper.is-scrollable .mega-menu__slider-btn {
  display: flex !important;
}

@media screen and (max-width: 1650px) {
  .has-5-products .mega-menu__slider-btn {
    display: flex !important;
  }
}

.mega-menu__slider-btn.is-disabled {
  opacity: 0.35 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.mega-menu__slider-btn:hover {
  background: #8EC63F;
  border-color: #8EC63F;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(142, 198, 63, 0.3);
}

.mega-menu__slider-btn--prev {
  left: -12px;
}

.mega-menu__slider-btn--next {
  right: -12px;
}

.mega-menu--dark .mega-menu__slider-btn {
  background: #232323;
  border-color: #444444;
  color: #ffffff;
}

.mega-menu--dark .mega-menu__slider-btn:hover {
  background: #FFC107;
  border-color: #FFC107;
  color: #000000;
}

/* Ensure Add to Cart / Sold Out button text is always visible and fully styled */
.mega-menu__product-grid .girnar-add-to-cart-btn {
  width: 100% !important;
  min-width: 0 !important;
  flex: 1;
  height: 44px;
  background-color: #8EC63F !important;
  color: #ffffff !important;
  border-radius: 8px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 10px !important;
}

.mega-menu__product-grid .girnar-add-to-cart-btn .btn-text {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

@media screen and (max-width: 1349px) {
  .mega-menu__product-grid .girnar-add-to-cart-btn .btn-text {
  font-size: 13px !important;
}
.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn {
  background-color: #FFC107 !important;
  color: #000000 !important;
}

.mega-menu--dark .mega-menu__product-grid .girnar-add-to-cart-btn .btn-text {
  color: #000000 !important;
}