/** Shopify CDN: Minification failed

Line 22:0 Unexpected "}"

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

.mega-menu__content {

  background: #F9F9F9;
    border: 1px solid rgba(0,0,0,.2);
    overflow-y: auto;
  overflow:visible;
    padding-bottom: 8rem; 
    padding-top: 5rem;
    position: absolute;
    top: 80%;
  z-index: 3;
}
}

.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 {
 
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__list {
  display: flex;
  gap: 2.4rem 3.6rem;
  list-style: none;
 
}

.mega-menu__link {
 color: rgba(var(--color-foreground),1);
    display: flex;
  align-items:center;
    font-size: 1.3rem;
    line-height: 270.6%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: text-decoration var(--duration-short) ease;
    word-wrap: break-word;
}

.mega-menu__link--level-2 {
 font-size: 1.5rem;
    font-weight: 700;
  text-transform:uppercase;
}

.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 0.8rem;
}

.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,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.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;
}
.mega-menu__content:before

{
     top: -10px;
    left: 5%;
    border: solid rgba(0,0,0,.2);
    border-width: 1px;
    background: #F9F9F9;
    transform: rotate(45deg);
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    pointer-events: none;
}

.mega-menu__content:after

{
       top: -9px;
    left: 5%;
    border: solid transparent;
    border-width: 1px;
    background: #F9F9F9;
    transform: rotate(45deg);
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    pointer-events: none;
}

.mega-menu__list .single-line{

 
    width: 1px;
   background: rgba(0, 0, 0, 0.10);
}
.color_dot {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
      margin-top: -4px;
}
@media screen and (max-width:769px){
 
  .announcement-bar .page-width{
    padding:0;
  }
}