/** Shopify CDN: Minification failed

Line 132:23 Expected ")" to end URL token
Line 159:19 Expected ")" to end URL token
Line 2547:26 The "-" operator only works if there is whitespace on both sides

**/

/* Mega Menu Styling */
.mega-nav {
  padding: clamp(18px, 2.2vw, 35px) clamp(8px, 1.5vw, 25px) clamp(18px, 2.2vw, 35px) 0;
  cursor: pointer;
  font-family: var(--font-body-family);
  min-width: 0;
}

.mega-nav:hover > .sub_label{
  border-bottom: 1px solid #ffffff;
}

.mega-menu > .parent-menu > ul > .shopify-block {
  min-width: 0;
}

.mega-menu{
  /* position: relative; */

.parent-menu{
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
}

.mega-menu > .parent-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0px !important;
}

.header--middle-center:not(.drawer-menu){
  padding-bottom: 0;
}



.mega-nav > .sub_label {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-family: Alexandria;
  font-size: clamp(10px, 0.85vw, 12px);
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  user-select: none;
  white-space: nowrap;
  gap: clamp(4px, 0.7vw, 8px);
  border: 1px solid transparent;
  font-style: normal;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s ease;
  min-width: 0;
}

.mega-nav > .sub_label:hover {
  /* font-weight: 500; <-- Eita baad diben lafano bondho korar jonno */
  color: #EBF7E1;
  
  /* Bold er badol-e eita bebohar korun, ashepashe ek chul jaygao nibe na */
  text-shadow: 0.5px 0 0 #EBF7E1, -0.1px 0 0 #EBF7E1;
  
  /* Halka jodi zoom dorkar hoy (Optional) */
  transform: scale(1.02); 
}


.mega-nav > .sub_label > svg{
  fill: #ffffff;
}

.mega-nav-content {
  display: none; /* Hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--gradient-background);
  /* padding: 10px 0 0; */
  z-index: 999;

}

.mega-nav-content > .mega-nav-content-block{
  max-width: calc(var(--page-width));
  margin: 0 auto;
  position: relative;
  height:auto;
  padding: 0px 20px;

  .scroll-more {
    text-align: center;
    cursor: pointer;
    height: 50px;
    display: none;
    position: absolute;
    left: calc(28%);
    width: calc(100% - 28% - 24px);
    bottom: -20px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    
    p{
      width: auto;
      text-align: center;
      line-height: 120%;
      font-size: calc(var(--font-body-scale) * 1.2rem);
      color: #808285;
      transition: all 0.5s;
    }
    p::after{
      content: url({{- 'icon-scroll-more.svg' | asset_url -}});
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }


  .scroll-more:hover {
    p{
      color: #48494a;
    }
  }
}

.mega-nav-content > .mega-nav-content-block:not(:has(.fwfmega-panel)) {
    padding-bottom: 40px;
}


.mega-nav_sub {
  width: 100%;
}

.mega-nav_sub:has(.mega-nav-sub-content > .mega-block-scroll > *) > .sub_label::after{
  content: url({{- 'icon-nav-right.svg' | asset_url -}});
  height: 100%;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.mega-nav_sub .sub_label {
    cursor: pointer;
    width: calc(26% - 35px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Alexandria;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    transition: 0.3s;
    line-height: 200%;
    padding: 0px 14px;
    user-select: none;
    border-radius: 10px;
    height: 50px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* Hover-e font-weight: 500 er bodole eita use koren */
.mega-nav_sub .sub_label:hover {
    color: #EBF7E1; /* Apnar ager color-ta dilam */
    
    /* font-weight: 500 !important; <-- Eita baad din */
    
    /* Eita layout-ke stable rakhbe kintu bold look dibe */
    text-shadow: 0.5px 0 0 currentColor, -0.1px 0 0 currentColor;
    
  }

  .mega-nav_sub .sub_label:hover {
    background: #153216;
    transition: 0.3s;
}

@media (hover: none) {
    .mega-nav_sub .sub_label:hover {
        background: transparent !important;
        text-shadow: none !important;
    }
    .mega-nav_sub .sub_label:active {
        background: #153216 !important;
        color: #EBF7E1 !important;
    }
}


.mega-nav-sub-content {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    /* max-height: calc(100%); */
    z-index: 999;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    background: #ffffff;
    height: 100%;
    /* padding: 10px; */
    /* margin-left: 70px; */
    max-width: calc(74% - 20px);
    min-height: 450px;


  .shop-all-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #FF6F61;
    padding: 2px 15px;
    border-radius: 20px;

    a {
      color: #FF6F61;
      text-decoration: none;
      font-family: var(--font-body-family);
      font-size: calc(var(--font-body-scale) * 1.2rem);
      line-height: 100%;
    }
  }
}




.mega-nav_block {
  /*
  padding: 10px;
  margin-bottom: 20px;
  */

  a.block-content-link{
    display: flex;
    text-decoration: none;
    color: #e2e2e2;
    font-weight: bold;
    font-size: calc(var(--font-body-scale) * 2rem);
    color: #213F22;
    font-weight: 600;
    line-height: 200%;
    border-bottom: 1px solid #255E62;
    padding-bottom: 1.3rem;
    margin-bottom: 2.5rem;
    margin-top: 1.2rem;
  }
}

.mega-nav_block .sub_label {
  font-size: 18px;
  color: #333;
}


.mega-nav-sub-content:has(.shop-all-btn) .mega-block-scroll{
  width: calc(100% - 100px);
}


/* Mega Block Image */
.mega-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  max-height: 80px;
}
.mega-block-image h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  /* parent hover -> main panel open */
  .mega-nav:hover > .mega-nav-content:has(.mega-nav-content-block > *) {
    display: block;
    min-height: 450px;
  }

  /* reset all direct child panels */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .mega-nav_sub > .mega-nav-sub-content:has(> .mega-block-scroll > *) {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }

  /* reset all direct child labels */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .mega-nav_sub > .sub_label {
    background: transparent !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
  }

  /* if no child is hovered -> only first direct child panel open */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block:not(:has(> .mega-nav_sub:hover)) > .mega-nav_sub:first-child > .mega-nav-sub-content:has(> .mega-block-scroll > *) {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    min-height: 450px;
  }

  /* if no child is hovered -> only first direct child label active */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block:not(:has(> .mega-nav_sub:hover)) > .mega-nav_sub:first-child > .sub_label {
    background: #153216 !important;
    color: #EBF7E1 !important;
    text-shadow: 0.5px 0 0 currentColor, -0.1px 0 0 currentColor !important;
  }

/* _mega_block_menu: first item default active */
.mega-nav:hover > .mega-nav-content > .mega-nav-content-block:not(:has(> .shopify-block > .mega-nav_sub:hover, > .mega-nav_sub:hover)) > .shopify-block:first-child > .mega-nav_sub:first-child > .sub_label {
  background: #153216 !important;
  color: #EBF7E1 !important;
  text-shadow: 0.5px 0 0 currentColor, -0.1px 0 0 currentColor !important;
}

.mega-nav:hover > .mega-nav-content > .mega-nav-content-block:not(:has(> .shopify-block > .mega-nav_sub:hover, > .mega-nav_sub:hover)) > .shopify-block:first-child > .mega-nav_sub:first-child > .mega-nav-sub-content {
  opacity: 1 !important;
  z-index: 999 !important;
  pointer-events: auto !important;
}
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .mega-nav_sub:hover > .mega-nav-sub-content:has(> .mega-block-scroll > *) {
    opacity: 1 !important;
    z-index: 999 !important;
    pointer-events: auto !important;
    min-height: 450px;
  }

  /* Hovered sub-menu er label active state */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .mega-nav_sub:hover > .sub_label {
    background: #153216 !important;
    color: #EBF7E1 !important;
    text-shadow: 0.5px 0 0 currentColor, -0.1px 0 0 currentColor !important;
  }

  /* Shopify block wrapper er vitore thakle (block menu) */
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .shopify-block > .mega-nav_sub:hover > .mega-nav-sub-content:has(> .mega-block-scroll > *) {
    opacity: 1 !important;
    z-index: 999 !important;
    pointer-events: auto !important;
    min-height: 450px;
  }

  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block > .shopify-block > .mega-nav_sub:hover > .sub_label {
    background: #153216 !important;
    color: #EBF7E1 !important;
    text-shadow: 0.5px 0 0 currentColor, -0.1px 0 0 currentColor !important;
  }
}

@media screen and (min-width: 1400px) {
  .mega-nav:hover > .mega-nav-content > .mega-nav-content-block:not(:has(> .shopify-block > .mega-nav_sub:hover, > .mega-nav_sub:hover)) > .shopify-block:first-child > .mega-nav_sub:first-child > .mega-nav-sub-content {
    opacity: 1 !important;
    z-index: 999 !important;
    pointer-events: auto !important;
    min-height: 450px;
  }

  /* Scroll shesh hole "Scroll for more" smoothly fade out (opacity transition) */
  .mega-nav-sub-content .mega-block-scroll::after,
  .mega-nav-sub-content .mega-block-scroll--popular-brands::after {
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .mega-nav-sub-content.is-scrolled-end .mega-block-scroll::after,
  .mega-nav-sub-content.is-scrolled-end .mega-block-scroll--popular-brands::after {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


@media (hover: none) {
  .mega-nav-sub-content.active {
    display: block !important;
    opacity: 1 !important;
    z-index: 999 !important;
  }
}

.mega-nav_block .block-title{
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}


.mega-nav-sub-content{
  /* Block Menu Title */
  .shopify-block.block-menu h2 {
      font-family: var(--font-body-family);
      font-size: calc(var(--font-body-scale) * 1.4rem);
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

.nav-block-heading {
    font-family: var(--font-body-family);
    font-size: calc(var(--font-body-scale) * 2.0rem);
    font-weight: 600;
    color: #213F22;
    padding: 15px 0 14px 56px;
}

  /* Menu Links List */
  .menu-link-list {
      list-style: none;
      padding-left: 0;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      column-gap: 13px;
      row-gap: 18px;
  }


  /* ট্যাবলেটের জন্য (যেমন আইপ্যাড - ৩টি কলাম) */
@media screen and (max-width: 989px) {
    .menu-link-list {
        /* ৩টি কলাম করা হলো এবং minmax সাইজ একটু কমানো হলো যেন স্ক্রিনে জায়গা পায় */
        grid-template-columns: repeat(3, minmax(180px, 1fr)); 
    }
}

/* মোবাইলের জন্য (২টি কলাম) */
@media screen and (max-width: 749px) {
    .menu-link-list {
        /* ২টি কলাম করা হলো */
        grid-template-columns: repeat(2, minmax(130px, 1fr));
        
        /* মোবাইলের স্ক্রিন ছোট হওয়ায় গ্যাপগুলো সামান্য কমিয়ে দেওয়া হলো যাতে ডিজাইন সুন্দর লাগে */
        column-gap: 10px; 
        row-gap: 15px;
    }
}

 .menu-link-list li {
    line-height: 1;
    border-radius: 10px;
    background: #EBF7E1;
    text-align: center;
    display: flex;
}



  .menu-link-list li a {
      text-decoration: none;
      font-size: calc(var(--font-body-scale) * 1.6rem);
      transition: color 0.2s ease;
      color: #213F22;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 15px;
      border-radius: 10px;
      box-sizing: border-box;
  }

  .menu-link-list li:hover{
    border-radius: 10px;
    background: #213F22;
  }

  .menu-link-list li:hover a {
      color: #FFFFFF; /* Hover color */
  }
}



/* For Mobile Responsiveness */
/* @media (max-width: 768px) {
  .mega-nav-content,
  .mega-nav-sub-content {
    position: static;
    box-shadow: none;
    padding: 10px;
  }

  .mega-nav-block-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mega-nav_sub .sub_label,
  .mega-nav .sub_label {
    font-size: 14px;
  }
} */



.mega-menu.dev{
  .parent-menu > ul > .shopify-block:first-child .mega-nav .mega-nav-content{
    display: block;

    .mega-nav-content-block > div:first-child .scroll-more,
    .mega-nav-content-block > div:first-child .mega-nav-sub-content{
      display: block;
      opacity: 1;
      z-index: 999;
    }
  }
}


.Mega_Menu_toggle{
display:none;

}

.mega-nav-sub-content_ChildHeading{
display:none ;


}

.mega-nav_sub_Back_Button{

display:none;

}



.custom-heading_navBar{

display:none;


}


/*---------------- 
=========================================

Mobile Responsive

=========================================

---------------------*/

@media screen and (max-width:1399px) {



.header {
  row-gap: 10px !important;
}

.hn-header-search-top {
    display: flex !important;
    align-items: center;
    gap: 10px;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    transition: padding 0.25s ease;
}

.hn-header-search-top .hn-mobile-search {
  flex: 1 1 auto;
  min-width: 0;
}

/* Cancel button — hidden by default, shown only when mobile search is active */
.hn-mobile-search__cancel {
  display: none;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  padding: 0 4px;
  color: #ffffff;
  font-family: Alexandria, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.2px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.hn-mobile-search-active .hn-mobile-search__cancel {
  display: block;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.hn-mobile-search {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 18px;
  background: #ffffff;
  box-sizing: border-box;
}

.hn-mobile-search__button {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hn-mobile-search__button svg {
  display: block;
  width: 15px;
  height: 15px;
}

.hn-mobile-search__input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #617161;
  text-align: left;
  font-family: Alexandria, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  box-shadow: none !important;
}

.hn-mobile-search__input::placeholder {
  color: #617161;
  opacity: 1;
}


.Mega_Menu_toggle{

display:block ;

}
.wishlish{
display:none;


}


.mega-nav_sub {
    width: 100%;
}


.parent-menu {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
 overflow:hidden;
  z-index: 1000;
}


.parent-menu.active {
  transform: translateX(0);
}





/* .mega-menu.active {
  display: block;
}  */


.mega-menu.active {
  display: block;
}

.mega-menu .parent-menu {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}












.parent-menu>ul>.shopify-block {
    width: 48% !important;
    font-size: 14px!important;
    font-weight: 400;
  
}


.mega-menu>.parent-menu>ul {
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.parent-menu>ul>.shopify-block{

  width:100%;
  font-size:14px !important;
  font-weight:400;
}

.mega-nav {
  padding: 0;
  cursor: pointer;
  width: 100%;
  font-family: var(--font-body-family);
}




.mega-nav-content {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    z-index: 999;
    height:100%;
}


.mega-nav_sub .sub_label {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    padding: 0 0 0 12px;
    line-height: 200%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-body-family);
    font-size: calc(var(--font-body-scale) * 1.4rem);
    color: #5b5b5c;
    text-decoration: none;
}





.mega-nav-sub-content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(80% - 24px);
    max-height: calc(100% - 30px);
    z-index: 999;
    overflow-y: auto;
    /* Stop the page from scrolling once the sub-menu hits its top/bottom edge */
    overscroll-behavior: contain !important;
    overscroll-behavior-y: contain !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: -1;
}

/* Scroll shesh hole "Scroll for more" indicator smoothly fade out —
   opacity transition use kora hoyeche jate jhatka na lage. Space thakbe (opacity 0 layout ke affect kore na). */
.mega-nav-sub-content .mega-block-scroll::after,
.mega-nav-sub-content .mega-block-scroll--popular-brands::after {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mega-nav-sub-content.is-scrolled-end .mega-block-scroll::after,
.mega-nav-sub-content.is-scrolled-end .mega-block-scroll--popular-brands::after {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


.mega-nav-sub-content:has(.shop-all-btn) .mega-block-scroll {
    /* width: calc(100% - 100px); */
    width: 100%;
}


.mega-nav-sub-content .mega-block-scroll {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 0 56px;
}



.mega-nav-content>.mega-nav-content-block .scroll-more {
    text-align: center;
    cursor: pointer;
    height: 50px;
    
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    align-items: center;
    justify-content: center;
}


.mega-nav-sub-content .shop-all-btn {
    position: relative;
    right: 0;
    display: none;
    top: 0;
    border: 1px solid #FF6F61;
    padding: 2px 15px;
    border-radius: 20px;
}




/*----------- initial hidden ------*/
/* .mega-nav-sub-content:has(.shop-all-btn) .mega-block-scroll {
    width: 100%;
    display: none;
} */







.mega-nav-content>.mega-nav-content-block {
    max-width: 1128px;
    margin: 0 auto;
    position: relative;

    height: 100%;
}







/*----------- mega nav to sub content --------*/

.mega-nav-content{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;

  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.5s;
  will-change: transform;
  z-index: 999;
}

.mega-nav-content.active{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;


  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s;
}




.mega-nav-sub-content_ChildHeading,
.mega-nav_sub_Back_Button{
  height: 40px;
  width: 100%;
  position:sticky;
  top: 0;
  z-index: 999;
  display:flex;
  justify-content:center;
  padding:0 30px;
  align-items:center;
  background:#FF6F61;
  color:#ffffff;
 z-index:99999;
 opacity:1;
 margin-bottom:15px;


}

.mega-nav-sub-content_ChildHeading p,
.mega-nav_sub_Back_Button p{

color:#ffffff;

}

.mega-nav-sub-content_ChildHeading_Icon,
.mega-nav_sub_Back_Button_Icon {

position:absolute;
left:13px;

top:20%;


}





/* .mega-nav:has(.mega-nav-content > .mega-nav-content-block > div):hover > .sub_label::after{
  content: url("/cdn/shop/files/chevron_right_24dp_FF6F61_FILL0_wght400_GRAD0_opsz24.svg?v=1763962377");
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-left: 5px;
} */


.mega-nav-sub-content_ChildHeading{

display:none;

}





/* .mega-nav-sub-content.active::before {

  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='white'%3E%3Cpath d='M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z'/%3E%3C/svg%3E") " ABC";
  
  height: 44px !important;
  width: 100%;
  background: #f1725d; 
  color: white;
  position: sticky;
  top: 0;
  display: flex;
  

  justify-content:space-between; 
  align-items: center;
  padding-left: 15px; 
  gap: 35%; 
  
  font-family: sans-serif;
  font-weight: bold;
  box-sizing: border-box;
} */




.custom-heading_navBar{

display:grid;
grid-template-columns:repeat(4,1fr );
height:44px;
width:100%;
background:#FF6F61;
justify-content:center;
align-items:center;
padding:0 5px 0 5px ;
color:#ffffff;
font-size:16px;
margin-bottom:8px;

opacity:1;
cursor:pointer;


}



.custom-heading_navBar_title{

grid-column:span 3;

}




}



/* extra smalll devices ----------------------   */

@media screen and (max-width:420px) {

.mega-nav-sub-content .mega-block-scroll {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
    padding: 0 20px;
}


}






/* Image designe part */

.brand-grid-wrapper--popular-brands .mega-block-scroll--popular-brands {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.brand-grid-wrapper--popular-brands .mega-block-scroll--popular-brands::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  height: 1px;
  background-color: #255E62;
}

.brand-grid-wrapper--popular-brands .brand-row--popular-brands {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  align-items: center;
  min-height: 92px;
}

.brand-grid-wrapper--popular-brands .brand-row--popular-brands::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 99%;
  height: 1px;
  background-color: #d9d9d9;
}

.brand-grid-wrapper--popular-brands .mega-block-image--popular-brands {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    min-height: 92px;
    padding: 56px 12px 28px 12px;
    overflow: hidden;
}

.brand-grid-wrapper--popular-brands .mega-block-image__link--popular-brands {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 92px;
  text-decoration: none;
}

.brand-grid-wrapper--popular-brands .mega-block-image__img--popular-brands {
  display: block;
  max-width: 100%;
  max-height: auto;
  width: auto;
  height: auto;
  object-fit: contain;
}

img.mega-block-image__img.mega-block-image__img--popular-brands:hover {
    filter: brightness(0.5) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
    transition: 0.5s;
}

/* Popular Brands responsive refinement */
@media screen and (max-width: 768px) {
  .brand-grid-wrapper--popular-brands {
    position: relative;
  }

  .brand-grid-wrapper--popular-brands .nav-block-heading {
    padding: 14px 16px 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .brand-grid-wrapper--popular-brands .mega-block-scroll--popular-brands {
    padding: 10px 0 24px;
    gap: 0;
  }

  .brand-grid-wrapper--popular-brands .mega-block-scroll--popular-brands::before {
    width: 95%;
    top: 0;
  }

  .brand-grid-wrapper--popular-brands .brand-row--popular-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 41px;
    min-height: auto;
    padding: 20px 16px;
    align-items: center;
  }

  /* mobile design-e row border dorkar na hole eta off */
  .brand-grid-wrapper--popular-brands .brand-row--popular-brands::after {
    display: none;
  }

  .brand-grid-wrapper--popular-brands .mega-block-image--popular-brands {
    min-height: auto;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-grid-wrapper--popular-brands .mega-block-image__link--popular-brands {
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-grid-wrapper--popular-brands .mega-block-image__img--popular-brands {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .brand-grid-wrapper--popular-brands + .scroll-more,
  .brand-grid-wrapper--popular-brands .scroll-more {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    position: static;
    width: 100%;
    height: auto;
    margin: 18px 0 0;
    background: transparent;
  }

  .brand-grid-wrapper--popular-brands + .scroll-more p,
  .brand-grid-wrapper--popular-brands .scroll-more p {
    margin: 0;
    color: #213F22;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }

  .brand-grid-wrapper--popular-brands + .scroll-more .arrow,
  .brand-grid-wrapper--popular-brands .scroll-more .arrow {
    margin-top: 2px;
  }
}
















/* ===============================
   Single Menu Block
   =============================== */



.fwfmega-root > .sub_label.fwfmega-root__label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fwfmega-root > .sub_label.fwfmega-root__label svg {
 
  flex-shrink: 0;
  fill: currentColor;
}

.fwfmega-root > .mega-nav-content.fwfmega-dropdown {
    top: 82%;
    left: 0%;
    /* transform: translateX(-50%); */
    right: auto;
    /* transform: translateX(-35%); */
    background: transparent;
    padding: 18px 0 0;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
}



.fwfmega-root > .mega-nav-content.fwfmega-dropdown > .mega-nav-content-block.fwfmega-dropdown__inner {
  max-width: none;
  width: 100%;
  margin: 0;
  position: relative;
  height: auto;
  background: var(--fwfmega-panel-bg);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

.fwfmega-panel {
  width: 100%;
  padding: 15px 30px 18px 14px;
}

.fwfmega-panel__head {
    margin-bottom: 13px;
    /* padding-bottom: 18px; */
    border-bottom: 1px solid var(--fwfmega-divider);
}

.fwfmega-panel__title {
  color: #213F22;
  font-family: Alexandria;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 40px */
}

.fwfmega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 32px;
}

/* @media (min-width: 1024px) and (max-width: 1499px) {
  .header--middle-center:not(.drawer-menu) {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

.parent-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;

}
.mega-nav {
    padding: clamp(18px, 2.2vw, 35px) clamp(8px, 1.0vw, 25px) clamp(18px, 2.2vw, 35px) 0;
    cursor: pointer;
    font-family: var(--font-body-family);
    min-width: 0;
    
}
} */

@media screen and (min-width: 1400px) {

  /* Scroll lives on the inner dropdown block so wheel anywhere inside
     (heading, grid, foot) scrolls the whole panel. !important overrides
     the global `.mega-nav-content-block { overflow: visible !important; }`
     rule defined elsewhere in this file. */
  .mega-nav-content-block.fwfmega-dropdown__inner {
    max-height: min(540px, 80vh) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mega-nav-content-block.fwfmega-dropdown__inner::-webkit-scrollbar {
    display: none;
  }

  .fwfmega-grid {
    align-content: start;
    padding-right: 6px;
  }
   .mega-block-scroll {
    padding: 0 56px;
  }

  /* Keep the "Scroll for more" hint pinned at the bottom of the scroll
     container so it stays visible while the user scrolls the content. */
  .mega-nav-content-block.fwfmega-dropdown__inner .fwfmega-panel__foot {
    position: sticky;
    bottom: 0;
    background: var(--fwfmega-panel-bg);
    margin-top: 0;
    padding: 12px 0 14px;
    z-index: 2;
    transition: opacity 0.2s ease, visibility 0s linear 0s;
  }
  /* When scrolled to the very bottom, hide the "Scroll for more" hint */
  .mega-nav-content-block.fwfmega-dropdown__inner.is-scrolled-end .fwfmega-panel__foot {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
}

.fwfmega-card {
  min-width: 0;
}

.fwfmega-card__link {
  display: grid;
  grid-template-columns: 96px 1fr 40px;
  align-items: center;
  column-gap: 14px;
  padding: 14px 18px;
  background: var(--fwfmega-card-bg);
  color: var(--fwfmega-card-text);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  border-radius: 10px;
  width: 100%;
  height: 95px;
}

.fwfmega-card__link:hover {
  transform: translateY(-2px);
  background: var(--fwfmega-card-hover-bg);
  color: var(--fwfmega-card-hover-text);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}


.fwfmega-card__code {
  display: block;
  color: currentColor;
  text-align: right;
  font-family: Alexandria;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 40% */
  white-space: nowrap;
}

.fwfmega-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.fwfmega-card__subtext {
  display: block;
  color: currentColor;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.fwfmega-card__icon {
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}



/* ===== FWF Mega icon color fix ===== */

/* default text/icon color */
.fwfmega-card__link {
  color: #213F22;
}

.fwfmega-card__icon {
  color: #213F22;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fwfmega-card__icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

/* visible SVG parts -> same color */
.fwfmega-card__icon svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.fwfmega-card__icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

/* IMPORTANT: mask er vitore thaka shape gula white-i thakbe */
.fwfmega-card__icon svg mask [fill]:not([fill="none"]),
.fwfmega-card__icon svg mask path,
.fwfmega-card__icon svg mask rect,
.fwfmega-card__icon svg mask circle,
.fwfmega-card__icon svg mask polygon,
.fwfmega-card__icon svg mask polyline,
.fwfmega-card__icon svg mask ellipse {
  fill: #ffffff !important;
}

.fwfmega-card__icon svg mask [stroke]:not([stroke="none"]) {
  stroke: #ffffff !important;
}

/* hover */
.fwfmega-card__link:hover {
  color: #ffffff;
}

.fwfmega-card__link:hover .fwfmega-card__icon {
  color: #ffffff;
}

.fwfmega-card__link:hover .fwfmega-card__icon svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.fwfmega-card__link:hover .fwfmega-card__icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

/* hover eo mask white thakbe */
.fwfmega-card__link:hover .fwfmega-card__icon svg mask [fill]:not([fill="none"]),
.fwfmega-card__link:hover .fwfmega-card__icon svg mask path,
.fwfmega-card__link:hover .fwfmega-card__icon svg mask rect,
.fwfmega-card__link:hover .fwfmega-card__icon svg mask circle,
.fwfmega-card__link:hover .fwfmega-card__icon svg mask polygon,
.fwfmega-card__link:hover .fwfmega-card__icon svg mask polyline,
.fwfmega-card__link:hover .fwfmega-card__icon svg mask ellipse {
  fill: #ffffff !important;
}

.fwfmega-card__link:hover .fwfmega-card__icon svg mask [stroke]:not([stroke="none"]) {
  stroke: #ffffff !important;
}

.fwfmega-card.is-featured .fwfmega-card__link {
  background: linear-gradient(
    90deg,
    var(--fwfmega-featured-start) 0%,
    var(--fwfmega-featured-end) 100%
  );
  color: var(--fwfmega-featured-text);
}

.fwfmega-panel__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  color: #213f22;
}

.fwfmega-panel__foot p {
    margin: 0;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 200%;
}

.fwfmega-panel__foot span {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1;
}



/* important for dropdown overflow */
.mega-menu,
.parent-menu,
.mega-nav,
.mega-nav-content,
.mega-nav-content-block {
  overflow: visible !important;
}

/* wide desktop */
@media screen and (max-width: 1300px) {
  .fwfmega-root > .mega-nav-content.fwfmega-dropdown {
    left: 0;
    width: calc(100vw - 24px);
  }

  .fwfmega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .fwfmega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
  }

  .fwfmega-card__link {
    grid-template-columns: 70px 1fr 32px;
    padding: 10px 12px;
    height: auto;
    min-height: 80px;
  }

  .fwfmega-card__code {
    font-size: 46px;
  }

  .fwfmega-card__subtext {
    font-size: 14px;
  }
}


.mega-nav-sub-content{
  container-type: scroll-state;
}

@container scroll-state(scrollable: y) {

  .mega-block-scroll::after {
    /* \A holo CSS er line-break. Erpor SVG encode kore deya holo */
    content: "Scroll for more \A" url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M4.16741 4.54626C4.11765 4.54631 4.06837 4.53653 4.02241 4.51748C3.97644 4.49843 3.93469 4.47049 3.89956 4.43526L0.111028 0.646726C-0.0370092 0.498689 -0.0370092 0.25897 0.111028 0.111028C0.259065 -0.0369145 0.498784 -0.0370092 0.646726 0.111028L4.16741 3.63171L7.68809 0.111028C7.83613 -0.0370092 8.07585 -0.0370092 8.22379 0.111028C8.37173 0.259065 8.37183 0.498784 8.22379 0.646726L4.43526 4.43526C4.40012 4.47049 4.35837 4.49843 4.31241 4.51748C4.26644 4.53653 4.21716 4.54631 4.16741 4.54626Z' fill='%231B3320'/%3E%3C/svg%3E");
    
    white-space: pre; /* Line break (\A) kaaj korar jonno eita oboshshoi lagbe */
    
    position: sticky;
    bottom: 0;
    display: block;
    padding: 10px 12px;
    text-align: center;
    line-height: 200%; /* Text ar icon-er majhe gap toiri korbe */
    font-size: calc(var(--font-body-scale) * 1.2rem);
    color: #1B3320; /* Apnar chobite dark green color chilo, tai eita dilam */
    font-weight: 500;
    cursor: pointer;
    min-height: 65px; /* Icon-er jonno ektu extra jayga */
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 100% , rgba(255, 255, 255, 1) 100%);
}
}



/* tablet */
@media screen and (max-width: 1399px) {
  /* Match the drawer slide-from-right behavior used by regular .mega-nav-content.
     Base rule (in the main mobile @media block) already sets position: absolute,
     inset: 0, transform: translateX(100%), transition. Previously this override
     had position: static + transform: none which caused the dropdown to open
     from below. Leaving only width: 100% keeps the drawer behavior intact. */
  .fwfmega-root > .mega-nav-content.fwfmega-dropdown {
    width: 100%;
  }

  /* .mega-menu .parent-menu {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 20px;
} */
  .fwfmega-panel {
    border-radius: 0;
    box-shadow: none;
    padding: 18px 16px 16px;
  }

  .fwfmega-panel__head {
    margin-bottom: 14px;
  }

  .fwfmega-panel__title {
    color: #213F22;
    font-family: Alexandria;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 40px */
  }

  .fwfmega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

.fwfmega-card__link {
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
    padding: 6px;
    column-gap: 4px;
}

  .fwfmega-card__code {
    font-size: 44px;
  }

  .fwfmega-card__subtext {
    font-size: 10px;
  }

 
}

@media screen and (max-width: 480px) {
  .fwfmega-grid {
    grid-template-columns: 1fr;
  }
}




/* =========================
   Mobile Header + Mega Menu
   ========================= */
@media screen and (max-width: 1399px) {
  :root {
    --hn-mobile-header-height: 76px;
  }

  .section-header,
  .header-wrapper {
    position: sticky !important;
    overflow: visible !important;
  }

  .header-wrapper {
    background: #213F22;
    border-bottom: 0 !important;
    z-index: 1002 !important;
  }

  .desktop-localization-wrapper,
  .hn-header-search,
  .hn-header-search-inline,
  .hn-desktop-search-wrap,
  .hn-desktop-search,
  .header__icons > details-modal,
  .header__icons .header__search,
  .header__icons .modal__toggle {
    display: none !important;
  }

  .header > header-drawer {
    display: none !important;
  }

  .header {
    display: grid !important;
    grid-template-columns: 42px 1fr auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    min-height: 66px !important;
    padding: 25px 14px !important;
    position: relative;
    z-index: 1001;
  }

  .header__heading,
  .header__heading-link {
    grid-column: 2 !important;
    margin: 0 !important;
    justify-self: start !important;
    align-self: center !important;
  }

  .header__heading-logo {
    width: 300px !important;
    max-height: 100% !important;
  }

  .header__icons {
    grid-column: 3 !important;
    justify-self: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  /* -------------------------
     Custom Menu Toggle
     ------------------------- */
  .Mega_Menu_toggle,
  .hn-drawer-toggle,
  .Mega_Menu_toggle.hn-drawer-toggle {
    display: flex !important;
    grid-column: 1 !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.2px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 13px !important;
    background: transparent !important;
    cursor: pointer;
    z-index: 1004 !important;
  }

  .Mega_Menu_toggle span,
  .hn-drawer-toggle span,
  .Mega_Menu_toggle.hn-drawer-toggle span {
    display: block;
    width: 18px !important;
    height: 1.6px !important;
    background: #ffffff !important;
    border-radius: 999px;
  }

  /* -------------------------
     Header Icons
     ------------------------- */
.header__icon--account,
.header__icon--cart,
.header__icon--wishlist,
.header__icons summary.header__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.2px solid rgba(255, 255, 255, 0.95) !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: visible !important;
}
  .hn-header-icon-svg,
  .header__icon .svg-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
  }

  .hn-header-icon-svg svg,
  .header__icon .svg-wrapper svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .cart-count-bubble {
    top: -3px !important;
    right: -3px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  /* -------------------------
     Mega Menu Wrapper
     ------------------------- */
.mega-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh  !important;
    max-height: 100vh  !important;
    z-index: 1003 !important;
    display: none;
    overflow: hidden !important;
    background: #fff !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
}

  .mega-menu.active {
    display: block !important;
  }

  .mega-menu .parent-menu,
  .parent-menu {
    position: relative !important;
    width: 100% !important;
    height: calc(100dvh - var(--hn-mobile-header-height)) !important;
    max-height: calc(100dvh - var(--hn-mobile-header-height)) !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-y: auto !important;
    background: #fff !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .parent-menu > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .parent-menu > ul > .shopify-block {
    width: 100% !important;
  }

  .mega-nav {
    width: 100%;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* -------------------------
     Menu Labels
     ------------------------- */
  .mega-nav > .sub_label,
  .mega-nav_sub > .sub_label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    min-height: 62px;
    margin: 0 !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(40, 59, 41, 0.18) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #283b29 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
  }

  .mega-nav > .sub_label > svg,
  .mega-nav_sub > .sub_label > svg {
    display: none !important;
  }

  .mega-nav:has(.mega-nav-content) > .sub_label::after,
  .mega-nav_sub:has(.mega-nav-sub-content) > .sub_label::after {
    content: "→";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

  /* -------------------------
     Level 2 / 3 Panels
     ------------------------- */
  .mega-nav-content,
  .mega-nav-sub-content {
    position: absolute;
    inset: 0;
    top: 0 !important;
    z-index: 1005 !important;
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
      transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
      visibility 0s linear 0.45s;
    will-change: transform, opacity;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .mega-nav-sub-content {
    margin-left: 0 !important;
  }

  .mega-nav-content.active,
  .mega-nav-sub-content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition:
      transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s,
      visibility 0s linear 0s;
      display: block;
  }

  .mega-nav-content-block {
    position: relative;
    min-height: 100%;
    background: #fff;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* -------------------------
     Back Header
     ------------------------- */
  .custom-heading_navBar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    margin: 0 !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(40, 59, 41, 0.18) !important;
    background: #fff !important;
    cursor: pointer;
  }

  .custom-heading_navBar_back-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .custom-heading_navBar_back-arrow img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(13%) saturate(887%)
      hue-rotate(76deg) brightness(92%) contrast(92%);
  }

  .custom-heading_navBar_title {
    color: #283b29 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }

  /* -------------------------
     Content Grid
     ------------------------- */
  .mega-block-scroll {
    width: 100% !important;
    padding: 16px 8px 24px;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .fwfmega-root > .mega-nav-content.fwfmega-dropdown {
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .fwfmega-panel,
  .fwfmega-grid {
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .fwfmega-grid {
    width: 100% !important;
    gap: 16px;
  }

  .fwfmega-card__link {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 86px;
  }

  .scroll-more {
    display: none !important;
  }


  .mega-menu .parent-menu::-webkit-scrollbar,
  .parent-menu::-webkit-scrollbar,
  .mega-nav-content::-webkit-scrollbar,
  .mega-nav-sub-content::-webkit-scrollbar,
  .mega-block-scroll::-webkit-scrollbar,
  .fwfmega-root > .mega-nav-content.fwfmega-dropdown::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
  }
}

sticky-header:not(.drawer-menu).page-width {
    position: relative !important;
}




@media screen and (min-width: 750px) and (max-width: 990px) {
    .header--middle-center:not(.drawer-menu) {
        column-gap: 1rem; 
    }
}

@media screen and (max-width: 749px) {
    .header--middle-center:not(.drawer-menu) {
        column-gap: 0.5rem;
    }
}
/* =========================
   Desktop
   ========================= */
@media screen and (min-width: 1400px) {
  .section-header,
  .header-wrapper,
  .header,
  .header__inline-menu,
  .header__inline-menu .list-menu--inline,
  header-menu {
    overflow: visible !important;
  }

  .hn-header-search-top,
  .hn-header-search-inline,
  .Mega_Menu_toggle.hn-drawer-toggle,
  .header > header-drawer {
    display: none !important;
  }

  .header-wrapper {
    background: #213F22;
    border-bottom: 0 !important;
  }


  .header__inline-menu {
  grid-column: 1;
  justify-self: start;
}

.header__heading,
.header__heading-link {
  grid-column: 2;
  justify-self: center !important;
}

.header__icons {
  grid-column: 3;
  /* Anchor icons to the right edge of col 3 so they DON'T shift when the
     search bar leaves the flex flow (becomes position:absolute on active). */
  justify-self: end !important;
}

.header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    min-height: 84px !important;
    width: 100% !important;
    /* Header stays full-width so the green background extends edge-to-edge.
       Padding centers the CONTENT inside the page-width container. */
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: max(3rem, calc((100% - var(--page-width, 1200px)) / 2)) !important;
    padding-right: max(3rem, calc((100% - var(--page-width, 1200px)) / 2)) !important;
    position: relative;
}

  /* left menu */
  .header__inline-menu,
  .header__inline-menu .list-menu--inline {
    display: flex !important;
    align-items: center;
    gap: 36px;
  }

  .header__inline-menu {
    grid-column: 1;
    justify-self: start;
    margin: 0 !important;
    position: relative;
    z-index: 30;
  }

  header-menu,
  .header__inline-menu li,
  .header__inline-menu details {
    position: relative;
  }

  .header .mega-menu__content,
  .header .header__submenu,
  .header .mega-menu,
  .header .mega-nav-content {
    z-index: 60 !important;
  }

  .header__menu-item,
  .header__inline-menu .list-menu__item > a,
  .header__inline-menu summary {
    color: #ebf7e1 !important;
    text-align: center;
    font-family: Alexandria, sans-serif !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0 0 8px !important;
    position: relative;
    transition: color 0.25s ease;
  }

  .header__menu-item:hover,
  .header__inline-menu .list-menu__item > a:hover,
  .header__inline-menu summary:hover,
  .header__active-menu-item,
  details[open] > .header__menu-item,
  details[open] > summary {
    color: #fff !important;
    font-weight: 500 !important;
  }

  .header__menu-item::after,
  .header__inline-menu .list-menu__item > a::after,
  .header__inline-menu summary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.85);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .header__menu-item:hover::after,
  .header__inline-menu .list-menu__item > a:hover::after,
  .header__inline-menu summary:hover::after,
  .header__active-menu-item::after,
  details[open] > .header__menu-item::after,
  details[open] > summary::after {
    transform: scaleX(1);
  }

  /* center logo */
 .header__heading,
.header__heading-link {
  grid-column: 2;
  justify-self: center !important;
  margin: 0 !important;
  min-width: 0 !important;
}

  .header__heading-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.header__heading-logo {
    width: 239.003px ;
    height: fit-content;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

  /* right side */
.header__icons {
  grid-column: 3;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
}

  /* desktop search */
.hn-desktop-search-wrap {
  display: block !important;
  margin-right: 10px;
  min-width: 0 !important;
}

.hn-desktop-search {
  width: clamp(180px, 22vw, 312px);
  max-width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 11px;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
}

.header__inline-menu {
  min-width: 0 !important;
}

.header__inline-menu .list-menu--inline {
  flex-wrap: nowrap !important;
}

  .hn-desktop-search__button {
    width: 15px;
    height: 14px;
    flex: 0 0 15px;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .hn-desktop-search__button svg {
    display: block;
    width: 15px;
    height: 14px;
  }

  .hn-desktop-search__input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #617161;
    text-align: left;
    font-family: Alexandria, sans-serif !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    box-shadow: none !important;
  }

  .hn-desktop-search__input::placeholder {
    color: #617161;
    opacity: 1;
  }

  .hn-desktop-search__input::-webkit-search-cancel-button,
  .hn-desktop-search__input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

  /* account */
  .header__icon--account {
    width: 39px !important;
    height: 37px !important;
    min-width: 39px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(235, 247, 225, 0.9) !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

/* cart + wishlist */
.header__icon--cart,
.header__icon--wishlist {
  width: 33px !important;
  height: 37px !important;
  min-width: 33px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(235, 247, 225, 0.9) !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  overflow: visible !important;
}

.header__icon--wishlist .cart-count-bubble {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  left: auto !important;
  bottom: auto !important;
}

  .header__icon--cart .svg-wrapper,
  .header__icon--wishlist .svg-wrapper,
  .header__icon--account .svg-wrapper,
  .hn-header-icon-svg {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header__icon--cart > span:not(.svg-wrapper):not(.visually-hidden),
  .header__icon--cart .money,
  .header__icon--cart .price {
    display: none !important;
  }

  .cart-count-bubble {
    top: -4px !important;
    right: -4px !important;
  }
}

/* =========================
   Search: global hidden defaults
   ========================= */
.hn-search-suggestions {
  display: none;
}
.hn-desktop-search__close {
  display: none;
}

/* =========================
   Desktop Search Animation
   ========================= */
@media screen and (min-width: 1400px) {

  /* Menu fade transition (mega-menu default design left UNTOUCHED) */
  .header__inline-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  /* Logo slide transition — applied ONLY to the inner link so the transform
     doesn't double up when the outer h1.header__heading also exists (on index). */
  .header__heading-link {
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  /* Search wrap default: keep its own width; transform animates when active */
  .hn-desktop-search-wrap {
    position: relative;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: clamp(180px, 22vw, 312px);
    will-change: transform;
  }

  /* Header is a positioning context so the expanded search can anchor to it */
  .header {
    position: relative;
  }

  /* Icons never shrink */
  .header__icon--account,
  .header__icon--wishlist,
  .header__icon--cart {
    flex-shrink: 0 !important;
  }

  /* Close button: hidden by default */
  .hn-desktop-search__close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    color: #617161 !important;
    padding: 0 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease 0.2s;
  }

  .hn-desktop-search__close svg {
    display: block;
    width: 14px;
    height: 14px;
  }

  /* Suggestions: hidden by default on desktop */
  .hn-search-suggestions {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0,0,0,0.14);
    max-height: calc(100% -130px);
    overflow-y: auto;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  }

  /* --------------------------------
     ACTIVE STATE
  -------------------------------- */

  /* Menu + mega-menu collapse to WIDTH 0 on search click (not just fade).
     Scoped strictly to active state so default mega-menu design stays intact. */
  .header.hn-search-active .header__inline-menu,
  .header.hn-search-active > .mega-menu,
  .header.hn-search-active .mega-menu > .parent-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: opacity 0.25s ease,
                width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0.35s;
  }

  /* Matching transition when CLOSING (so menu smoothly expands back) */
  .header__inline-menu,
  .mega-menu,
  .mega-menu > .parent-menu {
    transition: opacity 0.25s ease,
                width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Logo slides LEFT by the JS-set amount. ONLY the inner link is transformed
     so the shift doesn't compound when the outer h1.header__heading wraps it.
     JS recomputes on resize so the logo always lands at a fixed pixel offset
     from the content-box left edge (see LOGO_TARGET_OFFSET in JS). */
  .header.hn-search-active .header__heading-link {
    transform: translateX(var(--hn-logo-tx, 0px));
  }

  /* Search becomes absolute-centered inside the header.
     Because it leaves the icons' flex flow, the right-side icons DO NOT move. */
  .header.hn-search-active .hn-desktop-search-wrap {
    position: absolute !important;
    top: var(--hn-search-top, 50%) !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: var(--hn-search-w, 600px) !important;
    max-width: calc(100% - 96px) !important;
    margin: 0 !important;
    z-index: 25;
  }
  .header.hn-search-active .hn-desktop-search {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    box-shadow: 0 6px 22px rgba(0,0,0,0.14);
    border: 1px solid #EBF7E1;
  }

  /* Close button appears */
  .header.hn-search-active .hn-desktop-search__close {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* Suggestions appear */
  .header.hn-search-active .hn-search-suggestions.hn-suggestions-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s ease 0.15s, transform 0.2s ease 0.15s, visibility 0s linear 0s;
  }

  /* Inner padding */
  .hn-search-suggestions__inner {
    padding: 12px 20px;
  }
  .hn-search-suggestions__empty {
    padding: 16px 18px;
    color: #617161;
    font-family: Alexandria, sans-serif;
    font-size: 13px;
  }
}

/* =========================
   Mobile Search Close Button
   ========================= */
@media screen and (max-width: 1399px) {
  .hn-mobile-search__close {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #617161;
  }

  .hn-mobile-search__close svg {
    display: block;
    width: 14px;
    height: 14px;
  }

  /* Announcement bar hides smoothly when mobile search is active */
  #shopify-section-announcement-bar {
    overflow: hidden;
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease,
                margin 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  body.hn-mobile-search-active #shopify-section-announcement-bar {
    max-height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    pointer-events: none;
  }

  /* Base transitions for smooth open/close (no "bump" on activate) */
  .header__heading,
  .header__heading-link,
  .header__icons,
  .Mega_Menu_toggle,
  .hn-drawer-toggle,
  header-drawer {
    transition: opacity 0.22s ease,
                max-width 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                width 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }

  .header {
    transition: grid-template-columns 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                min-height 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* When mobile search is active: collapse everything but the search row smoothly */
  body.hn-mobile-search-active .header__heading,
  body.hn-mobile-search-active .header__heading-link,
  body.hn-mobile-search-active .header__icons,
  body.hn-mobile-search-active .Mega_Menu_toggle,
  body.hn-mobile-search-active .hn-drawer-toggle,
  body.hn-mobile-search-active header-drawer {
    opacity: 0 !important;
    max-width: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-width: 0 !important;
    pointer-events: none !important;
    visibility: hidden;
    transition: opacity 0.2s ease,
                max-width 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                width 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.32s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0.32s;
  }

  /* Collapse the grid: single column, single row so no empty row adds height */
  body.hn-mobile-search-active .header {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    max-height: 70px !important;
  }

  body.hn-mobile-search-active .hn-header-search-top {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding-top: 0 !important;
    transition: padding 0.32s ease;
  }
}

/* =========================
   Mobile: hide search bar when menu is open
   ========================= */
@media screen and (max-width: 1399px) {
  body.hn-menu-open .hn-header-search-top {
    display: none !important;
  }
}

/* =========================
   Desktop: popular / fallback suggestions
   ========================= */
.hn-suggest-group {
  padding: 10px 0;
}
.hn-suggest-group + .hn-suggest-group {
  border-top: 1px solid #EBF7E1;
}


.hn-suggest-title,
.hn-search-suggest-row__title,
.hn-search-default__title {
  padding: 6px 18px;
  font-family: Alexandria, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #617161;
}
.hn-suggest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  text-decoration: none;
  color: #213F22;
  font-family: Alexandria, sans-serif;
  font-size: 13px;
  transition: background-color 0.15s ease;
}
.hn-suggest-item:hover,
.hn-suggest-item:focus-visible,
.hn-suggest-item.is-active {
  background: #F3FAEA;
  outline: none;
}
.hn-suggest-item__img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #F3FAEA;
}
.hn-suggest-item__text {
  min-width: 0;
  flex: 1;
}
.hn-suggest-item__title {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hn-suggest-item__meta {
  font-size: 12px;
  color: #617161;
}
.hn-suggest-chip,
.hn-search-query-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin: 4px 6px 4px 0;
  border: 1px solid #EBF7E1;
  border-radius: 999px;
  font-family: Alexandria, sans-serif;
  font-size: 12px;
  color: #213F22;
  text-decoration: none;
  background: #fff;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.hn-suggest-chip:hover,
.hn-suggest-chip:focus-visible,
.hn-search-query-chip:hover,
.hn-search-query-chip:focus-visible {
  background: #F3FAEA;
  border-color: #D6ECC5;
  outline: none;
}
.hn-suggest-chips-wrap {
  padding: 6px 14px 10px;
}

/* Desktop popular-products grid inside suggestions dropdown */
.hn-suggest-products,
.hn-search-default__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 4px 14px 12px;
}

.hn-search-default__row{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

  .hn-search-default__row > *:nth-child(n + 13) {
    display: none;
  }

.hn-suggest-product,
.hn-search-product-card {
  display: block;
  padding: 10px;
  border: 1px solid #EBF7E1;
  border-radius: 10px;
  text-decoration: none;
  color: #213F22;
  background: #fff;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.hn-suggest-product:hover,
.hn-suggest-product:focus-visible,
.hn-search-product-card:hover,
.hn-search-product-card:focus-visible {
  border-color: #D6ECC5;
  transform: translateY(-2px);
  outline: none;
}
.hn-suggest-product__img,
.hn-search-product-card__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: #F7FAF3;
  border-radius: 8px;
  overflow: hidden;
}
.hn-suggest-product__img img,
.hn-search-product-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hn-suggest-product__title,
.hn-search-product-card__title {
  font-family: Alexandria, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hn-suggest-product__price,
.hn-search-product-card__price {
  font-family: Alexandria, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #213F22;
}

/* =========================
   Mobile suggestions overlay
   ========================= */
.hn-mobile-suggest {
  display: none;
}

@media screen and (max-width: 1399px) {
  .hn-mobile-suggest {
    display: block;
    position: fixed;
    top: var(--hn-mobile-suggest-top, 66px);
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    padding: 20px 16px 40px;
    transform: translateY(24px) scale(0.98);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: transform, opacity;
    transition:
      opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      visibility 0s linear 0.45s;
    -webkit-overflow-scrolling: touch;
  }
  .mega-nav-sub-content .mega-block-scroll{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 0 20px;
}


  body.hn-mobile-search-active .hn-mobile-suggest {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s,
      transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
      visibility 0s linear 0s;
  }

  /* Stagger the inner sections so content gracefully fades in after the panel */
  .hn-mobile-suggest__section {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body.hn-mobile-search-active .hn-mobile-suggest__section {
    opacity: 1;
    transform: translateY(0);
  }
  body.hn-mobile-search-active .hn-mobile-suggest__section:nth-child(1) {
    transition-delay: 0.15s;
  }
  body.hn-mobile-search-active .hn-mobile-suggest__section:nth-child(2) {
    transition-delay: 0.25s;
  }

  .hn-mobile-suggest__section {
    margin-bottom: 22px;
  }

  .hn-mobile-suggest__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Alexandria, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #213F22;
    margin: 0 0 10px;
  }
  .hn-mobile-suggest__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E5E7E1;
  }

  .hn-mobile-suggest__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .hn-mobile-suggest__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 4px;
    text-decoration: none;
    color: #213F22;
    font-family: Alexandria, sans-serif;
    font-size: 14px;
  }
  .hn-mobile-suggest__link svg {
    flex: 0 0 16px;
    color: #617161;
  }

  .hn-mobile-suggest__grid {
    display: grid;
    /* Default (<= 1399 and >= 1024): 4 columns */
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  /* 3 columns between 750px and 1023px */
  @media screen and (max-width: 1023px) {
    .hn-mobile-suggest__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* 2 columns on phones (<= 749px) */
  @media screen and (max-width: 749px) {
    .hn-mobile-suggest__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .hn-mobile-suggest__product {
    display: block;
    padding: 12px;
    border: 1px solid #E5E7E1;
    border-radius: 10px;
    text-decoration: none;
    color: #213F22;
    background: #fff;
  }

  .hn-mobile-suggest__product-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background: #F7FAF3;
    border-radius: 8px;
    overflow: hidden;
  }
  .hn-mobile-suggest__product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .hn-mobile-suggest__product-title {
    font-family: Alexandria, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hn-mobile-suggest__product-price {
    font-family: Alexandria, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #213F22;
  }

  /* Prevent body scroll when overlay open */
  body.hn-mobile-search-active {
    overflow: hidden;
  }
}


@media screen and (min-width: 1400px) {
  .hn-search-dropdown {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 320px;
  }

  .hn-search-sidebar {
    padding: 18px 18px 22px;
    border-right: 1px solid #EBF7E1;
    background: #fff;
  }

  .hn-search-sidebar__section + .hn-search-sidebar__section {
    margin-top: 18px;
  }

  .hn-search-sidebar__title,
  .hn-search-main__title {
    margin: 0 0 10px;
    font-family: Alexandria, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #617161;
  }

  .hn-search-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .hn-search-sidebar__link {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #213F22;
    font-family: Alexandria, sans-serif;
    font-size: 13px;
    line-height: 1.35;
  }

  .hn-search-sidebar__link:hover {
    color: #617161;
  }

  .hn-search-main {
    padding: 18px 18px 22px;
    background: #fff;
  }

  .hn-search-default__header,
  .hn-search-main__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .hn-search-default__link,
  .hn-search-main__link {
    text-decoration: none;
    color: #213F22;
    font-family: Alexandria, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .hn-search-default__link:hover,
  .hn-search-main__link:hover {
    color: #617161;
  }

  .hn-search-product-card__vendor {
    font-family: Alexandria, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #617161;
    margin-bottom: 4px;
  }

  .hn-search-product-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
  }

  .hn-search-product-card__save {
    font-family: Alexandria, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #6D8B3D;
  }

  .hn-search-product-card__compare {
    font-family: Alexandria, sans-serif;
    font-size: 11px;
    color: #617161;
  }

  .hn-search-product-card__price {
    font-family: Alexandria, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #213F22;
  }
    .hn-search-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  .hn-search-product-card {
    width: 100%;
    min-width: 0;
  }

  .hn-search-product-card__img {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7FAF3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .hn-search-product-card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }
}

/* =========================
   Login Modal
   ========================= */
/* Desktop (>= 1400px): popup anchored under the login icon —
   right edge aligns with icon's right edge, body extends to the LEFT.
   No dark bg overlay (transparent). Stays within page-width container. */
@media screen and (min-width: 1400px) {
  .hn-login-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 10000;
    padding-top:    86.5px;
    padding-right:  var(--hn-login-right, 120px);
    padding-bottom: 16px;
    padding-left:   16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }

  .hn-login-modal {
    background: #fff;
    /* border-radius: 4px; */
    width: 100%;
    max-width: 527px;
    min-height: 429px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    overflow: hidden;
    transform: translateY(-12px);
    transition: transform 0.25s ease;
  }
}

/* Tablet / Mobile (< 1400px): centered modal, full-screen overlay */
@media screen and (max-width: 1399px) {
  .hn-login-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    padding: 150px 24px 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }

  .hn-login-modal {
    background: #fff;
    width: 100%;
    max-width: 527px;
    min-height: 429px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    overflow: hidden;
    transform: translateY(-12px);
    transition: transform 0.25s ease;
  }
}

.hn-login-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease;
}

body.hn-login-modal-open {
  overflow: hidden;
  padding-right: var(--hn-scrollbar-width, 0px);
}

.hn-login-overlay[aria-hidden="false"] .hn-login-modal {
  transform: translateY(2.7%);
}

.hn-login-modal__header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #d6e8c4;
    padding: 16px 0px;
    font-family: var(--font-body-family);
    font-size: 20px;
    font-weight: 500;
    color: #213F22;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 100%;
}


.hn-login-modal__header span {
  flex: 1;
  text-align: center;
}

.hn-login-modal__close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #213F22;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.15s;
  display: none;
}

.hn-login-modal__close:hover {
  opacity: 1;
}

.hn-login-modal__body {
    padding: 34px 44px 44px;
}

.hn-login-modal__title {
    font-family: var(--font-heading-family);
    font-size: 30px;
    font-weight: 500;
    color: #365533;
    text-align: center;
    margin: 0 0 23px;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.hn-login-modal__form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.hn-login-modal__label {
    margin-left: 10px;
    display: block;
    font-family: var(--font-body-family);
    font-size: 10px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 4px;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.hn-login-modal__errors {
  color: #c0392b;
  font-size: 13px;
  padding: 8px 12px;
  background: #fdf0ed;
  border-radius: 4px;
}

.hn-login-modal__field {
  display: flex;
  flex-direction: column;
}

.hn-login-modal__input {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 999px;
    padding: 10px 25px;
    font-size: 10px;
    font-family: var(--font-body-family);
    color: #000000;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
    box-shadow: none;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.hn-login-modal__input::placeholder {
  color: #aaa;
}

.hn-login-modal__input:focus {
  border-color: #213F22;
}

.hn-login-modal__checkbox-row {
    display: flex;
    align-items: center;
    justify-content: center;  
    gap: 0px;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    font-family: var(--font-body-family);
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 120%;
}

.hn-login-modal__checkbox {
    width: 5px;
    height: 7px;
    flex-shrink: 0;
    accent-color: #CECECE;
    cursor: pointer;
}

.hn-login-modal__submit {
    width: 56.5%;
    background: #3d5b40;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 11px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-body-family);
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.15s;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 100%;
}

.hn-login-modal__submit:hover {
  background: #1a3319;
}

.hn-login-modal__forgot {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #808285;
    text-decoration: none;
    font-family: var(--font-body-family);
    /* margin-top: 4px; */
    line-height: 120%;
    letter-spacing: 1px;
}

.hn-login-modal__forgot:hover {
  text-decoration: underline;
}

.hn-login-modal__signup-row {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin: 9px 0 0;
    font-family: var(--font-body-family);
    letter-spacing: 1px;
    line-height: 120%;
}

.hn-login-modal__signup-link {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

.hn-login-modal__signup-link:hover {
  text-decoration: underline;
}

/* Tablet / mobile (≤ 749px): cap modal width at 407px per design spec. */
@media screen and (max-width: 749px) {
  .hn-login-modal {
    max-width: 407px;
    min-height: 429px;
  }
}

@media screen and (max-width: 480px) {
  .hn-login-overlay {
    padding: 140px 16px 16px;
    align-items: flex-start;
  }

  .hn-login-modal {
    max-width: 407px;
    border-radius: 4px 4px 0 0;
    min-height: unset;
  }
}

/* =========================================================
   Narrow-desktop header fluid scaling (1024px – 1399px only)
   Big desktops (>=1400px) keep the original fixed sizes.
   No existing rule is modified — these only layer on top
   inside this width range.

   Key idea: swap the symmetric grid (1fr auto 1fr) for one where
   each piece takes its natural width and the empty space around
   the logo becomes usable — so the menu no longer overlaps itself.
   ========================================================= */
/* At every desktop width >= 1024px: the OPEN search bar must never
   cover the logo OR the icons, AND keeps a 16px visual gap from each.

   Logo, during search-active, is translated to (padding + 16px) from
   viewport left. Its right edge = padding + 255. Icons stay anchored
   at (padding + 125) from viewport right. Search is centered at 50%
   of viewport, so its half-width must be <= vw/2 − (padding + 255) − 16.
   Full width <= vw − 2*padding − 510 − 32 = vw − 2*padding − 542.

   - Narrow viewports (padding = 48): max = 100vw − 638.
   - Wide viewports (padding grows with page-width): max clamped at 658.
   */
@media screen and (min-width: 1400px) {
  .header.hn-search-active .hn-desktop-search-wrap {
    width: min(var(--hn-search-w, 600px), calc(100vw - 638px), 658px) !important;
    max-width: min(calc(100vw - 638px), 658px) !important;
  }
}

/* Narrow-desktop (1024px – 1399px) only:
   Logo + closed search pill shrink fluidly, menu items keep their
   natural size and never compress. Icons are NOT resized — they stay
   exactly as they are on wide desktop. Above 1400px nothing here
   applies; below 1024px mobile takes over — both untouched. */
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  /* Logo shrinks with the viewport so the menu column has room. */
  .header__heading-logo {
    width: clamp(160px, 16vw, 239.003px) !important;
  }

  /* Menu items must never shrink or overlap. */
  .header__inline-menu .list-menu--inline {
    flex-wrap: nowrap !important;
  }
  .header__inline-menu .list-menu__item,
  .header__inline-menu .list-menu__item > a,
  .header__inline-menu summary,
  .header__inline-menu details {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  /* Right column stays on one line. */
  .header__icons {
    flex-wrap: nowrap !important;
    min-width: 0 !important;
  }

  /* Search pill stays at its original desktop size up to 1400px. */
  .hn-desktop-search-wrap {
    margin-right: clamp(2px, 0.3vw, 10px);
    min-width: 0 !important;
  }
}

/* =========================================================
   Below 1400px (1024–1399): hide the desktop inline menu and
   show the mobile-style hamburger icon instead.
   Everything else (logo, search, icons) stays as-is.
   No existing rule modified — only added here.
   ========================================================= */
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  /* Hide the inline desktop menu */
  .header__inline-menu {
    display: none !important;
  }

  /* Show the hamburger toggle (overrides the desktop display:none
     at line 2088 via later-rule + !important). Styling copied from
     the mobile block so it looks identical to <1024 behavior. */
  .Mega_Menu_toggle,
  .hn-drawer-toggle,
  .Mega_Menu_toggle.hn-drawer-toggle {
    display: flex !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.2px solid rgba(255, 255, 255, 0.95) !important;
    border-radius: 13px !important;
    background: transparent !important;
    cursor: pointer;
    z-index: 1004 !important;
  }

  .Mega_Menu_toggle span,
  .hn-drawer-toggle span,
  .Mega_Menu_toggle.hn-drawer-toggle span {
    display: block;
    width: 18px !important;
    height: 1.6px !important;
    background: #ffffff !important;
    border-radius: 999px;
  }

  /* Reveal the drawer panel so the hamburger can actually open it. */
  .header > header-drawer {
    display: block !important;
  }
}

/* =========================================================
   At 1024px – 1399px the mobile header layout is active, but
   the viewport is wider than a phone. Bump the logo + the
   mobile search bar so they don't leave awkward gaps.
   ========================================================= */
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  /* Logo slightly bigger than the mobile default (34px) */
  .header__heading-logo {
    max-height: 50px !important;
  }

  /* Mobile search bar slightly taller with larger text */
  .hn-mobile-search {
    height: 46px !important;
    border-radius: 22px !important;
  }
  .hn-mobile-search__input {
    font-size: 16px !important;
  }
  .hn-mobile-search__button svg {
    width: 17px !important;
    height: 17px !important;
  }
}

/* =========================================================
   850px – 1399px: Big centered logo header.
   Hamburger on the left, BIG LOGO centered, icons on the right.
   Mobile search row stays below (clicking it opens the mobile
   search overlay — same JS as <850px behavior).
   Below 850px the existing mobile header rules take over
   (smaller logo, left-aligned).
   ========================================================= */
@media screen and (min-width: 850px) and (max-width: 1399px) {
  /* 3-col grid with equal side columns so the logo is truly centered */
  .header {
    grid-template-columns: 1fr auto 1fr !important;
  }

  /* Hamburger: pinned left */
  .Mega_Menu_toggle,
  .hn-drawer-toggle,
  .Mega_Menu_toggle.hn-drawer-toggle {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  /* Big centered logo */
  .header__heading,
  .header__heading-link {
    grid-column: 2 !important;
    justify-self: center !important;
  }
  .header__heading-logo {
    width: 300px !important;
    max-width: 300px !important;
    max-height: none !important;
    height: auto !important;
  }

  /* Icons: pinned right */
.header__icons {
    grid-column: 3 !important;
    justify-self: end !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}
}

