body .trw-header-wrapper .trw-top-bar {
  background-color: var(--header-bg-elevated, #002B52);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.015em;
  position: relative;
}
body .trw-header-wrapper .trw-top-bar .trw-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__left,
body .trw-header-wrapper .trw-top-bar .trw-top-bar__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  margin: -3px -8px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.25s ease;
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item i.ph-thin {
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
  opacity: 0.75;
  color: inherit;
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item span,
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item a {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item:has(a):hover {
  background: rgba(255, 255, 255, 0.08);
}
body .trw-header-wrapper .trw-top-bar .trw-top-bar__item a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 768px) {
  body .trw-header-wrapper .trw-top-bar .trw-top-bar__item--hide-mobile {
    display: none;
  }
}
body .trw-header-wrapper .trw-lang-switcher {
  display: inline-flex;
  align-items: center;
}
body .trw-header-wrapper .trw-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: inherit !important;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}
body .trw-header-wrapper .trw-lang-link:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
body .trw-header-wrapper .trw-main-header {
  background-color: var(--header-bg, #ffffff);
  padding: 0;
  border-bottom: 1px solid #e4e6eb;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
  position: relative;
  z-index: 100;
}
body .trw-header-wrapper .trw-main-header .trw-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height, 80px);
}
body .trw-header-wrapper .trw-main-header .trw-main-header__brand {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  align-items: center;
  max-width: var(--logo-width, 180px);
  width: 100%;
  height: 100%;
  max-height: calc(var(--header-height, 80px) - 20px);
  overflow: hidden;
}
body .trw-header-wrapper .trw-main-header .trw-main-header__phone {
  display: inline-flex;
}
body .trw-header-wrapper .trw-main-header .trw-main-header__phone .trw-phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.035);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--primary-color, #3454f0);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, opacity 0.25s ease;
}
body .trw-header-wrapper .trw-main-header .trw-main-header__phone .trw-phone-link:hover {
  background: rgba(0, 0, 0, 0.06);
}
body .trw-header-wrapper .trw-main-header .trw-main-header__phone .trw-phone-link i {
  font-size: 1.15em;
  flex-shrink: 0;
  color: inherit;
}
body .trw-header-wrapper .trw-main-header .trw-main-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
body .trw-header-wrapper .trw-main-header .trw-main-header__actions .trw-nav__icons {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 8px;
  border-right: 1px solid #e4e6eb;
}
body .trw-header-wrapper .trw-main-header .trw-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
body .trw-header-wrapper .trw-main-header .trw-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.25s ease;
}
body .trw-header-wrapper .trw-main-header .trw-logo:hover img {
  opacity: 0.8;
}
body .trw-header-wrapper .trw-main-header .trw-nav {
  display: none;
  align-items: center;
  gap: 2px;
}
.trw-main-header .trw-nav .trw-nav-menu {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.trw-main-header .trw-nav .trw-nav-menu > li {
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.trw-main-header .trw-nav .trw-nav-menu > li > a.trw-nav-link {
  display: block;
  padding: 9px 16px;
  color: var(--nav-link-color, #1c1e21);
  text-decoration: none;
  font-size: var(--nav-font-size, 18.5px);
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}
.trw-main-header .trw-nav .trw-nav-menu > li > a.trw-nav-link:hover,
.trw-main-header .trw-nav .trw-nav-menu > li > a.trw-nav-link:focus {
  color: var(--nav-hover-color, #3454f0);
  background: rgba(0, 0, 0, 0.045);
}
.trw-main-header .trw-nav .trw-nav-menu > li.current-menu-item > a.trw-nav-link {
  color: var(--nav-hover-color, #3454f0);
  background: rgba(0, 0, 0, 0.045);
  font-weight: 600;
}
.trw-main-header .trw-nav .trw-caret {
  font-size: 10px;
  margin-left: 4px;
  color: var(--primary-color);
  opacity: 0.8;
}
.trw-main-header .trw-nav .has-dropdown > .sub-menu.trw-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: var(--dropdown-bg, #fff);
  border: 1px solid #e4e6eb;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  list-style: none;
  margin: 8px 0 0;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 200;
}
.trw-main-header .trw-nav .has-dropdown > .sub-menu.trw-sub-menu a.trw-nav-link {
  padding: 9px 14px;
  font-size: 13px;
  display: block;
  color: var(--dropdown-link-color, #65676b);
  text-decoration: none;
  border-radius: 8px;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}
.trw-main-header .trw-nav .has-dropdown > .sub-menu.trw-sub-menu a.trw-nav-link:hover {
  background: var(--dropdown-hover-bg, rgba(52, 84, 240, 0.08));
  color: #3454f0;
}
.trw-main-header .trw-nav .has-dropdown:hover > .sub-menu.trw-sub-menu,
.trw-main-header .trw-nav .has-dropdown:focus-within > .sub-menu.trw-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body .trw-header-wrapper .trw-main-header .trw-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px;
  color: #1c1e21;
  text-decoration: none;
  position: relative;
  transition: background 0.25s ease;
  line-height: 1;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  font-size: 0;
}
body .trw-header-wrapper .trw-main-header .trw-icon-btn:hover, body .trw-header-wrapper .trw-main-header .trw-icon-btn:focus {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  outline: 2px solid transparent;
}
body .trw-header-wrapper .trw-main-header .trw-icon-btn img {
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0.8;
  transition: opacity 0.25s ease;
  font-size: 0;
}
body .trw-header-wrapper .trw-main-header .trw-icon-btn:hover img {
  opacity: 1;
}
body .trw-header-wrapper .trw-main-header .trw-icon-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease;
  color: #1c1e21;
  box-shadow: none;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn .trw-account-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: opacity 0.25s ease;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn .trw-account-label {
  font-size: 13px;
  font-weight: 500;
  color: #1c1e21;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn:hover, body .trw-header-wrapper .trw-main-header a.trw-account-btn:focus, body .trw-header-wrapper .trw-main-header a.trw-account-btn:visited {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: #fff;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn:hover .trw-account-icon, body .trw-header-wrapper .trw-main-header a.trw-account-btn:focus .trw-account-icon, body .trw-header-wrapper .trw-main-header a.trw-account-btn:visited .trw-account-icon {
  opacity: 1;
}
body .trw-header-wrapper .trw-main-header a.trw-account-btn:hover .trw-account-label, body .trw-header-wrapper .trw-main-header a.trw-account-btn:focus .trw-account-label, body .trw-header-wrapper .trw-main-header a.trw-account-btn:visited .trw-account-label {
  color: #fff;
}
body .trw-header-wrapper .trw-main-header button.trw-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  color: #1c1e21;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease;
  box-shadow: none;
  min-width: 0;
  min-height: 0;
}
body .trw-header-wrapper .trw-main-header button.trw-hamburger svg {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: currentColor;
}
body .trw-header-wrapper .trw-main-header button.trw-hamburger:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body .trw-header-wrapper .trw-main-header button.trw-hamburger.is-open {
  color: #fff;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #1c1e21;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease;
  position: relative;
  line-height: 1;
  min-width: 0;
  box-shadow: none;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary:hover, body .trw-header-wrapper .trw-main-header a.trw-cart-summary:focus {
  background: rgba(0, 0, 0, 0.06);
  border-color: transparent;
  text-decoration: none;
  color: #1c1e21;
  box-shadow: none;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__total {
  color: inherit;
  font-weight: 600;
  display: inline;
  white-space: nowrap;
  flex-shrink: 0;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__icon i {
  font-size: 20px;
  line-height: 1;
  color: inherit;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__icon .trw-cart-badge {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #ef4444;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.4);
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 2px;
}
body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__icon .trw-cart-badge.trw-cart-badge--hidden {
  display: none;
}
body .trw-header-wrapper .trw-main-header .trw-cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--header-bg);
  line-height: 1;
  padding: 2px;
}
body .trw-header-wrapper .trw-main-header .trw-cart-badge.trw-cart-badge--hidden {
  display: none;
}
body .trw-header-wrapper .trw-main-header.trw-header--sticky-enabled.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: trw-slide-down 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-bottom: 1px solid #e4e6eb;
}
body .trw-header-wrapper .trw-main-header.trw-header--sticky-enabled.is-sticky .trw-container {
  height: 64px;
}
body .trw-header-wrapper .trw-main-header.trw-header--sticky-enabled.is-sticky .trw-main-header__brand {
  max-height: 48px;
}

body .trw-cart-modal {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: -360px;
  width: 340px;
  max-width: 90vw;
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  background: var(--cart-modal-bg, #ffffff);
  z-index: 9100;
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.5);
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  border-left: 3px solid var(--primary-color);
}
body .trw-cart-modal.is-open {
  right: 0;
}
body .trw-cart-modal[hidden] {
  display: flex;
}
body .trw-cart-modal .trw-cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e4e6eb;
  background: var(--cart-modal-header-bg, #ffffff);
  flex-shrink: 0;
}
body .trw-cart-modal .trw-cart-modal__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #1c1e21;
  display: flex;
  align-items: center;
  gap: 6px;
}
body .trw-cart-modal .trw-cart-modal__count {
  font-weight: 400;
  font-size: 13px;
  color: #65676b;
}
body .trw-cart-modal .trw-cart-modal__close {
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.5);
  cursor: pointer;
  color: #ef4444;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  transition: 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .trw-cart-modal .trw-cart-modal__close:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}
body .trw-cart-modal .trw-cart-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
}
body .trw-cart-modal .trw-cart-modal__body::-webkit-scrollbar {
  width: 5px;
}
body .trw-cart-modal .trw-cart-modal__body::-webkit-scrollbar-track {
  background: #1c1e21;
}
body .trw-cart-modal .trw-cart-modal__body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}
body .trw-cart-modal .trw-cart-modal__body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-hover);
}
body .trw-cart-modal .trw-cart-modal__empty {
  text-align: center;
  padding: 40px 16px;
  color: #65676b;
  font-size: 14px;
}
body .trw-cart-modal .trw-cart-modal__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .trw-cart-modal .trw-cart-modal__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e4e6eb;
}
body .trw-cart-modal .trw-cart-modal__item:last-child {
  border-bottom: none;
}
body .trw-cart-modal .trw-cart-modal__item-img {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e4e6eb;
}
body .trw-cart-modal .trw-cart-modal__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .trw-cart-modal .trw-cart-modal__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body .trw-cart-modal .trw-cart-modal__item-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1c1e21;
  text-decoration: none;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .trw-cart-modal .trw-cart-modal__item-name:hover {
  color: var(--primary-color);
}
body .trw-cart-modal .trw-cart-modal__item-meta,
body .trw-cart-modal .trw-cart-modal__item-qty {
  font-size: 12px;
  color: #65676b;
}
body .trw-cart-modal .trw-cart-modal__item-remove {
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.4);
  cursor: pointer;
  color: #ef4444;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 4px;
  transition: 0.25s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
body .trw-cart-modal .trw-cart-modal__item-remove:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}
body .trw-cart-modal .trw-cart-modal__footer {
  border-top: 1px solid #e4e6eb;
  padding: 14px 16px;
  background: var(--cart-modal-header-bg, #ffffff);
  flex-shrink: 0;
}
body .trw-cart-modal .trw-cart-modal__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #65676b;
}
body .trw-cart-modal .trw-cart-modal__subtotal-amount,
body .trw-cart-modal .trw-cart-modal__subtotal strong {
  color: #1c1e21;
  font-weight: 700;
  font-size: 16px;
}
body .trw-cart-modal .trw-cart-modal__actions {
  display: flex;
  gap: 8px;
}
body .trw-cart-modal .trw-cart-modal__btn {
  flex: 1;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.25s ease;
  display: block;
  border: 2px solid transparent;
}
body .trw-cart-modal .trw-cart-modal__btn.trw-cart-modal__btn--primary {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
body .trw-cart-modal .trw-cart-modal__btn.trw-cart-modal__btn--primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
body .trw-cart-modal .trw-cart-modal__btn.trw-cart-modal__btn--secondary {
  background: transparent;
  color: #1c1e21;
  border-color: #e4e6eb;
}
body .trw-cart-modal .trw-cart-modal__btn.trw-cart-modal__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}
.trw-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  backdrop-filter: blur(2px);
}
.trw-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.trw-mobile-menu {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  width: var(--mm-width, 300px);
  max-width: 88vw;
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  background: var(--mobile-menu-bg, #ffffff);
  z-index: 9001;
  overflow-y: auto;
  padding: 0;
  left: calc(-1 * var(--mm-width, 300px) - 20px);
  right: auto;
  border-right: 3px solid var(--primary-color, #3454f0);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
  transition: left 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.trw-mobile-menu.is-open {
  left: 0;
}
.trw-mobile-menu--right {
  left: auto !important;
  right: calc(-1 * var(--mm-width, 300px) - 20px);
  border-right: none;
  border-left: 3px solid var(--primary-color, #3454f0);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.18);
  transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.trw-mobile-menu--right.is-open {
  right: 0;
  left: auto !important;
}
.trw-mobile-menu[hidden] {
  display: block;
}
.trw-mobile-menu::-webkit-scrollbar {
  width: 5px;
}
.trw-mobile-menu::-webkit-scrollbar-track {
  background: #e4e6eb;
}
.trw-mobile-menu::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}
.trw-mobile-menu__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--mm-close-color, #666);
  font-size: var(--mm-close-size, 22px);
  padding: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.25s ease, color 0.25s ease;
}
.trw-mobile-menu__close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
.trw-mobile-menu__logo {
  padding: 16px 20px 14px;
  border-bottom: 1px solid #e4e6eb;
}
.trw-mobile-menu__logo a {
  display: inline-block;
  line-height: 0;
}
.trw-mobile-menu__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 50px;
  object-fit: contain;
  object-position: left center;
}
.trw-mobile-menu__nav .trw-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.trw-mobile-menu__nav .trw-nav-menu > li {
  border-bottom: 1px solid #e4e6eb;
  border-left: 3px solid transparent;
  transition: border-color 0.25s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.trw-mobile-menu__nav .trw-nav-menu > li:hover {
  border-left-color: var(--primary-color);
}
.trw-mobile-menu__nav .trw-nav-menu > li > a.trw-nav-link {
  padding: 14px 20px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--mobile-nav-link-color, #1c1e21);
  background: transparent;
  display: block;
  text-decoration: none;
}
.trw-mobile-menu__nav .trw-nav-menu > li > a.trw-nav-link:hover {
  background: rgba(52, 84, 240, 0.08);
  color: var(--primary-color, #3454f0);
}
.trw-mobile-menu__nav .trw-nav-menu .sub-menu.trw-sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border: none;
  border-left: 2px solid var(--primary-color);
  padding: 0 0 0 16px;
  margin: 0;
  display: none;
  background: #f8f9fa;
  list-style: none;
}
.trw-mobile-menu__nav .trw-nav-menu .sub-menu.trw-sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trw-mobile-menu__nav .trw-nav-menu .has-dropdown.is-open > .sub-menu.trw-sub-menu {
  display: block;
}
.trw-mobile-menu__cart {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-top: 1px solid #e4e6eb;
  background: var(--primary-color);
  margin-top: 8px;
  transition: background 0.25s ease;
}
.trw-mobile-menu__cart:hover {
  background: var(--primary-hover);
}
.trw-mobile-menu__cart img {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

body .trw-header-wrapper .trw-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-statics-shortcode_actions {
  margin: 0;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-item {
  margin: 0;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  color: #65676b;
  text-decoration: none;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.25s ease;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-link:hover {
  border-color: #e4e6eb;
  color: #1c1e21;
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-current-language .wpml-ls-link {
  border-color: #e4e6eb;
  background: rgba(255, 255, 255, 0.08);
}
body .trw-header-wrapper .trw-lang-switcher .wpml-ls-display {
  display: none;
}
body .trw-header-wrapper .trw-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body .trw-header-wrapper .trw-lang-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
body .trw-header-wrapper .trw-lang-link--active {
  background: var(--primary-color, #3454f0);
  color: #fff !important;
  border-color: var(--primary-color, #3454f0);
}
body .trw-header-wrapper .trw-lsw {
  position: relative;
  display: inline-block;
}
body .trw-header-wrapper .trw-lsw__trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 12px 4px;
  background: var(--primary-color, #3454f0);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s ease;
  user-select: none;
}
body .trw-header-wrapper .trw-lsw__trigger:hover, body .trw-header-wrapper .trw-lsw__trigger:focus {
  background: #2c47cc;
  outline: none;
}
body .trw-header-wrapper .trw-lsw__flag {
  display: block;
  width: 18px;
  height: auto;
  flex-shrink: 0;
}
body .trw-header-wrapper .trw-lsw__name, body .trw-header-wrapper .trw-lsw__code {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
body .trw-header-wrapper .trw-lsw__caret {
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  margin-left: 1px;
  transition: transform 0.25s ease;
}
body .trw-header-wrapper .trw-lsw__dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 100%;
  background: #fff;
  border: 1px solid #e4e6eb;
  border-top: 2px solid var(--primary-color, #3454f0);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 9500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s ease 0.18s;
  white-space: nowrap;
}
body .trw-header-wrapper .trw-lsw:hover body .trw-header-wrapper .trw-lsw__dropdown, body .trw-header-wrapper .trw-lsw:focus-within body .trw-header-wrapper .trw-lsw__dropdown, body .trw-header-wrapper .trw-lsw.is-open body .trw-header-wrapper .trw-lsw__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
body .trw-header-wrapper .trw-lsw:hover body .trw-header-wrapper .trw-lsw__caret, body .trw-header-wrapper .trw-lsw.is-open body .trw-header-wrapper .trw-lsw__caret {
  transform: rotate(180deg);
}
body .trw-header-wrapper .trw-lsw__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .trw-header-wrapper .trw-lsw__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: #1c1e21;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}
body .trw-header-wrapper .trw-lsw__link:hover {
  background: rgba(52, 84, 240, 0.08);
  color: #3454f0;
  text-decoration: none;
}
body .trw-header-wrapper .lsep-wrapper.dropdown {
  background: var(--primary-color, #3454f0);
  border-radius: 2px;
  transition: background 0.25s ease;
  cursor: pointer;
}
body .trw-header-wrapper .lsep-wrapper.dropdown .lsep-active-language > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 12px 4px;
  color: #fff !important;
  text-decoration: none;
}
body .trw-header-wrapper .lsep-wrapper.dropdown .lsep-lang-name,
body .trw-header-wrapper .lsep-wrapper.dropdown .lsep-lang-code {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
body .trw-header-wrapper .lsep-wrapper.dropdown .lsep-dropdown-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}
body .trw-header-wrapper .lsep-wrapper.dropdown:hover {
  background: #2c47cc;
}
body .trw-header-wrapper .trw-mobile-menu__phone {
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body .trw-header-wrapper .trw-mobile-menu__phone .trw-phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color, #3454f0);
  text-decoration: none;
}
body .trw-header-wrapper .trw-mobile-menu__phone .trw-phone-link i {
  font-size: 1em;
  color: inherit;
}
body .trw-header-wrapper .trw-mobile-menu__phone .trw-phone-link:hover {
  opacity: 0.8;
}
body .trw-header-wrapper .trw-mobile-menu__lang {
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
}
body .trw-header-wrapper .trw-mobile-menu__lang .trw-lang-switcher {
  gap: 6px;
}
body .trw-header-wrapper .trw-mobile-menu__lang .trw-lang-link {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
body .trw-header-wrapper .trw-mobile-menu__lang .trw-lang-link:hover {
  background: rgba(52, 84, 240, 0.25);
  color: #fff;
  border-color: #3454f0;
}
body .trw-header-wrapper .trw-mobile-menu__lang .trw-lang-link--active {
  background: #3454f0;
  color: #fff !important;
  border-color: #3454f0;
}
@media (max-width: 1024px) {
  body .trw-header-wrapper .trw-megamenu-panel {
    display: none !important;
  }
}

body.home .trw-header-wrapper .trw-main-header.trw-header--sticky-enabled.is-sticky {
  background-color: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  border-bottom: 1px solid rgba(228, 230, 235, 0.8) !important;
}

.trw-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.trw-icon-btn:focus-visible,
.trw-hamburger:focus-visible,
.trw-cart-summary:focus-visible,
.trw-search-form__btn:focus-visible,
.trw-search-form__input:focus-visible {
  outline: 2px solid #3454f0;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(52, 84, 240, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  body .trw-header-wrapper * {
    transition-duration: 0.01ms;
  }
}
@keyframes trw-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  body .trw-header-wrapper .trw-main-header .trw-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
  }
  body .trw-header-wrapper .trw-main-header .trw-main-header__brand {
    align-self: center;
  }
  body .trw-header-wrapper .trw-main-header .trw-nav {
    display: flex;
    justify-self: center;
    align-self: center;
  }
  body .trw-header-wrapper .trw-main-header .trw-main-header__actions {
    justify-self: end;
    align-self: center;
  }
  body .trw-header-wrapper .trw-main-header .trw-main-header__phone {
    display: flex;
    align-items: center;
  }
  body .trw-header-wrapper .trw-main-header button.trw-hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .trw-header-wrapper .trw-account-btn .trw-account-label {
    display: none;
  }
  body .trw-header-wrapper a.trw-account-btn {
    padding: 6px;
  }
  body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-summary__total {
    display: none;
  }
  body .trw-header-wrapper .trw-main-header a.trw-cart-summary {
    padding: 6px 8px;
    border-color: rgba(255, 255, 255, 0.12);
  }
  body .trw-header-wrapper .trw-main-header a.trw-cart-summary .trw-cart-badge {
    border-color: #ffffff;
  }
}
@media (max-width: 768px) {
  body .trw-header-wrapper .trw-main-header .trw-container {
    height: 64px;
    gap: 8px;
  }
  body .trw-header-wrapper .trw-main-header .trw-icon-btn {
    padding: 5px;
  }
  body .trw-header-wrapper .trw-main-header .trw-icon-btn img {
    width: 20px;
    height: 20px;
  }
  body .trw-header-wrapper .trw-main-header a.trw-account-btn {
    padding: 5px;
  }
  body .trw-header-wrapper .trw-main-header a.trw-account-btn .trw-account-icon {
    font-size: 20px;
  }
  body .trw-header-wrapper .trw-main-header button.trw-hamburger {
    width: 34px;
    height: 34px;
  }
  body .trw-header-wrapper .trw-main-header button.trw-hamburger svg {
    width: 20px;
    height: 20px;
  }
  body .trw-header-wrapper .trw-main-header .trw-cart-summary__icon i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .trw-container {
    padding: 0 14px;
  }
  body .trw-header-wrapper .trw-main-header .trw-container {
    height: 58px;
    gap: 4px;
  }
  body .trw-header-wrapper .trw-main-header .trw-icon-btn img {
    width: 18px;
    height: 18px;
  }
  body .trw-header-wrapper .trw-main-header button.trw-hamburger svg {
    width: 18px;
    height: 18px;
  }
}
