/** Shopify CDN: Minification failed

Line 347:13 Expected identifier but found whitespace
Line 347:15 Unexpected "{"
Line 347:22 Expected ":"

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

.mega-menu__content {
  z-index: 1;
  background: var(--Surface-Surface-Blur, rgba(255, 255, 255, 0.95));
  backdrop-filter: blur(15px);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  min-height : 380px;
  /* padding-top: 2.6rem; */
  /* padding-bottom: 8rem; */
  position: absolute;
  right: 0;
  top: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}

@media (min-width: 1024px) {

  .mega-menu__content {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

}

.mega-menu[open] .mega-menu__content {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease, visibility 0s;
}

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

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

/***Start adding new addtional css for v2*****/
.mega-menu__inner-wrapper-full-image-menu {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr; /* Single column */
  grid-template-areas: "images"; /* Only images area */
}

@media screen and (min-width: 1024px) /* 1024px and Above */ {
  .mega-menu__inner-wrapper {
    display : flex;
    gap: 64px;
    margin: 80px 0px 20px 12px;
    text-transform: uppercase;
  }

  .mega-menu-aligned-items 
  .mega-menu___full_image-block:first-child p {
    padding-left: 12px;
  }

  .mega-menu__inner-wrapper-full-image-menu { 
    margin : 97px 0 91px 0;
  }
}

.image-only-menu-link {
  text-decoration: none;
}



@media screen and (max-width: 1023px) /* 1023px & Below */ {
  .mega-menu__inner-wrapper {
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    margin: 80px 0px 130px 12px;
  }
}

@media screen and (max-width: 390px) /* 1023px & Below */ {
  .mega-menu__inner-wrapper {
    width : 307px;
    margin: 80px auto 130px auto;
  }
}

/***End adding new addtional css for v2*****/

.mega-menu__inner-wrapper.multiple-images {
  grid-template-columns: 1fr 4fr 2fr;
}

/***Start adding new addtional css for v2*****/

.mega-menu__list--hero {
  grid-area: hero;
  list-style: none;
  padding: 0;
}


@media (max-width: 1023px) /* 1023px & Below */ {

  .mega-menu__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 2.4rem 4rem;
    list-style: none;
  }

  .mega-menu__list li {
    width: calc(100% - 10px);
  }

}

@media (min-width: 1024px) /* 1024px and Above */ {
  .mega-menu__list--hero {
    margin: 0;
  }

  .mega-menu__list--hero li{
    width: 130px;
  }

  .mega-sub-menu li {
    width: 130px;
  }

  .mega-menu__list {
    grid-area: main;
    padding: 0;
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
  }

  .mega-menu__list > li {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 1446px) /* 1024px and Above */ {

  .mega-menu__list {
    gap: 64px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

@media screen and (min-width: 1024px) /* 1024px and Above */ {
  /* .mega-menu__list {
    grid-area: main;
    padding: 0;
    display: grid;
    gap: 2.4rem 4rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
  } */
}


@media (min-width: 1440px) /* 1440px and Above */ {

  .mega-menu__list {
    grid-area: main;
    padding: 0;
    display: grid;
    gap: var(--Spacing-1, 8px) 64px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
  }

  .mega-menu__list > li {
    width: 100%;
    margin-bottom: 0;
  }

}

/***End adding new addtional css for v2*****/

.mega-menu__link {
  color: rgb(var(--color-foreground));
  display: block;
  /* font-size: 1.3rem; */
  /* line-height: calc(1 + 0.3 / var(--font-body-scale)); */
  /* padding-bottom: 0.6rem;
  padding-top: 0.6rem; */
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
}

/***Start adding new addtional css for v2*****/

/* .mega-menu__link--hero {
  font-size: 1.7rem;
} */
/***End adding new addtional css for v2*****/

.mega-menu__link--level-2 {
  /* font-weight: var(--font-body-weight-semibold); */
}

.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: var(--Spacing-1-and-half, 12px);
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover{
  color: var(--Text-Text-Primary, #201B1B);
  font-size: 13px; line-height: 140%; letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight : 500;
}

.care-services-drawer__links .mega-menu__link:hover {
    color: var(--color-gray-800) !important;
    font-size: 11px !important;
    line-height: 140% !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

/***Start adding new addtional css for v2*****/

.mega-menu__image-blocks {
  /* grid-area: images;
  display: grid;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start; */
  /* gap: 1.6rem 0.8rem; */
  display: grid;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: repeat(2, 1fr);
  margin-left:auto;
}

.mega-menu__text-promo-blocks {
    align-items: flex-start;
    margin-left: auto;
}


@media screen and (max-width: 1023px) /* 1023px & Below */ {
  .mega-menu__full_image-blocks {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
  }
}

@media screen and (max-width: 744px) /* 744px & Below */ {
  .mega-menu__full_image-blocks {
    margin-left: 11%;
  }
}

@media screen and (min-width: 1024px) /* 1024px and Above */ {
  .mega-menu__full_image-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}


.mega-menu___full_image-block {
  position: relative;
  padding-right: 2px;
}

.mega-menu___full_image-block:nth-child(even) {
  padding-right: 0px;
}

@media (min-width: 1024px) /* 1024px and Above */ {
  .mega-menu___full_image-block:nth-child(even) {
    padding-right: unset;
  }
}

.mega-menu___full_image-block img {
  max-width: 140px;
  height : auto;
}

.mega-menu___full_image-block.menu-wide-img img  {
  max-width: 307px;
  height : auto;
}


.wrap_text {
  width: 95%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-align: {{ block.settings.text_alignment | default: 'left' }};
  font-weight: 500;
}

.mega-menu___full_image-block .caption_text {
    position: absolute;
    top: 0;
    aspect-ratio: 4 / 5;
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column; 
}

.caption_text--middle {
    justify-content: center;
}

.caption_text--top {
    justify-content: top;
}

.caption_text--bottom {
    justify-content: bottom;
}

/***End adding new addtional css for v2*****/

.multiple-images .mega-menu__image-block {
  width: calc(50% - 0.4rem);
}

/***Start adding new addtional css for v2*****/

@media screen and (max-width: 390px) {
  .mega-menu__image-block { 
    flex:1;
    min-width: 152px;
  }

  .mega-menu__image-block img{ 
    width: 100%;
  }
}



@media screen and (max-width: 1023px) /* 1023px & Below */ {
  .mega-menu__image-blocks {
      display: flex;
      justify-content: flex-start;
      margin: 0;
      order: 1;
  }

  .mega-menu__image-block {
     flex: unset;
  }
}

@media screen and (min-width: 1023px) {
  .mega-menu-aligned-items, .mega-menu__center-aligned-items, .mega-menu__right-aligned-items {
      display :flex;
      width: 100%;
      gap: 2px;
  }
}

@media screen and (max-width: 1023px) /* 1023px & Below */ {
  .mega-menu-aligned-items, .mega-menu__center-aligned-items, .mega-menu__right-aligned-items {
    display: flex;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    flex-wrap: wrap;
  }
}

.mega-menu__text-promo-block {
  display: flex;
  width: 307px;
  padding: var(--Spacing-1-and-half, 12px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--Spacing-1-and-half, 12px);
}

.text-promo-content {
  display: flex; 
  flex-direction: column; 
  height: 100%; 
  min-height: 150px;
  white-space: normal;
}

.block-bottom {
  display: flex;
  height: 24px;
  padding: var(--Spacing-half, 4px) var(--Spacing-1, 8px);
  align-items: center;
  gap: var(--Spacing-1-and-half, 12px);
  background: var(--Surface-Surface-Blur, rgba(255, 255, 255, 0.95));
  /* Background Blur */
  backdrop-filter: blur(15px);
}

.block-bottom span{
  margin-right: 5px; 
  font-size: 18px;
}


/***End adding new addtional css for v2*****/

.mega-menu___full_image-block.wrap_text {
  max-width: 150px;  
  white-space: normal;
  word-break: break-word;
}

.mega-menu__image-block img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.mega-menu__image-block p {
  margin: 0;
}

.mega-menu__image-block a {
  color: rgb(var(--color-base-accent-1));
  text-decoration: none;
}

.mega-menu__image-block a svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
}

/***Start adding new addtional css for v2*****/

.collective_box {
  display:none;
}

.mob-tree-menu-secondary {
  display: none;
}

.mob-login {
  display : none;
}

@media screen and (max-width: 1023px) /* 1023px & Below */ {
  .mob-tree-menu-secondary {
    display: flex;
    order: 4;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .tree-menu-item {
    margin: 8px 0;
    position: relative;
  }

  .tree-menu-details {
    width: 100%;
  }

  .tree-menu-summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
  }

  .tree-menu-summary::-webkit-details-marker {
    display: none;
  }

  .tree-menu-title {
    /* font-weight: 400; */
  }

   
  .tree-submenu {
    list-style: none;
    padding-left: 32px;
    margin: 4px 0;
  }

  .tree-submenu-item {
    margin: 6px 0;
  }

  .tree-submenu > li:nth-child(3n) {
    margin-bottom: 16px; /* Slightly less space for submenu items */
  }

  .tree-submenu-summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
  }

  .tree-submenu-summary::-webkit-details-marker {
    display: none;
  }

  .tree-grandchild-menu {
    list-style: none;
    padding-left: 16px;
    margin: 4px 0;
  }

  .tree-grandchild-item {
    margin: 4px 0;
  }

  .tree-menu-link, .tree-submenu-link, .tree-grandchild-link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 4px 0;
  }

  /* Icon handling for open/closed states */
  details[open] .icon-plus {
    display: none;
  }

  details:not([open]) .icon-plus {
    display: block;
  }

  details:not([open]) .icon-minus {
    display: none;
  }

  .mob-login {
    order: 5;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mega-menu__list {
    order: 3;
  }

  .mega-menu__list--hero {
    order: 2;
  }

  .mega-menu__image-blocks {
    order: 1;
  }

  .mega-menu__text-promo-blocks { 
    margin-left: unset;
  }

  .collective_box {
    max-width: 307px;
    display : flex;
    order:4;
    margin-top: 48px;
  }

  .mega-menu__image-blocks {
    margin-bottom : 30px;
  }

  .mobile-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .mobile-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    width: auto;
    background: unset;
    border: unset;
    color: unset;
    padding: 0;
  }
}



.mobile-logo {
    width: auto;
    background: unset;
    border: unset;
    color: unset;
    display: none;
    padding: 0;
}

.header-menu-close {
  display:none;
  flex-direction: row-reverse;
}

.header-menu-close a {
  margin: 20px 10px 20px 0px;
}

.mob-secondary {
  display: none;
}

@media (max-width: 1023px) /* 1023px & Below */ {
  .mob-secondary {
    display: flex;
    width: 100%;  
    align-items: center; 
    gap: 8px;
  }
  
  .mob-secondary a {
    color: rgba(var(--color-foreground), 0.75);
    text-decoration: none; 
  }

  .mob-login {
    display : block;
  }
}

@media (min-width: 1024px) /* 1024px and Above */ {
  .mobile-menu {
    display: none;
  }
}

.hidden {
  display: none !important;
}

/* Mobile Search Menu */
.mobile-search-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--Surface-Surface-Blur, rgba(255, 255, 255, 0.95));
  /* Panel Shadow */
  box-shadow: 0 4px 4px 0 rgba(187, 187, 187, 0.15);
  backdrop-filter: blur(15px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}

.mobile-search-menu.is-open {
  transform: translateX(0);
}

.mobile-search-menu__header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.mobile-search-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search-menu__content {
  padding: 20px;
  flex: 1;
}

.mobile-search-menu .search__input {
  width: 100%;
  border: none;
  border-bottom: 1px dashed var(--Border-Border-Primary, #545454);
  background: transparent;
  padding-bottom: var(--Spacing-1-and-half, 12px);
  outline: none;
}

.mobile-search-menu .search__input::placeholder {
  color: #545454 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1 !important;
}

.mobile-search-menu .search__input::-webkit-input-placeholder {
  color: #545454 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1 !important;
}

.mobile-search-menu .search__input::-moz-placeholder {
  color: #545454 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1 !important;
}

.mobile-search-menu .search__input:-ms-input-placeholder {
  color: #545454 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1 !important;
}

.mobile-search-menu .field {
  position: relative;
  margin-bottom: 30px;
}

.mobile-search-menu .reset__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-search-menu .predictive-search--mobile {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .mobile-search-menu {
    display: none;
  }
}

.show {
  display: flex !important;
  
}


.mega-menu__inner-wrapper > ul li,
.mega-menu__inner-wrapper > ol li {
  margin-bottom: 0;
}

.mega-menu__list--hero > li {
  margin-bottom: var(--Spacing-1, 8px) !important;
}

.mega-sub-menu {
  display: grid;
  row-gap: var(--Spacing-1, 8px);
}
/***End adding new addtional css for v2*****/