/* SLX Woo Categories Dropdown Styles */
.slx-categories-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
  background: none !important;
  box-shadow: none;
  display: none;
  position: absolute;
}
.slx_zoom {
  zoom: .8;
}
.slx-categories-grid > div {
  position: relative;
  left: 10px;
  top: -15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 1.5px 4px rgba(0, 0, 0, 0.06);
}
.slx-categories-grid.active {
  display: flex;
  background-color: #fff !important;
  position: absolute;
  flex-direction: column;
  gap: 16px;
}
.slx-category-block {
  /* position: relative; */
  z-index: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
}
.slx-category-dropdown.level-0 {
  width: 400px;
}
.slx-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 14px 20px 14px 20px; */
  border-bottom: 1px solid #f0f0f0;
  font-size: 1em;
  font-weight: 500;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.slx-category-title {
  cursor: pointer;
  color: #222;
  text-decoration: none;
  flex: 1 1 auto;
  transition: color 0.2s;
}
.slx-category-title:hover {
  color: var(--btn-accented-bgcolor, #ff6900);
}
.slx-category-title.slx-category-title-wolink {
    border-bottom: 1px dotted;
}
.slx-category-arrow {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.slx-category-arrow:hover svg polygon {
  fill: var(--btn-accented-bgcolor, #ff6900);
}
.slx-category-children-list {
  /* position: absolute; */
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 1.5px 4px rgba(0,0,0,0.06);
  border-radius: 10px;
  z-index: 110;
  display: none;
}
.slx-category-children-list.active {
  display: block;
}
.slx-category-children-list.level-2,
.slx-category-children-list.level-3,
.slx-category-children-list.level-4 {
  left: 100%;
  top: 0;
  margin-left: 8px;
  margin-top: 0;
  z-index: 120;
  width: 20vw;
  min-width: 270px;
}
.slx-category-children-list.level-1 {
  width: 20vw;
  min-width: 270px;
  left: 410px;
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 0 !important;
}
.slx-category-children-list.level-2 {
  height: 100%;
}
.slx-category-child-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.18s;
}
.slx-category-child-row:hover {
  background: #f7f7f7;
}
.slx-category-child-row .slx-category-title {
  flex: 1 1 auto;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}
.slx-category-child-row .slx-category-title:hover {
  color: var(--btn-accented-bgcolor, #ff6900);
}
.slx-category-child-row .slx-category-arrow {
  margin-left: 10px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.slx-category-child-row .slx-category-arrow:hover svg polygon {
  fill: var(--btn-accented-bgcolor, #ff6900);
}
.slx_min_header a {
  color: #fff;
  text-decoration: underline;
}
.slx-main-header-title, .slx_min_header {
  background-color: #ff6900;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  border-radius: 0 10px 0 0;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1em;
  transition: width 0.5s, height 0.2s;
}
.slx-main-header-title {
  border-radius: 10px 0 0 0;
}
.slx-main-header-title > a {
  color: #fff;
  text-decoration: underline;
}
.slx-main-header-title>a>i, .slx_min_header>a>i {
  padding: 0 5px;
}
.slx_min_header>a>i {
  opacity: .3;
}
.slx-category-image {
    position: absolute;
    bottom: -5px;
    right: -5px;
    max-width: 30%;
    perspective: 600px;
}
.slx-category-globe {
    padding: 5px;
    color: #000;
}
.slx-collapsed > .slx-category-image,
.slx-collapsed > .slx-category-child-row {
  width: 1px;
  min-width: 1px;
  transition: width 0.2s, min-width 0.2s;
  overflow: hidden;
}
.slx-collapsed > .slx_min_header  {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 100%;
  font-size: 1.3em;
  border-radius: 0;
  cursor: pointer;
  transition: width 0.2s, min-width 0.2s;
}
.slx-collapsed > .slx_min_header a {
  text-decoration: none !important;
}
.slx-collapsed {
  width: 30px !important;
  min-width: 20px !important;
}
.slx-collapsed > .slx-category-children-list.level-2.active {
  margin-left: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.slx-category-children-list.level-1 {
    transition: width .2s, height .2s;
    opacity: 1;
}
.slx-category-globe .slx-category-globe-img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-position: center;
  background-size: 100px;
}

.menu-opener {
    font-family: "Sofia Sans Extra Condensed";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    background: #ff6900;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    border: none;
    outline: none;
    user-select: none;
}

.menu-opener:hover {
    background: #ff8800;
}

/* Overlay for menu */
.slx-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.3slx-main-header-title);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 100;
}
.slx-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.level-0 > .slx-category-header > .slx-category-arrow {
  display: none;
}
