/** Shopify CDN: Minification failed

Line 1122:5 Unexpected "/"
Line 1141:0 Unexpected "}"

**/
.header_inner_content {
  padding: 40px;
  margin-top: 70px;
}
.header__logo-link{
  display: flex;
  width: 100%;
}
.header_inner_menu_titles {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  text-transform: uppercase;
}
.shop_title {
  font-family: "Juniper Bay", sans-serif !important;
}
.header_inner_menu_labels {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_inner_menu_labels .header_inner_menu_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
.header_inner_menu_labels .header_inner_menu_title.active {
  color: #fff;
  background: #00ab9d;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 900;
}
.bottom-nav {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 64px;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 20px;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bottom-nav .nav-icon {
  flex: 1;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-nav .nav-icon img {
  height: 32px;
}


@media (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
  .header {
    display: block;
  }
}

#new-header-group {
  background: white;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-transform: uppercase !important;
  font-weight: bold;
  transition: transform 0.3s ease;
  display: block;
}

#new-header-group.hidden {
  display: none;
}

.header__menu {
  font-weight: bold;
  cursor: pointer;
}
.desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}
.header__logo {
  width: 100px;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  min-width: 100px;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  max-width: 300px;
  color: black;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 4;
}
.header__right.active {
  background: white;
  color: black;
  border-radius: 0px;
}
.header__right.active cart-icon {
  color: black;
}
.header__right.active cart-icon svg path {
  color: black;
  fill: black;
}
.header__right.active .header__account a {
  color: black;
}
.header__right.active .header__account a svg path {
  fill: black;
}

.header__account a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase !important;
  font-weight: bold;
}
.header__cart cart-drawer-component {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__cart cart-drawer-component span {
  text-transform: uppercase !important;
}
/* Overlay fades in */
.mega-menu-overlay {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Active state - overlay visible */
.mega-menu-overlay.show {
  opacity: 1;
  pointer-events: all;
}

/* Menu content slides in from right */
.mega-menu-content {
  background: white;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* smooth springy easing */
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  min-width: 300px;
}

/* When overlay is active, slide menu in */
.mega-menu-overlay.show .mega-menu-content {
  transform: translateX(0);
}

/* Optional: fade in inner content (just for polish) */
.header__menu-inner {
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}

.mega-menu-overlay.show .header__menu-inner {
  opacity: 1;
  max-height: 90vh;
  overflow-y: scroll;
}
.header__inner_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: black;
  padding: 5px 40px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: 15px;
  padding-right: 150px;
}
#megaMenuOverlay .header__cart cart-drawer-component {
  color: black;
}
#megaMenuOverlay .header__cart cart-drawer-component svg path {
  fill: black;
}
#megaMenuOverlay .header__account a svg path {
  fill: black;
}
#megaMenuOverlay .header__account a {
  color: black;
}
.header_inner_menu_content {
  margin-top: 40px;
}
.header_inner_menu_content .header_inner_menu_title  {
 padding: 8px 0px;
}
.mega-menu-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem; /* space between items */
  align-items: flex-start;
}
.mega-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mega-menu-item img {
  border-radius: 25px;
}
.mega-menu-title {
  margin-top: 10px;
  font-weight: 700;
}
.glow-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #29d3d3;
  box-shadow: 0 0 7px 3px rgba(41, 211, 211, 0.4);
}
.megamenu-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.promotion-sale label {
  color: #29d3d3;
}
.megamenu-sale label {
  color: #29d3d3;
}
.header_inner_menu_items {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: none;
}
.header_inner_menu_items.active {
  display: block;
}

.header_inner_menu_items.active {
  /* max-height will be set dynamically in JS */
}

/* .mobile_inner_menu_items {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: none;
}
.mobile_inner_menu_items.active {
  display: block;
} */


.mega-menu-lists {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.mega-menu-lists.flex-center{
  justify-content: center;
}
.mega-menu-list-left {
  width: 300px;
}
.mega-menu-list-right {
  width: 50%;
}
.mega-menu-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: black;
  gap: 15px;
}
.mega-menu-list-right .mega-menu-item {
  display: none;
}

.mega-menu-list-right .mega-menu-item.active {
  display: block;
}
.mega-menu-list-right .mega-menu-title {
  font-family: "Proxima Nova Extrabold", sans-serif !important;
}
.mega-menu-list-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  position: relative;
}
.mega-menu-list-header .glow-circle {
  visibility: hidden;
}
.mega-menu-list-header:hover .glow-circle {
  visibility: visible;
}
.mega-menu-list-header:hover .mega-menu-title {
  font-family: "Proxima Nova Extrabold", sans-serif !important;
}
.mega-menu-item:hover .mega-menu-image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.mega-menu-right-item:hover .mega-menu-image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.mega-main-menu-list {
  margin-top: 40px;
  max-width: 400px;
  border-top: solid 1px #707070;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-top: 20px;
}
.header__inner_mobile {
  display: none;
}
.mega-menu-list-left .megamenu-sale {
  display: none;
}
.mega-main-menu-list .mega-menu-item:first-child {
  color: #00ab9d;
}
.mega-menu-title.sale{
  color: #fe6d01;
} 
cart-drawer-component .transcy-money {
  color: #fe6d01;
}
cart-drawer-component .compare-at-price .transcy-money {
  color: #000000;
}
.cart-items__title {
  font-family: "Proxima Nova Extrabold", sans-serif !important;
}
.cart__total-container .transcy-money {
  color: #000000;
}
.desktop-header-bottom {
  display: flex;
  justify-content: center;
}

.header_bottom_items {
  position: absolute;
  top: 100%;
  bottom: 0px;
  left: 3px;
}
.header_bottom_title {
  cursor: pointer;
}

.header_bottom_items {
  display: none;
  position: absolute;
  top: 100px; /* adjust to your header height */
  left: 0;
  width: 100vw;
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  height: auto;
}

.header_bottom_items::after {
  display: block;
  width: 100vh;
  background: white;
  position: absolute;
  left: 0px;
}
.header_bottom_title:hover .header_bottom_items {
  display: inline-table;
}
.header_bottom_title_type:hover .header_bottom_items {
  display: inline-table;
}

.header_inner_menu_labels {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Header title styles */
.header_bottom_title {
  cursor: pointer;
  padding: 15px 25px;
  transition: all 0.3s ease;
}

.header_bottom_title_type,
.header_bottom_title_new {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  display: block;
  transition: color 0.2s ease;
  padding: 5px 20px;
  position: relative;
  font-family: "Proxima Nova Extrabold", sans-serif !important;
}
.header_bottom_title_new{
  position: relative;
}

/* Typewriter underline effect - SVG drawing animation */
.header_bottom_title_new,
.header_bottom_title_type {
  position: relative;
}

.header_bottom_title_new svg,
.header_bottom_title_type svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 18px;
  pointer-events: none;
}

.header_bottom_title_new path,
.header_bottom_title_type path {
  stroke: #FE6D01;
  stroke-width: 2px; /* Change this value to adjust line width */
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* Default state - reverse fade out effect (bottom first, then top) */
.header_bottom_title_new path:first-child,
.header_bottom_title_type path:first-child {
  transition: stroke-dashoffset 0.3s ease 0.1s; /* Top line fades out after slight delay */
}

.header_bottom_title_new path:last-child,
.header_bottom_title_type path:last-child {
  transition: stroke-dashoffset 0.3s ease; /* Bottom line fades out immediately */
}

/* Hover states - drawing in effect (top first, then bottom) */
.header_bottom_title_new:hover path:first-child,
.header_bottom_title_type:hover path:first-child {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s ease; /* Top line draws immediately */
}

.header_bottom_title_new:hover path:last-child,
.header_bottom_title_type:hover path:last-child {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s ease 0.2s; /* Bottom line draws with delay */
}

/* .header_bottom_title:hover .header_bottom_title_type,
.header_bottom_title:hover .header_bottom_title_new {
  color: white;
  background: #00ab9d;
  border-radius: 5px;
} */

/* Mega menu container - fixed to viewport */
.header_bottom_items,
.header_inner_menu_items {
  display: none;
  position: absolute;
  top: 100%; /* Adjust based on your header height */
  left: 0;
  width: 100vw;
  background-color: white;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top: 1px solid #e2e8f0;
}

.header_bottom_title:hover .header_bottom_items,
.header_bottom_title:hover .header_inner_menu_items {
  display: inline-table;
}

/* Show submenu on hover */
.header_bottom_title.relative:hover .header_inner_menu_items {
  display: block;
}
/* Tiles layout for first menu type */
.mega-menu-tiles {
  max-width: 1200px;
  margin: 0 auto;
}

.mega-menu-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.2s ease;
  border-radius: 8px;
  overflow: visible;
  position: relative;
}

.mega-menu-item:hover {
  transform: translateY(-3px);
}

.mega-menu-image {
  width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 12px;
  
}

.mega-menu-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
}

/* Lists layout for second menu type */
.mega-menu-lists {
  display: flex;
  width: 1200px;
  gap: 30px;
  margin: 0 auto;
}

.mega-menu-list-left {
  border-right: 1px solid #e2e8f0;
  padding-right: 30px;
}

.mega-menu-list-right {
  display: flex;
  flex: 2;
  gap: 20px;
}

.mega-menu-list-header {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  margin-bottom: 5px;
}

.mega-menu-list-header:hover {
  background-color: #f1f5f9;
}
.mega-submenu-item{
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
}
.mega-submenu-item:hover{
  background: #f1f5f9;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.mobile-drawer {
  display: none;
}
.glow-circle.absolute{
  position: absolute;
}
.mega-menu-list-left .mega-menu-title{
  margin-left: 25px;
}
.header_bottom_title_new.retired {
  color: #fe6d01;
}
.header_bottom_title_type.retired {
  color: #fe6d01;
}
.header__center {
  display: block;
}
.new-header{
  border-bottom: 1px solid #EAEAEA;
}
.mega-menu-tiles .mega-menu-title{
    text-align: center;
  }
.mega-menu-list-promotion {
  /* max-width: 100%; */
  /* width: 400px; */
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 2 equal columns */
  gap: 10px; /* optional spacing */
}
.mega-menu-list-promotion img {
  width: 100% !important;
}

.menu-overlay {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3); /* semi-transparent blue */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2; /* just below the menu */
  display: none; /* hidden by default */
}

.header_bottom_title:hover .menu-overlay {
  display: block;
  pointer-events: none; /* Prevent overlay from interfering with hover detection */
}
.mega-menu-promotion-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.mega-menu-list-promotion .mega-menu-title {
  margin: 0px;
}
accordion-custom.menu{
  width: 25%;
}
footer .group-block-content.layout-panel-flex{
  justify-content: space-between !important;
}
.mega-menu-image-container{
  position: relative;
}
.mega-menu-image-container .mega-menu-image-hover{
  display: none;
}
.mega-menu-image-container:hover .mega-menu-image-default{
  display: none;
}
.mega-menu-image-container:hover .mega-menu-image-hover{
  display: block;
}
.header_inner_menu_content{
  position: relative;
}

@media screen and (width < 1441px) {
  
  .mega-menu-promotion-item{
    max-width: 300px;
  }
  .mega-menu-list-promotion  .mega-menu-title {
    text-align: center;
  }
 
  .desktop-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
 
  .mega-menu-tiles {
    grid-template-columns: repeat(5, 1fr);
  }
  .mega-menu-title {
    font-family: 'Proxima Nova Extrabold';
  }

  .mega-main-menu-list details{
    background: transparent;
    padding: 0px;
    margin: 0px;
  }
  .mega-main-menu-list accordion-custom {
    width: 100%;
  }
  .mega-menu-list-left .menu-drawer__menu-item .svg-wrapper {
    height: 35px;
  } 

  .mega-menu-list-header {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px;
  }
  .mobile-submenu {
    display: none;
  }
  .mobile-submenu.open{
    display: block;
  }
  .mega-menu-list-header .glow-circle {
    display: none;
  }
  .mega-menu-content {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .megamenu-sale {
    display: flex;
  }
  .header__inner_mobile {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .header__mobile_close {
    cursor: pointer;
  }
  .mega-menu-tiles .megamenu-sale label {
    margin-top: 0px;
  }
  .megamenu-sale label {
    margin-top: 8px;
  }

  .bottom-nav .header-actions__action svg {
    width: 25px;
    height: 25px;
  }
  .bottom-nav .header-actions__action cart-icon svg {
    width: 28px;
    height: 28px;
  }
  .bottom-nav .header-actions__action cart-icon svg path {
    color: black;
    fill: black;
  }
  .header_inner_content {
    margin-top: 0px;
    padding: 20px;
  }
  .header__right {
    width: 100%;
    padding: 5px;
    padding-right: 0px;
    z-index: 1;
    justify-content: flex-end;
    max-width: 100%;
  }
 
  .mega-menu-list-left .megamenu-sale{
    display: flex;
  }
  .megamenu-sale .glow-circle{
    display: block;
    visibility: visible;
  }
  .megamenu-sale label{
    margin-top: 0px;
  }
  .header_inner_menu_labels{
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .mobile-search-drawer{
    position: absolute;
    bottom: 60px;
    width: auto;
    border: solid 2px #707070;
    left: 30px;
    right: 30px;
    border-radius: 20px;
    cursor: pointer;
  }
  .mobile-search-drawer svg{
    width: 30px;
    color: #707070;
  }
  .mobile-search-drawer .header__search{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    color: #707070;
    cursor: pointer;
  }
  .mega-menu-tiles .mega-menu-title{
    text-align: center;
  }
  .mobile-account-drawer{
    border-top: solid 1px #707070;
    padding-top: 20px;
    margin-top: 20px;
  }
  .mobile-account-drawer a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    text-decoration: none;
  }
  .mega-menu-list-left .mega-menu-title{
    margin-left: 0px;
  }
  .mega-menu-lists{
    margin: 0px 10px;
  }
  .mega-main-menu-list{
    max-width: 100%;
  }
}
@media screen and (width < 1120px) {
  .mega-menu-list-right {
    display: none;
  }
  .mega-menu-list-left {
    width: 100%;
    border-right: none;
  }
  .mega-menu-list-left details{
    background: transparent;
    padding: 0px;
    margin: 0px;
  }
  .header__right .header__search, .header__right .header__account{
    display: none;
  }
  .header__center{
    display: none;
  }
  .mobile-drawer {
    display: block;
  }
   .desktop-header-bottom,
  .shop_title {
    display: none;
  }
  .header__inner_menu {
    display: none;
  }
   .header__logo {
    width: 120px;
    padding: 5px 0px;
    margin: 0 auto;
  }
  
}
@media screen and (width < 1025px) {
  .mobile-account-drawer{
    position: absolute;
    bottom:130px;
    width: calc(100% - 40px);

  }
  .mega-menu-lists{
    width: 100%;
  }
  .mega-menu-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile_inner_menu_items {
    position: fixed;
    top: 0;
    right: -100%; /* hidden off-screen */
    width: 100%;
    height: 100%;
    background: #fff; /* or your menu background */
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: scroll;
  }

  /* Active state (visible) */
  .mobile_inner_menu_items.active {
    right: 0;
  }
  .mobile_menu_back{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .back-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #B2B2B2;
    font-size: 30px;
  }
  .mobile-menu-close{
    border: none;
    background: transparent;
  }
  .header__inner_label{
    color: #B2B2B2;
    font-size: 30px;
  }
  .header_inner_menu_content{
    margin-top: 0px;
  }
  .header_inner_menu_content .header_inner_menu_title  {
    font-size: 20px;
}
  .mega-menu-lists{
    padding: 0px;
    margin: 20px 0px;
  }
  .mega-menu-title {
    font-size: 20px;
  }
  .mega-menu-tiles{
    margin: 20px 0px;
  }
  .mega-menu-tiles .mega-menu-title {
    font-size: 16px;
    margin: 0px;
  }
  .mega-menu-children {
    position: fixed;
    top: 0;
    right: -100%; /* hidden off-screen */
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000; /* above parent menu */
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    padding: 20px;
  }

  /* When active → slide in */
  .mega-menu-children.active {
    right: 0;
  }

  .child_menu_back{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .back-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #B2B2B2;
    font-size: 30px;
  }
  .child-menu-close{
    border: none;
    background: transparent;
  }
  .child-menu-items{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .collection-mobile-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px;
  }
  .collection-mobile-menu .mega-menu-image{
    margin-bottom: 0px;
  }
  .collection-mobile-menu .mega-menu-list-header{
    flex-direction: column;
  }
  .collection-mobile-menu .mega-menu-title {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (width < 768px) {
  .header_inner_content{
    padding: 0px;
  }
  .header_inner_menu_content{
    padding: 0px 20px;
  }
  .mega-menu-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
 
  .mega-menu-promotion-item{
    text-align: center;
  }
  .header_inner_menu_labels {
    display: flex;
    gap: 20px;
    overflow-x: auto;   /* allow horizontal scroll */
    white-space: nowrap; /* prevent wrapping */
    scrollbar-width: none; /* Firefox: hide scrollbar */
    padding: 0 20px;
  }
  .header_inner_menu_labels::-webkit-scrollbar {
    display: none; /* Chrome/Safari: hide scrollbar */
  }

  .header_inner_menu_title {
    display: block;
    flex: 0 0 auto; /* don’t shrink */
    padding: 10px 0px;
    cursor: pointer;
    font-size: 30px;
  }
  .menu-wrapper {
    position: relative;
    overflow: hidden;
  }

  .scroll-left,
  .scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
  }
  .menu-wrapper svg{
    width: 20px;
    height: 20px;
  }
  .scroll-left { left: 5px; }
  .scroll-right { right: 5px; }
  .mega-menu-list-promotion{
    display: block;
    width: 100%;
  }
  .mega-menu-list-promotion .mega-menu-image{
    width: 100%;
    height: auto;
  }
  /* .mega-menu-list-promotion {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }

  .mega-menu-list-promotion::-webkit-scrollbar {
    display: none; /* optional: hide native scrollbar */
  } */

  .mega-menu-right-item {
    flex: 0 0 100%; /* show ~1.5 items on screen */
    scroll-snap-align: start;
    border-radius: 8px;
    overflow: hidden;
  }
  .header_inner_main_menu{
    padding: 0px 20px;
  }
  .mobile-account-drawer{
    margin-left: 20px;
    margin-right: 20px;
  }
  accordion-custom.menu{
    width: 100%;
  }
  
}