/** Shopify CDN: Minification failed

Line 464:0 Expected "}" to go with "{"

**/
.header1 {
    position: relative;
}
.header1 .header-area .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header1 .header-area .header-main.logo-center .header-element.logo {
    width: 8.33%;
    text-align: center;
}
.header1 .header-area .header-main.logo-center .header-element.megamenu-content,
.header1 .header-area .header-main.logo-center .header-element.right-block-box {
    width: 41.33%;
}
.header1 .header-area .header-main.logo-center .header-element.logo a {
    margin: 0 auto;
}
.header1 .header-area .header-main.logo-left .header-element.right-block-box {
    width: 41.33%;
}
.header1 .header-area .header-main.logo-left .header-element.logo {
    width: 16.66%;
}
.header1 .header-area .header-main.logo-left .header-element.megamenu-content {
    width: 41.33%;
}
.header1 .header-area .header-main .header-element.toggle-content {
    display: none;
}
.header1 .header-area .header-main.logo-left .header-element.logo {
    order: -1;
}
@media (max-width: 1199px) {
    .header1 .header-area .header-main {
        padding: 20px 0;
    }
    .header1 .header-area .header-main.logo-center .header-element.right-block-box,
    .header1 .header-area .header-main.logo-left .header-element.right-block-box,
    .header1 .header-area .header-main .header-element.toggle-content,
    .header1 .header-area .header-main.logo-left .header-element.logo,
    .header1 .header-area .header-main.logo-center .header-element.logo {
        width: 33.33%;
    }
    .header1 .header-area .header-element.megamenu-content {
        display: none;
    }
    .header1 .header-area .header-element.logo a {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header1 .header-area .header-main.logo-left .header-element.logo {
        order: 0;
    }
    .header1 .header-area .header-main .header-element.toggle-content {
        display: flex;
        color: var(--font-color-header);
        font-size: 18px;
        line-height: 1;
    }
}

/* right-block css */
.header1 .right-block-box {
    display: flex;
    justify-content: flex-end;
}
.header1 .right-block-box ul.shop-element {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header1 .right-block-box ul.shop-element li.side-wrap {
    display: block;
    padding: 0 15px;
    line-height: 1;
}
.header1 .is-sticky .right-block-box ul.shop-element li.side-wrap {
    display: block;
}
.header1 .right-block-box ul.shop-element li.side-wrap:first-child {
    padding-inline-start: 0;
}
.header1 .right-block-box ul.shop-element li.side-wrap:last-child {
    padding-inline-end: 0;
}
.header1 .right-block-box ul.shop-element li.side-wrap.search-bar-wrap {
    display: none;
}
.header1 .is-sticky .right-block-box ul.shop-element li.side-wrap.search-bar-wrap {
    display: none;
}
.header1 .right-block-box ul.shop-element li.side-wrap.search-bar-wrap .search-rap a.search-crap {
    display: none;
}
.header1 .right-block-box ul.shop-element li.side-wrap.search-bar-wrap .crap-search.collapse:not(.show) {
    display: block;
}
.header1 .right-block-box ul.shop-element li.side-wrap.search-toggle {
    display: none;
}
@media (max-width: 1399px) {
    .header1 .right-block-box ul.shop-element li.side-wrap.full-search {
        display: none;
    }
    .header1 .right-block-box ul.shop-element li.side-wrap.search-toggle {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header1 .right-block-box ul.shop-element li.side-wrap.toggle-wrap {
        display: block;
        line-height: 1;
    }
    .header1 .right-block-box ul.shop-element li.side-wrap.toggle-wrap button {
        font-size: 17px;
        line-height: 1;
    }
}
@media (max-width: 600px) {
    .header1 .right-block-box ul.shop-element li.side-wrap.search-toggle,
    .header1 .right-block-box ul.shop-element li.side-wrap {
        display: none;
    }
    .header1 .right-block-box ul.shop-element li.side-wrap.cart-wrap {
        display: block;
    }
}
/* Hide desktop icons on mobile */
@media (max-width: 768px) {
  .right-block-box {
    display: none !important;
  }
}

/* Show mobile icons */
.mobile-header-icons {
  display: none;
}

@media (max-width: 768px) {
  .mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 14px;
  }
}

/* Align header properly */
@media (max-width: 768px) {
  .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}


/* 🔥 Mobile header layout fix */
@media (max-width: 768px) {

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Logo center properly */
  .header-element.logo {
    flex: 1;
    text-align: center;
  }

  /* Menu icon (left) */
  .toggle-content {
    flex: 0 0 auto;
  }

  /* Mobile icons (right) */
  .mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
  }

  /* Fix icon size */
  .mobile-header-icons .icon {
    font-size: 18px;
  }

  /* 🔴 Hide desktop block */
  .right-block-box {
    display: none !important;
  }

  /* ❌ Remove extra service text spacing */
  .ser-wrap {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header-main {
    position: relative;
  }

  .header-element.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {

  /* Hide both search bars */
  .search-rap-desktop,
  .search-rap-desktop2 {
    display: none !important;
  }

}

@media (max-width: 768px) {

  /* Make header stable */
  .header-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
  }

@media (max-width: 768px) {

  /* 🔥 FORCE HEADER LAYOUT */
  .header-main {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
  }

  /* 🔥 FORCE CENTER LOGO */
  .header-element.logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
  }

  /* 🔥 LEFT MENU ICON */
  .toggle-content {
    position: relative !important;
    z-index: 3 !important;
  }

  /* 🔥 RIGHT ICONS */
  .mobile-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    position: relative !important;
    z-index: 3 !important;
  }

  /* 🔥 FIX ICON SIZE */
  .mobile-header-icons .icon {
    font-size: 19px !important;
  }

  /* 🔴 REMOVE ANY FLEX BREAKING */
  .header-element {
    flex: unset !important;
  }

}

@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {

  /* 🔥 RESET HEADER */
  .header-main {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
  }

  /* 🔥 REMOVE FLEX EFFECT FROM CHILDREN */
  .header-element {
    flex: none !important;
  }

  /* 🔥 LEFT MENU */
  .toggle-content {
    width: 33.33% !important;
    text-align: left !important;
  }

  /* 🔥 CENTER LOGO (REAL FIX) */
  .header-element.logo {
    width: 33.33% !important;
    text-align: center !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }

  /* 🔥 RIGHT ICONS */
  .mobile-header-icons {
    width: 33.33% !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 14px !important;
  }

}

@media (max-width: 768px) {

  /* 🔥 RESET HEADER */
  .header-main {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
  }

  /* 🔥 REMOVE FLEX EFFECT FROM CHILDREN */
  .header-element {
    flex: none !important;
  }

  /* 🔥 LEFT MENU */
  .toggle-content {
    width: 33.33% !important;
    text-align: left !important;
  }

  /* 🔥 CENTER LOGO (REAL FIX) */
  .header-element.logo {
    width: 33.33% !important;
    text-align: center !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }

  /* 🔥 RIGHT ICONS */
  .mobile-header-icons {
    width: 33.33% !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 14px !important;
  }

}

@media (max-width: 768px) {

  /* 🔥 FORCE HEADER GRID (BEST METHOD) */
  .header-main {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
  }

  /* LEFT MENU */
  .toggle-content {
    justify-self: start !important;
  }

  /* CENTER LOGO */
  .header-element.logo {
    justify-self: center !important;
    text-align: center !important;
  }

  /* RIGHT ICONS */
  .mobile-header-icons {
    justify-self: end !important;
    display: flex !important;
    gap: 16px !important;
  }

}

@media (max-width: 768px) {

  /* 🔥 OVERRIDE THEME LOGO-CENTER SYSTEM */
  .header-main.logo-center {
    display: grid !important;
    grid-template-columns: 40px 1fr 80px !important;
    align-items: center !important;
  }

  /* LEFT MENU */
  .header-main.logo-center .toggle-content {
    grid-column: 1;
    justify-self: start;
  }

  /* CENTER LOGO */
  .header-main.logo-center .logo {
    grid-column: 2;
    text-align: center;
    margin: 0 auto;
  }

  /* RIGHT ICONS */
  .header-main.logo-center .mobile-header-icons {
    grid-column: 3;
    display: flex !important;
    justify-content: flex-end;
    gap: 14px;
  }

  /* 🔴 HIDE EXTRA ELEMENTS BREAKING LAYOUT */
  .header-main.logo-center .megamenu-content,
  .header-main.logo-center .right-block-box {
    display: none !important;
  }

}

@media (max-width: 768px) {

  /* 🔥 MAIN FIX */
  .mobile-header-icons ul.shop-element {
    display: flex !important;
    flex-direction: row !important;   /* HORIZONTAL */
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-header-icons ul.shop-element li {
    display: inline-flex !important;
    align-items: center !important;
  }

}
