:root {
  --als-ink: #071a2f;
  --als-blue: #087da5;
  --als-cyan: #12b9cf;
  --als-line: #dbe8ef;
  --als-soft: #f4f9fc;
  --als-white: #fff;
  --als-shadow: 0 18px 55px rgba(7, 26, 47, 0.12);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--als-ink);
  background: #fff;
}
.als-v2-ruo {
  position: relative;
  z-index: 10002;
  background: #071a2f;
  color: #dffaff;
  text-align: center;
  padding: 7px 16px;
  font:
    800 10px/1.35 Inter,
    system-ui;
  letter-spacing: 0.12em;
}
.als-v2-header {
  position: sticky;
  top: 0;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 232, 239, 0.9);
  backdrop-filter: blur(16px);
  font-family: Inter, system-ui;
}
.als-v2-head-inner {
  max-width: 1220px;
  height: 72px;
  margin: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}
.als-v2-logo img {
  width: 188px;
  height: 48px;
  object-fit: contain;
}
.als-v2-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.als-v2-nav a,
.als-v2-actions button,
.als-v2-actions a {
  color: #19334c;
  text-decoration: none;
  font:
    750 13px/1 Inter,
    system-ui;
  background: none;
  border: 0;
  cursor: pointer;
}
.als-v2-nav a:hover {
  color: var(--als-blue);
}
.als-v2-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.als-icon-btn {
  display: grid !important;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--als-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--als-ink) !important;
  position: relative;
}
.als-v2-count {
  position: absolute;
  right: -3px;
  top: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--als-cyan), #2775ef);
  color: #fff;
  font: 800 10px/19px Inter;
}
.als-v2-menu {
  display: none !important;
}
body > .top-bar,
body > #root header[aria-label="Main header"],
body > #root nav[aria-label="Primary navigation"] {
  display: none !important;
}
body[data-als-route="products"] #root {
  background: linear-gradient(180deg, #f5fbfe 0, #fff 410px);
}
body[data-als-route="products"] main {
  max-width: 1220px !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}
body[data-als-route="products"] h1 {
  letter-spacing: -0.045em !important;
  color: var(--als-ink) !important;
}
body[data-als-route="products"] .card {
  border: 1px solid var(--als-line) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(9, 42, 67, 0.06) !important;
  transition:
    transform 0.2s,
    box-shadow 0.2s !important;
}
body[data-als-route="products"] .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--als-shadow) !important;
}
body[data-als-route="products"] .card img {
  height: 255px !important;
  background: linear-gradient(145deg, #f7fbfd, #eef8fc) !important;
  padding: 14px !important;
}
body[data-als-route="products"] .card button {
  border-radius: 11px !important;
  font-weight: 800 !important;
}
.acd-drawer {
  font-family: Inter, system-ui !important;
  box-shadow: -24px 0 70px rgba(7, 26, 47, 0.18) !important;
}
.acd-hdr {
  padding: 22px 22px 15px !important;
}
.acd-section {
  border-radius: 16px !important;
  border-color: var(--als-line) !important;
}
.acd-item-feats {
  display: none !important;
}
.acd-item-img {
  width: 82px !important;
  height: 82px !important;
  background: #f3f9fc !important;
}
.acd-ship-bar-wrap {
  background: #effafd !important;
}
.acd-upgrade {
  display: none !important;
}
.acd-footer {
  padding: 14px 18px 18px !important;
}
.acd-cta {
  background: linear-gradient(135deg, #079eb8, #2c71ed) !important;
  box-shadow: 0 10px 28px rgba(20, 140, 190, 0.28) !important;
}
.als-v2-points {
  margin: 0 16px 10px;
  padding: 10px 14px;
  border: 1px solid #cdebf1;
  border-radius: 12px;
  background: #f1fbfd;
  display: flex;
  justify-content: space-between;
  font: 700 12px/1.4 Inter;
  color: #17435a;
}
.als-v2-points strong {
  color: #078da8;
}
.als-v2-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 22px;
  color: #7890a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.als-v2-steps span {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.als-v2-steps b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #cbd9e5;
  border-radius: 50%;
  font-size: 11px;
}
.als-v2-steps .is-active {
  color: #087e9e;
}
.als-v2-steps .is-active b {
  background: #0aa7b8;
  border-color: #0aa7b8;
  color: #fff;
}
.als-v2-steps i {
  width: 35px;
  height: 1px;
  background: #dce6ee;
}
.als-v2-checkout-points {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 14px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #f1fbfc;
  color: #0b3145;
  font-size: 12px;
}
.als-v2-checkout-points strong {
  color: #0789ab;
}
.als-auth-shell[hidden] {
  display: none;
}
.als-auth-shell {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 20px;
}
.als-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 17, 31, 0.62);
  backdrop-filter: blur(6px);
}
.als-auth-card {
  position: relative;
  width: min(460px, 100%);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 30px 100px rgba(0, 18, 35, 0.35);
  font-family: Inter, system-ui;
}
.als-auth-card h2 {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 8px 0;
}
.als-auth-card p {
  color: #5d7183;
  line-height: 1.55;
}
.als-auth-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--als-line);
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}
.als-auth-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  margin: 10px 0;
  border: 1px solid #cbdce5;
  border-radius: 13px;
  background: #fff;
  color: var(--als-ink);
  font-weight: 800;
  text-decoration: none;
}
.als-provider-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}
.als-auth-choice.primary {
  border: 0;
  background: linear-gradient(135deg, #079eb8, #2c71ed);
  color: #fff;
}
.als-auth-note {
  text-align: center;
  font-size: 12px !important;
}
.als-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: #8a9aa8;
  font-size: 11px;
}
.als-auth-divider:before,
.als-auth-divider:after {
  content: "";
  height: 1px;
  background: var(--als-line);
  flex: 1;
}
@media (max-width: 820px) {
  .als-v2-head-inner {
    height: 64px;
    padding: 0 14px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }
  .als-v2-logo img {
    width: 145px;
  }
  .als-v2-nav {
    position: fixed;
    inset: 106px 12px auto;
    background: #fff;
    border: 1px solid var(--als-line);
    border-radius: 16px;
    padding: 8px;
    box-shadow: var(--als-shadow);
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .als-v2-header.menu-open .als-v2-nav {
    display: grid;
  }
  .als-v2-nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 13px;
    border-radius: 11px;
    background: var(--als-soft);
    font-size: 13px;
    line-height: 1.2;
  }
  .als-v2-nav a:hover,
  .als-v2-nav a:focus-visible {
    background: #e7f6fb;
  }
  .als-v2-menu {
    display: grid !important;
  }
  .als-v2-account-label {
    display: none;
  }
  body[data-als-route="products"] main {
    padding-inline: 12px !important;
  }
  body[data-als-route="products"] .card img {
    height: 190px !important;
  }
  .acd-drawer {
    width: min(100vw, 430px) !important;
  }
  .als-auth-card {
    padding: 27px 20px 22px;
    border-radius: 22px;
  }
}
@media (max-width: 820px) {
  .als-v2-steps {
    gap: 6px;
    margin-bottom: 16px;
  }
  .als-v2-steps i {
    width: 14px;
  }
  .als-v2-steps span {
    font-size: 10px;
  }
  .als-v2-checkout-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}
