.shared-theme-header {
  position: relative;
  z-index: 90;
  background: #fff;
  font-family: "Jost", "Open Sans", sans-serif;
}

.shared-theme-header .sth-mobile-header {
  display: none;
}

.shared-theme-header .sth-mobile-tophtml {
  background: #000;
  color: #fff;
  padding: 9px 14px;
}

.shared-theme-header .sth-mobile-tophtml-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.shared-theme-header .sth-mobile-shell {
  background: #fff;
  padding: 12px 12px 8px;
  border-bottom: 1px solid #ebebeb;
}

.shared-theme-header .sth-mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.shared-theme-header .sth-mobile-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.shared-theme-header .sth-mobile-trigger {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  position: relative;
}

.shared-theme-header .sth-mobile-trigger::before,
.shared-theme-header .sth-mobile-trigger::after,
.shared-theme-header .sth-mobile-trigger span {
  content: "";
  position: absolute;
  left: 4px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #041e42;
}

.shared-theme-header .sth-mobile-trigger::before {
  top: 8px;
}

.shared-theme-header .sth-mobile-trigger span {
  top: 13px;
}

.shared-theme-header .sth-mobile-trigger::after {
  top: 18px;
}

.shared-theme-header .sth-mobile-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.shared-theme-header .sth-mobile-logo {
  max-height: 36px;
  width: auto;
  max-width: 150px;
}

.shared-theme-header .container {
  width: 100%;
  max-width: 1400px;
}

.shared-theme-header .sth-mobile-brand-text {
  color: #041e42;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.shared-theme-header .sth-mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.shared-theme-header .sth-mobile-action {
  min-width: 54px;
  height: 42px;
  padding: 0 8px;
  border: 1px solid #e8eaee;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #041e42;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  background: #fff;
}

.shared-theme-header .sth-mobile-action:hover {
  color: #2f9e55;
  text-decoration: none;
}

.shared-theme-header .sth-mobile-action-svg,
.shared-theme-header .sth-mobile-action-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.shared-theme-header .sth-mobile-action-svg svg,
.shared-theme-header .sth-mobile-action-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-theme-header .sth-mobile-action-label {
  display: inline-block;
  color: currentColor;
  line-height: 1;
  white-space: nowrap;
}

.shared-theme-header .sth-mobile-cart {
  background: #2f9e55;
  border-color: #2f9e55;
  color: #ffffff;
}

.shared-theme-header .sth-mobile-action .sth-badge {
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  background: #f5a623;
  color: #041e42;
  font-size: 8px;
  font-weight: 700;
}

.shared-theme-header .sth-mobile-search-row {
  margin-top: 12px;
}

.shared-theme-header .sth-mobile-search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.shared-theme-header .sth-mobile-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 46px;
  border: 1px solid #e8eaee;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 0 16px;
  background: #fff;
  color: #041e42;
  font-size: 16px;
  font-family: "Jost", "Open Sans", sans-serif;
  outline: none;
}

.shared-theme-header .sth-mobile-search-submit {
  width: 58px;
  height: 46px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: #f5c34b;
  color: #041e42;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}

.shared-theme-header .sth-mobile-header nav#menu:not(.mm-menu) {
  display: none;
}

.shared-theme-header .mm-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.shared-theme-header .mm-menu .sth-mobile-menu-arrow {
  display: none !important;
}

.shared-theme-header .mm-menu .mm-listview > li > a,
.shared-theme-header .mm-menu .mm-listview > li > span {
  font-family: "Jost", "Open Sans", sans-serif;
}

.shared-theme-header .mm-menu .mm-listitem__btn {
  width: 46px;
  min-width: 46px;
  border-left: 1px solid #ececec !important;
}

.shared-theme-header .mm-menu .mm-btn_next::after,
.shared-theme-header .mm-menu .mm-listitem__btn::after {
  content: none !important;
  display: none !important;
}

.shared-theme-header .mm-menu .mm-btn_prev::before {
  content: none !important;
  display: none !important;
}

.shared-theme-header .mm-menu .mm-btn_next::before,
.shared-theme-header .mm-menu .mm-listitem__btn::before {
  content: none !important;
  display: none !important;
}

.shared-theme-header .mm-menu .sth-mm-arrow-icon {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(4, 30, 66, 0.78);
  border-right: 2px solid rgba(4, 30, 66, 0.78);
  box-sizing: border-box;
  display: inline-block;
}

.shared-theme-header .mm-menu .sth-mm-arrow-next {
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.shared-theme-header .mm-menu .sth-mm-arrow-prev {
  left: 18px;
  transform: translateY(-50%) rotate(-135deg);
}

.shared-theme-header *,
.shared-theme-header *::before,
.shared-theme-header *::after {
  box-sizing: border-box;
}

.shared-theme-header a {
  text-decoration: none;
}

.shared-theme-header img {
  max-width: 100%;
}

.shared-theme-header .sth-tophtml {
  background: #000;
  color: #fff;
  padding: 8px 0;
}

.shared-theme-header .sth-tophtml p {
  margin: 0;
}

.shared-theme-header .sth-topbar {
  border-top: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  z-index: 500;
}

.shared-theme-header .sth-mobile-topbar {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  overflow: visible;
}

.shared-theme-header .sth-mobile-topbar-scroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  padding: 0 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.shared-theme-header .sth-mobile-topbar-scroll::-webkit-scrollbar {
  display: none;
}

.shared-theme-header .sth-mobile-topbar-links,
.shared-theme-header .sth-mobile-topbar-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.shared-theme-header .sth-mobile-topbar-links a,
.shared-theme-header .sth-mobile-topbar-tools .sth-utility-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #334155;
  font-size: 12px;
  line-height: 1;
  min-height: 36px;
}

.shared-theme-header .sth-mobile-topbar-links a:hover,
.shared-theme-header .sth-mobile-topbar-tools .sth-utility-toggle:hover {
  color: #0f172a;
}

.shared-theme-header .sth-mobile-topbar-tools .sth-utility-menu {
  top: calc(100% + 2px);
  right: 0;
  min-width: 170px;
  z-index: 140;
}

.shared-theme-header .sth-topbar-row,
.shared-theme-header .sth-middle-row,
.shared-theme-header .sth-nav-row {
  display: flex;
  align-items: center;
}

.shared-theme-header .sth-topbar-row {
  justify-content: space-between;
  gap: 24px;
  min-height: 38px;
}

.shared-theme-header .sth-link-list,
.shared-theme-header .sth-social-list,
.shared-theme-header .sth-menu-list,
.shared-theme-header .sth-category-list,
.shared-theme-header .sth-subcategory-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shared-theme-header .sth-link-list,
.shared-theme-header .sth-social-list {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.shared-theme-header .sth-link-list a,
.shared-theme-header .sth-social-list a,
.shared-theme-header .sth-utility-toggle {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.shared-theme-header .sth-utility {
  position: relative;
}

.shared-theme-header .sth-utility-toggle {
  cursor: pointer;
}

.shared-theme-header .sth-utility-toggle i {
  font-size: 11px;
}

.shared-theme-header .sth-utility-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  display: none;
  z-index: 130;
}

.shared-theme-header .sth-utility.is-open .sth-utility-menu {
  display: block;
}

.shared-theme-header .sth-utility-menu .sth-utility-item {
  color: #041e42;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 22px;
  position: relative;
  display: block;
}

.shared-theme-header .sth-utility-menu .sth-utility-item:hover,
.shared-theme-header .sth-utility-menu .sth-utility-item:focus,
.shared-theme-header .sth-utility-menu .sth-utility-item.active,
.shared-theme-header .sth-utility-menu .sth-utility-item:active {
  background: #fff;
  color: #041e42;
}

.shared-theme-header .sth-utility-menu .sth-utility-item.active::after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.shared-theme-header .sth-social-list i {
  font-size: 15px;
}

.shared-theme-header .sth-middle {
  background: #fff;
  padding: 22px 0;
}

.shared-theme-header .sth-middle-row {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.shared-theme-header .sth-logo-col {
  flex: 0 0 16%;
  max-width: 16%;
  min-width: 0;
}

.shared-theme-header .sth-search-col {
  flex: 1 1 420px;
  max-width: none;
  min-width: 0;
}

.shared-theme-header .sth-actions-col {
  flex: 0 1 auto;
  max-width: 48%;
  min-width: 0;
}

.shared-theme-header .sth-logo-link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
}

.shared-theme-header .sth-logo {
  max-height: 54px;
  width: auto;
}

.shared-theme-header .sth-search-form {
  margin: 0;
}

.shared-theme-header .sth-search-shell {
  display: flex;
  align-items: stretch;
  background: #f5f5f6;
  border-radius: 999px;
  overflow: visible;
  min-height: 60px;
}

.shared-theme-header .sth-search-input-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.shared-theme-header .sth-search-input {
  width: 100%;
  height: 60px;
  border: 0;
  background: transparent;
  padding: 0 28px;
  color: #041e42;
  font-size: 16px;
  outline: 0;
  border-radius: 999px 0 0 999px;
}

.shared-theme-header .sth-search-input::placeholder {
  color: #666;
}

.shared-theme-header .sth-search-category {
  position: relative;
  flex: 0 0 258px;
  max-width: 258px;
  border-left: 1px solid #e3e6ea;
  background: transparent;
}

.shared-theme-header .sth-search-category-button {
  width: 100%;
  height: 60px;
  border: 0;
  background: transparent;
  color: #041e42;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  cursor: pointer;
}

.shared-theme-header .sth-search-category-button i {
  font-size: 20px;
  line-height: 1;
}

.shared-theme-header .sth-search-category-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 10px 0;
  display: none;
  z-index: 130;
}

.shared-theme-header .sth-search-category.is-open .sth-search-category-menu {
  display: block;
}

.shared-theme-header .sth-search-category-item {
  display: block;
  color: #041e42;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 7px 20px;
}

.shared-theme-header .sth-search-category-item:hover {
  color: #041e42;
  background: #fff;
}

.shared-theme-header .sth-search-submit {
  flex: 0 0 58px;
  max-width: 58px;
  border: 0;
  background: transparent;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 20px;
  cursor: pointer;
}

.shared-theme-header .sth-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  white-space: nowrap;
}

.shared-theme-header .sth-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #041e42;
  font-size: 14px;
  font-weight: 500;
  min-width: 0;
  line-height: 1.1;
  text-decoration: none;
}

.shared-theme-header .sth-action:hover {
  color: #2f9e55;
  text-decoration: none;
}

.shared-theme-header .sth-action-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: currentColor;
  flex: 0 0 auto;
}

.shared-theme-header .sth-action-icon svg,
.shared-theme-header .sth-action-chevron svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-theme-header .sth-action-text {
  display: inline-flex !important;
  flex-direction: column;
  gap: 2px;
  opacity: 1 !important;
  visibility: visible !important;
  color: currentColor !important;
  line-height: 1.1;
  white-space: nowrap;
  min-width: 0;
}

.shared-theme-header .sth-action-label {
  display: block;
  font-weight: 600;
}

.shared-theme-header .sth-action-text small {
  display: block;
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
}

.shared-theme-header .sth-action-chevron {
  width: 16px;
  height: 16px;
  color: currentColor;
  flex: 0 0 16px;
}

.shared-theme-header .sth-action-cart {
  gap: 0;
}

.shared-theme-header .sth-action-cart .sth-action-icon {
  width: 48px;
  height: 42px;
  border-radius: 7px;
  background: #2f9e55;
  color: #ffffff;
}

.shared-theme-header .sth-action-cart .sth-action-icon svg {
  width: 26px;
  height: 26px;
}

.shared-theme-header .sth-action-cart .sth-action-text {
  display: none !important;
}

.shared-theme-header .sth-badge {
  position: absolute;
  top: -5px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5a623;
  color: #041e42;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.shared-theme-header .sth-nav {
  border-top: 2px solid transparent;
  background-image: linear-gradient(to right, #25d366 0 25%, #f97316 25% 50%, #f5c34b 50% 75%, #25d366 75% 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: top left;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.shared-theme-header .sth-nav-row {
  min-height: 72px;
  gap: 0;
}

.shared-theme-header .sth-category-mega {
  position: relative;
  flex: 0 0 220px;
  max-width: 220px;
  min-width: 220px;
  height: 60px;
}

.shared-theme-header .sth-category-toggle {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #041e42;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", "Open Sans", sans-serif;
}

.shared-theme-header .sth-category-toggle i {
  font-size: 26px;
}

.shared-theme-header .sth-category-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 270px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  display: none;
  z-index: 120;
  overflow: visible;
}

.shared-theme-header .sth-category-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 30, 66, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 105;
}

.shared-theme-header .sth-category-mega:hover .sth-category-panel {
  display: block;
}

.shared-theme-header .sth-category-mega:hover .sth-category-backdrop {
  opacity: 1;
  visibility: visible;
}

.shared-theme-header .sth-category-list {
  position: relative;
}

.shared-theme-header .sth-category-item {
  position: static;
}

.shared-theme-header .sth-category-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 20px;
  color: #041e42;
  border-bottom: 1px solid #f2f4f7;
  border-left: 2px solid transparent;
  background: #fff;
  font-family: "Jost", "Open Sans", sans-serif;
}

.shared-theme-header .sth-category-link:hover,
.shared-theme-header .sth-category-item:hover > .sth-category-link {
  color: #443297;
  background: #f3f5f6;
  border-left-color: #443297;
}

.shared-theme-header .sth-category-thumb {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f5f5f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 42px;
}

.shared-theme-header .sth-category-thumb img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.shared-theme-header .sth-category-thumb i {
  font-size: 20px;
}

.shared-theme-header .sth-category-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 50px;
  color: #041e42;
}

.shared-theme-header .sth-category-chevron {
  font-size: 14px;
}

.shared-theme-header .sth-subcategory-panel {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 248px;
  width: 1140px;
  max-width: 1140px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-left: 0;
  border-radius: 10px;
  padding: 27px 7px 27px 40px;
  display: none;
}

.shared-theme-header .sth-category-item:hover > .sth-subcategory-panel {
  display: block;
}

.shared-theme-header .sth-subcategory-title {
  color: #041e42;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", "Open Sans", sans-serif;
  line-height: 26px;
  margin-bottom: 10px;
}

.shared-theme-header .sth-subcategory-list {
  display: grid;
  gap: 0;
}

.shared-theme-header .sth-subcategory-list a {
  color: #041e42;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Jost", "Open Sans", sans-serif;
}

.shared-theme-header .sth-main-menu {
 /* flex: 1 1 auto;*/
  min-width: 0;
  position: relative;
  z-index: 121;
  margin-left: 40px;
  display: flex;
  justify-content: center;
}

.shared-theme-header .sth-menu-list {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

.shared-theme-header .sth-menu-list::-webkit-scrollbar {
  height: 0;
}

.shared-theme-header .sth-menu-item {
  position: relative;
}

.shared-theme-header .sth-menu-list > .sth-menu-item > a {
 /* min-height: 78px;*/
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #041e42;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", "Open Sans", sans-serif;
  padding: 10px 18px;
}

.shared-theme-header .sth-menu-list > .sth-menu-item > a i {
  font-size: 15px;
}

.shared-theme-header .sth-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  padding: 10px 0;
  display: none;
  z-index: 120;
  list-style: none;
}

.shared-theme-header .sth-submenu .sth-submenu {
  top: -11px;
  left: calc(100% - 12px);
}

.shared-theme-header .sth-menu-item:hover > .sth-submenu {
  display: block;
}

.shared-theme-header .sth-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #041e42;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 18px;
  min-height: 0;
  gap: 16px;
}

.shared-theme-header .sth-submenu li,
.shared-theme-header .sth-submenu li::before,
.shared-theme-header .sth-submenu li::after,
.shared-theme-header .sth-submenu a::before,
.shared-theme-header .sth-submenu a::after {
  list-style: none !important;
  content: none !important;
}

.shared-theme-header .sth-submenu a:hover {
  color: #041e42;
  background: #f8fafc;
}

.shared-theme-header .sth-submenu .sth-menu-item > a i {
  font-size: 14px;
  transform: rotate(-90deg);
  transform-origin: center;
}

.shared-theme-header .sth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 30, 66, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 998;
}

body.sth-signin-open .shared-theme-header .sth-overlay,
body.sth-cart-open .shared-theme-header .sth-overlay {
  opacity: 1;
  visibility: visible;
}

.shared-theme-header .sth-sidebar {
  position: fixed;
  top: 0;
  right: -420px;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background: #fff;
  box-shadow: -18px 0 40px rgba(15, 23, 42, 0.15);
  transition: right 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

body.sth-signin-open .shared-theme-header .sth-sidebar-signin,
body.sth-cart-open .shared-theme-header .sth-sidebar-cart {
  right: 0;
}

.shared-theme-header .sth-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #ebebeb;
}

.shared-theme-header .sth-sidebar-title {
  margin: 0;
  color: #041e42;
  font-size: 20px;
  font-weight: 600;
}

.shared-theme-header .sth-sidebar-close {
  color: #041e42;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.shared-theme-header .sth-sidebar-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 22px;
}

.shared-theme-header .sth-account-card {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 22px;
}

.shared-theme-header .sth-account-name {
  color: #041e42;
  font-size: 20px;
  font-weight: 600;
}

.shared-theme-header .sth-account-mail {
  margin: 6px 0 18px;
  color: #626974;
  font-size: 14px;
}

.shared-theme-header .sth-account-links {
  display: grid;
  gap: 10px;
}

.shared-theme-header .sth-account-links a {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 12px 14px;
  color: #041e42;
}

.shared-theme-header .sth-guest-links {
  margin-top: 18px;
}

.shared-theme-header .sth-login-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #041e42;
}

.shared-theme-header .sth-login-form input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 14px;
}

.shared-theme-header .sth-login-form button,
.shared-theme-header .sth-cart-footer .btn {
  border: 0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shared-theme-header .sth-btn-primary {
  background: #041e42;
  color: #fff;
}

.shared-theme-header .sth-btn-secondary {
  background: #f5f5f6;
  color: #041e42;
}

.shared-theme-header .sth-login-extra {
  margin-top: 10px;
  text-align: center;
  color: #626974;
  font-size: 14px;
}

.shared-theme-header .sth-cart-list {
  display: grid;
  gap: 14px;
}

.shared-theme-header .sth-cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid #f1f3f6;
  padding-bottom: 14px;
}

.shared-theme-header .sth-cart-thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
  flex: 0 0 72px;
}

.shared-theme-header .sth-cart-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.shared-theme-header .sth-cart-name {
  color: #041e42;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.shared-theme-header .sth-cart-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #626974;
  font-size: 13px;
}

.shared-theme-header .sth-cart-remove {
  flex: 0 0 auto;
  color: #041e42;
  font-size: 24px;
  line-height: 1;
}

.shared-theme-header .sth-cart-empty {
  padding: 28px 0;
  text-align: center;
  color: #626974;
}

.shared-theme-header .sth-cart-footer {
  border-top: 1px solid #ebebeb;
  padding: 18px 22px 22px;
}

.shared-theme-header .sth-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #041e42;
  margin-bottom: 14px;
}

.shared-theme-header .sth-cart-actions {
  display: grid;
  gap: 10px;
}

.sweet-overlay,
.swal2-overlay,
.modal-backdrop,
.ui-widget-overlay {
  z-index: 4000 !important;
}

.sweet-alert,
.swal2-modal,
.modal,
.ui-dialog {
  z-index: 4010 !important;
}

.modal-dialog,
.modal-content {
  position: relative;
  z-index: 4011 !important;
}

body.modal-open .hiddenbar-body-ovelay,
body.modal-open .shared-theme-header .sth-overlay,
body.modal-open .body_content_wrapper::before {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.modal-open #confirm-delete.modal,
body.modal-open #confirm-delete {
  z-index: 12020 !important;
}

body.modal-open #confirm-delete .modal-dialog,
body.modal-open #confirm-delete .modal-content {
  z-index: 12021 !important;
}

body.modal-open .modal-backdrop {
  z-index: 12010 !important;
}

body.cart-confirm-open::before,
body.sth-bootstrap-modal-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 12010;
  pointer-events: none;
}

body.cart-confirm-open .modal-backdrop,
body.sth-bootstrap-modal-open .modal-backdrop {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.cart-confirm-open .modal,
body.cart-confirm-open .modal.in,
body.cart-confirm-open .modal.show,
body.cart-confirm-open .modal.fade.show,
body.sth-bootstrap-modal-open .modal,
body.sth-bootstrap-modal-open .modal.in,
body.sth-bootstrap-modal-open .modal.show,
body.sth-bootstrap-modal-open .modal.fade.show {
  z-index: 12020 !important;
}

body.cart-confirm-open .modal-dialog,
body.cart-confirm-open .modal-content,
body.sth-bootstrap-modal-open .modal-dialog,
body.sth-bootstrap-modal-open .modal-content {
  position: relative;
  z-index: 12021 !important;
}


.shared-theme-header .sth-tophtml-close {
  color: #fff;
  font-size: 20px;
}

/* Shared responsive category list used by the modern and legacy mobile headers. */
.sth-mobile-categories {
  display: none;
  margin: 0 12px 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9ee;
  border-radius: 2px;
}

.sth-mobile-categories-header {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid #e5e9ee;
  color: #197346;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sth-mobile-categories-header i {
  font-size: 25px;
}

.sth-mobile-category-list,
.sth-mobile-category-children,
.sth-mobile-menu-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sth-mobile-category-item {
  border-bottom: 1px solid #edf0f2;
}

.sth-mobile-category-item:last-child {
  border-bottom: 0;
}

.sth-mobile-category-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 10px 22px;
  color: #041e42;
  text-decoration: none;
}

.sth-mobile-category-link:hover,
.sth-mobile-category-link:focus {
  background: #f7fbf8;
  color: #197346;
}

.sth-mobile-category-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #f2f8f4;
  color: #197346;
}

.sth-mobile-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sth-mobile-category-image i {
  font-size: 24px;
}

.sth-mobile-category-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 1.35;
}

.sth-mobile-category-arrow {
  flex: 0 0 auto;
  color: #197346;
  font-size: 18px;
}

.sth-mobile-category-children {
  padding: 0 22px 10px 82px;
}

.sth-mobile-category-children a {
  display: block;
  padding: 5px 0;
  color: #516070;
  font-size: 14px;
  text-decoration: none;
}

.sth-mobile-menu-categories-root,
.sth-mobile-menu-category-list {
  list-style: none;
}

.sth-mobile-menu-categories-root > span {
  display: block;
  padding: 16px 10px 10px;
  color: #197346;
  font-weight: 700;
  text-transform: uppercase;
}

.sth-mobile-menu-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Theme2 keeps the legacy header markup, but uses the same bounded layout rules. */
@media (min-width: 992px) {
  body.theme-manager-active-theme2 .header-desktop-main-div-in {
    display: flex;
    align-items: center;
    gap: 22px;
    width: min(1300px, calc(100% - 32px));
    max-width: 1300px;
    box-sizing: border-box;
  }

  body.theme-manager-active-theme2 .top-level-menu-main-div {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.theme-manager-active-theme2 .top-level-menu-main-div-in {
    width: 100%;
    min-width: 0;
    align-items: center;
  }

  body.theme-manager-active-theme2 .header-desktop-logo-div {
    flex: 0 0 190px;
    margin-right: 24px;
  }

  body.theme-manager-active-theme2 .header-desktop-logo-div img {
    display: block;
    max-width: 190px;
    width: 100%;
    height: auto;
  }

  body.theme-manager-active-theme2 .head-new-area-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
  }

  body.theme-manager-active-theme2 .header-desktop-right-area {
    flex: 0 1 auto;
    min-width: 0;
    margin-left: auto;
    gap: 10px;
    justify-content: flex-end;
  }

  body.theme-manager-active-theme2 .header-desktop-search1 {
    max-width: 100%;
    margin-left: 0;
  }

  body.theme-manager-active-theme2 .header-desktop-search1 form input {
    width: clamp(240px, 28vw, 400px);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.theme-manager-active-theme2 .header-desktop-call,
  body.theme-manager-active-theme2 .header-desktop-navbutton-box {
    margin-left: 12px;
    margin-right: 0 !important;
  }
}

.theme2-home-category-strip {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  background: #fff;
}

.theme2-home-category-strip-inner {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 104px;
  width: min(1300px, calc(100% - 32px));
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 42px;
}

.theme2-home-category-scroll {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
}

.theme2-home-category-scroll::-webkit-scrollbar {
  display: none;
}

.theme2-home-category-list {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  min-width: 100%;
}

.theme2-home-category-link {
  display: flex;
  flex: 0 0 150px;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  color: #041e42 !important;
  text-decoration: none;
}

.theme2-home-category-link:hover,
.theme2-home-category-link:focus {
  color: #247b4e;
  text-decoration: none;
}

.theme2-home-category-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px !important;
  width: 68px !important;
  height: 68px !important;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f7f5;
}

.theme2-home-category-media img {
  display: block;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain;
}

.theme2-home-category-media i {
  color: #247b4e;
  font-size: 28px;
}

.theme2-home-category-title {
  display: block;
  color: inherit !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.theme2-home-category-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #dce8df;
  border-radius: 50%;
  background: #fff;
  color: #247b4e;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .15s ease, color .15s ease, opacity .15s ease;
}

.theme2-home-category-nav:hover:not(:disabled),
.theme2-home-category-nav:focus-visible:not(:disabled) {
  background: #247b4e;
  color: #fff;
}

.theme2-home-category-nav:disabled {
  cursor: default;
  opacity: .28;
}

.theme2-home-category-prev {
  left: 4px;
}

.theme2-home-category-next {
  right: 4px;
}

@media (max-width: 991.98px) {
  .theme2-home-category-strip {
    display: none;
  }
}

@media (min-width: 992px) {
  /* Tema2 masaüstünde header ile kategori/content akışını görsel olarak ayırır. */
  body.theme-manager-active-theme2 .desktop-header-area {
    border-bottom: 1px solid #e5e7eb;
  }
}

@media (max-width: 1199.98px) {
  .shared-theme-header .container {
    max-width: 1320px;
  }

  .shared-theme-header .sth-logo-col {
    flex-basis: 18%;
    max-width: 18%;
  }

  .shared-theme-header .sth-search-col {
    flex-basis: 360px;
  }

  .shared-theme-header .sth-actions-col {
    max-width: 54%;
  }

  .shared-theme-header .sth-search-category {
    flex-basis: 220px;
    max-width: 220px;
  }

  .shared-theme-header .sth-actions {
    gap: 18px;
  }
}

@media (max-width: 991.98px) {
  .shared-theme-header .sth-mobile-header {
    display: block;
  }

  .shared-theme-header .sth-tophtml,
  .shared-theme-header .sth-topbar,
  .shared-theme-header .sth-middle,
  .shared-theme-header .sth-nav {
    display: none;
  }

  .sth-mobile-categories {
    display: block;
  }

  body.sth-mobile-menu-open .shared-theme-header .sth-overlay,
  body.sth-signin-open .shared-theme-header .sth-overlay,
  body.sth-cart-open .shared-theme-header .sth-overlay {
    opacity: 1;
    visibility: visible;
  }

  .shared-theme-header .sth-sidebar {
    max-width: 360px;
  }

  .shared-theme-header .sth-nav::before,
  .shared-theme-header .sth-nav::after {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .shared-theme-header .sth-mobile-shell {
    padding: 10px 10px 8px;
  }

  .shared-theme-header .sth-mobile-logo {
    max-height: 32px;
    max-width: 128px;
  }

  .shared-theme-header .sth-mobile-left {
    gap: 10px;
  }

  .shared-theme-header .sth-mobile-action {
    min-width: 46px;
    height: 40px;
    padding: 0 6px;
    font-size: 11px;
    gap: 4px;
  }

  .shared-theme-header .sth-mobile-action-svg,
  .shared-theme-header .sth-mobile-action-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .shared-theme-header .sth-mobile-search-input {
    height: 44px;
    font-size: 15px;
    padding: 0 14px;
  }

  .shared-theme-header .sth-mobile-search-submit {
    width: 54px;
    height: 44px;
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  /* Legacy tema2 menüsünde kategori listesi, üst menü satırlarıyla aynı görünür. */
  .mobile-menu-categories-main .sth-mobile-menu-category-list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #edf0f2;
    list-style: none;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 1px solid #edf0f2;
    cursor: pointer;
    color: #041e42 !important;
    pointer-events: auto;
    touch-action: manipulation;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > a:hover,
  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > a:focus {
    background: #f7fbf8;
    color: #197346 !important;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > a > span {
    display: block;
    min-width: 0;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    min-height: 40px;
    color: #041e42;
    font-size: 16px;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > ul {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > ul a {
    display: flex;
    align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #edf0f2;
    color: #516070 !important;
    font-size: 12px;
    text-decoration: none;
  }

  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > ul a:hover,
  .mobile-menu-categories-main .sth-mobile-menu-category-list > li > ul a:focus {
    background: #f7fbf8;
    color: #197346 !important;
  }
}

.theme2-home-category-scroll {
  cursor: grab;
  touch-action: pan-y;
}

.theme2-home-category-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
}
