:root {
  --dark: #061127;
  --text: #111;
  --muted: #747780;
  --line: #d8dbe0;
  --accent: #ef1d24;
}

.site-header,
.site-header * {
  box-sizing: border-box;
}

.site-header {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  min-height: 70px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.top-info,
.top-account,
.mobile-account {
  gap: 0;
}

.top-info span,
.top-account a,
.mobile-account a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 24px;
  padding: 0 26px;
  font-weight: 500;
}

.top-info span:first-child {
  padding-left: 0;
}

.top-info span:not(:last-child)::after,
.top-account a:not(:last-child)::after,
.mobile-account a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #aeb3bb;
}

.top-info i {
  font-size: 23px;
}

.currency-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}

.flag-ht {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 22px;
  color: #fff;
  background: linear-gradient(#0c2e66 0 50%, #dc1f29 50%);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-area {
  padding: 44px 0 54px;
}

.desktop-main {
  grid-template-columns: 280px minmax(360px, 1fr) auto 74px;
  gap: 42px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  line-height: .9;
  min-width: max-content;
}

.logo-mark {
  font-size: 56px;
  margin-right: -4px;
}

.logo-text {
  display: inline-flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-text small {
  color: var(--accent);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 4px;
  align-self: flex-end;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form input {
  width: 100%;
  height: 80px;
  padding: 0 78px 0 32px;
  border: 1px solid #c7cbd2;
  border-radius: 40px;
  outline: none;
  color: var(--text);
  font-size: 20px;
}

.search-form input::placeholder {
  color: #7b7f87;
}

.search-form button {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #000;
  font-size: 31px;
  line-height: 1;
}

.sell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 234px;
  height: 72px;
  padding: 0 22px;
  border: 1px solid #9ea4af;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}

.sell-btn i {
  font-size: 28px;
}

.cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  justify-self: end;
  font-size: 36px;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.category-nav {
  min-height: 74px;
}

.desktop-categories {
  min-height: 74px;
  font-size: 20px;
  font-weight: 500;
}

.desktop-categories a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 74px;
  padding: 0 16px;
}

.desktop-categories a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--accent);
}

.contact-link {
  gap: 14px !important;
}

.contact-link i {
  font-size: 26px;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 34px;
}

.mobile-search {
  margin-top: 28px;
}

.mobile-account {
  margin-top: 20px;
  font-size: 16px;
}

.mobile-account a {
  padding: 0 22px;
}

.mobile-categories {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 16px;
  padding: 28px 0 18px;
  text-align: center;
}

.mobile-categories a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
}

.mobile-categories i {
  font-size: 30px;
}

.mobile-categories .active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 76px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--accent);
}

.mobile-contact {
  grid-column: 1 / -1;
  justify-self: center;
  flex-direction: row !important;
  margin-top: 26px;
  font-size: 18px !important;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1050;
  visibility: hidden;
  pointer-events: none;
}

.mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.drawer-panel {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .24s ease;
}

.mobile-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
}

.drawer-header i {
  font-size: 34px;
}

.drawer-links {
  padding: 8px 24px 28px;
}

.drawer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 500;
}

.drawer-links a.active {
  color: var(--accent);
  font-weight: 700;
}

.dropdown-ebaysearch {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 360px;
  margin: 0;
  padding: 8px 0;
  overflow-y: auto;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(6, 17, 39, .14);
}

.dropdown-ebaysearch.show-ebaysearch {
  display: block;
}

.dropdown-ebaysearch li,
.dropdown-ebaysearch a {
  display: block;
  padding: 12px 18px;
}

.suggestion-item-ebaysearch,
.dropdown-ebaysearch a {
  cursor: pointer;
}

.suggestion-item-ebaysearch:hover,
.active-suggestion-ebaysearch,
.dropdown-ebaysearch a:hover {
  background: #f4f6f8;
}

.loader-suggestion-ebaysearch {
  display: flex !important;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}

.loader-dot-ebaysearch {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--accent);
  animation: loaderPulse 1s infinite ease-in-out;
}

.loader-dot-ebaysearch:nth-child(2) {
  animation-delay: .16s;
}

.loader-dot-ebaysearch:nth-child(3) {
  animation-delay: .32s;
}

@keyframes loaderPulse {
  0%,
  80%,
  100% {
    opacity: .35;
    transform: scale(.8);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1199.98px) {
  .desktop-main {
    grid-template-columns: 240px minmax(280px, 1fr) auto 62px;
    gap: 24px;
  }

  .logo-mark {
    font-size: 45px;
  }

  .logo-text {
    font-size: 27px;
  }

  .sell-btn {
    min-width: 198px;
  }

  .desktop-categories {
    font-size: 17px;
  }

  .desktop-categories a {
    padding: 0 10px;
  }
}

@media (max-width: 991.98px) {
  .top-strip {
    min-height: 58px;
    font-size: 16px;
  }

  .top-info {
    width: 100%;
  }

  .top-info span {
    padding: 0 22px;
  }

  .brand-area {
    padding: 22px 0 24px;
  }

  .mobile-main {
    gap: 16px;
  }

  .brand-logo {
    margin: 0 auto;
  }

  .logo-mark {
    font-size: 38px;
  }

  .logo-text {
    font-size: 23px;
  }

  .logo-text small {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .search-form input {
    height: 66px;
    padding-left: 26px;
    font-size: 17px;
  }

  .sell-btn {
    min-width: 205px;
    height: 60px;
    font-size: 16px;
  }

  .cart-btn {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .top-strip {
    min-height: auto;
    padding: 13px 0;
    font-size: 13px;
  }

  .top-info {
    justify-content: flex-start !important;
    gap: 8px 0;
  }

  .top-info span {
    padding: 0 11px;
  }

  .top-info span:first-child {
    padding-left: 0;
  }

  .top-info i {
    font-size: 18px;
  }

  .brand-area {
    padding: 18px 0 20px;
  }

  .mobile-main {
    gap: 8px;
  }

  .brand-logo {
    min-width: 0;
  }

  .logo-mark {
    font-size: 30px;
  }

  .logo-text {
    font-size: 18px;
  }

  .logo-text small {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .cart-btn {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .cart-count {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .search-form input {
    height: 58px;
    padding: 0 58px 0 20px;
    font-size: 15px;
  }

  .search-form button {
    right: 19px;
    font-size: 27px;
  }

  .mobile-categories {
    gap: 8px 6px;
    padding-top: 22px;
  }

  .mobile-categories a {
    font-size: 13px;
  }

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