/* Hide legacy header CMS (Contact Us / Send Email) — contact lives in Account menu */
.full-header #ttcmsheaderservices,
.full-header .header-right-cms {
  display: none !important;
}

/* Top bar — currency + contact on one row */
#top-links .ie-top-links-row {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#top-links .ie-top-links-row > li {
  display: inline-flex;
  align-items: center;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#top-links .ie-top-utils {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0 10px;
}

#top-links .ie-top-utils .pull-left {
  display: inline-block;
  float: none !important;
  margin: 0;
  vertical-align: middle;
}

#top-links .ie-top-utils #form-currency .btn-group,
#top-links .ie-top-utils #form-currency .btn.dropdown-toggle {
  align-items: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.header-top-right .ie-top-contact {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0 2px;
  text-decoration: none;
  vertical-align: middle;
}

.header-top-right .ie-top-contact:hover,
.header-top-right .ie-top-contact:focus {
  color: #fff;
  opacity: 0.92;
  text-decoration: none;
}

.header-top-right .ie-top-contact .fa-envelope {
  display: inline-block !important;
  font-size: 12px;
}

/* Header actions — Account, Studio, Wish, Cart */
.header-actions {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  float: right;
  flex-shrink: 0;
  gap: 2px 6px;
  margin: 22px 0 22px 2px;
  position: relative;
  z-index: 12;
}

.header-actions .ie-header-action {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  gap: 4px;
  height: 40px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 4px;
  text-decoration: none;
  white-space: nowrap;
}

.header-actions .ie-header-action:hover,
.header-actions .ie-header-action:focus {
  color: #fff;
  opacity: 0.92;
  text-decoration: none;
}

.header-actions .ie-header-action .fa {
  display: inline-block !important;
  font-size: 17px;
  line-height: 1;
}

.header-actions .ie-header-icon-wrap {
  display: inline-flex;
  position: relative;
}

.header-actions .ie-header-badge {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  height: 17px;
  left: auto;
  line-height: 17px;
  min-width: 17px;
  padding: 0 3px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -7px;
  z-index: 1;
}

.header-actions .ie-header-guides .fa-book {
  color: #1a1a2e;
}

.header-actions .ie-header-studio .fa-scissors {
  color: #d4b8ff;
}

.header-actions .ie-header-wishlist .fa-heart {
  color: #ffb8c6;
}

.header-actions .ie-header-compare .fa-bar-chart {
  color: #b8e4ff;
}

.header-actions .ie-header-action-icon-only {
  padding: 0 6px;
}

.header-actions .ie-header-action-icon-only .ie-header-icon-wrap {
  margin: 0;
}

.header-account {
  float: none;
  margin: 0;
  position: static;
}

.header-right {
  float: none;
  margin: 0;
}

.header-right #cart {
  float: none;
  margin: 0;
}

.header-right #cart.ie-header-cart {
  background: transparent;
  height: auto;
  position: static;
  width: auto;
}

.header-right #cart .ie-header-cart-btn {
  align-items: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  gap: 4px;
  height: 40px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 4px;
  position: relative;
  text-shadow: none;
  white-space: nowrap;
  width: auto;
}

.header-right #cart .ie-header-cart-btn:hover,
.header-right #cart .ie-header-cart-btn:focus,
.header-right #cart.open .ie-header-cart-btn {
  color: #fff;
  opacity: 0.92;
}

.header-right #cart .ie-header-cart-btn::after {
  display: none !important;
}

.header-right #cart .ie-header-cart-btn .fa-shopping-cart {
  background: none !important;
  display: inline-block !important;
  font-size: 18px;
  height: auto;
  line-height: 1;
  width: auto;
}

.header-right #cart .ie-cart-icon-wrap {
  display: inline-flex;
  position: relative;
}

.header-right #cart .cart-heading {
  color: inherit;
  display: inline;
  float: none;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.header-right #cart #cart-total {
  background: #fff;
  border-radius: 50%;
  bottom: auto;
  color: #000;
  float: none;
  font-size: 10px;
  font-weight: 700;
  height: 17px;
  left: auto;
  line-height: 17px;
  margin: 0;
  min-width: 17px;
  padding: 0 3px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -7px;
  width: auto;
  z-index: 1;
}

.header-account .dropdown-toggle {
  align-items: center;
  background: transparent;
  border: none;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 500;
  gap: 4px;
  height: 40px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0 4px;
  text-decoration: none;
  white-space: nowrap;
}

.header-account .dropdown-toggle:hover,
.header-account .dropdown-toggle:focus,
.header-account.open .dropdown-toggle {
  color: #fff;
  opacity: 0.92;
  text-decoration: none;
}

.header-account .dropdown-toggle .fa-user {
  display: inline-block !important;
  font-size: 16px;
  line-height: 1;
}

.header-account .dropdown-toggle .fa-caret-down {
  font-size: 9px;
  margin-left: 1px;
}

.header-account .dropdown-menu {
  margin-top: 6px;
  min-width: 200px;
}

.header-account .dropdown-menu .divider {
  margin: 6px 0;
}

@media (max-width: 991px) {
  .header-actions {
    margin: 10px 0 10px 4px;
  }
}

/* ---- Mobile header (pro layout) ---- */
@media (max-width: 767px) {
  #page {
    padding-left: 10px;
    padding-right: 10px;
  }

  #top .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
  }

  /* Welcome coupon (STITCH15) — full-width row above currency */
  #top .header-top-left {
    display: block !important;
    flex: 1 1 100%;
    order: 1;
    text-align: center;
    width: 100%;
  }

  #top .header-top-left .header-left-cms,
  #top .header-top-left #header-left,
  #top .header-top-left .html-content,
  #top .header-top-left .box-content,
  #top #ttcmsheader {
    width: 100%;
  }

  #top #ttcmsheader .ttheader-service {
    display: block;
    float: none;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 0 6px;
    text-align: center;
  }

  #top #ttcmsheader .ttheader-service::before {
    display: none;
  }

  .header-top-right {
    flex: 1 1 100%;
    float: none !important;
    margin: 0 !important;
    order: 2;
    padding: 0 0 4px !important;
    text-align: right !important;
    width: 100% !important;
  }

  .header-top-right .pull-right,
  #top-links.nav {
    float: none !important;
    margin: 0;
    width: auto;
  }

  #top-links .ie-top-links-row {
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    float: none !important;
    gap: 0 8px;
    justify-content: flex-end;
    margin: 0 !important;
    vertical-align: middle;
  }

  #top-links .ie-top-language,
  #top-links .ie-top-language:empty {
    display: none !important;
  }

  #top-links .ie-top-utils {
    gap: 0 8px;
  }

  .header-top-right .ie-top-contact {
    padding: 0 !important;
  }

  .header-top-right .ie-top-contact .fa-envelope {
    font-size: 14px;
  }

  .full-header .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  header .full-header .header-left {
    flex: 0 1 auto;
    margin: 8px 0 !important;
    order: 1;
    width: auto !important;
  }

  #logo {
    margin: 0 !important;
    width: 118px;
  }

  #logo img {
    max-height: 34px;
    max-width: 118px;
  }

  .header-actions {
    align-items: center;
    flex: 1 1 0;
    gap: 0;
    justify-content: flex-end;
    margin: 8px 0 !important;
    min-width: 0;
    order: 2;
    position: static !important;
    right: auto;
    top: auto;
    z-index: 100;
  }

  .header-actions .ie-header-studio {
    display: none !important;
  }

  .header-account .dropdown-toggle span,
  .header-account-guest .dropdown-toggle span {
    display: none !important;
  }

  .header-actions .ie-header-action,
  .header-account .dropdown-toggle,
  .header-right #cart .ie-header-cart-btn {
    align-items: center;
    border-radius: 8px;
    height: 38px;
    justify-content: center;
    min-width: 34px;
    padding: 0 4px;
    -webkit-tap-highlight-color: transparent;
  }

  .header-actions .ie-header-compare .fa-bar-chart {
    font-size: 17px !important;
  }

  .header-actions .ie-header-action:active,
  .header-account .dropdown-toggle:active,
  .header-right #cart .ie-header-cart-btn:active {
    background: rgba(255, 255, 255, 0.14);
  }

  .header-actions .ie-header-action-label,
  .header-actions .ie-header-action-icon-only .ie-header-action-label,
  .header-account .header-account-label,
  .header-account-guest .header-account-label,
  .header-right #cart .cart-heading,
  .header-account .dropdown-toggle .fa-caret-down {
    display: none !important;
  }

  .header-actions .ie-header-action .fa,
  .header-account .dropdown-toggle .fa-user,
  .header-account .dropdown-toggle .fa-sign-in,
  .header-right #cart .ie-header-cart-btn .fa-shopping-cart {
    font-size: 19px !important;
  }

  .header-account .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* Override legacy theme cart box on mobile */
  .full-header .header-right #cart,
  .header-right #cart,
  .header-right #cart.ie-header-cart,
  header #cart {
    background: transparent !important;
    border-radius: 0 !important;
    bottom: auto !important;
    height: auto !important;
    left: auto !important;
    margin: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    z-index: auto !important;
  }

  .full-header .header-right #cart .ie-header-cart-btn,
  .header-right #cart .ie-header-cart-btn,
  .header-right #cart button.btn,
  header #cart button.btn {
    background: transparent !important;
    height: 38px !important;
    width: auto !important;
  }

  .full-header .header-right #cart > button.btn::after,
  .header-right #cart > button.btn::after,
  .header-right #cart:hover > button.btn::after,
  header #cart > button.btn::after {
    display: none !important;
  }

  #menu .navbar-header.collapsed {
    align-items: center;
    display: flex !important;
  }

  #menu #category.visible-xs {
    display: inline-block !important;
    float: none;
    line-height: 28px;
    margin: 0;
    text-align: left;
    width: auto;
  }

  #menu div.navbar-header:after,
  #menu .navbar-header i.fa {
    top: 50%;
    transform: translateY(-50%);
  }

  .header-actions .ie-header-badge,
  .header-right #cart #cart-total {
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    right: -4px;
    top: -5px;
  }

  header .header-middle {
    flex: 0 0 100%;
    margin: 0 0 8px;
    order: 3;
    padding: 0;
    width: 100%;
  }

  /* Smart mega-menu — full width below search */
  .ie-header-smart-menu-slot {
    box-sizing: border-box;
    display: block !important;
    flex: 1 1 100%;
    margin: 0 0 10px;
    max-width: 100%;
    min-width: 0;
    order: 4;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 200;
  }

  /* Native <details> open/close — works without header JS (Lightning-safe) */
  .ie-header-smart-menu-slot .ie-mobile-cat-details:not([open]) .menu-category {
    display: none !important;
  }

  .ie-header-smart-menu-slot .ie-mobile-cat-details[open] .menu-category,
  .ie-header-smart-menu-slot .ie-mobile-cat-details[open] .menu-category .dropmenu {
    display: block !important;
  }

  .ie-header-smart-menu-slot .ie-mobile-cat-details {
    display: block;
    width: 100%;
  }

  .ie-header-smart-menu-slot .ie-mobile-cat-details > summary {
    list-style: none;
  }

  .ie-header-smart-menu-slot .ie-mobile-cat-details > summary::-webkit-details-marker {
    display: none;
  }

  .ie-header-smart-menu-slot .ie-mobile-cat-details[open] > summary {
    border-radius: 8px 8px 0 0;
  }

  .ie-header-smart-menu-slot .main-category-list.left-main-menu,
  .ie-header-smart-menu-slot .left-main-menu {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    padding: 0 !important;
  }

  /* Hide basic header nav if ever present — use smart menu only */
  header .menu-container {
    display: none !important;
  }

  /* Sidebar copy is hidden on mobile — header slot is the only menu */
  #column-left .main-category-list.left-main-menu {
    display: none !important;
  }

  .ie-header-smart-menu-slot .main-category-list.left-main-menu {
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    box-shadow: none;
    float: none;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 60;
  }

  .ie-header-smart-menu-slot .main-category-list .TT-panel-heading,
  .ie-header-smart-menu-slot .main-category-list button.TT-panel-heading,
  .ie-header-smart-menu-slot .ie-mobile-cat-details > summary.TT-panel-heading {
    background: rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 28px;
    margin: 0;
    min-height: 44px;
    padding: 7px 40px 7px 14px;
    position: relative;
    text-transform: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
    touch-action: manipulation;
    user-select: none;
    width: 100%;
    border: 0;
    text-align: left;
    font-family: inherit;
  }

  .ie-header-smart-menu-slot .main-category-list .TT-panel-heading::after,
  .ie-header-smart-menu-slot .ie-mobile-cat-details > summary.TT-panel-heading::after {
    color: #fff;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ie-header-smart-menu-slot .main-category-list.ttactive .TT-panel-heading {
    border-radius: 8px 8px 0 0;
  }

  .ie-header-smart-menu-slot .main-category-list .menu-category {
    background: #fff;
    border-radius: 0 0 8px 8px;
    left: auto !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
  }

  .ie-header-smart-menu-slot .main-category-list.is-open .TT-panel-heading,
  .ie-header-smart-menu-slot .main-category-list.is-open button.TT-panel-heading {
    border-radius: 8px 8px 0 0;
  }

  /* Sub-panels collapsed until expanded */
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List > .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List > .ie-mega-panel {
    display: none !important;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List.active > .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List.active > .ie-mega-panel {
    display: block !important;
  }

  /* Full-width responsive menu panel — no dead space on the right */
  .ie-header-smart-menu-slot .main-category-list,
  .ie-header-smart-menu-slot .ie-mobile-cat-details,
  .ie-header-smart-menu-slot .menu-category,
  .ie-header-smart-menu-slot .menu-category .dropmenu,
  .ie-header-smart-menu-slot .menu-category .dropmenu > li {
    box-sizing: border-box;
    float: none !important;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    width: 100% !important;
  }

  .ie-header-smart-menu-slot .menu-category .dropmenu > li {
    padding: 0 !important;
  }

  .ie-header-smart-menu-slot .menu-category .dropmenu > li > a.TT-Category-List,
  .ie-header-smart-menu-slot .menu-category .dropmenu > li > a {
    box-sizing: border-box;
    display: block;
    float: none !important;
    padding: 10px 14px;
    width: 100% !important;
  }

  .ie-header-smart-menu-slot .menu-category .dropmenu > li > a.TT-Category-List::after {
    right: 14px;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List > .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List > .ie-mega-panel,
  .ie-header-smart-menu-slot .ie-mega-panel .dropdown-inner {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    left: auto !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  .ie-header-smart-menu-slot .ie-mega-panel-head,
  .ie-header-smart-menu-slot .ie-mega-toolbar,
  .ie-header-smart-menu-slot .ie-mega-popular {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .ie-header-smart-menu-slot .ie-mega-toolbar .ie-refine-search-row,
  .ie-header-smart-menu-slot .ie-mega-toolbar .ie-mega-filter {
    max-width: 100%;
    width: 100%;
  }

  .ie-header-smart-menu-slot .ie-mega-toolbar .ie-az-bar {
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    width: 100%;
  }

  .ie-header-smart-menu-slot .ie-mega-scroll,
  .ie-header-smart-menu-slot .ie-sidebar-mega-grid,
  .ie-header-smart-menu-slot .ie-mega-grid {
    box-sizing: border-box;
    float: none !important;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    max-height: none;
    max-width: 100% !important;
    overflow-x: hidden;
    padding: 8px 10px 12px;
    width: 100% !important;
  }

  .ie-header-smart-menu-slot .ie-sidebar-mega-item,
  .ie-header-smart-menu-slot .ie-mega-item {
    float: none !important;
    max-width: 100%;
    min-width: 0;
    width: 100% !important;
  }

  .ie-header-smart-menu-slot .ie-sidebar-mega-link,
  .ie-header-smart-menu-slot .ie-mega-grid a {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .ie-header-smart-menu-slot .dropmenu li i.fa-angle-down {
    margin-right: 10px;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List {
    clear: both;
    overflow: hidden;
    position: relative;
  }

  /* Contain floated panel markup so the next category row cannot overlap taps */
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List.active {
    isolation: isolate;
    overflow: hidden;
    z-index: 2;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List .ie-mega-panel,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List .dropdown-inner,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List .ie-mega-scroll,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List ul,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List div {
    float: none !important;
  }

  .ie-header-smart-menu-slot .dropmenu .active_menu {
    display: none !important;
    pointer-events: none !important;
  }

  .ie-header-smart-menu-slot .ie-mega-panel.ie-mobile-mega-panel {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb !important;
  }

  .ie-header-smart-menu-slot .ie-mega-grid a,
  .ie-header-smart-menu-slot .ie-sidebar-mega-link,
  .ie-header-smart-menu-slot .ie-sidebar-mega-sub a,
  .ie-header-smart-menu-slot .ie-curated-pill,
  .ie-header-smart-menu-slot .ie-mega-viewall {
    box-sizing: border-box;
    display: block;
    min-height: 44px;
    padding: 10px 12px !important;
    position: relative;
    z-index: 1;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List:not(.active) > .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List:not(.active) > .ie-mega-panel {
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List.active > .dropdown-menu,
  .ie-header-smart-menu-slot .dropmenu > li.TT-Sub-List.active > .ie-mega-panel {
    pointer-events: auto;
    visibility: visible !important;
  }

  #header-search.input-group {
    display: flex;
    float: none;
    margin: 0;
    width: 100%;
  }

  #header-search > .form-control.input-lg {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
  }

  #header-search .select-wrapper {
    flex: 0 0 72px;
    width: 72px !important;
  }

  #header-search .select-wrapper .innner-search,
  #header-search select.innner-search {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 18px;
  }

  .header-middle #header-search .btn-default {
    flex: 0 0 44px;
    font-size: 0;
    height: 38px;
    margin: 0;
    padding: 0;
    width: 44px !important;
  }

  #header-search .header-search-btn .fa.fa-search {
    display: block;
    font-size: 15px;
    line-height: 38px;
  }
}

@media (min-width: 400px) and (max-width: 991px) {
  .ie-header-smart-menu-slot .ie-sidebar-mega-grid,
  .ie-header-smart-menu-slot .ie-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .ie-header-smart-menu-slot .ie-sidebar-mega-grid,
  .ie-header-smart-menu-slot .ie-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  #logo {
    width: 104px;
  }

  #logo img {
    max-height: 30px;
    max-width: 104px;
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .ie-header-action,
  .header-account .dropdown-toggle,
  .header-right #cart .ie-header-cart-btn {
    min-width: 32px;
    padding: 0 3px;
  }

  #top-links .ie-top-utils {
    gap: 0 6px;
  }

  .header-actions .ie-header-action .fa,
  .header-account .dropdown-toggle .fa-user,
  .header-account .dropdown-toggle .fa-sign-in,
  .header-right #cart .ie-header-cart-btn .fa-shopping-cart {
    font-size: 18px !important;
  }

  #header-search .select-wrapper {
    flex: 0 0 58px;
    width: 58px !important;
  }
}

@media (max-width: 360px) {
  .header-actions .ie-header-action,
  .header-account .dropdown-toggle,
  .header-right #cart .ie-header-cart-btn {
    min-width: 30px;
    padding: 0 2px;
  }

  .header-actions .ie-header-action .fa,
  .header-account .dropdown-toggle .fa-user,
  .header-account .dropdown-toggle .fa-sign-in,
  .header-right #cart .ie-header-cart-btn .fa-shopping-cart {
    font-size: 16px !important;
  }

  #top-links .ie-top-language {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .ie-header-smart-menu-slot {
    display: none !important;
  }

  #column-left .main-category-list .menu-category .dropmenu {
    display: block !important;
  }
}
